@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
body {
    color: #555;
    font-size: 0.9rem;
    font-family: "Open Sans", sans-serif;
}

.impact-red {
    color: #9e2213;
    font-weight: 700;
    margin-top: 10px;
}

a,
a:hover {
    color: #9e2213;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

ol,
ul {
    list-style: none;
}

.page-link {
    color: #9e2213;
}

.pagination .page-link {
    border: 0;
    background: #ebebeb;
    border-radius: 0;
    margin: 0 2px;
    color: #676767;
    font-size: 12px;
}

.pagination .page-link:hover {
    background: #9e2213;
    color: #fff;
}

.btn-link {
    font-weight: 400;
    color: #9e2213;
    background-color: transparent;
}

.btn-link:hover {
    color: #9e2213;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-primary {
    color: #000;
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
}

.btn-primary-red {
    color: #fff;
    background-color: #9e2213;
    border-radius: 0;
}

.btn-primary-red:hover {
    color: #fff;
    background-color: #7e261e;
    border-radius: 0;
}

.btn.latest-edition {
    color: #000;
    text-transform: uppercase;
    text-align: right;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
}

.btn.latest-edition:hover {
    text-decoration: underline;
}

.btn-outline-primary {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000;
    border-radius: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #9e2213;
    border-color: #9e2213;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #333;
    border-color: #333;
}

.page-link:hover {
    z-index: 2;
    color: #9e2213;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.btn-primary:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #8e0000;
    border-color: #8e0000;
}

.btn-submit {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    border-radius: 0;
    font-weight: bold;
}

.btn-submit:hover {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    border-radius: 0;
    font-weight: bold;
}

.social-icons {
    font-size: 20px;
}

.social-icons a:hover {
    opacity: 0.7;
}

.social-icons .facebook {
    color: #3b5998;
}

.social-icons .twitter {
    color: #55acee;
}

.social-icons .mail {
    color: #444;
}

.category-title {
    position: absolute;
    top: 0;
    left: 0;
    background: #9e2213;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
}

.impact-article .category-title {
    display: none!important;
}

.category-title a {
    color: #fff;
    text-transform: uppercase;
}

.sidebar-header {
    background: #4d4d4d;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 14px;
}

.sidebar-content {
    background: #eee;
    padding: 15px;
}

#accordion .card div {
    width: 100%;
}

.metro-accordion {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 45px;
    text-align: left;
    border: 1px solid #e0e1e2;
}

.community-card {
    background: #fff;
}

.community-card-header {
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    background: #e0e1e2;
    color: #000;
    padding: 9px 15px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    font-weight: 600;
}

.community-card-header:hover {
    background: #ccc;
}

#accordion {
    display: none;
}

#accordion .community-card:last-child .community-card-header {
    border-bottom: 0;
}

.accordion-link {
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    display: block;
    color: #000;
    font-size: 13px;
    padding: 9px 15px;
}

.accordion-link:hover {
    background: #eee;
    text-decoration: none;
    color: #000;
}

.accordion-link-main {
    color: #9e2213;
    font-weight: 600;
}

.accordion-link-main:hover {
    color: #9e2213;
}


/* @media (max-width: 765px) { */

@media (max-width: 767px) {
    .card .w-50,
    .card .w-25,
    .card .w-75 {
        width: 100% !important;
    }
    /* .card .img-container {
height: 200px;
}
.card .img-container {
height: 200px;
} */
}

.blog-main {
    /* border-right: 1px solid rgba(0, 0, 0, 0.1); */
    margin-right: 30px;
}

.blog-main .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px!important;
}

.blog-main .card>.w-75.hero-img {
    max-width: 400px;
    height: 245px;
}

.blog-main .card>.w-50.img-container {
    max-width: 342px;
    height: 228px;
}

.blog-main .card .hero-txt {
    min-height: 245px;
}

.blog-main .card .feed-txt {
    min-height: 228px;
    margin-top: 0!important;
}

.blog-main .card .no-image.feed-txt {
    min-height: inherit;
    margin-top: 40px!important;
}

.blog-main h5.impact-red {
    font-size: 22px;
}

@media (max-width: 1199px) {
    .blog-main .card>.w-75.hero-img {
        max-width: 300px;
        height: 184px;
    }
    .blog-main .card .hero-txt {
        min-height: 184px;
    }
    .blog-main .card>.w-50.img-container {
        max-width: 242px;
        height: 161px;
    }
    .blog-main .card .feed-txt {
        min-height: 161px;
    }
    .blog-main .card h3.txt-hero {
        font-size: 24px;
    }
    .blog-main .card h4.txt-container {
        font-size: 20px;
    }
    .blog-main .card .no-image.feed-txt {
        min-height: inherit;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1042px) {
    .col-lg-8.blog-main {
        max-width: 63%
    }
}

@media screen and (max-width: 1041px) and (min-width: 992px) {
    .impact-third-main-widget .tax-fourpack .special-kicker-txt .d-flex {
        display: block!important;
    }
    .impact-third-main-widget .tax-fourpack .special-kicker-txt .d-flex .date {
        display: block;
        margin-bottom: 10px!important;
    }
}

@media screen and (max-width: 1041px) {
    .col-lg-8.blog-main {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .news-from {
        font-size: 12px!important;
    }
}

@media screen and (max-width: 991px) {
    .col-lg-8.blog-main {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .col-lg-8.blog-main {
        padding-left: 0;
        padding-right: 0;
    }
    .blog-main .card>.w-75.hero-img {
        max-width: 100%;
        /* height: 245px; */
        height: auto;
        margin-bottom: 20px;
    }
    .blog-main .card>.w-50.img-container {
        max-width: 100%;
        /* height: 245px; */
        height: auto;
        margin-bottom: 20px;
    }
    .blog-main .card h3.txt-hero {
        font-size: 24px;
    }
    .blog-main .card h4.txt-container {
        font-size: 20px;
    }
    .blog-main .card .hero-txt {
        width: 100%!important;
        margin-left: 0px!important;
        padding-left: 15px;
        padding-right: 15px;
        min-height: inherit;
    }
    .blog-main .card .feed-txt {
        width: 100%!important;
        margin-left: 0px!important;
        padding-left: 15px;
        padding-right: 15px;
        min-height: inherit;
    }
    .blog-main .no-image {
        padding-top: 0;
    }
    .card .img-container .news-image img,
    .posts-list .news-image img {
        object-position: top center;
    }
    .blog-main .card .no-image.feed-txt {
        min-height: inherit;
    }
    .blog-main .card .news-image.kicker {
        /* height: 228px!important; */
        height: 100%!important;
        width: 100%!important;
    }
    .blog-main .card .kicker-txt {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        margin-left: 0!important;
        min-height: inherit!important;
    }
    .blog-main .card .no-image.kicker-txt {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        margin-left: 0!important;
        min-height: inherit;
    }
    .blog-main h5.kicker-headline,
    .blog-main .impact-third-main-widget h5.impact-red,
    .blog-main .impact-third-main-widget .special-kicker-txt,
    .impact-third-main-widget .promo {
        padding-left: 15px;
        padding-right: 15px;
    }
    .impact-third-main-widget .tax-fourpack .business-article-middle-img>.card.special-kicker-img {
        max-width: 100%;
        height: 232px;
    }
    .impact-third-main-widget .tax-fourpack .business-article-middle-img {
        margin-bottom: 30px;
    }
    .impact-third-main-widget .tax-fourpack .my-5 {
        margin-bottom: 0!important;
    }
    .impact-third-main-widget .promo a {
        display: block;
        margin-top: 20px;
    }
}

.blog-main .card h4,
.blog-main .card h3 {
    font-weight: bold;
}

.blog-main .no-image {
    padding: 0;
    margin: 0!important;
    /* padding-top: 40px */
    margin-top: 40px!important;
}

.blog-main .most-recent .no-image {
    padding: 0;
    margin: 0!important;
    margin-top: 0px!important;
}

.blog-main .most-recent .card .most-txt,
.blog-main .card .kicker-txt {
    min-height: 120px;
}

.blog-main .most-recent .card .no-image.most-txt,
.blog-main .card .no-image.kicker-txt {
    min-height: inherit;
}

.blog-main .most-recent .card .img-container,
.blog-main .card .img-container.kicker-container {
    width: inherit!important;
}

.blog-main .most-recent .card .news-image,
.blog-main .card .news-image.kicker {
    height: 120px;
    width: 180px;
}

.blog-main hr {
    margin-bottom: 30px!important;
}

.news-image {
    min-height: 120px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#author {
    background: #f1f1f1;
    padding: 20px;
}

#author img {
    margin-right: 15px;
    float: left;
    max-width: 80px;
}

@media screen and (max-width: 767px) {
    #author .a-body {
        font-size: 12px;
    }
    #author .a-name {
        font-size: 14px!important;
    }
    #author p {
        font-size: 12px;
    }
}

