﻿:root{--blue: #2d59a8;--gold: #b6a77e;--light-gray: #eeeeee;--white: #ffffff;--black: #000000;--color-bg: var(--white);--color-surface: var(--black);--color-text: var(--black);--color-muted: var(--light-gray);--color-brand: var(--blue);--color-border: rgba(232, 236, 246, 0.12);--font-primary: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Merriweather", "Times New Roman", serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,"Liberation Mono", "Courier New", monospace;--text-base: 18px;--line: 1.5;--default-text-gap: 0.7rem;--gap: 1.5rem;--mobile-gap: 0.5rem;--container: 1280px;--container-small: 870px;--radius: 14px;--shadow: 0 10px 30px rgba(0, 0, 0, 0.35);--space-1: 6px;--space-2: 10px;--space-3: 14px;--space-4: 18px;--space-5: 24px;--space-6: 32px}.site-header{z-index:10;background:var(--white);backdrop-filter:blur(12px);border-top:4px solid var(--gold);border-bottom:4px solid var(--blue)}.brand-mark{width:22px;height:22px;border-radius:7px;background:var(--color-brand)}.site-nav{display:flex;gap:var(--space-3);align-items:center}.nav-link{display:inline-block;color:var(--black);padding:10px 7px;border-radius:10px;position:relative;font-weight:normal;text-decoration:none;font-size:18px}.nav-link::after{content:"";width:0;height:4px;background:var(--blue);display:block;position:absolute;bottom:0;left:0;transition:250ms ease-in-out}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link:hover::after,.nav-link:focus::after{width:100%}.nav-link--external::after{display:none}.nav-link[aria-current=page]::after{width:100%}.nav-link.is-active{color:var(--color-text);background:rgba(124,92,255,.15)}.nav-link--external{font-weight:600;color:var(--blue)}.nav-toggle{display:none;width:44px;height:44px;border-radius:12px;border:1px solid var(--blue);background:rgba(0,0,0,0);cursor:pointer;transition:inherit}.nav-toggle-bar{display:block;height:2px;margin:6px auto;width:18px;background:var(--blue);border-radius:10px;transition:250ms ease-in-out}.nav-toggle-bar:before,.nav-toggle-bar:after{content:"";background:inherit;width:100%;height:100%;border-radius:10px;display:block;position:absolute;transition:250ms ease-in-out}.nav-toggle-bar:after{top:-7px}.nav-toggle-bar:before{top:7px}.nav-toggle[aria-expanded=true] .nav-toggle-bar{background:rgba(0,0,0,0)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:before,.nav-toggle[aria-expanded=true] .nav-toggle-bar:after{background:var(--blue)}.nav-toggle[aria-expanded=true] .nav-toggle-bar:before{transform:rotate(45deg);top:0}.nav-toggle[aria-expanded=true] .nav-toggle-bar:after{transform:rotate(135deg);top:0}@media(max-width: 1126px){.nav-link{font-size:16px;padding:10px 3px}.nav-link.btn-primary{font-size:16px}}@media(max-width: 1024px){.nav-toggle{display:inline-block}.site-nav{position:absolute;right:0;top:100px;flex-direction:column;align-items:stretch;width:100%;background:var(--color-surface);padding:var(--space-3);box-shadow:var(--shadow)}.nav-link{color:var(--white);font-size:18px}.site-nav[data-collapsed=true]{display:none}.site-nav[data-collapsed=false]{display:flex}}.site-footer{color:var(--white);border-top:1px solid var(--color-border);background:var(--blue)}.site-footer__grid{display:grid;gap:2rem;align-items:start}@media(min-width: 768px){.site-footer__grid{grid-template-columns:minmax(0, 1.1fr) minmax(0, 0.8fr);gap:3rem}}.site-footer__logo-link{display:inline-block;text-decoration:none}.site-footer__tagline{font-size:.95rem;line-height:1.45;max-width:28rem;opacity:.9}.site-footer__nav{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;justify-content:flex-start}.site-footer__link{color:var(--white);text-decoration:none;font-weight:600;border-bottom:1px solid rgba(0,0,0,0);transition:border-color 150ms ease,color 150ms ease}.site-footer__link:hover,.site-footer__link:focus-visible{border-bottom-color:var(--white)}.site-footer__link--external::after{content:" ↗";font-size:.85em;opacity:.85}.site-footer__link--inline{font-weight:inherit;border-bottom:1px solid hsla(0,0%,100%,.35)}.site-footer__link--inline:hover,.site-footer__link--inline:focus-visible{border-bottom-color:var(--black)}.site-footer__legal{border-top:1px solid hsla(0,0%,100%,.2);opacity:.92}.documents-page .documents-list{list-style:none;padding-left:0}.documents-page .documents-list__item code{background:rgba(0,0,0,.06);padding:.125rem .35rem;border-radius:4px}.back-to-top{position:fixed;bottom:var(--space-6);right:var(--space-6);width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--blue);color:var(--white);border:2px solid var(--white);border-radius:50%;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity 200ms ease,visibility 200ms ease,transform 200ms ease}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover,.back-to-top:focus{background:var(--gold);color:var(--blue);border-color:var(--blue)}.back-to-top svg{width:24px;height:24px}.pdf-link{position:relative}.pdf-link::after{content:"";display:inline-block;width:16px;height:16px;margin-left:6px;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path fill="%2d59a8" d="M128 64C92.7 64 64 92.7 64 128L64 512C64 547.3 92.7 576 128 576L208 576L208 464C208 428.7 236.7 400 272 400L448 400L448 234.5C448 217.5 441.3 201.2 429.3 189.2L322.7 82.7C310.7 70.7 294.5 64 277.5 64L128 64zM389.5 240L296 240C282.7 240 272 229.3 272 216L272 122.5L389.5 240zM272 444C261 444 252 453 252 464L252 592C252 603 261 612 272 612C283 612 292 603 292 592L292 564L304 564C337.1 564 364 537.1 364 504C364 470.9 337.1 444 304 444L272 444zM304 524L292 524L292 484L304 484C315 484 324 493 324 504C324 515 315 524 304 524zM400 444C389 444 380 453 380 464L380 592C380 603 389 612 400 612L432 612C460.7 612 484 588.7 484 560L484 496C484 467.3 460.7 444 432 444L400 444zM420 572L420 484L432 484C438.6 484 444 489.4 444 496L444 560C444 566.6 438.6 572 432 572L420 572zM508 464L508 592C508 603 517 612 528 612C539 612 548 603 548 592L548 548L576 548C587 548 596 539 596 528C596 517 587 508 576 508L548 508L548 484L576 484C587 484 596 475 596 464C596 453 587 444 576 444L528 444C517 444 508 453 508 464z"/></svg>');background-size:contain;background-repeat:no-repeat;vertical-align:middle}.bg-maroon{background:var(--blue)}.bg-gold{background:var(--gold)}.bg-white{background:var(--white)}.bg-black{background:var(--black)}.bg-light-gray{background:var(--light-gray)}.text-maroon{color:var(--blue)}.text-beige{color:var(--gold)}.text-white{color:var(--white)}.text-gold{color:var(--gold)}.text-black{color:var(--black)}.border-radius-10{border-radius:10px}.width-100{width:100%}.height-100{height:100%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.font-bold{font-weight:bold}.font-normal{font-weight:normal}.font-light{font-weight:light}.font-weight-100,.font-weight-thin{font-weight:100}.font-weight-200,.font-weight-extra-light{font-weight:200}.font-weight-300,.font-weight-light{font-weight:300}.font-weight-400,.font-weight-regular{font-weight:400}.font-weight-500,.font-weight-medium{font-weight:500}.font-weight-600,.font-weight-semi-bold{font-weight:600}.font-weight-700,.font-weight-bold{font-weight:700}.font-weight-800,.font-weight-extra-bold{font-weight:800}.font-weight-900,.font-weight-black{font-weight:900}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-xxl{font-size:1.7rem}.no-underline{text-decoration:none}.underline{text-decoration:underline}*{box-sizing:border-box}html{scroll-behavior:smooth;text-wrap:pretty}.text-container :where(h1,h2,h3,h4,h5,h6){margin:0}.text-container :where(*+*){margin-top:var(--default-text-gap, 1.7rem);margin-bottom:0}body{margin:0;background:var(--color-bg);color:var(--color-text)}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:swap;src:url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@7.1.0/webfonts/fa-solid-900.woff2") format("woff2")}@font-face{font-family:"slick";font-style:normal;font-weight:normal;font-display:swap;src:url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woff") format("woff")}[data-reveal]{opacity:0;transform:translateY(12px);transition:opacity 500ms ease-out,transform 500ms ease-out;transition-delay:calc(var(--reveal-index, 0)*120ms)}[data-reveal].reveal-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion: reduce){[data-reveal]{opacity:1 !important;transform:none !important;transition:none !important}}html,body,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,input,select,textarea,p,pre,code,blockquote,ul,ol,li,dl,dt,dd,a,button,label,table,th,td{font-family:var(--font-primary);font-size:var(--text-base);line-height:var(--line)}iframe{width:100%}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:var(--font-heading, var(--font-primary));font-weight:600;line-height:1.2}h1,.h1{color:var(--blue);font-size:3.7rem}h2,.h2{font-size:2.4rem;color:var(--blue)}h3,.h3{font-size:1.7rem}h4,.h4{font-size:1.3rem}h5,.h5{font-size:1.1rem}h6,.h6{font-size:1rem}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}@media(max-width: 768px){h1,.h1{font-size:2.5rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.6rem}h4,.h4{font-size:1.2rem}h5,.h5{font-size:1rem}h6,.h6{font-size:.8rem}}p{line-height:1.4}a{text-decoration:underline;color:inherit;transition:250ms ease-out}a:hover{text-decoration:none}hr{color:var(--color-text);display:block;width:100%;border:0;height:1px;background:var(--color-text)}img{max-width:100%;height:auto;object-fit:cover}strong,b{font-weight:700}small{font-size:.7em}em{font-style:italic}sup{vertical-align:super;font-size:smaller}sub{vertical-align:sub;font-size:smaller}button,.btn{appearance:none;border:none;background:none;font:inherit;cursor:pointer;font-size:18px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:100px;line-height:1;text-decoration:none;border:1px solid rgba(0,0,0,0);transition:250ms ease-in-out;margin-top:0}.btn-primary{background:var(--blue);color:var(--white)}.btn-primary:hover,.btn-primary:focus{background:var(--gold);color:var(--black);border:1px solid var(--black)}.btn-secondary{background:var(--black);color:var(--white)}.btn-secondary:hover,.btn-secondary:focus{background:var(--gold);color:var(--black);border:1px solid var(--black)}.btn-white{background:var(--white);color:var(--black)}.btn-white:hover,.btn-white:focus{background:var(--blue);color:var(--white);border:1px solid var(--blue)}table.responsive{width:100%}@media(max-width: 768px){table.responsive thead{display:none}table.responsive tr{display:block}table.responsive tr+tr{border-top:0}table.responsive td{display:block;border:0}table.responsive td:before{content:attr(th-name);display:block}}input[type=text],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=url],input[type=date],input[type=time],select,textarea{appearance:none;width:100%;padding:.5rem 1rem;border:1px solid;background:var(--white);color:var(--black)}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437' xml:space='preserve'%3E%3Cpath d='m386.258 91.567-182.54 181.945L21.179 91.567 0 112.815 203.718 315.87l203.719-203.055z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:calc(100% - 10px);background-size:18px;padding-right:30px}input[type=reset],input[type=submit]{cursor:pointer}img{max-width:100%;display:block}.skip-link{position:absolute;left:-999px;top:10px;background:var(--color-text);color:var(--white);padding:var(--space-2) var(--space-3);border-radius:10px;z-index:9999}.skip-link:focus{left:10px}.container{max-width:var(--container);margin:0 auto;padding:0 var(--space-2)}.container-small{max-width:var(--container-small);margin:0 auto;padding:0 var(--space-2)}.card-grid{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:var(--space-5);padding:24px 0 56px}@media(max-width: 1024px){.card-grid{grid-template-columns:1fr}}@media(max-width: 768px){.desktop-only{display:none !important}}@media(min-width: 769px){.mobile-only{display:none !important}}.visually-hidden,.sr-only{clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;position:absolute !important;white-space:nowrap !important;width:1px !important}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.text-overflow-ellipse{text-overflow:ellipsis}.text-wrap-balance{text-wrap:balance}.aspect-ratio-16-9{aspect-ratio:16/9}.aspect-ratio-4-3{aspect-ratio:4/3}.aspect-ratio-1{aspect-ratio:1}.block{display:block}.inline{display:inline}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.none{display:none}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.align-items-stretch{align-items:stretch}.align-start{align-items:flex-start}.align-center{align-items:center}.align-end{align-items:flex-end}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.flex-center{display:flex;justify-content:center;align-items:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.m-0{margin:0}.m-1{margin:.25rem}.mt-1{margin-top:.25rem}.mb-1{margin-bottom:.25rem}.ml-1{margin-left:.25rem}.mr-1{margin-right:.25rem}.p-0{padding:0}.p-1{padding:.25rem}.pt-1{padding-top:.25rem}.pb-1{padding-bottom:.25rem}.pl-1{padding-left:.25rem}.pr-1{padding-right:.25rem}.m-auto{margin:auto}.m-2{margin:.5rem}.mt-2{margin-top:.5rem}.mb-2{margin-bottom:.5rem}.ml-2{margin-left:.5rem}.mr-2{margin-right:.5rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pl-2{padding-left:.5rem}.pr-2{padding-right:.5rem}.m-3{margin:.75rem}.mt-3{margin-top:.75rem}.mb-3{margin-bottom:.75rem}.ml-3{margin-left:.75rem}.mr-3{margin-right:.75rem}.p-3{padding:.75rem}.pt-3{padding-top:.75rem}.pb-3{padding-bottom:.75rem}.pl-3{padding-left:.75rem}.pr-3{padding-right:.75rem}.m-4{margin:1rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.p-4{padding:1rem}.pt-4{padding-top:1rem}.pb-4{padding-bottom:1rem}.pl-4{padding-left:1rem}.pr-4{padding-right:1rem}.m-8{margin:2rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.ml-8{margin-left:2rem}.mr-8{margin-right:2rem}.p-8{padding:2rem}.pt-8{padding-top:2rem}.pb-8{padding-bottom:2rem}.pl-8{padding-left:2rem}.pr-8{padding-right:2rem}.m-12{margin:3rem}.mt-12{margin-top:3rem}.mb-12{margin-bottom:3rem}.ml-12{margin-left:3rem}.mr-12{margin-right:3rem}.p-12{padding:3rem}.pt-12{padding-top:3rem}.pb-12{padding-bottom:3rem}.pl-12{padding-left:3rem}.pr-12{padding-right:3rem}.m-16{margin:4rem}.mt-16{margin-top:4rem}.mb-16{margin-bottom:4rem}.ml-16{margin-left:4rem}.mr-16{margin-right:4rem}.p-16{padding:4rem}.pt-16{padding-top:4rem}.pb-16{padding-bottom:4rem}.pl-16{padding-left:4rem}.pr-16{padding-right:4rem}.ml-auto,.mx-auto{margin-left:auto}.mr-auto,.mx-auto{margin-right:auto}.mt-auto,.my-auto{margin-top:auto}.mb-auto,.my-auto{margin-bottom:auto}.m-auto{margin:auto}@media(max-width: 768px){.mobile\:m-0{margin:0}}.static{position:static}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.t-0{top:0}.r-0{right:0}.b-0{bottom:0}.l-0{left:0}.t-100{top:100%}.r-100{right:100%}.b-100{bottom:100%}.l-100{left:100%}.z-0{z-index:0}.z-1{z-index:1}.z-2{z-index:2}.z-3{z-index:3}.z-4{z-index:4}.z-5{z-index:5}.z-high{z-index:21474836}.z-very-high{z-index:214748364}.z-max{z-index:2147483646}.z-max-1{z-index:2147483647}.absolute-center{top:50%;left:50%;transform:translate(-50%, -50%)}.absolute-top-right{top:0;right:0;transform:translate(50%, -50%)}.row{box-sizing:border-box;display:-ms-flexbox;display:-webkit-box;display:flex;-ms-flex:0 1 auto;-webkit-box-flex:0;flex:0 1 auto;-ms-flex-direction:row;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto;margin-left:calc(-1*var(--gap, 16px)/2);margin-right:calc(-1*var(--gap, 16px)/2);row-gap:var(--gap, 16px)}.col{padding-left:calc(var(--gap, 16px)/2);padding-right:calc(var(--gap, 16px)/2)}@media(max-width: 768px){.row{margin-left:calc(-1*var(--mobile-gap, var(--gap, 16px))/2);margin-right:calc(-1*var(--mobile-gap, var(--gap, 16px))/2);row-gap:var(--mobile-gap, var(--gap, 16px))}.row .col{padding-left:calc(var(--mobile-gap, var(--gap, 16px))/2);padding-right:calc(var(--mobile-gap, var(--gap, 16px))/2)}}.row.reverse{-ms-flex-direction:row-reverse;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse}.col.reverse{-ms-flex-direction:column-reverse;-webkit-box-orient:vertical;-webkit-box-direction:reverse;flex-direction:column-reverse}.col-xs,.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}@media(max-width: 500px){.col-xxs-12{flex-basis:100% !important;max-width:100% !important}}.col-xs{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-xs-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-xs-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-xs-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-xs-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-xs-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-xs-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-xs-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-xs-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-xs-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-xs-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-xs-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-xs-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-xs-offset-1{margin-left:8.333%}.col-xs-offset-2{margin-left:16.666%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.333%}.col-xs-offset-5{margin-left:41.666%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.333%}.col-xs-offset-8{margin-left:66.666%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.333%}.col-xs-offset-11{margin-left:91.666%}.start-xs{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-xs{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-xs{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-xs{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-xs{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-xs{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-xs{-ms-flex-pack:distribute;justify-content:space-around}.between-xs{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-xs{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-xs{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}@media only screen and (min-width: 769px){.col-sm,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.col-sm{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-sm-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-sm-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-sm-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-sm-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-sm-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-sm-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-sm-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-sm-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-sm-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-sm-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-sm-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-sm-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-sm-offset-1{margin-left:8.333%}.col-sm-offset-2{margin-left:16.666%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.333%}.col-sm-offset-5{margin-left:41.666%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333%}.col-sm-offset-8{margin-left:66.666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.333%}.col-sm-offset-11{margin-left:91.666%}.start-sm{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-sm{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-sm{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-sm{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-sm{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-sm{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-sm{-ms-flex-pack:distribute;justify-content:space-around}.between-sm{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-sm{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-sm{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width: 993px){.col-md,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.col-md{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-md-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-md-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-md-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-md-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-md-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-md-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-md-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-md-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-md-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-md-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-md-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-md-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-md-offset-1{margin-left:8.333%}.col-md-offset-2{margin-left:16.666%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.333%}.col-md-offset-5{margin-left:41.666%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333%}.col-md-offset-8{margin-left:66.666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.333%}.col-md-offset-11{margin-left:91.666%}.start-md{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-md{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-md{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-md{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-md{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-md{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-md{-ms-flex-pack:distribute;justify-content:space-around}.between-md{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-md{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-md{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media only screen and (min-width: 1201px){.col-lg,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{box-sizing:border-box;-ms-flex:0 0 auto;-webkit-box-flex:0;flex:0 0 auto}.col-lg{-webkit-flex-grow:1;-ms-flex-positive:1;-webkit-box-flex:1;flex-grow:1;-ms-flex-preferred-size:0;flex-basis:0;max-width:100%}.col-lg-1{-ms-flex-preferred-size:8.333%;flex-basis:8.333%;max-width:8.333%}.col-lg-2{-ms-flex-preferred-size:16.666%;flex-basis:16.666%;max-width:16.666%}.col-lg-3{-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}.col-lg-4{-ms-flex-preferred-size:33.333%;flex-basis:33.333%;max-width:33.333%}.col-lg-5{-ms-flex-preferred-size:41.666%;flex-basis:41.666%;max-width:41.666%}.col-lg-6{-ms-flex-preferred-size:50%;flex-basis:50%;max-width:50%}.col-lg-7{-ms-flex-preferred-size:58.333%;flex-basis:58.333%;max-width:58.333%}.col-lg-8{-ms-flex-preferred-size:66.666%;flex-basis:66.666%;max-width:66.666%}.col-lg-9{-ms-flex-preferred-size:75%;flex-basis:75%;max-width:75%}.col-lg-10{-ms-flex-preferred-size:83.333%;flex-basis:83.333%;max-width:83.333%}.col-lg-11{-ms-flex-preferred-size:91.666%;flex-basis:91.666%;max-width:91.666%}.col-lg-12{-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}.col-lg-offset-1{margin-left:8.333%}.col-lg-offset-2{margin-left:16.666%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.333%}.col-lg-offset-5{margin-left:41.666%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333%}.col-lg-offset-8{margin-left:66.666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.333%}.col-lg-offset-11{margin-left:91.666%}.start-lg{-ms-flex-pack:start;-webkit-box-pack:start;justify-content:flex-start;text-align:start}.center-lg{-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center;text-align:center}.end-lg{-ms-flex-pack:end;-webkit-box-pack:end;justify-content:flex-end;text-align:end}.top-lg{-ms-flex-align:start;-webkit-box-align:start;align-items:flex-start}.middle-lg{-ms-flex-align:center;-webkit-box-align:center;align-items:center}.bottom-lg{-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}.around-lg{-ms-flex-pack:distribute;justify-content:space-around}.between-lg{-ms-flex-pack:justify;-webkit-box-pack:justify;justify-content:space-between}.first-lg{-ms-flex-order:-1;-webkit-box-ordinal-group:0;order:-1}.last-lg{-ms-flex-order:1;-webkit-box-ordinal-group:2;order:1}}@media(min-width: 1600px){.col-xl-4{flex-basis:33% !important;max-width:33% !important}}@media(min-width: 1201px){.col-lg-20-percent{flex-basis:20% !important;max-width:20% !important}}.home--hero-pills .container{max-width:1150px}.home--hero-pills img{height:170px;width:100%;aspect-ratio:16/6;object-fit:cover;border-radius:100rem;filter:brightness(0.5);opacity:.49}@media(max-width: 768px){.home--hero-pills img{height:110px}}.home--hero-pills h1{margin-bottom:-8px;position:relative;z-index:1;display:block;width:100%}.home--carousel-wrap{position:relative;padding-left:45px;padding-right:45px}.home--carousel .brand-slide{padding:16px 18px;display:flex !important;min-height:140px}.home--carousel .brand-slide img{max-width:100%;max-height:90px;object-fit:contain;display:block;filter:none;transition:250ms ease-in-out}.home--carousel .carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:3px solid var(--blue);background:rgba(0,0,0,0);color:var(--black);cursor:pointer;font-size:18px;line-height:1;display:grid;place-items:center}.home--carousel .carousel-arrow.prev{left:0}.home--carousel .carousel-arrow.next{right:0}.home--carousel .slick-dots{position:static;margin:18px 0 0}.home--carousel .slick-dots li button:before{font-size:10px;opacity:.35}.home--carousel .slick-dots li.slick-active button:before{opacity:.85}.about-page .about--hero,.distribution-lines-page .about--hero,.services-page .about--hero{background-image:url("../images/services.jpg");background-size:cover;background-position:center;background-repeat:no-repeat;padding-top:5rem;padding-bottom:5rem;position:relative;min-height:280px}.about-page .about--hero::after,.distribution-lines-page .about--hero::after,.services-page .about--hero::after{content:"";position:absolute;inset:0;background-color:rgba(0,0,0,.8);z-index:1}.about-page .about--hero .text-container,.distribution-lines-page .about--hero .text-container,.services-page .about--hero .text-container{z-index:2;position:relative}.about-page .about--hero h1,.distribution-lines-page .about--hero h1,.services-page .about--hero h1{color:var(--white);margin-bottom:var(--space-3)}.about-page .about--hero .about--hero-tagline,.distribution-lines-page .about--hero .about--hero-tagline,.services-page .about--hero .about--hero-tagline{font-size:1.25rem;opacity:.95;margin:0}.about-page .about-section img,.distribution-lines-page .about-section img,.services-page .about-section img{border-radius:var(--radius);aspect-ratio:16/9;object-fit:cover;height:100%}.about-page .about--hero{background-image:url("../images/home-hero.jpg")}.services-page .about--hero{background-image:url("../images/distribution.JPG")}.services-page .services-checklist{column-gap:2rem}@media(min-width: 640px){.services-page .services-checklist{columns:2}}.services-page .services-checklist li{break-inside:avoid;margin-bottom:.5rem}.services-page .contact-item{border-radius:10px;border:1px solid var(--color-border, rgba(0, 0, 0, 0.08))}.form{max-width:520px;padding:18px 0 56px}.field{display:grid;gap:8px;margin:0 0 14px}input,textarea{padding:12px 12px;border-radius:12px;border:1px solid var(--color-border);background:hsla(0,0%,100%,.04);color:var(--color-text)}.contact-page .contact-item{background:var(--white);border-radius:10px;width:100%;height:100%}.contact-page .location-card{height:auto}.contact-page .contact-svg-icon{width:45px;height:45px;fill:var(--blue)}.contact-page .contact-label{color:var(--blue)}.contact-page .contact-value,.contact-page .contact-value a{font-size:18px}.contact-page .branch-teaser .branch-teaser-label{font-weight:600}.contact-page .branch-teaser a{font-weight:600;text-decoration:underline}.contact-page .location-card{font-style:normal}.contact-page .staff-section-title{font-size:1.4rem;color:var(--blue);padding-bottom:var(--space-2);border-bottom:2px solid var(--blue)}.contact-page .staff-grid{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));gap:var(--gap)}@media(max-width: 1024px){.contact-page .staff-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(max-width: 768px){.contact-page .staff-grid{grid-template-columns:1fr}}.contact-page .staff-card a{text-decoration:underline}.contact-page .staff-card a:hover,.contact-page .staff-card a:focus{text-decoration:none}.contact-page .staff-name{color:var(--black)}.contact-page .staff-title{color:var(--color-text);opacity:.9}.hubspot-form{border-radius:var(--radius)}@media(max-width: 768px){.hubspot-form{padding:30px}}.tabs{display:flex;gap:20px;margin-top:18px}.tab-list{background:var(--black);display:flex;flex-direction:column;min-width:320px;max-width:420px}.tab{appearance:none;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);padding:12px 14px;text-align:left;cursor:pointer;border-left:4px solid rgba(0,0,0,0);color:var(--white)}.tab:hover,.tab[aria-selected=true]{color:var(--black);border-left-color:var(--blue);background:var(--light-gray)}.tab-panels{flex:1;min-width:0}.tab-panel{background:var(--black);color:var(--white);padding:30px;height:100%}.tab-panel__photo{margin:1.25rem 0 0;border-radius:var(--radius)}.panel-cta a{display:inline-block;font-weight:700;text-decoration:underline}.panel-media{margin-top:12px;font-size:.95rem;opacity:.8;font-style:italic}@media(max-width: 1024px){.tabs{flex-direction:column}.tab-list{flex-direction:row;overflow-x:auto;min-width:0;max-width:100%;gap:6px;padding:10px}.tab{white-space:nowrap;border-left:none;border-bottom:3px solid rgba(0,0,0,0);background:var(--blue);border-radius:999px}.tab[aria-selected=true]{border-color:var(--blue);background:#f4f4f4}}.two-column-list{columns:2;column-gap:.75rem;margin-top:15px}.two-column-list li{break-inside:avoid}@media(max-width: 768px){.two-column-list{columns:1}}.icon-grid{height:100%}.icon-grid--item{background-color:var(--white);border-radius:var(--radius);height:100%}.icon-grid--item img{aspect-ratio:16/9;object-fit:contain;height:150px}.icon-grid--item i{font-size:38px;color:var(--blue);margin-bottom:3px}.icon-grid--item .btn{margin-top:auto}.distribution-lines-page .about-section img{border-radius:var(--radius)}.dist-featured .dist-featured-card{height:100%}.dist-featured .dist-featured-logo{width:100%;max-width:176px;height:72px;min-height:72px;margin-inline:auto;display:flex;align-items:center;justify-content:center}.dist-featured .dist-featured-logo-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;border-radius:var(--radius, 10px);transition:background-color 180ms ease,opacity 180ms ease}.dist-featured .dist-featured-logo-link:hover{background-color:rgba(0,0,0,.03)}.dist-featured .dist-featured-logo-link:focus-visible{outline:2px solid var(--blue);outline-offset:3px}.dist-featured .dist-featured-logo-link img{display:block;max-width:100%;max-height:56px;width:auto;height:auto;object-fit:contain;object-position:center}.dist-filters .dist-filter-select,.dist-filters .dist-filter-input{appearance:none;padding:10px 14px;border:1px solid var(--color-border, #ddd);border-radius:8px;background:var(--white);font-size:1rem}.dist-filters .dist-filter-input{min-width:200px}.dist-letter-group{margin-bottom:2rem}.dist-letter-heading{font-size:1.5rem;color:var(--blue);margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid var(--blue)}.dist-manufacturer-list{margin:0;padding-left:0;list-style:none;columns:4;column-gap:1.5rem}.dist-manufacturer-list li{break-inside:avoid;margin-bottom:.35rem}@media(max-width: 1024px){.dist-manufacturer-list{columns:2}}@media(max-width: 600px){.dist-manufacturer-list{columns:1}}.dist-count{font-weight:600;margin-bottom:1rem}.dist-no-results{padding:2rem;text-align:center;background:var(--light-gray);border-radius:var(--radius)}.reps-logo-placeholder{width:160px;min-height:80px;background:var(--light-gray);border:1px dashed var(--color-border, #ccc);border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.reps-logo-placeholder span{font-size:.875rem;font-weight:600;color:var(--blue);opacity:.7}.galco-shop-cta-section{border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}.galco-shop-cta--in-dark{border-top:2px solid var(--black)}/*# sourceMappingURL=main.css.map */
