@charset "UTF-8";
/*TEST update 3.21.24*/
:host {
  display: block;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/webfonts/MaterialIcons-Regular.woff2) format("woff2"), url(/webfonts/MaterialIcons-Regular.woff) format("woff"), url(/webfonts/MaterialIcons-Regular.ttf) format("truetype");
}
icons-material i {
  padding: 2px;
  margin: 1px;
}

.ma-size-x-small {
  font-size: 0.5rem !important;
}

.ma-size-small {
  font-size: 1rem !important;
}

.ma-size-medium {
  font-size: 1.5rem !important;
}

.ma-size-large {
  font-size: 2rem !important;
}

.ma-size-x-large {
  font-size: 3rem !important;
}

.ma-size-xx-large {
  font-size: 4rem !important;
}

icons-material .material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  color: #202124;
  background-color: transparent;
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

p {
  color: #202124;
  background-color: transparent;
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

h1 {
  color: #004C75;
  font-family: Merriweather, ‘Merriweather’, serif, sans-serif, arial, helvetica;
  font-weight: 700;
  font-size: 42px;
  -webkit-text-size-adjust: 100%;
}

h2 {
  color: #004C75;
  background-color: transparent;
  font-family: Montserrat, ‘Montserrat’, serif, sans-serif, arial, helvetica;
  font-weight: 700;
  font-size: 24px;
  -webkit-text-size-adjust: 100%;
}

h3 {
  color: #004C75;
  background-color: transparent;
  font-family: Montserrat, ‘Montserrat’, serif, sans-serif, arial, helvetica;
  font-weight: 700;
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}

h4 {
  color: #004C75;
  background-color: transparent;
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
  font-weight: 700;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

strong {
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

b {
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

button {
  font-weight: 700;
}

.h1mobile {
  font-size: 28px;
}

.huge {
  color: rgba(0, 76, 117, 0.5019607843);
  margin: 40px;
  font-family: Montserrat, ‘Montserrat’, serif, sans-serif, arial, helvetica;
  font-weight: 900;
  font-size: 200px;
  line-height: 175px;
  text-align: center;
}

.disclaimer {
  color: #202124;
  background-color: transparent;
  border: 0px solid none;
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

.help {
  color: #202124;
  background-color: #ffffff;
  border: 0px solid none;
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

.systemalerts {
  color: #202124;
  background-color: #ffffff;
  border: 0px solid none;
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
  font-weight: 400;
  text-transform: none;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

.form {
  color: #202124;
  background-color: #ffffff;
  border: 0px solid none;
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
  font-weight: 400;
  text-transform: none;
  font-size: 14px;
  -webkit-text-size-adjust: 100%;
}

.accordion {
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
}

* {
  word-break: break-word;
}

a {
  color: #0C75B6;
  cursor: pointer;
}
a:not([href]):not([class]) {
  color: #0C75B6;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  color: #003455;
}

ul ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: disc;
}

li::marker {
  color: #8a8a8a;
}

.hx_errorMsg {
  background-color: transparent;
  color: #b40404;
  font-size: 0.75rem;
  border: none;
}

@media (max-width: 900px) {
  h1 {
    font-size: 28px;
  }
}

html, body, main {
  margin: 0;
  background-color: #ffffff;
  max-width: 100%;
  min-width: fit-content;
}

.btn {
  border-radius: 8px;
  padding: 14px 16px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.btn.btn-sm {
  font-size: 14px;
  padding: 8px 16px;
}

.btn.btn-noborder {
  border: none;
  background-color: transparent;
  font-weight: 700;
  color: #0C75B6;
  margin-top: 15px;
  position: relative;
  text-transform: none;
  width: auto;
}

.btn.btn-noborder:after {
  position: absolute;
  right: auto;
  top: 17px;
  bottom: 0;
  font-weight: bold;
  font: var(--fa-font-solid);
  left: auto;
  margin-left: 0.5rem;
}
.btn.btn-noborder.advanced:after {
  content: "\f078";
}
.btn.btn-noborder.basic:after {
  content: "\f077";
}
.btn.btn-primary {
  color: #004C75;
  background-color: #ffc82d;
  border: 1px solid #ffc82d;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #004C75;
  background-color: #ffe072;
  border: 1px solid #ffe072;
}
.btn.btn-primary:active {
  color: #004C75;
  background-color: #ddb426;
  border-color: #ddb426;
}
.btn.btn-primary.disabled, .btn.btn-primary:disabled {
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #8a8a8a;
}
.btn.btn-primary.disabled:hover, .btn.btn-primary:disabled:hover {
  border-color: #eeeeee;
  background-color: #eeeeee;
  color: #8a8a8a;
}
.btn.btn-secondary {
  color: #004C75;
  background-color: transparent;
  border: 1px solid #65BEEA;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #004C75;
  background-color: #EBF7FF;
  border: 1px solid #65BEEA;
}
.btn.btn-secondary:active {
  color: #ffffff;
  background-color: #052841;
}
.btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
  border-color: #cccccc;
  color: #cccccc;
}
.btn.btn-secondary.disabled:hover, .btn.btn-secondary:disabled:hover {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
}
.btn.btn-tertiary {
  color: #0C75B6;
  background-color: transparent;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary:focus {
  color: #0C75B6;
  background-color: #eeeeee;
}
.btn.btn-tertiary:active {
  color: #0C75B6;
  background-color: transparent;
}
.btn.btn-tertiary.disabled, .btn.btn-tertiary:disabled {
  background-color: transparent;
  border: none;
  color: #cccccc;
}
.btn.btn-tertiary.disabled:hover, .btn.btn-tertiary:disabled:hover {
  background-color: transparent;
  color: #cccccc;
}
.btn.btn-link {
  border: none;
  background-color: transparent;
  font-weight: normal;
  color: #0C75B6;
  text-decoration: underline;
  text-transform: none;
  padding: 0;
}

.btn-mt:not(:first-child) {
  margin-left: 0rem;
}

.btn-close {
  --bs-btn-close-bg: none;
  position: relative;
  opacity: 1;
}
.btn-close:after {
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  color: #004C75;
  content: "\f00d";
  font: var(--fa-font-solid);
  font-weight: 900;
  --bs-btn-close-opacity: 1;
}

button.accordion-button::after {
  right: 0.5rem;
}
button.accordion-button.table-accordion {
  background-color: #004C75 !important;
}
button.accordion-button.table-accordion div {
  color: #ffffff;
  padding: 8px;
  background-color: inherit;
}
button.accordion-button.table-accordion::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
button.accordion-button.table-button {
  padding-left: 0.5rem;
  font-size: 1rem !important;
}
button.accordion-button.table-button span {
  color: #ffffff;
}

.btn-cancel, .btn-cancel a {
  color: #0C75B6;
  background-color: transparent;
}

.btn-skip, .btn-skip a {
  color: #004C75;
  background-color: transparent;
}
.btn-skip:hover, .btn-skip:focus, .btn-skip a:hover, .btn-skip a:focus {
  color: #004C75;
  background-color: #EBF7FF;
}
.btn-skip:active, .btn-skip a:active {
  color: #ffffff;
  background-color: #052841;
}

@media (max-width: 400px) {
  .btn-sm {
    padding: 8px 10px;
  }
}
@media (max-width: 450px) {
  .btn-primary,
  .btn-secondary {
    padding: 8px 20px;
  }
}
@media (max-width: 475px) {
  .btn-sm {
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    margin-bottom: 1rem;
  }
  .btn.advanced {
    width: auto;
  }
}
@media (min-width: 767px) {
  .btn-mt:not(:first-child) {
    margin-left: 1rem;
  }
}
@media (min-width: 1000px) {
  .sec_btns {
    align-items: flex-end;
    justify-content: end;
  }
}
.clear-button {
  margin-left: 220px;
  margin-top: -28px;
  position: absolute;
}

.earth-icon {
  color: white;
  margin-right: -5px;
}

.accordion .index {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.accordion .index li {
  list-style: none;
  padding-right: 2.91%;
  padding-bottom: 20px;
}
.accordion .index .col-lg {
  padding: 2px 7px;
  text-align: center;
}
.accordion .index .col-lg:focus, .accordion .index .col-lg:hover, .accordion .index .col-lg.selected-index {
  background: #EBF7FF;
  border-radius: 4px;
}
.accordion .index a {
  text-decoration: none;
}
.accordion .accordion-header, .accordion .accordion-button {
  color: #004C75 !important;
  font-size: 18px !important;
  background: transparent !important;
  font-weight: 700;
  font-family: Lato, ’Lato’, sans-serif, arial, helvetica;
  box-shadow: none !important;
}
.accordion .accordion-button:not(.collapsed) {
  border-bottom: 1px solid #65BEEA !important;
}
.accordion .accordion-item {
  background: #EBF7FF !important;
  border-top: 1px solid #65BEEA !important;
  border-right: 1px solid #65BEEA !important;
  border-left: 1px solid #65BEEA !important;
}
.accordion .accordion-item:last-of-type {
  border-bottom: 1px solid #65BEEA !important;
}
.accordion .accordion-body {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
  background: #ffffff !important;
}

.alert {
  padding: 2rem 1rem;
  border-width: 0.0625rem 0.0625rem 0.75rem 0.0625rem;
  position: relative;
  margin: 1rem auto 2rem;
  border-color: #65BEEA;
  background-color: #ffffff;
}
.alert .alert-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0.0625rem solid;
  position: absolute;
  top: -1.125rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-color: #65BEEA;
  color: #004C75;
}
.alert .alert-icon i {
  font-size: 1.25rem;
}
.alert p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.alert.alert-info {
  border-color: #0C75B6;
  background-color: #EBF7FF;
}
.alert.alert-info .alert-icon {
  border-color: #0C75B6;
  background-color: #EBF7FF;
  color: #004C75;
}
.alert.alert-info h3,
.alert.alert-info strong {
  color: #004C75;
}
.alert.alert-success {
  border-color: #146c44;
  background-color: #f2fff9;
}
.alert.alert-success .alert-icon {
  border-color: #146c44;
  background-color: #f2fff9;
  color: #146c44;
}
.alert.alert-success h3,
.alert.alert-success strong {
  color: #146c44;
}
.alert.alert-warning {
  border-color: #B18f1a;
  background-color: #fff3cd;
}
.alert.alert-warning .alert-icon {
  border-color: #B18f1a;
  background-color: #fff3cd;
  color: #B18f1a;
}
.alert.alert-warning h3,
.alert.alert-warning strong {
  color: #B18f1a;
}
.alert.alert-danger {
  border-color: #b40404;
  background-color: #f8d7da;
}
.alert.alert-danger .alert-icon {
  border-color: #b40404;
  background-color: #f8d7da;
  color: #b40404;
}
.alert.alert-danger h3,
.alert.alert-danger strong {
  color: #b40404;
}

.error-icon {
  font-size: 200px;
  font-weight: 800;
  line-height: 175px;
  font-family: Montserrat;
  color: rgba(0, 76, 117, 0.5019607843);
}

[class^=col-] > div.card {
  margin-bottom: 20px;
}

.card {
  border: 1px solid #65BEEA;
  border-width: 1px 1px 12px 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  position: relative;
}
.card .lan-support {
  display: block;
}
.card .card-badge {
  position: absolute;
  top: -8px;
  left: 18px;
  background: #ffffff;
  border: 1px solid #65BEEA;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 14px;
  color: #0C75B6;
  font-weight: 700;
}
.card.badge-card .card-header {
  margin-top: 1rem;
}
.card.badge-card .card-footer {
  margin-bottom: 0.5rem;
}
.card .card-header {
  background-color: transparent;
  border: 0;
  margin-bottom: auto;
  margin-top: 8px;
}
.card .card-header h2 {
  color: #004C75 !important;
}
.card .card-body {
  flex: 1 1 auto;
}
.card .card-footer {
  background-color: transparent;
  border: 0;
}
.card.language-card img {
  width: 100%;
}
.card.body-section {
  background-color: none;
  border: none;
  padding: 24px;
  justify-content: space-between;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.card.info-card {
  background-color: #B3DEF6;
}
.card.help-card {
  border: 1px #65BEEA solid;
  border-bottom: 12px #65BEEA solid;
  border-radius: 10px;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.card.help-card .card-body {
  padding: 2rem var(--bs-card-spacer-x) 0;
}
.card.help-card .helpCard-icon {
  background: #FFFFFF;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -1.15rem;
  border: 1px solid #0C75B6;
  color: #004C75;
  margin: 0 auto;
}
.card.content-card .content-card-header {
  background: #ffffff;
  color: #004C75;
  font-size: 0.625rem;
  font-weight: 700;
  font-family: "Montserrat";
  line-height: 1.5;
  border-radius: 25px;
  border: 1px solid #0C75B6;
  height: auto;
  padding: 0 0.5rem;
  display: flex;
  position: absolute;
  top: -0.5rem;
  left: 1rem;
}
.card.quote-card .card-header {
  text-align: center;
}
.card.quote-card .card-footer {
  text-align: left;
}
.card.quote-card table {
  width: 100%;
}
.card.finance-card .view-you-pay {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003455;
  padding: 1rem 0;
  color: #ffffff;
}

.with-top-icon {
  margin-top: 14px;
}
.with-top-icon .center-icon {
  position: absolute;
  left: 50%;
  right: 50%;
  top: 0px;
  padding: 20px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #65BEEA;
  height: 25px;
  width: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(-50%, -50%);
  color: #0C75B6;
}

.with-top-label .card-header .top-label {
  position: absolute;
  top: -12px;
  left: 18px;
  background: #ffffff;
  border: 1px solid #65BEEA;
  padding: 0px 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  color: #0C75B6;
}

.card-ls img {
  width: 100%;
}

.card-center {
  margin-left: auto;
  margin-right: auto;
}

.cb {
  padding-bottom: 32px;
}

.circle {
  background: #0C75B6;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 68px;
  font-weight: 700;
  margin: 0 auto 1rem;
}

#chatCircle {
  z-index: 3;
  background-color: #B3DEF6;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  border: 4px solid #ffffff;
  font-size: 30px;
}

#chat-widget {
  display: flex;
  position: fixed;
  z-index: 998;
  bottom: 2rem;
  right: 1.5rem;
  background-color: #B3DEF6;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  border: 4px solid #ffffff;
  font-size: 30px;
  transition: transform 0.3s ease-in-out;
}
#chat-widget.sticky-footer {
  position: absolute;
  bottom: auto;
  top: 30px;
  transform: translateY(-100%);
  z-index: 999;
}
#chat-widget:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
#chat-widget #chat-widget-content {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}
#chat-widget #close-chat {
  display: none;
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  border: 2px solid #ffffff;
  position: relative;
  top: -10px;
  right: -2px;
  width: 40px;
  height: 25px;
  line-height: 1.25;
  border-radius: 100%;
  background-color: #003455;
  padding-left: 5px;
}
#chat-widget #close-chat.close-chat-remove {
  display: none;
}
#chat-widget #close-chat.close-chat-active {
  display: block !important;
  position: absolute;
  width: 25px;
  right: -9px;
  top: -8px;
}
@media (max-width: 992px) {
  #chat-widget {
    right: 0.5rem;
  }
}

.chat-icon {
  color: #0A5483;
}

/*egain chat css end */
.chip, .badge {
  padding: 2px 8px 5px 8px;
  border-radius: 10px;
  font-size: 0.875rem;
  margin-right: 0.25rem;
}
.chip.info-chip, .badge.info-chip {
  background-color: #EBF7FF;
  color: #004C75;
}
.chip span, .badge span {
  color: #202124;
}

.badge {
  width: 100%;
  max-width: fit-content;
}
.badge.metal {
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  border-radius: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
  font-family: Montserrat;
}
.badge.metal-healthyny {
  color: #FFFFFF;
  background-color: #004C75;
  border: 1px solid #004C75;
}
.badge.metal-gold {
  color: #7A5A00;
  background: #F2D78C;
  border: 2px solid #7A5A00;
}
.badge.metal-platinum {
  color: #004C75;
  background-color: #EEEEEE;
  border: 2px solid #004C75;
}
.badge.metal-silver {
  color: #FFFFFF;
  background-color: #8A8A8A;
  border: 2px solid #8A8A8A;
}
.badge.metal-bronze {
  color: #FFFFFF;
  background-color: #A46628;
  border: 2px solid #A46628;
}
.badge.metal-catastrophic {
  color: #FFFFFF;
  background-color: #58151C;
}
.badge.metal-high {
  color: #FFFFFF;
  background-color: #0C75B6;
  border: 2px solid #0C75B6;
}
.badge.metal-low {
  color: #FFFFFF;
  background-color: #5D5D5D;
  border: 2px solid #5D5D5D;
}

.view-badge {
  background-color: #EBF7FF;
  padding: 0.125rem 0.5rem;
  border-radius: 50%;
  width: fit-content;
  margin-right: 0.5rem;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .creditsInfo p {
    padding-left: 50px;
  }
}

.credits {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Lato;
  color: #202124;
}
.credits h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  color: #004C75;
  font-family: Merriweather;
}

@media (max-width: 450px) {
  #helpArea .helpArea-content .sitemap {
    padding: 0 27px;
  }
  .log-in .border {
    border-bottom: 2px solid #FFFFFF;
  }
}
@media (max-width: 767px) {
  #helpArea .sec2 .help-holder:last-child {
    padding-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .help-content {
    clear: both;
    max-width: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .help-col {
    padding-left: 45px;
  }
}
@media (max-width: 475px) {
  #helpArea .sec2 .helpArea-content:not(:first-child) h1 {
    display: none;
  }
  #helpArea .sec2 .helpArea-content:not(:first-child) h1 {
    display: none;
  }
  .help-col2 {
    padding-top: 12px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 426px) {
  .help-col1 {
    padding: 0 24px 20px;
  }
  .help-col2 {
    padding: 27px 24px 32px;
  }
}
.image-holder {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.main-content .image-holder {
  height: 100% !important;
  min-height: 250px;
}

.individual-hero-image,
.employer-hero-image,
.broker-hero-image,
.assistor-hero-image {
  margin: auto;
  position: absolute;
  z-index: 999;
  height: auto;
  bottom: 0;
}

.assistor-hero-image,
.broker-hero-image {
  bottom: 0;
}

.issuer-logo-image {
  max-width: 100%;
  height: 100px;
}

@media (min-width: 992px) {
  .individual-hero-image {
    width: 448px;
    left: -115px;
    bottom: -40px;
  }
  .broker-hero-image {
    left: -100px;
  }
  .employer-hero-image {
    width: 410px;
    left: -3rem;
  }
  .assistor-hero-image {
    left: -100px;
    width: 430px;
  }
}

@media (min-width: 1200px) {
  .individual-hero-image {
    width: 435px;
    left: -2.75rem;
    bottom: -50px;
  }


  #sub-section1{
    .btn{
      z-index: 999 !important;
      position: relative !important;
    }
  }


  .broker-hero-image {
    left: -40px;
  }
  .assistor-hero-image {
    left: -40px;
    width: 430px;
  }
  .employer-hero-image {
    width: 430px;
    bottom: -40px;
    left: 0;
  }
}
@media (min-width: 1400px) {
  .individual-hero-image {
    width: 400px;
    bottom: -50px;
    left: 1.5rem;
  }
  .broker-hero-image {
    left: 30px;
    width: 430px;
  }
  .employer-hero-image {
    width: 400px;
    bottom: -50px;
    left: 4rem;
  }
}
.landing-icon i {
  font-size: 1.25rem;
}

