@charset "utf-8";
/* CSS Document */

html {
    font-size: 18px;
}

a {
    color: #ff0000;
}

body {
    background: url(../images/bg_body.png) top left repeat-x #660000;
    color: #000000;
    font-family: open_sansregular, Arial, Helvetica, sans-serif;
}

p {
    color: #000000;
    padding: 0 0 0.75rem;
    line-height: 1.3;
}

h2 {
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
    color: #d08504;
    font-size: 1.4rem;
    margin: 0 0 1rem;
}
h3 {
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
    color: #29407c;
    font-size: 1.2rem;
    margin: 0 0 0.4rem;
}
.responsive-image {
    max-width: 100%;
}

.notice {
    color: #ff0000;
    font-weight: bold;
}

strong {
    font-family: open_sansbold;
}
em {
    font-style: italic;
}

ul.bulleted {
    line-height: normal;
    list-style: disc;
    padding: 0 0 0.8rem 1.5rem;
}
ul.bulleted li {
    margin: 0 0 0.4rem;
}

sup {
    font-size: 0.6em;
    line-height: 1em;
}

.updated {
    color: #ff0000;
    font-weight: bold;
}

.footer_info {
    color: #ffffff;
    padding: 10px 0 0;
}
.footer_info a {
    color: #ffffff;
}

img#featured_comic {
    float: left;
    display: block;
    margin: 0 10px 0 0;
    width: auto;
}

article {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
#new_comics_text {
    display: block;
    float: left;
    width: 500px;
}
.comics_list {
    text-transform: capitalize;
}

#slideshow_container {
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    max-width: 560px;
}

img#heroclix_tournaments {
    float: left;
    display: block;
    margin: 0 10px 0 0;
    width: auto;
}

#heroclix_tournaments {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 0 15px;
}

#heroclix_tournaments .completed {
    background: url(../images/bg_completed_tournament.png) top left no-repeat
        transparent;
    padding: 3px 0 0 68px;
    margin: 0 0 10px;
}
#heroclix_tournaments .completed h3 {
    color: #999999;
}
#heroclix_tournaments .completed p {
    color: #999999;
}
#heroclix_tournaments .completed p .winner {
    color: #000000;
}

#heroclix_tournaments_text {
    display: block;
    float: left;
    width: 430px;
}

img#featured_product {
    display: block;
    margin: 10px 0;
    width: auto;
}

#new_products {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0 0 15px;
}
#new_products img {
    width: 100%;
}
#featured_products img {
    width: 100%;
}
#new_products_text {
    display: block;
    float: left;
    width: 95%;
}

#main_content {
    /* float: left;
    width: 60%;
    overflow: hidden; */
}

#container {
    overflow: hidden;
    width: 98%;
    margin: 0 auto;
    max-width: 1280px;
}
#content {
    background: #ffffff;
    overflow: hidden;
    border-radius: 8px;
    padding: 1%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

section.section-1 {
    width: 72%;
}
section.section-2 {
    width: 25%;
}

.free-comic-book-day-poster {
    float: left;
    display: block;
    margin-right: 2%;
    width: 46%;
    text-align: center;
    padding: 1rem 0;
}
.free-comic-book-day-poster img {
    max-width: 100%;
    display: inline-block;
}

#free-comic-book-day .content-area {
    float: right;
    display: block;
    width: 49%;
    padding: 7rem 0 0;
}

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clear {
    clear: both;
}

#content.heroclix #main_content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#content.heroclix #main_content ul.bulleted {
    font-size: 1.25rem;
}

@media only screen and (min-width: 768px) {
    #content.heroclix #main_content {
        flex-direction: row;
    }

    #content.heroclix #heroclix_tournaments {
        padding: 1.1rem 5% 0 1%;
        width: 56%;
    }

    #content.heroclix #heroclix_information {
        padding: 0 1% 0 0;
        width: 35%;
    }
    #content.heroclix #main_content ul.bulleted {
        font-size: inherit;
    }

}

.tournament-detail {
    padding: 0 0 0 .25rem;
}

#external_sources {
}
#external_sources article {
    display: block;
    width: auto;
    background: #663333;
    border: 1px solid #663333;
    border-radius: 8px;
    margin: 0 0 10px;
    padding: 5px;
}

#ebay p {
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 100%;
}
#ebay p a {
    color: #ffffff;
}