#author p {
    font-size: 13px;
}

#author .card {
    background: #f1f1f1;
    align-items: inherit;
}

.author-name {
    font-weight: bold;
    font-size: 14px;
}

.author-twitter-icon a {
    color: #606569;
}

.author-mail-icon a {
    color: #fff;
    background: #000;
    border-radius: 20px;
    padding: 5px;
    font-size: 14px;
}

.author-mail-icon a:hover {
    text-decoration: none;
}

.img-desc {
    font-size: 12px;
    color: #888!important;
    margin-top: 10px;
}

.news-main,
.related {
    background-color: #f1f1f1;
}

.related .related-mark {
    font-size: 12px;
    font-weight: bold;
}

.blog-sidebar p {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.blog-sidebar .mb-4 {
    margin-bottom: 30px!important;
}

ul.posts-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.posts-list li {
    border-bottom: 1px solid #eee;
    display: block;
    padding: 10px 0;
    width: 100%;
}

ul.posts-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.posts-list a {
    text-align: left;
    min-height: 80px;
    font-size: 13px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.posts-list .news-image {
    width: 100%;
    max-width: 120px;
    height: 80px;
    position: absolute;
    left: 0;
}

.posts-list .content {
    padding-left: 130px;
    width: 100%;
    display: block;
    min-height: inherit;
    font-size: 12px;
    font-weight: 600;
}


/* stylelint-disable selector-list-comma-newline-after */

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-size: 2.25rem;
}

.blog-header-logo:hover {
    text-decoration: none;
}

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.card {
    align-items: center;
}

.card .date,
.impact-third-main-widget .date {
    font-size: 12px;
    color: #000!important;
}

.card p {
    font-size: 12px;
    color: #000;
}

.card-img-right {
    /* height: 100%; */
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

.image-link {
    width: 100%;
    height: 100%;
    max-width: 100%;
}


/*
* Blog name and description
*/

.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: 400;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}


/* Pagination */

@media screen and (max-width: 991px) {
    .pagination {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination>.btn {
    border-radius: 2rem;
}


/*
* Blog posts
*/

.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    color: #19232d;
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #000;
    font-weight: 400;
    font-size: 12px;
}

.blog-post-meta a {
    font-weight: bold;
    color: #9e2213;
}


/*
* Footer
*/

@media screen and (max-width: 991px) {
    .footer-nav {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .footer-nav ul.navbar-nav {
        width: 100%;
    }
    .footer-nav ul.navbar-nav li {
        border-bottom: 1px solid #999;
    }
    .footer-nav ul.navbar-nav li a {
        font-size: 14px!important;
    }
}

.blog-footer {
    padding: 1.5rem 0;
    color: #fff;
    text-align: center;
    background-color: #000;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

.blog-footer .copy {
    font-size: 12px;
}

.blog-footer a {
    font-size: 13px;
    color: #fff;
}

.blog-footer .social-icons a {
    font-size: 18px;
    color: #fff;
}


/* Comments */

.comments-list {
    list-style: none;
    padding: 0;
    font-size: 13px;
}

article.comment {
    margin-bottom: 15px;
    background: #f8f9fa;
    padding: 15px;
}

#comments-toggle {
    color: #fff;
}

.comment-author {
    font-weight: bold;
}

.children {
    list-style: none;
}

.back-to-impacts a {
    color: #3d3d3d;
}


/* community menu */

.community-breadcrumbs {
    background-color: #e9ecef;
    border-radius: 0.25rem;
    margin-bottom: 5px;
}

.community {
    border-radius: 0.25rem;
}

.community a {
    color: #fff;
}

.community ul {
    list-style: none;
    padding-left: 10px;
    padding-top: 10px;
}

.community ul li {
    margin-bottom: 10px;
    font-size: 13px;
}

.community .box {
    border-right: 1px solid #555;
    margin-top: 15px;
    margin-bottom: 15px;
}

.community .box:last-child {
    border-right: none;
}

.community-title {
    padding: 6px 10px;
    /* background: #9e2213; */
}

ol.breadcrumb {
    margin-bottom: 5px;
}

#communities-toggle {
    color: #000;
}

#communities {
    display: none;
}

.navbar-metro {
    padding: 5px 1rem !important;
    border-radius: 0;
    height: 1.5rem;
}

.search .col-md-12 {
    margin-bottom: 1px;
}

.metro-top {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.news-from {
    font-size: 14px;
    color: #19232d;
}

.metro {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}

.select-market {
    background: #fff;
    border-radius: 15px;
    color: #000;
    text-transform: uppercase;
    width: 205px;
    padding: 0px 10px;
    display: inline-block;
    cursor: pointer;
    min-height: 35px;
    line-height: 35px;
}


/* header */

#page-header .social-icons {
    padding-left: 10px;
}

.logo {
    padding-top: 30px;
    padding-bottom: 20px;
}

.logo img {
    width: 300px;
    height: 128px;
}

.top-links {
    font-size: 13px;
}

.top-links a {
    color: #343a40;
    margin-left: 5px;
    margin-right: 5px;
}

.top-links a:last-child {
    margin-right: 0px;
}

.top-links a:first-child {
    margin-left: 0px;
}

.query,
.query:focus {
    float: none;
    width: 100%;
    padding: 0 14px;
    height: 35px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #3d3d3d;
    border: 1px solid #eee;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    box-shadow: none;
}

.query::placeholder {
    color: #fff;
}

@media (max-width: 767px) {
    #page-header {
        height: 0;
    }
    .logo {
        padding: 0;
    }
    .logo img {
        display: none;
    }
    .search {
        text-align: center !important;
    }
    .mobile {
        height: 65px;
        border-top: 10px solid #fff;
        border-bottom: 10px solid #fff;
    }
    .mobile-logo {
        display: block!important;
    }
    /* .mobile-logo {
        display: block!important;
    } */
    .mobile-metro {
        left: 95px!important;
        width: calc(100% - 240px) !important;
    }
}


/* our team */

.headline-team {
    width: 100%;
    background: url(/images/GroupThrive-color.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
}

@media (max-width: 767px) {
    .headline-team {
        min-height: 135px;
    }
}

.divider-container {
    max-width: 1200px;
    margin: 0px auto;
    min-height: 135px;
}

.divider-container h2 {
    font-size: 60px;
    text-transform: uppercase;
    text-align: center;
    padding: 110px 20px 0px 20px;
    color: #fff;
    font-weight: 800;
}

@media (max-width: 767px) {
    .divider-container h2 {
        font-size: 40px;
        padding: 40px 10px 0px 10px;
    }
    #our-team .col-md-4.executive {
        flex: 0 0 100%!important;
        max-width: 100%!important;
    }
}

#our-team .col-md-6.executive {
    height: 400px;
    /* overflow: hidden; */
    margin-bottom: 8rem;
    position: relative;
}

#our-team .col-md-6.executive .more {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3em;
    left: 215px;
    text-align: center;
    line-height: 4em;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

#our-team .col-md-4.executive {
    height: 400px;
    margin-bottom: 8rem;
    position: relative;
}

