@charset "UTF-8";

@font-face {
  font-family: "Helvetica Neue";
  font-display: swap;
  src: local("Helvetica Neue"), local("HelveticaNeue");
  font-synthesis: none;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

hr {
    border: 0;
    height: 1px;
    margin: 1px 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
    position: relative;
    overflow: visible;
}

html, body {
    background-color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: #000;
    height: 100%;
    margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin: 20px 0 10px;
    text-rendering: optimizeLegibility;
}

h1 {
    font-weight: bold;
    font-size: 1.85rem;
    line-height: 1.3;
    letter-spacing: -0.02em;
    margin-top: 0;
}

h2 {
    font-weight: 700;
    text-transform: none;
    line-height: 1.35;
    font-size: 1.7rem;
    padding-top: 15px;
    padding-bottom: 8px;
}

h3 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
}

h4 {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.4;
}

p, li {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 0 0 20px;
}

blockquote, ol, ul, .articleImageContainer {
    color: #333;
    margin: 0 0 16px;
}

blockquote {
    background-color: #f5faf1;
    border-left: 5px solid #cbe6b6;
    font-size: inherit;
}

.footnote {
    font-size: 0.75rem;
}

.sectionContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding-left: 30px;
    padding-right: 10px;
}

.contentContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1060px;
    padding-left: 15px;
    padding-right: 15px;
}

.content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1060px;
    margin: 0 auto;
    padding: 0 2px;
}

.main-content {
    width: 75%;
}

.sidebar {
    width: 25%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 20px;
    border-left: 1px solid #eee;
    border-radius: 4px;
}

.sidebar.sticky {
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    background: linear-gradient(to bottom, rgba(240,248,255,0.5), rgba(240,248,255,0));
    transition: all 0.3s ease;
    padding-top: 15px;
}

.sidebar h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

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

.sidebar li {
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.sidebar img {
    max-width: 100%;
    margin-bottom: 15px;
}

.sidebar p {
    font-size: 1rem;
    line-height: 1.35;
}

a, button {
    outline: none;
}

a {
    color: #069;
    cursor: pointer;
    text-decoration: underline;
}

a:hover {
    color: #7dc049;
}

button.red {
    display: block;
    padding: 15px 30px;
    background: #ff0000;
    color: #fff;
    border: none;
    font-size: 1.2em;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    border-bottom: 6px solid #c00;
    margin: 5px 0;
    outline: none;
}

button.red:hover {
    background: #cc0000;
}

.product-showcase button.red {
    width: 100%;
}

.tapAge {
    margin: 0 0 16px;
}

.tapAge button {
    background-color: #7dc049;
    border: none;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0 8px 8px 0;
    padding: 10px 5px;
    width: 90px;
}

.tapAge button:hover {
    background-color: #069;
}

header {
    background-color: #fff;
    height: 50px;
    width: 100%;
    margin-bottom: 5px;
}

header .sectionContainer {
    padding-left: 0;
    padding-right: 0;
}

#site-notice {
    color: #6e6c6c;
    font-size: 0.7rem;
    font-weight: 500;
    margin: 0;
    text-align: center;
}

.wpLogo {
    margin-top: 1px;
    margin-left: 100px;
    height: 30px;
    width: 158px;
}

.articleContent {
    background-color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 10px;
}

.articleInfo {
    margin: 5px 0;
    font-size: 0.75em;
    color: #666;
}

.sharethis-inline-share-buttons {
    margin-bottom: 15px;
}

.articleAuthor {
    color: #0071af;
    font-weight: 700;
    margin-right: 8px;
}