#main_nav ul {
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
}
#main_nav {
    margin: 0px auto;
    width: 990px;
    font-size: 21px;
    color: #ffffff;
}
#main_nav ul.navlinks {
    line-height: normal;
    margin: 0;
    padding: 5px 0 10px;
    text-align: center;
}
#main_nav ul.navlinks li {
    display: inline;
    padding: 0 0.5em;
    border-right: 2px solid #ffffff;
    font-family: open_sansbold, Arial, Helvetica, sans-serif;
}
#main_nav ul.navlinks li a {
    font-size: 21px;
    color: #ffffff;
    text-decoration: none;
}
#main_nav ul.navlinks li.first {
    padding-left: 0;
}
#main_nav ul.navlinks li.last {
    border: 0 none;
}

#main_footer {
    margin: 10px auto 20px;
    width: 990px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
#main_footer ul.navlinks {
    padding: 0;
    margin: 0;
    line-height: normal;
}
#main_footer ul.navlinks li {
    display: inline;
    padding: 0 0.9em;
    border-right: 1px solid #ffffff;
}
#main_footer ul.navlinks li a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: underline;
}
#main_footer ul.navlinks li.first {
    padding-left: 0;
}
#main_footer ul.navlinks li.last {
    border: 0 none;
}

.alert {
    background-color: lightgreen;
    padding: 0.2rem;
    margin: 0 0 1rem;
}
.alert p {
    padding: 1rem;
    color: darkgreen;
}
.alert p a {
    color: darkgreen;
}
.alert h3 {
    background: green;
    color: #ffffff;
    padding: 0.2rem;
}

#addthis_container {
    display: inline-block;
    width: 180px;
}

#fcbd-2021 {
    display: flex;
    justify-content: space-between;
}

.fcbd-text {
    width: 80%;
}

.fcbd-image {
    width: 15%;
}

@media only screen and (max-width: 767px) {
    p {
        font-size: 1.25rem;
    }
    #content {
        flex-direction: column;
        padding: 15px;
    }
    #main_content {
        float: none;
        width: 100%;
        overflow: hidden;
    }
    #main_nav {
        margin: 0px auto;
        width: 100%;
        font-size: 1rem;
        color: #ffffff;
    }
    #new_comics a {
        white-space: nowrap;
    }

    #main_footer {
        margin: 0.8rem auto 1rem;
        width: 100%;
        font-size: 0.85rem;
        color: #ffffff;
        text-align: center;
    }
    #addthis_container {
        display: block;
        width: 60%;
        clear: both;
        margin: 1rem auto 0;
    }

    #heroclix_tournaments_text {
        display: block;
        float: none;
        width: 100%;
    }

    section.section-2 {
        width: 100%;
    }

    section.section-1 {
        width: 100%;
    }

    #external_sources article {
        max-width: 350px;
        margin: 0 auto 1.25rem;
    }

    #fcbd-2021 {
        flex-direction: column;
    }

    .fcbd-text {
        width: 100%;
    }

    .fcbd-image {
        width: 100%;
    }


}

.banner-wear-a-mask {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ff0000;
}

.we-are-open-announcement {
    color: #ff0000;
    padding: 10px 0;
    width: 98%;
    line-height: 1.3;
    border: 1px solid #ff0000;
    border-left: none;
    border-right: none;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.flex-images {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flex-images > * {
    width: 49%;
}

.flex-images .heroclix-content {
    vertical-align: top;
}
 
.we-are-open-image {
    width: 30%;
    margin-right: 2%;
}

.tournament-container {
    margin-bottom: 1.25rem;
    line-height: 1.25;
}

.description-list.bulleted > li {
    font-size: 1rem;
}

[v-cloak] {
    display: none;
}



.center-text {
    text-align: center;
}

.mature-readers {
    font-size: 10px;
    display: inline-block;
    background: #000000;
    padding: 1px 3px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 0 5px;
}

@media only screen and (max-width: 640px) {
    .we-are-open-announcement {
        flex-wrap: wrap;
    }
    .we-are-open-image {
        margin-bottom: 10px;
        width: 100%;
    }
    .flex-images {
        flex-direction: column;
    }
    .flex-images > * {
        width: 100%;
    }
    .flex-images > a {
        text-align: center;
    }

}
