/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:1.5em;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 5px 2px;background:transparent url(/themes/contrib/stable/images/core/throbber-active.gif) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1000;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/themes/contrib/stable/images/core/loading-small.gif);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.fieldgroup{padding:0;border-width:0;}
.container-inline div,.container-inline label{display:inline;}.container-inline .details-wrapper{display:block;}
.clearfix:after{display:table;clear:both;content:"";}
.js details:not([open]) .details-wrapper{display:none;}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li:after{content:", ";}.item-list__comma-list li:last-child:after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}
.nowrap{white-space:nowrap;}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
.resize-none{resize:none;}.resize-vertical{min-height:2em;resize:vertical;}.resize-horizontal{max-width:100%;resize:horizontal;}.resize-both{max-width:100%;min-height:2em;resize:both;}
.system-status-counter__status-icon{display:inline-block;width:25px;height:25px;vertical-align:middle;}.system-status-counter__status-icon:before{display:block;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:20px;}.system-status-counter__status-icon--error:before{background-image:url(/themes/contrib/stable/images/core/icons/e32700/error.svg);}.system-status-counter__status-icon--warning:before{background-image:url(/themes/contrib/stable/images/core/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked:before{background-image:url(/themes/contrib/stable/images/core/icons/73b355/check.svg);}
.system-status-report-counters__item{width:100%;margin-bottom:0.5em;padding:0.5em 0;text-align:center;white-space:nowrap;background-color:rgba(0,0,0,0.063);}@media screen and (min-width:60em){.system-status-report-counters{display:flex;flex-wrap:wrap;justify-content:space-between;}.system-status-report-counters__item--half-width{width:49%;}.system-status-report-counters__item--third-width{width:33%;}}
.system-status-general-info__item{margin-top:1em;padding:0 1em 1em;border:1px solid #ccc;}.system-status-general-info__item-title{border-bottom:1px solid #ccc;}
.tablesort{display:inline-block;width:16px;height:16px;background-size:100%;}.tablesort--asc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/themes/contrib/stable/images/core/icons/787878/twistie-up.svg);}
.responsive-figure-table{max-width:100%;overflow-x:auto;margin:0;}
.accordion-card{background-color:#fcf6f3;border-radius:2px;border:1px solid transparent;margin-bottom:1.25rem;padding:1rem;width:100%;transition:all .3s}.accordion-card__header{display:flex;align-items:center;color:#000;font-size:16px;line-height:24px;position:relative;padding-left:2.5rem}.accordion-card__header .media--view-mode-risk-level-icon{margin-right:10px}.accordion-card__header .media--view-mode-risk-level-icon img{width:20px;height:20px}.accordion-card__header .field--name-title,.accordion-card__header .main__title{font-weight:800;margin-right:15px}.accordion-card__header::before{content:"";width:17px;height:1px;background-color:#000;position:absolute;left:0;top:0;bottom:0;margin:auto}.accordion-card__header::after{content:"";width:1px;height:0;background-color:#000;position:absolute;left:8px;top:0;bottom:0;margin:auto;transition:height .3s}.accordion-card__header.collapsed::after{height:17px}.accordion-card__content .content{padding:1.5rem 1rem 1.5rem 2.5rem}.accordion-card__content .content ol,.accordion-card__content .content ul{overflow:hidden}.accordion-card:hover{border:1px solid #e97500}.accordion-card:hover .accordion-card__header{color:#000;text-decoration:none}div.accordion-card__header{cursor:pointer}div.accordion-card__header:hover .risk-level{opacity:1!important}div.accordion-card__header .risk-level{opacity:0!important}div.accordion-card__header::before{opacity:.1}div.accordion-card__header::after{height:17px;opacity:.1}.light-gray .accordion-card,.light-peach .accordion-card{background-color:#fff}.light-gray .accordion-card:hover,.light-peach .accordion-card:hover{box-shadow:0 10px 35px rgba(233,117,0,.1)}.light-gray.has-wave .accordion-card,.light-peach.has-wave .accordion-card{border:1px solid #fbfaf9}
.collection{overflow-x:hidden}.collection__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;position:relative}.collection__title h2{max-width:675px}.collection__title .more-link{font-weight:800}.collection__summary{max-width:900px;margin-bottom:4rem;position:relative}.collection__cards{position:relative}.collection__cards.has-layout-1-col-columns{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.collection__cards.has-layout-1-col-columns .card{padding:15px;flex-grow:1;flex-shrink:1;flex-basis:100%;max-width:100%}@media (min-width:992px){.collection__cards.has-layout-1-col-columns .card{flex-basis:calc(100% / 1);max-width:calc(100% / 1)}}.collection__cards.has-layout-1-col-columns .pager{flex-basis:100%}.collection__cards.has-layout-2-col-columns{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.collection__cards.has-layout-2-col-columns .card{padding:15px;flex-grow:1;flex-shrink:1;flex-basis:100%;max-width:100%}@media (min-width:992px){.collection__cards.has-layout-2-col-columns .card{flex-basis:calc(100% / 2);max-width:calc(100% / 2)}}.collection__cards.has-layout-2-col-columns .pager{flex-basis:100%}.collection__cards.has-layout-3-col-columns{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.collection__cards.has-layout-3-col-columns .card{padding:15px;flex-grow:1;flex-shrink:1;flex-basis:100%;max-width:100%}@media (min-width:992px){.collection__cards.has-layout-3-col-columns .card{flex-basis:calc(100% / 3);max-width:calc(100% / 3)}}.collection__cards.has-layout-3-col-columns .pager{flex-basis:100%}.collection__cards.has-layout-4-col-columns{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.collection__cards.has-layout-4-col-columns .card{padding:15px;flex-grow:1;flex-shrink:1;flex-basis:100%;max-width:100%}@media (min-width:992px){.collection__cards.has-layout-4-col-columns .card{flex-basis:calc(100% / 4);max-width:calc(100% / 4)}}.collection__cards.has-layout-4-col-columns .pager{flex-basis:100%}.collection__cards.has-layout-5-col-columns{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.collection__cards.has-layout-5-col-columns .card{padding:15px;flex-grow:1;flex-shrink:1;flex-basis:100%;max-width:100%}@media (min-width:992px){.collection__cards.has-layout-5-col-columns .card{flex-basis:calc(100% / 5);max-width:calc(100% / 5)}}.collection__cards.has-layout-5-col-columns .pager{flex-basis:100%}.collection__cards.has-layout-6-col-columns{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.collection__cards.has-layout-6-col-columns .card{padding:15px;flex-grow:1;flex-shrink:1;flex-basis:100%;max-width:100%}@media (min-width:992px){.collection__cards.has-layout-6-col-columns .card{flex-basis:calc(100% / 6);max-width:calc(100% / 6)}}.collection__cards.has-layout-6-col-columns .pager{flex-basis:100%}.collection.has-topography{overflow:hidden}.collection.has-topography.collection--card-dropdown-links{overflow:unset}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--card-dropdown-links:not(.wave-yellow,.wave-yellow-overlap),.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection.previous-item--hero-article{margin-top:0;padding-top:8rem;position:relative;background:url(/themes/custom/pi_glider/images/testimonial-topography01.svg) no-repeat right 5% top/500px}@media (min-width:992px){.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--card-dropdown-links:not(.wave-yellow,.wave-yellow-overlap),.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection.previous-item--hero-article{padding-top:4rem}}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--card-dropdown-links:not(.wave-yellow,.wave-yellow-overlap).previous-item--hero-article,.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection.previous-item--hero-article.previous-item--hero-article{background:0 0}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--card-dropdown-links:not(.wave-yellow,.wave-yellow-overlap).previous-item--hero-article::before,.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection.previous-item--hero-article.previous-item--hero-article::before{content:"";position:absolute;width:100%;height:100%;top:0;right:0;background:url(/themes/custom/pi_glider/images/collection-dropdown-topography.svg) no-repeat top right/50%}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--card-dropdown-links:not(.wave-yellow,.wave-yellow-overlap).no-article-on-hero,.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection.previous-item--hero-article.no-article-on-hero{margin-top:-8rem;padding-top:8rem}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--card-dropdown-links:not(.wave-yellow,.wave-yellow-overlap),.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--card-generic.has-summary.has-title:not(.previous-item--hero-article){background:url(/themes/custom/pi_glider/images/collection-topography.svg) no-repeat right 5% top/700px}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap){position:relative;background:url(/themes/custom/pi_glider/images/testimonial-topography01.svg) no-repeat right 5% top/500px}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap).last-section-in-main,.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap).next-item--two-column-ctas{background:0 0}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap).last-section-in-main .collection__container,.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap).next-item--two-column-ctas .collection__container{background:0 0!important}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap).last-section-in-main::before,.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap).next-item--two-column-ctas::before{position:absolute;content:"";background:url(/themes/custom/pi_glider/images/testimonial-topography02.svg) no-repeat center bottom/100%;width:100%;max-width:1440px;height:100%;bottom:0;left:0;right:0;margin:auto}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap).next-item--two-column-ctas{margin-bottom:-8rem}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap).collection--testimonial:not(.wave-yellow,.wave-yellow-overlap).last-section-in-main{margin-bottom:0}.collection.has-topography:not(.wave-yellow):not(.wave-yellow-overlap):not(.collection--testimonial):not(.collection--card-dropdown-links){position:relative;background:url(/themes/custom/pi_glider/images/testimonial-topography01.svg) no-repeat right 5% top/500px}.collection.has-topography.collection.last-section-in-main,.collection.has-topography.collection.next-item--two-column-ctas{position:relative;padding-bottom:8rem;background:url(/themes/custom/pi_glider/images/testimonial-topography01.svg) no-repeat;background-position:right -95% top 10%;background-size:300px}@media (min-width:768px){.collection.has-topography.collection.last-section-in-main,.collection.has-topography.collection.next-item--two-column-ctas{background-position:left 5% bottom -15.625rem;background-size:600px}}@media (min-width:1440px){.collection.has-topography.collection.last-section-in-main,.collection.has-topography.collection.next-item--two-column-ctas{background-position:left 35% bottom -15.625rem}}.collection.has-topography.next-item--two-column-ctas{margin-bottom:-8rem!important}.collection.has-topography.last-section-in-main{margin-bottom:0}.collection .swiper-container{padding:0 15px}.collection .swiper-container .swiper-scrollbar{left:15px}.collection--card-carousel .swiper-wrapper{padding:0 15px}@media (min-width:992px){.collection--card-carousel .swiper-wrapper{padding:0}}.collection--accordion-card .collection__cards{margin:0}.two-column-layout--right .collection--summary{max-width:unset}.node__content>section.collection.last-section-in-main.wave-yellow-overlap::after,.node__content>section.collection.last-section-in-main.wave-yellow-overlap::before,.node__content>section.collection.last-section-in-main.wave-yellow::after,.node__content>section.collection.last-section-in-main.wave-yellow::before,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap::after,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap::before,.node__content>section.collection.next-item--two-column-ctas.wave-yellow::after,.node__content>section.collection.next-item--two-column-ctas.wave-yellow::before{content:"";display:block;height:100%;position:absolute;width:100%}.node__content>section.collection.last-section-in-main.wave-yellow-overlap::before,.node__content>section.collection.last-section-in-main.wave-yellow::before,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap::before,.node__content>section.collection.next-item--two-column-ctas.wave-yellow::before{background-image:url(/themes/custom/pi_glider/images/wave-bottom-yellow.svg);background-position:top right;background-repeat:no-repeat;background-size:auto;max-height:1000px;bottom:0}@media (min-width:992px){.node__content>section.collection.last-section-in-main.wave-yellow,.node__content>section.collection.last-section-in-main.wave-yellow-overlap,.node__content>section.collection.next-item--two-column-ctas.wave-yellow,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap{margin-top:8rem}.node__content>section.collection.last-section-in-main.wave-yellow-overlap::before,.node__content>section.collection.last-section-in-main.wave-yellow::before,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap::before,.node__content>section.collection.next-item--two-column-ctas.wave-yellow::before{background-position:top left;background-size:cover}}.node__content>section.collection.last-section-in-main.wave-yellow-overlap,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap{background-color:#fff1e0;overflow:visible;z-index:-1;margin-bottom:0}.node__content>section.collection.last-section-in-main.wave-yellow-overlap::after,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap::after{display:none}.node__content>section.collection.last-section-in-main.wave-yellow-overlap::before,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap::before{background-image:url(/themes/custom/pi_glider/images/wave-negativemargin-yellow.svg);background-position:bottom right;background-repeat:no-repeat;background-size:200%;transform:translateY(calc(-100% + 25px))}@media (min-width:992px){.node__content>section.collection.last-section-in-main.wave-yellow-overlap::before,.node__content>section.collection.next-item--two-column-ctas.wave-yellow-overlap::before{background-size:100%}}.body-sidebars-none .section.page-title{margin-bottom:4rem}.body-sidebars-none .section.page-title+.section.collection--card-statistics{margin-top:0;margin-bottom:2rem}.body-sidebars-none .section.collection--card-statistics+.view-block{margin-top:2rem}.collection--featured-news{margin-bottom:4rem}.hero--has-form+.collection{z-index:2}
.hero{text-align:right}.hero .image-wrapper{position:relative;display:flex;text-align:left}@media (min-width:992px){.hero .image-wrapper{align-items:center}}.hero .image-wrapper .hero__image{z-index:0;min-height:400px;max-height:75vh}@media (min-width:992px){.hero .image-wrapper .hero__image{min-height:650px}}.hero .image-wrapper .hero__image .media--type-image{position:absolute;width:100%;height:100%}.hero .image-wrapper .hero__image .media--type-image picture{width:100%;height:100%;overflow:hidden}.hero .image-wrapper .hero__image .media--type-image picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero .image-wrapper .hero__image .media--type-image span.media-caption{bottom:0;display:none;font-size:14px;left:15px;line-height:20px;max-width:300px;padding-top:15px;position:absolute;text-align:left;background-color:transparent;transform:translateY(100%)}@media (min-width:992px){.hero .image-wrapper .hero__image .media--type-image span.media-caption{display:block}}.hero .image-wrapper .hero__image .media--type-image .button-media-caption{display:none}.hero .image-wrapper .hero__title{position:absolute;z-index:2;padding:4rem 0 10rem 0;width:100%}@media (min-width:992px){.hero .image-wrapper .hero__title{padding:0}}.hero .image-wrapper .hero__title h1{color:#fff}@media (min-width:992px){.hero .image-wrapper .hero__title h1{max-width:50%}}.hero .image-wrapper .image-overlay{position:absolute;background:linear-gradient(180deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%);width:100%;height:100%;opacity:.6;z-index:1}@media (min-width:992px){.hero .image-wrapper .image-overlay{background:linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(0,0,0,0) 100%)}}.hero__article{position:relative;display:inline-flex;padding:4.375rem;background-color:#fff;z-index:1;border-radius:2px 0 0 2px;text-align:left;width:90%;max-width:800px;transform:translateY(-50%);color:#222}@media (min-width:992px){.hero__article{width:50%}}.hero__article .article-image{width:30%;margin-right:2rem}.hero__article .article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__article .article-content{display:flex;flex-direction:column}.hero__article .article-content .label{font-weight:600;font-size:16px;letter-spacing:3px;text-transform:uppercase;margin-bottom:.5rem;display:block}.hero__article .article-content .title{font-size:1.375rem;line-height:2.125rem;font-weight:300;max-width:440px;margin-bottom:1rem;transition:color .3s}.hero__article .article-content .icon-arrow-right{margin-top:auto;transition:padding-left .3s}.hero__article:hover{color:#222;text-decoration:none}.hero__article:hover .title{color:#e97500}.hero__article:hover .icon-arrow-right{padding-left:15px}.hero--has-form{margin-bottom:0}@media (min-width:992px){.hero--has-form .image-wrapper .hero__title{padding:0 0 8rem 0}.hero--has-form .image-wrapper .hero__title h1{max-width:60%}}@media (min-width:1200px){.hero--has-form .image-wrapper .hero__title{padding:0 0 4rem 0}}@media (min-width:1440px){.hero--has-form .image-wrapper .hero__title{padding:0}}.hero--has-form .hero-form-container{background:#fff;z-index:2;position:relative}.hero--has-form .hero-form-container .error-message{position:absolute;background-color:#000;color:#fff;padding:15px;border-radius:6px;font-weight:800;font-size:14px;box-shadow:0 0 20px rgba(0,0,0,.2);z-index:1;bottom:300px}@media (min-width:992px){.hero--has-form .hero-form-container .error-message{bottom:220px}}@media (min-width:1200px){.hero--has-form .hero-form-container .error-message{bottom:200px}}.hero--has-form .hero-form-container .container{background:url(/themes/custom/pi_glider/images/hero-form-topography.svg) no-repeat right top/auto 320px;height:320px}.hero--has-form .hero-form-container .form-box{background-color:#fff1e0;transform:translateY(-30%);padding:3.5rem;z-index:1;text-align:left}@media (min-width:992px){.hero--has-form .hero-form-container .form-box{transform:translateY(-50%);margin-bottom:0;padding:5rem 5.625rem}}.hero--has-form .hero-form-container .form-box p{font-size:1.375rem;line-height:2.125rem}.hero--has-form .hero-form-container .form-box p strong{font-weight:800}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search{display:flex;flex-direction:column}@media (min-width:992px){.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search{flex-direction:row;align-items:flex-start}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .form-actions button{padding-left:25px;padding-right:25px;white-space:nowrap}}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .form-item{margin-top:0;width:100%}@media (min-width:992px){.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .form-item{padding-right:10px;margin-top:1rem}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .form-item:nth-last-child(1){padding-right:0}}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .form-item label{display:none}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .form-item .form-text{border-radius:2px;border:1px solid #fff;min-height:50px;margin-top:0}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .form-item .form-text:hover{border:1px solid #e97500}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .form-item .description{margin-top:1rem;color:#6e615e}.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .bootstrap-select,.hero--has-form .hero-form-container .form-box .pi-core-global-arc-search .select-to-dropdown{width:100%}.hero--small .image-wrapper .hero__image{min-height:unset;max-height:unset;height:100%;width:100%;top:0;left:0;position:absolute}.hero--small .image-wrapper .hero__title{padding:5rem 0;text-align:center;position:relative}.hero--small .image-wrapper .hero__title h1{margin:auto}@media (min-width:667px){.hero--small .image-wrapper .hero__title h1{max-width:630px}}@media (min-width:768px){.hero--small .image-wrapper .hero__title h1{max-width:730px}}@media (min-width:992px){.hero--small .image-wrapper .hero__title h1{max-width:960px}}@media (min-width:1200px){.hero--small .image-wrapper .hero__title h1{max-width:1100px}}@media (min-width:1440px){.hero--small .image-wrapper .hero__title h1{max-width:1400px}}.hero--small .image-wrapper .image-overlay{background:linear-gradient(90deg,rgba(0,0,0,.7) 0,rgba(0,0,0,.7) 100%)}@media (min-width:992px){.hero-form-next-item{margin-top:0}}section.hero{margin-bottom:4rem}section.hero.breadcrumb-prev{margin-bottom:2rem}.hero--imageonly{position:relative;background-color:#f9e8e1}.hero--imageonly img,.hero--imageonly picture{max-width:305px;margin:0 auto}@media (min-width:992px){.hero--imageonly img,.hero--imageonly picture{max-width:711px}}.hero--imageonly__content{text-align:center;padding:36px 5rem 56px 5rem;z-index:1;position:relative}.hero--imageonly .topography-left,.hero--imageonly .topography-right{position:absolute;z-index:0}.hero--imageonly .topography-left{top:0;left:0;width:70%;height:100%;background:url(/themes/custom/pi_glider/images/page-title-pattern-left.svg) no-repeat top left/100%}@media (min-width:992px){.hero--imageonly .topography-left{width:40%}}.hero--imageonly .topography-right{bottom:0;right:0;width:60%;height:100%;background:url(/themes/custom/pi_glider/images/page-title-pattern-right.svg) no-repeat bottom right/100%}@media (min-width:992px){.hero--imageonly .topography-right{width:30%}}.hero--imageonly.page-title--white{background-color:transparent}.hero--imageonly.page-title--white .page-title__content{padding:3.75rem 15px}@media (min-width:992px){.hero--imageonly.page-title--white .page-title__content{padding:3.75rem}}.hero--imageonly.page-title--white .topography-left,.hero--imageonly.page-title--white .topography-right{display:none}

.tab-container__title{margin-bottom:2.5rem;max-width:675px}.tab-container .nav-tabs{align-items:flex-end;margin:0 0 3.5rem 0;border-bottom:1px solid #f9cabe;display:flex;flex-direction:row;white-space:nowrap;overflow-x:scroll;flex-wrap:nowrap}.tab-container .nav-tabs::-webkit-scrollbar{display:none}@media (min-width:992px){.tab-container .nav-tabs{white-space:unset;overflow-x:unset;flex-wrap:unset}}.tab-container .nav-tabs li{flex-grow:1;padding-left:2rem}.tab-container .nav-tabs li a{padding:0 1.5rem 1.5rem 0;display:inline-block;font-family:Princeton,serif;font-size:1.5rem;line-height:1.75rem;border-bottom:3px solid transparent;position:relative;width:100%;opacity:.5;transition:color .3s}@media (min-width:992px){.tab-container .nav-tabs li a{height:100%;padding:0 1rem 1.5rem 0}}.tab-container .nav-tabs li a:hover{text-decoration:none}.tab-container .nav-tabs li:first-child{padding-left:0}.tab-container .nav-tabs li:nth-last-child(1) a{padding:0 0 1.5rem 0}@media (min-width:992px){.tab-container .nav-tabs li:nth-last-child(1) a{padding:0 1rem 1.5rem 0}}.tab-container .nav-tabs a.active{border-bottom:3px solid #e97500;opacity:1}

.text-section{position:relative}.text-section.has-no-summary{margin-bottom:2rem}.text-section__title{display:flex;align-items:center;justify-content:space-between;margin-bottom:2.5rem;position:relative}.text-section__title h2{position:relative;display:inline-block}.text-section .content{position:relative}.text-section .content article.media,.text-section .content h1,.text-section .content h2,.text-section .content h3,.text-section .content h4,.text-section .content h5,.text-section .content h6,.text-section .content ol,.text-section .content p,.text-section .content table,.text-section .content ul{max-width:900px}.text-section .content h2,.text-section .content h3,.text-section .content h4,.text-section .content h5,.text-section .content h6{margin-bottom:2rem}.text-section .content hr{margin-top:2rem;margin-bottom:3rem}.text-section .content p b,.text-section .content p strong{font-weight:800}.text-section .content li{font-size:16px;line-height:26px}.text-section .content img{max-width:100%;height:auto!important;width:100%}.text-section .content .media picture{width:100%}.text-section .content iframe{max-width:100%}.text-section .more-link{font-weight:800}.two-column-layout__left .text-section{padding:1.5rem}.two-column-layout__right .two-column-layout__left .text-section{padding:0}
.two-column-ctas.section{margin-bottom:0}.two-column-ctas__left,.two-column-ctas__right{align-items:center;display:flex;min-height:175px;padding:0 15px;flex:0 0 100%;max-width:100%}@media (min-width:992px){.two-column-ctas__left,.two-column-ctas__right{min-height:400px;flex:0 0 50%;max-width:50%}}.two-column-ctas__left{background-color:#fb927b}.two-column-ctas__right{background-color:#e97500}.two-column-ctas .more-link:hover{border:none}.two-column-ctas__content{margin:0 auto;padding:0 30px;width:100%}@media (min-width:992px){.two-column-ctas__content{width:70%}}@media (min-width:1200px){.two-column-ctas__content{width:60%}}@media (min-width:1440px){.two-column-ctas__content{width:45%}}
.two-column-layout section:nth-child(1),.two-column-layout__right .two-column-layout section:nth-child(1){margin-top:0!important}.two-column-layout section:nth-last-child(1),.two-column-layout__right .two-column-layout section:nth-last-child(1){margin-bottom:0!important}.two-column-layout section:nth-last-child(1).collection.has-topography.last-section-in-main,.two-column-layout__right .two-column-layout section:nth-last-child(1).collection.has-topography.last-section-in-main{margin-bottom:-8rem!important}.two-column-layout .media,.two-column-layout__right .two-column-layout .media{padding:0}.two-column-layout .container,.two-column-layout__right .two-column-layout .container{padding:0}@media (min-width:1200px){.two-column-layout.layout-2-col--25-75 .two-column-layout__left,.two-column-layout__right .two-column-layout.layout-2-col--25-75 .two-column-layout__left{flex:0 0 25%;max-width:25%;padding-right:2rem}}@media (min-width:1200px){.two-column-layout.layout-2-col--25-75 .two-column-layout__right,.two-column-layout__right .two-column-layout.layout-2-col--25-75 .two-column-layout__right{flex:0 0 75%;max-width:75%}}@media (min-width:1200px){.two-column-layout.layout-2-col--25-75 .two-column-layout__right .two-column-layout__left,.two-column-layout__right .two-column-layout.layout-2-col--25-75 .two-column-layout__right .two-column-layout__left{flex:0 0 25%;max-width:25%;padding:0 15px}}@media (min-width:1200px){.two-column-layout.layout-2-col--50-50 .two-column-layout__left,.two-column-layout__right .two-column-layout.layout-2-col--50-50 .two-column-layout__left{flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.two-column-layout.layout-2-col--50-50 .two-column-layout__right,.two-column-layout__right .two-column-layout.layout-2-col--50-50 .two-column-layout__right{flex:0 0 50%;max-width:50%}}@media (min-width:1200px){.two-column-layout.layout-2-col--33-67 .two-column-layout__left,.two-column-layout__right .two-column-layout.layout-2-col--33-67 .two-column-layout__left{flex:0 0 33.33333333%;max-width:33.33333333%}}@media (min-width:1200px){.two-column-layout.layout-2-col--33-67 .two-column-layout__right,.two-column-layout__right .two-column-layout.layout-2-col--33-67 .two-column-layout__right{flex:0 0 66.66666667%;max-width:66.66666667%}}@media (min-width:1200px){.two-column-layout.layout-2-col--67-33 .two-column-layout__left,.two-column-layout__right .two-column-layout.layout-2-col--67-33 .two-column-layout__left{flex:0 0 66.66666667%;max-width:66.66666667%}}@media (min-width:1200px){.two-column-layout.layout-2-col--67-33 .two-column-layout__right,.two-column-layout__right .two-column-layout.layout-2-col--67-33 .two-column-layout__right{flex:0 0 33.33333333%;max-width:33.33333333%}}.two-column-layout .two-column-layout__left,.two-column-layout__right .two-column-layout .two-column-layout__left{padding:0 15px;order:2;width:100%;flex:0 0 100%;max-width:100%}@media (min-width:1200px){.two-column-layout .two-column-layout__left,.two-column-layout__right .two-column-layout .two-column-layout__left{order:inherit;height:100%;top:0;transition:top .3s;position:relative}}.two-column-layout .two-column-layout__left section,.two-column-layout__right .two-column-layout .two-column-layout__left section{margin-bottom:2.25rem}.two-column-layout .two-column-layout__left section:nth-last-child(1),.two-column-layout__right .two-column-layout .two-column-layout__left section:nth-last-child(1){margin-bottom:0}.two-column-layout .two-column-layout__right,.two-column-layout__right .two-column-layout .two-column-layout__right{padding:0 15px;flex:0 0 100%;max-width:100%}.two-column-layout .two-column-layout__right .two-column-layout__left,.two-column-layout__right .two-column-layout .two-column-layout__right .two-column-layout__left{position:relative;top:0}.two-column-layout .two-column-layout__right section,.two-column-layout__right .two-column-layout .two-column-layout__right section{margin-top:4rem;margin-bottom:4rem}.two-column-layout.sticky .two-column-layout__left,.two-column-layout__right .two-column-layout.sticky .two-column-layout__left{position:relative;top:0}@media (min-width:1200px){.two-column-layout.sticky .two-column-layout__left,.two-column-layout__right .two-column-layout.sticky .two-column-layout__left{top:80px;position:sticky}}.two-column-layout.sticky .two-column-layout__right .two-column-layout__left,.two-column-layout__right .two-column-layout.sticky .two-column-layout__right .two-column-layout__left{position:relative;top:0!important}@media (min-width:1200px){.adminimal-admin-toolbar .two-column-layout.sticky .two-column-layout__left,.toolbar-fixed .two-column-layout.sticky .two-column-layout__left{top:200px!important;transition:top .3s}}.adminimal-admin-toolbar .two-column-layout.sticky .two-column-layout__right .two-column-layout__left,.toolbar-fixed .two-column-layout.sticky .two-column-layout__right .two-column-layout__left{position:relative;top:0!important}@media (min-width:1200px){.scroll-up .two-column-layout.sticky .two-column-layout__left{top:200px!important;transition:top .3s}}.scroll-up .two-column-layout.sticky .two-column-layout__right .two-column-layout__left{position:relative;top:0!important}@media (min-width:1200px){.scroll-up .adminimal-admin-toolbar .two-column-layout.sticky .two-column-layout__left,.scroll-up.toolbar-fixed .two-column-layout.sticky .two-column-layout__left{top:350px!important;transition:top .3s}}.scroll-up .adminimal-admin-toolbar .two-column-layout.sticky .two-column-layout__right .two-column-layout__left,.scroll-up.toolbar-fixed .two-column-layout.sticky .two-column-layout__right .two-column-layout__left{position:relative;top:0!important}section.two-column-layout{margin-top:4rem}
span.ext{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) 2px center no-repeat;}span.mailto{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) -20px center no-repeat;}span.tel{width:10px;height:10px;padding-right:12px;text-decoration:none;background:url(/modules/contrib/extlink/images/extlink_s.png) -42px center no-repeat;}svg.ext{width:14px;height:14px;fill:#727272;font-weight:900;}svg.mailto,svg.tel{width:14px;height:14px;fill:#727272;}[data-extlink-placement='prepend'],[data-extlink-placement='before']{padding-right:0.2rem;}[data-extlink-placement='append'],[data-extlink-placement='after']{padding-left:0.2rem;}svg.ext path,svg.mailto path,svg.tel path{stroke:#727272;stroke-width:3;}@media print{svg.ext,svg.mailto,svg.tel,span.ext,span.mailto,span.tel{display:none;padding:0;}}.extlink i{padding-left:0.2em;}.extlink-nobreak{white-space:nowrap;}
.paragraph--unpublished{background-color:#fff4f4;}
