:root{--background:#fff;--background-grey:#f4f4f5;--foreground-77:#777;--foreground-4a:#4a4a4a;--foreground:#222;--primary-color:#f16622;--primary-color-300:#fabd7e;--primary-color-light:#fff590;--secondary-color:#acc034;--secondary-color-dark:#9eb030;--black-color:#000;--black-color-50:#00000080;--black-color-35:#22222259;--black-1D1:#1d1b20;--white-color:#fff;--darkorange-color:#d67109;--dark-secondary-color:#9eb030;--border-d9:#d9d9d9;--gray-8d:#8d8d8d;--yellow-color:#fefde6;--bg-grey:#f4f4f4;--gray-cd:#cdcdcd;--yellow-color-ff:#fff37c;--yellow-color-fe:#fefde6;--yellow-color-fff5:#fff5af;--secondary-color-3b:#3b1f10;--gray-b3:#b3b3b3;--gray-55:#555;--gray-f5:#f5f5f5;--gray-dd:#ddd;--primary-hover:#d67109;--grey-f6:#6f6f6f;--grey-B4:#b4b4b4;--grey-f8:#f8f8f8;--grey-d7:#d7e1e6;--grey-d4:#d4d5d5;--grey-ada:#adadad;--grey-f9:#f9f9fa;--orange-f89:#f89f43;--orange-color-f4:#f4810a;--orange-color-f5:#f58a1f;--cream-color:#f8f0eb;--gray-ee:#eee;--gray-99:#999;--beige-color:#faf7f4;--warm-beige:#f8f1eb;--cream-puff:#faf7f4;--smoke:#c1b3aa;--gray-68:#685f5b;--peach-9e:#fccc9e;--dark-heart:#770e1b;--burnt-orange:#c74200;--red-rock:#e24d1a;--blue-384:#38466e;--blue-597:#5974a9;--primary-new-color:#f16622;--smoke-cream-color:#c1b3aa;--avatar-cream-color:#feddbf;--blue-badge:#262447;--light-peach:#ffeddf;--light-skin:#f8f1eb;--dark-carnation:#f78491;--slate-200:#e3e3e3;--box-shadow-color:#00000040;--neutral-color-500:#918885;--neutral-color-default:#1e1e1e;--light-blue:#d2e8ec;--soft-peach:#ffdec0;--orange-peach:#f7a37a}@media (prefers-color-scheme:dark){:root{--background:#fff;--foreground:#222}}.search-results{margin:0 auto;padding:20px 0}.search-results .results-header{color:var(--gray-55);background-color:var(--warm-beige);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:15px;margin-top:60px;margin-bottom:20px;padding:5px 15px;display:flex}.search-results .results-header .results-info .results-heading{margin-bottom:5px;font-size:20px;font-weight:700}.search-results .results-header .view-toggle .btn-group .btn{height:auto;color:var(--black-color);border:none;border-radius:8px;align-items:center;gap:5px;padding:9px 14px;font-size:16px;display:flex}.search-results .results-header .view-toggle .btn-group .btn:focus,.search-results .results-header .view-toggle .btn-group .btn:active{border-color:#8d8d8d;box-shadow:0 0 15px #f68b1c4d}.search-results .results-table .result-item-list{padding:10px 25px}.search-results .results-table .result-item-list .result-table-title{white-space:nowrap;text-overflow:ellipsis;margin:auto;font-size:18px;font-weight:900;overflow:hidden}.search-results .results-table .result-item-list a{color:var(--primary-text-small,var(--red-rock))}.search-results .results-container.grid{grid-template-columns:repeat(1,minmax(0,1fr));gap:15px;padding:0 25px;display:grid}@media (min-width:480px){.search-results .results-container.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:576px){.search-results .results-container.grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:768px){.search-results .results-container.grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:767px){.search-results .results-container.grid{padding:0 10px}}.search-results .results-container.grid .result-item{text-align:center;border-radius:12px;flex-direction:column;height:100%;padding:20px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 20px #00000026}@media (max-width:768px){.search-results .results-container.grid .result-item{padding:15px}}.search-results .results-container.grid .result-item button{margin-top:auto}.search-results .results-container.list{flex-direction:column;gap:15px;display:flex}.search-results .results-container.list .result-item{border-bottom:1px solid var(--gray-ee);padding-bottom:15px}.search-results .results-container.list .result-item:last-child{border-bottom:none}.search-results .result-item{padding:12px 10px}.search-results .result-item .signup-title{color:var(--black-color);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;margin:auto;font-size:18px;font-weight:900;line-height:110%;display:-webkit-box;overflow:hidden}.search-results .result-item .group-name{color:var(--black-color);text-align:center;-webkit-line-clamp:1;line-clamp:1;text-overflow:ellipsis;border-radius:4px;-webkit-box-orient:vertical;gap:8px;width:100%;max-width:200px;margin:25px auto 13px;padding:5px 10px;font-size:15px;font-weight:900;display:-webkit-box;overflow:hidden;box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026}.search-results .result-item .image-wrapper{background-color:var(--warm-beige);border-radius:10px;width:100%;height:116px;overflow:hidden}@media (max-width:479px){.search-results .result-item .image-wrapper{object-fit:cover;height:200px}}.search-results .result-item .result-img{object-fit:cover;object-position:center;width:100%;height:100%}.search-results .result-item .card-text-inline{flex-direction:column;flex:1;display:flex}.search-results .result-item a{color:var(--primary-text-small,var(--red-rock));margin-top:auto;font-size:16px;line-height:26px}.search-results .result-item a:hover{color:var(--primary-hover)}@media (max-width:576px){.search-results .result-item p{font-size:20px}}.search-results .spinner-border{width:3rem;height:3rem;margin:40px auto}.search-results .recaptcha-container{flex-direction:column;align-items:center;margin:15px 0;display:flex}@media (max-width:320px){.search-results .recaptcha-container{transform-origin:0 0;transform:scale(.9)}}.search-results .results-table .table{border:none;border-radius:0;margin-bottom:40px}.search-results .results-table .table tbody tr{border-bottom:1px solid var(--gray-ee);margin-bottom:12px}.search-results .results-table .table thead{border-bottom:1px solid var(--gray-ee)}.search-results .results-table .table th,.search-results .results-table .table td{color:var(--foreground);vertical-align:middle;border-bottom:none;padding:10px 13px 15px;font-size:14px;font-weight:700;line-height:26px}.search-results .results-table .table th a,.search-results .results-table .table td a{color:var(--primary-text-small,var(--red-rock))}.search-results .results-table .table td{max-width:250px;font-weight:400}.search-results .results-table .table th{color:var(--primary-text-small,var(--red-rock))}.search-results .results-table .table th .sortable-header-btn{font:inherit;color:var(--primary-text-small,var(--red-rock));cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:0;display:inline-flex}.search-results .results-table .table th .sortable-header-btn:hover{color:var(--primary-hover,var(--primary-color))}.search-results .results-table .table th .sortable-header-btn:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px;border-radius:2px}.search-results .results-table .table th .sort-icon{font-size:.75em}.search-results .signup-card{background:var(--beige-color);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:362px;margin:0 auto 90px;padding:20px;display:flex}.search-results .signup-card h2{text-align:center;font-family:var(--lato-font);margin:auto;font-size:24px;font-style:normal;font-weight:900;line-height:130%}.search-results .signup-card p{color:var(--black-color);text-align:center;font-family:var(--lato-font);margin:auto;font-size:18px;font-style:normal;font-weight:400;line-height:160%}.search-results .signup-card .input-wrapper{position:relative}.search-results .signup-card .input-wrapper input{height:44px;padding-right:0 10px;border-radius:8px;font-size:14px}.search-results .signup-card .clear-btn{color:var(--gray-99);cursor:pointer;align-items:center;font-size:18px;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.search-results .signup-card .captcha_padding{margin:12px 0}.search-results .signup-card .btn-secondary{background:var(--primary-color);border:none;border-radius:8px;justify-content:center;align-self:stretch;align-items:center;gap:8px;height:44px;padding:10px 20px;font-size:18px;font-weight:700;display:flex;box-shadow:0 1px 2px #0000000d}.search-results .signup-card .smalltext{margin-top:16px;font-size:13px}.search-results .signup-card .smalltext a{color:var(--primary-text-small,var(--red-rock));font-weight:600}@media (max-width:576px){.search-results .signup-card .resource-search{width:100%;margin:0 16px}.search-results .signup-card{width:auto}}
:root{--background:#fff;--background-grey:#f4f4f5;--foreground-77:#777;--foreground-4a:#4a4a4a;--foreground:#222;--primary-color:#f16622;--primary-color-300:#fabd7e;--primary-color-light:#fff590;--secondary-color:#acc034;--secondary-color-dark:#9eb030;--black-color:#000;--black-color-50:#00000080;--black-color-35:#22222259;--black-1D1:#1d1b20;--white-color:#fff;--darkorange-color:#d67109;--dark-secondary-color:#9eb030;--border-d9:#d9d9d9;--gray-8d:#8d8d8d;--yellow-color:#fefde6;--bg-grey:#f4f4f4;--gray-cd:#cdcdcd;--yellow-color-ff:#fff37c;--yellow-color-fe:#fefde6;--yellow-color-fff5:#fff5af;--secondary-color-3b:#3b1f10;--gray-b3:#b3b3b3;--gray-55:#555;--gray-f5:#f5f5f5;--gray-dd:#ddd;--primary-hover:#d67109;--grey-f6:#6f6f6f;--grey-B4:#b4b4b4;--grey-f8:#f8f8f8;--grey-d7:#d7e1e6;--grey-d4:#d4d5d5;--grey-ada:#adadad;--grey-f9:#f9f9fa;--orange-f89:#f89f43;--orange-color-f4:#f4810a;--orange-color-f5:#f58a1f;--cream-color:#f8f0eb;--gray-ee:#eee;--gray-99:#999;--beige-color:#faf7f4;--warm-beige:#f8f1eb;--cream-puff:#faf7f4;--smoke:#c1b3aa;--gray-68:#685f5b;--peach-9e:#fccc9e;--dark-heart:#770e1b;--burnt-orange:#c74200;--red-rock:#e24d1a;--blue-384:#38466e;--blue-597:#5974a9;--primary-new-color:#f16622;--smoke-cream-color:#c1b3aa;--avatar-cream-color:#feddbf;--blue-badge:#262447;--light-peach:#ffeddf;--light-skin:#f8f1eb;--dark-carnation:#f78491;--slate-200:#e3e3e3;--box-shadow-color:#00000040;--neutral-color-500:#918885;--neutral-color-default:#1e1e1e;--light-blue:#d2e8ec;--soft-peach:#ffdec0;--orange-peach:#f7a37a}@media (prefers-color-scheme:dark){:root{--background:#fff;--foreground:#222}}.findasignupresult-page{padding:80px 0 50px}.findasignupresult-page h1{text-align:center;margin:auto;font-size:32px;font-weight:900;line-height:40px}.findasignupresult-page .search-results{margin-top:10px}.findasignupresult-page .search-results .no-results{text-align:center;padding:40px 0}.findasignupresult-page .search-results .no-results h3{margin-bottom:20px;font-size:24px}.findasignupresult-page .search-results .no-results p{margin-bottom:30px;font-size:16px}.findasignupresult-page .search-results .results-list{margin-top:20px}.findasignupresult-page .search-form-container{max-width:500px;margin:0 auto}
/*# sourceMappingURL=00ql62k2qpxau.css.map*/