i.floating-nav-icon {
  color: #004C75;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
}

.form-control,
.form-select,
.input-group-text,
.form-select.is-valid,
.was-validated {
  border-color: #8a8a8a;
}
.form-control:valid,
.form-select:valid,
.input-group-text:valid,
.form-select.is-valid:valid,
.was-validated:valid {
  border-color: #8a8a8a;
}

.invalid-feedback {
  color: #b40404;
}

input[type=radio] + .invalid-feedback,
input[type=checkbox] + .invalid-feedback {
  margin-top: 0;
  position: relative;
  padding-left: 1.125rem;
}
input[type=radio] + .invalid-feedback:before,
input[type=checkbox] + .invalid-feedback:before {
  position: absolute;
  left: 0;
  content: "\f071";
  font-weight: bold;
  font: var(--fa-font-solid);
  color: #b40404;
  top: 0.25rem;
}

.has-validation .form-control {
  background-image: none;
}
.has-validation .form-control.validation-error {
  background-image: url("https://images.contentstack.io/v3/assets/bltd8dd235189eeddf6/blt030ceb6e833f602f/invalid.png?branch=redesign");
  background-size: auto;
  border-color: #b40404;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
}
.has-validation .form-select:valid {
  border-color: #8a8a8a;
}
.has-validation .form-select:valid:not([multiple]):not([size]) {
  --bs-form-select-bg-icon:none;
}
.has-validation .form-check-input:valid ~ .form-check-label {
  color: #202124;
}
.has-validation .form-check-input:valid {
  border-color: #8a8a8a;
}
.has-validation .form-check-input:valid:checked {
  background-color: #ffffff;
}

