/*
Theme Name: Magazine Pro
Theme URI: https://www.studiopress.com/themes/magazine/
Description: Put yourself on the front lines of online publishing with the up-to-the-minute, high-gloss look and feel of the Magazine theme.
Author: StudioPress
Author URI: http://www.studiopress.com/

Version: 3.7.2

Tags: accessibility-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, block-styles, custom-background, custom-colors, custom-logo, custom-menu, e-commerce, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.opensource.org/licenses/gpl-license.php

Text Domain: magazine-pro
Requires at least: 5.4
Requires PHP: 5.6
*/

/* ===== CUSTOM PAGE STYLING ===== */

/* Test Page Styling */
.test-page-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    overflow: hidden;
}

.test-page-header {
    background-color: #0073aa;
    color: white;
    padding: 20px;
    text-align: center;
}

.test-page-header h1 {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
}

.test-page-content {
    padding: 30px;
}

.test-page-main-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin-bottom: 30px;
}

.test-page-text-content {
    flex: 1;
}

.test-page-text-content p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.test-page-text-content em {
    color: #0073aa;
    font-style: italic;
    font-weight: 600;
}

.test-page-magazine-image {
    flex-shrink: 0;
    max-width: 200px;
}

.test-page-magazine-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 2px solid #dee2e6;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.test-page-form-section {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 25px;
    border-left: 4px solid #0073aa;
}

.test-page-form-section h2 {
    color: #0073aa;
    margin: 0 0 15px 0;
    font-size: 22px;
}

.test-page-form-section p {
    margin: 0 0 20px 0;
    color: #666;
    font-size: 14px;
}

.test-page-wpforms-container {
    background-color: #fff;
    border-radius: 6px;
    padding: 20px;
    border: 1px solid #dee2e6;
}

@media (max-width: 768px) {
    .test-page-main-content {
        flex-direction: column;
        text-align: center;
    }
    
    .test-page-magazine-image {
        max-width: 150px;
        margin: 0 auto;
    }
    
    .test-page-content {
        padding: 20px;
    }
}

