.fact.ul {
    text-align: initial;
    list-style-type:none;
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    list-style-image:url('/wp-content/themes/downanddirty/style/img/facts/skullbullet.png');
}

.fact-breath-heading {
    border : none;
}

.fact-breath-heading .orange-bg-distressed {
    background  : #cf7019;
    line-height : 26px;
}

.fact-breath-heading p {
    line-height : 30px;
}

.accent-text-container,
.fact-breath-heading p.accent-text-container {
    line-height : 26px;
}

.fact-breath-heading .fact-header {
    font-size : 30px;
}

.fact-middle-section,
.fact-sources {
    margin : 30px 70px
}

.fact-sources ul.fact-list li {
    font-size: 15px;
    font-style: italic;
}

.fact-sources ul.fact-list li sub {
    bottom: 0;
    top: -0.5em;
}

.fact-middle-section .top-spaced {
    margin-top : 30px;
}

hr.fact-break {
    border        : none;
    border-bottom : 2px solid #30261c;
    margin        : 20px 0;
}

.light.brown {
    font-family : "Times New Roman", Serif !important;

}

.light.brown.badges {
    font-family : "Times New Roman", Serif !important;
    font-size: 15px;

}

.grey {
    color:#444;
}

.solid-orange-bg {
    padding          : 5px;
    color            : #fff;
    background-color : #ce711b;
}

.fact-link-header {
    font-size : 22px;
}

ul.fact-list {
    margin     : 36px;
    text-align : left;
}

ul.fact-list li {
    color         : #30261c;
    font-size     : 18px;
    line-height   : 24px;
    margin-bottom : 15px;
    font-family   : "Times New Roman", serif;
}

ul.fact-list li a sup, ul.fact-list li a sub  {
    color         :  #C54602;
}


.fact-video-container {
    margin-top : 30px;
}

@media (max-width : 668px) {

    #facts .homepage-header {
        height : 80px;
    }

    /*.copyright,*/
    /*.footer-navigation,*/
    /*.more-facts-container{*/
        /*display:none;*/
    /*}*/

    .fact-breath-heading {
        margin : 0;
        padding:0;
    }

    ul.fact-list li,
    .fact-link-header,
    .fact-breath-heading p {
        line-height : 20px;
        font-size:14px;
    }

    .fact-breath-heading .accent-text-container .orange-bg-distressed,
    .accent-text-container .fact-link-header,
    .accent-text-container,
    .fact-breath-heading p.accent-text-container {
        line-height : 22px;
    }

    .fact-breath-heading .fact-header {
        font-size : 25px;
    }

    .desktop-break {
        display : none;
    }
    .fact-middle-section {
        margin : 10px;
    }

    a.fact-addiction,
    a.fact-truth,
    a.fact-breath{
        margin:10px auto;
    }
}