.tk-citrus-gothic-rough{font-family:"citrus-gothic-rough",sans-serif}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0,calc(var(--f-throw-out-distance,150px) * -1),0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0,var(--f-throw-out-distance,150px),0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(.975) translate3d(0,16px,0);opacity:0}to{transform:scale(1) translate3d(0,0,0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(.975) translate3d(0,16px,0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration,.2s) * .5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0,0,0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0,0,0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media (hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin,0px) + var(--fancybox-scrollbar-compensate,0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:rgba(255,255,255,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex,1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity,1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color,#374151);background:var(--fancybox-content-bg,#fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0,0,0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity,1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;top:5px;right:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width) * -.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height) * -.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px,1px,1px,1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2,#e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0,0,0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(( var(--f-thumb-clip-width,0) ) * -.5);width:calc(var(--width,0) * 1px + var(--f-thumb-clip-width,0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift,0) * -1px),0,0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc(( ( var(--f-thumb-width,0) - var(--f-thumb-clip-width,0) ) ) * ( 1 - var(--progress,0) ) * .5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;position:relative;opacity:var(--fancybox-opacity,1);transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,rgba(255,255,255,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color,currentColor);opacity:var(--fancybox-opacity,1);text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));z-index:30;user-select:none;pointer-events:none}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:var(--wp--preset--color--text-color);font-family:var(--wp--preset--font-family--font-family-base);font-size:var(--wp--preset--font-size--medium);font-weight:500;letter-spacing:normal;line-height:1.2;margin:0;text-align:left;text-rendering:optimizeLegibility;text-shadow:rgba(0,0,0,.01) 0 0 1px;height:auto !important}h1,h2,h3,h4,h5,h6{color:var(--wp--preset--color--primary);font-family:var(--wp--preset--font-family--font-family-headings);font-weight:400;line-height:1.4;margin-bottom:var(--wp--style--block-gap);margin-top:0}h1{font-size:3.125rem}h2{font-size:2.5rem}h3{font-size:2.1875rem}h4{font-size:1.875rem}h5{font-size:1.5625rem}h6{font-size:1.25rem}p{margin-bottom:var(--wp--style--block-gap);margin-top:0}a{color:var(--wp--preset--color--secondary);text-decoration:none;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}a:focus,a:hover{color:var(--wp--preset--color--secondary);text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}abbr[data-bs-original-title],abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:var(--wp--style--block-gap)}ol,ul{padding-left:30px}dl,ol,ul{margin-bottom:var(--wp--style--block-gap);margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:400}dd{margin-bottom:7.5px;margin-left:0}blockquote{margin:0 0 var(--wp--style--block-gap)}b,strong{font-weight:700}small{font-size:var(--wp--preset--font-size--small)}mark{background-color:#fcf8e3;padding:3px}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}hr{background-color:currentColor;border-bottom:1px solid;border-top:1px solid;color:var(--wp--preset--color--text-color);margin:var(--wp--style--block-gap) 0;opacity:.5}hr:not([size]){height:2px}code,kbd,pre,samp{direction:ltr;font-family:var(--wp--preset--font-family--font-family-code);font-size:1rem;letter-spacing:normal;unicode-bidi:bidi-override}pre{color:var(--wp--preset--color--text-color);display:block;font-size:inherit;margin-bottom:var(--wp--style--block-gap);margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:var(--wp--preset--color--text-color);font-size:1rem}a > code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:var(--wp--preset--color--text-color);font-size:1rem;padding:.2rem .4rem}kbd kbd{font-size:1em;font-weight:700;padding:0}figure{margin:0 0 var(--wp--style--block-gap)}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:var(--wp--preset--color--text-muted);padding-bottom:7.5px;padding-top:7.5px;text-align:left}th{font-family:var(--wp--preset--font-family--font-family-headings);font-weight:400;text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role="button"]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type="button"],[type="reset"],[type="submit"],button{-webkit-appearance:button}[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-family:var(--wp--preset--font-family--font-family-headings);font-size:1.5rem;font-weight:400;line-height:inherit;margin-bottom:7.5px;padding:0;width:100%}legend + *{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none !important}a:active:focus,a:focus,a:hover,button:active:focus,button:focus,button:hover{outline:none !important}cite,figcaption{color:var(--wp--preset--color--text-muted);font-size:var(--wp--preset--font-size--small);margin-bottom:0}iframe,img{display:block;max-width:100%}strong{font-weight:700}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}input[type="email"],input[type="file"],input[type="number"],input[type="password"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"],textarea{background-clip:padding-box;background-color:#fff;border:2px solid #dee2e6;border-radius:0;color:var(--wp--preset--color--text-color);display:block;font-family:var(--wp--preset--font-family--font-family-base);font-size:1.125rem;line-height:1.2;padding:.625rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;width:100%}input[type="email"]::-webkit-input-placeholder,input[type="file"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="text"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#adb5bd}input[type="email"]:-moz-placeholder,input[type="file"]:-moz-placeholder,input[type="number"]:-moz-placeholder,input[type="password"]:-moz-placeholder,input[type="search"]:-moz-placeholder,input[type="tel"]:-moz-placeholder,input[type="text"]:-moz-placeholder,input[type="url"]:-moz-placeholder,textarea:-moz-placeholder{color:#adb5bd}input[type="email"]::-moz-placeholder,input[type="file"]::-moz-placeholder,input[type="number"]::-moz-placeholder,input[type="password"]::-moz-placeholder,input[type="search"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="text"]::-moz-placeholder,input[type="url"]::-moz-placeholder,textarea::-moz-placeholder{color:#adb5bd}input[type="email"]:-ms-input-placeholder,input[type="file"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="text"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#adb5bd}input[type="email"]:focus::-webkit-input-placeholder,input[type="file"]:focus::-webkit-input-placeholder,input[type="number"]:focus::-webkit-input-placeholder,input[type="password"]:focus::-webkit-input-placeholder,input[type="search"]:focus::-webkit-input-placeholder,input[type="tel"]:focus::-webkit-input-placeholder,input[type="text"]:focus::-webkit-input-placeholder,input[type="url"]:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{color:hsla(0,0%,100%,0)}input[type="email"]:focus:-moz-placeholder,input[type="file"]:focus:-moz-placeholder,input[type="number"]:focus:-moz-placeholder,input[type="password"]:focus:-moz-placeholder,input[type="search"]:focus:-moz-placeholder,input[type="tel"]:focus:-moz-placeholder,input[type="text"]:focus:-moz-placeholder,input[type="url"]:focus:-moz-placeholder,textarea:focus:-moz-placeholder{color:hsla(0,0%,100%,0)}input[type="email"]:focus::-moz-placeholder,input[type="file"]:focus::-moz-placeholder,input[type="number"]:focus::-moz-placeholder,input[type="password"]:focus::-moz-placeholder,input[type="search"]:focus::-moz-placeholder,input[type="tel"]:focus::-moz-placeholder,input[type="text"]:focus::-moz-placeholder,input[type="url"]:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:hsla(0,0%,100%,0)}input[type="email"]:focus:-ms-input-placeholder,input[type="file"]:focus:-ms-input-placeholder,input[type="number"]:focus:-ms-input-placeholder,input[type="password"]:focus:-ms-input-placeholder,input[type="search"]:focus:-ms-input-placeholder,input[type="tel"]:focus:-ms-input-placeholder,input[type="text"]:focus:-ms-input-placeholder,input[type="url"]:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{color:hsla(0,0%,100%,0)}input[type="email"]:focus,input[type="file"]:focus,input[type="number"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="text"]:focus,input[type="url"]:focus,textarea:focus{border-color:#86b7fe;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="text"],input[type="url"]{height:calc(2.6rem + 4px)}select:not([multiple]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'%3E%3Cpath fill=\'%23var(--wp--preset--color--text-color)\' d=\'M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\'/%3E%3C/svg%3E");background-position:right 7px center;background-repeat:no-repeat;background-size:12px 14px;border:2px solid #dee2e6;border-radius:0;color:var(--wp--preset--color--text-color);cursor:pointer;display:block;font-family:var(--wp--preset--font-family--font-family-base);font-size:1.125rem;height:calc(2.6rem + 4px);line-height:1.2;padding:.625rem 30px .625rem .625rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;vertical-align:middle;width:100%}select:not([multiple]).nitro-lazy{background-image:none !important}select:not([multiple]):focus{border-color:#86b7fe;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}select[multiple]{border:2px solid #dee2e6;border-radius:0;padding:.625rem;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}select[multiple]:focus{border-color:#86b7fe;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}input[type="file"]{cursor:pointer}input[type="file"]::-webkit-file-upload-button{-webkit-margin-end:.625rem;border:0 solid;border-color:inherit;border-inline-end-width:2px;border-radius:0;margin:-.625rem;margin-inline-end:.625rem;padding:.625rem;pointer-events:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out}input[type="file"]::file-selector-button{-webkit-margin-end:.625rem;border:0 solid;border-color:inherit;border-inline-end-width:2px;border-radius:0;margin:-.625rem;margin-inline-end:.625rem;padding:.625rem;pointer-events:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out}input[type="file"]:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#c1c9d0}input[type="file"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#c1c9d0}input[type="checkbox"]:focus,input[type="radio"]:focus{border-color:#86b7fe;-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25);outline:0}.aligncenter,.alignleft,.alignright{margin-left:auto;margin-right:auto}@media only screen and (max-width: 575px){.aligncenter,.alignleft,.alignright{max-width:100%}}@media only screen and (min-width: 768px){.alignleft{float:left;margin-left:0;margin-right:var(--wp--style--block-gap)}}@media only screen and (min-width: 768px){.alignright{float:right;margin-left:var(--wp--style--block-gap);margin-right:0}}.aligncenter:not(.is-resized),.alignleft:not(.is-resized),.alignright:not(.is-resized){max-width:480px}.aligncenter.is-resized,.alignleft.is-resized,.alignright.is-resized{max-width:100%}.editor-content{padding-left:15px;padding-right:15px;width:100%}.editor-content:after{clear:both;content:"";display:block}.editor-content > *{margin-bottom:var(--wp--style--block-gap)}.full-bleed-layout .editor-content > :not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter){margin-left:auto;margin-right:auto}.section{display:flex;flex-direction:column;width:100%}.section .inner-content{display:flex;flex-direction:column;width:100%;max-width:1170px}.join-form_wrapper{max-width:640px;margin:0 auto}.home-signup.footer-signup .join-form_wrapper{max-width:100%}.section.section1{margin-top:60px}.section.section1 .inner-content .intro{display:flex;flex-direction:row;align-items:start;margin-bottom:70px}.section.section1 .inner-content .intro h3{color:#fff;font-size:60px;line-height:1.1em;margin-left:83px}.section.section1 .inner-content .intro h3 span{color:#f4d831}.section.section1 .inner-content .problems{width:100%;display:flex;flex-direction:column}.section.section1 .inner-content .problems .item{display:flex;flex-direction:row;justify-content:center;padding-bottom:23px;position:relative;margin:0 auto 30px;width:100%;max-width:990px}.section.section1 .inner-content .problems .item:after{content:" ";position:absolute;bottom:0px;left:0px;width:100%;height:3px}.section.section1 .inner-content .problems .item.item1:after{background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/border-1.svg") center center no-repeat}.section.section1 .inner-content .problems .item.item2:after{background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/border-2.svg") center center no-repeat}.section.section1 .inner-content .problems .item.item3:after{background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/border-3.svg") center center no-repeat}.section.section1 .inner-content .problems .item.item4:after{background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/border-4.svg") center center no-repeat}.section.section1 .inner-content .problems .item .info{width:100%;max-width:486px;margin-left:35px}.section.section1 .inner-content .problems .item .info h4{font-size:40px;line-height:1.1em;color:#e4c402;margin:0 0 10px 0}.section.section1 .inner-content .problems .item.item2 .info h4{color:#6ab1e0}.section.section1 .inner-content .problems .item.item3 .info h4{color:#f4b231}.section.section1 .inner-content .problems .item.item4 .info h4{color:#26c9e0}.section.section1 .inner-content .problems .item.item5 .info h4{color:#f46c31}.section.section1 .inner-content .problems .item .info p{font-family:Roboto;font-size:20px;line-height:1.3em;font-weight:400}.section.section2 .inner-content .content{display:flex;flex-direction:row}.section.section2 .inner-content .content .info{margin-left:83px;width:100%;max-width:375px}.section.section2 .inner-content .content .info h3{font-size:60px;color:#fff;line-height:1.1em}.section.section2 .inner-content .content .info h3 strong{color:#fd0;font-weight:normal}.section.section2 .inner-content .content .info p{font-family:Roboto;font-weight:400;font-size:18px;line-height:1.2em;margin-bottom:24px}@media only screen and (min-width: 576px) and (max-width: 767px){.full-bleed-layout .editor-content > :not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter){max-width:510px}}@media only screen and (min-width: 768px){.full-bleed-layout .editor-content > :not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter){max-width:690px}}@media only screen and (min-width: 992px){.full-bleed-layout .editor-content > :not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter).alignwide{max-width:930px}}.full-bleed-layout .editor-content > .alignfull{margin-left:-15px;margin-right:-15px;max-width:none;width:auto}@media only screen and (min-width: 768px){.full-bleed-layout .editor-content > .alignleft{margin-left:calc(50% - 345px)}}@media only screen and (min-width: 768px){.full-bleed-layout .editor-content > .alignright{margin-right:calc(50% - 345px)}}@media only screen and (min-width: 576px) and (max-width: 767px){.full-bleed-layout .editor-content > .aligncenter.is-resized,.full-bleed-layout .editor-content > .alignleft.is-resized,.full-bleed-layout .editor-content > .alignright.is-resized{max-width:510px}}@media only screen and (min-width: 768px){.full-bleed-layout .editor-content > .aligncenter.is-resized,.full-bleed-layout .editor-content > .alignleft.is-resized,.full-bleed-layout .editor-content > .alignright.is-resized{max-width:690px}}.editor-styles-wrapper .wp-element-button,.wp-element-button{background-color:#dee2e6;border:2px solid transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:var(--wp--preset--color--text-color);cursor:pointer;display:inline-block;font-family:var(--wp--preset--font-family--font-family-headings);font-size:1.125rem;font-weight:400;letter-spacing:1.5px;line-height:1;padding:.625rem 1.25rem;text-align:center;text-decoration:none;text-transform:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;word-break:break-word}.editor-styles-wrapper .wp-element-button:focus,.editor-styles-wrapper .wp-element-button:hover,.wp-element-button:focus,.wp-element-button:hover{background-color:#c1c9d0;color:var(--wp--preset--color--text-color);opacity:1;text-decoration:none}.editor-styles-wrapper .wp-element-button:focus,.wp-element-button:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.wp-caption-text,.wp-element-caption{color:var(--wp--preset--color--text-muted);display:block;font-size:var(--wp--preset--font-size--small);margin-bottom:0;margin-top:var(--wp--style--block-gap);text-align:center}[class^="wp-block"] figcaption{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-button__link{background-color:#dee2e6;border:2px solid transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:var(--wp--preset--color--text-color);cursor:pointer;display:inline-block;font-family:var(--wp--preset--font-family--font-family-headings);font-size:1.125rem;font-weight:400;letter-spacing:1.5px;line-height:1;padding:.625rem 1.25rem;text-align:center;text-decoration:none;text-transform:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;word-break:break-word}.wp-block-button__link:focus,.wp-block-button__link:hover{background-color:#c1c9d0;color:var(--wp--preset--color--text-color);opacity:1;text-decoration:none}.wp-block-button__link:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.wp-block-button.is-style-outline > .wp-block-button__link{padding:.625rem 1.25rem}.wp-block-code{border:1px solid #dee2e6;border-radius:0;padding:15px 20px}.wp-embed-aspect-16-9 .wp-block-embed__wrapper:after{content:"";display:block;padding-bottom:56.25%}.wp-embed-aspect-16-9 iframe{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.wp-block-quote p{margin-bottom:0}.wp-block-quote p.has-text-align-center + cite{text-align:center}.wp-block-quote p.has-text-align-right + cite{text-align:right}.wp-block-quote cite{display:block;margin-top:var(--wp--style--block-gap)}.wp-block-table table{width:100%}.wp-block-table td{border:1px solid #dee2e6;font-size:var(--wp--preset--font-size--small);padding:7.5px;word-break:normal}pre.wp-block-verse{font-family:var(--wp--preset--font-family--font-family-code)}.ginput_container input[type="email"].small,.ginput_container input[type="number"].small,.ginput_container input[type="tel"].small,.ginput_container input[type="text"].small,.ginput_container input[type="url"].small,.ginput_container select:not([multiple]).small{font-size:.875rem;height:calc(2.3rem + 4px);padding:.625rem}.ginput_container input[type="email"].large,.ginput_container input[type="number"].large,.ginput_container input[type="tel"].large,.ginput_container input[type="text"].large,.ginput_container input[type="url"].large,.ginput_container select:not([multiple]).large{font-size:1.375rem;height:calc(3.525rem + 4px);padding:.9375rem}.gform_heading{margin-bottom:var(--wp--style--block-gap)}.gform_heading .gform_title{text-align:center}.gform_heading .gform_description{display:block;text-align:center}.gfield_label,legend.gfield_label{color:var(--wp--preset--color--text-color);font-family:var(--wp--preset--font-family--font-family-headings);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;margin-bottom:7.5px;text-transform:uppercase}.ginput_container.ginput_complex label{color:var(--wp--preset--color--text-color);font-family:var(--wp--preset--font-family--font-family-base);font-size:1rem;font-style:normal;font-weight:500;letter-spacing:normal;margin-top:0;text-transform:none}.gfield_required{color:#d63638}.gfield.hidden_label .gfield_label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gfield_description{color:var(--wp--preset--color--text-color);font-family:var(--wp--preset--font-family--font-family-base);font-size:1rem;font-style:normal;font-weight:500;letter-spacing:normal;margin-top:7.5px;text-transform:none}.gfield_label + .gfield_description{margin-bottom:7.5px;margin-top:0}.gf_invisible,.gfield_visibility_hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.gform_wrapper .gform_fields{list-style-type:none;margin:0;padding:0}.gform_wrapper .gform_fields .gfield + .gfield{margin-top:var(--wp--style--block-gap)}.gfield_checkbox,.gfield_radio{list-style-type:none;padding:0}.gfield_checkbox label,.gfield_radio label{color:var(--wp--preset--color--text-color);font-family:var(--wp--preset--font-family--font-family-base);font-size:1rem;font-style:normal;font-weight:500;letter-spacing:normal;text-transform:none}.ginput_complex > span{display:block}.ginput_complex > span + span{margin-top:var(--wp--style--block-gap)}.ginput_complex:not(.ginput_container_address):not(.ginput_container_name){-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.ginput_complex:not(.ginput_container_address):not(.ginput_container_name) .ginput_container{min-width:70px}.ginput_complex:not(.ginput_container_address):not(.ginput_container_name) .hour_minute_colon{padding-left:5px;padding-right:5px}.ginput_complex:not(.ginput_container_address):not(.ginput_container_name) .gfield_time_ampm{margin-left:12px}.ui-datepicker{background-color:#fff;border:2px solid #dee2e6;border-radius:0;padding:5px}.ui-datepicker:not(.gform-legacy-datepicker){display:none}.ui-datepicker .ui-datepicker-header{padding-left:35px;padding-right:35px;position:relative}.ui-datepicker .ui-datepicker-header .ui-datepicker-next,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border:2px solid #dee2e6;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;height:30px;justify-content:center;width:30px}.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus{border-color:#86b7fe}.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'%3E%3Cpath fill=\'%23var(--wp--preset--color--text-color)\' d=\'M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\'/%3E%3C/svg%3E") no-repeat;background-position:50%;background-size:10px;content:"";display:block;height:20px;width:20px}.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{left:0;position:absolute}.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ui-datepicker .ui-datepicker-header .ui-datepicker-next{position:absolute;right:0}.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.ui-datepicker .ui-datepicker-header .ui-datepicker-title{display:-webkit-box;display:-ms-flexbox;display:flex}.ui-datepicker .ui-datepicker-header .ui-datepicker-title select{background-position:90%;background-size:10px 10px;font-size:14px;height:30px;padding:3px 30px 3px 5px}.ui-datepicker .ui-datepicker-header .ui-datepicker-title select:first-of-type{margin-right:5px}.ui-datepicker .ui-datepicker-calendar{margin-top:5px;width:100%}.ui-datepicker .ui-datepicker-calendar th{text-align:center}.ui-datepicker .ui-datepicker-calendar .title{font-family:var(--wp--preset--font-family--font-family-headings)}.ui-datepicker .ui-datepicker-calendar tbody a{border:2px solid #dee2e6;border-radius:0;color:var(--wp--preset--color--text-color);display:block;text-align:center;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out}.ui-datepicker .ui-datepicker-calendar tbody a:focus,.ui-datepicker .ui-datepicker-calendar tbody a:hover{background-color:var(--wp--preset--color--text-color);color:#fff}.gform_fileupload_rules{color:var(--wp--preset--color--text-color);display:block;font-family:var(--wp--preset--font-family--font-family-base);font-size:1rem;font-style:normal;font-weight:500;letter-spacing:normal;margin-top:4px;text-transform:none}.gform_fileupload_multifile .gform_drop_area{background:#fafafa;border:2px dashed #dee2e6;border-radius:0;color:var(--wp--preset--color--text-muted);padding:24px;text-align:center}.gform_fileupload_multifile .gform_drop_instructions{display:block;margin-bottom:8px}.gform_fileupload_multifile .gform_button_select_files{background-color:#dee2e6;border:2px solid transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:var(--wp--preset--color--text-color);cursor:pointer;display:inline-block;font-family:var(--wp--preset--font-family--font-family-headings);font-size:1.125rem;font-weight:400;letter-spacing:1.5px;line-height:1;padding:.625rem 1.25rem;position:relative;text-align:center;text-decoration:none;text-transform:none;text-transform:uppercase;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;word-break:break-word;z-index:1000}.gform_fileupload_multifile .gform_button_select_files:focus,.gform_fileupload_multifile .gform_button_select_files:hover{background-color:#c1c9d0;color:var(--wp--preset--color--text-color);opacity:1;text-decoration:none}.gform_fileupload_multifile .gform_button_select_files:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.gform_fileupload_multifile + .gform_fileupload_rules{text-align:center}.gfield_list_groups .gfield_list_group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:8px}.gfield_list_groups .gfield_list_cell{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.gfield_list_groups .gfield_list_icons{-webkit-box-flex:0;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:none;flex:none;justify-content:center;width:48px}.gfield_list_groups button{background:transparent url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/plugins/gravityforms/images/list-add.svg");border:none;font-size:0;height:16px;opacity:.5;padding:0;-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;width:16px}.gfield_list_groups button.nitro-lazy{background:none !important}.gfield_list_groups button.delete_list_item{background-image:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/plugins/gravityforms/images/list-remove.svg");margin-left:5px}.gfield_list_groups button.delete_list_item.nitro-lazy{background-image:none !important}.gfield_list_groups button:focus,.gfield_list_groups button:hover{opacity:1}.ginput_card_security_code_icon{background-image:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/plugins/gravityforms/images/gf-creditcards.svg");background-position:-382px 0;background-repeat:no-repeat;display:block;height:32px;width:40px}.ginput_card_security_code_icon.nitro-lazy{background-image:none !important}.gform_card_icon_container{display:-webkit-box;display:-ms-flexbox;display:flex;height:32px;margin:8px 0 6px}.gform_card_icon_container .gform_card_icon{background-image:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/plugins/gravityforms/images/gf-creditcards.svg");background-repeat:no-repeat;height:32px;margin-right:4px;text-indent:-9000px;width:40px}.gform_card_icon_container .gform_card_icon.nitro-lazy{background-image:none !important}.gform_card_icon_container .gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform_card_icon_container .gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform_card_icon_container .gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform_card_icon_container .gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform_card_icon_container .gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform_card_icon_container .gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform_card_icon_container .gform_card_icon.gform_card_icon_selected{position:relative}.gform_card_icon_container .gform_card_icon.gform_card_icon_selected:after{background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg") 50% no-repeat;bottom:4px;content:"";display:block;height:10px;position:absolute;right:-2px;width:13px}@media screen and (min-width: 450px){.ginput_container_creditcard .ginput_cardextras{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:30px}}.ginput_container_creditcard .ginput_cardinfo_left{-webkit-box-flex:0;-ms-flex:0 0 66.6666666666%;flex:0 0 66.6666666666%}.ginput_container_creditcard .ginput_cardinfo_left legend{font-size:1.125rem}.ginput_container_creditcard .ginput_card_expiration_container{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width: 450px){.ginput_container_creditcard .ginput_card_expiration_container{padding-right:15px}}.ginput_container_creditcard .ginput_card_expiration_month_container{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-right:7.5px}.ginput_container_creditcard .ginput_card_expiration_year_container{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;padding-left:7.5px}.ginput_container_creditcard .ginput_cardinfo_right{-webkit-box-flex:0;display:block;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;margin-top:15px;padding-right:48px;position:relative}@media screen and (min-width: 450px){.ginput_container_creditcard .ginput_cardinfo_right{margin-top:0}}.ginput_container_creditcard .ginput_cardinfo_right .ginput_card_security_code_icon{position:absolute;right:0;top:0}.ginput_container_creditcard .ginput_cardinfo_right label{display:block}@media screen and (min-width: 450px){.ginput_container_creditcard .ginput_cardinfo_right label{bottom:0;left:0;position:absolute;-webkit-transform:translateY(calc(100% - 2px));transform:translateY(calc(100% - 2px))}}.ginput_container_consent label{color:var(--wp--preset--color--text-color);font-family:var(--wp--preset--font-family--font-family-base);font-size:1rem;font-style:normal;font-weight:500;letter-spacing:normal;text-transform:none}.gform_validation_container{display:none !important;left:-9000px;position:absolute !important}.gform_footer{margin-top:30px}.gform_footer button[type="button"],.gform_footer button[type="submit"],.gform_footer input[type="button"],.gform_footer input[type="submit"]{background-color:#dee2e6;border:2px solid transparent !important;border-radius:0 !important;-webkit-box-shadow:none;box-shadow:none;color:var(--wp--preset--color--text-color);cursor:pointer;display:inline-block;font-family:var(--wp--preset--font-family--font-family-headings) !important;font-size:1.125rem;font-weight:400;height:calc(2.6rem + 4px) !important;letter-spacing:1.5px;line-height:1;padding:.625rem 1.25rem !important;text-align:center;text-decoration:none;text-transform:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;word-break:break-word}.gform_footer button[type="button"]:focus,.gform_footer button[type="button"]:hover,.gform_footer button[type="submit"]:focus,.gform_footer button[type="submit"]:hover,.gform_footer input[type="button"]:focus,.gform_footer input[type="button"]:hover,.gform_footer input[type="submit"]:focus,.gform_footer input[type="submit"]:hover{background-color:#c1c9d0;color:var(--wp--preset--color--text-color);opacity:1;text-decoration:none}.gform_footer button[type="button"]:focus,.gform_footer button[type="submit"]:focus,.gform_footer input[type="button"]:focus,.gform_footer input[type="submit"]:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.validation_error{border-bottom:2px solid #d63638;border-top:2px solid #d63638;color:#d63638;margin-bottom:30px;padding:var(--wp--style--block-gap) 0;text-align:center}.gform_submission_error{color:#d63638;font-size:1.5rem;margin-bottom:0}.gfield_error{background-color:#f9dfe0;border:2px solid #d63638;border-radius:0;padding:15px}.gfield_error label.gfield_label{color:#d63638}.gfield_error input,.gfield_error select{border-color:#d63638 !important}.gfield_error .validation_message{color:#d63638;font-weight:700}.wp-block-pullquote{border-bottom:4px solid;border-top:4px solid;color:currentColor;line-height:1.6;margin-bottom:70px;margin-top:70px;padding:60px 0;text-align:center}.wp-block-quote{border-left:5px solid var(--wp--preset--color--primary);padding-left:20px}.container{margin-left:auto;margin-right:auto;width:100%;padding:0 20px;max-width:1210px}@media screen and (max-width: 1210px){.container{max-width:960px}.section.section1 .inner-content .intro img{}.section.section1 .inner-content .intro h3{font-size:50px;margin-left:40px}.section.section2 .inner-content .content .info{margin-left:40px}.section.section2 .inner-content .content .info h3{font-size:50px}}@media screen and (max-width: 920px){.container{max-width:680px}.section.section1 .inner-content .intro{flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:40px}.section.section1 .inner-content .problems .item .info h4{font-size:30px}.section.section1 .inner-content .intro img{width:100%;margin-bottom:20px}.section.section1 .inner-content .intro h3{margin-left:0px;font-size:44px}.section.section2 .inner-content .content .info h3{font-size:30px}.section.section2 .inner-content .content{align-items:flex-start;justify-content:flex-start}}@media screen and (max-width: 670px){.section.section2 .inner-content .content{align-items:flex-start;justify-content:flex-start;flex-direction:column}.section.section2 .inner-content .content .info{margin-left:0px}.section.section2 .inner-content .content .image{margin-bottom:30px}.section.section2 .inner-content .content .info{width:100%;max-width:100%}}@media screen and (max-width: 639px){.section.section1 .inner-content .intro h3{font-size:30px;text-align:center;width:100%}.section.section1 .inner-content .problems .item{flex-direction:column;align-items:center;justify-content:center}.section.section1 .inner-content .problems .item .thumb{margin-bottom:20px;max-width:160px}.section.section1 .inner-content .problems .item .info{margin-left:0px}.section.section1 .inner-content .problems .item .info h4{text-align:center;font-size:24px}.section.section1 .inner-content .problems .item .info p{text-align:center}}.btn{background-color:#dee2e6;border:2px solid transparent;border-radius:0;-webkit-box-shadow:none;box-shadow:none;color:var(--wp--preset--color--text-color);cursor:pointer;display:inline-block;font-family:var(--wp--preset--font-family--font-family-headings);font-size:1.125rem;font-weight:400;letter-spacing:1.5px;line-height:1;padding:.625rem 1.25rem;text-align:center;text-decoration:none;text-transform:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap;word-break:break-word}.btn:focus,.btn:hover{background-color:#c1c9d0;color:var(--wp--preset--color--text-color);opacity:1;text-decoration:none}.btn:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.btn-primary{background-color:var(--wp--preset--color--primary);color:#fff}.btn-secondary{background-color:var(--wp--preset--color--secondary);color:#fff}.dropdown{display:inline-block}.dropdown .dropdown-wrapper{display:inline-block;position:relative}.dropdown .dropdown-toggle{background-color:#fafafa;border-color:#dee2e6;white-space:nowrap}.dropdown .dropdown-toggle:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 320 512\'%3E%3Cpath fill=\'%23var(--wp--preset--color--text-color)\' d=\'M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z\'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";display:inline-block;height:11px;width:11px}.dropdown .dropdown-toggle:focus,.dropdown .dropdown-toggle:hover{background-color:#e6e6e6}.dropdown .dropdown-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.dropdown .dropdown-menu{background-color:#fff;border:1px solid #dee2e6;border-radius:0;display:none;list-style-type:none;margin:8px 0 0;min-width:200px;overflow:hidden;padding:0;position:absolute;width:100%}.dropdown .dropdown-link{background-color:transparent;border:none;clear:both;color:var(--wp--preset--color--text-color);display:block;padding:4px 16px;text-align:inherit;text-decoration:none;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;white-space:nowrap;width:100%}.dropdown .dropdown-link:focus,.dropdown .dropdown-link:hover{background-color:#e6e6e6}.dropdown .dropdown-menu.show{display:block}.dropdown .dropdown-menu.show.align-left{left:0}.dropdown .dropdown-menu.show.align-right{right:0}.dropdown .dropdown-menu.show.align-center{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.home-signup input[type="email"],.home-signup input[type="text"],.join-form input[type="email"],.join-form input[type="text"]{border:none;border-top:4px solid var(--wp--preset--color--secondary) !important;color:var(--wp--preset--color--primary) !important;font-family:var(--wp--preset--font-family--font-family-headings) !important;font-size:1.25rem !important;font-weight:400 !important;height:calc(2.6rem + 4px) !important;border-radius:0 !important}.home-signup input[type="email"]::-webkit-input-placeholder,.home-signup input[type="text"]::-webkit-input-placeholder,.join-form input[type="email"]::-webkit-input-placeholder,.join-form input[type="text"]::-webkit-input-placeholder{color:var(--wp--preset--color--primary)}.home-signup input[type="email"]:-moz-placeholder,.home-signup input[type="text"]:-moz-placeholder,.join-form input[type="email"]:-moz-placeholder,.join-form input[type="text"]:-moz-placeholder{color:var(--wp--preset--color--primary)}.home-signup input[type="email"]::-moz-placeholder,.home-signup input[type="text"]::-moz-placeholder,.join-form input[type="email"]::-moz-placeholder,.join-form input[type="text"]::-moz-placeholder{color:var(--wp--preset--color--primary)}.home-signup input[type="email"]:-ms-input-placeholder,.home-signup input[type="text"]:-ms-input-placeholder,.join-form input[type="email"]:-ms-input-placeholder,.join-form input[type="text"]:-ms-input-placeholder{color:var(--wp--preset--color--primary)}.home-signup input[type="email"]:focus::-webkit-input-placeholder,.home-signup input[type="text"]:focus::-webkit-input-placeholder,.join-form input[type="email"]:focus::-webkit-input-placeholder,.join-form input[type="text"]:focus::-webkit-input-placeholder{color:hsla(0,0%,100%,0)}.home-signup input[type="email"]:focus:-moz-placeholder,.home-signup input[type="text"]:focus:-moz-placeholder,.join-form input[type="email"]:focus:-moz-placeholder,.join-form input[type="text"]:focus:-moz-placeholder{color:hsla(0,0%,100%,0)}.home-signup input[type="email"]:focus::-moz-placeholder,.home-signup input[type="text"]:focus::-moz-placeholder,.join-form input[type="email"]:focus::-moz-placeholder,.join-form input[type="text"]:focus::-moz-placeholder{color:hsla(0,0%,100%,0)}.home-signup input[type="email"]:focus:-ms-input-placeholder,.home-signup input[type="text"]:focus:-ms-input-placeholder,.join-form input[type="email"]:focus:-ms-input-placeholder,.join-form input[type="text"]:focus:-ms-input-placeholder{color:hsla(0,0%,100%,0)}.home-signup .gform_footer button[type="submit"],.join-form .gform_footer button[type="submit"]{background-color:var(--wp--preset--color--secondary);color:var(--wp--preset--color--primary);font-family:var(--wp--preset--font-family--font-family-headings);font-size:1.25rem;font-weight:400}.home-signup .gform_footer button[type="submit"]:focus,.home-signup .gform_footer button[type="submit"]:hover,.join-form .gform_footer button[type="submit"]:focus,.join-form .gform_footer button[type="submit"]:hover{background-color:#ccb100;color:var(--wp--preset--color--primary)}.home-signup .gform_validation_errors,.join-form .gform_validation_errors{background-color:#f9dfe0;border:2px solid #d63638;margin-bottom:20px;margin-left:-7.5px;margin-right:-7.5px;padding:20px;text-align:center}.home-signup .gform_confirmation_message,.join-form .gform_confirmation_message{background-color:var(--wp--preset--color--primary);border:2px solid var(--wp--preset--color--secondary);color:#fff;font-size:1.5rem;padding:20px;text-align:center}.home-signup .gform_confirmation_message ul,.join-form .gform_confirmation_message ul{text-align:left}.join-form .gform-field-label{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.join-form .gform_fields{margin-left:0;margin-right:0;gap:0 !important}.join-form .gfield{padding:7.5px}.join-form .gfield + .gfield{margin-top:0 !important}.searchform{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.searchform .search-submit{height:calc(2.6rem + 4px);margin-left:10px}.post-password-form .input-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:480px}.post-password-form .btn{height:calc(2.6rem + 4px);margin-left:10px}.modal{display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:2005}.modal.show .modal-wrapper{opacity:1;-webkit-transform:none;transform:none}.modal-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;min-height:calc(100% - var(--wp--style--block-gap) * 2);opacity:0;padding:var(--wp--style--block-gap);pointer-events:none;position:relative;-webkit-transform:translateY(-50px);transform:translateY(-50px);-webkit-transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:opacity .3s ease-out,-webkit-transform .3s ease-out;transition:transform .3s ease-out,opacity .3s ease-out;transition:transform .3s ease-out,opacity .3s ease-out,-webkit-transform .3s ease-out;width:auto}.modal-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-left:auto;margin-right:auto;outline:0;pointer-events:auto;position:relative;width:100%}@media only screen and (min-width: 576px) and (max-width: 767px){.modal-content{max-width:510px}}@media only screen and (min-width: 768px){.modal-content{max-width:690px}}.modal-header{padding-left:15px;padding-right:15px;padding-top:10px;position:relative}.modal-header .header-top{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end}.modal-header .btn-close{background:transparent;border:none;display:block;padding:0}.modal-header .btn-close:focus,.modal-header .btn-close:hover{color:var(--wp--preset--color--primary)}.modal-body{padding:15px 10px;position:relative}.modal-footer{padding-bottom:10px;padding-left:15px;padding-right:15px;position:relative}.modal-backdrop{background-color:#000;height:100vh;left:0;opacity:0;position:fixed;top:0;width:100vw;z-index:2000}.accordion{padding-bottom:35px;padding-top:35px}.accordion .accordion-panel{border:2px solid #dee2e6;border-radius:0}.accordion .accordion-panel + .accordion-panel{margin-top:20px}.accordion .panel-heading{font-size:1.375rem;margin-bottom:0}.accordion .panel-toggle{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fafafa;border:none;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:400;justify-content:space-between;padding:15px;-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out,box-shadow .3s ease-in-out,-webkit-box-shadow .3s ease-in-out;width:100%}.accordion .panel-toggle:focus,.accordion .panel-toggle:hover{background-color:#e6e6e6}.accordion .panel-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.accordion .panel-toggle.active{background-color:var(--wp--preset--color--primary);color:#fff}.accordion .panel-content{border-top:2px solid #dee2e6;padding:15px}.accordion-panel .panel-toggle .toggle-icon{display:block;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.accordion-panel .panel-toggle[aria-expanded="true"] .toggle-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion-panel .panel-collapse{overflow:hidden}.accordion-panel .panel-collapse.collapsed{display:none}.accordion-panel.animating .toggle-icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion-panel.animating [aria-expanded="true"] .toggle-icon{-webkit-transform:rotate(0);transform:rotate(0)}.tabs{outline:0;padding-bottom:35px;padding-top:35px}.tabs .tab-toggle{background-color:#fafafa;border:2px solid #dee2e6;font-weight:400;padding:10px;-webkit-transition:border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out;transition:border-color .3s ease-in-out,background-color .3s ease-in-out,color .3s ease-in-out}.tabs .tab-toggle:hover{background-color:#e6e6e6}.tabs .tab-toggle:focus{-webkit-box-shadow:0 0 0 .25rem rgba(13,110,253,.25);box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.tabs .tab-toggle.active{background-color:var(--wp--preset--color--primary);border-color:var(--wp--preset--color--primary);color:#fff}.tabs .tablist{padding-bottom:var(--wp--style--block-gap)}.tabs .tabpanel{display:none;opacity:0}.tabs .tabpanel.active{display:block;opacity:1}.pagination-list{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;list-style-type:none;margin:0;padding:0}.pagination-list .pagination-ellipsis,.pagination-list .pagination-link{background:transparent;border:none;border-radius:0;color:var(--wp--preset--color--primary);display:block;font-family:var(--wp--preset--font-family--font-family-headings);font-size:1.125rem;font-weight:400;position:relative}.pagination-list .pagination-link{padding:5px 10px;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.pagination-list .pagination-link:focus,.pagination-list .pagination-link:hover{background-color:#dee2e6;text-decoration:none}.pagination-list .pagination-link.current{background-color:var(--wp--preset--color--primary);color:#fff;pointer-events:none}.post-pagination{padding-top:20px}.ajax-feed{padding-bottom:35px;padding-top:35px}.ajax-feed .feed-wrapper{min-height:100px;position:relative}.ajax-feed .loader{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:hsla(0,0%,100%,.5);color:var(--wp--preset--color--primary);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:3.125rem;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.ajax-feed:not(.with-sidebar-filters) .feed-filters{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:50px}@media only screen and (min-width: 768px){.ajax-feed.with-sidebar-filters .container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.ajax-feed.with-sidebar-filters .feed-header{padding-bottom:50px}@media only screen and (min-width: 768px){.ajax-feed.with-sidebar-filters .feed-header{-webkit-box-flex:0;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;padding-bottom:0;padding-left:20px}}@media only screen and (min-width: 768px){.ajax-feed.with-sidebar-filters .feed-main{-webkit-box-flex:0;-ms-flex:0 0 66.6666666666%;flex:0 0 66.6666666666%;padding-right:20px}}html{height:100%}body{height:100%}@media only screen and (min-width: 992px){body{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}body.admin-bar{padding-top:46px}@media screen and (min-width: 783px){body.admin-bar{padding-top:32px}}.page-content{padding-bottom:35px;padding-top:35px}.page-content.flush-top{padding-top:0}.page-content.flush-bottom{padding-bottom:0}@media only screen and (min-width: 992px){.page-content.two-column-layout > .container{display:-webkit-box;display:-ms-flexbox;display:flex}}@media only screen and (min-width: 992px){.page-content.two-column-layout .site-main{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%;padding-right:15px}}@media only screen and (min-width: 992px){.page-content.two-column-layout .site-sidebar{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;padding-left:15px}}@media only screen and (min-width: 992px){.page-content.two-column-layout:not(.reverse-layout) .site-sidebar{margin-top:0}}@media only screen and (min-width: 992px){.page-content.two-column-layout.reverse-layout > .container{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}}.page-content.two-column-layout.reverse-layout .site-main{margin-top:25px}@media only screen and (min-width: 992px){.page-content.two-column-layout.reverse-layout .site-main{margin-top:0}}.page-bottom{margin-top:auto}.pelican-logo{display:block;height:50px;position:absolute;right:10px;top:10px;width:50px}@media only screen and (min-width: 576px){.pelican-logo{height:60px;right:20px;top:20px;width:60px}}.hero-logo{display:block;margin-left:auto;margin-right:auto;max-width:200px}@media only screen and (min-width: 768px){.hero-logo{max-width:290px}}.home-hero .nav-toggle,.page-hero .nav-toggle{position:absolute;right:72px;top:18px;z-index:100}@media only screen and (min-width: 576px){.home-hero .nav-toggle,.page-hero .nav-toggle{right:95px;top:31px}}.page-hero{background-color:var(--wp--preset--color--primary);position:relative}.page-hero:after,.page-hero:before{background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:100px;position:absolute;width:100px;z-index:5}.page-hero:before{background-image:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/source/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/hero-top-left.svg");left:10px;top:10px}.page-hero:after{background-image:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/source/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/hero-bottom-right.svg");bottom:10px;right:10px}.home-hero{background-image:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/aschoolthatfits-banner.jpg");background-position:top;background-size:cover;position:relative}.home-hero:after{background:-webkit-gradient(linear,left top,left bottom,from(rgba(22,84,138,.05)),color-stop(75%,#16548a),to(#16548a));background:linear-gradient(180deg,rgba(22,84,138,.05) 0,#16548a 75%,#16548a);bottom:0;content:"";display:block;height:80px;left:0;position:absolute;width:100%}.home-hero .hero-wrapper{padding-top:40px;position:relative}@media only screen and (min-width: 576px) and (max-width: 767px){.home-hero .hero-wrapper{padding-bottom:85px}}@media only screen and (min-width: 768px){.home-hero .hero-wrapper{padding-bottom:100px}}.home-hero .hero-wrapper:after,.home-hero .hero-wrapper:before{background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:block;height:100px;position:absolute;width:100px;z-index:5}@media only screen and (min-width: 576px) and (max-width: 767px){.home-hero .hero-wrapper:after,.home-hero .hero-wrapper:before{height:150px;width:150px}}@media only screen and (min-width: 768px){.home-hero .hero-wrapper:after,.home-hero .hero-wrapper:before{height:250px;width:250px}}.home-hero .hero-wrapper:before{left:10px;top:10px}.home-hero .hero-wrapper:after{bottom:0;display:none;right:10px}@media only screen and (min-width: 576px){.home-hero .hero-wrapper:after{display:block}}.home-hero .container{position:relative;z-index:10;max-width:1140px}.home-hero .page-title{color:#fff;font-size:2.75rem;letter-spacing:-2px;line-height:1;margin-bottom:30px;margin-top:30px;text-align:center;-webkit-transition-delay:.25s;transition-delay:.25s}.home-hero .hero-main .hero-text{margin-bottom:40px;text-align:center}@media only screen and (min-width: 768px){.home-hero .page-title{font-size:5rem;margin-bottom:60px;margin-top:60px}}.home-hero .page-title strong{color:var(--wp--preset--color--secondary);display:block;font-weight:400}@media only screen and (min-width: 576px) and (max-width: 991px){.home-hero .hero-main{padding-left:40px;padding-right:40px;margin:40px auto}}@media only screen and (min-width: 992px){.home-hero .hero-main{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px}.home-hero .hero-main .hero-text{text-align:left}}.home-hero .hero-media{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;padding-bottom:30px}@media only screen and (min-width: 992px){.home-hero .hero-media{padding-bottom:0}}.home-hero .hero-intro{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.home-hero .hero-form{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media only screen and (min-width: 992px) and (max-width: 1199px){.home-hero .hero-form{padding-left:25px}}@media only screen and (min-width: 1200px){.home-hero .hero-form{padding-left:50px}}@media only screen and (min-width: 768px){.home-hero .join-form .gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}}.home-hero .join-form .gfield{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.home-hero .join-form .gform_footer{margin-top:7.5px}.home-hero .join-form button[type="submit"]{display:block;width:100%}.page-hero{padding-bottom:40px;padding-top:40px}.fade-up-in{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px);-webkit-transition:opacity 1.5s ease-out,-webkit-transform 1.5s ease-out;transition:opacity 1.5s ease-out,-webkit-transform 1.5s ease-out;transition:opacity 1.5s ease-out,transform 1.5s ease-out;transition:opacity 1.5s ease-out,transform 1.5s ease-out,-webkit-transform 1.5s ease-out}.fade-up-in.animated{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.nav-backdrop{background-color:var(--wp--preset--color--primary);height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%;z-index:4999}.nav-toggle{background:transparent;border:none;color:#fff;font-size:2.125rem;line-height:0;padding:0;-webkit-transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out}.nav-toggle:focus,.nav-toggle:hover{color:var(--wp--preset--color--secondary)}.offcanvas-nav{background-color:var(--wp--preset--color--primary-dk);display:none;height:100%;padding:50px 30px;position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);width:320px;z-index:5000}.offcanvas-nav .nav-top{-webkit-box-pack:end;-ms-flex-pack:end;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:flex-end;padding-bottom:20px;padding-top:20px}.offcanvas-nav .menu-links{list-style-type:none;margin:0;padding:0}.offcanvas-nav .menu-item + .menu-item{margin-top:15px}.offcanvas-nav .menu-link{color:#fff}.offcanvas-nav .menu-link:focus,.offcanvas-nav .menu-link:hover{color:var(--wp--preset--color--secondary);text-decoration:none}.offcanvas-nav .current-menu-item .menu-link{color:var(--wp--preset--color--secondary)}.site-footer{background-color:#061624;color:#fff;padding-bottom:100px;padding-top:100px}.site-footer .footer-logo{display:block;margin-left:auto;margin-right:auto;width:80px}.site-footer .site-info{font-size:.9375rem;margin-bottom:0;margin-top:30px;text-align:center}.site-footer .site-info a{color:#fff}.site-footer .site-info a:focus,.site-footer .site-info a:hover{color:var(--wp--preset--color--secondary)}.error-404{text-align:center}.error-404 > *{margin-left:auto;margin-right:auto}@media only screen and (min-width: 576px) and (max-width: 767px){.error-404 > *{max-width:510px}}@media only screen and (min-width: 768px){.error-404 > *{max-width:690px}}.post-password{text-align:center}.post-password > *{margin-left:auto;margin-right:auto}@media only screen and (min-width: 576px) and (max-width: 767px){.post-password > *{max-width:510px}}@media only screen and (min-width: 768px){.post-password > *{max-width:690px}}.post-password .post-password-form{padding-top:20px}.full-bleed-layout .hentry{padding-top:35px}.full-bleed-layout .entry-footer,.full-bleed-layout .entry-header{padding-left:15px;padding-right:15px}.full-bleed-layout .entry-footer > *,.full-bleed-layout .entry-header > *{margin-left:auto;margin-right:auto}@media only screen and (min-width: 576px) and (max-width: 767px){.full-bleed-layout .entry-footer > *,.full-bleed-layout .entry-header > *{max-width:510px}}@media only screen and (min-width: 768px){.full-bleed-layout .entry-footer > *,.full-bleed-layout .entry-header > *{max-width:690px}}.full-bleed-layout .post-thumbnail{display:block;margin-bottom:20px}.page-content{background-color:var(--wp--preset--color--primary)}body.front-page-template{background-color:var(--wp--preset--color--primary);color:#fff}.home-content{padding-bottom:30px;padding-top:0px}@media only screen and (min-width: 992px) and (max-width: 1199px){.home-content{padding-bottom:50px;padding-top:0px}}@media only screen and (min-width: 1200px){.home-content{padding-bottom:75px;padding-top:0px}}.home-content .content-row{padding-bottom:30px;padding-top:30px}@media only screen and (min-width: 992px) and (max-width: 1199px){.home-content .content-row{padding-bottom:50px;padding-top:50px}}@media only screen and (min-width: 1200px){.home-content .content-row{padding-bottom:75px;padding-top:75px}}@media only screen and (min-width: 992px){.home-content .content-row{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}}.home-content .content-row:nth-child(odd){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media only screen and (min-width: 992px) and (max-width: 1199px){.home-content .content-row:nth-child(odd) .row-main{padding-right:30px}}@media only screen and (min-width: 1200px){.home-content .content-row:nth-child(odd) .row-main{padding-right:100px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.home-content .content-row:nth-child(2n) .row-main{padding-left:30px}}@media only screen and (min-width: 1200px){.home-content .content-row:nth-child(2n) .row-main{padding-left:100px}}.home-content .row-media{-webkit-box-flex:0;-ms-flex:0 0 calc(50% + 80px);flex:0 0 calc(50% + 80px);padding-bottom:30px}@media only screen and (min-width: 992px){.home-content .row-media{padding-bottom:0}}.home-content .row-video{position:relative}.home-content .row-video:after{background-color:#000;content:"";display:block;padding-bottom:56.25%}.home-content .row-video iframe{display:block;height:100%;left:0;position:absolute;top:0;width:100%}.home-content .row-main{-webkit-box-flex:0}.home-content .row-heading{color:#fff;font-size:2.125rem;line-height:1;margin-bottom:20px}@media only screen and (min-width: 992px) and (max-width: 1199px){.home-content .row-heading{font-size:2.75rem}}@media only screen and (min-width: 1200px){.home-content .row-heading{font-size:3.75rem}}.home-content .row-heading strong{color:var(--wp--preset--color--secondary);font-weight:400}.home-content .row-body p{font-size:1.125rem;margin-bottom:0}.home-content .row-body p + p{margin-top:15px}.home-signup{background-color:var(--wp--preset--color--primary-dk);padding-bottom:60px;padding-top:60px;margin-bottom:60px}.home-signup.footer-signup{margin-bottom:0px}.home-signup .form-title{color:#fff;font-size:2.625rem;line-height:1;margin-bottom:40px;text-align:center}@media only screen and (min-width: 992px){.home-signup .form-title{font-size:3.75rem}}.home-signup .form-title strong{color:var(--wp--preset--color--secondary);font-weight:400}@media only screen and (min-width: 768px){.home-signup .join-form .gform_fields{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media only screen and (min-width: 768px) and (max-width: 991px){.home-signup .join-form .gfield{width:100%}.home-signup.footer-signup .join-form .gfield{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media only screen and (min-width: 992px){.home-signup .join-form .gfield{width:100%}.home-signup.footer-signup .join-form .gfield{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}.home-signup .join-form .gform_footer{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:22.5px}.home-signup .join-form button[type="submit"]{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:1.75rem;height:auto;justify-content:center;letter-spacing:1px;padding:20px;white-space:break-spaces}@media only screen and (min-width: 992px){.home-signup .join-form button[type="submit"]{font-size:2.5rem}}.home-signup .join-form button[type="submit"]:after{-ms-flex-negative:0;background-image:url("https://pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/arrow.svg");background-position:50%;background-repeat:no-repeat;background-size:100%;content:"";display:none;flex-shrink:0;height:30px;margin-left:15px;width:56px}@media only screen and (min-width: 992px){.home-signup .join-form button[type="submit"]:after{display:block}}.home-hero h1{margin-bottom:20px !important}.home-hero h2{text-align:center;color:#fd0;line-height:1.1em}.home-hero .hero-form h3{text-align:center;color:#fff;font-weight:400;line-height:1.1em !important}.home-hero .hero-form h3 strong{color:#fd0;display:block;font-weight:400}.content-center{text-align:center}.accordion_{margin-bottom:60px}.accordion_ h2,.tablesection_ h2{font-size:3.75rem;text-align:center;color:#fff;line-height:1.2 !important}.accordion_ h2 span,.tablesection_ h2 span{color:#fd0 !important}.accordion-list li p,.accordion-list li ul li{color:#fff !important;font-size:16px}.accordion-list li ul li{border:0 !important;list-style-type:inside}.tablesection_{margin-bottom:80px;margin-top:60px}.tablesection_ h3{text-align:center;color:#fff !important}.tablesection_ tbody,.tablesection_ td,.tablesection_ tfoot,.tablesection_ th,.tablesection_ thead,.tablesection_ tr{vertical-align:top;padding:10px 10px;border:1px solid #fff}.debunk-x:before{content:"X";color:#f00 !important;font-family:var(--wp--preset--font-family--font-family-headings) !important;font-weight:400 !important;transform:rotate(-14deg);font-size:40px;text-shadow:1px 1px 3px rgba(0,0,0,.4);display:inline-block;vertical-align:-20%}@media only screen and (max-width: 767px){.tablewrap_{overflow-y:scroll}.tablewrap_ table{width:700px}}.tablesection_ p .red{color:#ef4444}.tablesection_ p .green{color:#22c55e}@media screen and (max-width: 900px){.accordion_ h2,.tablesection_ h2{font-size:40px !important}}@media screen and (max-width: 639px){.accordion_ h2,.tablesection_ h2{font-size:30px !important}}section.section-help{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px 40px}section.section-help .inner-content{display:flex;flex-direction:column;width:100%;max-width:1680px;min-height:654px;background-color:#003865;position:relative;padding:0 20px}section.section-help .inner-content:before{content:" ";position:absolute;left:38px;top:35px;width:154.79px;height:151.73px;background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/help-border-top.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content:after{content:" ";position:absolute;right:38px;bottom:35px;width:154.79px;height:151.73px;background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/help-border-bottom.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content h3{display:block;font-size:60px;color:#fff;text-align:center;margin-top:84px}section.section-help .inner-content .boxes{display:grid;grid-template-columns:repeat(3,1fr);max-width:1410px;margin:0 auto;gap:30px}section.section-help .inner-content .boxes .box{}section.section-help .inner-content .boxes h4{font-size:33.57px;color:#fff;border-bottom:6px solid #15548a;position:relative;padding-left:120px;display:flex;align-items:center;min-height:104px}section.section-help .inner-content .boxes h4:before{content:" ";position:absolute;top:0px;left:0px;width:80px;height:80px}section.section-help .inner-content .boxes h4.join-icon:before{background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/icon-join.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content .boxes h4.share-icon:before{background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/icon-share.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content .boxes h4.inspired-icon:before{background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/icon-inspired.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content .boxes p{font-size:20px;font-weight:400;line-height:1.8em;font-family:"proxima-nova"}section.section-help .inner-content .boxes p a{color:#fff;text-decoration:underline}section.section-help .inner-content .boxes p a:hover{color:#ffd100}section.section-help .inner-content .btn-signup{height:57px;width:100%;max-width:210px;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#003865;text-transform:uppercase;font-weight:bold;background-color:#ffd100;transition:all .3s ease;font-size:20px}section.section-help .inner-content .btn-signup:hover{opacity:.8}section.section-help .inner-content .social-follow{display:flex;flex-direction:row}section.section-help .inner-content .social-follow .label{color:#6ab1e0;font-weight:bold;text-transform:uppercase;font-size:20px;letter-spacing:.2em;margin-right:38px}section.section-help .inner-content .social-follow .social-list{display:flex;flex-direction:row;align-items:center}section.section-help .inner-content .social-follow .social-list a{transition:all .3s ease;margin-right:52px}section.section-help .inner-content .social-follow .social-list a:last-child{margin-right:0px}section.section-help .inner-content .social-follow .social-list a:hover{opacity:.8}section.section-help .inner-content .social-follow .social-list a.fb{width:13px;height:25px;background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/icon-fb.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content .social-follow .social-list a.fb.nitro-lazy{background:none !important}section.section-help .inner-content .social-follow .social-list a.ig{width:24px;height:24px;background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/icon-ig.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content .social-follow .social-list a.ig.nitro-lazy{background:none !important}section.section-help .inner-content .social-follow .social-list a.x{width:23px;height:23px;background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/icon-x.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content .social-follow .social-list a.x.nitro-lazy{background:none !important}section.section-help .inner-content .social-follow .social-list a.globe{width:27px;height:27px;background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/icon-globe.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content .social-follow .social-list a.globe.nitro-lazy{background:none !important}section.section-help .inner-content .social-follow .social-list a.yt{width:34.17px;height:23.92px;background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/optimized/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/icon-yt.svg") 0 0 no-repeat;background-size:100%}section.section-help .inner-content .social-follow .social-list a.yt.nitro-lazy{background:none !important}section.section-help .inner-content .social-follow.share .label{margin-right:26px}section.section-help .inner-content .social-follow.share a{margin-right:28px}section.section-help .inner-content .social-follow.share a:last-child{margin-right:0px}.share-box{position:fixed;top:0px;left:0px;width:100%;min-height:100vh;z-index:999;background:rgba(0,0,0,.8);justify-content:center;align-items:center;padding:20px;visibility:hidden;display:flex;transition:all .3s ease;transform:translateY(20px);opacity:0}.share-box.active{opacity:1;visibility:visible;transform:translateY(0)}.share-box .content{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;width:100%;max-width:340px;min-height:100px;padding:20px;border-radius:8px;position:relative}.share-box .content h3{font-size:28px}.share-box .content .btn-close{width:24px;height:24px;position:absolute;background:url("https://cdn-ilcjfhh.nitrocdn.com/nhfyiXzeawjeGYXvjBieJxjUQkyEXHCt/assets/images/source/rev-2134eb1/pelicanpolicy.org/wp-content/themes/samatex-child/lagator-lander/images/btn-close-icon.svg") 0 0 no-repeat;background-size:100%;right:10px;top:10px;border:none}.share-box .content .btn-close.nitro-lazy{background:none !important}.share-buttons{display:flex;flex-direction:row}.share-buttons .btn-share{height:47px;width:50%;max-width:180px;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#003865;text-transform:uppercase;font-weight:bold;background-color:#ffd100;transition:all .3s ease;text-decoration:none;margin-right:10px;font-size:16px}.share-buttons .btn-share:hover{opacity:.8}.share-buttons .btn-share:last-child{margin-right:0px}.section-video{padding:0px 20px 40px;display:flex;flex-direction:row;align-items:center;justify-content:center}.section-video .hero-media{max-width:1130px;width:100%}.section-video .hero-video{position:relative}.section-video .hero-video:after{background-color:#000;content:"";display:block;padding-bottom:56.25%}.section-video .hero-video iframe{display:block;height:100%;left:0;position:absolute;top:0;width:100%}@media screen and (max-width: 1279px){section.section-help .inner-content h3{font-size:40px;margin-bottom:40px}section.section-help .inner-content .boxes h4{font-size:26px;padding-left:80px;min-height:80px}section.section-help .inner-content .boxes h4:before{width:60px;height:60px}section.section-help .inner-content .boxes p{line-height:1.5em}section.section-help .inner-content .social-follow.share .label,section.section-help .inner-content .social-follow .label{letter-spacing:.1em;margin-right:10px}section.section-help .inner-content .social-follow .social-list a{margin-right:20px}section.section-help .inner-content .social-follow .social-list a:last-child{margin-right:0px}}@media screen and (max-width: 1023px){section.section-help .inner-content:after,section.section-help .inner-content:before{width:100px;height:100px}section.section-help .inner-content:before{left:15px;top:15px}section.section-help .inner-content:after{right:15px;bottom:15px}section.section-help .inner-content .boxes{grid-template-columns:repeat(1,1fr);margin-bottom:40px}section.section-help .inner-content .boxes .box{margin-bottom:20px}}@media screen and (max-width: 639px){section.section-help .inner-content h3{font-size:30px;margin-top:134px}section.section-help .inner-content .btn-signup{height:47px;font-size:16px;max-width:180px}}@media screen and (max-width: 360px){.share-buttons .btn-share{font-size:14px}}.page-content,.home-hero:after,body.front-page-template{background:transparent !important}h1,h2,h3,h4,h5,h6{font-family:Barlow !important}.footer .ftcopyright_ .wpb_text_column p{font-size:16px}.footer .ftcopyright_ .wpb_text_column img{bottom:0 !important}.footer .container h5{font-size:20px;font-family:Barlow;font-weight:bold}.footer .wpb_text_column .wpb_wrapper .et-font-size{font-weight:normal}#et-footer-16893 #et-heading-600098,#et-footer-16893 #et-heading-600098 span{text-transform:none !important;font-family:"Barlow" !important;font-size:18px}@media screen and (max-width:1199px){.header .container,.footer .container{width:93.75%;max-width:93.75%;margin-left:auto;margin-right:auto}}@media screen and (max-width:991px){.footer .ftcopyright_ .wpb_text_column p,.footer .ftcopyright_ .wpb_text_column img{display:inline-block}.footer .ftcopyright_ .wpb_text_column img{bottom:-6px !important}}.hero-form .gform_body .gform-field-label{height:auto;position:relative;width:auto;font-weight:normal !important;font-size:16px !important;color:#fff !important}.hero-form .gform_body .gform-field-label span{color:#fff !important}.home-hero .container{max-width:1300px}.home-hero .page-title{font-family:"Barlow";font-weight:bold;text-transform:uppercase;font-size:60px;margin-left:auto;margin-right:auto;line-height:1.14}.home-hero h2{font-family:"Barlow";font-size:30px;font-weight:700}.home-hero .hero-main .hero-text p{font-family:Roboto;font-size:20px;font-weight:400;line-height:1.5;margin-bottom:24px}.home-hero .hero-form h3{color:#fff;text-align:center;font-family:"Barlow";font-size:20px;font-style:normal;font-weight:700}.home-hero .hero-main .hero-text{padding-right:40px;width:45%}.home-hero .hero-form{padding-left:0;flex:50%}.home-hero .hero-form .formoutline_{border:1px solid #fff;padding:16px;height:100%;display:flex;align-items:center}.home-hero .hero-form .hero_formwrap{width:100%}.home-hero .hero-form .hero_formwrap .gform_body input{height:56px !important;font-weight:normal !important;font-size:16px !important}.home-hero .hero-form .hero_formwrap .gform_footer input,.home-signup .join-form .gform_footer input{font-family:"Barlow" !important;width:fit-content !important;margin:0 !important;font-size:20px !important;font-weight:700 !important;color:#003865 !important;white-space:break-spaces}.home-content{background:#fff;padding-bottom:0}.home-content .container{max-width:1300px}.accordion_ h2,.tablesection_ h2{font-size:48px;font-weight:700;line-height:51.36px;text-align:left;color:#003865;border-left:7px solid #ffd100;padding:20px 0 20px 20px}.tablesection_ .tablewrap_ p{padding:10px 28px 14px;font-size:25px;font-weight:700;line-height:1.2;text-align:left;color:#6d6d6d;margin-bottom:10px}.tablesection_ .tablewrap_ ul li{color:#6d6d6d;list-style-position:outside}.tablesection_ p .blue{color:#145e8e}.tablesection_ .tablewrap_ p:nth-child(odd){background:#eef4f9}.tablesection_ .tablewrap_ p:nth-child(even){background:#edf9ff}.tablesection_ p:last-child{background:#003865 !important}.tablesection_ tr{color:#6d6d6d}.section1 .inner-content .intro .r_content h2{font-size:48px;font-weight:700;line-height:1.1;text-align:left;color:#fff;border-left:7px solid #ffd100;padding-left:20px}.section.section1 .inner-content .intro h2 span{color:#ffd100}.home-content2,.home-content3{background:#145e8e !important}.home-content2{padding-top:20px;padding-bottom:40px}.home-content3{padding-top:80px;padding-bottom:80px}.home-content2 .container{max-width:1300px}.home-content2 .section .inner-content{max-width:100%}.home-content2 .section .inner-content .l_content{}.home-content2 .section .inner-content .r_content{margin-left:50px;width:44%}.home-content2 .section .inner-content .intro{align-items:center}.home-content2 .section .inner-content .problems .item .info h3{font-size:25px;font-weight:700;line-height:37.5px;text-align:left;text-transform:uppercase;margin:0 0 10px 0;color:#e4c402}.home-content2 .section .inner-content .problems .item.item2 .info h3{color:#6ab1e0}.home-content2 .section .inner-content .problems .item.item3 .info h3{color:#f4b231}.home-content2 .section .inner-content .problems .item.item4 .info h3{color:#26c9e0}.home-content2 .section .inner-content .problems .item.item5 .info h3{color:#f46c31}.home-content3 .container{max-width:1300px}.home-content3 .section .inner-content{max-width:100%}.home-content3 .section .inner-content .content .info{margin-left:0;width:100%;max-width:50%;padding-right:30px}.home-content3 .section .inner-content .content .info h2{font-size:48px;font-weight:700;line-height:1.1 !important;text-align:left;color:#fff;border-left:7px solid #ffd100;padding-left:20px;margin-bottom:40px}.home-content3 .section .inner-content .content .info h2 strong{color:#fd0}.home-content4{background:#fff;padding-top:80px;padding-bottom:40px;margin-bottom:0 !important}.home-content4 h2{display:inline-block}.home-content4 ul.accordion-list,.home-content4 ul.accordion-list li{background:#fff !important;color:#6d6d6d !important}.home-content4 ul.accordion-list li ul{padding-left:20px}.home-content4 ul.accordion-list li ul li{padding:0}.home-content4 ul.accordion-list li ul li:before{content:"";height:8px;width:8px;display:inline-block;background:#6d6d6d;border-radius:10px;position:absolute;left:-20px;top:6px}.home-content4 ul.accordion-list tbody,.home-content4 ul.accordion-list td,.home-content4 ul.accordion-list tfoot,.home-content4 ul.accordion-list th,.home-content4 ul.accordion-list thead,.home-content4 ul.accordion-list tr{border:1px solid !important}.home-content4 ul.accordion-list li{border-bottom:5px solid #ffd100}.home-content4 ul.accordion-list li h3{font-size:25px;font-weight:700;line-height:37.5px;text-align:left;color:#003865}.home-content4 ul.accordion-list li div.answer li{font-size:16px;font-family:Roboto !important;line-height:23.36px;color:#000 !important;font-weight:400 !important}.home-content4 ul.accordion-list li div.answer a{color:#003865}.home-content4 ul.accordion-list li div.answer p{font-family:Roboto;font-size:16px;font-weight:400;line-height:23.36px;text-align:left;color:#000 !important}.home-content4 ul.accordion-list li div.answer p span{font-family:Roboto !important;line-height:23.36px;color:#000 !important}.home-content5{background:#fff !important;padding-bottom:80px}.home-content5 .container{max-width:1584px}.home-content5 .container .hero-media{max-width:100%}#field_15_7{display:none}.home-signup{background:#145e8e;border:10px solid #62b5e5}.home-signup input[type="email"],.home-signup input[type="text"],.join-form input[type="email"],.join-form input[type="text"],.join-form select{border:none !important;height:56px !important;font-weight:normal !important;font-size:16px !important;border-radius:0 !important;border-top:4px solid #f4d831 !important}.home-signup .gform_body .gform-field-label{height:auto;position:relative;width:auto;font-weight:normal !important;font-size:16px !important;color:#fff !important}.join-form select{padding:7px 30px 7px 20px !important}.join-form .ginput_container_select{height:56px}.home-signup .form-title{font-size:39px;font-weight:700;line-height:1.2;text-align:center;color:#fff}.home-signup .form-title span{display:block}.home-signup .form-title strong{color:#ffd100;font-weight:700 !important}.home-signup .join-form .gform_fields{justify-content:center}.home-signup.footer-signup .join-form .gfield{flex:1 1 30%}.section1 .inner-content .r_content .info p{font-weight:normal !important;font-size:18px}.section1 .inner-content .r_content .item{margin-bottom:20px}.section1 .inner-content .r_content .item .info{padding-left:20px}.section1 .inner-content .r_content .item1 .info{border-left:6px solid #f4d831}.section1 .inner-content .r_content .item2 .info{border-left:6px solid #6ab1e0}.section1 .inner-content .r_content .item3 .info{border-left:6px solid #f4b231}.section1 .inner-content .r_content .item4 .info{border-left:6px solid #26c9e0}.section1 .inner-content .r_content .item5 .info{border-left:6px solid #f46c31}.section1 .inner-content .intro .r_content h3{margin-left:0 !important;margin-bottom:20px;line-height:.9}.section1 .inner-content .l_content .img2{width:96%;float:right;margin-top:-112px;z-index:1;position:relative}footer .vc_custom_1708747515261{display:none !important}@media screen and (max-width: 1210px){.section1 .inner-content .r_content{margin-left:40px}.section1 .inner-content .intro .r_content h3{font-size:50px}}@media screen and (max-width: 920px){.section1 .inner-content .r_content{margin-top:20px;margin-left:0px;width:100%}.section1 .inner-content .intro .r_content h3{font-size:30px}.home-signup .form-title span{display:initial}}@media screen and (max-width:1100px){.home-hero .page-title{font-size:50px}.tablesection_ .tablewrap_ p,.home-content4 ul.accordion-list li h3{font-size:22px}}@media screen and (max-width:1023px){.accordion_ h2,.tablesection_ h2{font-size:34px;padding:10px 0 10px 20px}.tablesection_{margin-bottom:50px;margin-top:50px}.home-content3 .section .inner-content .content .info h2,.section1 .inner-content .intro .r_content h2{font-size:34px}.section.section1 .inner-content .problems .item .info p,.home-hero .hero-main .hero-text p{font-size:18px}.home-signup .form-title{font-size:38px}.home-hero .hero-form h3{font-size:26px}.tablesection_ .tablewrap_ p,.home-content4 ul.accordion-list li h3{font-size:20px}}@media screen and (max-width: 991px){.home-hero .hero-main .hero-text{width:100%;margin-bottom:40px;padding-right:0}.home-hero{padding-bottom:40px}.home-hero .hero-form .hero_formwrap .gform_footer input,.home-signup .join-form .gform_footer input{margin-left:auto !important;margin-right:auto !important}.accordion_ h2,.tablesection_ h2{font-size:32px;padding:4px 0 4px 20px}.tablesection_ .tablewrap_ p,.home-content4 ul.accordion-list li h3{font-size:18px}.home-content3 .section .inner-content .content .info h2,.section1 .inner-content .intro .r_content h2{font-size:32px}.home-content3 .section .inner-content .content{flex-direction:column}.home-content3 .section .inner-content .content .info{padding-top:40px;max-width:100%;text-align:center;padding-right:0}.home-content3 .section .inner-content .content .image{margin-top:20px}.home-content3 .section .inner-content .content .info h2{display:inline-block}.home-content3,.home-content5{padding-bottom:50px}.home-content2{padding-bottom:0}}@media screen and (max-width:920px){.home-hero .page-title{font-size:42px;width:100%}.home-content2 .section .inner-content .r_content{margin-left:auto;width:100%;text-align:center}.home-content2 .section  .intro .r_content h2{display:inline-block}.home-content3 .section .inner-content .content .image{margin-left:auto;margin-right:auto}.home-content4 .container,.footer-signup .container{max-width:100% !important}}@media screen and (max-width:767px){.home-hero .page-title{font-size:38px}.home-hero h2,.home-hero .hero-form h3{font-size:26px}.tablesection_ .tablewrap_ p{font-size:16px}.home-signup .form-title{font-size:28px}}@media screen and (max-width:639px){.home-hero h2,.home-hero .hero-form h3{font-size:22px}.home-content2 .section .inner-content .problems .item .info h3{text-align:center !important}}.home-content3 .container .section{margin-bottom:40px}.home-content3 .container .section:nth-child(even) .content{flex-direction:row-reverse}.home-content3 .container .section:nth-child(even) .content .info{padding-right:0}.home-content3 .container .section:nth-child(even) .content .box_{padding-right:30px}.home-content3 .container .section:last-child{margin-bottom:0}@media screen and (max-width:991px){.home-content3 .container .section:nth-child(even) .content{flex-direction:column}.home-content3 .container .section:nth-child(even) .content .box_{padding-right:0}.home-content3 .container .section .content .box_ img,.home-content3 .container .section .content .box_ #vidz,.home-content3 .container .section .content .box_ iframe{margin:auto}}.bodywrap_{position:relative;padding-left:20%}.sidebarwrap_{position:fixed;top:0;left:0;background:#002542;width:20%;height:100%;padding:200px 40px 0}.aschoolthatfits_menu{}.aschoolthatfits_menu .menu-a-school-that-fits-menu-container > ul{padding-left:0}.aschoolthatfits_menu ul li{list-style:none}.aschoolthatfits_menu ul li a{color:#fff;font-size:16px;font-weight:600;letter-spacing:.25px;padding:10px 0;text-decoration:none !important;display:block}.aschoolthatfits_menu ul li.menu-item-has-children{position:relative}.aschoolthatfits_menu ul li.menu-item-has-children > a{padding:14px 38px 14px 0;border-bottom:1px solid #28629c;display:block}.aschoolthatfits_menu ul li.menu-item-has-children .arrow-down{position:absolute;top:0;right:12px;display:block;background:transparent;padding:16px;margin:0}.aschoolthatfits_menu ul li.menu-item-has-children .arrow-down:before{color:#fff}.aschoolthatfits_menu ul li .sub-menu{padding-left:14px}.aschoolthatfits_menu a{color:#fff}.aschoolthatfits_menu a:hover,.aschoolthatfits_menu ul li .sub-menu .current_page_item a,.aschoolthatfits_menu .current_page_item.menu-item-has-children > a{color:#fd0}#header-logo-716938{margin:0px 7% 0px 3%}@media screen and (max-width: 1461px){#header-logo-716938{margin:0px 5% 0px 0%}}@media screen and (max-width: 1331px){#header-logo-716938{margin:0px 4% 0px 0%}}@media screen and (max-width: 1318px){#header-logo-716938{margin:0px 2% 0px 0%}}@media screen and (max-width: 1279px){.bodywrap_{position:relative;padding-left:0%}.sidebarwrap_{display:none}}.new_video_section{background:#fff !important;padding-bottom:40px}.new_video_section .container{max-width:1584px;padding-top:80px}.new_video_section .container .hero-media{max-width:100%}.new_video_section .hero-video{text-align:center}.new_video_section .hero-video iframe{aspect-ratio:16/9;width:100%}.new_video_section .hero-video h2{font-size:48px;font-weight:700;color:#145e8e;border-left:7px solid #ffd100;padding-left:20px;margin-bottom:40px;display:inline-block}