/*Begin styling for main content container*/
.main-content-tabbed-responsive {
    margin: 8px 16px;
    padding: 8px 0;
}

/*Begin styling for paragraphs */

.main-content-tabbed-responsive p,
.main-content-tabbed-responsive li {
    font-size: 14px !important;
    line-height: 20px !important;
    color: #464646;
}

.main-content-tabbed-responsive p {
    padding: 4px 0;
    margin: 4px 0;
}

/*Begin styling for headers */

.main-content-tabbed-responsive h2,
.main-content-tabbed-responsive h3,
.main-content-tabbed-responsive h4,
.main-content-tabbed-responsive h5 {
    color: #464646;
    font-weight: 700;
    margin: 4px 0;
    padding: 4px 0;
}

.main-content-tabbed-responsive h2 {
    font-family: "Tempo", "Tempo-Local", "Arial Narrow", Arial, sans-serif;
    font-size: 23px !important;
    text-transform: uppercase;
}

.main-content-tabbed-responsive h3 {
    font-family: "Tempo", "Tempo-Local", "Arial Narrow", Arial, sans-serif;
    font-size: 20px !important;
    text-transform: uppercase;
}

.main-content-tabbed-responsive h4 {
    font-size: 16px !important;
    font-family: 'Open Sans';
    text-transform: none !important;
}

.main-content-tabbed-responsive h5 {
    font-size: 14px;
    line-height: 16px;
    font-family: "Open Sans", sans-serif !important;
}

.tradeSymbol {
    font-size: 73%;
    top: -6px;
    position: relative;
}

.tradeSymbol_inBlueTitle {
    font-size: 50%;
    top: -10px;
    position: relative;
}

.sectionContainer {
    padding-bottom: 2%;
}

.imgContainer {
    text-align: center;
}

.copyContainer h3 {
    color: #10559A !important;
    margin-bottom: 0px !important;
    text-align: center;
}

.copyContainer h4 {
    color: #10559A !important;
    padding-top: 20px !important;
    text-align: center;
    font-family: "Open Sans", sans-serif !important;
    text-transform: none !important;
}

.copyContainer .blueBgCopy {
    background-color: #e3f2fa;
    padding: 8px 16px !important;
    margin-top: 0px;
    border-radius: 4px;
}