.photoAuthor {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.photoAuthorbig {
    height: 100px;
    margin-right: 25px;
    width: 100px;
}

.highlight {
    background-color: #ff0;
}

.img-caption {
    font-size: 0.85rem;
    color: #666;
    margin-top: 2px;
    margin-bottom: 20px;
    font-style: italic;
    line-height: 1.3;
}

.product-showcase h2 {
    margin-top: 50px;
}

footer {
    color: #797878;
    background: #f5f5f5;
    padding: 30px 0;
    margin-top: 50px;
    font-size: 0.65rem;
    text-align: center;
}

footer a {
    font-size: 0.8rem;
}

footer ul {
    margin-bottom: 0;
}

footer .wpLogo {
    height: 50px;
    margin-bottom: 10px;
    width: 236px;
}

footer a:hover {
    color: #333;
}

.category {
    font-size: 0.65em;
    font-weight: 300;
    display: inline-block;
    padding: 1px 3px;
    margin: 2px 5px;
    background: #eee;
}

.categoryred {
    font-size: 0.8em;
    font-weight: 700;
    display: inline-block;
    padding: 2px 5px;
    margin: 2px 0;
    background: #e10a0a;
    color: #fff;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alert {
    padding: 15px 5px 0 10px;
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 2px;
}

.alert-warning {
    background-color: #fcf8e3;
    border: 2px dashed #F44336;
}

.container {
    padding: 0 15px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .container { width: 750px; }
}

@media (min-width: 992px) {
    .container { width: 970px; }
}

@media (min-width: 1200px) {
    .container { width: 1170px; }
}

.row {
    margin: 0 -15px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    float: left;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

.text-center { text-align: center; }
.hidden { display: none !important; }

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

.list-inline > li {
    display: inline-block;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .sidebar {
        display: none;
    }
    
    .main-content {
        width: 100%;
    }
}

@media (max-width: 767px) {
    html, body {
        background-color: #fff;
        font-size: 18px;
    }
    
    h1 { font-size: 1.7rem; line-height: 1.25; }
    h2 { font-size: 1.7rem; line-height: 1.35; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.3rem; }
    
    p, li {
        font-size: 1.2rem;
        line-height: 1.6;
        margin: 0 0 20px;
    }
    
    .sectionContainer {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .contentContainer {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 15px;
    }
    
    .main-content {
        width: 100%;
        padding-right: 1px;
    }
    
    .sidebar {
        position: static;
        width: 100%;
        margin-top: 30px;
    }
    
    button.red {
        width: 100%;
        padding: 12px 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    html, body { font-size: 18px; }
    h1 { font-size: 1.85rem; line-height: 1.3; }
    h2 { font-size: 1.7rem; }
    h3 { font-size: 1.6rem; }
    
    p, li {
        font-size: 1.25rem;
        line-height: 1.6;
    }
    
    header .sectionContainer {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .contentContainer {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .main-content {
        width: 100%;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    html, body { font-size: 19px; }
    
    p, li {
        font-size: 1.15rem;
        line-height: 1.6;
    }
    
    .sectionContainer { max-width: 1200px; }
    .contentContainer { max-width: 1200px; }
}

.bottom-action-wrapper {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 -1px 3px rgba(0,0,0,0.08);
    padding: 5px 8px;
    z-index: 9999; /* Increased z-index to prevent conflicts */
    text-align: center;
    border-top: 1px solid #eee;
}

.bottom-action-wrapper.active {
    display: block;
}

.bottom-action-button {
    display: inline-block;
    padding: 5px 10px;
    background: #26b963;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    border-bottom: 2px solid #27ae60;
    text-decoration: none;
    border-radius: 3px;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
    max-width: 90%;
    margin: 0 auto 6px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    text-shadow: 0 1px 1px rgba(0,0,0,0.2);
}

.bottom-action-button:hover,
.bottom-action-button:active {
    background: #239a52;
    color: #fff;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
}

@media (max-width: 1199px) {
    .bottom-action-wrapper {
        display: block;
    }
    
    body {
        padding-bottom: 42px;
    }
}

@media (max-width: 767px) {
    .bottom-action-button {
        font-size: 1rem;
        padding: 5px 8px;
    }
    
    body {
        padding-bottom: 38px;
    }
}