<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Buttons*/
a.btn, .btn, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}

input[type=file]::file-selector-button, a.btn-primary,
.btn-primary {
  color: #fff;
  border: 1px solid #4c7cc2;
  background: #3e6fb7;
  padding: 6px 20px 6px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
input[type=file]:hover::file-selector-button,
.btn-primary:hover, input[type=file]:focus::file-selector-button,
.btn-primary:focus {
  color: #3e6fb7 !important;
  border: 1px solid #3e6fb7;
  background: none;
}
@media (max-width: 767px) {
  input[type=file]::file-selector-button, a.btn-primary,
  .btn-primary {
    white-space: normal !important;
  }
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

select.error, textarea.error, input.error {
  outline: max(2px, 0.15em) solid red !important;
  outline-offset: max(2px, 0.15em);
  box-shadow: none;
}
select:focus, textarea:focus, input:focus {
  border-color: #3e6fb7 !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input[type=file]::file-selector-button {
  -webkit-appearance: none;
}
input[type=file]::file-selector-button:hover, input[type=file]::file-selector-button:focus {
  color: #3e6fb7 !important;
  border: 1px solid #3e6fb7;
}
input.cellphoneclaim [type=checkbox] {
  margin-left: -30px !important;
  display: grid;
}
input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS &lt; 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  place-content: center;
}
input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: currentColor;
}
input[type=checkbox]:checked:before {
  transform: scale(1);
}
input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

label.checkbox {
  margin-left: 20px;
}

.help-tip {
  background: #3e6fb7;
  font-weight: normal;
  top: -5px;
}

header.main__header {
  background: #3e6fb7;
  color: #657286;
}
header .powered-by {
  background: #eeeeee;
  text-align: right;
  padding: 5px 25px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  header .powered-by {
    text-align: center;
  }
}
header .powered-by figure img {
  max-height: 30px;
  filter: grayscale(1);
}
@media (max-width: 767px) {
  header .powered-by figure img {
    max-height: 20px;
  }
}
header .powered-by figure figcaption {
  color: black;
}

body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  color: #636666; /*#8f8f8f;*/
  font-size: 16px;
}

a, a:hover {
  color: #3e6fb7;
}

h1, h2, h3, h4, h5 {
  color: #3e6fb7;
}
h1 a, h1 a:hover, h2 a, h2 a:hover, h3 a, h3 a:hover, h4 a, h4 a:hover, h5 a, h5 a:hover {
  color: #3e6fb7;
}

h4 a {
  color: #b3b3b3;
}
h4 a:hover {
  color: #3e6fb7;
}

.primaryBackground {
  background: #3e6fb7;
  color: #fff;
}
.primaryBackground a {
  color: #fff;
}

.grayBackground {
  background: #eeeeee;
  color: #636666;
}
.grayBackground a {
  color: #636666;
}

.newToEclubHeader, .newToEclubText {
  color: #fff;
}

/* Navbar */
.navbar-default .navbar-brand a {
  color: #fff;
}
.navbar-default .navbar-brand a span {
  color: #3e6fb7;
}
.navbar-default .navbar-brand span {
  color: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #fff;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li:hover &gt; a {
  color: #fff;
  background: #3e6fb7;
  border-bottom: 2px solid #3e6fb7;
}
.navbar-default .navbar-nav &gt; li.active &gt; a, .navbar-default .navbar-nav &gt; li.active &gt; a:hover {
  color: #444444;
  background: #3e6fb7;
  border-bottom: 2px solid #fff;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #3e6fb7;
  background-color: #243b7e !important;
}

ul.dropdown-menu li {
  background: rgba(43, 43, 43, 0.9);
  border-bottom: 1px solid #1e1e1e;
}

ul.dropdown-menu &gt; li &gt; a {
  color: #eeeeee;
}

ul.dropdown-menu &gt; li &gt; a:hover {
  color: #3e6fb7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #3e6fb7;
  }
  .dropdown-toggle {
    color: #3e6fb7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
    color: #fff;
    background-color: #444444;
  }
  .navbar-default .navbar-nav &gt; .open &gt; a,
  .navbar-default .navbar-nav &gt; .open &gt; a:hover,
  .navbar-default .navbar-nav &gt; .open &gt; a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:active {
    background-color: #cccccc;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav &gt; li.open {
    border-bottom: 1px solid #3e6fb7;
  }
  .navbar-default .nav-justified &gt; li.dropdown:hover,
  .navbar-default .nav-justified &gt; li.dropdown.active {
    border-top: 0px solid #3e6fb7;
  }
}
.nav-pills &gt; li.active &gt; a,
.nav-pills &gt; li.active &gt; a:hover,
.nav-pills &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #3e6fb7;
}

