#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) {
  [class^=index_pageDescription], [class^=FaqIndexPage_pageDescription], [class^=index_pageDescription], [class^=HelpIndexPage_pageDescription] {
    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) {
    [class^=index_pageDescription], [class^=FaqIndexPage_pageDescription], [class^=index_pageDescription], [class^=HelpIndexPage_pageDescription] {
        margin-top: 5.54em !important;
    }
    #desc-links { 
        transform: translateY(-5.5em);
    }
    #desc-links strong { 
        display: block;
    }
}

.actionable_secondary, .actionable_secondary-dark-affix {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03), rgba(0, 0, 0, 0.03));
    background-color: #fff;
    border: 1px solid #e6e7e8;
    border-radius: 2px;
    box-shadow: 0 1px #ccc;
    color: #304cb2;
    display: inline-block;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#08FFFFFE, endColorstr=#08000000);
    font: bold 14px/1 Arial;
    min-height: 32px;
    padding: 8px 20px 1px;
}
.actionable_tertiary {
    background-color: transparent;
    border: 1px solid #304cb2;
    border-radius: 2px;
    box-shadow: 0 1px #8f8f8f;
    color: #304cb2;
    display: inline-block;
    font: bold 14px/1 Arial;
    min-height: 32px;
    padding: 0 20px 1px;
}


.actionable_primary {
    background-color: #ffbf27;
    border: 1px solid #000000 !important;
    border-radius: 2px;
    box-shadow: 0 1px #8f8f8f;
    color: #000000 !important;
    display: inline-block;
    font: bold 14px/1 Arial;
    min-height: 32px;
    padding: 0 20px 1px;
}
                                                       
[class*=Link_light__] {
  color: #ffffff !important;
}                                                       