﻿@import url('https://fonts.googleapis.com/css?family=Lato:ital,wght@0,1,300,400,400i,700,700i,900,900i&display=swap');

/* body / html font base sizes
================================================== */
html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}
    /* hide the body on page load so the JS can manipulate everything first */
    html:not(.sfPageEditorWrp) body {
        opacity: 0;
    }

body.redesign {
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

#Header {
    max-width: 1280px;
    margin: 0 auto;
}

body.redesign .header-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

body.redesign .main-content {
    max-width: 1280px;
    margin: 0 auto;
}

    body.redesign .main-content.interior-page {
        margin-bottom: 40px;
    }

body.redesign #Footer {
    max-width: 1280px;
    margin: 0 auto;
}

body.redesign #Subfooter {
    max-width: 1280px;
    margin: 0 auto;
}

/*	bootstrap jumbotron reset
============================================================ */
.jumbotron {
    position: relative;
    clear: both;
    margin: -1% 0 0 0;
    padding: 0 0 2% 0;
    background: transparent;
}

    .jumbotron h1,
    .jumbotron h2 {
        margin: 0;
        padding-bottom: 20px;
        font-size: 32px;
        line-height: 34px;
        font-weight: normal;
        margin: 0;
        border-bottom: 1px solid #dcdcdc;
    }

    .jumbotron.center {
        text-align: center;
    }

    .jumbotron.center {
        text-align: center;
    }

    .jumbotron.no-padding-bottom h1,
    .jumbotron.no-padding-bottom h2 {
        padding-bottom: 0;
    }

    .jumbotron.no-border h1,
    .jumbotron.no-border h2 {
        background: none;
    }