.form-check-input[type=radio] {
  border-color: #8a8a8a;
  background-color: #ffffff;
}
.form-check-input[type=radio]:checked {
  border-color: #004C75;
  background-color: #ffffff;
  background-image: url("https://images.contentstack.io/v3/assets/bltd8dd235189eeddf6/bltfd493e21f3cc158f/6717dff977dcca023919b0dd/radio-dot.svg?branch=redesign");
}
.form-check-input[type=checkbox] {
  border-color: #8a8a8a;
  background-color: #ffffff;
}
.form-check-input[type=checkbox]:checked {
  border-color: #004C75;
  background-color: #004C75;
}

.was-validated .form-check-input:valid {
  border-color: #8a8a8a;
}
.was-validated .form-check-input:valid:checked:not([type=checkbox]) {
  border-color: #004C75;
  background-color: #ffffff;
  background-image: url("https://images.contentstack.io/v3/assets/bltd8dd235189eeddf6/bltfd493e21f3cc158f/6717dff977dcca023919b0dd/radio-dot.svg?branch=redesign");
}
.was-validated .form-check-input:valid:checked[type=checkbox] {
  background-color: #004C75;
}
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 247, 255, 0.25);
}
.was-validated .form-check-input.is-invalid ~ .form-check-label {
  color: initial;
}
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: initial;
}
.was-validated .form-select:valid {
  border-color: #8a8a8a;
  --bs-form-select-bg-icon: none !important;
}
.was-validated .form-select:valid:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 247, 255, 0.25);
}
.was-validated .form-select:focus {
  border-color: #86b7fe;
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 247, 255, 0.25);
}
.was-validated select.form-select.form-control[required]:valid {
  background-image: var(--bs-form-select-bg-img);
  border-color: #8a8a8a;
}
.was-validated select.form-select:invalid {
  background-image: var(--bs-form-select-bg-img), url("https://images.contentstack.io/v3/assets/bltd8dd235189eeddf6/blt030ceb6e833f602f/invalid.png?branch=redesign");
  background-size: 1rem, calc(0.75em + 0.375rem) !important;
}
.was-validated .form-control {
  background-image: none;
}
.was-validated .form-control:invalid, .was-validated .form-control.is-invalid {
  background-image: url("https://images.contentstack.io/v3/assets/bltd8dd235189eeddf6/blt030ceb6e833f602f/invalid.png?branch=redesign");
  background-size: auto;
  border-color: #b40404;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
}
.was-validated .form-control:valid:not([required]):not(.required) {
  border-color: initial; /* Reset border color */
  background-image: none; /* Remove valid checkmark */
}
.was-validated .form-control:valid:not([required]):not(.required):invalid, .was-validated .form-control:valid:not([required]):not(.required).is-invalid {
  background-image: url("https://images.contentstack.io/v3/assets/bltd8dd235189eeddf6/blt030ceb6e833f602f/invalid.png?branch=redesign");
  background-size: auto;
  border-color: #b40404;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
}
.was-validated .form-control:valid:not([required]):not(.required):invalid:focus, .was-validated .form-control:valid:not([required]):not(.required).is-invalid:focus {
  box-shadow: #b40404;
}
.was-validated .form-control[required]:valid, .was-validated .form-control.required:valid {
  border-color: #8a8a8a;
  background-image: none;
}
.was-validated .form-control[required]:valid:focus, .was-validated .form-control.required:valid:focus {
  box-shadow: none;
}

