h2{
    font-size: 18px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

b{
    color: #a70002;
}

.termContent a, .termContent a:hover, .termContent a:visited {
    color: #303030!important;
}

.panel.contentSwitcher{
    background: #fff;
    padding: 0px;
    border: none;
}

.panel.contentSwitcher h1{
    color: #030303;
    font-size: 20px;
}

.panel.contentSwitcher h1 span{
    font-size: 18px;
}

.switcherTabs{
    margin-left: 0px;
    margin-right: 0px;
}

.switcherTab{
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #303030;
    padding-top: 20px;
    padding-bottom: 20px;
}

.switcherTab.active{
    color: #a70002;
    background: #fff;
    text-decoration: underline;
}

.faq{
    padding-top: 20px;
    padding-bottom: 20px;
}

.answer{
    color: #a70002;
}

.formBorder{
    border-right: 2px solid #a70002;
}

.btn.faq-btn{
    width: 100%;
    border-radius: 0px;
    background: #303030;
    color: #de2e29;
    border-bottom: 1px solid #000;
    border-top: 1px solid #a3a2a2;
    text-align: left;
    padding: 20px 0;
}

.btn.faq-btn:nth-of-type(2n){
    background: #434242;
}

.titleIcon{
    font-size: 50px;
    color: #fff;
}

.arrowIcon{
    font-size: 40px;
    float: right;
}

.signUpCta{
    border: 3px solid #fff;
    border-radius: 10px;
    width: 350px;
    height: 160px;
    margin-top: 100px;
}

.signUpCta p{
    color: #fff;
    font-size: 20px;
}

.signUpCta a{
    color: #fff;
    font-size: 25px;
}

.signUpCta a span{
    color: #eb2225;
    padding-right: 20px;
}

.importantNotice {
    padding-left: 48px;
}
.innerList li:before{
    margin-left: -3px;
    margin-top: 3px;
}
.innerList p{
    margin-left: 5px;
}

p.unboldParagraph {
    font-weight: normal;
}

.unOrderedList > p:first-child {
     margin-top: 55px;
    font-size: 20px;
}

.termContent p{
    display: block;
    padding-left: 46px;
}
.termContent h2{
    padding-left: 46px;
}

.termContent ol { 
    counter-reset: item ;
}


.termContent ol li{
    font-weight: bold;
     padding-left: 8px;
}

.termContent ol ol li:before{
    content: counters(item, ".") " ";
}

.termContent ol li ol li{
    font-weight: normal !important;

}

.termContent li { 
    display: block;
    }
.termContent li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    float: left;
    color: #a70002;
    
}

.unOrderedList{
    padding-left: 90px;
}

.termContent > h2 > ol{
    margin-left: -40px;
}


/*Compliance design*/

.inner-intro-text {
    margin-bottom: 48px;
    margin-top: 40px;
}

.compliance-main-content h2 {
    margin-bottom: 40px;
}

.more-link {
    color: #5ec9e3;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}

.more-link:after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-left: 6px;
}

/* .content-row {
    border-bottom: 1px solid #c1c1c0;
    padding-bottom: 12px;
} */

.content-row + .content-row {
    padding-top: 37px;
}

.content-row:last-of-type {
    padding-bottom: 37px;
}

.content-row:last-child {
    border: medium none;
}

.compliance-main-content {
    padding-bottom: 46px;
}

.fsbBreak {
    display: none;
}


