    .banner {
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 10px;
  }
  
  @media (min-width: 1024px) {
    :host {
      box-shadow: 1px 1px 4px 0 rgba(107, 85, 85, 0.2);
      display: flex;
      flex-direction: column;
      margin-bottom: 10px;
    }
  }
  
  .account {
    display: none;
  }
  
  @media (min-width: 1024px) {
    .account {
      border-bottom: 1px solid #d8d8d8;
      display: flex;
      justify-content: center;
      order: -1;
    }
  }


  @media (max-width: 1024px) {
    .account {
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    }
}
  
  :host(.is-open) .account {
    display: flex;
  }
  /* .is-open {
    position: absolute;
      background: white;
      z-index: 9;
      height: 100%;
      width: 100%;
  } */
  .account-link {
    color: #333;
    font-size: 0.875rem;
    line-height: 1.43;
    text-decoration: none;
  }
  
  .account-link:hover {
    text-decoration: underline;
  }
  
  .account-list {
    padding: 1.5rem 1.375rem;
  }
  
  @media (min-width: 1024px) {
    .account-list {
      display: flex;
      justify-content: flex-end;
      padding: 0.5625rem 0 0.6875rem;
    }
  }
  
  .account-list li + li {
    margin-top: 1.25rem;
  }
  
  .account-list li {
    float: unset !important;
    display: block
  }
  
  @media (min-width: 1024px) {
    .account-list li + li {
      margin-left: 1.25rem;
      margin-top: 0;
    }
  }
  
  .banner {
    display: flex;
    justify-content: center;
  }
  
  @media (min-width: 1024px) {
    .banner {
      padding: 1rem 0;
    }
  }
  
  .claim-btn {
    background-color: #0170bc;
    border-radius: 8px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
    color: white;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.75rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    .claim-btn {
      display: inline-block;
      padding: 0.75rem 2.25rem;
      width: auto;
    }
  }
  
  .claim-btn:hover {
    background-color: #015289;
  }
  
  .container {
    max-width: 1180px;
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    .container {
      padding: 0 0.75rem;
    }
  }
  
  @media (min-width: 1024px) {
    .banner .container {
      align-items: center;
      display: flex;
      justify-content: space-between;
    }
  
    .change-direction {
      direction: rtl;
    }
  
    .account-list-rtl li + li{
      margin-left: 0;
      margin-right: 1.25rem;
    }
  }
  
  .controls {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0.9375rem 1.375rem 0.625rem;
  }
  
  @media (min-width: 1024px) {
    .controls {
      padding: 0;
    }
  }
  
  .links {
    display: flex;
    justify-content: center;
  }
  
  @media (min-width: 1024px) {
    .links {
      border-bottom: 1px solid #d8d8d8;
      border-top: 1px solid #d8d8d8;
    }
  }
  
  .links-link {
    border-bottom: 1px solid #d8d8d8;
    border-left: 8px solid white;
    color: #0170bc;
    display: none;
    font-size: 1rem;
    font-weight: 500;
    padding: 1.25rem 1.375rem 1.25rem 0.875rem;
    text-decoration: none;
    width: 100%;
  }
  
  @media (min-width: 1024px) {
    .links-link {
      border-bottom: 4px solid white;
      border-left: 0;
      display: block;
      padding: 1.125rem 0;
    }
  }
  
  :host(.is-open) .links-link {
    display: block;
  }
  
  .links-link.open,
  .links-link:hover {
    border-left-color: #f68622;
    color: #015289;
  }
  /* .link .link-list li:active {
    border-bottom-color: #f68622;
  } */
  .counts {
    display: inline-block;
    background-color: #de0909;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    margin-left: 2px;
    text-align: center;
    top: 10px;
    color: #ffffff;
  }
  .container ul ul {
    display: none;
  }
  .sub-link-list {
    position: absolute;
    padding-left: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    z-index: 9;
    background: #ffffff;
    padding-right: 2rem;
    margin-left: -10px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.4);
  }
  .padZero {
    padding: 0;
    padding-top: 1.2rem;
  }
  
  .sub-link-list li {
    margin-left: 0;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 1.2rem;
    text-decoration: none;
    width: 100%;
  }
  @media (min-width: 1024px) {
    .links-link.open,
    /* .links-link:hover {
      border-bottom-color: #f68622;
    } */
    .sub-link-list li a:hover {
      border-bottom-color: transparent;
      color: #003261;
      text-decoration: none;
    }
  }
  
  @media (min-width: 1024px) {
    .link-list {
      display: flex;
    }
  }
  
  @media (min-width: 1024px) {
    .link-list li + li {
      margin-left: 2.5rem;
    }
    .sub-link-list li + li {
      margin-left: 0;
    }
    .container ul li:hover > ul {
      display: block;
    }
  }
  
  @media (min-width: 1024px) {
    .link-list > li {
      margin-left: 0;
      margin-right: 2.5rem;
    }
  
    .link-list.change-direction.link-list-rtl > li {
      margin-left: 2.5rem;
      margin-right: 0;
    }
    
    :host(.rtl) .link-list li + li {
      margin-left: 0;
      margin-right: 2.5rem;
    }
    .sub-link-list li + li {
      margin-left: 0;
      margin-right: 0;
    }
    .container ul li:hover > ul {
      display: block;
    }
  }
  
  .link-list-rtl > li > .sub-link-list > li {
    margin-left: 0;
    margin-right: 0;
  }
  
  .logo img {
    max-width: 5.5rem;
  }
  
  @media  (min-width: 601px){
    .logo img {
      max-width: 8.5rem;
    }
  }
  
  @media  (min-width: 1024px){
    .logo img {
      max-width: 11.875rem;
    }
  }
  .new-claim {
    display: none;
    padding: 1.5rem 1.375rem 0.625rem;
  }
  
  @media (min-width: 1024px) {
    .new-claim {
      display: block;
      padding: 0;
    }
  }
  
  :host(.is-open) .new-claim {
    display: block;
  }
  
  .toggle-btn {
    background-color: #f8f8f8;
    border: 0;
    border-radius: 8px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    padding: 0.75rem;
  }
  
  .toggle-btn:hover {
    background-color: #dfdfdf;
  }
  
  .toggle-btn__label {
    align-items: center;
    display: flex;
  }
  
  .toggle-btn__label span {
    color: #0170bc;
    font-size: 1rem;
    line-height: 1.5;
    margin-left: 0.625rem;
  }
  
  .toggle-btn__label svg {
    width: 0.8125rem;
  }
  
  .toggle-btn__label svg path {
    fill: #0170bc;
  }
  
  @media (min-width: 1024px) {
    .view {
      display: none;
    }
    .arrow {
      margin-left: 15px;
    }
  }
  
  .arrow {
    border: none;
    background: transparent;
    display: inline-block;
    position: relative;
    float: right;
    cursor: pointer;
    outline: none;
  }
  
  .arrow svg {
    fill: #0170bc;
    width: 14px;
  }
  
  .arrow-down,
  .arrow-up {
    transform: rotate(90deg);
  }
  
  @media (max-width: 1023px) {
    .sub-link-list {
      position: relative;
      margin-left: 0;
    }
  
    .mobile-show {
      display: block !important;
    }
    .padZero {
      border-bottom: none;
    }x
  
    .arrow-up {
      transform: rotate(-90deg);
    }
  }
  
  .language-selector__arrow {
    fill: #0170bc;
    margin-left: 10px;
    transform: rotate(90deg);
    width: 14px;
  }
  .language-selector.open .language-selector__arrow {
    transform: rotate(-90deg);
  }
  .language-selector__button {
    align-items: center;
    background: none;
    border: 0;
    color: #333;
    display: flex;
    font-size: 0.875rem;
    line-height: 1.43;
    padding: 0;
    text-decoration: none;
  }
  .language-selector__list {
    background-color: white;
    display: none;
    padding: 20px 24px 0;
    z-index:30;
  }
  @media screen and (min-width: 1024px) {
    .language-selector__list {
      box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
      margin-left: -14px;
      padding-bottom: 20px;
      position: absolute;
    }
  }
  .language-selector.open .language-selector__list {
    display: block;
  }
  .language-selector__list a {
    color: #333;
    font-size: 0.875rem;
    text-decoration: none;
  }
  .language-selector__list a:hover {
    text-decoration: underline;
  }
  .language-selector__list li.current {
    font-weight: bold;
  }
  .language-selector__list li + li {
    margin-left: 0;
    margin-top: 20px;
  }
  @media screen and (min-width: 1024px) {
    .language-selector__list li + li {
      margin-top: 10px;
    }
  }
  @media screen and (max-width: 1023px) {
  }
  /*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: border-box;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

button {
  cursor: pointer;
  font-family: inherit;
}

.contentDocument-modal{
  background-color: rgba(0,0,0,0.7);
  padding: 5%;
  overflow:scroll;
}
.contentDocument-content{
  background-color:white;
  padding: 15px;
  margin: 0 auto;
  position:relative;
}
.contentDocument-content iframe{
  height:80vh;
  width:100px; 
  min-width:100%;
  border-width:0px;
}

.contentDocument-close{
  position:absolute;
  top:5%;
  right:5%;
}

/* .cigna-footer { */
  /* background-color: #333; */
  /* color: white; */
  /* display: flex; */
  /* font-family: 'Gotham', 'sans-serif'; */
  /* justify-content: center; */
  /* padding: 38px 22px 42px; */
  /* width: 100%; */
