.page-title{width:100%; background:linear-gradient(180deg, var(--color_white) 40%, var(--default_bg) ); padding:1.5rem 0;}.page-title .container{display:flex; flex-direction:column; row-gap:1rem;}.page-title h1{font-size:225%;}.page-title .subtext{font-size:100%; line-height:1.2;}.page-title .subtext p{margin-bottom:1rem;}.page-title .subtext p:last-child{margin-bottom:0;}.page-title .subtext strong{font-size:125%;}@media(max-width:1000px){.page-title h1{font-size:175%;}}@media(max-width:600px){.page-title{padding:1rem 0;}}
.breadcrumbs{line-height:1; text-align:left;}.breadcrumbs .items{padding:0; display:flex; flex-wrap:wrap; gap:.5rem; list-style:none;}.breadcrumbs .items li:before{content:'\203a'; margin:0 .5rem 0 0; font-size:.75rem;}.breadcrumbs .items li:first-child:before{display:none;}.breadcrumbs .items li a{text-decoration:underline; color:inherit;}.breadcrumbs .items li a:hover{color:var(--highlight_color);}.breadcrumbs .items li a:hover::before{border-color:var(--highlight_color);}.breadcrumbs .items li a:hover::after{background-color:var(--highlight_color);}
.subnav{width:100%; margin:1rem 0;}.subnav .wrap{display:flex; width:100%; flex-wrap:nowrap; overflow-x:auto; scrollbar-width:none; align-items:center; column-gap:1rem}@media(max-width:1000px){.subnav .wrap{column-gap:.5rem;}.subnav .btn{font-size:.875rem;}}@media(max-width:600px){.subnav .btn{white-space:nowrap;}}
.posts.list{}.posts.list .post{display:flex; align-items:stretch; padding:1rem; border-bottom:1px solid var(--color_ln_grey);}.posts.list .post .thumb{display:inline-block; width:8rem; aspect-ratio:1/1;}.posts.list .post .thumb .pic{display:block;}.posts.list .post .thumb .pic img{display:block; width:100%; height:100%; object-fit:cover;}.posts.list .post .info{flex:1; padding-left:1rem; display:flex; flex-direction:column;}.posts.list .post .title{font-weight:700; font-size:1.5rem; line-height:1; margin-bottom:1rem;}.posts.list .post .excerpt{font-size:1rem; line-height:1.2; display:block; margin-bottom:1rem;}.posts.list .post .meta{display:flex; color:var(--color_md_grey); font-size:.75rem; line-height:1; list-style:none; padding:0; margin-bottom:.5rem;}.posts.list .post .meta li{padding-right:.5rem; margin-right:.5rem; border-right:1px solid;}.posts.list .post .meta li:last-child{border-right:0; padding-right:0; margin-right:0;}.posts.list .post .meta a{color:currentColor;}.posts.list .post .meta a:hover{color:var(--highlight_color);}.posts.list .post .read-time{margin-top:auto; font-weight:700; text-transform:uppercase; font-size:.75rem;}@media(max-width:1000px){}@media(max-width:600px){.posts.list .post{}.posts.list .post .thumb{width:20%;}.posts.list .post .title{font-size:1rem;}.posts.list .post .read-time,.posts.list .post .excerpt{display:none;}}
.sidebar{flex:0 0 18.75rem; display:flex; flex-direction:column; row-gap:2rem;}.sidebar .widget{margin:0 .5rem; padding:1rem 0; background-color:var(--color_white); box-shadow:var(--box_shadow_1);}.sidebar .widget .widget-title{background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); padding:1rem .5rem; font-size:1rem; font-weight:700; text-align:center; margin:0 -.5rem 1rem; width:calc(100% + 1rem);}@media(max-width:1000px){.sidebar{flex:0 0 100%;}}
.geolocation{display:flex; flex-wrap:wrap; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); text-align:center; justify-content:center;}.geolocation .input-wrap{display:flex; flex-wrap:wrap; margin:0 auto; justify-content:center; align-items:stretch; height:50px;}.geolocation .input{font-size:1rem; line-height:1; font-weight:400; background-color:var(--color_white); border:2px solid var(--color_lt_grey); text-align:center; flex:1; min-width:0; max-width:220px;}.geolocation .input::placeholder{color:var(--color_md_grey);}.geolocation .input:focus{border-color:var(--primary_bg);}.geolocation .input.error{border-color:var(--color_red);}.geolocation .btn-submit{height:100%; aspect-ratio:1/1; padding:.75rem; border-radius:0;}.geolocation .btn-submit .icon{height:100%; aspect-ratio:1/1;}.geolocation .btn-submit.working .icon{opacity:0;}.geolocation .btn-generic{padding:.75rem 1.5rem .75rem .75rem;}.geolocation .before-form{display:flex; align-items:center;}.geolocation .after-form{display:flex; align-items:center;}.geolocation .remarket .chk-wrap{padding-left:2rem; display:flex; min-height:1.5rem; align-items:center;}.geolocation .remarket .chk{display:inline-block; width:1.5rem; height:1.5rem; background-color:var(--color_white); border:2px solid var(--color_ln_grey); cursor:pointer; border-radius:3px; transition:var(--default_transition); vertical-align:middle; position:absolute; top:0; left:0;}.geolocation .remarket .chk input{display:none;}.geolocation .remarket .chk .ico{position:absolute; top:0; left:0; padding:.25rem; width:100%; height:100%; fill:var(--color_white); opacity:0; visibility:hidden; transition:var(--default_transition); background-color:var(--primary_color);}.geolocation .remarket .chk.checked{border-color:var(--primary_color);}.geolocation .remarket .chk.checked .ico{opacity:1; visibility:visible;}.geolocation .remarket .chk-lbl{display:block; font-size:1rem; line-height:1.2; cursor:pointer;}.geolocation .remarket .subscribe{display:none; margin-top:1rem; text-align:left;}.geolocation .remarket .subscribe.active{display:block;}.geolocation .remarket .subscribe .input{display:block; padding:.5rem; width:20rem; font-size:1rem; border:2px solid var(--primary_color); margin-top:1rem;}.geolocation .remarket .subscribe .input.error{border-color:var(--color_red);}.geolocation .remarket .subscribe .error-message{color:var(--color_red); align-items:center; font-size:.75rem; line-height:1; margin-top:.25rem; display:none;}.geolocation .remarket .subscribe .error-message.active{display:flex;}.geolocation .remarket .subscribe .error-message .icon{width:1rem; height:1rem; margin-right:.25rem; fill:var(--color_red);}.geolocation .remarket .subscribe .terms{font-size:.75rem; line-height:1.2; margin-top:.5rem;}.geolocation .remarket .subscribe .terms a{color:inherit; text-decoration:underline;}.geolocation .remarket .subscribe .terms a:hover{color:var(--highlight_color);}/*HERO*/.geolocation.-hero{display:inline-block; padding:2rem 4rem; margin:0;}.geolocation.-hero .title{margin-bottom:1rem; font-size:1.25rem; line-height:1; font-weight:700;}.geolocation.-hero .input-wrap{justify-content:center;}/*PAGE TITLE*/.geolocation.-page_title{background-color:transparent; color:var(--default_color); flex-direction:column; max-width:28rem;}.geolocation.-page_title .form-wrap{padding:15px 45px; width:100%; max-width:max-content; margin:0 auto; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); margin:0;}.geolocation.-page_title .title{font-size:1.25rem; line-height:1.2; font-weight:700; margin-bottom:10px;}.geolocation.-page_title .input{height:40px;}.geolocation.-page_title .btn-submit{height:40px; padding:.5rem;}.geolocation.-page_title .remarket{margin-top:2rem;}.geolocation.-page_title .remarket .chk-lbl{font-size:.75rem;}/*ADVERTISER PAGE TITLE*/.geolocation.-advertiser_page_title{padding:30px; width:max-content; margin:0 auto; background-color:var(--color_white); color:var(--default_color); box-shadow:var(--box_shadow_1);}.geolocation.-advertiser_page_title .form-wrap{flex:1;}.geolocation.-advertiser_page_title .before-form{margin-right:30px; flex:0;}.geolocation.-advertiser_page_title .before-form img{width:auto; height:100px; display:inline-block;}.geolocation.-advertiser_page_title .title{font-size:20px; line-height:20px; font-weight:700; margin-bottom:15px;}.geolocation.-advertiser_page_title.sharing{height:100%; margin-right:15px;}.geolocation.-advertiser_page_title.sharing .before-form img{width:196px; height:130px;}/*SIDEBAR*/.geolocation.-sidebar{width:100%; padding:0 1rem; flex-direction:column; text-align:center;}.geolocation.-sidebar .title{font-size:1.75rem; line-height:1; margin-bottom:1rem;}.geolocation.-sidebar .input-wrap{height:50px;}.geolocation.-sidebar .after-form{margin-top:1rem; justify-content:center;}/*ARTICLE*/.geolocation.-article{padding:1rem; display:grid; grid-template-areas:'before-form form-wrap' 'after-form form-wrap'; grid-template-columns:repeat(2, auto); grid-template-rows:repeat(2, auto); column-gap:1rem; align-items:center; justify-content:space-between; margin-left:.5rem;}.geolocation.-article .form-wrap{grid-area:form-wrap;}.geolocation.-article .before-form{grid-area:before-form; margin-bottom:1rem; font-size:1.25rem; line-height:1; font-weight:700; padding:.5rem 2rem .5rem 1.5rem; margin-left:-1.5rem; background-color:var(--primary_bg); color:var(--color_over_primary_bg); text-align:left;}.geolocation.-article .after-form{grid-area:after-form;}.geolocation.-article .title{font-size:1.25rem; line-height:1; margin-bottom:1rem;}.geolocation.-article .input-wrap{height:40px;}.geolocation.-article .btn-submit{padding:.5rem;}.geolocation.-article .btn-generic{padding:.5rem 1.5rem .5rem;}/*NEED HELP STRIP*/.geolocation.-need_help_strip{padding:.5rem 0; align-items:center; font-size:1.25rem; line-height:1; row-gap:.5rem;}.geolocation.-need_help_strip .form-wrap{display:flex; row-gap:.5rem; align-items:center; justify-content:center; width:min-content;}.geolocation.-need_help_strip .input-wrap{flex:0; margin:0; height:40px;}.geolocation.-need_help_strip .title{margin:0 1rem 0 0; flex:0; white-space:nowrap; font-weight:700; font-size:1.5rem;}.geolocation.-need_help_strip .input{width:180px; font-size:1rem;}.geolocation.-need_help_strip .btn-submit{padding:.5rem;}.geolocation.-need_help_strip .btn-generic{padding:.5rem 1.5rem .5rem .5rem;}/*SECTION*/.geolocation.-section{background-color:transparent; color:var(--default_color); flex-direction:column; max-width:36rem; margin:0 auto; }.geolocation.-section .form-wrap{padding:2rem; width:100%; margin:0 auto; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg);}.geolocation.-section .title{font-size:2rem; line-height:1; margin-bottom:1rem;}.geolocation.-section .input{height:50px;}.geolocation.-section .btn-submit{height:50px; padding:.5rem;}/*STICKY FOOTER*/.geolocation.-sticky_footer{background:none; flex-wrap:nowrap; padding:1rem 0; color:var(--default_color);}.geolocation.-sticky_footer .form-wrap{display:flex; align-items:center; justify-content:center; width:auto}.geolocation.-sticky_footer .input-wrap{flex:0; height:40px;}.geolocation.-sticky_footer .input{max-width:180px;}.geolocation.-sticky_footer .title{font-weight:700; margin:0 2rem 0 0; flex:0;}.geolocation.-sticky_footer .before-form{margin-right:1rem;}.geolocation.-sticky_footer .favicon{width:40px; height:35px; vertical-align:middle; fill:var(--primary_color);}@media(max-width:1200px){}@media(max-width:1000px){.geolocation.-advertiser_page_title.sharing .after-title{font-size:18px; line-height:18px;}.geolocation.-need_help_strip .title{text-align:center; font-size:1.25rem; margin-right:1rem;}.geolocation.-need_help_strip .form-wrap{flex-wrap:wrap; width:100%;}.geolocation.-need_help_strip .input-wrap{height:30px;}.geolocation.-need_help_strip .btn-submit{padding:.25rem;}.geolocation.-need_help_strip .btn-generic{padding:.25rem 1.5rem .25rem .5rem; font-size:1rem;}}@media(max-width:600px){.geolocation.-article{display:flex; margin-left:0; padding:1rem;}.geolocation.-article .before-form{display:none;}.geolocation.-article .after-form{display:none;}.geolocation.-article .form-wrap{display:flex; flex-wrap:wrap; gap:1rem 2rem; align-items:center; justify-content:center; width:100%;}.geolocation.-article .title{margin:0; font-size:1rem;}.geolocation.-article .input-wrap{margin:0;}.geolocation.-article .input{max-width:150px;}.geolocation.-page_title{padding:15px; max-width:none;}.geolocation.-page_title .title{font-size:1rem; line-height:1;}.geolocation.-page_title .form-wrap{margin:0 auto;}.geolocation.-advertiser_page_title{padding:15px;}.geolocation.-advertiser_page_title .title{font-size:1rem; line-height:1;}.geolocation.-advertiser_page_title .before-form{display:none;}.geolocation.-advertiser_page_title .after-title{font-size:1.25rem; line-height:1.2;}.geolocation.-sticky_footer .title{font-size:.875rem; margin:0 0 .25rem;}.geolocation.-sticky_footer .form-wrap{flex-wrap:wrap;}.geolocation.-sticky_footer .input-wrap{flex:0 0 100%; height:30px;}.geolocation.-sticky_footer .before-form{display:none;}.geolocation.-sticky_footer .btn-submit{padding:.25rem;}.geolocation.-sticky_footer .btn-generic{padding:.25rem 1.5rem .25rem .5rem;}.geolocation.-hero{padding:2rem; width:100%; max-width:600px;}.geolocation.-need_help_strip .title{font-size:1rem;}.geolocation.-section .form-wrap{padding:1rem;}.geolocation.-section .title{font-size:1.5rem;}}
.lcbt{display:flex; column-gap:2rem;}.lcbt .cat{flex:1;}.lcbt .cat .title{display:flex; margin-bottom:1rem; align-items:center;}.lcbt .cat .title h3{flex:1;}.lcbt .cat .title a{white-space:nowrap; margin-right:0; font-size:.75rem;}.lcbt .cat .feat{padding-bottom:.5rem; margin-bottom:.5rem; border-bottom:1px solid var(--color_ln_grey);}.lcbt .cat .feat .thumb{display:block; width:100%; aspect-ratio:16/9;}.lcbt .cat .feat .thumb img{object-fit:cover; width:100%; height:100%; display:block;}.lcbt .cat .feat .meta{color:var(--color_md_grey); font-size:.75rem; margin:.25rem 0;}.lcbt .cat .feat .post-title{line-height:1.2; font-weight:700;}.lcbt .cat ul{list-style:none; padding:0;}.lcbt .cat li{font-size:.75rem; line-height:1.2; margin-bottom:.5rem;}.lcbt .cat li:last-child{margin-bottom:0;}.lcbt .cat li a:hover{color:var(--highlight_color);}@media(max-width:1200px){}@media(max-width:1000px){.lcbt{gap:2rem 1rem; flex-wrap:wrap;}.lcbt .cat{flex:0 0 calc(50% - .5rem);}}@media(max-width:600px){.lcbt .cat{flex:0 0 100%;}.lcbt .cat .feat .thumb{max-height:150px;}}
.lf{display:grid; grid-template-areas:'title title' 'subtitle subtitle' 'frm monkey'; grid-template-columns:1fr auto; grid-template-rows:auto auto 1fr; row-gap:1rem;}.lf .title{grid-area:title;}.lf .subtitle{grid-area:subtitle;}.lf .frm-title{grid-area:frm_title;}.lf .switch-now{grid-area:switch_now;}.lf .frm{grid-area:frm; width:min-content; display:grid; grid-template-areas:'questions' 'submit' 'remarket' 'tagline'; margin:1rem 0; z-index:2; row-gap:2rem;}.lf .frm.email-required{grid-template-areas:'questions' 'remarket' 'submit';}.lf .frm .questions{grid-area:questions;display:flex; flex-direction:column; row-gap:2rem; width:max-content;}.lf .q{display:flex; width:100%; font-size:2.25rem; line-height:1; align-items:center; column-gap:.5rem;}.lf .q .num{width:1em; display:inline-block; text-align:center;}.lf .q .lbl{white-space:nowrap;}.lf .q .select{flex:0 0 auto; width:14rem; cursor:pointer; margin-left:auto; text-align:left; position:relative;}.lf .q .select:hover .selected{border-color:var(--primary_color);}.lf .q .select:hover .selected .val{color:var(--primary_color);}.lf .q .select:hover .selected .arr{fill:var(--primary_color);}.lf .q .select.active .options{opacity:1; visibility:visible;}.lf .q .select .selected{width:100%; border-bottom:.25rem solid; padding:.25rem; transition:var(--default_transition);}.lf .q .select .selected .val{transition:var(--default_transition); pointer-events:none; opacity:0; font-weight:700;}.lf .q .select .selected .val::after{content:' '; white-space:pre;}.lf .q .select .selected .val.active{opacity:1;}.lf .q .select .selected .arr{width:1.5rem; height:1.5rem; fill:var(--highlight_color); pointer-events:none; position:absolute; top:50%; right:0; transform:translateY(-50%); transition:var(--default_transition);}.lf .q .select .options{width:100%; min-width:8rem; max-height:300px; overflow-y:auto; opacity:0; visibility:hidden; background-color:var(--color_white); box-shadow:var(--box_shadow_1); position:absolute; top:100%; right:0; z-index:1; font-size:1rem; list-style:none; padding:0;}.lf .q .select .options .opt{color:var(--default_color); font-size:1rem; line-height:1; padding:.5rem; cursor:pointer; border-bottom:1px solid var(--color_ln_grey); transition:var(--default_transition);}.lf .q .select .options .opt:last-child{border-bottom:0;}.lf .q .select .options .opt:hover{color:var(--highlight_color);}.lf .q .select.error .selected{border-color:var(--color_red);}.lf .q .select.error .selected .val{color:var(--color_red);}.lf .q .select.error .selected .arr{fill:var(--color_red);}.lf .submit{grid-area:submit; text-align:center; width:100%; max-width:32rem;}.lf .btn{display:block; font-size:1.5rem; padding:1rem; display:block; width:100%;}.lf .remarket .terms{margin-top:.5rem;}.lf .error-message{display:none; font-size:.75rem; padding:.5rem; border:2px solid; color:var(--color_red); background-color:var(--color_white); margin-top:.5rem; line-height:1;}.lf .error-message.active{display:block;}.lf .chk-wrap{padding-left:2rem; display:flex; min-height:1.5rem; align-items:center;}.lf .chk{display:inline-block; width:1.5rem; height:1.5rem; background-color:var(--color_white); border:2px solid var(--color_ln_grey); cursor:pointer; border-radius:3px; transition:var(--default_transition); vertical-align:middle; position:absolute; top:0; left:0;}.lf .chk input{display:none;}.lf .chk .ico{position:absolute; top:0; left:0; padding:.25rem; width:100%; height:100%; fill:var(--color_white); opacity:0; visibility:hidden; transition:var(--default_transition); background-color:var(--primary_color);}.lf .chk.checked{border-color:var(--primary_color);}.lf .chk.checked .ico{opacity:1; visibility:visible;}.lf .chk-lbl{display:block; font-size:1rem; line-height:1; cursor:pointer;}.lf .remarket{grid-area:remarket;}.lf .subscribe{display:none; flex-direction:column; row-gap:.5rem;}.lf .subscribe.active{display:flex;}.lf .subscribe .input-wrap{width:100%;}.lf .subscribe .lbl{display:block; margin-bottom:.5rem; font-size:1.5rem; line-height:1;}.lf .subscribe .input{display:block; padding:.5rem; width:100%; font-size:1rem; border:2px solid var(--primary_color);}.lf .subscribe .input.error{border-color:var(--color_red);}.lf .subscribe .error-message{color:var(--color_red); align-items:center; font-size:.75rem; line-height:1; margin-top:.25rem; display:none;}.lf .subscribe .error-message.active{display:flex;}.lf .subscribe .error-message .icon{width:1rem; height:1rem; margin-right:.25rem; fill:var(--color_red);}.lf .terms{width:100%; font-size:.75rem; line-height:1.2;}.lf .terms a{color:inherit; text-decoration:underline;}.lf .terms a:hover{color:var(--highlight_color);}.lf .frm .tagline{grid-area:tagline; text-align:center; line-height:1; font-size:1.5rem;}.lf .monkey{grid-area:monkey; align-self:self-end; margin-top:auto; display:flex; align-items:flex-end; z-index:1;}.lf .monkey img{display:block; width:auto; height:auto; max-width:100%; max-height:100%;}.lf.lf4 .q .select{margin-left:0; width:18rem;}.lf.-A{grid-template-areas:'title title' 'subtitle subtitle' 'frm_title monkey' 'frm monkey'; grid-template-columns:min-content auto; grid-template-rows:repeat(3, min-content) 1fr; row-gap:0;}.lf.-A .frm-title{margin-top:2rem;}.lf.-A .frm{width:auto; padding:1.5rem; border:solid; border-width:0 2px 2px 2px; margin:0 1.5rem 1rem; row-gap:1.25rem; background-color:var(--color_white);}.lf.-A .frm .questions{row-gap:1.25rem;}.lf.-A .q .select{width:12rem;}.lf.-A .submit{margin:0 auto}.lf.-A .subscribe .input{border-color:var(--primary_color);}.lf.-A .subscribe .input.error{border-color:var(--color_red);}.lf.-A .subscribe .lbl{font-size:1rem;}.lf.-A .q{font-size:1.5rem;}.lf.-B{grid-template-areas:'title title title' 'subtitle subtitle moop' 'frm monkey moop'; grid-template-columns:1fr auto 275px;}.lf.-B .frm{margin-right:2rem;}.lf.-B .monkey{margin-right:-2rem;}.lf.-B .moop{grid-area:moop; margin-top:auto;}.lf.-C{display:grid; grid-template-areas:'moop title title' 'moop subtitle subtitle' 'moop monkey frm'; grid-template-columns:275px 300px auto; column-gap:2rem;}.lf.-C .monkey{margin:0 auto 0 0; justify-content:left;}.lf.-C .frm{padding:0 0 2rem 4rem;}.lf.-C .moop{grid-area:moop;}.lf.-D{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm monkey obnomp'; grid-template-columns:1fr auto auto;}.lf.-D .frm{margin-right:2rem;}.lf.-D .monkey{margin-right:-2rem;}.lf.-D .obnomp{grid-area:obnomp; margin-top:auto;}.lf.-E{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm_title monkey oomp' 'frm monkey oomp'; grid-template-columns:auto auto 1fr; row-gap:0;}.lf.-E .frm-title{margin-top:2rem;}.lf.-E .frm{padding:1.5rem; border:solid; border-width:0 2px 2px 2px; margin:0 1.5rem 1rem; row-gap:1.25rem; background-color:var(--color_white);}.lf.-E .frm .questions{row-gap:1.25rem;}.lf.-E .q .select{width:15rem;}.lf.-E .submit{margin:0 auto}.lf.-E .subscribe .lbl{font-size:1rem;}.lf.-E .subscribe .input{border-color:var(--primary_color);}.lf.-E .subscribe .input.error{border-color:var(--color_red);}.lf.-E .q{font-size:1.5rem;}.lf.-E .monkey{width:175px; transform:rotateY(180deg);}.lf.-E .oomp{grid-area:oomp; margin:auto 0 0;}.lf.-E .oomp .device{flex:1;}.lf.-F{grid-template-areas:'title title title' 'subtitle subtitle moot' 'frm monkey moot'; grid-template-columns:1fr minmax(auto, 280px) minmax(360px, auto);}.lf.-F .frm{margin-right:2rem;}.lf.-F .monkey{margin:0 -2rem -1rem 0;}.lf.-F .moot{grid-area:moot; margin:auto 0 0;}.lf.-G{grid-template-areas:'title title' 'subtitle subtitle' 'frm oomp' 'switch_now switch_now'; grid-template-columns:auto 1fr; padding-bottom:1rem;}.lf.-G .frm{margin-right:2rem; padding:1rem; background-color:var(--secondary_bg); color:var(--color_over_secondary_bg); border-radius:1rem 1rem;}.lf.-G .q .select .selected .arr{fill:var(--color_lt_pink);}.lf.-G .q .select:hover .selected{border-color:var(--color_lt_pink);}.lf.-G .q .select:hover .selected .val{color:var(--color_lt_pink);}.lf.-G .q .select:hover .selected .arr{fill:var(--color_lt_pink);}.lf.-G .q .select.error .selected .arr{fill:var(--color_red);}.lf.-G .submit{width:100%;}.lf.-G .chk.checked{border-color:var(--highlight_color);}.lf.-G .chk .ico{background-color:var(--highlight_color);}.lf .subscribe .input{border-color:var(--color_lt_pink);}.lf.-G .oomp{grid-area:oomp; margin:1rem 0; justify-content:right;}@media(min-width:601px){.lf.-H{grid-template-areas:'title monkey' 'subtitle monkey' 'frm monkey'; grid-template-columns:1fr auto; column-gap:2rem;}.lf.-H .monkey{height:450px;}.lf.-H .q{font-size:1.5rem}.lf.-H .q .select{width:12rem;}.lf.-H .q .lbl{white-space:nowrap;}.lf.-H .submit{margin:0;}.lf.-H .btn{font-size:1.25rem;}}.lf.-I{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm bwc monkey'; grid-template-columns:1fr 300px auto;}.lf.-I .frm{margin-right:2rem; width:min-content;}.lf.-I .bwc{grid-area:bwc; margin-top:auto;}.lf.-I .monkey{height:300px; margin-left:-2rem;}.lf.-J{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm_title monkey cobnomp' 'frm monkey cobnomp'; grid-template-columns:auto auto 1fr; row-gap:0; column-gap:1rem;}.lf.-J .frm-title{margin-top:2rem;}.lf.-J .frm{width:auto; padding:1.5rem; border:solid; border-width:0 2px 2px 2px; margin:0 1.5rem 1rem; row-gap:1.25rem; background-color:var(--color_white);}.lf.-J .frm .questions{row-gap:1.25rem;}.lf.-J .q .select{width:15rem;}.lf.-J .submit{margin:0 auto}.lf.-J .subscribe .lbl{font-size:1rem;}.lf.-J .q{font-size:1.5rem;}.lf.-J .monkey{width:175px; transform:rotateY(180deg);}.lf.-J .cobnomp{grid-area:cobnomp; margin:auto 0 0;}.lf.-J .cobnomp .device{flex:1;}.lf.-K{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm_title monkey oomp' 'frm monkey oomp'; grid-template-columns:auto auto 1fr; row-gap:0;}.lf.-K .frm-title{margin-top:2rem;}.lf.-K .frm{width:calc(100% - 3rem); padding:1.5rem; border:solid; border-width:0 2px 2px 2px; margin:0 1.5rem 1rem; row-gap:1.25rem; background-color:var(--color_white); grid-template-areas:'questions' 'remarket' 'submit' 'tagline';}.lf.-K .frm .questions{row-gap:1.25rem;}.lf.-K .q .select{width:15rem;}.lf.-K .subscribe{row-gap:1rem;}.lf.-K .subscribe .lbl{font-size:1rem;}.lf.-K .subscribe .input{border-color:var(--primary_color);}.lf.-K .subscribe .input.error{border-color:var(--color_red);}.lf.-K .subscribe .input:hover{border-color:var(--highlight_color);}.lf.-K .q{font-size:1.5rem;}.lf.-K .monkey{width:175px; transform:rotateY(180deg);}.lf.-K .oomp{grid-area:oomp; margin:auto 0 0;}.lf.-K .oomp .device{flex:1;}@media(max-width:1200px){.lf.-B{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm monkey moop'; grid-template-columns:1fr auto 220px;}.lf.-B .monkey{height:400px;}.lf.-C{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'moop monkey frm'; grid-template-columns:220px 265px auto;}.lf.-C .frm{padding-left:2rem;}.lf.-C .monkey{height:300px;}.lf.-D .monkey{display:none;}.lf.-D .obnomp{margin:auto;}.lf.-E{grid-template-areas:'title title' 'subtitle subtitle' 'frm_title oomp' 'frm oomp'; grid-template-columns:auto 1fr;}.lf.-E .monkey{display:none;}.lf.-F{grid-template-areas:'title title title' 'subtitle subtitle subtitle' 'frm monkey moot'; grid-template-columns:1fr minmax(auto, 240px) minmax(auto, 320px);}.lf.-G .frm{width:auto;}.lf.-G .q{font-size:1.25rem;}.lf.-G .q .select{width:11rem;}.lf.-G .q .select .selected .arr{width:1.25rem; height:1.25rem;}.lf.-H{grid-template-areas:'title title' 'subtitle subtitle' 'frm monkey';}.lf.-H .monkey{height:250px;}.lf.-I{grid-template-columns:1fr 280px auto;}.lf.-J{grid-template-areas:'title title' 'subtitle subtitle' 'frm_title cobnomp' 'frm cobnomp'; grid-template-columns:auto 1fr;}.lf.-J .monkey{display:none;}.lf.-K{grid-template-areas:'title title' 'subtitle subtitle' 'frm_title oomp' 'frm oomp'; grid-template-columns:auto 1fr;}.lf.-K .monkey{display:none;}}@media(max-width:1000px){.lf .frm{width:100%;}.lf .frm .questions{row-gap:1rem;}.lf .q{font-size:1.25rem;}.lf .q .num{flex-basis:1.25rem;}.lf .q .select{width:8rem;}.lf .q .select .selected .arr{width:1rem; height:1rem;}.lf .btn{font-size:1.25rem; padding:.75rem 2rem;}.lf .subscribe{}.lf .subscribe .lbl{font-size:1rem;}.lf .subscribe .input{}.lf .subscribe .error-message{justify-content:center;}.lf.lf4 .q{font-size:1.5rem;}.lf.lf4 .q .select{width:12rem;}.lf.-A .frm-title{margin-top:1rem;}.lf.-B{grid-template-columns:1fr auto 200px;}.lf.-B .monkey{height:300px;}.lf.-C{grid-template-columns:200px auto auto; column-gap:0;}.lf.-C .monkey{height:300px; margin-left:-2rem;}.lf.-D .obnomp{column-gap:.5rem; max-width:400px; overflow-x:auto;}.lf.-E{display:flex; flex-wrap:wrap;}.lf.-E .frm-title{margin-top:1rem;}.lf.-E .frm{width:auto; flex:0 1 calc(100% - 4rem); margin:0 auto 1rem;}.lf.-E .q{justify-content:center;}.lf.-E .oomp{margin:0 auto;}.lf.-F{grid-template-columns:1fr minmax(auto, 220px) minmax(auto, 260px);}.lf.-F .moot{}.lf.-G .q{font-size:1.25rem;}.lf.-G .q .select{width:11rem;}.lf.-H .monkey{height:200px;}.lf.-I{grid-template-columns:1fr 220px auto;}.lf.-I .monkey{height:250px; margin-left:-1rem;}.lf.-I .bwc{max-width:220px;}.lf.-J{display:flex; flex-wrap:wrap; padding-bottom:1rem;}.lf.-J .frm-title{margin-top:1rem;}.lf.-J .frm{width:auto; flex:0 1 calc(100% - 4rem); margin:0 auto 1rem;}.lf.-J .q{justify-content:center;}.lf.-J .cobnomp{margin:0 auto;}.lf.-K{display:flex; flex-wrap:wrap;}.lf.-K .frm-title{margin-top:1rem;}.lf.-K .frm{width:calc(100% - 2rem); flex:0 1 calc(100% - 4rem); margin:0 auto 1rem;}.lf.-K .q{justify-content:center;}.lf.-K .oomp{margin:0 auto;}}@media(max-width:600px){/* Brief 230A: stack -I vertically on mobile, hide monkey, clip bwc width */.lf.-I{grid-template-areas:'title title' 'subtitle subtitle' 'frm frm' 'bwc bwc'; grid-template-columns:1fr 1fr; grid-template-rows:auto auto auto auto;}.lf.-I .monkey{display:none;}.lf.-I .bwc{grid-area:bwc; max-width:260px; margin:0 auto; width:100%;}.lf.-I .frm{margin-right:0; width:100%;}}/* ── Lead form mobile CSS moved to css/styles.css (Brief 226A) ── */
.site-featured{display:flex; column-gap:4rem; justify-content:center; height:2rem;}.site-featured .img{flex:1;}.site-featured .img img{max-width:100%; max-height:100%; width:auto; height:auto; margin:0 auto; opacity:0.7;} /* Brief 116A: opacity makes logos readable without being washed out */@media(max-width:1000px){.site-featured{justify-content:flex-start; column-gap:1rem; overflow-x:auto; padding-bottom:.5rem; align-items:center;}.site-featured .img{flex:0 0 6rem;}}
/* ── Mega Menu Base — desktop only (Brief 230A: wrapped in min-width guard to prevent override of mobile rules) ─── */header { position: relative; } /* Required at all widths */@media(min-width:1001px){header nav { height: 100%; display: flex; }header .menu { list-style: none; display: flex; padding: 0; margin: 0; width: 100%; height: 100%; }/* ── Top-level items ── */header .menu-item { position: static; }header .menu-link {height: 100%; padding: 0 1.25rem;border: solid transparent; border-width: .25rem 0;display: inline-flex; align-items: center; gap: .375rem;font-size: .9375rem; font-weight: 400; white-space: nowrap;background: none; cursor: pointer;}header .menu-link .caret { width: .75rem; height: .75rem; fill: var(--color_pale_grey); transition: transform .2s ease-in-out; }header .menu-item.active .menu-link { border-bottom-color: var(--primary_color); }header .menu-item.active .menu-link .caret { fill: var(--primary_color); transform: rotate(180deg); }/* ── Mega Panel ── */header .mega-panel {position: absolute; top: 100%; left: 0; right: 0;background: #fff;box-shadow: 0 4px 20px rgba(0,0,0,.12);border-top: 2px solid var(--primary_color);border-radius: 0 0 12px 12px;display: none;z-index: 200;}header .menu-item.active .mega-panel { display: flex; }/* ── Tab rail (left column) ── */header .mega-tabs {list-style: none; padding: 1.25rem .75rem;margin: 0; flex: 0 0 200px;background: #f8f5ff;border-right: 1px solid var(--color_ln_grey);border-radius: 0 0 0 12px;}header .mega-tab {padding: .625rem .875rem;border-radius: 6px;font-size: .875rem; font-weight: 400; color: var(--color_md_grey);cursor: pointer; line-height: 1.3;transition: background .15s, color .15s;margin-bottom: .25rem;position: relative;}header .mega-tab::before {content: '';display: block; position: absolute;left: 0; top: 50%; transform: translateY(-50%);width: 3px; height: 0; background: var(--primary_color);border-radius: 3px;transition: height .15s;}header .mega-tab:hover { background: #ede8fb; color: var(--primary_color); }header .mega-tab.active {background: #ede8fb; color: var(--primary_color); font-weight: 700;}header .mega-tab.active::before { height: 60%; }/* ── Content area (right) ── */header .mega-content { flex: 1; padding: 1.25rem 1.5rem 0; position: relative; }header .mega-pane { display: none; }header .mega-pane.active { display: block; }header .mega-links {list-style: none; padding: 0; margin: 0;display: grid; grid-template-columns: 1fr 1fr; gap: .25rem 2rem;}header .mega-links li a {display: block; padding: .4375rem 0;font-size: .875rem; color: var(--default_color);border-bottom: 1px solid transparent;transition: color .15s, border-color .15s;}header .mega-links li a:hover { color: var(--primary_color); border-bottom-color: var(--color_lt_purple); }/* ── Explore more footer inside panel ── */header .mega-explore {margin-top: 1rem; padding: .75rem 0;border-top: 1px solid var(--color_ln_grey);}header .mega-explore a {font-size: .8125rem; font-weight: 700; color: var(--primary_color);display: inline-flex; align-items: center; gap: .375rem;}header .mega-explore a:hover { color: var(--tertiary_color); }header .mega-explore a::after { content: '→'; }/* ── Simple dropdown (About) ── */header .menu-item.has-simple-dropdown { position: relative; }header .simple-dropdown {position: absolute; top: 100%; right: 0; left: auto;background: #fff; list-style: none; padding: .75rem;margin: 0; min-width: 180px;box-shadow: 0 4px 20px rgba(0,0,0,.12);border-top: 2px solid var(--primary_color);border-radius: 0 0 8px 8px;display: none; z-index: 200;}header .menu-item.active .simple-dropdown { display: block; }header .simple-dropdown li a {display: block; padding: .4375rem .75rem;font-size: .875rem; color: var(--default_color);border-radius: 4px;transition: background .15s, color .15s;}header .simple-dropdown li a:hover { background: #f8f5ff; color: var(--primary_color); }} /* end @media(min-width:1001px) *//* ── Close button + mobile overlay (all widths) ── */header nav .btn-close-menu {width: 1.5rem; height: 1.5rem; position: absolute;top: .75rem; right: 1rem; opacity: 0; visibility: hidden;z-index: 2; transform: rotate(90deg); display: none;}header nav .btn-close-menu .icon { display: block; width: 100%; height: 100%; fill: var(--color_black); }header nav .btn-close-menu:hover .icon { fill: var(--highlight_color); }body.menu-open { overflow-y: hidden; }body.menu-open header nav { opacity: 1; visibility: visible; }body.menu-open header nav .btn-close-menu { opacity: 1; visibility: visible; transform: rotate(0); }/* ── Mobile CSS moved to css/styles.css (Brief 226A) ── */
