.logo {
    margin: 20px;
    width: 250px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    height: 75px;
}

h1 {
    text-align: center;
}

/* Template Fixes */
#txt {
    padding: 1% 10%;
}

#gallery {
    background: #e8e8e8;
    padding: 1% 10%;
}

#gallery h2 {
    display: none;
}

.card-text {
    display: none;
}

.click-tweet {
    text-align: center;
    font-size: 140% !important;
    font-weight: bold;
    margin: 2%;
    padding: 15px;
    color: #424242;
}

.clearfix {
    width: 100%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color: #111111;
    outline: 4px solid #111111;
}

#logo-div .img-inline {
    max-width: 250px;
}

#hero-plus-header {
    background: #fff;
}

#hero-plus-hero {
    align-items: start;
}

.hero {
    max-width: 100%;
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
    background: #fff;
}

@media (max-width: 767px) {
    #hero-plus-header {
        display: block;
        margin: 0px auto;
        text-align: center;
    }
}

/* Custom CSS */
body {
}

.topbar-header {
    width: 100%;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #424242;
    color: #ffffff!important;
    padding: 15px 15px;
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
    margin: 8px 10px;
}

#hero-plus-body p {
    color: #424242;
    font-family: "NolanNext Normal", "Montserrat", sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
}

#headline-subheadline-div {
    width: 100%;
    margin: 20px auto 0px auto;
}

#hero-plus-body .exit-link {
}

.color-blue {
    color: #1f4e79;
}

h1 {
    font-size: 38px;
    font-weight: bold;
    color: #222222;
    text-align: center;
    margin: 20px auto 30px auto;
}

h2 {
    color: #333333;
    font-size: 24px;
    text-align: left;
    font-style: italic;
    margin: 20px auto;
}

#press-release-body-div {
    padding-bottom: 50px;
}

#press-release-body-div a, #press-release-body-div a:visited {
}

.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}

#press-release-body-div a:hover, #press-release-body-div a:active, #press-release-body-div a:focus {
}

.card {
    padding: 10px;
}

#hero-plus-body {
}

@media (min-width: 576px) {
}

.content-flex-center {
    margin: auto!important;
    width: 100%;
}

/*#classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
    width: 33.333%;
    max-width: 33.333%;
    flex: 33.333%;
}*/
#masonry-asset-1, #masonry-asset-2, #masonry-asset-3 {
}

.card-columns .mt-5 {
    margin-top: 0px!important;
}

#masonry-asset-4 {
}

#masonry-asset-4 .linked-url {
    display: none;
}

@media (max-width: 576px) {
    #masonry-asset-1, #masonry-asset-2, #masonry-asset-3, #masonry-asset-4 {
        width: 100%;
        margin: 20px auto;
    }
}

.gallery-inline {
    margin: 40px auto 35px auto;
}

.gallery-inline h2 {
    display: none;
}

.gallery-inline .lightbox {
    box-shadow: 0 0 0.5rem rgba(10,10,10,.05);
}

.top-video {
    width: 40%;
    float: right;
    max-width: 100%;
    margin: 0px 0px 70px 40px;
}

.top-video .card-body {
    display: none;
}

.card-title {
    font-size: 18px;
}

.play-overlay {
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #ffffff;
    transition: 0.3s all ease-in-out;
}

.link-divider {
    display: inline;
    margin: 0px 10px;
}

.footer-bar-links {
    margin: 20px auto;
}

.footer-bar-links a, .footer-bar-links a:visited {
    font-size: 20px;
}

.tweet {
    width: 40%;
    float: right;
    background: #2c2c2c;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0px 0px 0px -2px #888888;
    border-radius: 5px;
    padding: 25px 10px;
    margin: 0px 0px 20px 40px;
}

#hero-plus-footer {
    background: #ffffff;
    text-align: center;
    padding-bottom: 10px;
    margin-top: 20px;
}

#hero-plus-footer .col-sm-12 {
    text-align: center;
    margin-top: 20px;
}

.social-link, .social-link:visited {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #424242;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    transition: 0.3s all ease-in-out;
    padding: 0px;
    border-radius: 500px;
    margin: 5px 10px;
}

.social-link i {
    /* padding-right: 10px; */
}

.social-link:hover {
    text-decoration: none;
    color: #333333;
}

#footer-bar {
    width: 100%;
    text-align: center;
    margin: 80px auto 40px auto;
}

#footer-left {
    text-align: right;
}

#footer-left img {
    max-width: 100%;
}

#footer-right {
    text-align: left;
}

#footer-right img {
}

.footer-link, .footer-link:visited {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    transition: 0.2s all ease-in-out;
    margin: 0px 10px 20px 10px;
}

.footer-link:hover, .footer-link:active, .footer-link:focus {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.footer-link img {
    width: 100%!important;
    max-width: 250px!important;
    float: none!important;
    margin: auto!important;
}

div.social-icons {
    display: block;
    margin: 0px auto;
}

.ft-logo {
    width: 175px;
    display: block;
}

#footer-left {
    padding-right: 40px;
}

#footer-right {
    padding-left: 40px;
}

#footer-left img, #footer-right img {
    margin-top: 50px;
}

#footer-right img {
    margin-top: 60px;
    margin-bottom: 17px;
}

/* Media Queries */
@media only screen and (max-width: 991px) {
    #hero-plus-body {
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
}

@media only screen and (max-width: 767px) {
    #headline-subheadline-div {
        text-align: center;
    }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    #classic-gallery-asset-1, #classic-gallery-asset-2, #classic-gallery-asset-3, #classic-gallery-asset-4 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
    }

    .social-link, .social-link:visited {
        margin: 10px 15px;
        display: inline-block;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    .top-video {
        width: 100%;
        float: none;
        margin: 0px auto 40px auto;
    }

    .tweet {
        width: 100%;
        max-width: 100%;
        float: none;
        margin: 0px auto 30px auto;
    }

    #hero-plus-body {
    }

    #hero-plus-body .img-inline {
    }

    #hero-plus-footer {
    }

    .powered-container {
        position: fixed;
    }
}