/* Buttons */
/*Buttons*/
a.btn, .btn, a.btn-primary,
.btn-primary, a.btn-secondary,
.btn-secondary, input[type=file]::file-selector-button {
  display: inline-block;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-family: "Open Sans", sans-serif;
  color: #444444;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  background: #eeeeee;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 300;
}

a.btn-primary,
.btn-primary, input[type=file]::file-selector-button {
  color: #fff;
  border: 1px solid #4c7cc2;
  background: #3e6fb7;
  padding: 6px 20px 6px 20px;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2em;
}
.btn-primary:hover, input[type=file]:hover::file-selector-button,
.btn-primary:focus, input[type=file]:focus::file-selector-button {
  color: #3e6fb7 !important;
  border: 1px solid #3e6fb7;
  background: none;
}
@media (max-width: 767px) {
  a.btn-primary,
  .btn-primary, input[type=file]::file-selector-button {
    white-space: normal !important;
  }
}

.btn-secondary:hover,
.btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #eeeeee;
}

/* Aside */
aside h3 {
  border-top: 1px solid #cccccc;
}
aside ul li {
  border-bottom: 1px solid #cccccc;
}

/* Main Content*/
.main-content h2 {
  border-top: 1px solid #cccccc;
}

/* Footer */
footer {
  background: #2b2b2b;
  box-shadow: 0px 500px 0px 500px #2b2b2b;
  color: #cccccc;
}
footer h3,
footer p span,
footer a {
  color: #fff;
}
footer hr {
  border-top: 1px solid #515151;
}

.GridTable th {
  background-color: #3e6fb7;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

/* Accordion */
.accordionHeader {
  border: 1px solid #444444;
  color: #fff;
  background-color: #3e6fb7;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
  margin-top: 5px;
  cursor: pointer;
}

/* Treeview Styles */
.NodeStyle[class],
.HoverNodeStyle[class],
.SelectedNodeStyle[class] {
  color: #3e6fb7 !important;
  font-weight: normal;
  text-decoration: none;
}

.NodeStyle[class]:hover, .NodeStyle[class]:hover a {
  color: #3e6fb7 !important;
  text-decoration: underline;
}

/* nav search */
.navSearch {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navSearch:before, .navSearch:after {
  display: table;
  content: " ";
}
.navSearch:after {
  clear: both;
}
.navSearch &gt; li {
  position: relative;
  display: block;
}
.navSearch &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 5px 6px;
}
.navSearch &gt; li &gt; a:hover, .navSearch &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.navSearch &gt; li &gt; a &gt; img {
  max-width: none;
}
.navSearch &gt; li.disabled &gt; a {
  color: #444444;
}
.navSearch &gt; li.disabled &gt; a:hover, .navSearch &gt; li.disabled &gt; a:focus {
  color: #444444;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.navSearch .open &gt; a {
  background-color: #eeeeee;
  border-color: #3e6fb7;
}
.navSearch .open &gt; a .carat, .navSearch .open &gt; a:hover, .navSearch .open &gt; a:focus, .navSearch .open &gt; a:hover .carat, .navSearch .open &gt; a:focus .carat {
  background-color: #eeeeee;
  border-color: #3e6fb7;
  border-top-color: #657286;
  border-bottom-color: #657286;
}
.navSearch .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #eeeeee;
}

.terms-info {
  background-color: #eeeeee;
  padding-top: 19px;
  padding-bottom: 19px;
}
.terms-info p {
  font-size: smaller;
}