/* } */

.cigna-footer__bottom {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .cigna-footer__bottom {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}

.change-direction {
  direction: rtl;
}

/* .cigna-footer__content { */
  /* max-width: 1180px; */
  /* width: 100%; */
/* } */

.cigna-footer__details {
  margin-top: 2rem;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .cigna-footer__details {
    align-items: center;
    display: flex;
    margin-top: 0;
  }
}

.cigna-footer__details p {
  font-size: 1rem;
  line-height: 1.5;
}

.cigna-footer__external {
  margin-inline-end: 5px;
  position: relative;
  top: 3px;
}

.cigna-footer__external svg {
  fill: #e4e4e4;
  height: 1.125rem;
  width: 1.125rem;
}

.cigna-footer__legal {
  margin-top: 20px;
}

.cigna-footer__legal > p {
  direction: ltr;
}

@media screen and (min-width: 1024px) {
  .cigna-footer__legal {
    margin-inline-start: 1.5rem;
    margin-top: 0;
  }
}

.cigna-footer__legal p {
  font-size: 1rem;
  line-height: 1.5;
  text-align: start;
}

.cigna-footer__links {
  border-bottom: 1px solid #4b4b4b;
  border-top: 1px solid #4b4b4b;
  padding: 14px 0 18px;
}

@media screen and (min-width: 1024px) {
  .cigna-footer__links {
    border: 0;
    padding: 0;
  }
}

.cigna-footer__links a {
  color: white;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.cigna-footer__links a:hover {
  text-decoration: underline;
}
/* 
.cigna-footer__links li {
  text-align: center;
} */

/* .cigna-footer__links li + li { */
  /* margin-top: 1rem; */
/* } */

@media screen and (min-width: 1024px) {
  .cigna-footer__links li + li {
    margin-inline-start: 70px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .cigna-footer__links ul {
    display: flex;
  }
}

.cigna-footer__logo img {
  width: 95px;
}

.cigna-footer__top {
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .cigna-footer__top {
    text-align: left;
  }
}

.cigna-footer__top p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  text-align: start;
}

.cigna-footer__top + .cigna-footer__bottom {
  margin-top: 1rem;
}

@media screen and (min-width: 1024px) {
  .cigna-footer__top + .cigna-footer__bottom {
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .cigna-footer, .cigna-footer__legal p, .cigna-footer__top p{
     text-align:center !important
   }
  }