@media (max-width: 1036px) {
    #our-team .col-md-4.executive {
        flex: 0 0 50%;
        max-width: 50%;
    }
    #our-team .col-md-4.executive figure a {
        margin: 0 auto!important;
    }
    #our-team .col-md-4 .teambox {
        width: 300px;
        margin: 10px auto!important;
    }
}

#our-team .col-md-4.executive p {
    max-width: 195px;
    font-size: 12px;
}

#our-team .col-md-4.executive .more {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 3em;
    left: 0;
    text-align: center;
    line-height: 4em;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.executive figure {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    margin-bottom: 10px;
}

#our-team .col-md-6.executive figure {
    float: none;
}

#our-team .col-md-6.executive figure a {
    margin: 0 auto!important;
}

#our-team figure>a,
#our-team figure>span {
    background-position: 0 0;
    background-size: 300px;
    width: 300px;
    height: 400px;
    filter: grayscale(0.9);
    position: relative;
    overflow: hidden !important;
    display: block;
    outline: none !important;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: bottom !important;
    border: none !important;
    text-decoration: none !important;
}

#our-team figure>a:hover,
#our-team figure>span:hover {
    background-position: 0 -400px;
    filter: grayscale(0);
}

#our-team figcaption {
    display: none;
    position: absolute;
    overflow: hidden !important;
    width: 100%;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    margin: 0 !important;
    left: 0;
    bottom: 0;
    font-size: 12px;
    opacity: 1;
}

#our-team .mb-4 {
    margin-bottom: 70px;
}

#our-team .col-md-6 .teambox {
    width: 300px;
    margin: 10px auto;
}

#our-team .col-md-4 .teambox {
    width: 300px;
    margin: 10px 0;
}

#our-team .email a {
    color: #fff;
}

#our-team .dv-member-name {
    color: #9e2213;
    font-weight: 600;
    font-size: 20px;
}

#our-team .position-title {
    font-size: 16px;
    line-height: 22px;
    color: #555;
    font-weight: 600;
}

#our-team .position-title:last-of-type {
    font-size: 16px;
    line-height: 22px;
    color: #555;
    font-weight: normal;
}

.dv-member-desc {
    padding: 5px;
}

.ptitle {
    font-size: 10px;
}

.ptitle.email {
    font-size: 9px;
}

.member-info {
    margin-bottom: 3px;
}

#our-team .col-auto {
    padding-bottom: 15px;
}

.cta.filter .btn {
    margin-bottom: 4px;
}

#locations {
    display: none;
}

#our-team h1,
#our-team h2,
#our-team h3,
#our-team h4,
#our-team h5,
#our-team h6 {
    font-family: inherit;
    color: #9e2213;
}

#our-team h3 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 10px;
}

.headline-team h2 {
    font-family: inherit;
}


/* staff */

#staff figure {
    overflow: hidden;
    position: relative;
}

#staff figure a {
    background-position: 0 0;
    background-size: 195px;
    width: 195px;
    height: 260px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

#staff figure a {
    position: relative;
    overflow: hidden !important;
    display: block;
    outline: none !important;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: bottom !important;
    border: none !important;
    text-decoration: none !important;
}

#staff figure a:hover {
    background-position: 0 -260px;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

#staff figcaption {
    position: absolute;
    overflow: hidden !important;
    width: 100%;
    min-height: 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    margin: 0 !important;
    left: 0;
    bottom: 0;
    font-size: 12px;
    opacity: 1;
}

#staff figure a {
    background-position: 0 0;
    background-size: 170px;
    width: 170px;
    height: 226px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

#staff figure a {
    position: relative;
    overflow: hidden !important;
    display: block;
    outline: none !important;
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: bottom !important;
    border: none !important;
    text-decoration: none !important;
}

#staff figure a:hover {
    background-position: 0 -226px;
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

#staff .email a {
    background-position: 0 0;
    background-size: 0;
    width: 100%;
    height: inherit;
    filter: inherit;
    -webkit-filter: none;
    color: #fff;
    background-color: transparent;
}

#our-team figcaption {
    padding: 5px;
}

.position-title {
    font-size: 10px;
}

#staff .col-auto {
    padding-bottom: 15px;
}

.cta.filter .btn {
    margin-bottom: 4px;
    padding: 5px 10px;
    margin: 0 5px 0 0;
}

#locations {
    display: none;
}

#locations-toggle {
    margin-bottom: 20px;
    padding: 10px;
}

#staff h1,
#staff h2,
#staff h3,
#staff h4,
#staff h5,
#staff h6 {
    font-family: inherit;
    color: #9e2213;
}

.headline-team h2 {
    font-family: inherit;
}

#staff #connect-with-us a {
    color: #3d3d3d;
}

#staff #connect-with-us h1,
#staff #connect-with-us h2,
#staff #connect-with-us h3,
#staff #connect-with-us h4,
#staff #connect-with-us h5,
#staff #connect-with-us h6 {
    color: #3d3d3d;
}


/* contact */

.headline-contact {
    width: 100%;
    /*background: url("../images/contact.png");*/
    background: url("https://communityimpact.com/wp-content/themes/ci_old/images/Contact.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

#corporate-contact #contact .contact-info {
    display: block;
}

#corporate-contact #contact .col-md-4 {
    text-align: center;
    padding: 10px;
    max-width: 30%;
    display: inline-block;
}

#corporate-contact #contact .col-md-4 p {
    color: #000;
    margin: 0 10px 20px 10px;
}

#corporate-contact #contact .col-md-4 a.a_btn,
#corporate-contact #contact .col-lg-4 a.a_btn {
    border: 1px solid #323232;
    padding: 10px;
    text-transform: uppercase;
    color: #323232;
    font-weight: 400;
    display: inline-block;
    min-width: 250px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#corporate-contact #contact .col-md-4 a.a_btn:hover {
    background: #323232;
    color: #fff;
    text-decoration: none;
}

#corporate-contact #contact h4.impact-red {
    margin: 20px 0;
}

@media (max-width: 767px) {
    .headline-contact {
        min-height: 135px;
    }
}

.headline-contact h2 {
    font-family: inherit;
}

#contact h1,
#contact h2,
#contact h3,
#contact h4,
#contact h5,
#contact h6 {
    font-family: inherit;
}

.contact-info h5 {
    margin-top: 20px;
}

.contact-info a {
    color: #3d3d3d;
}

#contact a {
    color: #3d3d3d;
}


/* subscription */

.headline-subscription {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Communities.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-subscription {
        min-height: 135px;
    }
}

.headline-subscription h2 {
    font-family: inherit;
}

#subscription h1,
#subscription h2,
#subscription h3,
#subscription h4,
#subscription h5,
#subscription h6 {
    font-family: inherit;
}


/* advertise */

.headline-advertise {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Advertise.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-advertise {
        min-height: 135px;
    }
}

.headline-advertise h2 {
    font-family: inherit;
}

#advertise_with_us h1,
#advertise_with_us h2,
#advertise_with_us h3,
#advertise_with_us h4,
#advertise_with_us h5,
#advertise_with_us h6 {
    font-family: inherit;
}

#advertise_with_us h6 {
    font-weight: 700;
    color: #000;
}


/* circulation */

.headline-circulation {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Communities.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-circulation {
        min-height: 135px;
    }
}

.headline-circulation h2 {
    font-family: inherit;
}

#circulation h1,
#circulation h2,
#circulation h3,
#circulation h4,
#circulation h5,
#circulation h6 {
    font-family: inherit;
}


/* e-newsletter */

#newsletter h1,
#newsletter h2,
#newsletter h3,
#newsletter h4,
#newsletter h5,
#newsletter h6 {
    font-family: inherit;
}

#newsletter .cb-main {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}

#newsletter .cb-child {
    padding-left: 45px;
}


/* careers */

