:root {
    --brand: #12284C;
    --muted-gray: #6b7280;
    --brand-dark: #112844;
    --shadow-sm: 0 2px 8px rgba(0,0,0,.05);
    --shadow-md: 0 10px 25px rgba(20,35,60,.10);
    --shadow-lg: 0 18px 50px rgba(20,35,60,.18);
    --radius: 18px;
    --transition: .25s ease;
    --pa-border: #E5EAF1;
    --pa-muted: #6E7A8C;
    --pa-green: #43A047;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html, body {
    height: 100%;
    margin: 0;
}

nav#nav {
    position: relative;
    z-index: 30; 
}

.toast-position {
    position: fixed;
    z-index: 10000;
    right: 40px;
    top: 90px;
}

.text-blue {
    color: blue;
}

.pa-anchor {
    color: #4b86c9;
}

.pa-membership-card .pa-card {
    min-height: 200px !important;
}

.pa-membership-card .pa-title-years {
    background-color: #12284C !important;
    color: #ffffff;
    padding: 10px 0;
}

.pa-membership-card .pa-title-lifetime {
    background: url('/images/root/goldstrip.jpg');
    background-origin: content-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    color: #000000 !important;
    padding: 10px 0;
}

.pa-membership-select .pa-card {
    min-height: 200px !important;
    border-radius: 14px !important;
    border: 6px solid #1771b6 !important;
}

.pa-membership-select .card-header:first-child {
    border-radius: 8px 8px 0 0 !important;
}

.pa-title-years {
    background-color: #12284C !important;
    color: #ffffff;
    padding: 10px 0;
}

.pa-membership-select .pa-title-lifetime {
    background: url('/images/root/goldstrip.jpg');
    background-origin: content-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100px;
    color: #000000 !important;
    padding: 10px 0;
}

.pa-membership-select .pa-membership-price {
    color: #1771b6 !important;
    font-weight: 900 !important;
    font-size: 32px !important;
}

.pa-membership-button {
    border-radius: 10px !important;
    font-size: larger !important;
    font-weight: 900 !important;
}

.pa-lt-std-price {
    color: #d9534f;
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: normal;
}

.pa-selected-years {
    border: 5px solid #4caf50 !important;
}

.text-red {
    color: #ff0000 !important;
}

.pointer {
    cursor: pointer;
}

.validate-error-text {
    color: red;
}

.validate-error-text-sm {
    color: red;
    font-size: 0.8rem;
}

.page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-content {
    flex: 1;
}

.site-footer {
    width: 100%;
}

.z-index-auto {
    z-index: 0;
}

.fc-branded {
    color: #12284C !important;
}

.bg-branded {
    background: #12284C !important;
}

.menu-item-active {
    z-index: 2;
    color: #fff;
    background-color: #12284C;
    border-color: #12284C;
}

.menu-item-active:hover {
    background-color: #12284C;
}

.top-bar {
    background: #145fac;
    height: 34px;
    box-shadow: none;
    border-bottom: 1px solid #335984;
    font-size: 16px;
    line-height: 14px;
    color: #fff;
    position: relative;
    z-index: 20;
}

.top-bar-container {
    height: 100%;
}

.top-bar-row {
    height: 100%;
    display:flex;
    align-items:center;
    margin: 0;
}

.navbar .dropdown-menu {
    margin-top: 0;
}

.mega-dropdown {
    width: 320px;
    border: none;
    border-radius: 0;
    padding: 20px;
    margin-top: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    font-family: Arial;
}

.mega-dropdown-lg {
    width: 500px;
}

.mega-dropdown .dropdown-header {
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.mega-dropdown .dropdown-item {
    padding: 6px 0;
    font-size: 15px;
    color: #1f2d3d;
}

.mega-dropdown .dropdown-item:hover {
    background-color: #00A9DA;
    color: #fff !important;
    padding-left:5px;
}

.mega-dropdown .dropdown-item.fw-bold {
    font-weight: 600;
}

.navbar .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
}

.navbar-btn-join {
    background-color: #12284C;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 16px;
    border: none;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
}

.navbar-btn-join:hover {
    background-color: #fff;
    color: #12284C;
    border: 2px solid #12284C;
    border-radius: 999px;
}