.form-control.is-invalid {
  background-image: url("https://images.contentstack.io/v3/assets/bltd8dd235189eeddf6/blt030ceb6e833f602f/invalid.png?branch=redesign");
  background-size: auto;
  border-color: #b40404;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: initial;
}

input[type=number] {
  max-width: 650px;
  width: 100%;
}

input + span {
  padding-right: 30px;
}

input:invalid + span::after {
  position: absolute;
  content: "✖";
  padding-left: 5px;
  color: #58151c;
}

input:valid + span::after {
  position: absolute;
  content: "✓";
  padding-left: 5px;
  color: #146c44;
}

.label-container {
  position: relative;
  margin-bottom: 10px;
  margin-top: 40px;
}

label[required]::after, label.required::after {
  content: "*";
  color: #b40404;
  margin-left: 0.125rem;
}

@media (max-width: 370px) {
  .nysoh-logo {
    width: 240px;
  }
}
.modal .modal-header {
  border-bottom: none;
}
.modal .modal-footer,
.modal .footer {
  border-top: none;
  justify-content: space-between;
}

.modal-content {
  border-radius: 0.5rem;
  background-color: #ffffff;
  border: none;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.modal-content.full-width {
  width: 100% !important;
  border: none !important;
}
.modal-content.open-animation {
  animation: open-fade 100ms forwards;
}
.modal-content.close-animation {
  animation: close-fade 100ms forwards;
}
.modal-content .modal-title {
  display: flex;
  align-items: center;
}
.modal-content .modal-title .text-title {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #004C75;
  text-transform: capitalize;
}
.modal-content .modal-title .close-container {
  margin-left: auto;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 150ms;
  cursor: pointer;
}
.modal-content .modal-title .close-container:hover {
  background-color: transparent;
}
.modal-content .modal-title .close-container .close {
  color: #0C75B6;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 0.125rem;
}
.modal-content .modal-title .close-container .close:hover,
.modal-content .modal-title .close-container .close:focus {
  text-decoration: none;
}
.modal-content .content {
  padding: 1rem;
  overflow: auto;
  max-height: 70vh;
}
.modal-content .footer {
  padding: 0.7rem 1rem;
  width: 100%;
}
.modal-content .footer.center, .modal-content .footer.left, .modal-content .footer.right {
  display: flex;
}
.modal-content .footer.center {
  align-items: center;
  justify-content: center;
}
.modal-content .footer.left .footer-content {
  margin-right: auto;
}
.modal-content .footer.right .footer-content {
  margin-left: auto;
}

@media (max-width: 1536px) {
  .responsive {
    width: 40%;
  }
  :host([size=tiny]) .modal-content {
    width: 30%;
  }
  :host([size=small]) .modal-content {
    width: 40%;
  }
  :host([size=medium]) .modal-content {
    width: 40%;
  }
  :host([size=large]) .modal-content {
    width: 50%;
  }
  :host([size=giant]) .modal-content {
    width: 60%;
  }
}
@media (max-width: 1280px) {
  .responsive {
    width: 45%;
  }
  :host([size=tiny]) .responsive {
    width: 30%;
  }
  :host([size=small]) .responsive {
    width: 45%;
  }
  :host([size=medium]) .responsive {
    width: 55%;
  }
  :host([size=large]) .responsive {
    width: 65%;
  }
  :host([size=giant]) .responsive {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .responsive {
    width: 50%;
  }
  :host([size=tiny]) .responsive {
    width: 40%;
  }
  :host([size=small]) .responsive {
    width: 50%;
  }
  :host([size=medium]) .responsive {
    width: 60%;
  }
  :host([size=large]) .responsive {
    width: 70%;
  }
  :host([size=giant]) .responsive {
    width: 80%;
  }
}
@media (max-width: 786px) {
  .responsive {
    width: 60%;
  }
  :host([size=tiny]) .responsive {
    width: 50%;
  }
  :host([size=small]) .responsive {
    width: 60%;
  }
  :host([size=medium]) .responsive {
    width: 70%;
  }
  :host([size=large]) .responsive {
    width: 80%;
  }
  :host([size=giant]) .responsive {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .responsive {
    width: 70%;
  }
  :host([size=tiny]) .responsive {
    width: 70%;
  }
  :host([size=small]) .responsive {
    width: 85%;
  }
  :host([size=medium]) .responsive {
    width: 90%;
  }
  :host([size=large]) .responsive {
    width: 95%;
  }
  :host([size=giant]) .responsive {
    width: 98%;
  }
}
@keyframes open-fade {
  from {
    top: 10rem;
    transform: scale(0.9);
    opacity: 0;
    z-index: 1;
  }
  to {
    top: inherit;
    transform: scale(1);
    opacity: 1;
    z-index: 100;
  }
}
@keyframes close-fade {
  from {
    transform: scale(1);
    opacity: 1;
    z-index: 100;
  }
  to {
    transform: scale(0.9);
    opacity: 0;
    z-index: 1;
  }
}
@keyframes remove-brackground {
  from {
    opacity: 1;
  }
  to {
    display: none;
    opacity: 0;
  }
}
@keyframes show-background {
  from {
    display: none;
    opacity: 0;
  }
  to {
    display: hidden;
    opacity: 1;
  }
}
.reminders {
  background: #ffffff;
  border-radius: 16px;
  height: fit-content;
  padding: 1.125rem;
}
.reminders .title {
  border-radius: 16px;
  font-size: 18px;
  font-family: Montserrat;
  line-height: 24px;
  font-weight: 700;
}
.reminders .content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: Lato;
}
.reminders img {
  width: auto !important;
  max-width: 80px !important;
  height: auto !important;
  margin: 0 auto !important;
  max-height: 90px !important;
  align-self: center !important;
  display: flex !important;
}

.reminder-line {
  width: 0px;
  opacity: 1.25;
  border-left: 1px solid #65BEEA;
  height: 220px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .reminder-right {
    padding-left: 25px;
  }
}
.rating {
  color: #ffc82d;
}

/* Field Required Form Wrapper Styles For Testing*/
.float-left {
  float: left;
}

.required-field-wrapper {
  line-height: 2rem;
  margin-left: 12px;
}

.label-required {
  margin-left: 2px;
}

/* Field Required Form Wrapper Styles End */
.search-icon {
  margin-left: 180px;
  margin-top: -30px;
  position: absolute;
}

.accordion table,
.accordion .table-button {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-inner {
  background-color: #5d5d5d;
}
.tooltip .tooltip-inner p {
  color: #ffffff;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #5d5d5d;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #5d5d5d;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #5d5d5d;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #5d5d5d;
}

[data-tooltip] {
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  position: relative;
}

[data-tooltip]::after {
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 0.3rem;
  color: #ffffff;
  content: attr(data-tooltip);
  font-size: 1rem;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.15rem;
  opacity: 0;
  padding: 0.25rem 0.5rem;
  position: absolute;
  text-align: center;
  text-transform: none;
  transition: opacity 0.2s;
  visibility: hidden;
  white-space: nowrap;
  z-index: 1;
}

[data-tooltip].tooltip-top::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  border-color: rgba(51, 51, 51, 0.9) transparent transparent transparent;
  top: 0;
  left: 50%;
  margin-left: -0.3rem;
}

[data-tooltip].tooltip-top::after {
  bottom: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-bottom::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  border-color: transparent transparent rgba(51, 51, 51, 0.9) transparent;
  bottom: 0;
  left: 50%;
  margin-left: -0.3rem;
}

[data-tooltip].tooltip-bottom::after {
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

[data-tooltip].tooltip-left::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  border-color: transparent transparent transparent rgba(51, 51, 51, 0.9);
  top: 0.3rem;
  right: calc(110% - 0.3rem);
  margin-top: -0.3rem;
}

[data-tooltip].tooltip-left::after {
  top: -0.3rem;
  right: calc(110% + 0.3rem);
}

[data-tooltip].tooltip-right::before {
  border-style: solid;
  border-width: 0.3rem;
  content: "";
  opacity: 0;
  position: absolute;
  transition: opacity 0.2s;
  visibility: hidden;
  border-color: transparent rgba(51, 51, 51, 0.9) transparent transparent;
  top: 50%;
  top: 0.3rem;
  left: calc(110% - 0.3rem);
  margin-top: -0.3rem;
}

[data-tooltip].tooltip-right::after {
  top: -0.3rem;
  left: calc(110% + 0.3rem);
}

@media (max-width: 767px) {
  [data-tooltip].tooltip-mobile::before {
    display: none;
  }
  [data-tooltip].tooltip-mobile:after {
    font-size: 1rem;
    max-width: 20rem;
    position: fixed;
    bottom: auto;
    top: 50%;
    left: 50%;
    text-align: left;
    transform: translate(-50%);
    white-space: normal;
  }
}
[data-tooltip]:hover::after, [data-tooltip][class*=tooltip-]:hover::before {
  visibility: visible;
  opacity: 1;
}

#mobileNavigation li.nav-item {
  padding: 1rem;
  color: #004C75;
  border-radius: 0;
  font-size: 18px;
  background: #eeeeee !important;
  font-weight: 700;
}
#mobileNavigation li.nav-item a {
  padding: 0;
}
#mobileNavigation li.nav-item:hover {
  background-color: #cccccc !important;
  cursor: pointer;
}
#mobileNavigation li .accordion-button:after {
  background-color: transparent !important;
}
#mobileNavigation li .accordion-button:not(.collapsed) {
  border-bottom: none !important;
}
#mobileNavigation .sigIn-subMenu {
  padding: 0 2rem;
  color: #0C75B6;
  font-size: 24px;
  font-weight: 700;
  margin: 0.25rem 0;
}
#mobileNavigation .sigIn-subMenu a {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
}
#mobileNavigation .sigIn-subMenu a:hover {
  text-decoration: underline;
}
#mobileNavigation .sigIn-subMenu:last-child {
  padding-bottom: 1rem;
}