.headline-careers {
    width: 100%;
    /* background: url(https://communityimpact.com/theme_community_impact/images/CareerLandingPage.jpg); */
    background: url(https://communityimpact.com/theme_community_impact/images/CareerLandingPage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 330px;
}

.headline-careers h2 {
    font-family: inherit;
    display: inline-block;
}

#careers h1,
#careers h2,
#careers h3,
#careers h4,
#careers h5,
#careers h6 {
    font-family: inherit;
}

.careers-box h4 {
    font-family: inherit;
}

.careers-box .col {
    padding: 10px 30px;
}

.careers_btn {
    border: 1px solid #fff;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    position: relative;
    top: -15px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.careers_btn:hover {
    background: #fff;
    color: #323232;
}

#corporate-careers .owl-nav {
    text-align: center;
    font-size: 30px;
}

#corporate-careers .owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    padding: 0 10px!important;
}

#corporate-careers .owl-carousel .owl-dots {
    display: none!important;
}

@media (max-width: 767px) {
    .headline-careers {
        min-height: 135px;
    }
    .headline-careers h2 {
        display: block;
    }
    .careers_btn {
        top: 0px;
    }
    .careers-box .col {
        flex: auto;
    }
}

.bg-gray {
    background-color: #d9d9d9;
}

.bg-dark {
    background-color: #4d4d4d !important;
}

.bg-red {
    background-color: #9f2214;
    color: #fff;
}

.navbar {
    /* padding: 4px 1rem; */
    padding: 0px 1rem;
    min-height: 45px;
}

.navbar>.container,
#navbars,
#navbars .navbar-nav {
    min-height: 45px;
    line-height: 29px;
}

ul.navbar-nav li>.form-inline {
    min-height: 45px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

li.nav-item:hover {
    background-color: #5d5d5d;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

nav.desktop #navbars>ul>li:nth-child(8) {
    background-color: #5d5d5d!important;
}

@media (max-width: 1199px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.7rem;
    }
}

@media (max-width: 991px) {
    .metro-top {
        margin-top: 0;
        display: block !important;
    }
    .search,
    .logo {
        text-align: center !important;
    }
    .mobile-nav ul.navbar-nav>li:nth-child(8) {
        background-color: #5d5d5d!important;
    }
}


/* privacy terms */

#privacy-terms {
    text-align: justify;
}

#privacy-terms h1 {
    font-family: inherit;
    font-size: 24px;
    font-weight: 600
}

#privacy-terms h2 {
    font-family: inherit;
    font-size: 30px;
}


/* latest edition */

#print-archives h5.impact-red {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
}

#print-archives p {
    color: #000;
}

#print-archives ol {
    padding: 0;
}

#print-archives ol.months {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

#print-archives ol.months li.archive {
    width: 248px;
    position: relative;
    margin: 0 20px 20px 0;
    display: inline-block;
    border: 1px solid #d9d9d9;
}

#print-archives ol.years {
    /* text-align: center; */
    margin-top: 30px;
    padding: 0;
}

#print-archives ol.years li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
}

#print-archives ol.years li a.active {
    background-color: #000;
    border: none;
    color: #fff;
}

#print-archives ol.months li.archive .month {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

#print-archives ul {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 100px;
}

#print-archives ul li a {
    font-weight: 600;
}

#print-archives .ad-type {
    margin: 30px auto;
    border: 1px solid rgba(0, 0, 0, .1);
    width: max-content;
}

@media (max-width: 767px) {
    #print-archives ol.months {
        text-align: center;
    }
}


/* business - dining */

.impact-third-main-widget .business-article-big-img {
    margin-bottom: 30px;
}

.impact-third-main-widget .tax-fourpack .my-5 {
    margin-top: 0;
    margin-bottom: 0;
}

.impact-third-main-widget .tax-fourpack .business-article-middle-img>.card {
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 100%;
    height: 228px;
}

.impact-third-main-widget .tax-fourpack .img-fluid {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* company info */

section#look {
    width: 100%;
    text-align: center;
    background: url(https://communityimpact.com/wp-content/themes/smart-mag/images/generic.png) #000;
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    padding-top: 27%;
    position: relative;
}

a#circulation {
    text-decoration: none !important;
}

.counter {
    font-size: 60px;
    font-weight: bold;
    color: #9e2213;
    margin: 10px;
}

.block-title {
    font-size: 20px;
    display: inline-block;
    color: #9e2213;
    line-height: 26px;
    font-weight: bold;
}

.divider-mission {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/MissionLandscape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

.divider-container h4 {
    font-family: inherit;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-weight: 800;
    padding: 74px 20px;
}

p.title {
    font-size: 20px;
    font-weight: bold;
    color: #9e2213;
    line-height: normal;
}

@media (max-width: 767px) {
    .border-right {
        border-right: 0 !important;
    }
}

section#team {
    width: 100%;
    text-align: center;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/JoinOurTeam.jpg);
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-size: cover;
    padding-top: 15%;
    position: relative;
    margin-bottom: -20px;
}

section h1 {
    font-family: inherit;
    font-size: 65px;
    line-height: 80px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

#team a {
    border: 1px solid #fff;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin: 20px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#team a:hover {
    background: #fff;
    color: #323232;
    text-decoration: none;
}

.main-title {
    color: #9e2213;
    font-weight: bold;
    font-size: 72px;
}

.divider-achievers {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Overachievers.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

#corp a {
    border: 1px solid #fff;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    margin: 20px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#corp a:hover {
    background: #fff;
    color: #323232;
    text-decoration: none;
}

.divider-container h1 {
    font-family: inherit;
    font-size: 85px;
    line-height: 80px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
}

#connect .a_btn {
    border: 1px solid #323232;
    padding: 10px;
    text-transform: uppercase;
    color: #323232;
    font-weight: 400;
    display: inline-block;
    min-width: 250px;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

#connect .a_btn:hover {
    background: #323232;
    color: #fff;
    text-decoration: none;
}


/* timeline */

#timeline {
    max-height: 380px;
    overflow: hidden;
    margin: 40px auto;
    position: relative;
    background: url("../images/dot.gif") left 45px repeat-x;
}

#dates {
    width: 1090px;
    height: 60px;
    overflow: hidden;
}

#dates li {
    list-style: none;
    float: left;
    width: 100px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    background: url("../images/biggerdot.png") center bottom no-repeat;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
    color: #000;
}

#dates .selected {
    font-size: 38px;
    font-weight: 700;
    color: #9e2213;
}

#issues {
    width: 1090px;
    height: 350px;
    overflow: hidden;
}

#issues li {
    width: 970px;
    height: 350px;
    list-style: none;
    float: left;
    position: relative;
}

#issues li.selected img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

#issues li img {
    max-width: 200px;
    float: left;
    margin: 0px 30px 30px 140px;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    /* IE 8 */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    /* IE 6 & 7 */
    zoom: 1;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    border: 1px solid #000;
}

#issues li h1 {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #000;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#issues li p {
    margin-right: 70px;
    font-weight: normal;
    line-height: 22px;
}

#grad_left,
#grad_right {
    width: 100px;
    height: 350px;
    position: absolute;
    top: 0;
}

#next,
#prev {
    position: absolute;
    top: 0;
    font-size: 70px;
    top: 170px;
    width: 45px;
    height: 45px;
    background-position: 0 0;
    background-repeat: no-repeat;
    text-indent: -9999px;
    overflow: hidden;
}

#next:hover,
#prev:hover {
    opacity: 0.8;
}

#next {
    right: 0;
    background-image: url("../images/next.png");
}

#prev {
    left: 0;
    background-image: url("../images/prev.png");
}

#next.disabled,
#prev.disabled {
    opacity: 0.2;
}

@media only screen and (max-width: 1200px) {
    #timeline {
        max-height: 500px !important;
    }
    #issues,
    #issues li {
        height: inherit !important;
    }
    #issues li img {
        margin: 10px 30px 10px 60px;
    }
    #issues li p {
        max-width: 665px;
    }
}