/* Home Page Styling */
.current-issue-section {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    margin: 30px 0 25px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

.current-issue-section h2 {
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
    margin: 0;
    color: #0073aa;
}

.issue-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.articles-grid {
    margin-top: 20px;
}

.article-item {
    transition: box-shadow 0.3s ease;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 12px;
    background-color: #fff;
}

.article-item:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.article-item h3 a:hover {
    text-decoration: underline;
}

.no-issue-found,
.no-articles-found {
    text-align: center;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    color: #666;
}

.issue-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.issue-image {
    flex-shrink: 0;
    max-width: 200px;
}

.issue-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.issue-details {
    flex: 1;
}

.article-meta {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.article-categories {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
}

.article-excerpt {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-content-section {
    margin: 30px 0 0 0 !important;
    padding: 15px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
}

/* More specific rule to ensure spacing works for all users */
body .main-content-section {
    margin-top: 30px !important;
    margin-bottom: 0 !important;
}

@media (max-width: 768px) {
    .issue-content {
        flex-direction: column;
        gap: 15px;
    }
    .issue-image {
        max-width: 100%;
        text-align: center;
    }
}

/* Remove white space from home page article */
.home .post-2.page,
.home .entry,
.home .entry-content,
.home article[class*="post-"] {
    margin-bottom: 0 !important;
}

.home .entry-header,
.home .entry-title {
    margin-bottom: 0 !important;
}

/* Submissions Page Styling */
.submissions-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 22px 0 25px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.submissions-page-container .page-header {
    margin-bottom: 25px;
}

.submissions-page-container .page-header h1 {
    color: #0073aa;
    font-size: 28px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.submissions-page-container .page-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.submission-content {
    display: flex;
    gap: 30px;
    margin-top: 20px;
}

.contact-info,
.submission-requirements {
    flex: 1;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.contact-info h3,
.submission-requirements h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.contact-details p {
    margin: 0;
    line-height: 1.6;
    color: #333;
}

.contact-details strong {
    color: #0073aa;
    font-weight: 600;
}

.submission-requirements p {
    margin: 0;
    line-height: 1.6;
    color: #333;
}

/* Responsive design for submissions page */
@media (max-width: 768px) {
    .submission-content {
        flex-direction: column;
        gap: 20px;
    }
    
    .contact-info,
    .submission-requirements {
        padding: 15px;
    }
}

/* Customer Care Page Styling */
.customer-care-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 22px 0 25px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.customer-care-page-container .page-header {
    margin-bottom: 25px;
}

.customer-care-page-container .page-header h1 {
    color: #0073aa;
    font-size: 28px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.customer-care-page-container .page-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.important-notice {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    border-left: 4px solid #f39c12;
}

.important-notice h3 {
    color: #856404;
    font-size: 18px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.important-notice p {
    margin: 0 !important;
    color: #856404;
    line-height: 1.5;
}

.contact-form-section {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.contact-form-section h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.contact-form-section p {
    margin: 0 0 15px 0;
    color: #666;
    font-size: 14px;
}

.contact-information {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.contact-information h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.contact-cards {
    display: flex;
    gap: 20px;
}

.contact-card {
    flex: 1;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 15px;
}

.contact-card h4 {
    color: #0073aa;
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: 600;
}

.contact-card p {
    margin: 0;
    line-height: 1.5;
    color: #333;
}

.contact-card a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.contact-card a:hover {
    text-decoration: underline;
}

.reuse-permissions {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.reuse-permissions h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.reuse-permissions p {
    margin: 0;
    line-height: 1.6;
    color: #333;
}

.reuse-permissions a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.reuse-permissions a:hover {
    text-decoration: underline;
}

/* Responsive design for customer care page */
@media (max-width: 768px) {
    .contact-cards {
        flex-direction: column;
        gap: 15px;
    }
    
    .contact-card {
        padding: 12px;
    }
}

/* Marketing Opportunities Page Styling */
.marketing-opportunities-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 22px 0 25px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.marketing-opportunities-page-container .page-header {
    margin-bottom: 25px;
}

.marketing-opportunities-page-container .page-header h1 {
    color: #0073aa;
    font-size: 28px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.marketing-opportunities-page-container .page-header p {
    color: #666;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.advertising-info {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.advertising-info h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.advertising-info p {
    margin: 0 0 20px 0;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.contact-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}

.contact-card h4 {
    color: #0073aa;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.contact-card p {
    margin: 0;
    line-height: 1.5;
    color: #333;
}

.contact-card a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* Group Subscriptions Page Styling */
.group-subscriptions-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 22px 0 25px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.group-subscriptions-page-container .page-header {
    margin-bottom: 25px;
}

.group-subscriptions-page-container .page-header h1 {
    color: #0073aa;
    font-size: 28px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.group-subscriptions-page-container .page-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.subscription-info {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.subscription-info h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.subscription-info p {
    margin: 0;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.contact-section {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.contact-section h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.contact-section p {
    margin: 0 0 20px 0;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.contact-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}

.contact-card h4 {
    color: #0073aa;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.contact-card p {
    margin: 0;
    line-height: 1.5;
    color: #333;
    font-size: 16px;
}

.contact-card a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* Privacy Policy Page Styling */
.privacy-policy-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 22px 0 25px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.privacy-policy-page-container .page-header {
    margin-bottom: 25px;
}

.privacy-policy-page-container .page-header h1 {
    color: #0073aa;
    font-size: 28px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.privacy-policy-page-container .page-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.privacy-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.privacy-section {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.privacy-section h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
    font-weight: 600;
}

.privacy-section p {
    margin: 0 0 15px 0;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.privacy-section p:last-child {
    margin-bottom: 0;
}

.partner-list {
    margin: 15px 0;
    padding-left: 20px;
    color: #333;
}

.partner-list li {
    margin-bottom: 5px;
    line-height: 1.4;
}

/* Responsive design for privacy policy page */
@media (max-width: 768px) {
    .privacy-policy-page-container {
        padding: 15px;
    }
    
    .privacy-section {
        padding: 15px;
    }
    
    .privacy-section h3 {
        font-size: 18px;
    }
    
    .privacy-section p {
        font-size: 15px;
    }
}

/* Marketing Opportunities Page Styling */
.marketing-opportunities-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 22px 0 25px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.marketing-opportunities-page-container .page-header {
    margin-bottom: 25px;
}

.marketing-opportunities-page-container .page-header h1 {
    color: #0073aa;
    font-size: 28px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.marketing-opportunities-page-container .page-header p {
    color: #666;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.advertising-info {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.advertising-info h3 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}

.advertising-info p {
    margin: 0 0 20px 0;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.marketing-opportunities-page-container .contact-card {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
}

.marketing-opportunities-page-container .contact-card h4 {
    color: #0073aa;
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.marketing-opportunities-page-container .contact-card p {
    margin: 0;
    line-height: 1.5;
    color: #333;
}

.marketing-opportunities-page-container .contact-card a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.marketing-opportunities-page-container .contact-card a:hover {
    text-decoration: underline;
}

/* Category Page Styling */
.category-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 22px 0 25px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Hide default WordPress category titles */
.category .page-title,
.category .entry-title,
.category h1.entry-title,
.category .archive-title {
    display: none !important;
}

/* Hide the light grey archive description box */
.category .archive-description,
.category .taxonomy-archive-description,
.category .taxonomy-description {
    display: none !important;
}

.category-page-container .page-header {
    margin-bottom: 25px;
}

.category-page-container .page-header h1 {
    color: #0073aa;
    font-size: 28px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.category-page-container .page-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.category-articles {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.category-article {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: 0;
}

.category-article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.category-article h2 {
    color: #0073aa;
    font-size: 20px;
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.category-article h2 a {
    color: #0073aa;
    text-decoration: none;
}

.category-article h2 a:hover {
    text-decoration: underline;
}

.category-article .entry-meta {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
}

.category-article .entry-meta a {
    color: #0073aa;
    text-decoration: none;
}

.category-article .entry-meta a:hover {
    text-decoration: underline;
}

.category-article .entry-content {
    color: #333;
    line-height: 1.4;
    margin: 0;
}

.category-article .entry-content p {
    margin: 0 0 0 0;
}

.category-article .read-more {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    margin: 8px 0 0 0;
    display: inline-block;
    padding: 6px 12px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.category-article .read-more:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
    text-decoration: none;
}

/* Pagination styling for category pages */
.category-pagination {
    margin-top: 30px;
    text-align: center;
}

.category-pagination .nav-links {
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.category-pagination .nav-links a,
.category-pagination .nav-links span {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    text-decoration: none;
    color: #0073aa;
    background-color: #fff;
    transition: all 0.2s ease;
}

.category-pagination .nav-links a:hover {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.category-pagination .nav-links .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* Responsive design for category pages */
@media (max-width: 768px) {
    .category-page-container {
        padding: 15px;
    }
    
    .category-articles {
        padding: 15px;
    }
    
    .category-article {
        padding: 15px 0;
    }
    
    .category-article h2 {
        font-size: 18px;
    }
}

/* Current Issue Widget Styling */
.current-issue-widget {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

/* Video Tour Widget Styling */
.video-tour-widget {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.current-issue-widget .current-issue {
    display: block;
    margin-bottom: 0;
}

.current-issue-widget .current-issue img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
}

/* Current Issue Button Hover Effects */
.current-issue-widget .current-issue-button {
    transition: all 0.3s ease;
}

.current-issue-widget .current-issue-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.current-issue-widget .current-issue-button[href="/article/category/magazine-issue/"]:hover {
    background-color: #005a87 !important;
}

.current-issue-widget .current-issue-button[href="/free-trial-issue-sign-up"]:hover {
    background-color: #1e7e34 !important;
}

.current-issue-widget h3 {
    margin: 0 0 15px 0;
    font-size: 18px;
    color: #0073aa;
}

.current-issue-widget h3 a {
    color: #0073aa;
    text-decoration: none;
}

.current-issue-widget h3 a:hover {
    text-decoration: underline;
}

.current-issue-widget a {
    color: #0073aa;
    text-decoration: none;
}

.current-issue-widget a:hover {
    text-decoration: underline;
}

/* Print styles - hide navigation, sidebar, and footer images */
@media print {
    /* Hide navigation menus but keep header/logo */
    .site-navigation,
    nav,
    .menu,
    .genesis-skip-link {
        display: none !important;
    }
    
    /* Hide sidebar */
    .sidebar,
    .content-sidebar .sidebar,
    .sidebar-primary,
    .sidebar-secondary {
        display: none !important;
    }
    
    /* Hide footer widgets (which contain the images) */
    .site-footer .widget,
    .footer .widget,
    .footer-widgets,
    .site-footer .widget-area,
    .footer .widget-area {
        display: none !important;
    }
    
    .site-inner {
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .content {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* Search Page Styling */
.search-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Add proper spacing from top nav for search page */
.search-form-container {
    margin-top: 22px;
}

.search-form-container {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.search-form-container h2 {
    color: #0073aa;
    font-size: 24px;
    margin: 0 0 15px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.search-input-container {
    margin-bottom: 15px;
}

.search-input-container input[type="text"] {
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border: 1px solid #0073aa;
    border-radius: 6px;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.search-input-container input[type="text"]:focus {
    outline: none;
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2);
}

.date-range-container {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.date-range-group {
    display: flex;
    align-items: center;
    gap: 8px;
}

.date-range-group label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.date-range-group select {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #fff;
    min-width: 120px;
}

.date-range-group select:focus {
    outline: none;
    border-color: #0073aa;
}

.search-controls {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sort-link {
    color: #0073aa;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #0073aa;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    height: 42px;
    line-height: 20px;
}

.sort-link:hover {
    background-color: white;
    color: #0073aa;
    text-decoration: none;
}

/* Sort link tooltip */
.sort-link {
    position: relative;
}

.sort-link:hover::after {
    content: "Change sort order";
    position: absolute;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.sort-link:hover::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    border-top-color: #333;
    margin-bottom: -5px;
    z-index: 1000;
}

.sort-link-disabled {
    color: #999;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: not-allowed;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    height: 42px;
    line-height: 20px;
}

/* Search prompt message styling */
.search-prompt-message {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: center;
    color: #666;
    font-size: 16px;
}

.search-prompt-message p {
    margin: 0;
}

/* Sidebar prompt message styling - matches search prompt */
.sidebar-prompt-message {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: center;
    color: #666;
    font-size: 16px;
}

.sidebar-prompt-message p {
    margin: 0;
}

.search-button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-block;
    text-align: center;
    min-width: 140px;
    height: 42px;
}

.search-button:hover {
    background-color: #005a87;
}

/* Relevance Control Styling - Match sort button appearance */
.relevance-control {
    margin: 15px 0;
}

.relevance-label {
    display: inline-block;
    background-color: white;
    color: #0073aa;
    border: 1px solid #0073aa;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
    transition: none;
    text-decoration: none !important;
    min-width: 140px;
    height: 42px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.relevance-label:hover {
    background-color: white;
    color: #0073aa;
    text-decoration: none !important;
}

.relevance-label input[type="checkbox"] {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -2px;
}

.relevance-label {
    position: relative;
}

.relevance-label:hover::after {
    content: "Search titles only";
    position: absolute;
    background-color: #333;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.9;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.relevance-label:hover::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    border-top-color: #333;
    margin-bottom: -5px;
    z-index: 1000;
}

/* Show checkmark when checked */
.relevance-label:has(input[type="checkbox"]:checked) .relevance-text::after {
    content: "";
}

/* Override the checkmark when hovering */
.relevance-label:has(input[type="checkbox"]:checked):hover::after {
    content: "Search titles only";
    margin-left: 0;
}

.relevance-label:has(input[type="checkbox"]:checked) {
    background-color: white;
    color: #0073aa;
}

/* No Results Message Styling */
.no-results-message {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    text-align: center;
}

.no-results-message h3 {
    color: #0073aa;
    font-size: 24px;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.no-results-message p {
    color: #666;
    font-size: 16px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}

.no-results-message ul {
    text-align: left;
    max-width: 600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.no-results-message li {
    color: #666;
    font-size: 14px;
    margin-bottom: 8px;
    line-height: 1.4;
}

/* Search Results Styling */
.custom-search-results {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}


.search-result {
    border-bottom: 1px solid #dee2e6;
    padding: 3.5px 0; /* Reduced by half */
    margin-bottom: 3.5px; /* Reduced by half */
    font-style: normal !important;
}

.search-result * {
    font-style: normal !important;
}


/* Override any inherited italic styles */
.search-result-title,
.search-result-date,
.search-result-excerpt,
.search-result-excerpt p,
.search-result-excerpt em,
.search-result-excerpt i {
    font-style: normal !important;
}

/* Force normal font style only in search result content, not pagination or sidebar */
.custom-search-results .search-result,
.custom-search-results .search-result *,
.custom-search-results .search-result h1,
.custom-search-results .search-result h2,
.custom-search-results .search-result h3,
.custom-search-results .search-result h4,
.custom-search-results .search-result h5,
.custom-search-results .search-result h6,
.custom-search-results .search-result p,
.custom-search-results .search-result div,
.custom-search-results .search-result span,
.custom-search-results .search-result a,
.custom-search-results .search-result strong,
.custom-search-results .search-result b,
.custom-search-results .search-result em,
.custom-search-results .search-result i,
.custom-search-results .search-result cite,
.custom-search-results .search-result dfn,
.custom-search-results .search-result var,
.custom-search-results .search-result address,
.custom-search-results .search-result blockquote,
.custom-search-results .search-result q {
    font-style: normal !important;
}

/* Ensure pagination and sidebar are not affected by search result font-style rules */
.pagination-block,
.pagination-block *,
.search-category-filter,
.search-category-filter * {
    font-style: inherit !important;
}

.search-result:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.search-result-title {
    margin: 0 0 8px 0;
    font-size: 20px;
    font-style: normal !important;
}

.search-result-title a {
    font-style: normal !important;
}

.search-result-title a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
}

.search-result-title a:hover {
    text-decoration: underline;
}

.search-result-date {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
    font-style: normal !important;
}

.search-result-excerpt {
    color: #333;
    line-height: 1.6;
    font-size: 15px;
    font-style: normal !important;
}

.search-result-excerpt p {
    font-style: normal !important;
}

.search-result-excerpt em {
    font-style: normal !important;
}

.search-result-excerpt i {
    font-style: normal !important;
}

.search-result-excerpt mark {
    background-color: #fff3cd;
    color: #856404;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: 600;
}

/* Category Filter Sidebar */
.search-category-filter {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.category-filter-form {
    margin: 0;
}

.category-filter-heading {
    display: block;
    color: #0073aa;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #dee2e6;
}

.category-filter-label {
    display: block;
    margin: 0; /* Removed margin */
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    line-height: 1.2;
    padding-left: 23px; /* 20px for checkbox + 3px spacing */
    position: relative;
}

.category-filter-label input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
}

.category-filter-child {
    margin-left: 20px;
    color: #666;
    padding-left: 0; /* Removed left padding */
}

.category-filter-label input[type="checkbox"] {
    accent-color: #0073aa;
}

.category-filter-button {
    background-color: #0073aa !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    margin-top: 15px !important;
    width: 100% !important;
    transition: background-color 0.3s ease !important;
    display: inline-block !important;
    text-align: center !important;
    min-width: 140px !important;
    height: 42px !important;
    line-height: 22px !important;
    vertical-align: middle !important;
}

.category-filter-button:hover {
    background-color: #005a87 !important;
}

/* Override sidebar button styling for category filter button */
.sidebar .category-filter-button {
    background-color: #0073aa !important;
    color: white !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    margin-top: 15px !important;
    width: 100% !important;
    transition: background-color 0.3s ease !important;
    display: inline-block !important;
    text-align: center !important;
    min-width: 140px !important;
    height: 42px !important;
    line-height: 22px !important;
    vertical-align: middle !important;
    text-transform: none !important;
    white-space: nowrap !important;
}

.sidebar .category-filter-button:hover {
    background-color: #005a87 !important;
}

/* Pagination */
.pagination-block {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 30px;
    padding: 20px 0;
}

.pagination-item {
    display: inline-block;
}

.pagination-item a,
.pagination-item span {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 2px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination-item a:hover {
    background-color: #0073aa;
    color: white;
    border-color: #0073aa;
}

.pagination-item .current {
    background-color: #0073aa;
    color: white;
    border-color: #0073aa;
}

/* Responsive design for search page */
@media (max-width: 768px) {
    .date-range-container {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .date-range-group {
        justify-content: space-between;
    }
    
    .search-controls {
        flex-direction: column;
        align-items: stretch;
    }
    
    .search-button {
        width: 100%;
    }
    
    .category-filter-child {
        margin-left: 10px;
    }
}

/* Hide default page titles for styled pages */
.page-title,
.entry-title,
h1.entry-title {
    display: none !important;
}

/* Abbreviation Key Page Styling */
.abbreviation-page-container {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    margin: 22px 0 25px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.abbreviation-page-container .page-header {
    margin-bottom: 25px;
}

.abbreviation-page-container .page-header h1 {
    color: #0073aa;
    font-size: 28px;
    margin: 0 0 10px 0;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.abbreviation-page-container .page-header p {
    color: #666;
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}

.abbreviation-table {
    display: grid;
    grid-template-columns: 1fr 3fr;
    width: 100%;
    row-gap: 0px;
    column-gap: 0;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
}

.abbreviation-table .cell {
    word-wrap: break-word;
    overflow-wrap: break-word;
    margin: 0;
    padding: 12px 15px;
    border-bottom: 1px solid #dee2e6;
    font-size: 14px;
    line-height: 1.4;
}

.abbreviation-table .cell:last-child,
.abbreviation-table .cell:nth-last-child(2) {
    border-bottom: none;
}

/* Header row styling */
.abbreviation-table .cell:nth-child(1),
.abbreviation-table .cell:nth-child(2) {
    background-color: #0073aa;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 2px solid #005a87;
}

/* Light grey background for every second row starting at row 3 */
.abbreviation-table .cell:nth-child(n + 5):nth-child(4n + 1),
.abbreviation-table .cell:nth-child(n + 5):nth-child(4n + 2) {
    background-color: #f8f9fa;
}

/* Hover effect for rows */
.abbreviation-table .cell:nth-child(4n + 3),
.abbreviation-table .cell:nth-child(4n + 4) {
    transition: background-color 0.2s ease;
}

.abbreviation-table .cell:nth-child(4n + 3):hover,
.abbreviation-table .cell:nth-child(4n + 4):hover {
    background-color: #e9ecef;
}

/* Responsive design for abbreviation table */
@media (max-width: 768px) {
    .abbreviation-table {
        grid-template-columns: 1fr;
    }
    
    .abbreviation-table .cell:nth-child(4n + 3) {
        background-color: #0073aa;
        color: white;
        font-weight: bold;
        border-bottom: 1px solid #005a87;
    }
    
    .abbreviation-table .cell:nth-child(4n + 4) {
        background-color: #f8f9fa;
        border-bottom: 1px solid #dee2e6;
    }
}

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Search Form
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Simple Social Icons
		- WP Forms
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Accessible Menu
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Media Queries
		- max-width: 1180px
		- max-width: 1023px
		- max-width: 840px
		- max-width: 600px
		- max-width: 480px
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #fff;
	color: #222;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.625;
	overflow-x: hidden;
}

body.magazine-landing {
	background-color: #222;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	transition: all 0.1s ease-in-out;
}

::selection {
	background-color: #222;
	color: #fff;
	text-shadow: none;
}

a {
	background-color: inherit;
	color: #008285;
	font-weight: 400;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #222;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

mark {
	background-color: #ddd;
	color: #000;
}

blockquote,
blockquote::before {
	color: #888;
}

blockquote {
	margin: 40px;
}

cite {
	font-style: normal;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 2px solid currentColor;
	clear: left;
	color: #eee;
	margin: 1.65em 0;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Raleway, sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 16px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: 0;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #222;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #888;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #222;
	font-family: Raleway, sans-serif;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #222;
	font-family: Raleway, sans-serif;
	opacity: 1;
}

::placeholder {
	color: #222;
	font-family: Raleway, sans-serif;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.sidebar button,
.sidebar input[type="button"],
.sidebar input[type="reset"],
.sidebar input[type="submit"],
.sidebar .widget a.button,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"] {
	background-color: #222;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: Raleway, sans-serif;
	padding: 16px 24px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover,
.entry-content .button:focus,
.entry-content .button:hover,
.sidebar .widget a.button:focus,
.sidebar .widget a.button:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
	color: #fff;
	background-color: #008285;
	border: 0;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 12px;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #ddd;
	border: 0;
	color: #565656;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 500;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

.magazine-landing .site-inner {
	padding-bottom: 40px;
}


/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 750px;
}

.magazine-landing.full-width-content .content {
	float: none;
	margin: 0 auto;
	max-width: 800px;
}

.magazine-landing .content {
	background-color: #fff;
	padding: 50px 60px 24px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 540px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	margin-right: 30px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone {
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

figcaption,
.gallery-caption,
.entry-content .wp-caption-text {
	font-size: 16px;
	font-style: italic;
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
	margin: 0 0 10px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
	margin: 0 0 28px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	border-bottom: 1px dotted #888;
	margin-bottom: 40px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	margin-bottom: 50px;
	padding: 40px;
}

.archive-description,
.author-box {
	background-color: #f5f5f5;
}

.archive-description p:last-child,
.author-box p:last-child,
.search-results .archive-description h1 {
	margin-bottom: 0;
}

.archive-title + p {
	margin-top: 24px;
}

.author-box-title {
	color: #222;
	font-family: Roboto, sans-serif;
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box p {
	margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
	position: relative;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
}

.footer-widgets .search-form input {
	border: 0;
}

.genesis-nav-menu .search-form input {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	text-transform: uppercase;
	width: 180px;
}

.genesis-nav-menu .search-form ::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form ::-webkit-input-placeholder {
	color: #fff;
}

.genesis-nav-menu .search-form input:focus {
	border: 1px solid #fff;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.widget_search input[type="submit"]:focus {
	border-left: 1px solid #ddd;
	box-shadow: none;
	padding: 14px 16px;
	right: 2px;
	top: 2px;
}

/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 36px;
	line-height: 1;
}

.entry-title a,
.sidebar .widget-title a {
	color: #222;
	font-weight: 500;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #008285;
}

.widget-title {
	clear: both;
	font-size: 16px;
	margin-bottom: 24px;
	text-transform: uppercase;
}

.sidebar .widget-title {
	background-color: #222;
	color: #fff;
	padding: 10px;
}

.sidebar .enews .widget-title {
	background: none;
	padding: 0;
}

.footer-widgets .widget-title {
	color: #fff;
}

.magazine-landing .widget-title {
	background-color: #fff;
	color: #222;
}

.archive-title {
	font-size: 20px;
	margin-bottom: 0;
}


/* Widgets
---------------------------------------------------------------------------- */

.widget,
.widget li {
	word-wrap: break-word;
}

.widget li {
	list-style-type: none;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding-bottom: 0;
}

.widget ul > li:last-child {
	margin-bottom: 0;
}

.widget .genesis-nav-menu li li {
	margin: 0;
	padding: 0;
}

/* Featured Content
--------------------------------------------- */

.featured-content {
	clear: both;
	overflow: hidden;
}

.featured-content .entry {
	margin-bottom: 30px;
}

.sidebar .featured-content .entry {
	border-bottom: 2px solid #eee;
}

.sidebar .featured-content .entry:last-child {
	border-bottom: none;
}

.sidebar .featured-content .entry:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	border: 0;
	font-size: 24px;
	line-height: 1.2;
}

.sidebar .featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-title a {
	border: 0;
}

.featured-content a.alignnone {
	display: inline-block;
	margin-bottom: 20px;
	max-width: 100%;
}

.featured-content .entry-header .entry-meta {
	margin-bottom: 10px;
}

.featured-content ul {
	clear: both;
	margin-bottom: 30px;
}

.featured-content li {
	list-style-type: none;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

.widget-area .enews-widget {
	background-color: #222;
	color: #aaa;
	padding: 40px;
}

.widget-area .enews-widget .widget-title {
	color: #fff;
}

.widget-area .enews-widget input:focus {
	border: 1px solid #ddd;
}

.widget-area .enews-widget input[type="submit"] {
	background-color: #008285;
	color: #fff;
}

.widget-area .enews-widget input:focus[type="submit"],
.widget-area .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #222;
}

.magazine-landing .widget-area .enews-widget input:focus[type="submit"],
.magazine-landing .widget-area .enews-widget input:hover[type="submit"] {
	background-color: #222;
	color: #fff;
}

.magazine-landing .widget-area .enews-widget {
	background-color: #fff;
	color: #222;
}

.magazine-landing .widget-area .enews-widget .widget-title {
	color: #222;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Simple Social Icons
--------------------------------------------- */

.sidebar .simple-social-icons ul li {
	margin: 0 2px 4px !important;
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------- */

.primary-nav .site-header {
	padding-top: 64px;
}

.site-header .wrap {
	border-bottom: 2px solid #222;
	padding: 30px 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-top: 30px;
}

.wp-custom-logo .title-area {
	padding: 0;
	text-align: center;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-family: Raleway, sans-serif;
	font-size: 48px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #222;
	font-weight: 900;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: auto;
}

.site-header .widget-area p {
	margin-bottom: 0;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #222;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	border: 0;
	color: #222;
	display: block;
	padding: 25px 20px;
	position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #008285;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #222;
	border-top: none;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-transform: none;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -53px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #222;
}

.site-header .sub-menu .sub-menu {
	margin-top: -54px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #222;
	color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .nav-primary {
	top: 32px;
}

.nav-primary a {
	color: #fff;
}

.nav-primary a:focus,
.nav-primary a:hover,
.nav-primary .sub-menu a:focus,
.nav-primary .sub-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #aaa;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	background-color: #222;
	border: 1px solid #fff;
	border-top: none;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	margin-top: -100px;
	padding-top: 100px;
}

.nav-secondary .wrap {
	border-bottom: 1px solid #222;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}


/* Content Area
---------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 60px;
}

.archive .content .entry,
.page-template-page_blog-php .content .entry {
	border-bottom: 2px solid #eee;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: 0;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 15px;
}

.entry-content ol,
.entry-content ul {
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 14px;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	border-bottom: 1px solid #222;
	border-top: 2px solid #222;
	margin-top: 40px;
	padding: 30px 0;
}

.after-entry p:last-child {
	margin-bottom: 0;
}

.after-entry .widget {
	margin-bottom: 30px;
}

.after-entry .widget:last-child {
	margin-bottom: 0;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	font-size: 14px;
	margin: 40px 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #008285;
}

.entry-pagination a {
	border-bottom: 1px solid #ddd;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 50px;
}

.comment-content {
	clear: both;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 24px;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebars
---------------------------------------------------------------------------- */

.magazine-landing .sidebar,
.magazine-landing .sidebar a {
	color: #fff;
}

.magazine-landing .sidebar a:focus,
.magazine-landing .sidebar a:hover {
	color: #aaa;
	text-decoration: none;
	text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, 2px 0 0 #222, -2px 0 0 #222;
	box-shadow: inset 0 -1px 0 0 #aaa;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .featured-content p:last-child {
	margin-bottom: 24px;
}

.sidebar li {
	border-bottom: 1px dotted #888;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar .tagcloud a,
.sidebar .tagcloud a:visited {
	background-color: #eee;
	color: #222;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 5px 10px;
}

.sidebar .tagcloud a:focus,
.sidebar .tagcloud a:hover {
	background-color: #008285;
	color: #fff;
}


/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #aaa;
	clear: both;
	font-size: 14px;
	padding: 60px 0 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 360px;
}

.footer-widgets-1 {
	margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets a {
	color: #fff;
	font-weight: 300;
}

.footer-widgets a:focus,
.footer-widgets a:hover {
	color: #ccc;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5,
.footer-widgets h6 {
	color: #fff;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets li {
	margin-bottom: 20px;
}

.footer-widgets .enews-widget {
	padding: 0;
}

.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #eee;
	color: #222;
}

.footer-widgets button:focus,
.footer-widgets button:hover,
.footer-widgets input[type="button"]:focus,
.footer-widgets input[type="button"]:hover,
.footer-widgets input[type="reset"]:focus,
.footer-widgets input[type="reset"]:hover,
.footer-widgets input[type="submit"]:focus,
.footer-widgets input[type="submit"]:hover,
.footer-widgets .button:focus,
.footer-widgets .button:hover,
.woocommerce .footer-widgets button:focus,
.woocommerce .footer-widgets button:hover,
.woocommerce .footer-widgets input[type="button"]:focus,
.woocommerce .footer-widgets input[type="button"]:hover,
.woocommerce .footer-widgets input[type="reset"]:focus,
.woocommerce .footer-widgets input[type="reset"]:hover,
.woocommerce .footer-widgets input[type="submit"]:focus,
.woocommerce .footer-widgets input[type="submit"]:hover,
.woocommerce .footer-widgets .button:focus,
.woocommerce .footer-widgets .button:hover {
	background-color: #fff;
	color: #222;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	background-color: #222;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	text-align: center;
}

.site-footer .wrap {
	border-top: 1px solid #444;
	padding: 60px 0;
}

.site-footer,
.site-footer a {
	color: #aaa;
}

.site-footer a:focus,
.site-footer a:hover {
	color: #fff;
}

.site-footer p {
	margin-bottom: 0;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1180px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.site-header .title-area,
	.wp-custom-logo .title-area {
		max-width: 380px;
	}

	.site-header .widget-area,
	.wp-custom-logo .header-widget-area {
		max-width: 570px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 780px;
	}

	.content {
		width: 630px;
	}

	.content-sidebar-sidebar .content,
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content {
		width: 450px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary {
		width: 300px;
	}

	.sidebar-secondary {
		width: 150px;
	}

}

@media only screen and (max-width: 1023px) {

	.site-inner,
	.wrap {
		max-width: 750px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.site-header .title-area,
	.wp-custom-logo .site-header .widget-area,
	.wp-custom-logo .site-header .title-area {
		max-width: 100%;
		width: 100%;
	}

	.custom-logo-link {
		display: block;
		margin: 0 auto;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .widget-area {
		margin-top: 20px;
	}

	.nav-primary {
		position: static;
	}

	.featured-content .entry,
	.site-header .search-form,
	.site-title {
		float: none;
	}

	.primary-nav .site-header,
	.title-area {
		padding-top: 0;
	}

	.title-area {
		padding-bottom: 20px;
	}

	.genesis-nav-menu > .right {
		display: none;
	}

}

@media only screen and (max-width: 840px) {

	.site-inner {
		max-width: 100%;
	}

	.footer-widgets,
	.nav-secondary,
	.site-footer,
	.site-header,
	.site-inner {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu > .first > a {
		padding-left: 20px;
	}

	.admin-bar nav.nav-primary {
		top: 0;
	}

	nav.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.site-header nav .wrap {
		padding: 0;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border: 0;
		background-color: #fff;
		color: #222;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	nav.nav-primary .sub-menu-toggle,
	#genesis-mobile-nav-primary {
		background-color: #222;
		color: #fff;
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		color: #aaa;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		background-color: #fff;
		color: #aaa;
		border: 0;
	}

	.menu-toggle:focus,
	.sub-menu-toggle:focus {
		outline: 1px solid #ccc;
	}

	.sub-menu-toggle:focus {
		outline-offset: -1px;
	}

	.menu-toggle {
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.menu-toggle::before {
		margin-right: 10px;
		text-rendering: auto;
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 10px;
		top: 0;
		z-index: 100;
	}

	nav.nav-primary .sub-menu-toggle:focus,
	nav.nav-primary .sub-menu-toggle:hover {
		background-color: transparent;
		color: #aaa;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: 0;
		margin-bottom: 1px;
		margin-top: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}

/* CUSTOM CSS ADDED BELOW */

/* Visual Stuff for everywhere */
.home-highlighted {
    background: #006e94;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.site-header .wrap {
    padding: 0;
	border-bottom: 0!important;
}
.site-inner, .title-area {
    padding-top: 0;
}
.genesis-nav-menu a {
    padding: 10px 10px;
	font-weight: bold;
	text-transform: none;
}
.nav-secondary {
	margin-top: 0;
    padding-top: 0;
	background-color: #e0f0ff; /* Light blue */
}
.genesis-nav-menu .sub-menu a {
  background-color: #e0f0ff;
  padding: 8px 12px;
  display: block;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.genesis-nav-menu > li > a:hover {
  background-color: #cce4ff; /* Slightly darker on hover */
}
.genesis-nav-menu .sub-menu a:hover {
  background-color: #cce4ff; /* Slightly darker on hover */
}
.genesis-nav-menu .sub-menu a {
  border: none;
}
.wrap {
  border-bottom: none!important;
}
.entry-title {
	padding-top: 10px;
}
.entry-meta,
.entry-categories,
.entry-footer {
  display: none;
}
.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 0.7em;
    margin-left: 4px;
}
#menu-footer-menu li {
    list-style-type: disc;
    margin-left: 150px;
    text-align: left;
}
#menu-footer-menu li a {
    font-weight: bold;
    display: block;
    text-align: left;
}
/* Remove bottom margin from all <li> items inside .footer-widgets */
.footer-widgets li {
    margin-bottom: 0;
}
/* Remove padding around each field */
.wpforms-field {
  padding: 5px !important;
  margin: 5px !important;
}

/* Remove padding around the entire form */
.wpforms-form {
  padding: 0 !important;
  margin: 0 !important;
}

/* Force all input fields to full width */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="number"],
.wpforms-form select {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.wpforms-submit-container {
  text-align: center !important;
}
.wpforms-submit {
  display: inline-block !important;
}
/* Search Results CSS */
.archive-description {
    padding: 10px;
    margin-bottom: 20px;
}

.search-result-count {
    font-size: 0.8em;   /* smaller text */
    color: #666;        /* subtle grey */
    font-weight: normal;
}

mark {
    background: #ffeb3b;
    color: inherit;
    padding: 0 2px;
}

/* Extended Search Form */
.search-form-extended {
    margin-bottom: 20px;
}
.search-form-heading {
    margin-bottom: 10px;
    color: #0073aa;
}
.search-form-row {
    margin-bottom: 10px;
}
.search-input {
    width: 100%;
    padding: 8px;
    font-size: 16px;
}
.date-range-row {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
}
.date-select-group {
    display: flex;
    align-items: center;
    gap: 6px;
}
.month-select,
.year-select {
    padding: 8px;
    font-size: 16px;
}
.actions-row {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sort-link {
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold;
    color: #0073aa;
}
.search-button {
    padding: 8px 12px;
    font-size: 16px;
}

/* Category Filter Styles */
.search-category-filter {
    margin-top: 20px;
}
.category-filter-form {
    display: block;
}
.category-filter-heading {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
}
.category-filter-label {
    display: block;
    margin: 0;
}
.category-filter-child {
    padding-left: 15px; /* indent child categories */
}

/* Search Result Titles */
.search-result-title {
    font-size: 1.2em;       /* one size larger than normal text */
    margin-top: 0;
    margin-bottom: 0;
}
.search-result-title a:hover {
    text-decoration: underline; /* subtle hover cue */
}

/* Adjust line height for search results */
.custom-search-results,
.custom-search-results p,
.custom-search-results .search-result {
    line-height: 1.4;
}

/* Block-style Pagination */
.pagination-block {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 2rem;
    justify-content: center;
}

.pagination-item a,
.pagination-item span {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    background-color: #f5f5f5;
    color: #0073aa;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s ease;
}

.pagination-item a:hover {
    background-color: #0073aa;
    color: #fff;
}

.pagination-item .current {
    background-color: #0073aa;
    color: #fff;
    border-color: #0073aa;
    font-weight: bold;
}

/* LVT Shop Container to match page boxes */
.lvt-shop-container {
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 20px;
	margin: 22px 0 25px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Page-style header inside the box */
.lvt-shop-container .page-header {
	margin-bottom: 20px;
}
.lvt-shop-container .page-header h1 {
	color: #0073aa;
	font-size: 28px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #0073aa;
	padding-bottom: 10px;
}

/* Shop intro */
.lvt-shop-intro {
	margin: 0 0 12px 0;
}
.lvt-shop-intro h2 {
	margin: 0 12px 12px 0;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 700;
}
.lvt-shop-intro p { margin: 0 0 10px 0; line-height: 1.6; }
.lvt-shop-intro ul { margin: 0 0 12px 20px; }
.lvt-shop-intro li { margin: 0 0 8px 0; line-height: 1.6; }

/* Add spacing between the box and WooCommerce grid below */
.woocommerce .products { margin-top: 18px; }

/* Optional: hide default page title if it duplicates your header */
.woocommerce .woocommerce-products-header__title.page-title { display: none; }

/* ******************** */

/* LVT Shop archive cleanup */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { display: none !important; }

.woocommerce ul.products { margin-top: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin-bottom: 6px; }

/* Ensure loop images are hidden even if theme re-adds them */
.woocommerce ul.products li.product a img { display: none !important; }

/* Custom Subscription Page Styles */
.subscription-page-container {
	background-color: #f8f9fa;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 20px;
	margin: 22px 0 25px 0;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.subscription-page-container .page-header h1 {
	color: #0073aa;
	font-size: 28px;
	margin: 0 0 10px 0;
	border-bottom: 2px solid #0073aa;
	padding-bottom: 10px;
}

.subscription-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.subscription-option {
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.subscription-option h3 {
	color: #0073aa;
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: 600;
}

.subscription-description {
	color: #666;
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 1.4;
}

.subscription-price {
	font-size: 24px;
	font-weight: bold;
	color: #0073aa;
	margin: 0 0 20px 0;
}

.subscribe-button {
	background-color: #0073aa;
	color: white;
	text-decoration: none;
	padding: 12px 24px;
	border-radius: 4px;
	font-weight: 600;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.subscribe-button:hover {
	background-color: #005a87;
	color: white;
	text-decoration: none;
}

@media (max-width: 768px) {
	.subscription-options {
		grid-template-columns: 1fr;
	}
}

/* Single Product layout tweaks */
.single-product .product_title.entry-title,
.single-product h1.product_title {
	display: block !important;
}

/* Right-align gallery on desktop, center on mobile */
.single-product div.product div.images,
.single-product .woocommerce-product-gallery {
	float: right !important;
	text-align: right;
	margin-left: 20px;
}

.single-product div.product div.summary {
	float: left !important;
}

.single-product .site-inner {
	margin-top: 40px;
}

.single-product .woocommerce-product-gallery img,
.single-product div.product div.images img {
	max-height: 200px !important;
	width: auto !important;
}

/* Hide short description (the summary above add to cart) */
.single-product .summary .woocommerce-product-details__short-description,
.single-product .product .summary .woocommerce-product-details__short-description,
.single-product .summary p.price + .woocommerce-product-details__short-description {
	display: none !important;
}

.single-product .woocommerce-tabs h2:first-child {
	display: none;
}

@media (max-width: 768px) {
	.single-product div.product div.images,
	.single-product .woocommerce-product-gallery {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
}