#myAccordionTwo .accordion-button {
  background-color: #ffc82d !important;
  justify-content: center;
}
#myAccordionTwo .accordion-button:after {
  background-image: none;
  text-align: center;
  content: "\f0d7";
  font: var(--fa-font-solid);
}

#signInMobile .sigIn-subMenu {
  color: #0C75B6;
  font-size: 24px;
  font-weight: 700;
  margin: 0.25rem 0;
}
#signInMobile .sigIn-subMenu a {
  font-weight: 600;
  text-decoration: none;
  font-size: 0.85rem;
  text-transform: uppercase;
}
#signInMobile .sigIn-subMenu a:hover {
  text-decoration: underline;
}
#signInMobile .sigIn-subMenu:last-child {
  padding-bottom: 1rem;
}

.navbar-toggler-icon {
  background-image: url("https://images.contentstack.io/v3/assets/bltd8dd235189eeddf6/blt3e071338dc04b524/navicon.png?branch=redesign");
}

.nav-pills.network-tabs {
  background-color: #004C75;
  border-radius: 0.625rem;
  padding: 0.125rem 0.125rem 0.15rem !important;
  width: fit-content;
  margin: 0.25rem auto;
}
.nav-pills.network-tabs .nav-link {
  font-size: 0.875rem !important;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 0.4rem 0.5rem !important;
  color: #ffffff;
  border: none !important;
  background-color: transparent !important;
}
.nav-pills.network-tabs .nav-link:hover {
  color: #65BEEA;
}
.nav-pills.network-tabs .nav-link.active {
  color: #004C75;
  background-color: #ffffff !important;
  border-color: none;
}

