:root {
  --color-primary: #002d5f;
  --color-secondary: #1f74d3;
  --color-contrast1: #D6FF8D;
  --color-btn-bg: var(--color-contrast1);
  --color-btn-text: var(--color-primary);
  --font-headings: "Open Sans", Sans-serif;
  --font-body: Roboto, Sans-serif;
  --font-size-h2-xl: 3rem;
  --font-size-h2-xs: 1.5rem;
  --font-size-h3-xl: 1.375rem;
  --font-size-h3-xs: 1rem;
  --page-xl-maxWidth: 960px;
}
html,
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  background: var(--color-primary);
}
html h1,
body h1,
html h2,
body h2,
html h3,
body h3,
html h4,
body h4,
html h5,
body h5,
html h6,
body h6 {
  font-family: var(--font-headings);
}
* {
  box-sizing: border-box;
}
@media only screen and (min-width: 800px) {
  h2 {
    font-size: var(--font-size-h2-xl);
  }
  h3 {
    font-size: var(--font-size-h3-xl);
  }
}
@media only screen and (max-width: 799px) {
  h2 {
    font-size: var(--font-size-h2-xs);
  }
  h3 {
    font-size: var(--font-size-h3-xs);
  }
}
header .menu .dropdown-menu {
  border-radius: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
header .menu .dropdown-menu a {
  color: var(--color-primary);
  font-size: 1rem;
  font-weight: bold;
}
header .menu .dropdown-menu a:hover {
  background: var(--color-secondary);
  color: white;
}
iframe {
  width: 1px;
  min-width: 100%;
  border: 0;
}
.SSO-Logo {
  width: 300px;
  padding: 8px;
}
body.login {
  background-color: #1f74d3;
}
body.login .page-bg {
  background-image: url(/images/backgrounds/workers1.jpg);
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  opacity: 0.2;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  width: 100%;
}
footer a {
  color: var(--color-contrast1);
}
footer a:hover {
  text-decoration: underline;
}
footer .row {
  width: 100%;
}
footer .row .row-content {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  padding: 16px;
  align-items: start;
}
@media only screen and (max-width: 799px) {
  footer .row .row-content {
    flex-direction: column;
  }
}
footer .row .row-content h2 {
  margin: 1rem 0;
}
footer .row .row-content .col {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: end;
  padding: 0 32px;
}
footer .row.row1 {
  background: var(--color-primary);
  padding-top: 32px;
}
footer .row.row2 {
  background-color: var(--color-secondary);
  position: relative;
}
footer .row.row2 .footer-row2-bg {
  background-image: url(/images/bgs2.4.png);
  background-position: center center;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer .row.row2 .col p {
  text-align: center;
}
footer .logo {
  width: 180px;
}
footer .logo img {
  width: 100%;
}
body.interstitial .panel-body {
  background-color: var(--color-secondary);
  position: relative;
}
body.interstitial .panel-body .page-bg {
  background-image: url(/images/backgrounds/workers1.jpg);
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body.interstitial .panel-body .form:not(.form-subform-templates) {
  z-index: 2;
  background-color: white;
  padding: 1rem;
  position: relative;
  max-width: 800px;
  margin: 128px auto;
}
body.interstitial footer {
  z-index: 2;
  position: relative;
}
body.app .btn {
  padding: 12px 48px;
  border-radius: 16px;
}
body.app .btn-choice-no:not(:hover) {
  background-color: #f87373;
}
body.app .btn-choice-no:not(:hover) * {
  color: #333;
}
body.app .form-section:last-child > .form-group {
  border-bottom: none;
}
.browser {
  max-width: var(--page-xl-maxWidth);
  margin: 0 auto;
}
@media only screen and (max-width: 799px) {
  .browser {
    margin: 0 16px;
  }
}
.browser .marketplaces {
  display: flex;
  flex-direction: column;
}
.browser .marketplaces .marketplace {
  margin-bottom: 2rem;
}
.browser .marketplaces .marketplace h2 {
  border-bottom: solid 1px #ccc;
  color: var(--color-primary);
  margin: 1rem;
}
.browser .marketplaces .marketplace-cta {
  padding: 8px 32px;
}
@media only screen and (max-width: 799px) {
  .browser .marketplaces .marketplace-cta {
    font-size: 0.8rem;
    margin-left: 1rem;
  }
}
@media only screen and (min-width: 800px) {
  .browser .marketplaces .marketplace-cta {
    margin-left: 2rem;
  }
}
.browser .marketplaces .marketplace .productTypes {
  text-align: center;
  /*@media @xl {
                    display: grid;
                    justify-items: center;
                    grid-gap: 1.5rem;
                    grid-template-columns: 1fr 1fr 1fr;
                }*/
}
.browser .marketplaces .marketplace .productTypes .productType {
  display: flex;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 799px) {
  .browser .marketplaces .marketplace .productTypes .productType {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 800px) {
  .browser .marketplaces .marketplace .productTypes .productType {
    padding-left: 2rem;
  }
}
.browser .marketplaces .marketplace .productTypes .productType:hover img {
  filter: brightness(0.9);
}
.browser .marketplaces .marketplace .productTypes .productType:hover h3 {
  color: var(--color-secondary);
}
.browser .marketplaces .marketplace .productTypes .productType:hover .productType-learnMore {
  font-weight: bold;
}
.browser .marketplaces .marketplace .productTypes .productType-OpenEnrollment {
  margin: 1rem 0;
  font-weight: bold;
}
.browser .marketplaces .marketplace .productTypes .productType-OpenEnrollment.Date-ClosesOn {
  color: red;
}
.browser .marketplaces .marketplace .productTypes .productType-OpenEnrollment.Date-OpensOn {
  color: var(--color-primary);
}
.browser .marketplaces .marketplace .productTypes .productType i {
  font-size: 0.8rem;
}
.browser .marketplaces .marketplace .productTypes .productType h3 {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-primary);
  transition-duration: 0.3s;
  font-size: 1.2rem;
}
.browser .marketplaces .marketplace .productTypes .productType-description {
  flex-grow: 1;
}
.browser .marketplaces .marketplace .productTypes .productType-image {
  width: 80px;
  padding-right: 1rem;
  text-align: right;
}
.browser .marketplaces .marketplace .productTypes .productType-image img {
  transition-duration: 0.3s;
}
@media only screen and (max-width: 799px) {
  .browser .marketplaces .marketplace .productTypes .productType-image img {
    width: calc(80px - 1rem);
  }
}
@media only screen and (min-width: 800px) {
  .browser .marketplaces .marketplace .productTypes .productType-image img {
    width: calc(80px - 1rem);
  }
}
.browser .marketplaces .marketplace .productTypes .productType-text {
  text-align: left;
}
.browser .marketplaces .marketplace .productTypes .productType-learnMore {
  margin: 8px 0;
  text-decoration: underline;
  color: var(--color-primary);
}
.browser .marketplaces .marketplace .productTypes .productType-cta {
  margin-top: 8px;
}
.browser .marketplaces .marketplace .productTypes .productType-cta .btn {
  display: inline-block;
}
.browser .marketplaces .marketplace .productTypes .productType-cta .btn:hover {
  box-shadow: 4px 5px 5px -5px rgba(0, 0, 0, 0.9);
  background: var(--color-btn-bg-hover);
  color: var(--color-btn-text-hover);
}
.consentButtons {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 799px) {
  .consentButtons {
    flex-direction: column;
  }
}
.consentButtons > * {
  margin: 8px;
}
@media only screen and (min-width: 800px) {
  .consentButtons > * {
    width: 50%;
  }
}
.consentButtons > * a {
  display: flex;
  column-gap: 16px;
  align-items: center;
}
.consentButtons > * a .btn-text-big {
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  column-gap: 8px;
}
.consentButtons > * a .btn-text-small {
  font-size: 0.8rem;
  text-align: left;
}
.consentButtons > *:hover * {
  color: var(--color-btn-text-hover);
}
.mobile-disclaimer {
  display: none;
  font-size: 32px;
}
@media only screen and (max-width: 799px) {
  body.CoveredPortal footer {
    display: none !important;
  }
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li:after {
  display: block;
  background-color: var(--color-secondary);
  height: 0;
  left: 50%;
  opacity: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  transition: 0.3s;
  transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
  content: "";
  width: 0;
}
header nav > ul > li:hover:after {
  opacity: 1;
  height: 2px;
  width: 100%;
  transform: scale(1);
  left: 0;
}
.offsiteConsent {
  text-align: center;
}
.offsiteConsent .consentButtons a {
  display: inline-block;
}
.offsiteConsent .offsiteLogo {
  height: 60px;
}
.offsiteConsent .offsiteLogo img {
  height: 100%;
}
.openEnrollmentReminder {
  border: solid 1px #ccc;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
  padding: 1rem;
  margin: 1rem 0;
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto auto;
  align-items: center;
  background-color: var(--color-secondary);
  max-width: 600px;
}
.openEnrollmentReminder-container {
  max-width: var(--page-xl-maxWidth);
  margin: 0 auto;
  padding-top: 1rem;
}
@media only screen and (max-width: 799px) {
  .openEnrollmentReminder-container {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.openEnrollmentReminder .icon {
  padding-left: 2rem;
  text-align: right;
}
.openEnrollmentReminder .icon i {
  margin-top: 1rem;
}
@media only screen and (min-width: 800px) {
  .openEnrollmentReminder .icon i {
    font-size: 5rem;
  }
}
@media only screen and (max-width: 799px) {
  .openEnrollmentReminder .icon i {
    font-size: 4rem;
  }
}
.openEnrollmentReminder .content p {
  font-size: 1rem;
  margin: 0.5rem 0;
  color: white;
}
.openEnrollmentReminder .content p.headline {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--color-btn-bg);
}
.openEnrollmentReminder .content p .daysLeft {
  color: var(--color-btn-bg);
  font-weight: bold;
}
.openEnrollmentReminder .cta {
  margin-top: 2rem;
  padding-bottom: 1rem;
}
.openEnrollmentReminder .cta--xs {
  grid-column: 1 / span 2;
  /* Place the third item in both columns */
  grid-row: 2;
  /* Place the third item in the second row */
}
@media only screen and (min-width: 800px) {
  .openEnrollmentReminder .cta--xs {
    display: none;
  }
}
@media only screen and (max-width: 799px) {
  .openEnrollmentReminder .cta--xl {
    display: none;
  }
}
.openEnrollmentReminder .cta a {
  padding: 8px 1rem;
  white-space: nowrap;
}
.openEnrollmentReminder.open .icon i {
  color: var(--color-btn-bg);
}
.openEnrollmentReminder.closed .icon i {
  color: var(--color-btn-bg);
}
.welcome-logo {
  height: 120px;
}
.welcome-logo img {
  height: 100%;
}
.Message-General {
  text-align: center;
  padding: 1.5rem 2rem 3rem 2rem !important;
}
.Message-General p {
  text-align: justify;
  font-size: 18px;
}
.Message-General .btn {
  text-align: center;
}
.loading-container > div {
  margin: 0 auto;
}
.loading-size-lg {
  padding: 120px 0;
}
.loading-size-lg > div {
  width: 240px;
  height: 240px;
}
.loading1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, #766DF4);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: s3 1s infinite linear;
}
@keyframes s3 {
  to {
    transform: rotate(1turn);
  }
}