.row.actions {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (max-width: 767px) {
  .box {
    width: auto !important;
    float: none !important;
  }
}
.icon-scale {
  max-width: 100%;
  max-height: 64px;
  height: 100%;
  margin-top: 18px;
  margin-bottom: 5px;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:hover &gt; a {
  color: #fff;
  background: unset;
  border-bottom: unset;
  text-decoration: underline;
  text-decoration-color: #fa9439;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.navbar-default .navbar-nav &gt; li.active &gt; a, .navbar-default .navbar-nav &gt; li.active &gt; a:hover {
  color: #eeeeee;
  background: unset;
  border-bottom: unset;
  text-decoration: underline;
  text-decoration-color: #fa9439;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

@media (width &lt; 767px) {
  .navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:hover &gt; a {
    color: #fff;
    border-bottom: solid;
    text-decoration: underline;
    text-decoration-color: #fa9439;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }
  .navbar-default .navbar-nav &gt; li.active &gt; a, .navbar-default .navbar-nav &gt; li.active &gt; a:hover {
    color: #eeeeee;
    border-bottom: solid;
    text-decoration: underline;
    text-decoration-color: #fa9439;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
  }
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover {
  height: 120px;
}

.nav-second-logo {
  padding-top: 35px;
  width: 85px;
  max-height: unset;
}

a.btn-primary, .btn-primary {
  color: #fff;
  border: 1px solid #243b7e;
  background: #243b7e;
}

a.btn-secondary:hover, a.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:focus {
  color: #636666;
  border: 1px solid #eeeeee;
  background: #3e6fb7;
}

a.btn-secondary, a.btn-secondary {
  color: #fff !important;
  border: 1px solid #243b7e;
  background: #243b7e;
}

ul.dropdown-menu &gt; li &gt; a:hover {
  color: #eeeeee;
  background: none;
}

.navbar-default .navbar-nav &gt; li.active &gt; a, .navbar-default .navbar-nav &gt; li.active &gt; a:hover {
  color: #636666;
}

.grayBackground a {
  color: #3e6fb7;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  color: #fff;
  background: #243b7e;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  color: #636666;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #636666;
}

.nav-second-logo-container {
  top: 10px;
}

/*HOME PAGE*/
body.homecard &gt; h1 {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
body.homecard #CategoryList {
  margin: 10px;
  padding: 10px;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
@media (width &lt;= 1050px) {
  body.homecard #CategoryList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width &lt;= 680px) {
  body.homecard #CategoryList {
    grid-template-columns: 1fr;
  }
}
body.homecard #CategoryList .CategoryCard {
  border: none;
  border-radius: 16px;
  color: black;
  background-color: #F9F9F9;
  padding: 20px;
  padding-bottom: 10px;
  max-width: unset !important;
  display: flex;
  flex-direction: column;
}
body.homecard #CategoryList .CategoryCard .link {
  margin-top: auto;
  text-align: left;
}
body.homecard #CategoryList .CategoryCard .link a {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  color: #243b7e;
  font-weight: 400;
}
body.homecard #CategoryList .CategoryCard .link a span:first-child {
  display: inline-block;
  padding-bottom: 1px;
  background-image: linear-gradient(#fff 0 0);
  background-position: 0 100%; /*OR bottom left*/
  background-size: 0% 1px;
  background-repeat: no-repeat;
  transition: background-size 0.4s, background-position 0s 0.4s; /*change after the size immediately*/
}
body.homecard #CategoryList .CategoryCard .link a:hover {
  text-decoration: none;
}
body.homecard #CategoryList .CategoryCard:hover {
  /*  &lt;'box-shadow-offset'&gt; &lt;'box-shadow-blur'&gt; &lt;'box-shadow-spread'&gt; */
  /* &lt;x-offset&gt; &lt;y-offset&gt; &lt;blur&gt; &lt;color&gt;*/
  box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25), 2px 4px 20px rgba(0, 0, 0, 0.2);
}
body.homecard #CategoryList .CategoryCard:hover .link a span:first-child {
  background-position: 100% 100%; /*OR bottom right*/
  background-size: 100% 1px;
}
body.homecard #CategoryList .CategoryCard &gt; * {
  width: 100%;
  text-align: left;
}
body.homecard #CategoryList .CategoryCard .image {
  font-size: 24px;
  display: flex;
  align-items: center;
}
body.homecard #CategoryList .CategoryCard .image img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}
body.homecard #CategoryList .CategoryCard .name {
  font-size: 24px;
  font-weight: 800;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #3e6fb7;
}
body.homecard #CategoryList .CategoryCard .description {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
}
body.homecard .disclosures {
  margin-top: 70px;
  font-size: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

/*LOGIN PAGE*/
body.login {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
}
body.login footer {
  margin-top: auto;
}

/*REGISTER PAGE*/
body.register {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #fff;
  background: #fff;
}
body.register #aspnetForm {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.register #aspnetForm &gt; div:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.register #aspnetForm &gt; div:nth-of-type(3) &gt; div:first-child {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.register #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder3_divAccessCodeContentPage {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body.register #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder3_divAccessCodeContentPage &gt; div.col-md-12.main-content.grayBackground {
  flex-grow: 1;
}
body.register footer {
  margin-top: auto;
}

/*RIGHT BAR*/
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_rightbar &gt; div {
  background: #f9f9f9;
  margin-bottom: 10px;
  padding-left: 20px;
  border-radius: 16px;
}

/*FOOTER*/
footer,
.footer {
  background: #08142c;
  color: #fff;
}
footer a,
.footer a {
  color: #fff;
}
footer a:hover,
.footer a:hover {
  color: #fa9439;
}