#navIcon {
  width: 35px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#navIcon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #004C75;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#navIcon span:nth-child(1) {
  top: 0px;
}
#navIcon span:nth-child(2) {
  top: 0.5rem;
}
#navIcon span:nth-child(3) {
  top: 1rem;
}
#navIcon span:nth-child(4) {
  top: 36px;
}
#navIcon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#navIcon.open span:nth-child(2) {
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navIcon.open span:nth-child(3) {
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#navIcon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#navbarSupportedContent {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

#navbarNav {
  justify-content: flex-start;
}

#left-nav {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
}

#right-nav {
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
}

.navbar-expand-lg .btn-primary {
  margin-left: 8px;
}
.navbar-expand-lg .navbar-nav .signin-btn .dropdown-menu {
  right: 0;
  left: auto;
}

.navbar-nav {
  background-color: transparent !important;
}

nav li {
  list-style-type: none;
}
nav .nav-item a {
  padding-left: 10px;
  padding-right: 10px;
}
nav i {
  color: #ffffff;
  z-index: 9;
  position: relative;
  margin-right: -25px;
  padding-left: 10px;
}
nav.navbar {
  color: #ffffff;
  background-color: #004C75;
  position: relative;
  line-height: 20px;
  text-decoration: none;
  min-width: 100%;
  padding: 0;
}
nav.navbar .nav-link a {
  color: #ffffff;
  padding: 8px 16px;
}
nav.navbar .nav-link:active {
  cursor: pointer;
  z-index: 1;
  color: #ffffff;
  background: #052841;
}
nav.navbar .nav-link,
nav.navbar .nav-link.show .nav-item {
  color: #ffffff;
  background-color: #004C75;
  position: relative;
  line-height: 20px;
  text-decoration: none;
}
nav.navbar .nav-link:hover, nav.navbar .nav-link.show, nav.navbar .nav-link:focus, nav.navbar .nav-link a:focus,
nav.navbar .nav-link.show .nav-item:hover,
nav.navbar .nav-link.show .nav-item.show,
nav.navbar .nav-link.show .nav-item:focus,
nav.navbar .nav-link.show .nav-item a:focus {
  cursor: pointer;
  z-index: 1;
  background-color: #0C75B6;
}
nav.navbar .nav-link:active,
nav.navbar .nav-link.show .nav-item:active {
  cursor: pointer;
  z-index: 1;
  color: #ffffff;
  background: #052841;
}
nav.navbar .dropdown {
  position: relative;
}
nav.navbar .dropdown-menu {
  cursor: pointer;
  z-index: 1;
  color: #0C75B6;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  position: absolute;
}
nav.navbar .dropdown-menu .dropdown-item[data-bs-popper] {
  margin-top: 0;
}
nav.navbar .dropdown-menu .dropdown-item:hover, nav.navbar .dropdown-menu .dropdown-item:focus, nav.navbar .dropdown-menu .dropdown-item a:focus {
  cursor: pointer;
  z-index: 1;
  background-color: #eeeeee;
  color: #0C75B6;
}
nav.navbar .dropdown-menu .dropdown-item:active {
  cursor: pointer;
  z-index: 1;
  background-color: #052841;
  color: #0C75B6;
}
nav.navbar .dropdown-toggle:hover {
  cursor: pointer;
  z-index: 1;
  background-color: #0C75B6;
}
nav.navbar .dropdown-toggle:active, nav.navbar .dropdown-toggle:focus {
  background-color: #B18f1a;
}
nav.nav {
  padding: 15px;
  border-bottom: 2px solid #ddb426;
  background-color: #ffffff;
}
nav .navbar-expand-lg #navbarSupportedContent .nav-item {
  background-color: #eeeeee;
  border-bottom: 2px solid #ffffff;
}
nav .navbar-toggler {
  border: none;
}
nav .navbar-toggler:focus {
  box-shadow: none;
}
nav.nav_mobile_view .top-nav-items {
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
  width: 100%;
}
nav.nav_mobile_view .mobile-nav .nav-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 36px;
}
nav .accordion-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eeeeee;
}
nav .accordion-button:focus {
  border-color: #eeeeee;
  box-shadow: #eeeeee;
}
nav .mobile-signin .accordion-button {
  font-size: 18px;
  font-weight: 700;
  background-color: #ffc82d;
  color: #004C75;
  text-transform: uppercase;
  justify-content: center;
  border-radius: 0 !important;
}
nav .mobile-signin .accordion-button:not(.collapsed) {
  background-color: #ffc82d;
}
nav .mobile-signin .accordion-button::after {
  margin-left: 0;
}
nav .mobile-nav .accordion-button::after {
  background-color: #eeeeee;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
}
nav .mobile-nav .accordion-button:not(.collapsed)::after {
  background-color: #eeeeee;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

@media (max-width: 450px) {
  .legal_nav {
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
  .log-in .border {
    border-bottom: 2px solid #ffffff;
  }
}
@media (min-width: 450px) {
  .log-in .border {
    border-right: 2px solid #ffffff;
  }
}
.optional-banner {
  background-color: #fff3cd;
  color: #664d03;
}
.optional-banner p {
  font-size: 0.85rem;
}

nav.navbar-expand-lg {
  padding: 0;
}

.header-wrapper {
  padding: 1rem 0;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 2px solid #ddb426;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}

#navbarSupportedContent {
  width: 100%;
  background-color: #ffffff;
}
#navbarSupportedContent .nav-item {
  background-color: #eeeeee;
  border: none;
  border-radius: 0;
  margin-bottom: 2px;
}
#navbarSupportedContent .mobile-signin .accordion-button::after {
  margin-left: 0.5rem;
}

