/**
Theme Name: ConsoliGrid
Theme URI: https://github.com/consoli-tech/consoligrid
Author: Brian Abbott
Author URI: https://brianabbott.com
Description: A hybrid WordPress theme for Consolidated Utilities.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: consoligrid
*/


/*****************************************************
 *  ██████╗ ██████╗ ██╗      ██████╗ ██████╗ ███████╗
 *  ██╔════╝██╔═══██╗██║     ██╔═══██╗██╔══██╗██╔════╝
 *  ██║     ██║   ██║██║     ██║   ██║██████╔╝███████╗
 *  ██║     ██║   ██║██║     ██║   ██║██╔══██╗╚════██║
 * ╚██████╗╚██████╔╝███████╗╚██████╔╝██║  ██║███████║
 *****************************************************/

:root {
    --white: #fff;
    --black: #000;
    --light-blue: #008fd9;
    --baby-blue: #f2f9fd;
    --primary-grey: #ccc;
    --secondary-grey: #001b2d;
    --coastal--llc-green-background: #effcf2;
    --coastal-llc-green-text: #26a71a;
    --coastal-blue-background: #e5f4fb;
    --coastal-blue-foreground: #008fd9;
}


/*************************************************
 * ███████╗ ██████╗ ███╗   ██╗████████╗███████╗
 * ██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝
 * █████╗  ██║   ██║██╔██╗ ██║   ██║   ███████╗
 * ██╔══╝  ██║   ██║██║╚██╗██║   ██║   ╚════██║
 * ██║     ╚██████╔╝██║ ╚████║   ██║   ███████║
 * ╚═╝      ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝
 *************************************************/