.navbar-btn-renew {
    background-color: transparent;
    color: #1f3b73;
    font-weight: 700;
    border: 2px solid #12284C;
    border-radius: 999px;
    padding: 5px 14px;
    font-size: 16px;
}

.navbar-btn-renew:hover {
    background-color: #12284C;
    color: #fff;
}

.navbar-phone {
    font-size: 20px;
}

.footer-header {
    font-weight: 600;
    font-size: 20px;
}

.footer-list {
    font-size:15px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin-left:0;
    margin: 16px 0 0;
}

.footer-list a {
    color: inherit;
}

.footer-list li {
    padding: 4px 0;
    /*position:relative;*/
}

.footer-list-a {
    color: #4b86ca !important;
}

.footer-social-links-list {
    list-style: none;
    padding: 0;
    margin: 0 0 -7px -7px;
    display: flex;
    flex-wrap: wrap;
}

.footer-social-links-list-item {
    flex-shrink: 0;
    margin-left: 7px;
    margin-bottom: 7px;
}

.footer-social-links-link-fb {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    transition: all .2s;
    background: #3c5a99;
    text-decoration: none !important;
    color: #fff !important;
}

.footer-social-links-link-fb:hover {
    color: #3A6696;
    opacity: 0.8;
}

.footer-social-links-link-x {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    transition: all .2s;
    background: #000;
    text-decoration: none !important;
    color: #fff !important;
}

.footer-social-links-link-x:hover {
    opacity: 0.8;
}

.footer-social-links-link-ig {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    transition: all .2s;
    background: #815dc7;
    text-decoration: none !important;
    color: #fff !important;
}

.footer-social-links-link-ig:hover {
    opacity: 0.8;
}

.footer-social-links-link-tt {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    transition: all .2s;
    background: #000;
    text-decoration: none !important;
    color: #fff !important;
}

.footer-social-links-link-tt:hover {
    opacity: 0.8;
}

.footer-social-links-link-yt {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    transition: all .2s;
    background: #e52e2e;
    text-decoration: none !important;
    color: #fff !important;
}

.footer-social-links-link-yt:hover {
    opacity: 0.8;
}

.footer-social-links-link-pt {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    transition: all .2s;
    background: #000;
    text-decoration: none !important;
    color: #fff !important;
}

.footer-social-links-link-pt:hover {
    opacity: 0.8;
}

.footer-social-links-shape-circle {
    border-radius: 17px;
}

.footer-social-links-shape-rounded {
    border-radius: 2px;
}

.footer-bottom {
    height: auto;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom:20px;
}

.footer-credit-cards {
    height: 35px;
    margin-top: auto;
    margin-bottom: auto;
}

.mobile-navbar {
    background-color: #12284C;
    height: 60px;
    z-index: 1000;
}

.mobile-logo img {
    height: 52px;
    width: 120px;
    margin: 0 auto;
}

.mobile-navbar-call-btn img {
    height: 45px;
    width: 51px;
    margin: 5px 0 0 80px;
}

.mobile-navbar-phone {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
}

.mobile-navbar-join-btn {
    background-color: #FFD100;
    color: #000;
    font-weight: 600;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 14px;
    border: none;
}

.mobile-navbar-join-btn:hover {
    background-color: #e6bc00;
    color: #000;
}

.mobile-menu-btn {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 0;
    padding: 0;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
}

.mobile-link {
    padding: 14px 16px;
    text-decoration: none;
    color: #1a1a1a;
    border-bottom: 1px solid #eee;
    background: #fff;
    font-size: 15px;
}

.mobile-item {
    border-bottom: 1px solid #eee;
}

.mobile-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    transition: background 0.15s ease;
    cursor:pointer;
}

.mobile-item:hover .mobile-row {
    background: #f5f5f5;
}

.mobile-item:active .mobile-row {
    background: #eaeaea;
}

.mobile-title-link {
    flex: 0 1 auto;
    padding: 14px 16px;
    text-decoration: none;
    color: #1a1a1a;
    font-size: 15px;
}