/*DefaultPage*/
@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;
}
.defaultcard {
  /* http://meyerweb.com/eric/tools/css/reset/
     v2.0 | 20110126
     License: none (public domain)
  */
  /* HTML5 display-role reset for older browsers */
  /* FONTS */
  font-family: Gotham, Arial, sans;
  font-size: 16px;
  /* Landing Page Styles */
  /* Header Styles */
  /* Footer Styles */
  /* Specific Elements */
}
.defaultcard * {
  box-sizing: border-box;
}
.defaultcard *:focus {
  outline-style: auto;
}
.defaultcard html,
.defaultcard body,
.defaultcard div,
.defaultcard span,
.defaultcard applet,
.defaultcard object,
.defaultcard iframe,
.defaultcard h1,
.defaultcard h2,
.defaultcard h3,
.defaultcard h4,
.defaultcard h5,
.defaultcard h6,
.defaultcard p,
.defaultcard blockquote,
.defaultcard pre,
.defaultcard a,
.defaultcard abbr,
.defaultcard acronym,
.defaultcard address,
.defaultcard big,
.defaultcard cite,
.defaultcard code,
.defaultcard del,
.defaultcard dfn,
.defaultcard em,
.defaultcard img,
.defaultcard ins,
.defaultcard kbd,
.defaultcard q,
.defaultcard s,
.defaultcard samp,
.defaultcard small,
.defaultcard strike,
.defaultcard strong,
.defaultcard sub,
.defaultcard sup,
.defaultcard tt,
.defaultcard var,
.defaultcard b,
.defaultcard u,
.defaultcard i,
.defaultcard center,
.defaultcard dl,
.defaultcard dt,
.defaultcard dd,
.defaultcard ol,
.defaultcard ul,
.defaultcard li,
.defaultcard fieldset,
.defaultcard form,
.defaultcard label,
.defaultcard legend,
.defaultcard table,
.defaultcard caption,
.defaultcard tbody,
.defaultcard tfoot,
.defaultcard thead,
.defaultcard tr,
.defaultcard th,
.defaultcard td,
.defaultcard article,
.defaultcard aside,
.defaultcard canvas,
.defaultcard details,
.defaultcard embed,
.defaultcard figure,
.defaultcard figcaption,
.defaultcard footer,
.defaultcard header,
.defaultcard hgroup,
.defaultcard main,
.defaultcard menu,
.defaultcard nav,
.defaultcard output,
.defaultcard ruby,
.defaultcard section,
.defaultcard summary,
.defaultcard time,
.defaultcard mark,
.defaultcard audio,
.defaultcard video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
.defaultcard article,
.defaultcard aside,
.defaultcard details,
.defaultcard figcaption,
.defaultcard figure,
.defaultcard footer,
.defaultcard header,
.defaultcard hgroup,
.defaultcard main,
.defaultcard menu,
.defaultcard nav,
.defaultcard section {
  display: block;
}
.defaultcard ol,
.defaultcard ul {
  margin-left: 24px;
}
.defaultcard blockquote,
.defaultcard q {
  quotes: none;
}
.defaultcard blockquote:before, .defaultcard blockquote:after,
.defaultcard q:before,
.defaultcard q:after {
  content: "";
  content: none;
}
.defaultcard table {
  border-collapse: collapse;
  border-spacing: 0;
}
.defaultcard .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.defaultcard .flex-column {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.defaultcard .flex-row {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.defaultcard .flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.defaultcard .flex-nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.defaultcard .flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -moz-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
.defaultcard .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;
}
.defaultcard .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;
}
.defaultcard .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;
}
.defaultcard .justify-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.defaultcard .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;
}
.defaultcard .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;
}
.defaultcard .justify-baseline {
  -webkit-justify-content: baseline;
  -moz-justify-content: baseline;
  -ms-justify-content: baseline;
  justify-content: baseline;
  -ms-flex-pack: baseline;
}
.defaultcard .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;
}
.defaultcard .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;
}
.defaultcard .align-center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.defaultcard .align-baseline {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.defaultcard .align-stretch {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.defaultcard .full-width-button .button {
  width: 100%;
}
.defaultcard .landing-page {
  position: relative;
}
@media (max-width: 900px) {
  .defaultcard .landing-page {
    min-height: 950px;
    height: calc(110vh - 30px - 72px);
  }
}
@media (min-width: 900px) {
  .defaultcard .landing-page {
    min-height: 650px;
    height: calc(100vh - 30px - 72px);
  }
}
.defaultcard .landing-page.-branded {
  min-height: 518px;
  height: auto;
}
@media (min-width: 768px) {
  .defaultcard .landing-page.-branded {
    min-height: 612px;
    height: auto;
  }
}
.defaultcard .landing-page__member-login {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .defaultcard .landing-page__member-login {
    margin-bottom: 0;
  }
}
.-branded .defaultcard .landing-page__member-login {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .-branded .defaultcard .landing-page__member-login {
    display: none;
  }
}
.defaultcard .landing-page__member-login, .defaultcard .landing-page__member-login a {
  color: #FFFFFF;
  display: inline-block;
  font-size: 1em;
}
@media (min-width: 768px) {
  .defaultcard .landing-page__member-login, .defaultcard .landing-page__member-login a {
    font-size: 1.125em;
  }
}
.defaultcard .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, #08142c, #08142c), url("/images/addon/banners/NxgBanner.png");
  background-size: cover;
  background-position: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .defaultcard .landing-page__content-area {
    background: none;
  }
  .defaultcard .landing-page__content-area:before {
    background: url("/images/addon/banners/NxgBanner.png");
    content: "";
    position: absolute;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
  }
  .defaultcard .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, #08142c, #08142c);
  }
  .defaultcard .landing-page__content-area &gt; div {
    z-index: 1;
  }
}
@media (min-width: 900px) {
  .defaultcard .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) {
  .defaultcard .landing-page__content-area {
    padding: 72px 96px;
  }
}
@media (min-width: 1452px) {
  .defaultcard .landing-page__content-area {
    padding: 72px 0;
  }
}
.-branded .defaultcard .landing-page__content-area {
  padding-top: 30px;
  position: relative;
  min-height: 518px;
  height: auto;
}
@media (min-width: 768px) {
  .-branded .defaultcard .landing-page__content-area {
    min-height: 612px;
    height: auto;
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.defaultcard .landing-page__title-area {
  color: #FFFFFF;
  margin: 100px auto 50px;
  max-width: 637px;
}
@media (min-width: 595px) {
  .defaultcard .landing-page__title-area {
    padding: 70px 35px 50px;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .defaultcard .landing-page__title-area {
    padding: 70px 50px 50px;
    margin: 0;
  }
}
@media (min-width: 900px) {
  .defaultcard .landing-page__title-area {
    padding: 0 35px 0 0;
  }
}
@media (min-width: 900px) {
  .defaultcard .landing-page__title-area {
    margin-bottom: calc(50px - 3px);
  }
}
.-branded .defaultcard .landing-page__title-area {
  max-width: 1246px;
  width: 95%;
  margin: 15px auto 0;
  text-align: center;
}
@media (min-width: 768px) {
  .-branded .defaultcard .landing-page__title-area {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
.-branded .defaultcard .landing-page__title-area img {
  width: 250px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .-branded .defaultcard .landing-page__title-area img {
    width: 361px;
    margin-bottom: 30px;
  }
}
.-branded .defaultcard .landing-page__title-area h1 {
  font-weight: 900;
  margin-bottom: 25px;
  font-size: 1.875em;
}
@media (min-width: 768px) {
  .-branded .defaultcard .landing-page__title-area h1 {
    font-size: 3em;
  }
}
.-branded .defaultcard .landing-page__title-area .button {
  display: inline-block;
  width: auto;
  margin: 5px auto;
}
@media (min-width: 768px) {
  .-branded .defaultcard .landing-page__title-area .button {
    margin: 0;
  }
}
.-branded .defaultcard .landing-page__title-area p {
  margin-bottom: 35px;
}
.-branded .defaultcard .landing-page__title-area h1 + p {
  display: none;
}
@media (min-width: 768px) {
  .-branded .defaultcard .landing-page__title-area h1 + p {
    display: block;
  }
}
.-branded .defaultcard .landing-page__title-area .single-package-content {
  display: none;
  text-align: center;
  align-items: center;
  background: #08142c;
  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 .defaultcard .landing-page__title-area .single-package-content {
    display: block;
  }
}
.-branded .defaultcard .landing-page__title-area .single-package-mobile {
  text-align: center;
  align-items: center;
  background: #08142c;
  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 .defaultcard .landing-page__title-area .single-package-mobile {
    display: none;
  }
}
.defaultcard .landing-page__title-area h1 {
  font-weight: 900;
  margin-bottom: 25px;
  font-size: 1.875em;
}
@media (min-width: 595px) {
  .defaultcard .landing-page__title-area h1 {
    font-size: 2.25em;
  }
}
@media (min-width: 768px) {
  .defaultcard .landing-page__title-area h1 {
    font-size: 3em;
  }
}
@media (min-width: 900px) {
  .defaultcard .landing-page__title-area h1 {
    font-size: 4.5em;
  }
}
.defaultcard .landing-page__title-area p {
  font-size: 1em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .defaultcard .landing-page__title-area p {
    font-size: 1.25em;
  }
}
@media (min-width: 900px) {
  .defaultcard .landing-page__title-area p {
    font-size: 1.5em;
  }
}
.defaultcard .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) {
  .defaultcard .landing-page__entry-area {
    padding: 40px 20px 30px;
  }
}
@media (min-width: 595px) {
  .defaultcard .landing-page__entry-area {
    padding: 40px 30px 30px;
  }
}
@media (min-width: 768px) {
  .defaultcard .landing-page__entry-area {
    width: auto;
    padding: 45px 45px 35px;
  }
}
.defaultcard .landing-page__entry-area h2 {
  line-height: 1;
  margin-bottom: 10px;
  font-size: 1.5em;
}
@media (min-width: 768px) {
  .defaultcard .landing-page__entry-area h2 {
    font-size: 2.25em;
  }
}
.defaultcard .landing-page__entry-area p {
  font-size: 1em;
  margin-bottom: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .defaultcard .landing-page__entry-area p {
    font-size: 1.25em;
  }
}
.defaultcard .landing-page__entry-area img {
  margin-bottom: 45px;
  width: 242px;
}
@media (min-width: 375px) {
  .defaultcard .landing-page__entry-area img {
    width: 266px;
  }
}
@media (min-width: 768px) {
  .defaultcard .landing-page__entry-area button {
    width: 100%;
  }
}
.defaultcard .landing-page__entry-area form + .button {
  max-width: 300px;
}
@media (max-width: 375px) {
  .defaultcard .landing-page__entry-area form + .button {
    max-width: 248px;
  }
}
.defaultcard .branded-content-area {
  overflow: visible;
  z-index: 2;
}
.defaultcard .branded-content-area__wrapper,
.defaultcard .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) {
  .defaultcard .branded-content-area__wrapper,
  .defaultcard .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;
  }
}
.defaultcard .branded-content-area .container.-branded,
.defaultcard .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;
}
.defaultcard .branded-content-area .container.-branded:last-child,
.defaultcard .f-item-preview .container.-branded:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .defaultcard .branded-content-area .container.-branded:last-child,
  .defaultcard .f-item-preview .container.-branded:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .defaultcard .branded-content-area .container.-branded,
  .defaultcard .f-item-preview .container.-branded {
    margin: 0 0 25px;
    width: calc(50% - 11px);
    padding: 35px 45px 35px 70px;
  }
}
.defaultcard .branded-content-area .container.-branded p,
.defaultcard .f-item-preview .container.-branded p {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .defaultcard .branded-content-area .container.-branded div,
  .defaultcard .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;
  }
}
.defaultcard .branded-content-area .container.-branded div h3,
.defaultcard .f-item-preview .container.-branded div h3 {
  font-weight: 500;
  color: #08142c;
  line-height: 1;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .defaultcard .branded-content-area .container.-branded div h3,
  .defaultcard .f-item-preview .container.-branded div h3 {
    padding: 0 0 15px;
  }
}
@media (min-width: 768px) {
  .defaultcard .branded-content-area .container.-branded div img,
  .defaultcard .branded-content-area .container.-branded div svg,
  .defaultcard .f-item-preview .container.-branded div img,
  .defaultcard .f-item-preview .container.-branded div svg {
    position: absolute;
    left: 35px;
    top: 35px;
  }
}
.defaultcard .enrollment-area {
  border-top: 1px solid #D8D8D8;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .defaultcard .enrollment-area {
    padding: 75px 0;
  }
}
.defaultcard .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) {
  .defaultcard .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;
  }
}
.defaultcard .enrollment-area__wrapper .button {
  display: block;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .defaultcard .enrollment-area__wrapper .button {
    margin-top: 0;
  }
}
.defaultcard .enrollment-area h2 {
  font-weight: 900;
  color: #08142c;
  font-size: 1.125em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .defaultcard .enrollment-area h2 {
    margin-bottom: 10px;
    line-height: 1.25;
    font-size: 1.5em;
  }
}
.defaultcard .enrollment-area p {
  color: #666666;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .defaultcard .enrollment-area p {
    font-size: 1em;
  }
}
.defaultcard button,
.defaultcard .button {
  cursor: pointer;
  height: auto;
  padding: 15px 35px;
  border: none;
  border-radius: 3px;
  background-color: #08142c;
  font-family: Gotham;
  font-size: 1em;
  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) {
  .defaultcard button,
  .defaultcard .button {
    width: auto;
  }
}
.defaultcard button.-secondary,
.defaultcard .button.-secondary {
  border: solid 1px #D8D8D8;
  background-color: #FFFFFF;
  color: #08142c;
}
.defaultcard button[disabled], .defaultcard button.-disabled,
.defaultcard .button[disabled],
.defaultcard .button.-disabled {
  background-color: #999999;
  pointer-events: none;
}
.defaultcard button.link {
  background: none;
  text-align: left;
  border: 0;
  margin-top: 30px;
  margin-bottom: 5px;
  text-decoration: none;
  padding: 0;
  font-size: 1em;
}
@media (min-width: 768px) {
  .defaultcard button.link {
    margin-top: 35px;
    text-decoration: underline;
    margin-bottom: 0;
  }
}
.defaultcard button.link[type=grey] {
  color: #666666;
}
.defaultcard footer,
.defaultcard .footer {
  width: 100%;
  max-width: 100vw;
  padding: 25px 0 30px;
  background: #D8D8D8;
  font-size: 0.75em;
  color: #333333;
  line-height: 1.5;
  min-height: 102px;
  position: relative;
}
.defaultcard footer .disclaimer,
.defaultcard .footer .disclaimer {
  max-width: 764px;
  margin: 0 32px 0 0;
}
.defaultcard footer p,
.defaultcard .footer p {
  line-height: 1.5;
}
.defaultcard footer p:first-child,
.defaultcard .footer p:first-child {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .defaultcard footer p:first-child,
  .defaultcard .footer p:first-child {
    padding-bottom: 15px;
  }
}
.defaultcard footer a,
.defaultcard .footer a {
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: 500;
}
.defaultcard footer img,
.defaultcard .footer img {
  object-fit: contain;
  width: 212px;
  height: calc(30px + 2px);
  margin: 30px auto 0;
}
@media (min-width: 768px) {
  .defaultcard footer img,
  .defaultcard .footer img {
    margin: 0 auto;
  }
}
.defaultcard footer-wrapper,
.defaultcard .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) {
  .defaultcard footer-wrapper,
  .defaultcard .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;
  }
}
.defaultcard header,
.defaultcard .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) {
  .defaultcard header,
  .defaultcard .header {
    height: calc(85px + 2px);
    padding: 0 100px 0;
  }
}
.defaultcard header img,
.defaultcard .header img {
  object-fit: contain;
}
.defaultcard header img.primary-logo,
.defaultcard .header img.primary-logo {
  height: calc(60px - 2px);
  width: 120px;
}
@media (min-width: 768px) {
  .defaultcard header img.primary-logo,
  .defaultcard .header img.primary-logo {
    width: 212px;
    height: calc(60px + 2px);
  }
}
.defaultcard header img.brand-logo,
.defaultcard .header img.brand-logo {
  height: calc(25px + 1px);
  width: 134px;
}
@media (min-width: 768px) {
  .defaultcard header img.brand-logo,
  .defaultcard .header img.brand-logo {
    width: 217px;
    height: calc(40px - 2px);
  }
}
.defaultcard header:not(.-landing),
.defaultcard .header:not(.-landing) {
  border: 1px solid #D8D8D8;
}
.defaultcard header.-landing,
.defaultcard .header.-landing {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}
.defaultcard header.-landing .header-button,
.defaultcard .header.-landing .header-button {
  display: none;
}
@media (min-width: 768px) {
  .defaultcard header.-landing .header-button,
  .defaultcard .header.-landing .header-button {
    display: block;
  }
}
.f-item-preview .defaultcard header,
.f-item-preview .defaultcard .header {
  position: relative;
}
.defaultcard h1, .defaultcard .h1, .defaultcard h2, .defaultcard .h2, .defaultcard h3, .defaultcard .h3 {
  font-family: Gotham;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
}
.defaultcard h1, .defaultcard .h1 {
  font-size: 2.25em;
}
.defaultcard h2, .defaultcard .h2 {
  font-size: 1.5em;
}
.defaultcard h3, .defaultcard .h3 {
  font-size: 1.125em;
}
.defaultcard p {
  font-family: Gotham;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: normal;
}
.defaultcard p.p1 {
  font-size: 1em;
}
.defaultcard p.p2, .defaultcard p.p3 {
  font-size: 0.875em;
}
.defaultcard p.p4, .defaultcard p.p5 {
  font-size: 0.75em;
}
.defaultcard a {
  display: block;
  color: #007AFF;
  font-weight: 400;
  font-size: 0.875em;
  text-decoration: underline;
}
.defaultcard a:hover {
  font-weight: 500;
}
.defaultcard .bold {
  font-weight: 900;
}
.defaultcard input, .defaultcard .input {
  font-size: 0.875em;
}
.defaultcard .landing-page__member-login, .defaultcard .landing-page__member-login a {
  color: #fff;
}
.defaultcard .landing-page__content-area {
  background-image: linear-gradient(rgba(14, 50, 94, 0.8), rgba(14, 50, 94, 0.8)), url(/images/addon/banners/NxgBanner.png);
}
@media (min-width: 768px) {
  .defaultcard .landing-page__content-area {
    min-height: 871px;
  }
}
.defaultcard .landing-page__entry-area {
  margin-top: 70%;
}
.defaultcard .landing-page__entry-area p:first-of-type {
  color: #fa9439;
}
.defaultcard .landing-page__entry-area p {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .defaultcard .landing-page__entry-area {
    margin-top: unset;
    width: auto;
    padding: 45px 45px 35px;
  }
}
.defaultcard .landing-page__title-area p {
  color: #fa9439;
}
.defaultcard header.-landing {
  background: rgba(0, 0, 0, 0) !important;
}
@media (min-width: 768px) {
  .defaultcard header img.brand-logo {
    width: 217px;
    height: 48px;
  }
}
@media (max-width: 768px) {
  .defaultcard header img.primary-logo {
    height: 36px;
    width: 134px;
  }
}
.defaultcard header &gt; div &gt; a {
  border: none !important;
  background-color: #fa9439 !important;
}
.defaultcard footer, .defaultcard .footer {
  background: #08142c;
  color: #fff;
}
.defaultcard footer a, .defaultcard .footer a {
  color: #fff;
}
.defaultcard footer a:hover, .defaultcard .footer a:hover {
  color: #fa9439;
}
.defaultcard #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_continueButton {
  background: #fa9439;
}
.defaultcard #ctl00_ctl00_footer &gt; div {
  width: 100%;
}
.defaultcard div &gt; div.landing-page &gt; div &gt; div:nth-child(2) &gt; div &gt; p:nth-child(4) {
  color: black;
}
.defaultcard .landing-page__content-area {
  gap: 90px;
}
.defaultcard .landing-page__title-area {
  max-width: 740px !important;
}

