.logo {
    height: 60px;
    margin: 20px !important;
}

.click-tweet { width: 100%: max-width: 100%; border-top: 2px solid #eee; border-bottom: 2px solid #eee; }

mark { background: yellow; color: #000 } 
.clearfix {
    width: 100%;
}

img {
    max-width: 100%;
}

#logo-div .img-inline {

}

#hero-plus-header {
    display: inline;
}

#hero-plus-hero .img-inline {
    width: 100%;
}

.lightbox > .img-fluid {
    max-height: 100%;
}

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

@media (max-width: 767px) {
    #share-floating-bar {
        width: 100%;
        text-align: center;
        background: #1d1f22;
        padding: 10px 0px 0px 0px;
        margin-bottom: -3px;
        bottom: 0;
        right: 0;
    }
}

@media (min-width: 576px) {
    .col-sm-1, .col-md-1, .col-lg-1, .col-sm-2, .col-md-2, .col-lg-2, .col-sm-3, .col-md-3, .col-lg-3, .col-sm-4, .col-md-4, .col-lg-4, .col-sm-5, .col-md-5, .col-lg-5, .col-sm-6, .col-md-6, .col-lg-6, .col-sm-7, .col-md-7, .col-lg-7, .col-sm-8, .col-md-8, .col-lg-8, .col-sm-9, .col-md-9, .col-lg-9, .col-sm-10, .col-md-10, .col-lg-10, .col-sm-11, .col-md-11, .col-lg-11, .col-sm-12, .col-md-12, .col-lg-12 {
        float: left;
    }
}

/* Custom CSS */

body {

}

.topbar-header {
    width: 100%;
}

#logo-div {
    display: inline-block;
    vertical-align: middle;
}

#logo-div img {
    margin: 18px 12px;
}

#ctab-div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.ctab, .ctab:visited {
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #ffeb12;
    color: #000!important;
    padding: 15px 5px;
    font-size: 110%;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 300px;
    max-width: 100%;
    border: 2px solid #000;
    transition: 0.3s all ease-in-out;
    margin: 8px 10px;
}

.ctab:hover, .ctab:active, .ctab:focus {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
}

.ctab-mobile {
    display: none;
}

#headline-subheadline-div {
    margin: 20px auto 20px auto;
}

h1 {
    font-size: 44px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 20px auto;
}

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

/*#hero-plus-body .img-inline {
    width: 40%;
    float: right;
    margin: 0px 0px 20px 20px;
}*/

#hero-plus-body {
    padding: 0px 80px;
}

.gallery-inline {
    background: #000;
    padding-top: 20px;
    margin: 30px auto 20px auto;
    border: 3px solid #ffeb12;
}

.gallery-inline h2 {
    display: none;
}

.gallery-inline .lightbox {
    box-shadow: 0px 0px 6px -2px #555555;
}

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

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

.play-overlay {
    background: none;
    color: #ffeb12;
    border: 4px solid #ffeb12;
    height: 105px;
}

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

#hero-plus-footer {
    background: #ffeb12;
    padding-bottom: 10px;
    margin-top: 20px;
}

h3 {
text-align: center;
color: #000;
font-size: 28px;
font-weight: bold;
display: block;
margin: 10px;
}

.link {
text-align: center;
color: #000;
font-size: 20px;
font-weight: bold;
display: block;
margin: 10px;
}

.link:hover {text-decoration: none; color: #000; opacity: 0,8;}

.doc-inline {
text-align: center;
color: #000;
font-size: 24px;
font-weight: bold;
display: block;
margin: 10px;
}

.doc-inline:hover {text-decoration: none; color: #000; opacity: 0,8;}

.icon {
text-align: center;
color: #000;
font-size: 24px;
font-weight: bold;
display: block;
margin: 10px;
}

.icon:hover {text-decoration: none; color: #000; opacity: 0,8;}

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

#footer-bar {
    text-align: center;
    margin-bottom: 40px;
}

#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;
    margin-right: 20px;
}

div.social-icons {
    display: inline-block;
    margin: 20px auto;
    vertical-align: middle;
}

div.social-icons .fab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    color: #927239;
    text-align: center;
    margin: 5px 10px;
}

div.social-icons .fab {
    background: none;
}

#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: 767px) {
    #headline-subheadline-div {
        text-align: center;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

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

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

    #hero-plus-body {
        padding: 0px 30px;
    }

    #hero-plus-body .img-inline {
        width: 100%;
        float: none;
        margin: 40px auto;
    }

    #logo-div {
        width: 100%;
        display: block;
        text-align: center;
    }

    #logo-div img {
        margin: auto;
    }

    .ctab, .ctab:visited {
        display: none;
    }

    .ctab-mobile, .ctab-mobile:visited {
        display: block;
        margin: 30px auto 20px auto;
}

    #hero-plus-footer .col-sm-6 {
        width: 100%;
        max-width: 100%;
        flex: 100%;
        text-align: center;
        padding: 0px;
        margin: 30px auto 10px auto;
    }

    #hero-plus-footer img {
        margin: 10px auto;
        padding: 10px auto;
    }

    #hero-plus-footer .row {
        padding-bottom: 10px;
    }

    #hero-plus-footer {
        padding-bottom: 120px;
    }

    .powered-container {
        position: fixed;
    }
}