.mobile-chevron-btn {
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.chevron {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
}

.mobile-chevron-btn:not(.collapsed) .chevron {
    transform: rotate(-135deg);
}

.mobile-submenu {
    display: flex;
    flex-direction: column;
    background: #fafafa;
}

.mobile-submenu a {
    padding: 12px 16px 12px 34px;
    font-size: 14px;
    text-decoration: none;
    color: #333;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.mobile-link:hover,
.mobile-title-link:hover,
.mobile-submenu a:hover {
    background: #f5f5f5;
}

.mobile-chevron-btn:active,
.mobile-title-link:active,
.mobile-submenu a:active {
    background: #eaeaea;
}

.mobile-title-link,
.mobile-title-link:hover,
.mobile-title-link:focus,
.mobile-title-link:active {
    background: transparent;
    color: #1a1a1a;
    text-decoration: none;
}

.hamburger,
.hamburger::before,
.hamburger::after {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    position: relative;
}

.hamburger::before,
.hamburger::after {
    content: "";
    position: absolute;
    left: 0;
}

.hamburger::before {
    top: -6px;
}

.hamburger::after {
    top: 6px;
}

.mobile-cta {
    padding: 0 16px 20px;
}

.mobile-cta-join-btn {
    background-color: #FFD100;
    color: #000;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 14px;
    font-size: 18px;
    border: none;
}

.mobile-cta-join-btn:hover {
    background-color: #e6bc00;
    color: #000;
}

.mobile-cta-renew-btn {
    background-color: #12284C;
    color: #fff;
    font-weight: 700;
    border-radius: 999px;
    padding: 6px 16px;
    font-size: 18px;
    border: none;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
}

.mobile-cta-renew-btn:hover {
    background-color: #fff;
    color: #12284C;
    border: 2px solid #12284C;
    border-radius: 999px;
}

.mobile-footer-lg-header {
    font-weight: 600;
    font-size: 28px;
}

.mobile-footer-header {
    font-weight: 600;
    font-size: 20px;
}

.mobile-footer-list {
    font-size: 15px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.mobile-footer-list a {
    color: inherit;
}

.mobile-footer-list li {
    padding: 4px 0;
    /*position: relative;*/
}

.mobile-footer-list-a {
    color: #4b86ca !important;
}

.btn-branded {
    color: #fff;
    background-color: #12284C;
    border-color: #12284C;
}

.btn-branded:hover {
    color: #fff;
    background-color: #0f203d;
    border-color: #0e1d38;
}

.btn-branded:focus,
.btn-branded.focus {
    color: #fff;
    background-color: #0f203d;
    border-color: #0e1d38;
    box-shadow: 0 0 0 0.25rem rgba(18, 40, 76, 0.5);
}

.btn-branded:active,
.btn-branded.active,
.show > .btn-branded.dropdown-toggle {
    color: #fff;
    background-color: #0e1d38;
    border-color: #0c1a33;
}

.btn-branded:disabled,
.btn-branded.disabled {
    color: #fff;
    background-color: #12284C;
    border-color: #12284C;
    opacity: 0.65;
}

.bg-light-blue {
    background-color: #b4dff8 !important;
}

.pa-branded-text {
    color: #12284C !important;
}

.btn-branded-yellow {
    background-color: #ffd300 !important;
    border: 2px solid #ffd300;
    font-weight: 700;
    color: #1c1c1c;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
}

    .btn-branded-yellow:hover {
        background-color: #e6bd00 !important;
        border-color: #e6bd00;
        transform: translateY(-2px);
        box-shadow: 0 6px 14px rgba(255, 211, 0, 0.35);
        color: #1c1c1c;
    }

    .btn-branded-yellow:active {
        transform: translateY(0);
        box-shadow: 0 2px 6px rgba(255, 211, 0, 0.3);
    }

    .btn-branded-yellow:focus-visible {
        outline: 3px solid rgba(255, 211, 0, 0.5);
        outline-offset: 2px;
    }

.text-yellow {
    color: #ffd300 !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.ms-20 {
    margin-left: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.member-title-text {
    font-size: 1.6rem;
    font-weight: 700;
}

.ps-20 {
    padding-left: 20px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.text-green {
    color: green !important;
}

.login-page {
    position: relative;
    padding-bottom: 40px;
}

.login-container {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 80px;
}

.login-card {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.pa-outline-text {
    text-shadow: 2px 2px 2px #000000;
}

@media (max-width: 501px) {
    .login-card {
        width: calc(100% - 2rem);
    }
}