header.main__header {
  background: #fff;
}

.grayBackground {
  background: #FFF;
}

@media (width &lt; 767px) {
  #ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder3_nxgContentAccessCode &gt; section {
    padding-left: 15px;
  }
  #ctl00_ctl00_ContentPlaceHolder1_FILogo {
    width: 180px;
  }
}
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnRightbarEducationCenter,
#ctl00_ctl00_ContentPlaceHolder1_ContentPlaceHolder1_btnRightbarResources {
  display: none;
}

#ctl00_ctl00_ContentPlaceHolder1_SecondLogoContainer {
  display: none;
}

#ctl00_ctl00_ContentPlaceHolder1_FirstLogoContainer {
  width: 100%;
}

#ctl00_ctl00_ContentPlaceHolder1_FILogo {
  display: block !important;
}

#ctl00_ctl00_ContentPlaceHolder1_navHeader {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#ctl00_ctl00_ContentPlaceHolder1_navHeader img {
  margin-right: auto;
  display: inline-block;
}

@media (max-width: 767px) {
  #ctl00_ctl00_ContentPlaceHolder1_navHeader {
    margin: 0rem 2rem 0rem 2rem;
  }
  #ctl00_ctl00_ContentPlaceHolder1_navHeader img {
    width: unset;
  }
  .navbar-default .navbar-toggle {
    border-color: #000;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }
}
.defaultcard #ctl00_ctl00_footer {
  position: fixed;
}

