@import url("https://use.typekit.net/ulk2hrc.css");

#faq {
    padding-top: 0;
}

.nav-pills {
    width: 27%;
    border: none;
    margin: 0;
}

.tab-container {
    display: flex;
}

.tab-content {
    width: 73%;
}

.nav-pills>li {
    width: 100%;
    margin-bottom: 24px;
}

.nav-pills>li>a {
    color: #000;
    font-family: 'Lexend';
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    padding: 0;
    border: none!important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #F26522;
    font-weight: 700;
    border: none;
    display: inline;
}

.tab-content h2 {
    font-size: 24px;
    color: #1C1C1C;
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 8px;
}

.panel-action-container.text-right {
    display: none;
}

.accordion-inner-container .panel-group {
    border-top: 0;
}

.accordion-container .az-panel-heading {
    position: relative;
    border: 0;
    padding: 0;
    margin-top: 26px;
}

.accordion-container .panel-default {
    border-bottom: 1px solid #1c1c1c;
    padding-bottom: 26px;
}

.accordion-container .az-panel-heading a {
    color: #004122;
    font-size: 20px;
    line-height: 28px;
    font-family: 'Lexend';
    font-weight: 500;
    font-style: normal;
    text-decoration: none!important;
    width: 92%;
}

.panel-body {
    padding: 0;
}

.content-wrapper {
    padding-top: 12px;
}

.content-wrapper p {
  font-size: 18px;
  line-height: normal;
  font-family: "Britanica-Regular";
  font-weight: 400;
  margin-bottom: 12px;
  width: 93%;
  color: #1C1C1C;
}

.content-wrapper p a {
  color: #004122;
  text-decoration: underline;
}

.content-wrapper p a:hover {
  text-decoration: none;
}

.content-wrapper .reference-section p {
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
}

.content-wrapper .sub-heading p {
    margin-bottom: 8px;
    font-size: 14px;
    color: #000000;
}

.britanicaBlack {
    font-family: 'Britanica-Black';
    font-weight: 950;
}

.britanicaBold {
    font-family: 'Britanica-Bold';
    font-weight: 700;
}

.italic {
    font-style: italic;
}


#faq .faq-access-bullets {
    padding: 0;
    list-style-type: none;
}

#faq .content-wrapper ul li {
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
  list-style-type: disc;
  list-style-position: inside;
  font-family: 'Britanica-Regular';
  font-weight: 400;
}
#faq .content-wrapper ul.faq-access-bullets li {
    font-size: 18px;
}

#faq .content-wrapper ul li::marker {
  color: #F26522;
}

#faq .content-wrapper ul li span {
  position: relative;
  left: -12px;
}

.accordion-container .az-panel-heading a .fa.pull-right {
    position: absolute;
    right: 0;
    width: 14px;
    height: 14px;
    background-image: url('/content/dam/open-digital/saudi-hcp/en/cardiovascular/wainua/images/plus.svg');
    background-position: center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.accordion-container .az-panel-heading a .fa.pull-right:before {
    display: none;
}

.accordion-container .az-panel-heading a .fa.pull-right.fa-chevron-up {
    background-image: url('/content/dam/open-digital/saudi-hcp/en/cardiovascular/wainua/images/minus.svg');
    background-position: top;
    top: 40%;
}

.whitespace {
    white-space: nowrap;
}

.content-wrapper p.aptos-font {
    font-family: "aptos";
    font-weight: 700;
}

.content-wrapper p.aptos-font a {
    font-family: "aptos";
    font-weight: 700;
}

/* Responsive*/


@media (min-width: 1200px) {
    #faq .container {
        width: 1190px;
    }
}

@media (max-width: 991px) {
    .tab-container {
        display: block;
    }
    
    .nav-pills {
        width: 100%;
        background: #F8F8F8;
        margin-bottom: 30px;
    }
    
    .nav-pills>li {
        padding: 0 14px;
        margin: 0;
    }
    
    .nav-pills>li>a {
        font-size: 18px;
        border-top: 1px solid #C8CACC!important;
        display: block;
        padding: 12px 0;
    }
    
    .tab-content {
        width: 100%;
    }
    
    .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
        display: block;
    }
    
    .nav-pills>li:nth-child(2) a{
        border-top: none!important;
    }
}

@media (max-width: 767px) {
    .tab-container {
        border-top: 0;
        padding-top: 0;
        margin-top: 0;
    }
    
    .tab-content h2 {
        font-size: 20px;
        margin: 0;
    }
    
    .accordion-container .accordion-inner-container {
        padding-top: 0;
    }
    .accordion-container .az-panel-heading {
        padding: 0;
        margin-top: 40px;
    }
    
    .accordion-container .panel-default {
        padding-bottom: 40px;
    }
    
    .accordion-container .az-panel-heading a {
        font-size: 18px;
    }
    
    #faq .container {
        padding-left: 12px;
        padding-right: 12px;
    }
    
    .content-wrapper p {
        width: 100%;
    }
}