@media only screen and (max-width: 991px) {
    #timeline {
        max-height: 700px !important;
    }
    #issues,
    #issues li {
        height: inherit !important;
    }
    #issues li img {
        margin: 10px 30px 10px 150px !important;
        float: none;
    }
    #issues li h1 {
        display: block !important;
    }
    #issues li p {
        max-width: 500px;
    }
    #corporate-about #circulation .col-lg-4 {
        margin: 0 auto;
        width: 65%;
    }
}

@media only screen and (max-width: 767px) {
    #issues li img {
        margin: 10px 30px 10px 70px !important;
    }
    #issues li h1 {
        max-width: 320px;
        line-height: 28px !important;
        font-size: 18px;
    }
    #issues li p {
        max-width: 320px;
    }
    .container-box {
        width: 100%!important;
        margin: 10px 0!important;
    }
    section h1 {
        font-size: 40px;
    }
    .main-title {
        font-size: 40px;
    }
    .divider-container h1 {
        font-size: 34px;
    }
    #corp a {
        min-width: 230px;
    }
}


/* navbar */

.sticky-top {
    transition: all 0.25s ease-in;
}

.sticky-top .mobile-metro a {
    color: #fff;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 5px;
    overflow: hidden;
}

.sticky-top #breadcrumbs>.container.text-center>strong {
    text-transform: uppercase;
}

#breadcrumbs {
    display: none;
    background: #9e2213;
    color: #fff;
    border-top: 10px solid #fff;
    height: 55px;
    line-height: 45px;
    overflow: hidden;
}


/* style for when sitcky is applied */

.stuck #breadcrumbs {
    display: block;
}


/* events */

.event-date {
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap;
}

.event-title a {
    font-size: 18px;
    font-weight: bold;
    color: #222;
}

.event-location {
    font-size: 13px;
}

.radio-main {
    padding: 5px 10px;
}

.radio-child {
    margin-left: 10px;
}

.gj-timepicker-bootstrap [role="right-icon"] button {
    border: 1px solid #ced4da;
}


/* single article */

@media (max-width: 767px) {
    .impact-article .blog-post .blog-post-title,
    .impact-article .blog-post .img-desc,
    .impact-article .blog-post .d-flex,
    .impact-article .blog-post .article-gallery,
    .impact-article .blog-post .article-body {
        /* padding-left: 15px;
        padding-right: 15px; */
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-lg-8.blog-main #disqus_thread {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-lg-8.blog-main .most-recent h4.impact-red {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-lg-8.blog-main .most-recent .card .img-container .news-image {
        height: 228px;
        width: 100%;
    }
    .col-lg-8.blog-main .most-recent .card .most-txt {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 15px;
        margin-left: 0!important;
        min-height: inherit;
    }
    .col-lg-8.blog-main .most-recent .card .no-image {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0px;
        margin-left: 0!important;
        min-height: inherit;
    }
}


/* gallery */

.article-gallery {
    width: 100%;
    position: relative;
    display: inline-block;
}

.article-gallery:not(.main-article-image) img {
    /* max-height: 150px; */
    object-fit: cover;
    height: 100px!important;
    width: 140px!important;
}

.article-gallery:not(.main-article-image) figure {
    /* display: block;
margin: 0 5px 5px 0;
height: 150px;
align-self: center;
float: left; */
    display: inline-block;
    margin: 0 5px 5px 0;
    float: left;
}

.article-gallery figcaption {
    display: none;
}

.article-body {
    clear: left;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
}

.article-body h1 {
    color: #19232d;
    margin: 2rem 0;
    line-height: 1.6rem;
    font-size: 1.35rem;
    font-weight: 700;
}

.article-body h1 strong {
    font-weight: 700;
}

@media (max-width: 767px) {
    .article-body img {
        width: 100%!important;
        float: none!important;
        height: auto!important;
    }
}


/* .article-body img {
    width: 100%!important;
    float: none!important;
    height: auto!important;
} */

.share-box {
    padding-top: 30px;
    padding-bottom: 30px;
}

.share-box .mr-auto {
    font-size: 13px;
    color: #000;
}


/* mobile nav */

.desktop {
    display: block;
}

@media (max-width: 991px) {
    .stuck .desktop {
        display: none;
    }
    .sticky-top.hidden-sm {
        display: none;
    }
}

.mobile {
    background-color: #9e2213;
    color: #fff;
    min-height: 45px;
    padding: 0;
    display: none;
}

.mobile-logo {
    width: 65px;
    position: absolute;
    top: -8px;
    left: 15px;
    display: none;
}

.desktop-logo {
    width: 65px;
    position: absolute;
    top: -8px;
    left: 15px;
    z-index: 2;
}

.mobile-metro {
    position: absolute;
    left: 15px;
    line-height: 45px;
    text-transform: uppercase;
    width: calc(100% - 160px);
    height: 45px;
    overflow: hidden;
}

.mobile-hamburger {
    width: 45px;
    height: 45px;
    background: #4d4d4d;
    border-right: 1px solid #fff;
    padding: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
}

.mobile-metro-arrow {
    width: 45px;
    height: 45px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 104px;
    cursor: pointer;
}

.desktop-hamburger {
    width: 45px;
    height: 45px;
    background: #7e261e;
    padding: 12px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    line-height: 26px;
}

.stuck .mobile {
    height: 65px;
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
}

.desktop {
    display: block;
}

.stuck .desktop {
    display: none;
}

.stuck .mobile-logo {
    display: block;
}

.stuck .mobile-metro {
    left: 95px;
    width: calc(100% - 240px) !important;
}

#mobile-accordion {
    display: none;
    border-bottom: 1px solid #e0e1e2;
    background: #fff;
}

#mobile-accordion .container {
    padding-left: 0;
    padding-right: 0;
}

#mobile-accordion .community-card:last-child .community-card-header {
    border-bottom: 0;
}

.mobile-nav {
    background: #4d4d4d;
    /* padding: 20px 0; */
    display: none;
}