/*	Text Color
========================================================== */
body.redesign {
    color: #4c4c4c
}

    body.redesign h1, body.redesign h2, body.redesign h3, body.redesign h4, body.redesign h5, body.redesign h6 {
        color: #4c4c4c
    }

        body.redesign h1 a, body.redesign h2 a, body.redesign h3 a, body.redesign h5 a, body.redesign h4 a {
            color: inherit
        }

            body.redesign h1 a:hover, body.redesign h2 a:hover, body.redesign h3 a:hover, body.redesign h4 a:hover {
                color: #305D82
            }

    body.redesign a {
        color: #3bbfab;
    }

    /* Font Selection
================================================== */
    body.redesign, body.redesign button {
        font-family: "Lato", Sans-Serif;
    }
        /* http://css-tricks.com/sans-serif/ */
        body.redesign input, body.redesign textarea {
            font-family: "Lato", Sans-Serif;
        }

        body.redesign .jumbotron h1, body.redesign .jumbotron h2, body.redesign .short_headline, body.redesign .call-to-action h3, body.redesign h1, body.redesign h2, body.redesign h3, body.redesign h4, body.redesign h5, body.redesign h6 {
            font-family: "Lato", Sans-Serif;
            font-weight: 400
        }

        body.redesign .short_headline, body.redesign .call-to-action h3, body.redesign h2, body.redesign h3, body.redesign h4, body.redesign h5, body.redesign h6 {
            font-weight: 400
        }

        body.redesign .headline-wrapper {
            position: relative;
            height: 38px;
            margin-bottom: 40px;
        }

            body.redesign .headline-wrapper .headline {
                color: #4c4c4c;
                margin: 0;
                background: #fff;
                position: relative;
                z-index: 3;
                float: left;
                padding-right: 20px;
                font-size: 32px;
                line-height: 32px;
                text-transform: uppercase;
            }

            body.redesign .headline-wrapper span {
                height: 1px;
                background: none;
                border-bottom: 1px solid #dcdcdc;
                position: absolute;
                z-index: 1;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                right: 0;
                left: 65px;
            }

        body.redesign .callout-text {
            font-size: 18px;
            margin-bottom: 38px;
        }

        body.redesign .tp-banner-container {
            margin-bottom: 50px
        }

        /*	callouts
========================================================== */
        body.redesign .callout-block {
            background: url(https://www.ohiocpa.com/images/default-source/patterns/diag-grey.jpg?sfvrsn=2);
            margin-bottom: 70px;
        }

            body.redesign .callout-block .hidden {
                display: none;
            }

            body.redesign .callout-block img {
                width: 100%;
                max-width: 100%;
                height: auto;
            }

            body.redesign .callout-block .divider {
                border: none;
                border-bottom: 1px solid #dcdcdc;
                margin: 5px 15px 20px 15px;
                height: 1px;
            }

            body.redesign .callout-block h3 {
                font-size: 20px;
                font-weight: 700;
                line-height: 24px;
                padding: 0;
                margin: 0 0 14px 0;
                min-height: 38px;
                line-height: 38px;
            }

            body.redesign .callout-block a {
                color: #4d4d4d;
            }

                body.redesign .callout-block a.purple {
                    color: #7c5691;
                }

                body.redesign .callout-block a.blue {
                    color: #246e9a;
                }

                body.redesign .callout-block a.green {
                    color: #5ecfbe;
                }

                body.redesign .callout-block a.neon {
                    color: #a7e163;
                }

                    body.redesign .callout-block a.purple:hover,
                    body.redesign .callout-block a.blue:hover,
                    body.redesign .callout-block a.green:hover,
                    body.redesign .callout-block a.neon:hover {
                        text-decoration: underline;
                    }

            body.redesign .callout-block.video h3 {
                font-size: 20px;
                font-weight: 700;
                padding: 0;
                margin: 0;
                min-height: 38px;
                line-height: 38px;
            }

            body.redesign .callout-block.video .video-wrapper {
                position: relative;
                height: 0;
                padding-bottom: 56.25%;
            }

                body.redesign .callout-block.video .video-wrapper iframe {
                    height: 100%;
                    width: 100%;
                    position: absolute;
                }

            body.redesign .callout-block i.fa,
            body.redesign .callout-block em.fa {
                height: 38px;
                width: 38px;
                line-height: 38px;
                text-align: center;
                color: #fff;
                background: #4a90b9;
                position: relative;
                left: -15px;
                font-size: 21px;
                margin-top: 10px;
            }

            body.redesign .callout-block.blue i.fa,
            body.redesign .callout-block.blue em.fa,
            body.redesign .callout-block.blue a.more {
                background: #4a90b9;
            }

            body.redesign .callout-block.green i.fa,
            body.redesign .callout-block.green em.fa,
            body.redesign .callout-block.green a.more {
                background: #3bbfab;
            }

            body.redesign .callout-block.neon i.fa,
            body.redesign .callout-block.neon em.fa,
            body.redesign .callout-block.neon a.more {
                background: #91d443;
            }

            body.redesign .callout-block.purple i.fa,
            body.redesign .callout-block.purple em.fa,
            body.redesign .callout-block.purple a.more {
                background: #59316f;
            }

            body.redesign .callout-block em.fa ~ span {
                position: absolute;
                margin-top: 7px;
            }

            body.redesign .callout-block:not(.callout-arrow) h3 {
                padding-left: 15px;
            }

            body.redesign .callout-block a.more {
                color: #fff;
                font-size: 16px;
                line-height: 38px;
                text-transform: uppercase;
                padding-right: 12px;
                position: relative;
                float: right;
                bottom: -1px;
                height: 38px;
                display: inline-block;
                margin-bottom: 1px;
            }

                body.redesign .callout-block a.more span {
                    width: 38px;
                    height: 38px;
                    background: #5ecfbe;
                    font-size: 26px;
                    padding: 7px 17px;
                    float: left;
                    margin-right: 12px;
                }

            body.redesign .callout-block.green a.more span {
                background: #5ecfbe;
            }

            body.redesign .callout-block.purple a.more span {
                background: #7c5691;
            }

            body.redesign .callout-block.blue a.more span {
                background: #246e9a;
            }

            body.redesign .callout-block.neon a.more span {
                background: #a7e163;
            }

            body.redesign .callout-block a:hover,
            body.redesign .callout-block a:hover h3,
            body.redesign .callout-block.purple a:hover h3,
            body.redesign .callout-block.green a:hover h3,
            body.redesign .callout-block.blue a:hover h3,
            body.redesign .callout-block.neon a:hover h3 {
                text-decoration: none;
                opacity: .8;
            }

.callout-block a.icon-link {
    color: #4d4d4d;
    font-size: 14px;
    display: inline-block;
    height: 38px;
    width: calc(100% + 15px);
    margin-bottom: 10px;
}

    .callout-block a.icon-link:hover {
        background: #dcdcdc;
    }

body.redesign .callout-block a.icon-link i.fa,
body.redesign .callout-block a.icon-link em.fa {
    margin-top: 0;
}

.callout-block a.icon-link strong,
.callout-block a.icon-link b {
    position: relative;
    top: -2px;
}

.callout-block a.icon-link:hover b,
.callout-block a.icon-link:hover strong {
    opacity: 1;
    background: #dcdcdc;
    color: #4d4d4d;
    height: 38px;
    line-height: 38px;
    position: relative;
    top: -2px;
    width: calc(100% + -23px);
}

body.redesign .callout-arrow span {
    width: 38px;
    height: 38px;
    background: transparent;
    font-size: 26px;
    padding: 7px 17px;
    float: left;
    margin-right: 12px;
}

    body.redesign .callout-arrow span.fa-cloud-download {
        font-size: 22px;
        padding: 9px 7px;
    }

body.redesign .callout-block p,
body.redesign .callout-block ul {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 0 20px 20px 50px;
}

    body.redesign .callout-block ul li {
        margin-bottom: 10px;
        line-height: 18px;
    }

        body.redesign .callout-block ul li:before {
            margin-right: 9px;
            margin-left: -15px;
        }

body.redesign .callout-block.video p {
    margin-top: 10px;
}

body.redesign .callout-block:not(.callout-arrow) p {
    padding: 0 15px 20px 15px;
    font-weight: normal;
}

body.redesign .callout-block.purple h3 {
    background: #59316f;
    color: #fff;
    text-transform: uppercase;
}

    body.redesign .callout-block.purple h3 a {
        background: #59316f;
        color: #fff;
        text-transform: uppercase;
    }

body.redesign .callout-arrow.purple span {
    background: #7c5691;
}

body.redesign .callout-block.green h3 {
    background: #3bbfab;
    color: #fff;
    text-transform: uppercase;
}

    body.redesign .callout-block.green h3 a {
        background: #3bbfab;
        color: #fff;
        text-transform: uppercase;
    }

body.redesign .callout-arrow.green span {
    background: #5ecfbe;
}

body.redesign .callout-block.neon h3 {
    background: #91d443;
    color: #fff;
    text-transform: uppercase;
}

    body.redesign .callout-block.neon h3 a {
        background: #91d443;
        color: #fff;
        text-transform: uppercase;
    }

body.redesign .callout-arrow.neon span {
    background: #a7e163;
}

body.redesign .callout-block.blue h3 {
    background: #246e9a;
    color: #fff;
    text-transform: uppercase;
}

    body.redesign .callout-block.blue h3 a {
        background: #246e9a;
        color: #fff;
        text-transform: uppercase;
    }

body.redesign .callout-arrow.blue span {
    background: #246e9a;
}

/*	containers
========================================================== */
body.redesign .fullwidth-grey {
    background: #f2f2f2;
    padding: 50px 0;
    margin-bottom: 60px;
}

/*	SF article widget
========================================================== */

body.redesign .article-wrapper {
    color: #fff;
    background: #3bbfab;
    padding: 40px 0 0 0;
}

    body.redesign .article-wrapper .sfnewsList {
        min-height: 295px
    }

@media screen and (max-width: 768px) {
    body.redesign .article-wrapper {
        margin-bottom: 60px;
    }
}

body.redesign .article-wrapper .article-wrapper-footer {
    height: 60px;
    background: url(https://www.ohiocpa.com/images/default-source/patterns/diag-teal.jpg?sfvrsn=2);
}

body.redesign .article-wrapper .headline-wrapper {
    position: relative;
    height: 38px;
    margin-bottom: 40px;
}

body.redesign .article-wrapper .headline {
    color: #fff;
    margin: 0 0 0 40px;
    background: #3bbfab;
    position: relative;
    z-index: 3;
    float: left;
    padding-right: 20px;
}

body.redesign .article-wrapper .headline-wrapper span {
    height: 1px;
    background: none;
    border-bottom: 1px solid #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    left: 65px;
}

body.redesign .article-wrapper .news-list-item {
    padding: 0 40px 0 0;
    margin: 0 0 30px 0;
}

body.redesign .news-list-item:nth-child(even) {
    background: transparent;
    border-radius: 0;
}

body.redesign .article-wrapper .news-list-item span {
    background: #5ecfbe;
    width: 38px;
    height: 38px;
    font-size: 26px;
    padding: 7px 17px;
    float: left;
    margin-top: 7px;
}

body.redesign .article-wrapper .news-list-item .news-list-date {
    margin: 0 0 0 56px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}

body.redesign .article-wrapper .news-list-item .news-list-title {
    margin: 0 0 0 56px;
    color: #fff;
    font-size: 20px;
}

    body.redesign .article-wrapper .news-list-item .news-list-title a:hover {
        opacity: .6;
        color: #fff;
    }

body.redesign .article-wrapper .news-list-item .news-list-summary {
    font-size: 13px;
    line-height: 15px;
    color: #fff;
    margin: 0 0 0 56px;
}

/*	SF interior article widget
========================================================== */

body.redesign .interior-article-wrapper {
    color: #4d4d4d;
    background: url(https://www.ohiocpa.com/images/default-source/patterns/diag-grey.jpg?sfvrsn=2);
    padding: 0;
    margin-bottom: 40px;
}

    body.redesign .interior-article-wrapper .sfnewsList {
        min-height: 320px
    }

    body.redesign .interior-article-wrapper .interior-article-wrapper-footer {
        height: 60px;
        background: transparent;
    }

    body.redesign .interior-article-wrapper .headline-wrapper {
        position: relative;
        height: 38px;
        margin-bottom: 20px;
        background: #3bbfab;
    }

    body.redesign .interior-article-wrapper.foundation .headline-wrapper {
        background: #91d443;
    }

    body.redesign .interior-article-wrapper .headline {
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
        padding: 0 0 0 15px;
        margin: 0 0 14px 0;
        height: 38px;
        line-height: 38px;
        color: #fff;
        background: transparent;
    }

    body.redesign .interior-article-wrapper .news-list-item {
        padding: 0 40px 0 0;
        margin: 0 0 30px 0;
    }

body.redesign .news-list-item:nth-child(even) {
    background: transparent;
    border-radius: 0;
}

body.redesign .interior-article-wrapper .news-list-item span {
    background: #5ecfbe;
    width: 38px;
    height: 38px;
    font-size: 26px;
    padding: 7px 17px;
    float: left;
    margin-top: 25px;
    color: #fff;
}

body.redesign .interior-article-wrapper.foundation .news-list-item span {
    background: #a7e163;
}

body.redesign .interior-article-wrapper .news-list-item .news-list-date {
    margin: 0 0 0 56px;
    color: #4d4d4d;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
}

body.redesign .interior-article-wrapper .news-list-item .news-list-title {
    margin: 0 0 4px 56px;
    color: #4d4d4d;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

    body.redesign .interior-article-wrapper .news-list-item .news-list-title a:hover {
        text-decoration: underline;
        color: #4d4d4d;
    }

body.redesign .interior-article-wrapper .news-list-item .news-list-summary {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    margin: 0 0 0 56px;
    font-style: italic;
}

body.redesign .interior-article-wrapper ~ .news-list-pager {
    top: -66px;
    position: relative;
    float: right;
}

/*	SF event widget
========================================================== */
body.redesign .event-wrapper {
    color: #fff;
    background: #91d443;
    padding: 40px 0 0 0;
}

body.redesign .landing-event-wrapper {
    color: #fff;
    background: transparent url(https://www.ohiocpa.com/images/default-source/patterns/diag-grey.jpg?sfvrsn=2);
    padding: 0 0 20px 0;
}

body.redesign .event-wrapper .sfeventsList {
    min-height: 295px;
}

body.redesign .event-wrapper .event-wrapper-footer {
    height: 60px;
    background: url(https://www.ohiocpa.com/images/default-source/patterns/diag-green.jpg?sfvrsn=2);
}

body.redesign .event-wrapper .headline-wrapper {
    position: relative;
    height: 38px;
    margin-bottom: 40px;
}

body.redesign .landing-event-wrapper .headline-wrapper {
    position: relative;
    height: 38px;
    margin-bottom: 15px;
    background: #246e9a;
}

body.redesign .event-wrapper .headline {
    color: #fff;
    margin: 0 0 0 40px;
    background: #91d443;
    position: relative;
    z-index: 3;
    float: left;
    padding-right: 20px;
}

body.redesign .landing-event-wrapper .headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 0 0 12px;
    margin: 0 0 14px 0;
    height: 38px;
    line-height: 38px;
    background: transparent;
    color: #fff;
}

body.redesign .event-wrapper .headline-wrapper span {
    height: 1px;
    background: none;
    border-bottom: 1px solid #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    left: 65px;
}

body.redesign .event-wrapper .events-list-item {
    padding: 0 40px 0 0;
    margin: 0 0 30px 0;
}

body.redesign .landing-event-wrapper .events-list-item {
    padding: 0 15px 0 0;
    margin: 0 0 20px 0;
}

body.redesign .event-wrapper .events-list-item > span {
    background: #a7e163;
    width: 38px;
    height: 38px;
    font-size: 26px;
    padding: 7px 17px;
    float: left;
    margin-top: 7px;
}

body.redesign .event-wrapper .events-list-item .events-list-title {
    color: #fff;
    font-size: 20px;
    margin: 0 0 0 56px
}

body.redesign .landing-event-wrapper .events-list-item .events-list-title {
    color: #246e9a;
    font-size: 13px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0 0 0 15px
}

body.redesign .event-wrapper .events-list-item .events-list-title a:hover {
    color: #fff;
    opacity: .6;
}

body.redesign .landing-event-wrapper .events-list-item .events-list-title a:hover {
    color: #246e9a;
    opacity: .6;
}

body.redesign .event-wrapper .events-list-item .events-list-details {
    margin: 0 0 0 56px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
}

body.redesign .landing-event-wrapper .events-list-item .events-list-details {
    margin: 0 0 0 15px;
    color: #4c4c4c;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 13px;
    line-height: 17px;
}

    body.redesign .event-wrapper .events-list-item .events-list-details span,
    body.redesign .landing-event-wrapper .events-list-item .events-list-details span {
        font-style: normal;
    }

/*	SF interior event widget
========================================================== */

body.redesign .interior-event-wrapper {
    color: #4d4d4d;
    background: url(https://www.ohiocpa.com/images/default-source/patterns/diag-grey.jpg?sfvrsn=2);
    padding: 0;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    body.redesign .interior-event-wrapper {
        margin-bottom: 60px;
    }
}

body.redesign .interior-event-wrapper .interior-event-wrapper-footer {
    height: 60px;
    background: transparent;
}

body.redesign .interior-event-wrapper .headline-wrapper {
    position: relative;
    height: 38px;
    margin-bottom: 20px;
    background: #91d443;
}

body.redesign .interior-event-wrapper .headline {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 0 0 15px;
    margin: 0 0 14px 0;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: transparent;
}

body.redesign .interior-event-wrapper .events-list-item {
    padding: 0 40px 0 0;
    margin: 0 0 30px 0;
}

body.redesign .events-list-item:nth-child(even) {
    background: transparent;
    border-radius: 0;
}

body.redesign .interior-event-wrapper .events-list-item span.fa {
    background: #a7e163;
    width: 38px;
    height: 38px;
    font-size: 26px;
    padding: 7px 17px;
    float: left;
    color: #fff;
}

body.redesign .interior-event-wrapper .events-list-item .events-list-details {
    margin: 0 0 0 56px;
    color: #4c4c4c;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 20px;
}

    body.redesign .interior-event-wrapper .events-list-item .events-list-details span {
        font-style: normal;
    }

body.redesign .interior-event-wrapper .events-list-item .events-list-title {
    margin: 0 0 0 56px;
    color: #4c4c4c;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

    body.redesign .interior-event-wrapper .events-list-item .events-list-title a:hover {
        color: #4d4d4d;
        text-decoration: underline;
    }

/*body.redesign .interior-event-wrapper .events-list-item .events-list-date {
    margin: 0 0 0 56px;
    color: #4d4d4d;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 12px;
    line-height: 22px;
}

body.redesign .interior-event-wrapper .events-list-item .events-list-title a:hover {
    text-decoration: underline;
    color: #4d4d4d;
}
body.redesign .interior-event-wrapper .events-list-item .events-list-summary {
    font-size: 14px;
    line-height: 20px;
    color: #4d4d4d;
    margin: 0 0 0 56px;
    font-style: italic;
}
body.redesign .interior-event-wrapper ~ .events-list-pager {
    top: -26px;
}*/

/*	sponsor block
========================================================== */
body.redesign .sponsor-wrapper {
    border: 1px solid #d6d6d6;
    margin-bottom: 70px;
}

    body.redesign .sponsor-wrapper img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    body.redesign .sponsor-wrapper .content {
        color: #333;
        background: url(https://www.ohiocpa.com/images/default-source/patterns/diag-grey.jpg?sfvrsn=2);
        min-width: 120px;
    }

        body.redesign .sponsor-wrapper .content p {
            padding: 15px 20px;
            font-size: 16px;
            line-height: 18px;
            margin: 0;
        }

        body.redesign .sponsor-wrapper .content a {
            background: #3bbfab;
            color: #fff;
            font-size: 16px;
            line-height: 38px;
            text-transform: uppercase;
            padding-right: 12px;
            position: relative;
            left: calc(100% - 151px);
            bottom: -1px;
            height: 38px;
            display: inline-block;
        }

            body.redesign .sponsor-wrapper .content a:hover {
                text-decoration: none;
                opacity: .8;
            }

        body.redesign .sponsor-wrapper .content span {
            width: 38px;
            height: 38px;
            background: #5ecfbe;
            font-size: 26px;
            padding: 7px 17px;
            float: left;
            margin-right: 12px;
        }

/*	Landing pages
========================================================== */
body.redesign .landing-banner {
    margin-bottom: 40px;
}

    body.redesign .landing-banner img {
        width: 100%;
        height: auto;
    }

body.redesign .landing-primary-text {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

body.redesign .landing-secondary-text {
    font-size: 16px;
    line-height: 22px;
}

body.redesign .landing-page .callout-block {
    margin-bottom: 30px;
}

/*	Vertical Pills
========================================================== */
body.redesign .vertical-pills {
}

    body.redesign .vertical-pills .list-group .list-group-item {
        padding: 0 10px 0 0;
        -webkit-transition: all 80ms ease-in-out;
        -moz-transition: all 80ms ease-in-out;
        -ms-transition: all 80ms ease-in-out;
        -o-transition: all 80ms ease-in-out;
        transition: all 80ms ease-in-out;
        border: none;
        background: transparent;
        margin-bottom: 0;
        line-height: 36px;
        color: #333;
        font-size: 13px;
        text-align: right;
        border-right: 1px solid #dcdcdc;
    }

        body.redesign .vertical-pills .list-group .list-group-item:first-child {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
        }

        body.redesign .vertical-pills .list-group .list-group-item:last-child {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        body.redesign .vertical-pills .list-group .list-group-item:hover {
            color: #333;
            /*padding-left:18px;*/
            background: #f3f3f3;
        }

    body.redesign .vertical-pills .list-group-item.active,
    body.redesign .vertical-pills .list-group-item.active:hover,
    body.redesign .vertical-pills .list-group-item.active:focus {
        background-color: #f3f3f3;
        border-color: transparent;
        font-weight: normal;
        color: #333;
        border-right: 1px solid #dcdcdc;
    }

body.redesign .callout-block a.more span.fa-caret-right::before {
    content: '' !important;
}

body.redesign .callout-arrow span.fa-caret-right::before {
    content: '' !important;
}

body.redesign .sponsor-wrapper .content span.fa-caret-right::before {
    content: '' !important;
}

body.redesign .sponsor-wrapper .content a {
    left: calc(100% - 112px);
}

body.redesign .callout-block a.more span {
    width: 0;
    padding: 0;
}

body.redesign .callout-arrow span {
    width: 0;
    padding: 0;
}

body.redesign .sponsor-wrapper .content span {
    width: 0;
    padding: 0;
}

body.redesign .interior-event-wrapper .events-list-item span.fa {
    display: none !important;
}

body.redesign .interior-article-wrapper .news-list-item span {
    width: 0;
    padding: 0;
}

    body.redesign .interior-article-wrapper .news-list-item span.fa-caret-right::before {
        display: none !important;
    }

body.redesign .callout-block i.fa, body.redesign .callout-block em.fa {
    display: none !important;
}

body.redesign .callout-block a {
    font-weight: 600;
}

    body.redesign .callout-block a.more {
        line-height: 0;
        padding-top: 20px;
    }

.fa .fa-caret-right {
    display: none !important;
}

#mobile-nav {
    z-index: 9999;
}