#utilNav {
  width: 100%;
  background-color: #004C75;
  padding: 0;
}
#utilNav .nav-item i {
  color: #ffffff;
  margin-right: 4px;
  padding-left: 10px;
}
#utilNav .nav-item .dropdown-toggle:active, #utilNav .nav-item .dropdown-toggle:focus {
  background-color: #95a4bb;
}
#utilNav .nav-item .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
#utilNav #left-nav {
  display: flex;
  align-items: self-start;
  justify-content: flex-start;
}
#utilNav #right-nav {
  display: flex;
  align-items: self-end;
  justify-content: flex-end;
}

.top-navigation {
  justify-content: flex-start;
}

/** 04/04/2024 **/
header {
  /** END PRIMARY NAV **/
  /** END MOBILE NAV **/
}
header nav.navbar-expand-lg {
  padding: 0 !important;
}
header #primaryNavigation .nav-item {
  padding: 8px;
  color: #004C75;
  border-radius: 8px;
  border: 1px solid transparent;
}
header #primaryNavigation .nav-item:hover {
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  cursor: pointer;
}
header #primaryNavigation .signin-btn {
  position: relative;
}
header #primaryNavigation .signin-btn .btn-sm {
  padding: 8px !important;
}
header #primaryNavigation .signin-btn .btn-sm.dropdown-toggle:hover {
  background-color: #ffe072;
  border: 1px solid #ffe072;
}
header #primaryNavigation .signin-btn .btn-sm.dropdown-toggle:active {
  background-color: #B18f1a;
}
header #primaryNavigation .signin-btn .dropdown-toggle.show::after {
  transform: rotate(180deg);
}
header #collapseTwo0 .sigIn-subMenu a {
  font-weight: 400;
  text-decoration: none;
}
header #collapseTwo0 .sigIn-subMenu a:hover {
  text-decoration: underline;
}

html {
  scroll-padding-top: 130px;
}