.mobile-nav .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav .container .form-inline {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.mobile-nav .container .form-inline .form-control {
    width: 100%;
    width: 100%;
    background: #fff;
    color: #9f2214;
    font-weight: 600;
}

.mobile-nav .container .form-inline .form-control::placeholder {
    color: #9f2214;
    font-weight: 600;
}

.mobile-nav a {
    border-bottom: 1px solid #6d6d6d;
    color: #fff;
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.btm-nav .nav-link {
    padding: 0.5rem 30px !important;
}

.corporate .nav-link {
    padding: 0.5rem 20px !important;
}

@media only screen and (max-width: 991px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    .search {
        display: none;
    }
    .blog-main {
        border-right: 0;
        margin-right: 0;
    }
}

.blog-footer .social-icons .icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
}

.blog-footer .social-icons .icon:hover {
    text-decoration: none;
}

.social-icons .fa-facebook-f {
    background: #004088;
}

.social-icons .fa-twitter {
    background: #00abe3;
}

.social-icons .fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-icons .fa-linkedin-in {
    background: #01669c;
}

.social-icons .fa-youtube {
    background: #fe3432;
}

.visuallyhidden,
.screen-reader-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.footer-links {
    margin-top: 10px;
}


/* AD IN GALLERY */

.pswp__scroll-wrap {
    max-height: 70% !important;
    overflow-y: initial !important;
    overflow: initial !important;
}

.pswp__container {
    width: 100%;
    position: relative !important;
    height: inherit;
}

.pswp[aria-hidden=true] .jig-ad {
    display: none;
}

.jig-ad {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.jig-ad .ad-outer {
    display: inline-block;
}

.jig-ad .leaderboard-div {
    margin-top: 30px;
    border: none;
    margin: 0;
}

.circ-title {
    font-size: 22px;
    font-weight: 800;
    display: block;
    color: #9e2213;
    line-height: 28px;
    margin: 15px 0;
}


/* social icons */

.social-icons {
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
    list-style: none !important;
}

.author-info .social-icons {
    display: inline-block;
    margin-top: 13px;
    vertical-align: top;
    /*width:80%;*/
}

.author-info .social-icons.top {
    display: inline-block;
    margin-top: 0px;
    vertical-align: top;
    float: right;
}

.author-info .social-icons.top li {
    width: inherit;
}

.social-icons li {
    float: left;
    margin-right: 5px;
    height: 20px;
}

.author-info .social-icons li {
    float: left;
    /*margin-right: 5px;*/
    height: 30px;
    display: block;
    width: 100%;
}

.social-icons li:last-child {
    margin-right: 0;
}

.social-icons .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.social-icons .icon:hover {
    text-decoration: none;
    color: #fff;
    /*border-radius: 50%; */
}

.author-info .social-icons .fa-twitter {
    color: #00abe3 !important;
}

.social-icons .fa-envelope {
    background: #780000;
}

.social-icons .fa-twitter {
    background: #00abe3;
}

.social-icons .fa-pinterest {
    background: #ca2128;
}

.social-icons .fa-facebook {
    background: #004088;
}

.social-icons .fa-linkedin {
    background: #01669c;
}

.social-icons .fa-rss {
    background: #ff5b22;
}

.social-icons .fa-google-plus {
    background: #d3492c;
}

.social-icons .fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient( 45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-icons .fa-youtube {
    background: #fe3432;
}

.social-icons .fa-youtube-play {
    background: #fe3432;
}

.social-icons .fa-tumblr {
    background: #44546b;
}

.social-icons .fa-vimeo-square,
.social-icons .fa-vimeo {
    background: #1ab7ea;
}

.social-icons .fa-stumbleupon {
    background: #eb4824;
}

.social-icons .fa-vk {
    background: #4d75a3;
}

.impact-article .social-icons.single-article {
    margin-left: 0;
    padding-left: 0;
}

.impact-article .byline {
    display: block!important;
}

.impact-article .byline .byline-txt {
    display: inline-block;
}

.cf::after {
    clear: both;
}

.cf::before,
.cf::after {
    content: " ";
    display: table;
}

.cf {
    *zoom: 1;
}

.ar {
    margin-top: -10px;
    margin-left: -40px;
}


/* back-to-top-btn */

#totop {
    position: fixed;
    right: 10px;
    bottom: 0px;
    display: none;
    outline: none;
    background: #111;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    z-index: 1;
}


/* all-categories */

.categories ul {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 0 0;
}

.categories ul>li>ul>li>a {
    padding-left: 10px;
}

.categories a {
    color: #000;
}


/* rss- feeds */

#rss-locations a {
    color: #3b3b3b;
}

.fa-rss {
    color: #fff;
    background: #ccc;
    border-radius: 20px;
    font-size: 16px;
    width: 25px;
    height: 25px;
    text-align: center;
    margin: 0 10px 10px 0;
    vertical-align: super;
}

.fa-feed::before,
.fa-rss::before {
    vertical-align: sub;
}


/* communites */

.headline-comm {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Communities.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-comm {
        min-height: 135px;
    }
    .desktop-banner {
        display: none!important;
    }
    .mobile-banner {
        display: block!important;
    }
}

#comm h1,
#comm h2,
#comm h3,
#comm h4,
#comm h5,
#comm h6 {
    font-family: inherit;
}

#comm .cb-main {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}

#comm .cb-child {
    padding-left: 45px;
}

.address-form .label {
    color: #9f2214;
    margin: 30px 0;
    display: block;
    font-weight: 600;
}


/* current circulation */

.headline-advertise {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Advertise.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-advertise {
        min-height: 135px;
    }
}

#corporate-current-circulation .container-box {
    position: relative;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    background: #000;
    margin: 10px;
}

#corporate-current-circulation .container-box .image {
    opacity: .2;
    display: block;
    width: initial;
    height: auto;
    min-height: 200px;
    transition: .5s ease;
    background: #9f2214;
    color: #fff;
    text-align: left;
    padding: 10px 20px;
    font-size: 12px;
}

#corporate-current-circulation .container-box .middle {
    transition: .5s ease;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

#corporate-current-circulation .container-box .middle .text {
    color: white;
    font-size: 22px;
    font-weight: 700;
}

#corporate-current-circulation .container-box:hover .image {
    opacity: 1;
}

#corporate-current-circulation .container-box:hover .middle {
    opacity: 0;
}

#atx-area,
#dfw-area,
#phx-area,
#nsh-area,
#htx-area {
    display: block;
    padding: 0px 10px;
    margin-bottom: 20px;
}

.atx-toggle,
.dfw-toggle,
.htx-toggle,
.phx-toggle,
.nsh-toggle {
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
    color: #000;
}

#atx-area h5,
#dfw-area h5,
#htx-area h5,
#phx-area h5,
#nsh-area h5 {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    color: #323232;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: inherit;
    text-decoration: none;
}


/* social */

.headline-follow-us {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Communities.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-follow-us {
        min-height: 135px;
    }
}

#social p {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    height: 100%;
}

#social a {
    align-self: flex-start;
    margin-right: 4px;
}

#social span {
    align-self: flex-start;
    flex-grow: 1;
}

#social < .container < .row-horiz {
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    height: 100%;
}

#social .row-horiz .social-icons {
    width: 33%;
    padding: 10px;
}

@media (max-width: 991px) {
    #social iframe {
        width: 100%!important;
    }
}

@media (max-width: 767px) {
    #social .row-horiz .social-icons {
        width: 100%;
    }
}


/* executives */

#meet-team a {
    color: #fff;
}

#meet-team ul a {
    color: #3b3b3b;
    font-weight: 700;
    text-decoration: underline;
}

#meet-team ul {
    margin: 0;
    padding: 0 1rem;
}

#meet-team ul li i {
    color: #9f2214;
    margin-left: 0.5rem;
}

#meet-team .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.related-posts {
    text-transform: uppercase;
    margin-right: 0;
    border-bottom: 1px solid #4d4d4f;
    border-top: 1px solid #4d4d4f;
    padding: 5px 0;
    margin-bottom: 10px;
    display: block;
}

.related-posts p {
    margin: 0;
}

.related-posts-ul {
    list-style-type: disc;
    margin-left: -1rem;
}

.related-posts-ul li a {
    color: #3b3b3b;
    list-style-type: disc;
}

.related-posts-ul li i {
    color: #9f2214 !important;
    margin-left: 0.5rem;
    background: none !important;
}

.main-content {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.main-content .fa,
.main-content .fab {
    margin-top: 10px;
    color: #fff;
    background: #000;
    padding: 5px;
    border-radius: 20px;
    font-size: 12px;
}

.main-content ol {
    list-style-type: decimal !important;
    margin-left: -25px;
}


/* newsroom */

#newsroom h1,
#newsroom h2,
#newsroom h3,
#newsroom h4,
#newsroom h5,
#newsroom h6 {
    font-family: inherit;
}

#newsroom .cb-main {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
}

#newsroom .cb-child {
    padding-left: 45px;
}


/* awards */

.headline-awards {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Recognition.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-awards {
        min-height: 135px;
    }
}

#loadMore {
    padding: 10px;
    text-align: center;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    margin: 0 auto;
    display: block;
    width: 10%;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.awards-info img {
    max-width: 185px;
}

span.text-title {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-right: 10px;
    color: #000;
}

span.num {
    font-size: 40px;
    font-weight: 700;
    margin-right: 10px;
    color: #000;
}

#awards .col-container {
    display: none;
}


/* press-release */

.headline-news {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/InNews.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-news {
        min-height: 135px;
    }
}

#in-news .col-container {
    display: none;
}

