.faq-header{
    background-color:#FFF;
    margin-top:-1.5em;
}
.faq-header .btn-primary{
    font-size:15px;
    float:right;
}
.faq-body{
}
#faq-subnav .active{
    background-color:#FFC373;
    position:relative;
    transition:none;
}

 #faq-subnav button.active:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 1.25em solid #FFC373;
    border-right: 1.25em solid transparent;
    border-left: 1.25em solid transparent;
    display: block;
    margin: auto;
    position: absolute;
    left:42%;
}
#faq-subnav .nav-item:hover{
    background-color: #d4d4d4;
}
#faq-subnav .nav-item{
    background-color:#FFF;
    border-top:1px solid #B2B2B2;
    border-bottom:1px solid #B2B2B2;
}
li.nav-item:nth-child(2) {
    border-left: thin solid #B2B2B2;
    border-right: thin solid #B2B2B2;
}
#faq-subnav .nav-link{
    border-radius:0;
}
.fade:not(.show){
    display:none;
}
.bubble{
    border-radius: 30px;
    padding: 15px 30px;
    position: relative;
    display:inline-block;
    min-height:3em;
    margin:40px 0 0 0;
}
.bubble a{
    font-weight:bold;
}
.bubble:after {
    content: '';
    border: 2em solid transparent;
    border-top: 1em solid;
    position: absolute;
    top:25%;
}
.bubble-right{
    background-color: #FFE1B5;
}
.bubble-right:after{
    border-top-color: #FFE1B5;
    border-left: 1em solid transparent;
    right: -2em;
}
.bubble-left{
    background-color: #FFF;
}
.bubble-left:after{
    border-top-color: #FFF;
    border-right: 1em solid transparent;
    left: -2em;
}
[dir="rtl"] .bubble-left:after{
    right: -1.75em;
    left:unset;
    border-left:none;
    border-right:2em solid transparent;
}
[dir="rtl"] .bubble-right:after{
    left: -1.75em;
    right:unset;
    border-right:none;
    border-left: 2em solid transparent;
}
.faq-subnav .col-lg-4{
    cursor: pointer;
}
.faq-conversation .row:not(:first-child){
    opacity:0;
}

/* writer */
.writing-container {
    align-items: center;
    display: inline-flex;
}
.writing {
  display: flex;
  justify-content: space-between;
  width: 60px;
}
.writing .dot {
  height: 15px;
  width: 15px;
  background-color: #aaa;
  opacity: 0.3;
  border-radius: 50%;
  position: relative;
  -webkit-animation: dots .9s ease-in-out infinite;
  animation: dots .9s ease-in-out infinite;   }
.writing .dot.left {
}
.writing .dot.center {
  -webkit-animation-delay: 0.3s; 
}
.writing .dot.right {
  -webkit-animation-delay: 0.6s; 
}
@-webkit-keyframes dots {
  0% {
    opacity: 1; } }
@keyframes dots {
  0% {
    opacity: 1; } 
}
.faq-footer{
    background-color:#FFF;
}
.faq-footer .tile {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #979797;
    padding: 25px 20px 0;
    line-height: 1.2em;
}

.highlight{
    background-color:#FFE1B5;
    border-radius:3px;
    padding:2px 6px;
}
.new-window:after {
    content: url('/wp-content/themes/ilsaa-2023/images/icon_new_window.svg');
    width: 28px;
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    padding-right: 2px;
    margin-left:5px;
}
[dir="rtl"] .new-window:after{
    content:none;
}
[dir="rtl"] .new-window:before{
    content: url('/wp-content/themes/ilsaa-2023/images/icon_new_window.svg');
    width: 28px;
    display: inline-block;
    padding-right: 7px;
    vertical-align: middle;
    padding-left: 2px;
    margin-left:5px;
}
.ilsaa-tooltip .tooltip-inner{
    min-width:250px;
    text-align:left;
}
.ilsaa-tooltip a{
    color:#ffc373;
    text-decoration: none;
    font-weight:bold;
}
.callout{
    background-color:#414141;
    color:#FFF;
    border-radius:12px;
    padding:20px 30px;
    position:relative;
    font-weight:bold;
}
.callout:after{
    border-color: #414141;
    content: '';
    border: 19px solid transparent;
    border-left: 1em solid transparent;
    position: absolute;
    border-right: 1em solid #414141;
    left: -50px;
    width: 50px;
    top: 15%;
}
.faq-callout{
    border-radius:18px;
    box-shadow: 1px 3px 4px rgba(79, 79, 79, 0.6);
    background-color: #FFF;
}
.faq-callout-header{
    border-radius:18px 18px 0 0;
    background-color: #414141;
    color:#FFF;
}
.wrapper {
  display: flex;
  overflow: hidden;
}
.box {
}
.float {
  float: right;
  height: 100%;
  margin-left: 25px;
  display: flex;
  align-items: flex-end;
  shape-outside: inset(calc(100% - 125px) 0 0);
}
[dir="rtl"] .float{
    shape-outside: inset(calc(100% - 150px) 0 0);
    max-width:325px;
}
.callout a{
    color:#FFC373;
}
#faq-top-button{
    border-radius: 12px 12px 0 0;
}
@media (max-width: 991.98px){
    .col-2 img:first-child{
        position: relative;
        top:25%;
    }
    #faq-subnav button.active:after{
        border:none;
    }
    .bubble{
        padding:14px 20px;
    }
    .faq-footer .col-lg-6:first-child{
        padding-right:30px !important;
        padding-bottom:24px !important;
    }
}