@media (max-width: 900px) {
  .defaultcard .landing-page__content-area {
    gap: 0px;
  }
  .defaultcard .landing-page__entry-area {
    margin-top: 0px;
  }
}
@media (max-width: 900px) {
  .defaultcard .landing-page__content-area {
    gap: 0px;
  }
  .defaultcard .landing-page__entry-area {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .defaultcard .header-button {
    display: block !important;
  }
  body &gt; header &gt; div &gt; a.button {
    padding: 9px 15px !important;
  }
  #ctl00_ctl00_ContentPlaceHolder1_FirstLogoContainer {
    padding-left: 15px;
    width: 82%;
  }
  .register #ctl00_ctl00_ContentPlaceHolder1_FirstLogoContainer {
    padding-left: 15px;
    width: 100%;
  }
  #ctl00_ctl00_ContentPlaceHolder1_navHeader {
    width: 100%;
  }
}
@media (max-width: 594px) {
  .defaultcard .landing-page__title-area {
    margin: 50px auto 50px;
  }
}
#ECTop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .homecard #ctl00_ctl00_ContentPlaceHolder1_nav {
    display: none;
  }
}
.defaultcard #ctl00_ctl00_footer &gt; div &gt; hr {
  display: none;
}

.interim #lnkJointAccount {
  display: none;
}

.grayBackground a.btn-primary {
  color: white;
}

/*# sourceMappingURL=eclub.TCTFCU.css.map */
</pre></body></html>