/* Typography Start - Need to override the style.css typography */

h1,
h2,
h3,
h5,
h6,
h1 > span.sub-title,
h2 > span.sub-title,
h3 > span.sub-title,
h5 > span.sub-title,
h6 > span.sub-title {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
    font-weight: bold;
}

h4,
h4 > span.sub-title {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

h6,
h6 > span.sub-title {
    font-style: italic;
}

h1 {
    letter-spacing: 0.42px;
}

h2 {
    letter-spacing: 0.32px;
}

h3 {
    letter-spacing: 0.28px;
}

h4 {
    letter-spacing: 0.2px;
}

h5 {
    letter-spacing: 0.18px;
}

p, b, span, a {
    font-family: 'Lato', Arial, Helvetica, sans-serif;
}

/* Extra small devices - xs */
@media (max-width: 575px) {
    h1, h1 > span.sub-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    h2,
    h2 > span.sub-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    h3,
    h3 > span.sub-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    h4,
    h4 > span.sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h5,
    h5 > span.sub-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h6,
    h6 > span.sub-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    p,
    span,
    b,
    a,
    strong {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    h1,
    h1 > span.sub-title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    h2,
    h2 > span.sub-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    h3,
    h3 > span.sub-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    h4,
    h4 > span.sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h5,
    h5 > span.sub-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h6,
    h6 > span.sub-title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    p,
    span,
    b,
    a,
    strong {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
    h1,
    h1 > span.sub-title {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    h2,
    h2 > span.sub-title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    h3,
    h3 > span.sub-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    h4,
    h4 > span.sub-title {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h5,
    h5 > span.sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h6,
    h6 > span.sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    p,
    span,
    b,
    a,
    strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    h1,
    h1 > span.sub-title {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 15px;
    }

    h2,
    h2 > span.sub-title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    h3,
    h3 > span.sub-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    h4,
    h4 > span.sub-title {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    h5,
    h5 > span.sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h6,
    h6 > span.sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    p,
    span,
    b,
    a,
    strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
    h1,
    h1 > span.sub-title {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 15px;
    }

    h2,
    h2 > span.sub-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    h3,
    h3 > span.sub-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    h4,
    h4 > span.sub-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    h5,
    h5 > span.sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    h6,
    h6 > span.sub-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    p,
    span,
    b,
    a,
    strong {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

/* Typography End */

html {
    scroll-padding-top: 90px;
}

.body_bg  #dnn_wrapper .content-body {
    margin-top: 20px;
}

.TitlePane h1 {
    color: #DE9016;
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.category-header {
    margin-bottom: 16px;
}

    .category-header a {
        color: #DE9016;
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }

.category-content {
    margin-bottom: 20px;
}

#reading-progress-bar {
    display: none;
    /* Positioning */
    position: fixed;
    left: 0;
    top: 139px;
    /* Dimensions */
    width: 100%;
    /* Reset the appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Get rid of the default border in Firefox/Opera. */
    border: none;
    /* Progress bar container for Firefox/IE10+ */
    background-color: #ebebeb;
    /* Progress bar value for IE10+ */
    color: #258460;
    z-index: 100;
}

    #reading-progress-bar::-webkit-progress-bar {
        background-color: #ebebeb;
    }

    #reading-progress-bar::-webkit-progress-value {
        background-color: #258460;
    }

    #reading-progress-bar::-moz-progress-bar {
        background-color: #258460;
    }

#subscribe-section {
    background-color: #004762;
    padding: 22px 22px 8px 22px;
    margin-bottom: 20px;
}

    #subscribe-section > div.subscribe-btn, #subscribe-section > p {
        text-align: center;
    }

    #subscribe-section > p.title {
        color: #F4BE49;
        text-transform: uppercase;      
        font-size: 18px;
        font-weight: bold;
    }

    #subscribe-section > p.msg {      
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.5;
    }

.st-label {
    margin: 0;
    line-height: inherit;
}

/* Extra small devices - xs */
@media (max-width: 575px) {
    .category-content-4-col {
        margin-bottom: 20px;
    }
}

/* Small devices (landscape phones, 576px and up) - sm */
@media (min-width: 576px) {
    .category-content-4-col {
        margin-bottom: 5px;
    }
}

/* Medium devices (tablets, 768px and up) - md */
@media (min-width: 768px) {
    .search-pane-details-top-margin {
        margin-top: 0;
    }
}

/* Large devices (desktops, 992px and up) - lg */
@media (min-width: 992px) {
    .search-pane-details-top-margin {
        margin-top: 52px;
    }

    .category-content-4-col {
        margin-bottom: 20px;
    }
}

/* Extra large devices (large desktops, 1200px and up) - xl */
@media (min-width: 1200px) {
}

