* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  font-family: Montserrat, Calibri, sans-serif;
  font-size: 16px;
  color: #222;
}
@media only screen and (max-width: 799px) {
  html,
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}
body {
  position: relative;
}
body p,
body h1,
body h2,
body h3,
body ul,
body .SimpleTable,
body form {
  max-width: 600px;
  margin: 1rem auto;
}
body ul li {
  line-height: 1.5rem;
  font-size: 1rem;
}
body p {
  line-height: 1.5rem;
}
.mobile-disclaimer {
  display: none;
  font-size: 32px;
}
.masthead {
  justify-content: space-between;
  align-items: end;
  padding: 16px;
}
@media only screen and (min-width: 800px) {
  .masthead {
    display: flex;
  }
}
.masthead .logo {
  vertical-align: bottom;
}
@media only screen and (min-width: 800px) {
  .masthead .logo {
    height: 100px;
  }
}
@media only screen and (max-width: 799px) {
  .masthead .logo img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 800px) {
  .masthead .logo img {
    height: 100%;
  }
}
@media only screen and (max-width: 799px) {
  .masthead .logo.logo-org {
    text-align: center;
  }
  .masthead .logo.logo-org img {
    max-height: 140px;
  }
}
@media only screen and (max-width: 799px) {
  .masthead .logo.logo-ga {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 800px) {
  .masthead .logo.logo-ga {
    height: 65px;
  }
}
.header .hero {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 300px;
  position: relative;
  margin-bottom: 16px;
}
.header h1 {
  font-size: 36px;
  font-weight: normal;
  color: #444;
  max-width: 900px;
  margin-bottom: 0;
  margin-top: -16px;
}
.header h1 .breadcrumbs {
  font-size: 22px;
  display: none;
}
nav {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #056eb7;
  display: flex;
  justify-content: center;
}
nav a {
  color: white;
  text-decoration: none;
  padding: 16px;
  transition: 0.2s;
  /*&.button-cta {
            background: white;
            background: @color-secondary;
            color: darken(@color-primary, 50%);
            font-weight: bold;
            text-transform: uppercase;
            //text-transform: lowercase;
            border-radius: 4px;
            margin: 8px;
            margin-left: 200px;
            padding: 10px;
        }*/
}
nav a:hover {
  background: #0a5f8acc;
}
nav a.button-cta {
  color: #ebf6eb;
  font-weight: bold;
}
nav a.button-cta:hover {
  color: white;
  background: #4a984a;
}
footer {
  background: #222;
  padding: 160px 80px;
  display: flex;
  align-items: start;
  color: white;
}
footer a {
  color: #bee3fd;
}
footer img {
  width: 100%;
}
footer .col {
  padding: 40px;
}
footer .col-1 {
  width: 30%;
}
footer .col-2 {
  width: 70%;
}
@media only screen and (min-width: 800px) {
  .BenefitGuide-CardView-maxColumns-2 .BenefitGuide-Benefit-List {
    grid-template-columns: 1fr 1fr;
  }
}
.BenefitGuide-CardView-maxColumns-3 .BenefitGuide-Benefit-List {
  grid-template-columns: 1fr 1fr 1fr;
}
.BenefitGuide-CardView-maxColumns-4 .BenefitGuide-Benefit-List {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.BenefitGuide-Category {
  border-top: solid 2px #df969a;
}
.BenefitGuide-Category-List {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 4rem 0;
  flex-grow: 1;
  padding: 2rem 0;
}
.BenefitGuide-Category-Heading {
  background: white;
  margin-top: -2rem;
  display: inline-block;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 1.5rem;
  color: #222;
  text-transform: lowercase;
}
.BenefitGuide-Benefit {
  background: #f2f2f2;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 5px #777;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  /*&-CTA {
            background: @color-go;
            color: white;
            border-radius: 8px;
            transition: 0.2s;
            display: inline-block;
            margin: 0 auto;
            padding: 0.5rem 1rem;
            text-decoration: none;

            &:hover {
                background: lighten(@color-go, 40%);
                color: @color-text1;
            }
            .ctaText {
                &.ctaBold {
                    //font-weight: bold;
                    text-transform: uppercase;
                    color: lighten(@color-primary, 50%);
                }
            }
            hr {
                background: #aaa;
                margin: 4px auto;
                width: 80%;
                height: 1px;
                border: none;
            }
        }*/
}
@media only screen and (max-width: 799px) {
  .BenefitGuide-Benefit {
    margin: 1rem 0;
  }
}
@media only screen and (min-width: 800px) {
  .BenefitGuide-Benefit {
    height: 100%;
  }
}
.BenefitGuide-Benefit-List {
  justify-items: center;
  grid-gap: 1.5rem;
}
@media only screen and (max-width: 799px) {
  .BenefitGuide-Benefit-List {
    padding: 8px;
  }
}
@media only screen and (min-width: 800px) {
  .BenefitGuide-Benefit-List {
    display: grid;
  }
}
.BenefitGuide-Benefit-Container {
  width: 100%;
}
.BenefitGuide-Benefit-Header {
  background: #056eb7;
  color: white;
  display: flex;
  align-items: center;
  padding: 1rem;
  flex-direction: column;
  gap: 8px;
}
.BenefitGuide-Benefit-Subheader {
  color: #056eb7;
  margin: 0;
  font-weight: bold;
}
.BenefitGuide-Benefit-Icon {
  text-align: center;
  vertical-align: middle;
}
.BenefitGuide-Benefit-Icon i {
  font-size: 40px;
  --fa-primary-color: white;
  --fa-secondary-color: #df969a;
  --fa-secondary-opacity: 1;
}
.BenefitGuide-Benefit-Label {
  text-align: center;
  font-weight: bold;
}
.BenefitGuide-Benefit-RateTable {
  border: solid 1px #ccc;
  border-radius: 8px;
  width: 100%;
  margin: 4px 0;
  box-shadow: 0 1px 5px #ccc;
}
.BenefitGuide-Benefit-RateTable.rightAlignLastColumn tr > td:last-child {
  text-align: right;
  vertical-align: top;
}
.BenefitGuide-Benefit-RateTable tr:nth-child(odd) {
  background-color: white;
}
.BenefitGuide-Benefit-RateTable td {
  padding: 6px 8px;
  font-size: 0.9rem;
  vertical-align: bottom;
}
.BenefitGuide-Benefit-RateTable td.iconCell {
  vertical-align: middle !important;
  text-align: center;
}
.BenefitGuide-Benefit-RateTable td.iconCell i {
  font-size: 20px;
}
.BenefitGuide-Benefit-RateTable td sub {
  display: block;
}
.BenefitGuide-Benefit-Content {
  padding: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: space-between;
  flex-grow: 1;
}
@media only screen and (min-width: 800px) {
  .BenefitGuide-Benefit-Content-Middle {
    flex-grow: 1;
  }
}
.BenefitGuide-Benefit-Content-Bottom {
  min-height: 68px;
}
.BenefitGuide-Benefit-Description {
  text-align: center;
  margin: 1rem 0;
}
.BenefitGuide-Benefit-BenefitAmount {
  color: #056eb7;
}
.BenefitGuide-Benefit-BenefitAmount span {
  color: #222;
  font-size: 0.9rem;
}
.BenefitGuide-Benefit-LearnMore {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  margin: 0 auto;
  border-radius: 8px;
  background: #df969a;
  color: #222;
  font-weight: bold;
  text-transform: lowercase;
  transition: 0.2s;
}
.BenefitGuide-Benefit-LearnMore:hover {
  background-color: #be1c2c;
  color: white;
}
.BenefitGuide-Benefit-CTA {
  background: #4a984a;
  color: white;
  border-radius: 8px;
  overflow: hidden;
  transition: 0.2s;
  display: inline-block;
  margin: 0 auto;
  text-decoration: none;
  box-shadow: 0 3px 5px #777;
}
.BenefitGuide-Benefit-CTA:hover {
  box-shadow: 0 5px 5px #777;
}
.BenefitGuide-Benefit-CTA:hover .ctaText {
  color: #056eb7;
}
.BenefitGuide-Benefit-CTA:hover .ctaText.ctaBottom {
  background-color: #397639;
}
.BenefitGuide-Benefit-CTA .ctaText {
  padding: 0.5rem 1rem;
  transition: 0.2s;
  color: #295329;
  background: white;
  font-weight: bold;
}
.BenefitGuide-Benefit-CTA .ctaText.ctaBottom {
  background: #4a984a;
  color: white;
  font-weight: normal;
}
.BenefitGuide-Benefit-CTA hr {
  background: #aaa;
  margin: 4px auto;
  width: 80%;
  height: 1px;
  border: none;
}
.BenefitsBrowser {
  margin: 0 auto;
  max-width: 1200px;
}
@media only screen and (min-width: 800px) {
  .BenefitsBrowser {
    display: flex;
  }
}
.BenefitsBrowser-Filter-Panel {
  width: 350px;
  padding: 1rem 50px;
  position: relative;
}
@media only screen and (max-width: 799px) {
}
.BenefitsBrowser-Filter-List {
  position: sticky;
  top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.BenefitsBrowser-Filter-AnchorLink {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 4px;
  padding: 8px 0;
  padding-left: 16px;
}
.BenefitsBrowser-Filter-AnchorLink > * {
  display: block;
  vertical-align: top;
}
.BenefitsBrowser-Filter-AnchorLink i {
  vertical-align: middle;
  padding-right: 8px;
}
.BenefitsBrowser-Filter-AnchorLink a {
  text-decoration: none;
  color: #222;
  transition: 0.2s;
  font-size: 1rem;
  white-space: nowrap;
}
.BenefitsBrowser-Filter-AnchorLink a:hover {
  color: #056eb7;
}
.BenefitsBrowser-Filter-Field {
  padding-left: 16px;
}
.BenefitsBrowser-Filter-Field-Input {
  display: flex;
  align-items: start;
  gap: 2px;
  padding: 4px;
  margin: 4px;
}
.BenefitsBrowser-Filter-Field-Input label {
  -webkit-user-select: none;
  /* Safari */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  user-select: none;
  /* Standard syntax */
}
.BenefitsBrowser-Filter-Label {
  font-weight: bold;
  padding: 8px;
}
.BenefitsBrowser.filter-eligibleStatus-active .eligibleStatus:not(.eligibleStatus-active) {
  display: none;
}
.BenefitsBrowser.filter-eligibleStatus-retiree .eligibleStatus:not(.eligibleStatus-retiree) {
  display: none;
}
.BenefitsBrowser .filterHide {
  display: none !important;
}
.BenefitsBrowser .toolTip {
  color: #056eb7;
  font-size: 0.8rem;
  padding: 4px;
  padding-left: 8px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.BenefitsBrowser .toolTip:hover {
  text-decoration: underline;
}
.carrier-logo {
  height: 40px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 8px auto;
  text-align: center;
}
.carrier-logo-big {
  height: 80px;
  margin: 64px auto;
}
.carrier-logo.cardView {
  margin: 0 8px;
}
.carrier-logo img {
  height: 100%;
}
.brightcove {
  margin: 0 auto;
  width: 600px;
  height: 340px;
}
.brightcove video-js {
  width: 100%;
  height: 100%;
}
.Button {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  padding: 0.5rem 1rem;
}
.Button-CTA {
  background: #4a984a;
  color: white;
  transition: 0.2s;
  text-decoration: none;
  box-shadow: 0 3px 5px #777;
  border: solid 1px #4a984a;
}
.Button-CTA:hover {
  box-shadow: 0 5px 5px #777;
  color: #056eb7;
  background: white;
  border: solid 1px #ccc;
}
hr {
  border: none;
  background-color: #ddd;
  height: 1px;
}
.CTA-Section {
  background-color: #295329;
  color: white;
  box-shadow: 0 5px 5px #777;
  padding: 1rem 0;
  margin: 2rem 0;
  border-top: solid 1px #056eb7;
}
.CTA-Section-Inner {
  max-width: 900px;
  margin: 0 auto;
}
.CTA-Section-Inner > * {
  max-width: 600px;
  margin: 1rem 0;
}
.CTA-Section .Button.Button-CTA {
  background: #056eb7;
}
.CTA-Section .Button.Button-CTA:hover {
  background: white;
  color: #4a984a;
}
.SimpleTable {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: solid 1px #333;
  border-radius: 8px;
}
.SimpleTable td {
  border: solid 1px #333;
  padding: 8px;
  background-color: white;
}
/*
#member-status {
    .BenefitsBrowser-Filter-Field {
        &-Input {
            background: @color-go;
            color: white;
            border-radius: 8px;
            padding: 16px 8px;
        }
    }
}
*/
form div {
  margin: 1rem 0;
}
form div label.form_required:after {
  content: ' *';
}
form div label,
form div input,
form div textarea {
  display: block;
  width: 400px;
}
form div input,
form div textarea {
  border-radius: 4px;
  border: solid 1px #222;
  padding: 8px 1rem;
}
form div textarea {
  height: 6rem;
}
form div input[type=button] {
  background: #4a984a;
  color: white;
  text-transform: lowercase;
  width: 200px;
}
iframe.embeddedPDF {
  max-width: 960px;
  display: block;
  margin: 0 auto;
  width: 100%;
  border: none;
  overflow-x: scroll !important;
}
