{"id":1541,"date":"2020-04-15T09:37:25","date_gmt":"2020-04-15T09:37:25","guid":{"rendered":"https:\/\/loveworldnorthampton.org\/stg\/login\/"},"modified":"2026-08-18T10:12:16","modified_gmt":"2026-08-18T10:12:16","slug":"login","status":"publish","type":"page","link":"https:\/\/loveworldnorthampton.org\/stg\/login\/","title":{"rendered":"Login"},"content":{"rendered":"\n<style>\n\/* === LoveWorld Northampton \u2014 Celestial Dawn Theme === *\/\n\n\/* Hide site title text GLOBALLY \u2014 keep only logo image in navbar *\/\n.site-header .site-title,\n.site-header .site-description,\n.kadence-site-title-wrap .site-title,\n.site-branding .site-title,\n.site-header .site-branding .site-title-text,\n.site-header .site-title-link .site-title-text {\n    display: none !important;\n    position: absolute !important;\n    width: 1px !important;\n    height: 1px !important;\n    overflow: hidden !important;\n    clip: rect(1px, 1px, 1px, 1px) !important;\n}\n\n\/* === Color Variables === *\/\n:root {\n    --lwn-navy: #4A148C;\n    --lwn-navy-light: #6A1B9A;\n    --lwn-gold: #FFC107;\n    --lwn-gold-soft: #FFE082;\n    --lwn-orange: #FFA000;\n    --lwn-cream: #F5F5F5;\n    --lwn-surface: #FFFFFF;\n    --lwn-text: #212121;\n    --lwn-white: #FFFFFF;\n    --lwn-gold-gradient: linear-gradient(135deg, #FFC107 0%, #FFA000 50%, #FFE082 100%);\n    --lwn-gold-gradient-soft: linear-gradient(135deg, #FFC107 0%, #FFE082 100%);\n}\n\n\/* === Navbar Styling === *\/\n.site-header {\n    background: var(--lwn-navy) !important;\n    position: relative;\n    margin-bottom: 0 !important;\n    box-shadow: 0 2px 20px rgba(74, 20, 140, 0.15);\n}\n\n\/* Wavy gradient at bottom of header *\/\n.site-header::after {\n    content: \"\";\n    position: absolute;\n    bottom: -1px;\n    left: 0;\n    right: 0;\n    height: 30px;\n    background: var(--lwn-gold-gradient);\n    -webkit-mask-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1200 30' preserveAspectRatio='none'><path d='M0,15 C150,30 350,0 600,15 C850,30 1050,0 1200,15 L1200,30 L0,30 Z' fill='black'\/><\/svg>\");\n    mask-image: url(\"data:image\/svg+xml;utf8,<svg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 1200 30' preserveAspectRatio='none'><path d='M0,15 C150,30 350,0 600,15 C850,30 1050,0 1200,15 L1200,30 L0,30 Z' fill='black'\/><\/svg>\");\n    -webkit-mask-size: 100% 100%;\n    mask-size: 100% 100%;\n    -webkit-mask-repeat: no-repeat;\n    mask-repeat: no-repeat;\n    z-index: 1;\n}\n\n\/* Navbar menu items \u2014 interactive *\/\n.main-header-menu .menu-item a,\n.kadence-header-menu .menu-item a,\n.header-navigation .menu-item a {\n    color: var(--lwn-white) !important;\n    padding: 10px 18px !important;\n    border-radius: 6px;\n    transition: all 0.3s ease !important;\n    font-family: Verdana, Geneva, sans-serif !important;\n    font-weight: 500 !important;\n    font-size: 15px !important;\n    position: relative;\n    z-index: 2;\n}\n\n\/* Hover state \u2014 gold gradient pill *\/\n.main-header-menu .menu-item a:hover,\n.kadence-header-menu .menu-item a:hover,\n.header-navigation .menu-item a:hover {\n    background: var(--lwn-gold-gradient) !important;\n    color: var(--lwn-navy) !important;\n    transform: translateY(-1px);\n    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);\n}\n\n\/* Active\/current page state *\/\n.main-header-menu .menu-item.current-menu-item a,\n.kadence-header-menu .menu-item.current-menu-item a,\n.header-navigation .menu-item.current-menu-item a,\n.main-header-menu .menu-item.current_page_item a {\n    background: var(--lwn-orange) !important;\n    color: var(--lwn-white) !important;\n}\n\n\/* Click effect *\/\n.main-header-menu .menu-item a:active,\n.kadence-header-menu .menu-item a:active,\n.header-navigation .menu-item a:active {\n    transform: translateY(0);\n    box-shadow: 0 2px 6px rgba(255, 193, 7, 0.4);\n}\n\n\/* Mobile menu toggle *\/\n.menu-toggle, .kadence-menu-toggle {\n    color: var(--lwn-white) !important;\n    background: transparent;\n    border: 2px solid var(--lwn-gold);\n    border-radius: 6px;\n}\n\n\/* === Page Content Areas === *\/\n.site-content,\n.content-area,\n#primary,\n.entry-content {\n    margin-top: 0 !important;\n    padding-top: 0 !important;\n}\n\n.site-header {\n    margin-bottom: 0 !important;\n}\n\n\/* Hide Kadence page title bar *\/\n.entry-header,\n.kadence-page-title-wrap {\n    display: none !important;\n}\n\n\/* Keep breadcrumbs visible (we'll add our own) *\/\n.kadence-breadcrumbs,\n.lwn-breadcrumbs {\n    display: block !important;\n}\n\n\/* Kadence rowlayout container width *\/\n.wp-block-kadence-rowlayout {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n}\n\n\/* === Brand Typography === *\/\nh1, h2, h3, h4, h5, h6 {\n    font-family: 'Open Sans', arial, sans-serif;\n    color: var(--lwn-navy);\n}\n\nbody, p, li {\n    font-family: Verdana, Geneva, sans-serif;\n    color: var(--lwn-text);\n    line-height: 1.7;\n}\n\n\/* === Buttons === *\/\n.wp-block-button__link {\n    background: var(--lwn-navy) !important;\n    color: var(--lwn-white) !important;\n    border-radius: 6px !important;\n    font-family: Verdana, Geneva, sans-serif !important;\n    font-weight: 600 !important;\n    padding: 14px 28px !important;\n    transition: all 0.3s ease !important;\n    border: none !important;\n}\n\n.wp-block-button__link:hover {\n    background: var(--lwn-gold-gradient) !important;\n    color: var(--lwn-navy) !important;\n    transform: translateY(-2px);\n    box-shadow: 0 6px 20px rgba(255, 193, 7, 0.35);\n}\n\n\/* Outline button style *\/\n.is-style-outline .wp-block-button__link {\n    background: transparent !important;\n    color: var(--lwn-navy) !important;\n    border: 2px solid var(--lwn-navy) !important;\n}\n\n.is-style-outline .wp-block-button__link:hover {\n    background: var(--lwn-gold-gradient) !important;\n    color: var(--lwn-navy) !important;\n    border-color: var(--lwn-gold) !important;\n}\n\n\/* === Breadcrumbs === *\/\n.lwn-breadcrumbs {\n    background: var(--lwn-cream);\n    padding: 14px 0;\n    border-bottom: 3px solid;\n    border-image: var(--lwn-gold-gradient) 1;\n    font-family: Verdana, Geneva, sans-serif;\n    font-size: 14px;\n    color: var(--lwn-navy);\n}\n\n.lwn-breadcrumbs .lwn-breadcrumbs-inner {\n    max-width: 100%;\n    margin: 0 auto;\n    padding: 0 20px;\n    display: flex;\n    align-items: center;\n    flex-wrap: wrap;\n    gap: 8px;\n}\n\n.lwn-breadcrumbs a {\n    color: var(--lwn-navy);\n    text-decoration: none;\n    transition: color 0.2s;\n    font-weight: 500;\n}\n\n.lwn-breadcrumbs a:hover {\n    color: var(--lwn-orange);\n}\n\n.lwn-breadcrumbs .separator {\n    color: var(--lwn-gold);\n    font-weight: bold;\n    margin: 0 4px;\n}\n\n.lwn-breadcrumbs .current {\n    color: var(--lwn-navy);\n    font-weight: 700;\n    border-bottom: 2px solid var(--lwn-gold);\n    padding-bottom: 2px;\n}\n\n.lwn-breadcrumbs .home-icon {\n    font-size: 16px;\n}\n\n\/* === Hero Section Gradient (page headers) === *\/\n.wp-block-kadence-rowlayout:first-of-type .wp-block-heading {\n    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);\n}\n\n\/* === Card Hover Effects === *\/\n.lwn-post-card,\n.ministry-logo-card,\n.wp-block-image {\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n}\n\n.lwn-post-card:hover,\n.ministry-logo-card:hover {\n    transform: translateY(-4px);\n    box-shadow: 0 8px 24px rgba(74, 20, 140, 0.15);\n}\n\n\/* === Section Dividers === *\/\n.wp-block-kadence-rowlayout + .wp-block-kadence-rowlayout {\n    position: relative;\n}\n\n\/* === ARMember Form Styling === *\/\n.arm_form_shortcode {\n    max-width: 600px;\n    margin: 0 auto;\n    background: var(--lwn-white);\n    padding: 32px;\n    border-radius: 12px;\n    box-shadow: 0 4px 24px rgba(74, 20, 140, 0.08);\n    border-top: 4px solid;\n    border-image: var(--lwn-gold-gradient) 1;\n}\n\n\/* === Video Embed === *\/\n.video-embed {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    max-width: 100%;\n    border-radius: 12px;\n    box-shadow: 0 8px 24px rgba(74, 20, 140, 0.15);\n}\n\n.video-embed iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    border: none;\n}\n\n\/* === Ministry Logos Grid === *\/\n.ministry-logos-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 32px;\n    max-width: 900px;\n    margin: 0 auto;\n    padding: 20px;\n}\n\n.ministry-logo-card {\n    display: block;\n    text-align: center;\n    padding: 24px;\n    background: var(--lwn-white);\n    border: 2px solid var(--lwn-surface);\n    border-radius: 12px;\n    transition: all 0.3s ease;\n}\n\n.ministry-logo-card:hover {\n    border-color: var(--lwn-gold);\n    box-shadow: 0 8px 24px rgba(255, 215, 0, 0.2);\n}\n\n@media (max-width: 768px) {\n    .ministry-logos-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n    }\n}\n\n@media (max-width: 480px) {\n    .ministry-logos-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n    }\n}\n\n\/* === Footer (if not injected via Kadence) === *\/\n.lwn-footer {\n    background: var(--lwn-navy);\n    color: var(--lwn-cream);\n    padding: 60px 0 0;\n    margin-top: 60px;\n    position: relative;\n}\n\n.lwn-footer::before {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 6px;\n    background: var(--lwn-gold-gradient);\n}\n\n.lwn-footer-inner {\n    max-width: 100%;\n    margin: 0 auto;\n    padding: 0 20px;\n    display: grid;\n    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;\n    gap: 40px;\n}\n\n.lwn-footer h3, .lwn-footer h4 {\n    color: var(--lwn-gold);\n    font-family: 'Open Sans', arial, sans-serif;\n    margin-bottom: 16px;\n    font-size: 18px;\n}\n\n.lwn-footer a {\n    color: var(--lwn-cream);\n    text-decoration: none;\n    transition: color 0.2s;\n    display: block;\n    padding: 4px 0;\n    font-size: 14px;\n}\n\n.lwn-footer a:hover {\n    color: var(--lwn-gold);\n}\n\n.lwn-footer p {\n    color: var(--lwn-cream);\n    font-size: 14px;\n    line-height: 1.6;\n}\n\n.lwn-footer-bottom {\n    background: rgba(0, 0, 0, 0.2);\n    padding: 20px 0;\n    margin-top: 40px;\n    text-align: center;\n    font-size: 13px;\n}\n\n.lwn-footer-social {\n    display: flex;\n    gap: 12px;\n    margin-top: 16px;\n}\n\n.lwn-footer-social a {\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 40px;\n    height: 40px;\n    border-radius: 50%;\n    background: var(--lwn-gold-gradient);\n    color: var(--lwn-navy);\n    font-size: 18px;\n    transition: all 0.3s;\n    padding: 0;\n}\n\n.lwn-footer-social a:hover {\n    transform: translateY(-3px) scale(1.1);\n    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.4);\n}\n\n.lwn-newsletter-form {\n    display: flex;\n    gap: 8px;\n    margin-top: 16px;\n}\n\n.lwn-newsletter-form input[type=\"email\"] {\n    flex: 1;\n    padding: 10px 14px;\n    border: 2px solid var(--lwn-gold);\n    border-radius: 6px;\n    background: var(--lwn-navy-light);\n    color: var(--lwn-white);\n    font-size: 14px;\n}\n\n.lwn-newsletter-form input[type=\"email\"]::placeholder {\n    color: rgba(255, 255, 255, 0.6);\n}\n\n.lwn-newsletter-form button {\n    padding: 10px 20px;\n    background: var(--lwn-gold-gradient);\n    color: var(--lwn-navy);\n    border: none;\n    border-radius: 6px;\n    font-weight: 700;\n    cursor: pointer;\n    transition: all 0.3s;\n    font-size: 14px;\n}\n\n.lwn-newsletter-form button:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.4);\n}\n\n@media (max-width: 768px) {\n    .lwn-footer-inner {\n        grid-template-columns: 1fr;\n        gap: 30px;\n    }\n}\n\n\/* === Smooth scroll === *\/\nhtml {\n    scroll-behavior: smooth;\n}\n\n\/* === Custom scrollbar === *\/\n::-webkit-scrollbar {\n    width: 10px;\n}\n\n::-webkit-scrollbar-track {\n    background: var(--lwn-cream);\n}\n\n::-webkit-scrollbar-thumb {\n    background: var(--lwn-gold-gradient);\n    border-radius: 5px;\n}\n\n::-webkit-scrollbar-thumb:hover {\n    background: var(--lwn-orange);\n}\n\n\/* === Logo swap: white-text version on desktop only === *\/\n\n}\n\n\/* === Full-width body: remove container constraints === *\/\n.wp-block-kadence-rowlayout,\n.wp-block-kadence-rowlayout .kt-row-column-wrap {\n    max-width: 100% !important;\n    width: 100% !important;\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n}\n\n\/* Inner content padding for readability *\/\n.wp-block-kadence-column .kt-inside-inner-col {\n    padding-left: 20px !important;\n    padding-right: 20px !important;\n}\n\n\/* Full-width content containers *\/\n.site-content,\n.content-area,\n#primary,\n#content,\n#main,\n.entry-content {\n    max-width: 100% !important;\n    width: 100% !important;\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n}\n\n\/* === Full-width footer === *\/\n.lwn-footer {\n    width: 100vw !important;\n    max-width: 100vw !important;\n    margin-left: calc(-50vw + 50%) !important;\n    margin-right: calc(-50vw + 50%) !important;\n    margin-bottom: 0 !important;\n    padding-bottom: 0 !important;\n}\n\n.lwn-footer .lwn-footer-inner {\n    max-width: 100% !important;\n    margin: 0 auto !important;\n    padding: 0 20px !important;\n}\n\n.lwn-footer .lwn-footer-bottom {\n    margin: 0 !important;\n    padding: 20px 0 !important;\n}\n\n\/* === Remove white gap below footer === *\/\nhtml,\nbody {\n    background: #4A148C !important;\n    margin-bottom: 0 !important;\n    padding-bottom: 0 !important;\n}\n\n.site-footer,\n#colophon {\n    margin-bottom: 0 !important;\n    padding-bottom: 0 !important;\n}\n\n\/* Ensure content area doesn't have extra bottom padding *\/\n.site-content {\n    padding-bottom: 0 !important;\n    margin-bottom: 0 !important;\n}\n\n.entry-content {\n    margin-bottom: 0 !important;\n}\n\n\n\n\n\n\/* Hide any trailing empty elements after our footer *\/\n.lwn-footer ~ *:not(.flatpickr-calendar):not(.flatpickr-wrapper):not(.lity):not(.lity-active):not([role=\"dialog\"]):not(.cropper-container):not(.cropper-crop-box):not(.ff-modal):not(.fancybox-container):not(.ui-datepicker):not(.select2-container):not(.chosen-container):not(.modal):not(.popover):not(.tooltip) {\n    display: none !important;\n}\n\n\/* Remove default WordPress\/Kadence margins on the main wrapper *\/\n#wrapper {\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n#inner-wrap {\n    margin: 0 !important;\n    padding: 0 !important;\n    padding-bottom: 0 !important;\n}\n\n\n\n\/* === FORCE HIDE Kadence Default Footer (multi-technique approach) === *\/\n\/* The previous display:none alone was overridden by Kadence's own CSS. *\/\n\/* Apply !important + multiple hiding techniques + higher specificity *\/\n\n\/* Target by ID (highest specificity) *\/\nfooter#colophon,\n#colophon,\nfooter#colophon.site-footer,\n#colophon.site-footer {\n    display: none !important;\n    visibility: hidden !important;\n    position: absolute !important;\n    left: -99999px !important;\n    top: -99999px !important;\n    width: 0 !important;\n    height: 0 !important;\n    max-height: 0 !important;\n    max-width: 0 !important;\n    overflow: hidden !important;\n    opacity: 0 !important;\n    pointer-events: none !important;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n\/* Target by class *\/\n.site-footer,\n.site-footer-wrap,\n.site-bottom-footer-wrap,\n.site-footer-row-container,\n.site-footer-row-container-inner,\n.site-footer-row,\n.kadence-footer,\n.footer-html,\n.footer-html-inner,\n.site-info,\n.site-info-inner,\n.footer-widget-area {\n    display: none !important;\n    visibility: hidden !important;\n    position: absolute !important;\n    left: -99999px !important;\n    width: 0 !important;\n    height: 0 !important;\n    max-height: 0 !important;\n    overflow: hidden !important;\n    opacity: 0 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n\/* Extra-aggressive: target any footer element that contains \"Kadence WP\" text *\/\n\/* We can't target by text content in CSS, but we can hide ALL footers except our .lwn-footer *\/\nfooter:not(.lwn-footer) {\n    display: none !important;\n}\n\n\/* === REMOVE ALL BOTTOM SPACING (global) === *\/\nhtml,\nbody,\n.site,\n#wrapper,\n#inner-wrap,\n#main,\n#primary,\n#content,\n.site-content,\n.content-area,\n.entry-content,\narticle {\n    margin-bottom: 0 !important;\n    padding-bottom: 0 !important;\n}\n\n\/* Hide any element that comes after our custom footer *\/\n.lwn-footer ~ *:not(.flatpickr-calendar):not(.flatpickr-wrapper):not(.lity):not(.lity-active):not([role=\"dialog\"]):not(.cropper-container):not(.cropper-crop-box):not(.ff-modal):not(.fancybox-container):not(.ui-datepicker):not(.select2-container):not(.chosen-container):not(.modal):not(.popover):not(.tooltip),\n.lwn-footer ~ *:not(.flatpickr-calendar):not(.flatpickr-wrapper):not(.lity):not(.lity-active):not([role=\"dialog\"]):not(.cropper-container):not(.cropper-crop-box):not(.ff-modal):not(.fancybox-container):not(.ui-datepicker):not(.select2-container):not(.chosen-container):not(.modal):not(.popover):not(.tooltip) *:not(.flatpickr-calendar):not(.flatpickr-wrapper):not(.lity):not(.lity-active):not([role=\"dialog\"]):not(.cropper-container):not(.cropper-crop-box):not(.ff-modal):not(.fancybox-container):not(.ui-datepicker):not(.select2-container):not(.chosen-container):not(.modal):not(.popover):not(.tooltip) {\n    display: none !important;\n    height: 0 !important;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n\/* === STICKY NAVBAR === *\/\n\/* Make the site header sticky on scroll *\/\n.site-header,\n#masthead,\n.kadence-header,\n.wp-block-kadence-header {\n    position: sticky !important;\n    top: 0 !important;\n    z-index: 9999 !important;\n    width: 100% !important;\n    background: #4A148C !important;\n    box-shadow: 0 2px 20px rgba(74, 20, 140, 0.15) !important;\n    transition: all 0.3s ease !important;\n}\n\n\/* Sticky header on scroll \u2014 slightly smaller *\/\n.site-header.scrolled,\n#masthead.scrolled {\n    padding-top: 8px !important;\n    padding-bottom: 8px !important;\n    box-shadow: 0 4px 24px rgba(74, 20, 140, 0.25) !important;\n}\n\n\/* Add subtle scroll effect via CSS only (no JS) *\/\n\/* When body is scrolled, the header sticks naturally with position:sticky *\/\n\/* This is the most reliable approach \u2014 no JS needed *\/\n\n\/* Ensure content doesn't go under the sticky header *\/\n\/* (position:sticky doesn't need padding offset, unlike position:fixed) *\/\nbody {\n    padding-top: 0 !important;\n}\n\n\/* === Fix: Make sure our custom footer is positioned correctly above the hidden Kadence footer === *\/\n.lwn-footer {\n    position: relative !important;\n    z-index: 10 !important;\n    margin-bottom: -1px !important;  \/* Pull up by 1px to overlap any sub-pixel gap *\/\n    padding-bottom: 0 !important;\n}\n\n.lwn-footer .lwn-footer-bottom {\n    margin: 0 !important;\n    padding: 20px 0 !important;\n    border-bottom: none !important;\n}\n\n\n\n\n\n\/* === FIX: Logo swap via JavaScript (CSS content:url doesn't work on <img>) === *\/\n\/* The JS below replaces the src attribute of .custom-logo *\/\n\n\/* === FIX: Hamburger menu icon \u2014 white === *\/\n\/* Target the ACTUAL Kadence toggle button class *\/\n.menu-toggle-open,\n.menu-toggle-open .kadence-svg-iconset,\n.menu-toggle-open .kadence-svg-icon,\n.menu-toggle-open svg,\n.menu-toggle-open .menu-toggle-icon,\n.menu-toggle-open .kadence-menu-svg {\n    color: #FFFFFF !important;\n    fill: #FFFFFF !important;\n    stroke: #FFFFFF !important;\n}\n\n\/* Also target the close button *\/\n.menu-toggle-close,\n.menu-toggle-close .kadence-svg-iconset,\n.menu-toggle-close .kadence-svg-icon,\n.menu-toggle-close svg {\n    color: #FFFFFF !important;\n    fill: #FFFFFF !important;\n}\n\n\/* === FIX: Mobile menu \u2014 purple background, amber hover === *\/\n\/* Kadence mobile drawer *\/\n.popup-drawer,\n#mobile-drawer,\n.popup-drawer .drawer-inner,\n.popup-drawer .drawer-content {\n    background: #4A148C !important;\n}\n\n.popup-drawer .menu-item a,\n#mobile-drawer .menu-item a,\n.popup-drawer .header-menu-container .menu-item a {\n    color: #FFFFFF !important;\n    background: #4A148C !important;\n    padding: 14px 24px !important;\n    border-bottom: 1px solid rgba(255, 193, 7, 0.2) !important;\n    font-family: Verdana, Geneva, sans-serif !important;\n    font-weight: 500 !important;\n    font-size: 16px !important;\n    transition: all 0.3s ease !important;\n}\n\n.popup-drawer .menu-item a:hover,\n#mobile-drawer .menu-item a:hover {\n    background: linear-gradient(135deg, #FFC107, #FFA000, #FFE082) !important;\n    color: #4A148C !important;\n}\n\n.popup-drawer .menu-item.current-menu-item a,\n#mobile-drawer .menu-item.current-menu-item a {\n    background: #FFA000 !important;\n    color: #FFFFFF !important;\n}\n\n\/* Mobile drawer header *\/\n.popup-drawer .drawer-header {\n    background: #4A148C !important;\n    border-bottom: 2px solid #FFC107 !important;\n}\n\n\/* === FIX: Logo padding (both mobile and desktop) === *\/\n.site-branding,\n.site-logo,\n.custom-logo-link,\n.brand.has-logo-image {\n    padding: 10px 15px !important;\n}\n\n.custom-logo {\n    padding: 5px !important;\n    max-height: 70px !important;\n    width: auto !important;\n}\n\n\/* === FIX: Hero text visibility === *\/\n\/* Kadence uses #kt-layout-id{uniqueID} not #{uniqueID} *\/\n\/* Target the hero section by its Kadence layout ID *\/\n#kt-layout-idprint-hero h1,\n#kt-layout-idprint-hero h2,\n#kt-layout-idprint-hero h3,\n#kt-layout-idprint-hero p {\n    color: #FFFFFF !important;\n}\n\n#kt-layout-idprint-hero .has-text-color,\n#kt-layout-idprint-hero [style*=\"color\"] {\n    color: #FFFFFF !important;\n}\n\n\/* Also target by column class *\/\n.kadence-columnprint-hero-col-1 h1,\n.kadence-columnprint-hero-col-1 p {\n    color: #FFFFFF !important;\n}\n\n\/* Quote form section *\/\n#kt-layout-idquote-form-section h2 {\n    color: #FFFFFF !important;\n}\n\n#kt-layout-idquote-form-section p {\n    color: #FFC107 !important;\n}\n\n\/* CTA section *\/\n#kt-layout-idprint-cta h2 {\n    color: #FFFFFF !important;\n}\n\n#kt-layout-idprint-cta p {\n    color: #F5F5F5 !important;\n}\n\n\/* All hero sections with purple background \u2014 ensure white text *\/\n.wp-block-kadence-rowlayout[style*=\"#4A148C\"] h1,\n.wp-block-kadence-rowlayout[style*=\"#4A148C\"] h2,\n.wp-block-kadence-rowlayout[style*=\"#4A148C\"] h3,\n.wp-block-kadence-rowlayout[style*=\"#4A148C\"] p {\n    color: #FFFFFF !important;\n}\n\n\/* Content sections with light background \u2014 ensure dark text *\/\n#kt-layout-idprint-products-title h2,\n#kt-layout-idhow-it-works-title h2 {\n    color: #4A148C !important;\n}\n\n#kt-layout-idprint-products-title p,\n#kt-layout-idhow-it-works-title p {\n    color: #212121 !important;\n}\n\n\n\n\/* === FIX: Force purple background on hero sections === *\/\n#kt-layout-idprint-hero,\n#kt-layout-idprint-cta,\n#kt-layout-idquote-form-section {\n    background: #4A148C !important;\n}\n\n#kt-layout-idprint-hero .kt-row-column-wrap,\n#kt-layout-idprint-cta .kt-row-column-wrap,\n#kt-layout-idquote-form-section .kt-row-column-wrap {\n    background: #4A148C !important;\n}\n\n\/* Force purple background on ALL sections that should have it *\/\n\/* (applies to all hero sections with navy\/purple background on all pages) *\/\n.wp-block-kadence-rowlayout[style*=\"4A148C\"],\n.wp-block-kadence-rowlayout[style*=\"4a148c\"] {\n    background: #4A148C !important;\n}\n\n\/* Also force via the kt-layout-id pattern for all pages *\/\n\/* Hero sections on inner pages use uniqueIDs like about-hero, vision-hero, etc *\/\n[id^=\"kt-layout-id\"][id*=\"hero\"],\n[id^=\"kt-layout-id\"][id*=\"cta\"],\n[id^=\"kt-layout-id\"][id*=\"quote-form\"] {\n    background: #4A148C !important;\n}\n\n[id^=\"kt-layout-id\"][id*=\"hero\"] .kt-row-column-wrap,\n[id^=\"kt-layout-id\"][id*=\"cta\"] .kt-row-column-wrap {\n    background: #4A148C !important;\n}\n\n\n\n\n\n\n\n\/* === CORRECTED LAYOUT: Full-width backgrounds, centered content === *\/\n\/* Container: 100% width so section backgrounds span full browser *\/\n\/* Inner content: max-width 1200px centered so text isn't overstretched *\/\n\n.content-container,\n.site-container,\n.content-wrap,\n.entry-content-wrap,\n.entry-content,\n.single-content,\n#primary,\n#main,\n#content,\n.site-main,\n.wrap {\n    max-width: 100% !important;\n    width: 100% !important;\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n    box-sizing: border-box !important;\n}\n\n\/* Inner content divs \u2014 constrained to 1200px, centered *\/\n.entry-content > div,\n.entry-content > div > div {\n    max-width: 100% !important;\n    width: 100% !important;\n    padding-left: 0 !important;\n    padding-right: 0 !important;\n    margin-left: 0 !important;\n    margin-right: 0 !important;\n    box-sizing: border-box !important;\n}\n\n\/* Section background divs \u2014 full browser width *\/\n\/* These are the divs with style=\"background:...; width:100%\" *\/\n\/* They need to break out of the container to span the full browser width *\/\n.entry-content > div > div[style*=\"background:#4A148C\"],\n.entry-content > div > div[style*=\"background:#FFFFFF\"],\n.entry-content > div > div[style*=\"background:#F5F5F5\"],\n.entry-content div[style*=\"background:#4A148C\"],\n.entry-content div[style*=\"background:#FFFFFF\"],\n.entry-content div[style*=\"background:#F5F5F5\"] {\n    width: 100vw !important;\n    max-width: 100vw !important;\n    margin-left: calc(-50vw + 50%) !important;\n    margin-right: calc(-50vw + 50%) !important;\n    box-sizing: border-box !important;\n}\n\n\/* Inner content within sections \u2014 max 1200px centered *\/\n.entry-content div[style*=\"background:#4A148C\"] > div,\n.entry-content div[style*=\"background:#FFFFFF\"] > div,\n.entry-content div[style*=\"background:#F5F5F5\"] > div,\n.entry-content div[style*=\"width:100%\"] > div,\n.entry-content div[style*=\"width: 100%\"] > div {\n    max-width: 1200px !important;\n    width: 100% !important;\n    margin: 0 auto !important;\n    padding-left: 20px !important;\n    padding-right: 20px !important;\n    box-sizing: border-box !important;\n}\n\n\/* Also target inner divs that have inline width:100% *\/\ndiv[style*=\"max-width:100%\"]:not([style*=\"background\"]) {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    padding-left: 20px !important;\n    padding-right: 20px !important;\n    box-sizing: border-box !important;\n}\n\n\/* Body background \u2014 navy to prevent white gap below footer *\/\nhtml,\nbody {\n    background: #4A148C !important;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n\/* Navbar full-width *\/\n.site-header {\n    width: 100% !important;\n    max-width: 100% !important;\n}\n\n\/* Breadcrumbs full-width *\/\n.lwn-breadcrumbs {\n    width: 100vw !important;\n    max-width: 100vw !important;\n    margin-left: calc(-50vw + 50%) !important;\n    margin-right: calc(-50vw + 50%) !important;\n}\n\n\/* Footer full-width (already handled but reinforce) *\/\n.lwn-footer {\n    width: 100vw !important;\n    max-width: 100vw !important;\n    margin-left: calc(-50vw + 50%) !important;\n    margin-right: calc(-50vw + 50%) !important;\n    margin-bottom: 0 !important;\n    padding-bottom: 0 !important;\n}\n\n.lwn-footer .lwn-footer-inner {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n    padding: 0 20px !important;\n}\n\n.lwn-footer .lwn-footer-bottom {\n    max-width: 1200px !important;\n    margin: 0 auto !important;\n}\n\n\/* Remove ALL bottom spacing *\/\n.site,\n#wrapper,\n#inner-wrap {\n    margin: 0 !important;\n    padding: 0 !important;\n    overflow-x: clip;\n}\n\n\/* Hide Kadence default footer *\/\n#colophon,\n.site-footer,\n.site-footer-wrap,\n.site-bottom-footer-wrap {\n    display: none !important;\n}\n\n\/* Prevent horizontal scroll *\/\nbody {\n    overflow-x: clip !important;\n}\n\n\n\n\/* === FIX: Remove ALL gaps === *\/\n\n\/* 1. Remove gap below navbar \u2014 override Kadence's margin-top on .content-area *\/\n.content-area,\n.content-container,\n.site-container,\n#primary,\n#main,\n.site-main,\n.content-wrap,\n.entry-content-wrap,\n.entry-content,\n.single-content,\n#content,\n.site-content,\n#inner-wrap,\n.wrap {\n    margin-top: 0 !important;\n    padding-top: 0 !important;\n    margin-bottom: 0 !important;\n    padding-bottom: 0 !important;\n}\n\n\/* Also override Kadence's responsive margin-top rules *\/\n@media (min-width: 1025px) {\n    .content-area { margin-top: 0 !important; padding-top: 0 !important; }\n}\n@media (max-width: 1024px) {\n    .content-area { margin-top: 0 !important; padding-top: 0 !important; }\n}\n@media (max-width: 767px) {\n    .content-area { margin-top: 0 !important; padding-top: 0 !important; }\n}\/* Mobile drawer: hidden by default, shown by Kadence JS when hamburger clicked *\/\n\/* Do NOT force display:none \u2014 it breaks the mobile menu on phones *\/\/* 3. Ensure body background is navy (no white gap) *\/\nhtml,\nbody {\n    background: #4A148C !important;\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n\/* 4. Remove any trailing empty elements after footer *\/\n.lwn-footer ~ *:not(.flatpickr-calendar):not(.flatpickr-wrapper):not(.lity):not(.lity-active):not([role=\"dialog\"]):not(.cropper-container):not(.cropper-crop-box):not(.ff-modal):not(.fancybox-container):not(.ui-datepicker):not(.select2-container):not(.chosen-container):not(.modal):not(.popover):not(.tooltip) {\n    display: none !important;\n}\n\n\/* 5. Remove padding on site wrapper *\/\n.site,\n#wrapper {\n    padding: 0 !important;\n    margin: 0 !important;\n    overflow-x: clip !important;\n}\n\n\/* 6. Remove Kadence content padding *\/\n.entry-content-wrap {\n    padding: 0 !important;\n}\n\n\/* 7. Remove Kadence post padding (for blog posts) *\/\n.single-content {\n    padding: 0 !important;\n    margin: 0 !important;\n}\n\n\/* 8. Remove article padding *\/\narticle {\n    padding: 0 !important;\n    margin: 0 !important;\n}\n\n\/* 9. Force the content area to start immediately after navbar *\/\n#inner-wrap {\n    padding-top: 0 !important;\n    margin-top: 0 !important;\n}\n\n\/* 10. Remove WooCommerce message container padding *\/\n.woocommerce-notices-wrapper {\n    margin: 0 !important;\n    padding: 0 !important;\n}\n\n<\/style>\n\n\n\n<nav class=\"lwn-breadcrumbs\" aria-label=\"Breadcrumb\">\n    <div class=\"lwn-breadcrumbs-inner\">\n        <a href=\"\/stg\/\" class=\"home-icon\" title=\"Home\">\ud83c\udfe0 Home<\/a>\n        <span class=\"separator\">\u203a<\/span>\n        <span>Member<\/span>\n        <span class=\"separator\">\u203a<\/span>\n        <span class=\"current\">Login<\/span>\n    <\/div>\n<\/nav>\n\n\n\n<style>\n.entry-header,\n.kadence-page-title-wrap,\n.kadence-breadcrumbs {\n    display: none !important;\n}\n.site-content,\n.content-area,\n#primary,\n.entry-content {\n    margin-top: 0 !important;\n    padding-top: 0 !important;\n}\n.wp-block-kadence-rowlayout {\n    max-width: 100%;\n    margin-left: auto;\n    margin-right: auto;\n}\nh1, h2, h3, h4, h5, h6 {\n    font-family: 'Open Sans', arial, sans-serif;\n    color: #4A148C;\n}\nbody, p, li {\n    font-family: Verdana, Geneva, sans-serif;\n    color: #212121;\n    line-height: 1.7;\n}\n.wp-block-button__link {\n    background-color: #4A148C;\n    color: #FFFFFF;\n    border-radius: 6px;\n    font-family: Verdana, Geneva, sans-serif;\n    font-weight: 600;\n    padding: 12px 24px;\n}\n.wp-block-button__link:hover {\n    background-color: #FFC107;\n    color: #4A148C;\n}\n.arm_form_shortcode {\n    max-width: 600px;\n    margin: 0 auto;\n}\n.video-embed {\n    position: relative;\n    padding-bottom: 56.25%;\n    height: 0;\n    overflow: hidden;\n    max-width: 100%;\n}\n.video-embed iframe {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n}\n<\/style>\n\n\n\n<div style=\"background:#4A148C; padding:60px  60px ; width:100%; box-sizing:border-box;\">\n<div style=\"width:100%; box-sizing:border-box;\">\n\n<h1 class=\"wp-block-heading has-text-align-center has-text-color\" style=\"color:#FFFFFF\">Login<\/h1>\n\n<\/div>\n<\/div>\n\n\n\n<div style=\"background:#F5F5F5; padding:60px  60px ; width:100%; box-sizing:border-box;\">\n<div style=\"width:100%; box-sizing:border-box;\">\n\n<div class=\"arm_form_shortcode\"><div class=\"arm-form-container\"><div class=\"arm_form_message_container arm_editor_form_fileds_container arm_editor_form_fileds_wrapper arm_form_102\"><\/div><div class=\"armclear\"><\/div><form method=\"post\" class=\"arm_form  arm_form_102 arm_form_layout_rounded arm-default-form arm-rounded-style  armf_alignment_left armf_layout_block armf_button_position_center arm_form_ltr  arm_form_style_purple arm_cl_102_z6m2TzWDbw\" enctype=\"multipart\/form-data\" novalidate  name=\"arm_form\" id=\"arm_form102_z6m2TzWDbw\" data-random-id=\"102_z6m2TzWDbw\"  data-submission-key=\"vwspp246\" ><input type='text' name='arm_filter_input' arm_register='true' data-random-key='102_z6m2TzWDbw' value='' style='opacity:0 !important;display:none !important;visibility:hidden !important;' \/><style type=\"text\/css\" id=\"arm_form_style_102\">\r\n\t\t\t\t\t\t.arm_form_102 .arm_editor_form_fileds_wrapper{\r\n\t\t\t\t\t\t   padding-top: 30px !important;\r\n\t\t\t\t\t\t   padding-bottom: 30px !important;\r\n\t\t\t\t\t\t   padding-right: 30px !important;\r\n\t\t\t\t\t\t   padding-left: 30px !important;\r\n\t\t\t\t\t\t}\r\n                                                \r\n\r\n                                                .arm_popup_member_form_102 .arm_form_message_container{\r\n                                                    max-width: 100%;\r\n                                                    width: 550px; \r\n                                                    margin: 0 auto;\r\n                                                }\r\n                                                    \r\n\t\t\t\t\t\t.arm_popup_member_form_102 .arm-df__heading .arm-df__heading-text,\r\n                        .arm_form_102 .arm_update_card_form_heading_container .arm-df__heading-text,\r\n\t                    .arm_form_102 .arm-df__heading:not(.popup_header_text) .arm-df__heading-text{\r\n\t\t\t\t\t\t\tcolor: #313131;\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t\t\t\t\t\t\tfont-size: 28px;\r\n\t\t\t\t\t\t\tfont-weight: bold;font-style: normal;text-decoration: none;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm_registration_link,\r\n\t\t\t\t\t\t.arm_form_102 .arm_forgotpassword_link{\r\n\t\t\t\t\t\t\tcolor: #919191;\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t\t\t\t\t\t\tfont-size: 16px;\r\n\t\t\t\t\t\t\tfont-weight: normal;font-style: normal;text-decoration: none;\r\n\t\t\t\t\t\t}\r\n\t                    .arm_form_102 .arm_pass_strength_meter{\r\n\t                        color: #919191;\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t                    }\r\n                        .arm_form_102 .arm_reg_login_links a{\r\n                            color: #005AEE !important;\r\n                        }\r\n                        .arm_form_102 .arm_registration_link a,\r\n                        .arm_form_102 .arm_forgotpassword_link a{\r\n                            color: #6164c1 !important;\r\n                        }\r\n\t                    .arm_form_102 .arm-df__form-group .arm_registration_link,\r\n\t                    .arm_form_102 .arm-df__form-group.arm_registration_link,\r\n\t                    .arm_form_102 .arm_registration_link{\r\n\t                        margin: 0px 0px 0px 0px !important;\r\n\t                    }\r\n\t                    .arm_form_102 .arm-df__form-group .arm_forgotpassword_link,\r\n\t                    .arm_form_102 .arm-df__form-group.arm_forgotpassword_link,\r\n\t                    .arm_form_102 .arm_forgotpassword_link{\r\n\t                        margin: -132px 0px 0px 315px !important;                     \r\n\t                    }.arm_form_102 .arm-df__form-group .arm_forgotpassword_link,\r\n\t                    .arm_form_102 .arm-df__form-group.arm_forgotpassword_link,\r\n\t                    .arm_form_102 .arm_forgotpassword_link{\r\n\t                        z-index:2;\r\n\t                    }\r\n\t                    .arm_form_102 .arm_close_account_message,\r\n\t\t\t\t\t\t.arm_form_102 .arm_forgot_password_description {\r\n\t\t\t\t\t\t\tcolor: #919191;\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t\t\t\t\t\t\tfont-size: 17px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-group{\r\n\t\t\t\t\t\t\tmargin-bottom: 15px !important;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field,\r\n                        .arm_form_102.arm_membership_setup_form .arm_module_gateways_container .arm_module_gateway_fields .arm-df__form-field{\r\n\t\t\t\t\t\t\tmax-width: 100%;\r\n\t\t\t\t\t\t\twidth: 62%;\r\n\t\t\t\t\t\t\twidth: 100%;\r\n\t\t\t\t\t\t}\r\n\t                    .arm_form_message_container.arm_editor_form_fileds_container.arm_editor_form_fileds_wrapper,\r\n                            .arm_form_message_container1.arm_editor_form_fileds_container.arm_editor_form_fileds_wrapper {\r\n\t                        border: none !important;\r\n\t                    } \r\n\t\t\t\t\t\t.arm_module_forms_container .arm_form_102,\r\n\t\t\t\t\t\t.arm-form-container .arm_form_102, \r\n                        .arm_update_card_form_container .arm_form_102, .arm_editor_form_fileds_container,.arm_editor_form_fileds_container .arm_form_102,\r\n                        .arm-form-container .arm_form_102.arm-default-form:not(.arm_admin_member_form){\r\n\t\t\t\t\t\t\tmax-width: 100%;\r\n\t\t\t\t\t\t\twidth: 550px;\r\n\t\t\t\t\t\t\tmargin: 0 auto;\r\n\t\t\t\t\t\t}\r\n                        .popup_wrapper.arm_popup_wrapper.arm_popup_member_form.arm_popup_member_form_102{\r\n                            background:  #ffffff!important;\r\n\t\t\t\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\t\t\t\tbackground-position: top left;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_module_forms_container .arm_form_102,\r\n\t\t\t\t\t\t.arm-form-container .arm_form_102.arm-default-form:not(.arm_admin_member_form),\r\n                        .arm_update_card_form_container .arm_form_102, .arm_admin_member_form .arm_editor_form_fileds_wrapper {\r\n\t\t\t\t\t\t\tbackground:  #ffffff;\r\n\t\t\t\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\t\t\t\tbackground-position: top left;\r\n\t\t\t\t\t\t\tborder: 0px solid #cccccc;\r\n\t\t\t\t\t\t\tborder-radius: 8px;\r\n\t\t\t\t\t\t\t-webkit-border-radius: 8px;\r\n\t\t\t\t\t\t\t-moz-border-radius: 8px;\r\n\t\t\t\t\t\t\t-o-border-radius: 8px;\r\n                            padding-top: 30px !important;\r\n                            padding-bottom: 30px !important;\r\n                            padding-right: 30px !important;\r\n                            padding-left: 30px !important;\r\n\t\t\t\t\t\t\tfloat: center;\r\n\t\t\t\t\t\t}\r\n                        .popup_wrapper.arm_popup_wrapper.arm_popup_member_form.arm_popup_member_form_102 .arm_module_forms_container .arm_form_102,\r\n\t\t\t\t\t\t.popup_wrapper.arm_popup_wrapper.arm_popup_member_form.arm_popup_member_form_102 .arm-form-container .arm_form_102{\r\n                                background: none !important;\r\n\t\t\t\t\t\t}\r\n\t                    .arm_form_msg.arm-form-container, .arm_form_msg .arm_form_message_container,\r\n                            .arm_form_msg.arm-form-container, .arm_form_msg .arm_form_message_container1{\r\n\t                        float: center;\r\n\t                        width: 550px;    \r\n\t                    }\r\n\t\t\t\t\t\t.arm_form_102 .arm_form_label_wrapper{\r\n\t\t\t\t\t\t\tmax-width: 100%;\r\n\t\t\t\t\t\t\twidth: 30%;\r\n\t\t\t\t\t\t\twidth: 250px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm_form_field_label_text,\r\n\t\t\t\t\t\t.arm_form_102 .arm_member_form_field_label .arm_form_field_label_text,\r\n                        .arm_form_102 .arm_df__helper-description .arm_df__helper-description-text,\r\n\t\t\t\t\t\t.arm_form_102 .arm_form_label_wrapper .arm-df__label-asterisk,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap label.arm_form_field_label_text {\r\n\t\t\t\t\t\t\tmargin: 0px !important;\r\n\t\t\t\t\t\t}\r\n                        .arm_form_102.arm-rounded-style .arm_form_field_label_text,\r\n                        .arm_form_102.arm-rounded-style .arm_member_form_field_label .arm_form_field_label_text,\r\n                        .arm_form_102.arm-rounded-style .arm_df__helper-description .arm_df__helper-description-text,\r\n                        .arm_form_102.arm-rounded-style .arm_form_label_wrapper .arm-df__label-asterisk,\r\n                        .arm_form_102.arm-rounded-style .arm-df__form-field-wrap label,\r\n                        .arm_form_102.arm-rounded-style .arm-df__form-field .arm-df__radio .arm-df__fc-radio--label,\r\n                        .arm_form_102.arm-rounded-style .arm-df__form-field .arm-df__checkbox .arm-df__fc-checkbox--label {\r\n                            color: #919191;\r\n                            font-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n                            font-size: 16px;\r\n                            cursor: pointer;\r\n                            font-weight: normal;font-style: normal;text-decoration: none;\r\n                            line-height: 21px;\r\n                        }\r\n                        .arm_form_102.arm-rounded-style .arm-df__form-field-wrap .arm-notched-outline__notch label {\r\n                            line-height: 32px;\r\n                        }\r\n                        .arm_form_102.arm-default-form .arm-df__checkbox input[type=\"checkbox\"]:checked + label:before {\r\n                            border-right: 2px solid #ffffff;\r\n                            border-bottom: 2px solid #ffffff;\r\n                        }\r\n                        .arm_form_102.arm-default-form .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items {\r\n                            background: #ffffff;\r\n                        }\r\n                        .arm_form_102 .arm_reg_links_wrapper .arm_login_link, .arm_reg_login_links {\r\n                            color: #919191;\r\n                            font-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n                            font-size: 16px;\r\n                            font-weight: normal;font-style: normal;text-decoration: none;\r\n                        }\r\n                        .arm_form_102 .arm-df__form-field-wrap .arm-df__dropdown-control .arm__dc--head .arm__dc--head__title,\r\n                        .arm_form_102 .arm-df__form-field-wrap .arm-df__dropdown-control dt.arm__dc--head .arm-df__dc--head__autocomplete {\r\n                            font-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n                            color:#242424;\r\n                            font-size: 14px;\r\n                            font-weight: normal;\r\n                        }\r\n                        .arm_form_102.arm-rounded-style .arm_df__helper-description .arm_df__helper-description-text\r\n                        { \r\n                            font-size: 16px; \r\n                            line-height: 16px; \r\n                        }\r\n\t                    .arm_form_102 .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item {\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t\t\t\t\t\t\tfont-size: 16px;\r\n                            color:#242424;\r\n\t\t\t\t\t\t\tfont-weight: normal;font-style: normal;text-decoration: none;\r\n\t\t\t\t\t\t}\r\n                        .arm_form_102 .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item:not([disabled]):focus, \r\n                        .arm_form_102 .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item:not([disabled]):hover,\r\n                        .arm_form_102 .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item:not([disabled]).hovered\r\n                        {\r\n                            background-color : #6164c1 ;\r\n                            color : #ffffff;\r\n                        }\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap.arm-df__form-field-wrap_section{\r\n\t\t\t\t\t\t\tcolor: #919191;\r\n\t                        font-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t                    }\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__radio, .arm_form_102 .arm-df__checkbox{\r\n\t\t\t\t\t\t\tcolor:#919191;\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t\t\t\t\t\t\tfont-size: 16px;\r\n\t\t\t\t\t\t\tcursor: pointer;\r\n\t\t\t\t\t\t\tfont-weight: normal;font-style: normal;text-decoration: none;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items .arm__dc--item[selected] {\r\n\t\t\t\t\t\t\tfont-weight: bold;\r\n\t\t\t\t\t\t\tcolor:#242424;\r\n\t\t\t\t\t\t}\r\n\t                    .arm_form_102 .arm-df__form-field-wrap input:not([type='checkbox'],[type='radio'],.arm-df__dc--head__autocomplete){\r\n\t                        height: 33px;\r\n\t                    }\r\n                        \/*\r\n                        .arm_form_102 .arm-df__form-field-wrap .arm-df__form-control[type='checkbox']{\r\n                            width: 33px !important;\r\n                        }\r\n                        *\/\r\n\r\n\t                    .arm_form_102 .arm_apply_coupon_container .arm_coupon_submit_wrapper .arm_apply_coupon_btn{\r\n\t                        min-height: 35px;\r\n\t                        margin: 0;\r\n\t                    }\r\n                        .arm_form_102 .arm-df__form-control::placeholder, \r\n                        .arm_form_102 input.arm-df__form-control:not(.arm-df__dc--head__autocomplete)::placeholder, \r\n                        .arm_form_102 textarea.arm-df__form-control::placeholder{\r\n                            color:#242424;\r\n                        }\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap input:not([type='checkbox'],[type='radio'],.arm-df__dc--head__autocomplete),\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap textarea.arm-df__form-control,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap select,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap .arm-df__dropdown-control dt.arm__dc--head{\r\n\t                        background-color: #ffffff !important;\r\n\t\t\t\t\t\t\tborder: 1px solid #c7c7c7;\r\n\t\t\t\t\t\t\tborder-color: #c7c7c7;\r\n\t\t\t\t\t\t\tborder-radius: 50px !important;\r\n\t\t\t\t\t\t\t-webkit-border-radius: 50px !important;\r\n\t\t\t\t\t\t\t-moz-border-radius: 50px !important;\r\n\t\t\t\t\t\t\t-o-border-radius: 50px !important;\r\n\t\t\t\t\t\t\tcolor:#242424;\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t\t\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\t\t\tfont-weight: normal;font-style: normal;text-decoration: none;\r\n\t\t\t\t\t\t\theight: 33px;\r\n                            line-height: 17px;\r\n                            background-image:none;\r\n                            margin-bottom:0px !important;\r\n\t\t\t\t\t\t}\r\n                        .arm_form_102:not(.arm-material-style, .arm--material-outline-style) .arm-df__form-field-wrap input:not(.arm-df__dc--head__autocomplete) {\r\n                            border-color: #c7c7c7;\r\n                        }\r\n\r\n                        .arm_form_102.arm-material-style .arm-df__form-field-wrap input:not([type='checkbox'],[type='radio'],.arm-df__dc--head__autocomplete),\r\n                        .arm_form_102.arm-material-style .arm-df__form-field-wrap textarea.arm-df__form-control,\r\n                        .arm_form_102.arm-material-style .arm-df__form-field-wrap select,\r\n                        .arm_form_102.arm-material-style .arm-df__form-field-wrap .arm-df__dropdown-control dt.arm__dc--head,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap input:not([type='checkbox'],[type='radio'],.arm-df__dc--head__autocomplete),\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap textarea.arm-df__form-control,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap select,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap .arm-df__dropdown-control dt.arm__dc--head {\r\n                            background-color: transparent !important;\r\n                        }\r\n                        .arm_form_102.arm--material-outline-style .arm-notched-outline__leading {\r\n                            border-top: 1px solid #c7c7c7;\r\n                            border-left: 1px solid #c7c7c7;\r\n                            border-bottom: 1px solid #c7c7c7;\r\n                        }\r\n                        .arm_form_102.arm--material-outline-style .arm-notched-outline__notch {\r\n                            border-top: 1px solid #c7c7c7;\r\n                            border-bottom: 1px solid #c7c7c7;\r\n                        }\r\n                        .arm_form_102.arm--material-outline-style .arm-notched-outline__trailing {\r\n                            border-top: 1px solid #c7c7c7;\r\n                            border-right: 1px solid #c7c7c7;\r\n                            border-bottom: 1px solid #c7c7c7;\r\n                        }\r\n                        .arm_form_102.arm_rtl_site.arm--material-outline-style .arm-df__form-group .arm-notched-outline__leading,\r\n                        .arm_form_102.arm_rtl_site.arm--material-outline-style .arm-df__form-group_social_fields .arm-df__form-group_text .arm-notched-outline__leading,\r\n                        .arm_form_102.arm_form_rtl.arm--material-outline-style .arm-df__form-group .arm-notched-outline__leading,\r\n                        .arm_form_102.arm_form_rtl.arm--material-outline-style .arm-df__form-group_social_fields .arm-df__form-group_text .arm-notched-outline__leading,\r\n                        .arm_form_102.is_form_class_rtl.arm--material-outline-style .arm-df__form-group .arm-notched-outline__leading,\r\n                        .arm_form_102.is_form_class_rtl.arm--material-outline-style .arm-df__form-group_social_fields .arm-df__form-group_text .arm-notched-outline__leading {\r\n                            border-top: 1px solid #c7c7c7;\r\n                            border-right: 1px solid #c7c7c7;\r\n                            border-bottom: 1px solid #c7c7c7;\r\n                            border-left: none;\r\n                            border-radius:0;\r\n                        }\r\n                        .arm_form_102.arm_rtl_site.arm--material-outline-style .arm-df__form-group .arm-notched-outline__trailing,\r\n                        .arm_form_102.arm_rtl_site.arm--material-outline-style .arm-df__form-group_social_fields .arm-notched-outline__trailing,\r\n                        .arm_form_102.arm_form_rtl.arm--material-outline-style .arm-df__form-group .arm-notched-outline__trailing,\r\n                        .arm_form_102.arm_form_rtl.arm--material-outline-style .arm-df__form-group_social_fields .arm-notched-outline__trailing,\r\n                        .arm_form_102.is_form_class_rtl.arm--material-outline-style .arm-df__form-group .arm-notched-outline__trailing,\r\n                        .arm_form_102.is_form_class_rtl.arm--material-outline-style .arm-df__form-group_social_fields .arm-notched-outline__trailing {\r\n                            border-top: 1px solid #c7c7c7;\r\n                            border-left: 1px solid #c7c7c7;\r\n                            border-bottom: 1px solid #c7c7c7;\r\n                            border-right: none;\r\n                            border-radius:0;\r\n                        }\r\n\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap input.arm-df__form-control:focus + .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap input.arm-df__form-control:focus + .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap input.arm-df__form-control:focus + .arm-notched-outline .arm-notched-outline__trailing,\r\n                        \r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap textarea:focus + .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap textarea:focus + .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap textarea:focus + .arm-notched-outline .arm-notched-outline__trailing,\r\n                        \r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap .arm-is-active + .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap .arm-is-active + .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap .arm-is-active + .arm-notched-outline .arm-notched-outline__trailing,\r\n                        \r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap input.arm-df__form-control:focus + .bootstrap-datetimepicker-widget + .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap input.arm-df__form-control:focus + .bootstrap-datetimepicker-widget + .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap input.arm-df__form-control:focus + .bootstrap-datetimepicker-widget + .arm-notched-outline .arm-notched-outline__trailing {\r\n                            border-color: #6164c1 !important;\r\n                        }\r\n\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid + .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid + .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid + .arm-notched-outline .arm-notched-outline__trailing,\r\n\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid + span + .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid + span  + .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid + span  + .arm-notched-outline .arm-notched-outline__trailing,\r\n                        \r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid:focus + .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid:focus + .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid:focus + .arm-notched-outline .arm-notched-outline__trailing,\r\n\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid:focus + span + .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid:focus + span + .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field .arm-df__form-control.arm_invalid:focus + span + .arm-notched-outline .arm-notched-outline__trailing,\r\n                        \r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-group_select.error .arm-notched-outline .arm-notched-outline__leading,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-group_select.error .arm-notched-outline .arm-notched-outline__notch,\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-group_select.error .arm-notched-outline .arm-notched-outline__trailing\r\n                        {\r\n                            border-color: #f05050 !important;\r\n                        }\r\n\r\n                        .arm_form_102.arm--material-outline-style .arm-df__form-field-wrap .arm-df__label-text.active:before {\r\n                            background:  #ffffff !important;\r\n                        }\r\n\r\n                        .arm_form_102 .arm-df__form-field-wrap .arm-df__dropdown-control dt.arm__dc--head .arm-df__dc--head__autocomplete {\r\n                            line-height: 17px;\r\n                        }\r\n                        .arm_form_102 .arm-df__form-field-wrap .arm-df__dropdown-control dt.arm__dc--head i.armfa.armfa-caret-down{\r\n                            color: #bababa;\r\n                        }\r\n                        .arm_form_102 .arm-df__form-field-wrap .arm-df__dropdown-control .arm__dc--items-wrap .arm__dc--items { border: 1px solid #c7c7c7; }\r\n                        .arm_form_102.arm-rounded-style .arm-df__form-field-wrap .arm-df__dropdown-control.arm-is-active .arm__dc--head{\r\n                        -webkit-border-radius: 25px 25px 0 0 !important;\r\n                        -moz-border-radius: 25px 25px 0 0 !important;\r\n                        -o-border-radius: 25px 25px 0 0 !important;\r\n                        border-radius: 25px 25px 0 0 !important;\r\n                        }\r\n                        \r\n\t\t\t\t\t\t.arm_form_102 .armFileUploadWrapper .arm-ffw__file-upload-box{\r\n\t\t\t\t\t\t\tborder-color: #c7c7c7;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .armFileUploadWrapper .arm-ffw__file-upload-box.arm_dragover{\r\n\t\t\t\t\t\t\tborder-color: #6164c1;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__checkbox{\r\n\t\t\t\t\t\t\tcolor: rgba(199, 199, 199, 0.87);\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102.arm_materialize_form .arm-df__checkbox input[type='checkbox'] + label:after,\r\n                        .arm_form_102.arm_materialize_form .arm-df__radio input[type='radio'] + label:before\r\n                        {\r\n\t\t\t\t\t\t\tborder-color: #c7c7c7;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 input[type=checkbox].arm-df__form-control--is-checkbox:checked,\r\n                        .arm_form_102 input[type=radio].arm-df__form-control--is-radio:checked,\r\n                        .arm_form_102.arm_materialize_form .arm-df__checkbox input[type='checkbox']:checked + label:after,\r\n                        .arm_form_102.arm_materialize_form .arm-df__checkbox input[type='checkbox']:checked:focus + label:after,\r\n                        .arm_form_102.arm_materialize_form .arm-df__radio input[type='radio']:checked + label:after,\r\n                        .arm_form_102.arm_materialize_form .arm-df__radio input[type='radio']:checked:focus + label:after{\r\n\t\t\t\t\t\t\tbackground-color: #6164c1;\r\n                            border-color: #6164c1;\r\n\t\t\t\t\t\t}\r\n                        .arm_form_102.arm_materialize_form .arm-df__radio input[type='radio']:checked + label:before {\r\n                            border-color: #6164c1;\r\n                        }\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__checkbox:before,\r\n                        .arm_form_102 .arm-df__radio:before{\r\n\t\t\t\t\t\t\tbackground-color: rgba(97, 100, 193, 0.26) !important;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__fields-wrapper .select-wrapper input.select-dropdown,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__fields-wrapper .file-field input.file-path{\r\n\t\t\t\t\t\t\tborder-color: #c7c7c7;\r\n\t\t\t\t\t\t\tborder-width: 0 0 1px 0 !important;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__form-control.select-wrapper{border:0 !important;}\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap input.arm-df__form-control:focus,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap textarea.arm-df__form-control:focus,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap select:focus,\r\n                        .arm_form_102 .arm-df__form-field-wrap .arm-df__dropdown-control.arm-is-active dt.arm__dc--head,\r\n                        .arm_form_102 .arm-df__form-field-wrap .arm-df__dropdown-control.arm-is-active .arm__dc--items-wrap .arm__dc--items{\r\n                            color: #242424;\r\n\t\t\t\t\t\t\tborder: 1px solid #6164c1;\r\n\t\t\t\t\t\t\tborder-color: #6164c1;\r\n                            background-image:none;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm_uploaded_file_info .armbar{\r\n\t\t\t\t\t\t\tbackground-color: #6164c1;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-control.arm-df__fc--validation__wrap,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-control.arm_invalid, \r\n                        .arm_form_102 .arm-df__form-group_select.error .arm__dc--head {\r\n\t\t\t\t\t\t\tborder: 1px solid #f05050;\r\n\t\t\t\t\t\t\tborder-color: #f05050 !important;\r\n\t\t\t\t\t\t}\r\n                        .arm_form_102.arm_materialize_form:not(.arm--material-outline-style) .arm-df__form-field .arm-df__form-control.arm_invalid,\r\n                        .arm_form_102.arm_materialize_form:not(.arm--material-outline-style) .arm-df__form-group_select.error .arm__dc--head{\r\n                            border-bottom: 1px solid #f05050 !important;\r\n                        }    \r\n\t\t\t\t\t\t.arm_form_102 .arm_form_message_container .arm_success_msg,\r\n\t\t\t\t\t\t.arm_form_102 .arm_form_message_container .arm-df__fc--validation__wrap,\r\n                                                .arm_form_102 .arm_form_message_container1 .arm_success_msg,\r\n                                                .arm_form_102 .arm_form_message_container1 .arm_success_msg1,\r\n\t\t\t\t\t\t.arm_form_102 .arm_form_message_container1 .arm-df__fc--validation__wrap,\r\n                                                    .arm_form_102 .arm_form_message_container .arm_success_msg a{\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t                        text-decoration: none !important;\r\n\t\t\t\t\t\t}\r\n                        .arm_form_102 .arm_coupon_field_wrapper .success.notify_msg{\r\n                            font-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n                            text-decoration: none !important;\r\n                        }\r\n\t                    .arm_form_102.arm_form_layout_writer .arm-df__form-field-wrap textarea.arm-df__form-control{\r\n\t                        -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);\r\n\t                        -moz-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);\r\n\t\t\t\t\t\t\ttransition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);\r\n\t\t\t\t\t\t\tbackground: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 99.1%, #c7c7c7 4%);\r\n\t\t\t\t\t\t\tbackground: linear-gradient(to bottom, rgba(255, 255, 255, 0) 99.1%, #c7c7c7 4%);\r\n\t\t\t\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\t\t\t\tbackground-position: 0 0;\r\n\t\t\t\t\t\t\tbackground-size: 0 100%;\r\n\t\t\t\t\t\t\tmax-height:150px;\r\n\t                                        }\r\n\t\t\t\t\t\t.arm_form_102.arm_materialize_form .arm-df__form-field-wrap input,\r\n\t\t\t\t\t\t.arm_form_102.arm_materialize_form .arm-df__form-field-wrap select{\r\n\t\t\t\t\t\t\t-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);\r\n\t\t\t\t\t\t\ttransition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);\r\n\t\t\t\t\t\t\tbackground: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #c7c7c7 4%);\r\n\t\t\t\t\t\t\tbackground: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #c7c7c7 4%);\r\n\t\t\t\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\t\t\t\tbackground-position: 0 0;\r\n\t\t\t\t\t\t\tbackground-size: 0 100%;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__form-field-wrap input.arm-df__form-control:focus,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__form-field-wrap select:focus,\r\n                        .arm_form_102.arm_form_layout_writer .arm-df__form-field-wrap .arm-df__dropdown-control.arm-is-active dt.arm__dc--head{\r\n\t\t\t\t\t\t\tbackground: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #6164c1 4%);\r\n\t\t\t\t\t\t\tbackground: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #6164c1 4%);\r\n\t\t\t\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\t\t\t\tbackground-position: 0 0;\r\n\t\t\t\t\t\t\tbackground-size: 100% 100%;\r\n\t\t\t\t\t\t}\r\n\t                    \r\n\t                    .arm_form_102 .arm_editor_form_fileds_container .arm-df__form-field-wrap input.arm-df__form-control:focus,\r\n\t\t\t\t\t\t.arm_form_102 .arm_editor_form_fileds_container .arm-df__form-field-wrap textarea:focus,\r\n\t\t\t\t\t\t.arm_form_102 .arm_editor_form_fileds_container .arm-df__form-field-wrap select:focus,\r\n                        .arm_form_102 .arm_editor_form_fileds_container .arm-df__form-field-wrap .arm-df__dropdown-control.arm-is-active dt.arm__dc--head,\r\n                        .arm_form_102 .arm_editor_form_fileds_container .arm-df__form-field-wrap .arm-df__dropdown-control.arm-is-active .arm__dc--items-wrap .arm__dc--items{\r\n\t\t\t\t\t\t\tborder: 1px solid #6164c1;\r\n\t\t\t\t\t\t\tborder-color: #6164c1 !important;\r\n\t\t\t\t\t\t}\r\n\t                    .arm_form_102.arm_form_layout_writer .arm_editor_form_fileds_container .arm-df__form-control.arm-df__fc--validation__wrap:focus,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm_editor_form_fileds_container .arm-df__form-control.arm_invalid:focus,\r\n                        .arm_form_102.arm_form_layout_writer.arm_materialize_form .arm_editor_form_fileds_container .arm-df__form-control.arm_invalid:focus,\r\n\t                    .arm_form_102.arm_form_layout_writer .arm_editor_form_fileds_container .arm-df__form-field-wrap input.arm-df__form-control:focus,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm_editor_form_fileds_container .arm-df__form-field-wrap select:focus,\r\n                        .arm_form_102.arm_form_layout_writer .arm_editor_form_fileds_container .arm-df__form-field-wrap .arm-df__dropdown-control.arm-is-active dt.arm__dc--head,\r\n                        .arm_form_102.arm_form_layout_writer .arm_editor_form_fileds_container .arm-df__form-field-wrap .arm-df__dropdown-control.arm-is-active .arm__dc--items-wrap .arm__dc--items{\r\n\t                        background-repeat: no-repeat;\r\n\t\t\t\t\t\t\tbackground-position: 0 0;\r\n\t\t\t\t\t\t\tbackground-size: 100% 100%;\r\n\t                        border-color: #6164c1 !important;\r\n\t                    }\r\n\t                    .arm_form_102.arm_form_layout_writer .arm-df__form-field-wrap textarea:focus{\r\n\t                        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 99.1%, #6164c1 4%);\r\n\t\t\t\t\t\t\tbackground: linear-gradient(to bottom, rgba(255, 255, 255, 0) 99.1%, #6164c1 4%);\r\n\t\t\t\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\t\t\t\tbackground-position: 0 0;\r\n\t\t\t\t\t\t\tbackground-size: 100% 100%;\r\n\t                    }\r\n\t                    .arm_form_102.arm_form_layout_writer textarea.arm-df__form-control.arm-df__fc--validation__wrap:focus,\r\n\t                    .arm_form_102.arm_form_layout_writer textarea.arm-df__form-control.arm_invalid:focus,\r\n                        .arm_form_102.arm_form_layout_writer.arm_materialize_form textarea.arm-df__form-control.arm_invalid:focus{\r\n\t                        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 99.1%, #f05050 4%);\r\n\t                        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 99.1%, #f05050 4%);\r\n\t                        background-repeat: no-repeat;\r\n\t                        background-position: 0 0;\r\n\t                        background-size: 100% 100%;\r\n\t                    }\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__form-control.arm-df__fc--validation__wrap:focus,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__form-control.arm_invalid:focus,\r\n                        .arm_form_102.arm_form_layout_writer.arm_materialize_form .arm-df__form-control.arm_invalid:focus{\r\n\t\t\t\t\t\t\tbackground: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 96%, #f05050 4%);\r\n\t\t\t\t\t\t\tbackground: linear-gradient(to bottom, rgba(255, 255, 255, 0) 96%, #f05050 4%);\r\n\t\t\t\t\t\t\tbackground-repeat: no-repeat;\r\n\t\t\t\t\t\t\tbackground-position: 0 0;\r\n\t\t\t\t\t\t\tbackground-size: 100% 100%;\r\n\t\t\t\t\t\t}\r\n\r\n                        .arm_form_102 .armFileMessages.arm-df__fc--validation\r\n                        {\r\n                            display:block ;\r\n                        }\r\n\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_iconic:not(.arm_standard_validation_type) .arm-df__fc--validation .arm-df__fc--validation__wrap,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_rounded:not(.arm_standard_validation_type) .arm-df__fc--validation .arm-df__fc--validation__wrap,\r\n\t\t\t\t\t\t.arm_form_102:not(.arm_standard_validation_type) .arm-df__fc--validation .arm-df__fc--validation__wrap,\r\n                        .arm_form_102.arm_form_layout_iconic:not(.arm_standard_validation_type) .armFileMessages .arm-df__fc--validation__wrap,\r\n                        .arm_form_102.arm_form_layout_rounded:not(.arm_standard_validation_type) .armFileMessages .arm-df__fc--validation__wrap,\r\n                        .arm_form_102:not(.arm_standard_validation_type) .armFileMessages .arm-df__fc--validation__wrap{\r\n\t\t\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t\t\t\tbackground: #e6594d;\r\n\t                        font-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t\t\t\t\t\t\tfont-size: 14px;\r\n\t                        font-size: 16px;\r\n\t\t\t\t\t\t\tpadding-left: 5px;\r\n\t\t\t\t\t\t\tpadding-right: 5px;\r\n\t                        text-decoration: none !important;\r\n                            line-height:16px;\r\n\t\t\t\t\t\t}\r\n                        .arm_form_102.arm_standard_validation_type .arm-df__fc--validation .arm-df__fc--validation__wrap, .arm_form_102.arm_standard_validation_type .armFileMessages .arm-df__fc--validation__wrap{\r\n                            color: #ffffff;\r\n                            font-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n                            font-size: 16px;\r\n                            line-height:16px;\r\n                        }\r\n\t\t\t\t\t\t.arm_form_102 .arm_msg_pos_right .arm-df__fc--validation .arm_error_box_arrow:after, .arm_form_102 .arm_msg_pos_right .armFileMessages .arm_error_box_arrow:after{border-right-color: #e6594d !important;} \r\n\t\t\t\t\t\t.arm_form_102 .arm_msg_pos_left .arm-df__fc--validation .arm_error_box_arrow:after, .arm_form_102 .arm_msg_pos_left .armFileMessages .arm_error_box_arrow:after{border-left-color: #e6594d !important;}\r\n\t\t\t\t\t\t.arm_form_102 .arm_msg_pos_top .arm-df__fc--validation .arm_error_box_arrow:after, .arm_form_102 .arm_msg_pos_top .armFileMessages .arm_error_box_arrow:after{border-top-color: #e6594d !important;}\r\n\t\t\t\t\t\t.arm_form_102 .arm_msg_pos_bottom .arm-df__fc--validation .arm_error_box_arrow:after, .arm_form_102 .arm_msg_pos_bottom .armFileMessages .arm_error_box_arrow:after{border-bottom-color: #e6594d !important;}\r\n\t\t\t\t\t\t.arm_form_102 .arm_writer_error_msg_box{\r\n\t\t\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\t\t\tfont-size: 14px;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn{\r\n\t\t\t\t\t\t\tborder-radius: 50px;\r\n\t\t\t\t\t\t\t-webkit-border-radius: 50px;\r\n\t\t\t\t\t\t\t-moz-border-radius: 50px;\r\n\t\t\t\t\t\t\t-o-border-radius: 50px;\r\n\t\t\t\t\t\t\twidth: auto;\r\n\t\t\t\t\t\t\tmax-width: 100%;\r\n\t\t\t\t\t\t\twidth: 350px;\r\n\t\t\t\t\t\t\tmin-height: 35px;\r\n\t\t\t\t\t\t\tmin-height: 45px;\r\n                            line-height: 45px;\r\n\t\t\t\t\t\t\tpadding: 0 10px;\r\n\t\t\t\t\t\t\tfont-family: Helvetica, sans-serif, 'Trebuchet MS';\r\n\t\t\t\t\t\t\tfont-size: 18px;\r\n\t\t\t\t\t\t\tmargin: 10px 0px 0px 0px;\r\n\t\t\t\t\t\t\tfont-weight: bold;font-style: normal;text-decoration: none;\r\n\t\t\t\t\t\t\ttext-transform: none;\r\n\t                        background-color: transparent;border: 2px solid #6164c1;color: #6164c1;\r\n\t\t\t\t\t\t}\r\n\t                    .arm_form_102 .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn.arm-df__form-group_button.arm_editable_input_button,\r\n\t\t\t    .arm_form_102 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn.arm-df__form-group_button.arm_editable_input_button{\r\n\t                        height: 45px;\r\n\t                    }\r\n\t                    .arm_form_102 .arm_setup_submit_btn_wrapper .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn,\r\n\t\t\t    .arm_form_102 .arm_setup_submit_btn_wrapper .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn{\r\n\t                        background-color: transparent;border: 2px solid #6164c1;color: #6164c1;\r\n\t                    }\r\n                        .arm_form_102 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn #arm_form_loader{\r\n                            fill:#6164c1;\r\n                            }\r\n\t\t\t\t\t\t\/*.arm_form_102 button:hover,*\/\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn:hover,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn:not([disabled]):hover,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn.btn:hover,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit .arm-df__form-control-submit-btn.btn-large:hover,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn:hover,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn:not([disabled]):hover,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn.btn:hover,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn.btn-large:hover{\r\n\t\t\t\t\t\t\tbackground-color: #8072cc !important;border: 2px solid #8072cc !important;color: #ffffff !important;\r\n\t\t\t\t\t\t}\r\n                        .arm_form_102 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn:hover #arm_form_loader,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn:not([disabled]):hover #arm_form_loader,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn.btn:hover #arm_form_loader,\r\n\t\t\t\t\t\t.arm_form_102.arm_form_layout_writer .arm-df__fields-wrapper .arm-df__form-field-wrap_submit button.arm-df__form-control-submit-btn.btn-large:hover #arm_form_loader{\r\n                            fill:#ffffff !important;\r\n                        }\r\n\t                    .arm_form_102 .arm-df__fields-wrapper .armFileUploadWrapper .armFileBtn,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__fields-wrapper .armFileUploadContainer{\r\n\t\t\t\t\t\t\tborder: 1px solid #6164c1;\r\n\t\t\t\t\t\t\tbackground-color: #6164c1;\r\n\t\t\t\t\t\t\tcolor: #ffffff;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__fields-wrapper .armFileUploadWrapper .armFileBtn:hover,\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__fields-wrapper .armFileUploadContainer:hover{\r\n\t                        background-color: #8072cc !important;\r\n\t\t\t\t\t\t\tborder-color: #8072cc !important;\r\n\t\t\t\t\t\t\tcolor: #ffffff !important;\r\n\t                    }\r\n\t\t\t\t\t\t.arm_form_102 .arm-df__fc-icon i{color: #bababa;}\r\n\t\t\t\t\t\t.arm_date_field_102 .bootstrap-datetimepicker-widget table td.today:before{border: 3px solid #6164c1;}\r\n\t\t\t\t\t\t.arm_date_field_102 .bootstrap-datetimepicker-widget table td.active,\r\n\t\t\t\t\t\t.arm_date_field_102 .bootstrap-datetimepicker-widget table td.active:hover{\r\n\t\t\t\t\t\t\tcolor: #6164c1 !important;\r\n\t\t\t\t\t\t\tbackground: url(https:\/\/loveworldnorthampton.org\/stg\/wp-content\/plugins\/armember\/images\/bootstrap_datepicker_purple.png) no-repeat !important;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_date_field_102 .bootstrap-datetimepicker-widget table td span:hover{border-color: #6164c1;}\r\n\t\t\t\t\t\t.arm_date_field_102 .bootstrap-datetimepicker-widget table td span.active{background-color: #6164c1;}\r\n\t\t\t\t\t\t.arm_date_field_102 .arm_cal_header{background-color: #6164c1 !important;}\r\n\t\t\t\t\t\t.arm_date_field_102 .arm_cal_month{\r\n\t\t\t\t\t\t\tbackground-color: #6164c1 !important;\r\n\t\t\t\t\t\t\tborder-bottom: 1px solid #6164c1;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_date_field_102 .bootstrap-datetimepicker-widget table td.day:hover {\r\n\t\t\t\t\t\t\tbackground: url(https:\/\/loveworldnorthampton.org\/stg\/wp-content\/plugins\/armember\/images\/bootstrap_datepicker_hover.png) no-repeat;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_date_field_102 .arm_cal_hour:hover, .arm_date_field_102 .arm_cal_minute:hover{border-color: #6164c1;}\r\n\t\t\t\t\t\t.arm_date_field_102 .timepicker-picker .btn-primary{\r\n\t\t\t\t\t\t\tbackground-color: #6164c1;\r\n\t\t\t\t\t\t\tborder-color: #6164c1;\r\n\t\t\t\t\t\t}\r\n\t\t\t\t\t\t.arm_date_field_102 .armglyphicon-time:before,\r\n\t\t\t\t\t\t.arm_date_field_102 .armglyphicon-calendar:before,\r\n\t\t\t\t\t\t.arm_date_field_102 .armglyphicon-chevron-up:before,\r\n\t\t\t\t\t\t.arm_date_field_102 .armglyphicon-chevron-down:before{color: #6164c1;}\r\n\t\t\t\t\t\t.arm_form_102 stop.arm_social_connect_svg { stop-color:#6164c1; } <\/style><div class=\"arm-df-wrapper arm_msg_pos_bottom\"><div class=\"arm-df__fields-wrapper arm-df__fields-wrapper_102 arm_field_position_center arm_front_side_form\"  data-form_id=\"102\"><div class=\"arm-control-group arm-df__form-group arm-df__form-group_text\" id=\"arm-df__form-group_170\" data-field_id=\"170\" style=\"\"><div class=\"arm_form_label_wrapper arm-df__field-label arm_form_member_field_text\"><span class=\"arm-df__label-asterisk arm-df__label-asterisk_170\">* <\/span><label class=\"arm_form_field_label_text\">Email Address<\/label><\/div><div class=\"arm_label_input_separator\"><\/div><div class=\"arm-df__form-field\"><div class=\"arm-df__form-field-wrap_text arm-df__form-field-wrap arm-controls \" id=\"arm-df__form-field-wrap_170\"><input name=\"user_login\" type=\"text\" id=\"arm-df__form-control_170_102_z6m2TzWDbw\" value=\"\" class=\" arm-df__form-control_170 arm-df__form-control arm_cl_user_login_102_z6m2TzWDbw \"   placeholder=\"\"  required data-validation-required-message=\"Email field can not be left blank.\"    ><label class=\"arm-df__label-text \" for=\"arm-df__form-control_170_102_z6m2TzWDbw\"> * <\/label><\/div><\/div><\/div><div class=\"arm-control-group arm-df__form-group arm-df__form-group_password\" id=\"arm-df__form-group_171\" data-field_id=\"171\" style=\"\"><div class=\"arm_form_label_wrapper arm-df__field-label arm_form_member_field_password\"><span class=\"arm-df__label-asterisk arm-df__label-asterisk_171\">* <\/span><label class=\"arm_form_field_label_text\">Password<\/label><\/div><div class=\"arm_label_input_separator\"><\/div><div class=\"arm-df__form-field\"><div class=\"arm-df__form-field-wrap_password arm-df__form-field-wrap arm-controls \" id=\"arm-df__form-field-wrap_171\"><input name=\"user_pass\" type=\"password\" id=\"arm-df__form-control_171_102_z6m2TzWDbw\" autocomplete=\"off\" value=\"\" class=\"  arm-df__form-control_171 arm-df__form-control arm_cl_user_pass_102_z6m2TzWDbw  --arm-has-prefix-sufix-icon --arm-has-suffix-icon\"   placeholder=\"\"  required data-validation-required-message=\"Password can not be left blank.\"    minlength=\"1\" data-validation-minlength-message=\"Please enter at least 1 characters.\" ><label class=\"arm-df__label-text \" for=\"arm-df__form-control_171_102_z6m2TzWDbw\"> * <\/label><span class=\"arm-df__fc-icon --arm-suffix-icon arm_visible_password\" id=\"\" style=\"\"><i class=\"armfa armfa-eye\"><\/i><\/span><\/div><\/div><\/div><div class=\"arm-control-group arm-df__form-group arm-df__form-group_rememberme\" id=\"arm-df__form-group_172\" data-field_id=\"172\" style=\"\"><div class=\"arm_form_label_wrapper arm-df__field-label arm_form_member_field_rememberme\"><\/div><div class=\"arm_label_input_separator\"><\/div><div class=\"arm-df__form-field\"><div class=\"arm-df__form-field-wrap_rememberme arm-df__form-field-wrap arm-controls \" id=\"arm-df__form-field-wrap_172\"><div class=\"arm-df__checkbox arm-d-flex arm-align-items-center\"><input aria-label=\"forever\"  name=\"rememberme\" value=\"forever\" class=\"arm-df__form-control--is-checkbox  arm-df__form-control_172 arm_cl_rememberme_102_z6m2TzWDbw \"    type=\"checkbox\" id=\"arm-df__form-control_172_102_z6m2TzWDbw\"><label class=\"arm-df__fc-checkbox--label\" for=\"arm-df__form-control_172_102_z6m2TzWDbw\">Remember me<\/label><\/div><\/div><\/div><\/div><div class=\"arm-df__form-group arm-df__form-group_submit\" id=\"arm-df__form-group_173\" data-field_id=\"173\"><div class=\"arm_label_input_separator\"><\/div><div class=\"arm-df__form-field\"><div class=\"arm-df__form-field-wrap_submit arm-df__form-field-wrap arm-controls \" id=\"arm-df__form-field-wrap_173\"><button class=\"arm-df__form-control-submit-btn arm-df__form-group_button --arm-is-border-style  arm-df__form-control_173 arm_cl_submit_  arm-df__form-control_173\"  type=\"submit\" name=\"armFormSubmitBtn\"><span class=\"arm_spinner\"><!DOCTYPE svg PUBLIC \"-\/\/W3C\/\/DTD SVG 1.1\/\/EN\" \"http:\/\/www.w3.org\/Graphics\/SVG\/1.1\/DTD\/svg11.dtd\"><svg version=\"1.1\" id=\"arm_form_loader\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" width=\"18px\" height=\"18px\" viewBox=\"0 0 26.349 26.35\" style=\"enable-background:new 0 0 26.349 26.35;\" xml:space=\"preserve\" ><g><g><circle cx=\"13.792\" cy=\"3.082\" r=\"3.082\" \/><circle cx=\"13.792\" cy=\"24.501\" r=\"1.849\"\/><circle cx=\"6.219\" cy=\"6.218\" r=\"2.774\"\/><circle cx=\"21.365\" cy=\"21.363\" r=\"1.541\"\/><circle cx=\"3.082\" cy=\"13.792\" r=\"2.465\"\/><circle cx=\"24.501\" cy=\"13.791\" r=\"1.232\"\/><path d=\"M4.694,19.84c-0.843,0.843-0.843,2.207,0,3.05c0.842,0.843,2.208,0.843,3.05,0c0.843-0.843,0.843-2.207,0-3.05 C6.902,18.996,5.537,18.988,4.694,19.84z\"\/><circle cx=\"21.364\" cy=\"6.218\" r=\"0.924\"\/><\/g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><g><\/g><\/svg><\/span>LOGIN<\/button><\/div><\/div><\/div><div class=\"armclear\"><\/div><\/div><input type=\"hidden\" name=\"arm_action\" value=\"please-login\"\/><input type=\"hidden\" name=\"redirect_to\" value=\"https:\/\/loveworldnorthampton.org\/stg\"\/><input type=\"hidden\" name=\"isAdmin\" value=\"0\"\/><input type=\"hidden\" name=\"referral_url\" value=\"https:\/\/loveworldnorthampton.org\/stg\"\/><div class=\"armclear\"><\/div><input type=\"hidden\" name=\"\" class=\"kpress\" value=\"\" \/><input type=\"hidden\" name=\"\" class=\"stime\" value=\"1787073345\" \/><input type=\"hidden\" data-id=\"nonce_start_time\" class=\"nonce_start_time\" value=\"form_filter_st\" \/><input type=\"hidden\" data-id=\"nonce_keyboard_press\" class=\"nonce_keyboard_press\" value=\"form_filter_kp\" \/><input type=\"hidden\" name=\"arm_nonce_check\" value=\"b442327c32\" \/><div class=\"arm-df__form-group arm-df__form-group_forgot_link arm_forgot_password_below_link arm_forgotpassword_link\"><a href=\"javascript:void(0)\" class=\"arm_login_popup_form_links arm_form_popup_ahref\" data-form_id=\"arm_login_form_fp_link_102_103_102_z6m2TzWDbw\" data-toggle=\"armmodal\" data-modal_bg=\"#000000\" data-overlay=\"0.6\">Lost Your Password<\/a><\/div><div class=\"arm_login_links_wrapper arm_login_options arm_socialicons_bottom\"><span class=\"arm_registration_link arm_reg_login_links\"><center>Dont have account? <a href=\"https:\/\/loveworldnorthampton.org\/stg\/register\/\" class=\"\" >SIGNUP<\/a><\/center><\/span><div class=\"armclear\"><\/div><\/div><div class=\"armclear\"><\/div><\/div><\/form><div class=\"armclear\">&nbsp;<\/div><div class=\"arm_form_popup_container\"><a href=\"javascript:void(0)\" id=\"arm_form_popup_link_103_3FNxVSg7IU\" class=\"arm_form_popup_link arm_form_popup_link_103 arm_form_popup_link_103_3FNxVSg7IU arm_login_form_other_links arm_login_form_fp_link_102_103_102_z6m2TzWDbw arm_form_popup_ahref\" data-form_id=\"103_3FNxVSg7IU\" data-toggle=\"armmodal\"  data-modal_bg=\"#000000\" data-overlay=\"0.6\"> <\/a><div class=\"armclear\">&nbsp;<\/div><\/div>  \r\n            <!--Plugin Name: ARMember    \r\n                Plugin Version: 5.9.1 \r\n                Developed By: Repute Infosystems\r\n                Developer URL: http:\/\/www.reputeinfosystems.com\/\r\n            --><\/div>  \r\n            <!--Plugin Name: ARMember    \r\n                Plugin Version: 5.9.1 \r\n                Developed By: Repute Infosystems\r\n                Developer URL: http:\/\/www.reputeinfosystems.com\/\r\n            --><\/div>\n\n\n\n<p class=\"has-text-align-center wp-block-paragraph\">Don&#8217;t have an account? <a href=\"\/stg\/register\/\" style=\"color:#4A148C; font-weight:600;\">Register Here<\/a><\/p>\n\n<\/div>\n<\/div>\n\n<script>\n(function() {\n    \/\/ Remove Kadence default footer (#colophon) and any trailing elements after our custom footer\n    function removeKadenceFooter() {\n        \/\/ Remove #colophon (the main Kadence footer)\n        var colophon = document.getElementById('colophon');\n        if (colophon) {\n            colophon.parentNode.removeChild(colophon);\n        }\n        \n        \/\/ Also remove by class (in case ID-based removal fails)\n        var selectors = [\n            '.site-footer',\n            '.site-footer-wrap',\n            '.site-bottom-footer-wrap',\n            '.site-footer-row-container',\n            '.site-footer-row-container-inner',\n            '.footer-html',\n            '.footer-html-inner',\n            '.site-info',\n            '.site-info-inner'\n        ];\n        \n        selectors.forEach(function(sel) {\n            \/\/ Only remove if it's NOT inside our .lwn-footer\n            var elements = document.querySelectorAll(sel);\n            elements.forEach(function(el) {\n                \/\/ Check if this element is inside our custom footer\n                if (!el.closest('.lwn-footer')) {\n                    if (el.parentNode) {\n                        el.parentNode.removeChild(el);\n                    }\n                    \/\/ Remove parent if it became empty\n                    if (el.parentNode && el.parentNode.children.length === 0 && el.parentNode.tagName !== 'BODY') {\n                        el.parentNode.parentNode.removeChild(el.parentNode);\n                    }\n                }\n            });\n        });\n        \n        \/\/ Remove any footer element that's NOT our .lwn-footer\n        var allFooters = document.querySelectorAll('footer');\n        allFooters.forEach(function(footer) {\n            if (!footer.classList.contains('lwn-footer')) {\n                if (footer.parentNode) {\n                    footer.parentNode.removeChild(footer);\n                }\n            }\n        });\n        \n        \/\/ Remove any element that comes after our .lwn-footer\n        var lwnFooter = document.querySelector('.lwn-footer');\n        if (lwnFooter && lwnFooter.parentNode) {\n            var parent = lwnFooter.parentNode;\n            var nextSibling = lwnFooter.nextSibling;\n            while (nextSibling) {\n                var toRemove = nextSibling;\n                nextSibling = nextSibling.nextSibling;\n                parent.removeChild(toRemove);\n            }\n        }\n        \n        \/\/ Remove empty wrapper divs that might still have height\n        var wrappers = ['#wrapper', '#inner-wrap', '#main', '#primary', '#content', '.site-content', '.content-area'];\n        wrappers.forEach(function(sel) {\n            var el = document.querySelector(sel);\n            if (el) {\n                el.style.marginBottom = '0';\n                el.style.paddingBottom = '0';\n            }\n        });\n        \n        \/\/ Final cleanup: ensure body and html have no bottom margin\n        document.body.style.marginBottom = '0';\n        document.body.style.paddingBottom = '0';\n        document.documentElement.style.marginBottom = '0';\n        document.documentElement.style.paddingBottom = '0';\n    }\n    \n    \/\/ Run on DOMContentLoaded\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', removeKadenceFooter);\n    } else {\n        removeKadenceFooter();\n    }\n    \n    \/\/ Also run after window load (in case Kadence adds footer dynamically)\n    window.addEventListener('load', function() {\n        setTimeout(removeKadenceFooter, 100);\n        setTimeout(removeKadenceFooter, 500);\n        setTimeout(removeKadenceFooter, 1000);\n    });\n    \n    \/\/ Sticky navbar enhancement \u2014 add 'scrolled' class on scroll\n    var header = document.querySelector('.site-header, #masthead, .kadence-header');\n    if (header) {\n        var lastScroll = 0;\n        window.addEventListener('scroll', function() {\n            var currentScroll = window.pageYOffset || document.documentElement.scrollTop;\n            if (currentScroll > 50) {\n                header.classList.add('scrolled');\n                header.style.paddingTop = '8px';\n                header.style.paddingBottom = '8px';\n                header.style.boxShadow = '0 4px 24px rgba(74, 20, 140, 0.25)';\n            } else {\n                header.classList.remove('scrolled');\n                header.style.paddingTop = '';\n                header.style.paddingBottom = '';\n                header.style.boxShadow = '0 2px 20px rgba(74, 20, 140, 0.15)';\n            }\n            lastScroll = currentScroll;\n        }, { passive: true });\n    }\n})();\n<\/script>\n\n\n\n<script>\n(function() {\n    function swapLogo() {\n        var logoUrl = 'https:\/\/loveworldnorthampton.org\/stg\/wp-content\/uploads\/2026\/06\/logo-white-text-real.png';\n        \/\/ Find all logo images\n        var logos = document.querySelectorAll('.custom-logo, .site-logo img, .site-branding img, .brand img');\n        logos.forEach(function(img) {\n            if (img.src !== logoUrl) {\n                img.src = logoUrl;\n            }\n        });\n    }\n    \n    \/\/ Run on DOMContentLoaded\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', swapLogo);\n    } else {\n        swapLogo();\n    }\n    \n    \/\/ Run again after load (in case Kadence loads logo dynamically)\n    window.addEventListener('load', function() {\n        swapLogo();\n        setTimeout(swapLogo, 500);\n    });\n})();\n<\/script>\n\n\n\n<script>\n(function() {\n    function fixHeroBackgrounds() {\n        \/\/ Find all Kadence column divs\n        var columns = document.querySelectorAll('.wp-block-kadence-column');\n        \n        \/\/ Sections that should have purple background (#4A148C) with white text\n        var purpleSectionHeadings = [\n            'Custom Printing Made Simple',\n            'Request a Quote',\n            'Ready to Print?',\n            'About Pastor Chris',\n            'Our Vision',\n            'Our Statement Of Faith',\n            'Prayer of Salvation',\n            'Contact',\n            'Partnership',\n            'Events',\n            'Welcome to Church',\n            'Virtual Church',\n            'Login',\n            'Register',\n            'Community',\n            'Who\u2019s Online'\n        ];\n        \n        columns.forEach(function(col) {\n            var text = col.textContent || col.innerText || '';\n            var hasPurpleHeading = false;\n            \n            \/\/ Check if this column contains a heading that should have purple bg\n            for (var i = 0; i < purpleSectionHeadings.length; i++) {\n                if (text.indexOf(purpleSectionHeadings[i]) !== -1) {\n                    hasPurpleHeading = true;\n                    break;\n                }\n            }\n            \n            if (hasPurpleHeading) {\n                \/\/ Apply purple background to this column\n                col.style.background = '#4A148C';\n                col.style.paddingTop = '60px';\n                col.style.paddingBottom = '60px';\n                col.style.paddingLeft = '20px';\n                col.style.paddingRight = '20px';\n                \n                \/\/ Make all headings white\n                var headings = col.querySelectorAll('h1, h2, h3, h4, h5, h6');\n                headings.forEach(function(h) {\n                    h.style.color = '#FFFFFF';\n                });\n                \n                \/\/ Make paragraphs that have has-text-color or inline color white\n                var paras = col.querySelectorAll('p');\n                paras.forEach(function(p) {\n                    \/\/ Check if it already has a light color (white, cream, etc.)\n                    var computedColor = window.getComputedStyle(p).color;\n                    \/\/ If the paragraph is inside a purple section and has a light color, keep it\n                    \/\/ If it has no explicit color, make it white\n                    if (!p.style.color &#038;&#038; !p.classList.contains('has-text-color')) {\n                        p.style.color = '#F5F5F5';\n                    }\n                });\n                \n                \/\/ Make links amber\n                var links = col.querySelectorAll('a');\n                links.forEach(function(a) {\n                    if (!a.classList.contains('wp-block-button__link')) {\n                        \/\/ Only color non-button links\n                        var computedColor = window.getComputedStyle(a).color;\n                        if (computedColor === 'rgb(33, 33, 33)' || computedColor === 'rgb(42, 42, 42)') {\n                            a.style.color = '#FFC107';\n                        }\n                    }\n                });\n            }\n        });\n    }\n    \n    \/\/ Run on DOMContentLoaded\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', fixHeroBackgrounds);\n    } else {\n        fixHeroBackgrounds();\n    }\n    \n    \/\/ Run again after load\n    window.addEventListener('load', function() {\n        fixHeroBackgrounds();\n        setTimeout(fixHeroBackgrounds, 500);\n    });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udfe0 Home \u203a Member \u203a Login Login Don&#8217;t have an account? Register Here<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kadence_starter_templates_imported_post":false,"_kad_post_transparent":"","_kad_post_title":"hide","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-1541","page","type-page","status-publish","hentry"],"taxonomy_info":[],"featured_image_src_large":false,"author_info":{"display_name":"loveworld","author_link":"https:\/\/loveworldnorthampton.org\/stg\/author\/loveworld_admin\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/loveworldnorthampton.org\/stg\/wp-json\/wp\/v2\/pages\/1541","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/loveworldnorthampton.org\/stg\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/loveworldnorthampton.org\/stg\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/loveworldnorthampton.org\/stg\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/loveworldnorthampton.org\/stg\/wp-json\/wp\/v2\/comments?post=1541"}],"version-history":[{"count":30,"href":"https:\/\/loveworldnorthampton.org\/stg\/wp-json\/wp\/v2\/pages\/1541\/revisions"}],"predecessor-version":[{"id":6811,"href":"https:\/\/loveworldnorthampton.org\/stg\/wp-json\/wp\/v2\/pages\/1541\/revisions\/6811"}],"wp:attachment":[{"href":"https:\/\/loveworldnorthampton.org\/stg\/wp-json\/wp\/v2\/media?parent=1541"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}