#swa-faq-content p {
    margin-top: 20px;
    line-height: 24px;
}

#swa-faq-content p a {
    text-decoration: none;
}

#swa-faq-content p a:hover {
    text-decoration: underline;
}

#swa-faq-content p:first-of-type {
    margin-top: 10px;
}

#swa-faq-content ul {
    margin: 10px 0 0 30px;
    padding: 0;
}

#swa-faq-content ul li {
    line-height: 24px;
    list-style: disc;
    margin-bottom: 10px;
}

#swa-faq-content ul li a {
    text-decoration: none;
}

#swa-faq-content  ul li a:hover {
    text-decoration: underline;
}

#swa-faq-content ol {
    margin: 10px 0 10px 15px;
    padding: 0;
}

#swa-faq-content ol li {
    line-height: 24px;
}

#swa-faq-content ol ol,#swa-faq-content ol ul,#swa-faq-content ul ol,#swa-faq-content ul ul {
    margin: 0;
    padding-left: 35px;
}

#swa-faq-content ol li {
    list-style: decimal;
}

#swa-faq-content ol ol li {
    list-style: lower-alpha
}

#swa-faq-content ul ul li,#swa-faq-content ol ul li,#swa-faq-content ol li {
    padding: 6px 0;
    margin: 0!important;
}

#swa-faq-content ul ul li,#swa-faq-content ol ul li {
    background: 0;
    list-style: disc;
    padding: 3px 0;
    margin: 0!important;
}

#swa-faq-content ul ol li,#swa-faq-content ol ol li {
    background: 0;
    padding: 3px 0;
    margin: 0!important;
}

a[aria-describedby$=third-party-site]:not([class*=icon-link]):after {
    content: '\E066';
    display: inline-block;
    font-family: swa-icon;
    font-size: 10px;
    height: 0;
    padding-left: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: .3px;
}

.swa-content_standard span.swa-icon.swa-icon_external-link-box {
    margin-top: -8px;
}


[class^="FaqHomeLink_homeLink"] { 
    width:100px !important;
}

/* Irregular Operations Popular Topics on mobile - Temporary */
@media all and (max-width: 1135px) {
  .index_pageDescription__K4xfh {
    margin-top: 2.5em !important;
  }
  #desc-links { 
  	display: block !important;
  	position: absolute;
  	transform: translateY(-2.5em);
  }
  #desc-links a {
  	white-space: nowrap;
 }
}
@media all and (max-width: 397px) {
    .index_pageDescription__K4xfh {
        margin-top: 4em !important;
    }
    #desc-links { 
        transform: translateY(-4em);
    }
    #desc-links strong { 
        display: block;
    }
}