.box_with_bulletpoints {
    margin: 0px 0 !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ul_bullet_point_styling {
    list-style: disc;
    padding-left: 40px;
    padding-right: 24px;
    background-color: #e3f2fa;
}

.ul_bullet_point_styling.last {
    padding-bottom: 16px;
}


.ul_bullet_point_styling.bottom-addborderradius {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;

}
.ul_bullet_point_styling.top-addborderradius {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.box_subCopy.bottom-noborderradius {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.box_subCopy.top-noborderradius {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.li_listStyling {
    padding-bottom: 8px;
}

.li_listStyling.last {
    padding-bottom: 0;
}

/*p.after_list {
    margin-top: 0;
    padding-top: 0;
}

h4.before_list {
}*/

h4.after_list {
    margin-top: 8px;
    padding-top: 16px;
}

.box_subCopy {
    background-color: #e3f2fa;
    border-radius: 4px;
    padding: 16px;
    font-size: 14px !important;
    line-height: 20px !important;
}

.box_subCopy h4 {
    text-transform: none !important;
}

.box_subCopy h4.first{
    padding-top: 4px !important;
}

.box_terms_and_conditions {
    font-size: 12px;
    background-color: #e3f2fa;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #464646;
    padding: 8px 16px 12px !important;
    line-height: 16px;
}

.testTable {
    border: 0px solid #464646;
    padding-bottom: 8px;
    padding-left: 0%;
    padding-bottom: 0%;
}

.testTable tr {
    border: 2px solid #464646;
}

.testTable td {
    border: 2px solid #464646;
    color: #464646;
    padding: 10px 10px;
}

/*correct style inheritance*/
.testTable tr:last-child td,
.hfbsTable tr:last-child td {
    border: 2px solid #464646;
}
 
.hfbsTable {
    border: 0px solid #464646;
}

.hfbsTable tr {
    border: 2px solid #464646;
}

.hfbsTable td {
    color: #464646;
    border: 2px solid #464646;
    padding: 10px 10px;
}
.hfbsTableDisclaimer {
    font-style: italic; 
    font-size: 12px !important;
    padding-top: 8px;
}

/*Begin special override rules */
.alertText {
    color: #DD1225;
}

.boldText {
    font-weight: bold;
}

.underlineText {
    text-decoration: underline;
}

.lighter {
    font-weight: lighter !important;
}

.no-padding-top {
    padding-bottom: 0px !important;
}

.no-padding-bottom {
    padding-bottom: 0px !important;
}

.no-padding-left {
    padding-bottom: 0px !important;
}

.no-padding-right {
    padding-bottom: 0px !important;
}

.no-margin-top {
    margin-top: 0px !important;
}

.no-margin-bottom {
    margin-bottom: 0px !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}
div.ul_spacer {
    padding: 16px 0;
}
/* Begin styling for bulleted lists*/
.bulleted-list,
.unbulleted-list,
.numbered-list,
.lettered-list {
    margin-left: 25px;
}

.bulleted-list li,
.unbulleted-list li,
.numbered-list li,
.lettered-list li {
    padding: 5px 0;
}

.bulleted-list {
    list-style: disc;
}

.unbulleted-list {
    list-style: none;
}

.numbered-list {
    list-style: decimal;
}

.lettered-list {
    list-style: upper-alpha;
}

/*Begin styling for blue ada container box */
.ada-container-mobile {
    margin: 25px 0;
}

/*Mobile Bellows Menu adjustment*/
.c-bellows__content {
    padding: 10px 0 15px;
}

.asterisk-copy {
    font-size: 14px !important;
    font-style: italic;
}

/***********************************/
/* Tablet and Desktop Styling */
/**********************************/
@media only screen and (min-width: 768px) {

    /*Begin styling for main content container*/
    .main-content-tabbed-responsive {
        padding: 48px;
    }

    .main-content-tabbed-responsive p,
    .main-content-tabbed-responsive li {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .main-content-tabbed-responsive h2 {
        font-size: 28px;
        font-size: 28px !important;
    }

    .main-content-tabbed-responsive h3 {
        font-size: 24px;
        font-size: 24px !important;
    }

    .main-content-tabbed-responsive h4 {
        font-size: 20px;
        font-size: 20px !important;
    }

    .main-content-tabbed-responsive h5 {
        font-size: 16px;
        line-height: 18px;
    }

    .sectionContainer {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 24px;
        padding-top: 8px;
    }

    .imgContainer {
        width: auto;
        display: flex;
        flex-direction: column;
        padding-right: 24px;
        padding-left: 24px;
    }

    .copyContainer {
        width: 79%;
        display: flex;
        flex-direction: column;
    }

    .copyContainer h3 {
        margin-top: 0px !important;
        text-align: left;
    }

    .copyContainer h4 {
        margin-top: 0px !important;
        text-align: left;
    }

    .copyContainer .blueBgCopy {
        padding: 16px 24px !important;
    }

    .ul_bullet_point_styling {
        padding-left: 48px;
        padding-right: 48px;
    }

    .box_subCopy {
        padding: 16px 24px;
        font-size: 16px !important;
        line-height: 22px !important;
    }

    /*Begin styling for blue ada container box */
    .ada-container-desktop {
        background-color: #eaf3fc;
        margin: 20px 0;
        padding: 10px 10px;
    }

    .testTable {
        padding: 8px 8px;
    }
    
    .testTable td {
        padding: 8px 8px;
    }
    
    h4.after_list {
        margin-top: 8px;
        padding-top: 8px;
    }

}