.media-title {
    font-size: 14px;
    font-weight: 300;
    display: inline-flex;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.in-news-info a {
    color: #3b3b3b;
}


/* for media */

.for-the-media {
    width: 100%;
    background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Media2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 483px;
}

.for-the-media {
    text-align: center;
}

.for-the-media p {
    color: #fff;
}

.for-the-media a span {
    border: 1px solid #fff;
    color: #fff;
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

.for-the-media span.title {
    border: none;
    color: #fff;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    display: block;
    margin: 10px 0;
    padding: 10px;
    text-transform: uppercase;
}

#privacy-terms ol {
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 0;
    margin: 1.857em 0;
}

#privacy-terms ul {
    list-style-type: square;
    list-style-position: inside;
    padding-left: 0;
    margin: 1.857em 0;
}

#privacy-terms ol li {
    margin: 1.857em 0;
}

#privacy-terms ul li {
    margin: 1.857em 0;
}

.bb-public-jobs-list__job-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: .25rem;
}

.bb-public-jobs-list__job-item-title {
    flex: 2;
    margin-right: 2rem;
}

.bb-public-jobs-list__job-item-location {
    flex: 1;
    text-align: right;
}

.community-card .row-horiz {
    column-count: 2;
}

.col-md-horiz-6 {
    display: block;
}

#meet-team .row-horiz {
    column-count: 2;
}

#meet-team .row-horiz li {
    display: block;
    break-inside: avoid;
}

#executive .bio-img span {
    /* margin: 0 auto; */
    display: block;
    background-position: 0 0;
    background-size: 300px;
    width: 300px;
    height: 400px;
}

#executive .main-content {
    border-right: none;
}

@media (max-width: 991px) {
    #executive .col-md-4,
    #executive .col-md-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #executive .bio-img {
        margin-bottom: 30px;
    }
}

.community {
    column-count: 4;
    padding: 15px;
    column-gap: 15px;
    border-radius: 0;
}

.community dl {
    display: block;
    break-inside: avoid;
}

.community dd {
    margin: 10px;
}

.community span {
    cursor: pointer;
}

.community span:hover {
    text-decoration: underline;
}

.headline-newsletter-archives {
    width: 100%;
    /* background: url(https://communityimpact.com/wp-content/themes/ci_old/images/Recognition.png); */
    background: #888;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 228px;
}

@media (max-width: 767px) {
    .headline-newsletter-archives {
        min-height: 135px;
    }
}

.blog-post.mt-3 .leaflet {
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .h4,
    h4 {
        font-size: 1.15rem;
    }
}

div[data-newsletter-archives] {
    display: none;
    background: #eee;
    border-radius: 5px;
    padding: 1rem;
}

div[data-newsletter-archives] ul {
    margin: 0;
    padding: 0;
}

div[data-newsletter-archives] li {
    margin: 0;
    padding: 0;
}

div[data-newsletter-archives] li:nth-child(5n+0) {
    margin-bottom: 1rem;
}

h4.data-newsletter-archives {
    color: #9e2213;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
}

h5[data-newsletter-archives] {
    cursor: pointer;
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}


/*
h5[data-newsletter-archives]::after {
  content: "âŒ„";
  color: #000;
  font-weight: bold;
  padding-left: 0.5em;
}

h5[data-newsletter-archives].show::after {

  content: "âŒ„";
  color: #000;
  font-weight: bold;
  padding-left: 0.5em;
}
*/

.fa-nextdoor::before {
    content: "";
    display: block;
    background: url(/theme_community_impact/images/nextdoor_ico.svg);
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.hp-promo {
    margin-bottom: 20px;
    background-color: #f1f1f1;
}

.hp-intro {
    background: #9e2213;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 25px;
    display: inline-block;
}

.hp-promo-arrow-right {
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 15px solid #9e2213;
    display: inline-block;
    vertical-align: bottom;
}

@media (max-width: 599px) {
    .hp-intro {
        font-size: 12px;
        padding: 3px 15px;
    }
    .hp-promo-arrow-right {
        display: none;
    }
    .hp-promo p {
        padding: 15px 20px!important;
        display: block!important;
    }
}

.donate-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00abe3;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.donate-btn:hover {
    text-decoration: none;
    color: #fff;
    background-color: #68bae3;
}

.col-login .fa.fa-check-circle {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    margin-top: -7.5px;
    right: 30px;
    color: #2c2a2b;
    transition: 0.3s;
    opacity: 0;
}

.col-login.col-verified .fa.fa-check-circle {
    opacity: 1;
}

.col-pass .fa.fa-eye {
    position: absolute;
    height: 15px;
    width: 15px;
    top: 50%;
    margin-top: -7.5px;
    right: 30px;
    color: #2c2a2b;
    transition: 0.3s;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .modal-dialog {
        min-width: 100% !important;
    }
    .modal {
        padding: 0px 17px;
    }
}

@media screen and (max-width: 1041px) and (min-width: 992px) {
    .donate-btn {
        position: relative;
        top: 0;
        right: 0;
        padding: 8px;
        text-align: center;
        display: block;
    }
}

@media (max-width: 699px) {
    .donate-btn {
        position: relative;
        top: 0;
        right: 0;
        padding: 8px;
        text-align: center;
        display: block;
    }
}

.related-stories {
    padding: 20px;
    background-color: #ebebec;
    margin: 30px 0;
}

.related-stories .related-mark {
    color: #9e2213;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px!important;
}

.related-stories .card {
    background-color: #ebebec;
    margin-bottom: 0px!important;
    margin-top: 5px!important;
}

.related-stories .news-image {
    width: 100px!important;
    height: 67px!important;
    min-height: inherit!important;
}

.related-stories .text-dark {
    font-size: 16px;
    font-weight: 600;
}

.premium-logo-outer {
    background-color: #9e2213;
    padding: 50px;
}

.area-dropdown-cc .outer {
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 0 5px;
}

.area-dropdown-cc br {
    display: none!important;
}

.area-dropdown-cc a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: inherit;
    width: 100%;
}

.area-dropdown-cc a img {
    position: absolute;
    object-fit: cover;
    width: 100%!important;
    height: 100%!important;
}

.area-dropdown-cc a span {
    display: block;
    text-align: center;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .related-stories .news-image {
        width: 100%!important;
        height: 228px!important;
    }
    .related-stories .card {
        display: block;
    }
    .related-stories .ml-4 {
        margin-left: 0!important;
    }
}

@media screen and (min-width: 990px) {
    body>.container {
        min-height: calc(100vh - 414px);
    }
}