footer {
  position: relative;
  z-index: 999;
  border-top: 3px solid #ffffff;
}
footer #helpArea a {
  color: #ffffff;
}
footer #bottomArea {
  background-color: #004C75;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
  padding: 1.5rem 0 2rem;
}
footer #bottomArea h1,
footer #bottomArea h2,
footer #bottomArea p {
  color: #ffffff;
}
footer #bottomGrayArea {
  background-color: #eeeeee;
}
footer #bottomGrayArea .brands {
  margin: 24px 0 12px;
  font-size: 32px;
  letter-spacing: 0px;
  opacity: 1;
}
footer #bottomGrayArea .brands a {
  color: #003455;
}
footer #bottomGrayArea .brands a:hover {
  color: #004C75;
}
footer #bottomGrayArea .links {
  text-align: center;
  letter-spacing: 0px;
  color: #004C75;
  opacity: 1;
  margin: 12px 0 24px;
}
footer #bottomGrayArea .links a {
  color: #003455;
  text-decoration: none;
}
footer #bottomGrayArea .links a:hover {
  color: #004C75;
  text-decoration: underline;
}
footer #additionalLinks {
  background-color: #ffffff;
  height: 50px;
  font: normal normal normal 14px/40px Montserrat;
  letter-spacing: 0px;
  text-transform: capitalize;
  opacity: 1;
}
footer .border-right {
  position: relative;
}
footer .border-right:after {
  position: absolute;
  content: "";
  background-color: #ffffff;
}

.footer-sticky {
  position: sticky;
  bottom: 0;
}

.chat-icon {
  color: #004C75;
}

.open-hours {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}

@media screen and (min-width: 576px) {
  .border-right:after {
    right: 10px;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 3px;
  }
  .open-hours {
    margin-top: 0;
    font-size: 1rem;
    font-weight: normal;
  }
}
@media (min-width: 1200px) {
  .border-right:after {
    left: auto;
    top: -24px;
    bottom: auto;
    width: 3px;
    height: 133%;
  }
}
/** GR END **/
/** MIGHT NEED THIS? 

#bottomGrayArea {
	background-color: #EEEEEE;

	.brands {
		margin: 24px 0 12px;
		font-size: 32px;
		letter-spacing: 0px;
		color: var(--secondary-500);
		opacity: 1;
	}

	.links {
		text-align: center;
		letter-spacing: 0px;
		color: var(--secondary-500);
		opacity: 1;
		margin: 12px 0 24px;
	}
}

.p-6 {
	padding-left: 6px;
}

.help-area-title {
	color: #FFFFFF;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 24px;
}

.help-holder {
	font-size: 16px;
	font-weight: 400;

	.contact a {
		color: #FFFFFF;
	}
}

.copy-right {
	color: #202124;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 0;
}

.legal_items {
	padding: 10px 0;
}

.gray {
	.links a {
		font-size: 16px;
		font-family: Lato;
		color: #004C75;
		font-weight: 400;
		text-decoration: none;
	}
	a {
		color: #004C75;
	}
}

.helpArea-content p {
	font-size: 16px;
}

.footer-links a {
	color: #0C75B6 !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
}

.bottom-content {
	overflow-wrap: break-word;
	font-family: Lato;
}

**/
/*

footer {

	section.main {
		background-color:map-get($bgcolors, footer);
		color: map-get($fontcolors, invert);
		border-bottom: map-get($bordercolors, footer); 

		p a, p {
			color: map-get($fontcolors, invert);
		}
	}
	section.secondary {
		background-color: map-get($bgcolors, lightsection);
	}
	section.tertiary {
		font: normal normal normal 14px/40px Montserrat;
		letter-spacing: 0px;
		color: map-get($fontcolors, secondary); 
		text-transform: capitalize; 
		opacity: 1;
	}
}
#bottomArea{
	background-color: map-get($bgcolors, footer);
}
#bottomArea p{
	color: map-get($bgcolors, body );
	font-size: map-get($fontsize,secondary);
}

#bottomGrayArea {

	.brands {
		margin: 24px 0 12px;
		font-size: map-get($fontsize, pagetitlemobile);
		line-height: 32px;
		letter-spacing: map-get($letterspacing, none);
		color: map-get($fontcolors, secondary);
		opacity: 1;
	}

	.links {
		text-align: center;
		letter-spacing: map-get($letterspacing, none);
		color: map-get($fontcolors, secondary);
		opacity: 1;
		margin: 12px 0 24px;
	}
}

.help-area-title {
	color: map-get($fontcolors, invert);
	font-weight: 700;
	font-size: 24px;
	line-height: map-get($lineheight, medium);
	font-family:  map-get(map-get($fonts, body), family); ;
}

.help-holder {
	font-size: map-get($fontsize, primary );
	line-height: 24px;
	font-weight: 400;

	.contact a {
		color: map-get($fontcolors, invert);
	}
}

.copyright {
	color: map-get($fontcolors, primary);
	font-size: map-get($fontsize, secondary );
	text-decoration: none;
	padding: 10px 0;
}

.legal_items {
	padding: 10px 0;
}

.footer-links a {
	color: #0C75B6 !important;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
}



.footer {
	display: flex;
}

@media (max-width: 1200px) {

	#bottomArea #helpArea .border-right {
		border-bottom: map-get($fontcolors, secondary );


	}
}

@media only screen and (max-width: 768px) and (min-width:426px) {


	.copyright {
		padding: 10px 0;
	}

	.legal_items {
		padding: 10px 0;
	}
}

@media (min-width:1200px) {

	#bottomArea #helpArea .border-right {
		border-right: map-get($fontcolors, secondary );



	}
}
*/
main section {
  padding: 2rem 0;
}

.title {
  background-color: #EBF7FF;
}
.title h1 {
  color: #004C75;
}
.title h3 {
  color: #0C75B6;
}

.page-title {
  padding: 3rem 0;
}

.main-section,
.page-title {
  background-color: #EBF7FF;
}

#section4 .btn {
  margin-bottom: 2rem;
}
#section4 .btn.btn-secondary {
  color: #ffffff;
}
#section4 .btn.btn-secondary:hover {
  color: #004C75;
}

@media (min-width: 992px) {
  #section4 .assistor {
    width: 100%;
    min-height: 540px;
    height: 100%;
  }
}
@media (min-width: 1400px) {
  #section4 .assistor {
    min-height: 610px;
    height: 100%;
  }
}
.body-container {
  padding: 3rem 0;
}

@media (min-width: 769px) {
  .main-content {
    padding-top: 0 !important;
  }
}


/** FIX FOR HOME PAGE IMAGE */
.ind-image{
      min-height: 100% !important;
      background-size: 95% !important;
      z-index: 998 !important;
      position: relative !important;
      background-position: left !important;
      overflow: visible !important;
} 

@media (min-width: 992px) {
  .ind-image {
      width: 355px !important;
  }
} 
@media (min-width: 1200px) {
  .ind-image {
      min-width: 410px !important;
  }
}


@media (min-width: 1400px) {
  .ind-image {
      min-width: 490px !important;
  }
}