@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap";

body,
html {
    background-color: #fff;
    font-family: roboto, sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 100%;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    -webkit-font-smoothing: antialiased;
}

h1 {
    text-align: center;
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    text-transform: capitalize;
}

p {
    margin: 0 0 1em;
}

hr {
    border-top: 1px solid #ddd;
    margin-bottom: 15px;
    margin-top: 15px;
}

blockquote {
    background: #eee;
    border-left: 4px solid #00b310;
    font-size: 1em;
}

@media (max-width: 767px) {

    body,
    html {
        font-size: 18px;
    }

    h1 {
        font-size: 1.5em;
        margin-top: 10px;
    }

    h2 {
        font-size: 1.4em;
    }

    h3 {
        font-size: 1.25em;
    }
        .containerHeader {
        position: sticky;
        top: 0;
        z-index: 1000; /* Keeps header above other elements */
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 18px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {}

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

a {
    color: #00b310;
}

a:active,
a:hover {
    color: #00b310;
    text-decoration: none;
}

blockquote a,
li a,
p a {
    font-weight: 700;
}

.button {
    background-color: #00b310;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    display: inline-block;
}

.button:active,
.button:hover {
    background-color: #5fb02b;
    text-decoration: none;
    color: #fff;
}

.button:focus {
    outline: 0;
}

.button span {
    color: #00b310;
}

.b-arrow {
    background-image: url("202001100519243408_ico-arrow-blue.png");
    background-repeat: no-repeat;
    background-size: auto 13px;
    background-position: center right 9px;
    padding-right: 28px;
}

.b-arrow2 {
    background-image: url("202001100519243408_ico-arrow-blue.png");
    background-repeat: no-repeat;
    background-size: auto 21px;
    background-position: center right 20px;
    padding-right: 50px !important;
}

.articleBody .button,
.heroContainer .button {
    display: inline-block;
    font-size: 1.25em;
    margin: 30px auto;
    padding: 15px 25px;
    text-transform: uppercase;
}

.logo {
    display: inline-block;
    box-sizing: border-box;
    width: 260px;
    height: 46px;
    float: left;
}

.footerLogo img,
.logo img {
    width: 100%;
    border: none;
    outline: none;
}

.containerHeader {
    background-color: #00473c;
    border-bottom: 4px solid #00b310;
    padding: 5px 0;
    width: 100%;
}

header {
    font-size: 0.85em;
    height: 46px;
    width: 100%;
}

header .button {
    margin-top: 10px;
}

@media (max-width: 767px) {
    header {
        background-size: 150px 28px;
        height: 28px;
        width: 100%;
    }

    header .button {
        font-size: 13px;
        margin-top: 3px;
    }

    .logo {
        width: 160px;
        height: 28px;
    }
}

.containerBody {
    padding-top: 60px;
    margin-bottom: 40px;
    margin-top: 40px;
}

.articleInfo {
    color: #999;
    font-size: 0.85em;
    line-height: 1.5em;
}

.articleCategory {
    color: #00b310;
    font-weight: 700;
    text-transform: uppercase;
}

.articleAuthor {
    color: #00b310;
    font-size: 0.85em;
    text-align: left;
}

.photoAuthor {
    height: 25px;
    margin-right: 8px;
    width: 25px;
}

.articleHeadshot {
    border: 1px solid #00b310;
}

.socialButtons {
    text-align: right;
}

#hero {
    height: auto;
    margin: 20px 0 1.5em;
    width: 100%;
}

.articleBody {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

.containerArticleImage {
    margin: 20px 0 1.5em;
}

.articleImageContainer {
    margin-bottom: 15px;
}

.articleImageContainer img {
    margin-left: auto;
    margin-right: auto;
}

.trusted {
    margin-bottom: 15px;
}

#disclaimer {
    color: #999;
    font-size: 0.75rem;
    line-height: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    max-width: 940px;
}

@media (min-width: 960px) {
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.newrule_submitButton__Fxpr_ {
    border-radius: 60px;
    background-color: #00b310;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-flex;
    color: white;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-weight: 700;
}

.newrule_submitButton__Fxpr_:hover {
    background-color: #0b8116;
}

.newrule_submitButton__Fxpr_:hover p {
    color: #fff;
    text-decoration: none;
}

.newrule_submitButton__Fxpr_ p {
    margin-bottom: 0;
    text-decoration: none;
}

/* State Grid Section */
.state-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    /* Responsive grid */
    gap: 15px;
    padding: 20px 0;
    justify-content: center;
    text-align: center;
}

/* State Grid Items */
.state-item {
    border: 4px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    cursor: pointer;
    transition: border-color 0.3s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Hover effect */
.state-item:hover {
    border-color: #00b310;
    transform: scale(1.05);
    /* Smooth zoom effect */
}

/* Flag Images */
.state-flag {
    width: 100%;
    max-width: 120px;
    /* Consistent width */
    aspect-ratio: 4 / 3;
    /* Maintains aspect ratio */
    height: auto;
    /* Auto height */
    object-fit: cover;
    border-radius: 5px;
}

/* State Labels */
.state-label {
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    line-height: normal;
}

/* Responsive Grid Adjustments */
@media (max-width: 1024px) {
    .state-grid {
        grid-template-columns: repeat(4, 1fr);
        /* 4 per row (tablet) */
    }
}

@media (max-width: 768px) {
    .state-grid {
        grid-template-columns: repeat(3, 1fr);
        /* 3 per row (mobile) */
    }

    .state-flag {
        max-width: 100px;
    }
}

@media (max-width: 480px) {
    .state-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 per row (small mobile) */
    }

    .state-flag {
        max-width: 90px;
    }
}

/* State Map Styles */
.stateText {
    fill: #fff;
    pointer-events: none;
}

.stateImage {
    fill: #f8991d;
}

.stateButton {
    fill: #000;
}

.stateButton,
.stateImage {
    cursor: pointer;
    transition: 0.4s;
}

.stateButton:hover,
.stateImage:hover {
    fill: #c00;
}

/* Age Verification Section */
.containerAge {
    margin: 0px auto;
    text-align: center;
}

.containerAge h3 {
    text-align: left;
}

.containerAge .buttonAge {
    background-color: #eee;
    border: 2px solid #fff;
    font-size: 1.25em;
    padding: 25px 0;
}

.containerAge .buttonAge:hover {
    background-color: #ddd;
}

.containerAge .buttonAge a:hover {
    text-decoration: none;
}

.containerFooter {
    display: block;
    background: #00473d;
    padding: 20px 0;
}

.containerFooter p {
    font-size: 13px;
    color: #fff;
    line-height: normal;
}

.containerHeader {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    background-color: #00473c; /* Ensures background stays solid */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .containerBody {
        padding-top: 60px; /* Prevent content from hiding under header */
    }

        header {
        background-size: 150px 28px;
        height: auto;
        width: 100%;
    }

        .logo {
        width: 160px;
        height: auto;
    }
}

.text-right {
    text-align: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

header .button {
    margin: 10px;
}


mark {
    padding: .2em;
    background-color: yellow;
}

.container .buttonAge {
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%);
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #00b310;
    font-size: 1.25em;
    padding: 12px 4px;
    border-radius: 5px;
    text-align: center;
    display: block;
    color: white;
    font-weight: 700;
    margin: 6px 0;
}

.container .buttonAge:hover {
    background-color: #006508;
} 

.row {
    margin-right: -15px;
    margin-left: -15px;
}