.social-icons.cf.ar {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

.social-icons.cf.ar li {
    float: none;
    display: inline;
}

.social-icons.cf.ar li a {
    color: #000;
    font-size: 14px;
    text-align: center;
    padding: 10px 5px;
    width: 32%;
    background: #ebebeb;
}

.social-icons.cf.ar li a:before {
    color: #fff;
    background: #000;
    border-radius: 14px;
}

.social-icons.cf.ar .fa-facebook-f:before {
    padding: 5px 9px;
}

.social-icons.cf.ar .fa-facebook-f:hover {
    background: #3b5998;
    color: #fff;
    opacity: 1;
}

.social-icons.cf.ar .fa-twitter:before {
    padding: 5px;
}

.social-icons.cf.ar .fa-twitter:hover {
    background: #00acee;
    color: #fff;
    opacity: 1;
}

.social-icons.cf.ar .fa-paper-plane:before {
    padding: 5px;
}

.social-icons.cf.ar .fa-paper-plane:hover {
    background: #780000;
    color: #fff;
    opacity: 1;
}

.social-icons.cf.ar li a span {
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    margin-left: 10px;
    font-weight: 600;
}

.social-icons.cf.ar li a:hover {
    text-decoration: none;
}

@media (max-width: 699px) {
    .social-icons.cf.ar li {
        height: inherit;
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .social-icons.cf.ar li a {
        width: 100%;
    }
}

@media screen and (max-width: 1041px) and (min-width: 992px) {
    .social-icons.cf.ar li a {
        width: 100%;
    }
    /* .social-icons.cf.ar li a {
        width: 100%;
    } */
    .social-icons.cf.ar li {
        height: inherit;
        display: block;
        margin-bottom: 5px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .form-box {
        margin: 30px 0 0;
        padding: 10px 0px!important;
    }
    .donate-landing {
        margin-bottom: 0px!important;
    }
    .donate-radio {
        max-width: 50%;
    }
}

@media (max-width: 992px) {
    .donate-input {
        min-width: inherit!important;
    }
}

.headline-advertise.donate .divider-container h2 {
    padding: 80px 20px 0px 20px;
}

@media screen and (max-width: 964px) and (min-width: 768px) {
    .headline-advertise.donate .divider-container h2 {
        padding: 40px 20px 30px 20px;
    }
    .donate-landing .onetime-donate .col-md-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .donate-landing .col-sm-11 {
        max-width: 100%!important;
        flex: 0 0 100%!important;
    }
    .headline-advertise.donate {
        display: none;
    }
}

.article-tags a {
    border-radius: 5px;
    padding: 5px;
    color: #222;
    background-color: #eee;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    margin-bottom: 5px;
}

.article-tags a:hover {
    text-decoration: none;
    background-color: #232323;
    color: #fff
}

@media (max-width: 767px) {
    .user-profile-logo {
        width: 100%!important;
        height: auto!important;
        margin-right: 0px!important;
        display: block!important;
        margin: 0 auto!important;
        max-width: 200px!important;
    }
    .user-profile-info {
        top: 0!important;
        display: block!important;
        padding: 0 10px;
    }
    .user-item {
        max-width: 100%!important;
    }
}

.user-item {
    color: #555;
    cursor: pointer;
    margin: 3px 0px;
}

.user-item:hover {
    text-decoration: none!important;
    background: #444!important;
    color: #fff!important;
}

.logout-premium.user-item:hover {
    background: #9e2213!important;
    color: #fff!important;
    text-decoration: none!important;
}


/* Mobile padding */

@media (max-width: 767px) {
    body {
        overflow-x: hidden;
    }
    .hp-promo {
        margin-left: 15px;
        margin-right: 15px;
    }
    .blog-main hr {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 20px!important;
        margin-top: 20px!important;
    }
    .blog-main .card {
        margin-bottom: 0px!important;
    }
    .hero-txt p.card-text,
    .feed-txt p.card-text {
        margin-bottom: 0px!important;
    }
    .blog-main .impact-third-main-widget .special-kicker-txt {
        padding-top: 15px!important;
    }
    .impact-third-main-widget .business-article-big-img {
        margin-bottom: 20px!important;
    }
    .impact-third-main-widget .tax-fourpack .my-5 {
        margin-top: 0px!important;
    }
    .impact-third-main-widget .tax-fourpack .business-article-middle-img {
        margin-bottom: 20px!important;
    }
    .community-events {
        padding-left: 15px;
        padding-right: 15px;
    }
    .community-events .filter-bar {
        margin: 10px 0 20px;
    }
    .impact-article .blog-post .blog-post-title,
    .impact-article .blog-post .img-desc,
    .impact-article .blog-post .d-flex,
    .impact-article .blog-post .article-gallery,
    .impact-article .blog-post .article-body,
    .impact-article .blog-post .article-tags {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .impact-article .blog-post .article-gallery.main-article-image {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .fb-comments {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }
    #corporate-about .container,
    #advertise_with_us .container,
    #corporate-careers .container,
    #awards .container,
    #in-news .container,
    #newsroom .container,
    #newsletter .container,
    #social .container,
    #circulation .container,
    #corporate-current-circulation .container,
    #comm .container,
    #corporate-address .address-form,
    #subscription .container,
    #our-team .container,
    #executive.container,
    #contact .container,
    #search-results,
    #author-profile,
    #author-articles,
    .update-profile,
    .change-password {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    #corporate-address .address-form .column {
        width: 100%;
    }
    #subscription .col {
        display: block;
        flex: none!important;
        margin-bottom: 20px;
    }
    #author-articles .card .w-75 {
        padding-top: 15px;
    }
    .userProfile.DisplayProfile {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
}


/* Article Q&A template */

.article-body #candidate-qa br {
    display: none;
}

.article-body #candidate-qa .candidate-container .candidate-answer br {
    display: block;
}

.article-body #candidate-qa+.ad-type,
.article-body #candidate-qa+.hidden-md {
    display: none!important;
}

.article-body #candidate-qa .metro-name-wrapper {
    margin: 20px 0;
    display: block;
}

.article-body #candidate-qa .candidate-menu {
    padding: 20px 0px;
}

.article-body #candidate-qa .candidate-menu .item {
    display: block;
    margin: 0;
    border: 1px solid #dedede;
    line-height: 14px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}

.article-body #candidate-qa .candidate-menu .item a {
    color: #707070;
    padding: 10px 15px;
    background: #eee;
    display: block;
}

.article-body #candidate-qa .candidate-menu .item a:hover {
    background: #ccc;
    text-decoration: none;
}

.article-body #candidate-qa .candidate-menu .item .democrat {
    position: absolute;
    right: 30px;
    top: 5px;
    background-color: #0622b9;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 25px;
    padding: 6px 7px;
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    width: 25px;
}

.article-body #candidate-qa .candidate-menu .item .green {
    position: absolute;
    right: 30px;
    top: 5px;
    background-color: #3cc687;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 25px;
    padding: 6px 7px;
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    width: 25px;
}

.article-body #candidate-qa .candidate-menu .item .republican {
    position: absolute;
    right: 30px;
    top: 5px;
    background-color: #e61a28;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 25px;
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    width: 25px;
}

.article-body #candidate-qa .candidate-menu .item .libertarian {
    position: absolute;
    right: 30px;
    top: 5px;
    background-color: #fed105;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 25px;
    padding: 6px 8px;
    font-size: 16px;
    font-weight: 600;
    height: 25px;
    width: 25px;
}

.article-body #candidate-qa .metro-name-wrapper .metro-name {
    background: #0888ca;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px;
    text-align: center;
}

.article-body #candidate-qa h1 {
    color: #707070;
    font-weight: 700;
    font-size: 24px;
}

.article-body #candidate-qa .candidate-container {
    margin: 40px 0;
}

.article-body #candidate-qa .candidate-container .candidate-wrapper {
    display: flex;
    margin-bottom: 30px;
    background: #eee;
    padding-right: 10px;
}

.article-body #candidate-qa .candidate-container .candidate-photo {
    display: inline-block;
    margin: 0 20px 0 0;
    vertical-align: top;
    max-width: 150px!important;
    min-width: 150px;
}

.article-body #candidate-qa .candidate-container .candidate-photo img {
    width: 100%!important;
    height: auto!important;
}

.article-body #candidate-qa .candidate-container .candidate-contact {
    display: inline-block;
    padding-top: 10px;
}

.article-body #candidate-qa .candidate-container .candidate-contact h2 {
    color: #707070;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    display: inline-block;
}

.article-body #candidate-qa .candidate-container .candidate-contact .democrat {
    background-color: #0622b9;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 25px;
    padding: 0px 8px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.article-body #candidate-qa .candidate-container .candidate-contact .republican {
    background-color: #e61a28;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 25px;
    padding: 0px 9px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.article-body #candidate-qa .candidate-container .candidate-contact .libertarian {
    background-color: #fed105;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 25px;
    padding: 0px 10px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.article-body #candidate-qa .candidate-container .candidate-contact .green {
    background-color: #3cc687;
    color: #ffffff;
    margin-left: 10px;
    border-radius: 25px;
    padding: 0px 8px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}

.article-body #candidate-qa .candidate-container .candidate-contact .list {
    display: block;
    margin-bottom: 10px;
}

.article-body #candidate-qa .candidate-container .candidate-question {
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    font-style: italic;
}

.article-body #candidate-qa .candidate-container .candidate-answer {
    border-left: 5px solid #0888ca;
    padding-left: 15px;
    margin-bottom: 30px;
}
.article-body #candidate-qa .candidate-container ol li, .article-body #candidate-qa .candidate-container ul li{
    margin-bottom:0!important;
    padding-bottom:10px!important;
    list-style-position:inside!important;
}