@font-face {
    font-family: 'Avenir-Light';
    src: url('consoligrid-html-css/fonts/avenir_light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Book';
    src: url('consoligrid-html-css/fonts/avenir_book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Book-Oblique';
    src: url('consoligrid-html-css/fonts/avenir_book_oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('consoligrid-html-css/fonts/avenir_regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Roman';
    src: url('consoligrid-html-css/fonts/avenir_roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Medium';
    src: url('consoligrid-html-css/fonts/avenir_medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Oblique';
    src: url('consoligrid-html-css/fonts/avenir_oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: oblique;
}

@font-face {
    font-family: 'Avenir-Black';
    src: url('consoligrid-html-css/fonts/avenir_black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('consoligrid-html-css/fonts/avenir_heavy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/***********************************************
 * Base Styles
 **********************************************/

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Avenir-Medium', sans-serif;
}


/***********************************************
 * Desktop
 **********************************************/

/** Menu */

.cu-logo-menu {
    padding: 10px 89px 10px 50px;
    width: 162px;
}

.main-nav {
    background-color: #fff;
}

.main-nav-middle {
    display: flex;
    justify-content: center;
}

.menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.menu-item a {
    color: #001b2d;
    font-family: 'Avenir-Medium', sans-serif;
    text-decoration: none;
}

.menu-item {
    text-align: left;
    line-height: 1.25;
    letter-spacing: normal;
    opacity: 0.5;
    padding: 40px 20px; /** Change to 15 PX for slightly smaller screens **/
}

.current-menu-item {
    text-align: left;
    line-height: 1.25;
    letter-spacing: normal;
    padding: 40px 20px;
    opacity: 1;
}

.current-menu-item a {
    color: #000;
    font-family: 'Avenir-Medium', sans-serif;
    text-decoration: none;
}

.main-nav-middle .menu-item:last-child {
    text-align: left;
    line-height: 1.25;
    letter-spacing: normal;
    padding: 40px 25px 40px 25px;
    opacity: 1;
}

.main-nav-middle .menu-item:last-child a {
    background-color: #008fd9;
    color: #fff;
    padding: 12px 31px;
    border-radius: 34px;
}

.main-nav-right {
    padding-right: 50px;
}

/** Footer **/

.footer-container {
    background-color: #001b2d;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
}

.footer-container p {
    margin: 0 auto;
    color: #fff;
    font-family: 'Avenir-Medium', sans-serif;
}

/** 404 Error Page **/

.error-page {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 160px);
    padding: 40px 20px;
    background-color: #f2f9fd;
}

.error-page-card {
    text-align: center;
    padding: 80px 40px;
    width: 100%;
    max-width: 900px;
}

.error-page-code {
    font-family: 'Montserrat', sans-serif;
    font-size: 160px;
    font-weight: 900;
    color: #001b2d;
    margin: 0;
    line-height: 1;
}

.error-page-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #001b2d;
    margin: 20px 0 10px;
}

.error-page-message {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0 0 30px;
}

.error-page-btn {
    display: inline-block;
    background-color: #001b2d;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 32px;
    border-radius: 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.error-page-btn:hover {
    background-color: #003355;
}

/** About Page **/

.about-content {
    display: flex;
    justify-content: center;
    padding: 40px 20px 80px;
}

.about-body {
    max-width: 800px;
    width: 100%;
}

.about-body p {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    margin: 0 0 20px;
}

/** Billing Section **/

.billing-container {
    padding: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 130px;
}

.online-bill-pay-munibilling {
    padding-left: 20px;
}

.online-bill-pay-munibilling h1 {
    font-family: 'Avenir-Medium', sans-serif;
    font-weight: 500;
}

.online-bill-pay-munibilling p {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

.cu-logo-phone {
    width: 500px;
}

/** Main Section */

.home-page-main-container {
    background-color: var(--baby-blue);
    padding: 80px 130px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-page-main-container h1 {
    font-family: 'Avenir-Medium', sans-serif;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
}

.home-page-main-container p {
    font-family: 'Avenir-Roman', sans-serif;
    text-align: center;
    line-height: 1.88;
}

/** Front page content — paragraphs outside of pattern sections */
.front-page-content > p {
    padding: 0 130px;
    font-family: 'Avenir-Roman', sans-serif;
    line-height: 1.88;
}

.front-page-content > h1 {
    padding: 0 130px;
    font-family: 'Avenir-Medium', sans-serif;
    text-align: center;
    font-weight: 500;
}

/** FAQ Section **/

.faq-container {
    margin: 0 130px;
}

.faq-h1 {
    font-family: 'Avenir-Medium', sans-serif;
    margin-top: 80px;
    text-align: center;
}

.faq-item {
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.faq-question h1 {
    font-family: Avenir-Regular sans-serif;
    font-size: 20px;
    margin: 0;
    flex: 1;
}

.faq-icon {
    width: 24px;
    height: 24px;
    margin-left: 20px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-closed-question {
    border-bottom: 2px solid rgba(204, 204, 204, 0.5);
    padding: 20px 0;
}

.faq-closed-question .faq-answer {
    display: none;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.faq-open-question {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background-color: #f2f9fd;
    border-bottom: none;
}

.faq-open-question .faq-question h1 {
    padding-bottom: 15px;
}

.faq-open-question .faq-answer {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 16px;
    display: block;
    opacity: 1;
    max-height: 500px;
    transition: opacity 0.3s ease, max-height 0.3s ease;
    line-height: 1.88;
}

/** Page Header **/

.page-header {
    background-image: url('consoligrid-html-css/img/banner.png');
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header h1 {
    font-family: 'Avenir', sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

/** Rates Page Header **/

.page-header-rates {
    background-image: url('consoligrid-html-css/img/banner.png');
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 60px 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-header-rates h1 {
    font-family: 'Avenir', sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 0 0 30px;
}

.rates-search {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 540px;
    position: relative;
}

.rates-search input {
    width: 100%;
    height: 50px;
    padding: 0 60px 0 20px;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
    color: #001b2d;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
}

.rates-search input::placeholder {
    color: #999;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
}

.rates-search-btn {
    position: absolute;
    right: 4px;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background-color: #008fd9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.rates-commercial-link {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 14px;
    color: #008fd9;
    margin-top: 15px;
    text-decoration: underline;
}

/** Billing Page Layout **/

.billing-section {
    margin-bottom: 32px;
}

.billing-section h2 {
    font-family: 'Avenir', sans-serif;
    font-size: 32px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.billing-systems {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
    max-width: 1200px;
    margin: 0 auto;
}

/** Override wp-block-buttons flex when used as billing grid **/
.wp-block-buttons.billing-systems {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 31px;
    max-width: 1200px;
    margin: 0 auto;
}

.wp-block-buttons.billing-systems .wp-block-button {
    margin: 0 !important;
}

.wp-block-buttons.billing-systems .wp-block-button__link {
    background-color: var(--baby-blue) !important;
    color: #001b2d !important;
    padding: 30px 20px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Avenir', sans-serif;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.wp-block-buttons.billing-systems .wp-block-button__link:hover {
    background-color: #dff0fa !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/** Areas We Serve Layout **/

.areas-we-serve {
    display: flex;
    justify-content: center;
    align-items: center;
}

.areas-we-serve img {
    margin: 20px 20px;
    height: 250px;
}

/** Components **/

.btn-blue {
    width: 120px;
    height: 44px;
    padding: 12px 31px;
    border-radius: 34px;
    background-color: #008fd9;
    color: #fff;
    text-decoration: none;
    font-family: 'Avenir-Medium', sans-serif;
}

/** Block editor button override **/
.wp-block-button.btn-blue {
    width: auto;
    display: inline-block;
}

.wp-block-button.btn-blue .wp-block-button__link {
    background-color: #008fd9;
    color: #fff;
    font-family: 'Avenir-Medium', sans-serif;
    padding: 12px 31px;
    border-radius: 34px;
    width: auto;
    font-size: 14px;
    white-space: nowrap;
}

.system-card {
    background-color: var(--baby-blue);
    padding: 0;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Avenir', sans-serif;
}

.figcaption {
    font-family: 'Avenir', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #000;
}

/** News Page **/

.news-container {
    padding: 60px 80px;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.news-card {
    background-color: #faf9fc;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
}

.news-card-title {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #001b2d;
    margin: 0 0 10px;
    line-height: 1.4;
}

.news-card-meta {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0 0 5px;
}

.news-card-category {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0 0 12px;
}

.news-card-category a {
    color: #008fd9;
    text-decoration: underline;
}

.news-card-badge {
    display: inline-block;
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 12px;
    color: #008fd9;
    background-color: rgba(0, 143, 217, 0.1);
    border-radius: 4px;
    padding: 3px 10px;
    margin-bottom: 15px;
    align-self: flex-start;
}

.news-card-badge a {
    color: #008fd9;
    text-decoration: none;
}

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

.news-card-excerpt {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    margin: 0 0 20px;
    flex-grow: 1;
}

.news-card-btn {
    display: inline-block;
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #008fd9;
    border-radius: 34px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.news-card-btn:hover {
    background-color: #0077b6;
}

/** Post Detail Page **/

.no-page-header {
    padding-top: 40px;
}

.post-content-wrapper {
    background-color: #f2f9fd;
}

.post-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 80px 0;
}

.post-content {
    padding-bottom: 30px;
}

.post-comments-wrapper {
    background-color: #fff;
}

.post-title {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #001b2d;
    margin: 0 0 12px;
}

.post-meta {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 13px;
    color: #999;
    margin: 0 0 5px;
}

.post-category {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 13px;
    color: #999;
    margin: 0 0 12px;
}

.post-category a {
    color: #008fd9;
    text-decoration: none;
}

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

.post-body {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin: 20px 0 25px;
}

.post-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.post-link-btn {
    display: inline-block;
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #008fd9;
    border-radius: 25px;
    padding: 12px 25px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.post-link-btn:hover {
    background-color: #0077b6;
}

.post-comments {
    max-width: 900px;
    margin: 0 auto;
    padding: 25px 80px 60px;
    border-top: 1px solid #e0e0e0;
}

.post-comments p {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 15px;
    color: #001b2d;
}

/** Post Comments Section **/

.post-comments-section {
    max-width: 900px;
    margin: 0 auto;
    padding: 30px 80px 60px;
    border-top: 1px solid #e0e0e0;
}

.comments-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.comments-heading {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #001b2d;
    margin: 0 0 10px;
}

.comments-count {
    font-weight: 400;
    color: #999;
}

.comments-empty {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 15px;
    color: #999;
    line-height: 1.6;
    margin: 0;
}

.comments-response-to {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0 0 25px;
}

.comment {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.comment-avatar img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-author {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #001b2d;
    margin: 0 0 2px;
}

.comment-date {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 12px;
    color: #999;
    margin: 0 0 8px;
}

.comment-text {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin: 0 0 6px;
}

.comment-moderation-notice {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background-color: #fff3e0;
    border-radius: 6px;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.comment-moderation-icon {
    color: #f5a623;
    font-size: 16px;
    line-height: 1;
}

.comment-moderation-notice p {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
    margin: 0;
}

.comment-actions {
    display: flex;
    gap: 12px;
}

.comment-edit-link {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 13px;
    color: #008fd9;
    text-decoration: none;
}

.comment-edit-link:hover {
    text-decoration: underline;
}

.comment-reply-link {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 13px;
    color: #008fd9;
    text-decoration: none;
}

.comment-reply-link:hover {
    text-decoration: underline;
}

.comment-nested {
    margin-top: 20px;
    padding-left: 20px;
    border-left: 2px solid #e0e0e0;
}

.reply-notice a {
    color: #008fd9;
    text-decoration: none;
}

.reply-notice a:hover {
    text-decoration: underline;
}

.comment-reply-form {
    background-color: #f2f9fd;
    border-radius: 10px;
    padding: 25px;
}

.reply-heading {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: #001b2d;
    margin: 0 0 10px;
}

.reply-notice {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 12px;
    color: #999;
    margin: 0 0 20px;
    line-height: 1.5;
}

.reply-label {
    display: block;
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 13px;
    color: #001b2d;
    margin-bottom: 6px;
}

.reply-textarea {
    width: 100%;
    min-height: 100px;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 15px;
    resize: vertical;
    box-sizing: border-box;
}

.reply-textarea::placeholder,
.reply-input::placeholder {
    color: #bbb;
}

.reply-input {
    width: 100%;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 12px;
    margin-bottom: 15px;
    box-sizing: border-box;
}

.reply-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 20px;
}

.reply-checkbox input[type="checkbox"] {
    margin-top: 3px;
}

.reply-checkbox label {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 12px;
    color: #666;
    line-height: 1.4;
}

.reply-submit-btn {
    width: 100%;
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 15px;
    color: #fff;
    background-color: #008fd9;
    border: none;
    border-radius: 6px;
    padding: 14px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.reply-submit-btn:hover {
    background-color: #0077b6;
}

/** Contact Page **/

.contact-section {
    padding: 40px 80px 60px;
    display: flex;
    justify-content: center;
    background-color: #f2f9fd;
}

.contact-card {
    width: 100%;
    max-width: 900px;
    border: 2px solid #e0e8ed;
    border-radius: 10px;
    padding: 40px;
}

.contact-notice {
    margin-bottom: 30px;
}

.contact-notice p {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 16px;
    color: #001b2d;
    margin: 0;
    line-height: 1.6;
}

.contact-content {
    display: flex;
    gap: 40px;
}

.contact-form-wrapper {
    flex: 1;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form-row {
    display: flex;
    gap: 15px;
}

.contact-form-row input {
    flex: 1;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
    color: #001b2d;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #999;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
}

.contact-form textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-send-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #008fd9;
    color: #fff;
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.contact-send-btn:hover {
    background-color: #0077b6;
}

/** Contact Form 7 overrides **/
.contact-form-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form-wrapper .wpcf7-form > p {
    margin: 0;
}

.contact-form-wrapper .wpcf7-form .contact-form-row {
    display: flex;
    gap: 15px;
}

.contact-form-wrapper .wpcf7-form .contact-form-row p {
    flex: 1;
    margin: 0;
}

.contact-form-wrapper .wpcf7-form .contact-form-row .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.contact-form-wrapper .wpcf7-form input[type="text"],
.contact-form-wrapper .wpcf7-form input[type="email"],
.contact-form-wrapper .wpcf7-form input[type="tel"],
.contact-form-wrapper .wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
    color: #001b2d;
    background-color: #fff;
    outline: none;
    box-sizing: border-box;
}

.contact-form-wrapper .wpcf7-form input::placeholder,
.contact-form-wrapper .wpcf7-form textarea::placeholder {
    color: #999;
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 14px;
}

.contact-form-wrapper .wpcf7-form textarea {
    resize: vertical;
    min-height: 100px;
}

.contact-form-wrapper .wpcf7-form input[type="submit"] {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 5px;
    background-color: #008fd9;
    color: #fff;
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form-wrapper .wpcf7-form input[type="submit"]:hover {
    background-color: #0077b6;
}

.contact-form-wrapper .wpcf7-form p {
    margin: 0;
}

.contact-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-info-item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.contact-info-icon {
    width: 36px;
    height: 36px;
    background-color: #f2f9fd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-text h3 {
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #001b2d;
    margin: 0 0 4px;
}

.contact-info-text p {
    font-family: 'Avenir-Roman', sans-serif;
    font-size: 13px;
    color: #555;
    margin: 0;
    line-height: 1.5;
}

/** Green Checkmark List Style **/

.is-style-checkmark {
    list-style: none;
    padding-left: 0;
}

.is-style-checkmark li {
    position: relative;
    padding: 16px 0 16px 44px;
    border-bottom: 1px solid #e0e0e0;
    font-family: 'Avenir-Medium', sans-serif;
    font-size: 16px;
    color: #001b2d;
}

.is-style-checkmark li:last-child {
    border-bottom: none;
}

.is-style-checkmark li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #34c759;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

/** Utils **/

.margin-bottom-30-px {
    margin-bottom: 30px;
}

/** Responsive Images **/

img {
    max-width: 100%;
    height: auto;
}

/** Mobile Navigation (Hamburger Menu) **/

.mobile-nav-header {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    position: relative;
    z-index: 1002;
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-overlay.active {
    display: block;
    opacity: 1;
}

.hamburger-menu {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    z-index: 1003;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin-right: 25px;
}

.hamburger-line {
    width: 28px;
    height: 3px;
    background-color: #001b2d;
    transition: all 0.3s ease;
    border-radius: 2px;
    display: block;
}

.hamburger-menu.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

body.menu-open {
    overflow: hidden;
}

/***********************************************
 * RESPONSIVE STYLES
 **********************************************/

/** Tablet (768px - 1024px) **/
@media screen and (max-width: 1024px) {
    .cu-logo-menu {
        padding: 10px 30px 10px 30px;
        width: 140px;
    }

    .menu-item {
        padding: 40px 12px;
        font-size: 14px;
    }

    .current-menu-item {
        padding: 40px 12px;
        font-size: 14px;
    }

    .main-nav-middle .menu-item:last-child {
        padding: 40px 15px 40px 15px;
    }

    .main-nav-right {
        padding-right: 30px;
    }

    .billing-container {
        padding: 60px 40px;
        margin: 0 60px;
    }

    .cu-logo-phone {
        width: 400px;
    }

    .home-page-main-container {
        padding: 60px 80px;
    }

    .front-page-content > p,
    .front-page-content > h1 {
        padding: 0 80px;
    }

    .faq-container {
        margin: 0 80px;
    }

    .faq-h1 {
        margin-top: 60px;
    }

    .page-header {
        height: 250px;
    }

    .page-header h1 {
        font-size: 42px;
    }

    .page-header-rates h1 {
        font-size: 42px;
    }

    .rates-search {
        max-width: 460px;
    }

    .billing-section {
        padding: 0 60px;
    }

    .billing-section h2 {
        font-size: 28px;
    }

    .billing-systems,
    .wp-block-buttons.billing-systems {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 25px;
    }

    .system-card {
        padding: 0;
        font-size: 18px;
    }

    /** News Page **/
    .news-container {
        padding: 50px 40px;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    /** Post Detail Page **/
    .post-container {
        padding: 30px 40px 0;
    }

    .post-comments {
        padding: 25px 40px 50px;
    }

    .post-comments-section {
        padding: 30px 40px 50px;
    }

    /** Contact Page **/
    .contact-section {
        padding: 30px 40px 50px;
    }

    .contact-card {
        padding: 30px;
    }
}

/** Mobile (320px - 767px) **/
@media screen and (max-width: 767px) {
    /** Mobile Navigation **/
    .mobile-nav-header {
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .mobile-nav-header .cu-logo-menu {
        width: 120px;
        padding: 0;
    }

    .main-nav {
        position: relative;
    }

    .menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 300px;
        height: 100vh;
        background-color: #fff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        padding: 80px 0 20px 0;
        transition: right 0.3s ease;
        z-index: 1000;
        overflow-y: auto;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    }

    .menu.active {
        right: 0;
    }

    .main-nav-left,
    .main-nav-middle,
    .main-nav-right {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
    }

    .main-nav-left {
        display: none;
    }

    .menu-item,
    .current-menu-item,
    .main-nav-middle .menu-item:last-child {
        padding: 15px 25px;
        text-align: left;
        border-bottom: 1px solid rgba(204, 204, 204, 0.3);
        opacity: 1;
    }

    .menu-item a,
    .current-menu-item a,
    .main-nav-middle .menu-item:last-child a {
        display: block;
        width: 100%;
    }

    .main-nav-middle .menu-item:last-child a {
        background-color: #008fd9;
        color: #fff;
        width: 100%;
        display: block;
        text-align: center;
        padding: 12px 20px;
    }

    /** Add spacing for fixed header **/
    body {
        padding-top: 70px;
    }

    /** Billing Section **/
    .billing-container {
        flex-direction: column;
        padding: 40px 20px;
        margin: 0;
        text-align: center;
    }

    .cu-logo-phone {
        width: 100%;
        max-width: 350px;
        margin-bottom: 30px;
    }

    .online-bill-pay-munibilling h1 {
        font-size: 24px;
        margin-top: 0;
    }

    .online-bill-pay-munibilling p {
        font-size: 15px;
    }

    /** Main Section **/
    .home-page-main-container {
        padding: 40px 20px;
    }

    .front-page-content > p,
    .front-page-content > h1 {
        padding: 0 20px;
    }

    .home-page-main-container h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .home-page-main-container p {
        font-size: 15px;
        line-height: 1.7;
    }

    /** FAQ Section **/
    .faq-container {
        margin: 0 20px;
    }

    .faq-h1 {
        font-size: 24px;
        margin-top: 40px;
    }

    .faq-closed-question {
        padding: 15px 0;
    }

    .faq-open-question {
        padding: 20px;
    }

    .faq-question h1 {
        font-size: 16px;
    }

    .faq-icon {
        width: 20px;
        height: 20px;
        margin-left: 15px;
    }

    .faq-open-question .faq-answer {
        font-size: 14px;
        line-height: 1.6;
    }

    /** Footer **/
    .footer-container {
        padding: 20px 15px;
    }

    .footer-container p {
        font-size: 12px;
        text-align: center;
    }

    /** Buttons **/
    .btn-blue {
        font-size: 14px;
        padding: 10px 20px;
        width: auto;
    }

    /** Billing Page **/
    .page-header {
        height: 200px;
    }

    .page-header h1 {
        font-size: 32px;
        padding: 0 20px;
    }

    .page-header-rates {
        padding: 40px 20px 30px;
    }

    .page-header-rates h1 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .rates-search {
        max-width: 90%;
    }

    .rates-search input {
        height: 44px;
        font-size: 13px;
        padding: 0 50px 0 16px;
    }

    .rates-search input::placeholder {
        font-size: 13px;
    }

    .rates-search-btn {
        width: 36px;
        height: 36px;
    }

    .rates-search-btn svg {
        width: 16px;
        height: 16px;
    }

    .rates-commercial-link {
        font-size: 13px;
    }

    .billing-section {
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .billing-section h2 {
        font-size: 22px;
        padding: 0 5px;
        line-height: 1.4;
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .billing-systems,
    .wp-block-buttons.billing-systems {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }

    .wp-block-buttons.billing-systems .wp-block-button__link {
        padding: 20px 15px;
        font-size: 16px;
    }

    .system-card {
        padding: 0;
        font-size: 16px;
        text-align: center;
    }

    /** News Page **/
    .news-container {
        padding: 30px 15px;
    }

    .news-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-card {
        padding: 25px 20px;
    }

    .news-card-title {
        font-size: 16px;
    }

    .news-card-excerpt {
        font-size: 13px;
    }

    /** Post Detail Page **/
    .post-container {
        padding: 20px 15px 0;
    }

    .post-comments {
        padding: 25px 15px 40px;
    }

    .post-title {
        font-size: 20px;
    }

    .post-body {
        font-size: 14px;
    }

    .post-links {
        flex-direction: column;
    }

    .post-link-btn {
        font-size: 13px;
        padding: 10px 20px;
        text-align: center;
    }

    .post-comments-section {
        padding: 20px 15px 40px;
    }

    .comments-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .comments-heading,
    .reply-heading {
        font-size: 18px;
    }

    /** Contact Page **/
    .contact-section {
        padding: 20px 15px 40px;
    }

    .contact-card {
        padding: 25px 20px;
    }

    .contact-notice p {
        font-size: 14px;
    }

    .contact-content {
        flex-direction: column;
        gap: 30px;
    }

    .contact-form-row {
        flex-direction: column;
        gap: 15px;
    }

    .contact-info {
        gap: 20px;
    }
}

/** Small Mobile (320px - 374px) **/
@media screen and (max-width: 374px) {
    .mobile-nav-header {
        padding: 12px 15px;
    }

    .mobile-nav-header .cu-logo-menu {
        width: 100px;
    }

    .cu-logo-phone {
        max-width: 280px;
    }

    .home-page-main-container h1,
    .faq-h1,
    .online-bill-pay-munibilling h1 {
        font-size: 20px;
    }

    .page-header-rates h1 {
        font-size: 26px;
    }

    .rates-search input {
        font-size: 12px;
    }

    .rates-search input::placeholder {
        font-size: 12px;
    }

    /** Mobile 404 **/
    .error-page-code {
        font-size: 100px;
    }

    .error-page-title {
        font-size: 18px;
    }

    .error-page-card {
        padding: 60px 20px;
    }
}
