/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.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-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.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;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.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;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;width:100%;height:100%;content:"";background-repeat:no-repeat;background-position:center 2px;background-size:16px;}.system-status-counter__status-icon--error::before{background-image:url(/core/misc/icons/e32700/error.svg);}.system-status-counter__status-icon--warning::before{background-image:url(/core/misc/icons/e29700/warning.svg);}.system-status-counter__status-icon--checked::before{background-image:url(/core/misc/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(/core/misc/icons/787878/twistie-down.svg);}.tablesort--desc{background-image:url(/core/misc/icons/787878/twistie-up.svg);}
.button--link{display:inline-block;padding:var(--cta-btn-link-padding-sm);border-top:var(--cta-btn-link-border-top);border-bottom:var(--cta-btn-link-border-bottom);border-right:var(--cta-btn-link-border-right);border-left:var(--cta-btn-link-border-left);border-radius:var(--cta-btn-link-border-radius);font-family:"Open Sans";font-size:var(--cta-btn-link-font-size);font-weight:var(--font-weight-semi-bold);line-height:1.5;text-decoration:none;background-color:var(--cta-btn-link-background-color);color:var(--cta-btn-link-color);transition:var(--cta-btn-link-transition);cursor:pointer;}@media only screen and (min-width:768px){.button--link{padding:var(--cta-btn-link-padding-lg);font-size:var(--txt-md);}}.button--link:hover{border:var(--cta-btn-link-hover-border);border-radius:var(--cta-btn-link-hover-border-radius);padding-right:var(--cta-btn-link-hover-padding-right-sm);padding-left:var(--cta-btn-link-hover-padding-left-sm);background-color:transparent;color:var(--primary-color);}@media only screen and (min-width:768px){.button--link:hover{padding-right:var(--cta-btn-link-hover-padding-right-lg);padding-left:var(--cta-btn-link-hover-padding-left-lg);}}.button--link:focus,.button--link:active,.button--link:active:focus{padding-right:var(--cta-btn-link-pressed-padding-right-sm);padding-left:var(--cta-btn-link-pressed-padding-left-sm);border-radius:var(--cta-btn-link-pressed-border-radius);background-color:var(--cta-btn-link-pressed-background-color);color:var(--cta-btn-link-pressed-color);}@media only screen and (min-width:768px){.button--link:focus,.button--link:active,.button--link:active:focus{padding-right:var(--cta-btn-link-pressed-padding-right-lg);padding-left:var(--cta-btn-link-pressed-padding-left-lg);}}.button--link:disabled{border-top:var(--cta-btn-link-disabled-border-top);border-bottom:var(--cta-btn-link-disabled-border-bottom);border-left:var(--cta-btn-link-disabled-border-left);border-right:var(--cta-btn-link-disabled-border-right);border-radius:var(--cta-btn-link-disabled-border-radius);color:var(--cta-btn-link-disabled-color);background-color:var(--cta-btn-link-disabled-background-color);}.button--link.light-link{border-bottom:2px solid var(--white);color:var(--white);}.button--link.light-link:hover{border:2px solid var(--white);}.button--primary{padding:10px 12px;border:var(--cta-secondary-border-width) solid var(--cta-primary-bg-color,var(--primary-color));border-radius:var(--cta-border-radius);font-family:"Open Sans";font-weight:var(--font-weight-semi-bold);font-size:var(--txt-sm);line-height:1.5;text-decoration:none;color:var(--cta-primary-text-color,var(--white));background-color:var(--cta-primary-bg-color,var(--primary-color));cursor:pointer;}@media only screen and (min-width:768px){.button--primary{padding:11px 25px;font-size:var(--txt-md);}}.button--primary:hover{text-decoration:underline;background-color:var(--cta-primary-text-color,transparent);color:var(--cta-primary-bg-color,var(--primary-color));border:var(--cta-secondary-border-width) solid var(--cta-primary-bg-color,var(--primary-color));}.button--primary:focus{background-color:var(--cta-primary-bg-color,var(--primary-color));color:var(--cta-primary-text-color,var(--white));}.button--primary:disabled{text-decoration:underline;background-color:var(--btn-gray-1);}.button--secondary{display:inline-block;padding:10px 12px;border:var(--cta-secondary-border-width) solid var(--cta-primary-bg-color,var(--primary-color));border-radius:var(--cta-border-radius);font-family:"Open Sans";font-size:var(--txt-sm);font-weight:var(--font-weight-semi-bold);line-height:1.5;text-decoration:none;color:var(--cta-primary-bg-color,var(--primary-color));background-color:var(--cta-primary-text-color,transparent);}@media only screen and (min-width:768px){.button--secondary{padding:9px 25px;font-size:var(--txt-md);}}.button--secondary:hover{text-decoration:underline;background-color:var(--cta-primary-bg-color,var(--primary-color));color:var(--cta-primary-text-color,var(--white));}.button--secondary:focus{color:var(--cta-primary-bg-color,var(--primary-color));background-color:var(--cta-primary-text-color,transparent);}.button--secondary:active{color:var(--cta-primary-bg-color,var(--primary-color));background-color:var(--cta-primary-text-color,transparent);}.button--secondary:active:focus{color:var(--cta-primary-bg-color,var(--primary-color));background-color:var(--cta-primary-text-color,transparent);}.button--secondary:disabled{border:2px solid var(--btn-gray-1);text-decoration:underline;background-color:var(--bg-gray);color:var(--btn-gray-1);}.button--text-link{font-size:var(--txt-sm);font-weight:var(--font-weight-semi-bold);line-height:1.5;text-decoration:underline;color:var(--primary-color);}@media only screen and (min-width:768px){.button--text-link{font-size:var(--txt-md);}}.button--text-link:hover{color:var(--link-blue);}.button--text-link:disabled{text-decoration:underline;background-color:var(--btn-gray-1);}.site-alpadia .button--link:hover{background-color:var(--custom-cta-txt-color,var(--cta-btn-link-color)) !important;color:var(--custom-cta-bg-color,var(--cta-btn-link-background-color)) !important;border-color:var(--custom-cta-bg-color,var(--cta-btn-link-border-color)) !important;}.site-esl .button--link{display:inline-block;padding:12px 30px;border:1px solid var(--brand-primary);font-size:var(--txt-sm);color:var(--white);border-radius:30px;background-color:var(--brand-primary);}.site-esl .button--link:hover{background-color:#336BC3;}.site-esl .button--link:active{background-color:#002A6C;}.site-esl .button--primary:hover{text-decoration:none;}.site-esl .button--secondary{display:inline-block;padding:12px 30px;border-radius:30px;}.site-esl .button--secondary:hover{text-decoration:none;}
.site-kaplan h1.component-title,.site-kaplan .h1.component-title,.site-kaplan h2.component-title,.site-kaplan .h2.component-title,.site-kaplan h3.component-title,.site-kaplan .h3.component-title{margin-bottom:15px;font-size:var(--txt-h-xxl);font-family:var(--title-font-family);font-weight:var(--font-weight-light);line-height:1.3;color:var(--heading-color);}@media only screen and (min-width:768px){.site-kaplan h1.component-title,.site-kaplan .h1.component-title,.site-kaplan h2.component-title,.site-kaplan .h2.component-title,.site-kaplan h3.component-title,.site-kaplan .h3.component-title{margin-bottom:20px;font-size:var(--txt-xxl-xl);}}.site-kaplan h1.dsl-section-title,.site-kaplan .h1.dsl-section-title{margin-bottom:10px;font-family:var(--title-font-family);font-size:var(--txt-2-xl);font-weight:var(--font-weight-light);line-height:1.3;color:var(--black);}@media only screen and (min-width:768px){.site-kaplan h1.dsl-section-title,.site-kaplan .h1.dsl-section-title{font-size:var(--txt-6xl);}}.site-kaplan h2.dsl-section-title,.site-kaplan .h2.dsl-section-title{margin-bottom:10px;font-family:var(--title-font-family);font-size:var(--txt-h-xxl);font-weight:var(--font-weight-light);line-height:1.3;color:var(--black);}@media only screen and (min-width:768px){.site-kaplan h2.dsl-section-title,.site-kaplan .h2.dsl-section-title{font-size:var(--txt-xxl-xl);}}.site-kaplan h3.dsl-section-title,.site-kaplan .h3.dsl-section-title{margin-bottom:10px;font-family:var(--title-font-family);font-size:var(--txt-md);font-weight:var(--font-weight-light);line-height:1.5;color:var(--black);}@media only screen and (min-width:768px){.site-kaplan h3.dsl-section-title,.site-kaplan .h3.dsl-section-title{font-size:var(--txt-xl);}}.site-kaplan h4.dsl-section-title,.site-kaplan .h4.dsl-section-title{margin-bottom:10px;font-family:var(--title-font-family);font-size:var(--txt-md);font-weight:var(--font-weight-light);font-style:italic;line-height:1.5;color:var(--black);}@media only screen and (min-width:768px){.site-kaplan h4.dsl-section-title,.site-kaplan .h4.dsl-section-title{font-size:var(--txt-xl);}}.site-alpadia h1.component-title,.site-alpadia .h1.component-title,.site-alpadia h2.component-title,.site-alpadia .h2.component-title,.site-alpadia h3.component-title,.site-alpadia .h3.component-title{font-size:var(--txt-h-xl);font-weight:var(--font-weight-bold);color:var(--black);}@media only screen and (min-width:768px){.site-alpadia h1.component-title,.site-alpadia .h1.component-title,.site-alpadia h2.component-title,.site-alpadia .h2.component-title,.site-alpadia h3.component-title,.site-alpadia .h3.component-title{font-size:var(--txt-h-m-xxl);}}.site-alpadia h1.dsl-section-title,.site-alpadia .h1.dsl-section-title{margin-bottom:10px;font-size:var(--txt-h-m-xxl);font-weight:var(--font-weight-bold);line-height:1.3;}@media only screen and (min-width:768px){.site-alpadia h1.dsl-section-title,.site-alpadia .h1.dsl-section-title{font-size:var(--txt-2-xxl);}}.site-alpadia h2.dsl-section-title,.site-alpadia .h2.dsl-section-title{margin-bottom:10px;font-size:var(--txt-h-xl);font-weight:var(--font-weight-bold);line-height:1.5;}@media only screen and (min-width:768px){.site-alpadia h2.dsl-section-title,.site-alpadia .h2.dsl-section-title{font-size:var(--txt-h-m-xxl);}}.site-alpadia h3.dsl-section-title,.site-alpadia .h3.dsl-section-title{margin-bottom:10px;font-size:var(--txt-lg);font-weight:var(--font-weight-semi-bold);line-height:1.5;}@media only screen and (min-width:768px){.site-alpadia h3.dsl-section-title,.site-alpadia .h3.dsl-section-title{font-size:var(--txt-xl);}}.site-esl h1.component-title,.site-esl .h1.component-title{font-size:var(--txt-2-xl);font-weight:var(--font-weight-extra-bold);}@media only screen and (min-width:768px){.site-esl h1.component-title,.site-esl .h1.component-title{font-size:var(--txt-6xl);}}.site-esl h2.component-title,.site-esl .h2.component-title{font-size:var(--txt-h-xl);}@media only screen and (min-width:768px){.site-esl h2.component-title,.site-esl .h2.component-title{font-size:var(--txt-xxl-xl);}}.site-esl h3.component-title,.site-esl .h3.component-title{font-size:var(--txt-lg);}@media only screen and (min-width:768px){.site-esl h3.component-title,.site-esl .h3.component-title{font-size:var(--txt-xl);}}.site-esl h1.dsl-section-title,.site-esl .h1.dsl-section-title{margin-bottom:10px;font-family:var(--title-font-family);font-size:var(--txt-2-xl);font-weight:var(--font-weight-extra-bold);line-height:1.3;color:var(--black);}@media only screen and (min-width:768px){.site-esl h1.dsl-section-title,.site-esl .h1.dsl-section-title{font-size:var(--txt-6xl);}}.site-esl h2.dsl-section-title,.site-esl .h2.dsl-section-title{margin-bottom:10px;font-family:var(--title-font-family);font-size:var(--txt-h-xl);font-weight:var(--font-weight-bold);line-height:1.5;color:var(--black);}@media only screen and (min-width:768px){.site-esl h2.dsl-section-title,.site-esl .h2.dsl-section-title{font-size:var(--txt-xxl-xl);}}.site-esl h3.dsl-section-title,.site-esl .h3.dsl-section-title{margin-bottom:10px;font-family:var(--title-font-family);font-size:var(--txt-lg);font-weight:var(--font-weight-bold);line-height:1.5;color:var(--black);}@media only screen and (min-width:768px){.site-esl h3.dsl-section-title,.site-esl .h3.dsl-section-title{font-size:var(--txt-xl);}}
.paragraph-promo-banner{border-radius:var(--promo-banner-border-radius);max-width:1150px;margin:0 auto;background-color:var(--promo-banner-background-color);}.paragraph-promo-banner h1,.paragraph-promo-banner h2,.paragraph-promo-banner h3,.paragraph-promo-banner h4,.paragraph-promo-banner p{color:unset;}.paragraph-promo-banner-wrapper{padding:30px;display:flex;flex-direction:column;min-height:150px;}@container layout__region (width > 475px){.paragraph-promo-banner-wrapper{flex-direction:row;min-height:150px;}}@media only screen and (min-width:768px){.paragraph-promo-banner-wrapper{flex-direction:row;min-height:150px;}}@container layout__region (width > 738px){.paragraph-promo-banner-wrapper{min-height:150px;}}@media only screen and (min-width:738px){.paragraph-promo-banner-wrapper{min-height:150px;}}.paragraph-promo-banner-wrapper.active .paragraph-promo-banner__field-promo-body-text{display:block;margin-top:10px;}@container layout__region (width > 475px){.paragraph-promo-banner-wrapper.active .paragraph-promo-banner__field-promo-body-text{margin-top:20px;}}@media only screen and (min-width:768px){.paragraph-promo-banner-wrapper.active .paragraph-promo-banner__field-promo-body-text{margin-top:20px;}}@container layout__region (width > 475px){.paragraph-promo-banner-wrapper.active .paragraph-promo-banner-content{justify-content:flex-start;}}@media only screen and (min-width:768px){.paragraph-promo-banner-wrapper.active .paragraph-promo-banner-content{justify-content:flex-start;}}.paragraph-promo-banner-wrapper.active .paragraph-promo-banner__field-image-item{display:none;}.paragraph-promo-banner-wrapper.active .paragraph-promo-banner__field-icon{display:none;}.paragraph-promo-banner-wrapper.active .paragraph-promo-banner__field-description{display:none;}.paragraph-promo-banner-wrapper.active .paragraph-promo-banner__cta-wrapper{display:flex;}.paragraph-promo-banner__field-image-item{height:100%;}.paragraph-promo-banner .contextual-region.media-container.media-image{height:100%;}.paragraph-promo-banner .media-image__field-media-image{border-radius:var(--promo-banner-image-radius);overflow:hidden;height:200px;display:flex;align-items:center;justify-content:center;}@container layout__region (width > 475px){.paragraph-promo-banner .media-image__field-media-image{width:213px;height:100%;}}@media only screen and (min-width:768px){.paragraph-promo-banner .media-image__field-media-image{width:213px;height:100%;}}@container layout__region (width > 738px){.paragraph-promo-banner .media-image__field-media-image{height:100%;width:530px;min-height:240px;max-height:400px;max-width:unset;min-width:unset;}}@media only screen and (min-width:992px){.paragraph-promo-banner .media-image__field-media-image{height:100%;width:530px;min-height:240px;max-height:400px;max-width:unset;min-width:unset;}}.paragraph-promo-banner .media-image__field-media-image img.small{display:unset;}@container layout__region (width > 475px){.paragraph-promo-banner .media-image__field-media-image img.small{display:none;}}@media only screen and (min-width:768px){.paragraph-promo-banner .media-image__field-media-image img.small{display:none;}}.paragraph-promo-banner .media-image__field-media-image img.medium{display:none;}@container layout__region (width > 475px){.paragraph-promo-banner .media-image__field-media-image img.medium{display:unset;}}@media only screen and (min-width:768px){.paragraph-promo-banner .media-image__field-media-image img.medium{display:unset;}}@container layout__region (width > 738px){.paragraph-promo-banner .media-image__field-media-image img.medium{display:none;}}@media only screen and (min-width:992px){.paragraph-promo-banner .media-image__field-media-image img.medium{display:none;}}.paragraph-promo-banner .media-image__field-media-image img.large{display:none;}@container layout__region (width > 738px){.paragraph-promo-banner .media-image__field-media-image img.large{display:unset;}}@media only screen and (min-width:992px){.paragraph-promo-banner .media-image__field-media-image img.large{display:unset;}}.paragraph-promo-banner .media-image__field-media-image img{border-radius:var(--promo-banner-image-radius);width:100%;min-height:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;}.paragraph-promo-banner__field-icon{align-content:center;width:33%;min-width:33%;}.paragraph-promo-banner__field-icon img{width:100%;height:auto;max-height:250px;-o-object-fit:contain;object-fit:contain;}.paragraph-promo-banner-content{margin-top:15px;flex-grow:1;}@container layout__region (width > 475px){.paragraph-promo-banner-content{display:flex;flex-direction:column;justify-content:center;margin-top:0;margin-left:30px;}}@media only screen and (min-width:768px){.paragraph-promo-banner-content{display:flex;flex-direction:column;justify-content:center;margin-top:0;margin-inline-start:30px;}}.paragraph-promo-banner-content h2{font-size:var(--txt-h-xl);line-height:1.3;}@container layout__region (width > 738px){.paragraph-promo-banner-content h2{font-size:var(--txt-xxl-xl);}}@media only screen and (min-width:992px){.paragraph-promo-banner-content h2{font-size:var(--txt-xxl-xl);}}.paragraph-promo-banner-content h3{font-family:var(--title-font-family);font-size:var(--txt-md);line-height:1.5;}@container layout__region (width > 738px){.paragraph-promo-banner-content h3{font-size:var(--txt-xl);}}@media only screen and (min-width:992px){.paragraph-promo-banner-content h3{font-size:var(--txt-xl);}}.paragraph-promo-banner__field-title{font-family:var(--title-font-family);font-weight:var(--promo-banner-title-weight);margin-bottom:15px;}.paragraph-promo-banner__field-description{font-size:var(--txt-md);margin-bottom:0;}@container layout__region (width > 475px){.paragraph-promo-banner__field-description{font-size:var(--txt-lg);margin-bottom:0;}}@media only screen and (min-width:768px){.paragraph-promo-banner__field-description{font-size:var(--txt-lg);margin-bottom:0;}}.paragraph-promo-banner__cta-wrapper{display:flex;flex-direction:column;gap:15px;margin-top:15px;text-align:center;}@container layout__region (width > 475px){.paragraph-promo-banner__cta-wrapper{flex-direction:row;gap:25px;}}@media only screen and (min-width:768px){.paragraph-promo-banner__cta-wrapper{flex-direction:row;gap:25px;}}.paragraph-promo-banner__cta-wrapper .btn{flex:0 0 auto;}.paragraph-promo-banner__field-promo-body-text + .paragraph-promo-banner__cta-wrapper{display:none;}.paragraph-promo-banner__field-promo-body-text{display:none;}.paragraph-promo-banner.gradient-colour .paragraph-promo-banner-wrapper{background:linear-gradient(175deg,rgba(255,255,255,0) 50%,rgba(0,0,0,0.5) 100%);}.paragraph-promo-banner.stroke-style{background-color:var(--white);border:1px solid var(--promo-banner-background-color);}.paragraph-promo-banner.promo-icon .paragraph-promo-banner__field-title{font-family:var(--title-font-family);}.paragraph-promo-banner button.round-button{border-color:var(--promo-banner-text-color);align-self:flex-end;min-width:40px;margin-top:10px;cursor:pointer;}.paragraph-promo-banner button.round-button.x-btn.active{border-color:var(--promo-banner-text-color);}.paragraph-promo-banner button.round-button.x-btn.active::before,.paragraph-promo-banner button.round-button.x-btn.active::after{background-color:var(--promo-banner-text-color);}.paragraph-promo-banner button.round-button.x-btn::before,.paragraph-promo-banner button.round-button.x-btn::after{background-color:var(--promo-banner-text-color);}
.views-align-left{text-align:left;}.views-align-right{text-align:right;}.views-align-center{text-align:center;}.views-view-grid .views-col{float:left;}.views-view-grid .views-row{float:left;clear:both;width:100%;}.views-display-link + .views-display-link{margin-left:0.5em;}
.paragraph--unpublished{background-color:#fff4f4;}
.gin--edit-form .grid--row,.layout .grid--row{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:30px;}@media screen and (max-width:768px){.layout.mb-remove-space-between .grid--row{gap:0;}.layout.mb-reverse-layout .grid--50-50 > :nth-child(1),.layout.mb-reverse-layout .grid--33-66 > :nth-child(1),.layout.mb-reverse-layout .grid--66-33 > :nth-child(1){order:2;}.layout.mb-reverse-layout .grid--50-50 > :nth-child(2),.layout.mb-reverse-layout .grid--33-66 > :nth-child(2),.layout.mb-reverse-layout .grid--66-33 > :nth-child(2){order:1;}.layout.mb-reverse-layout .grid--33-33-33 > :nth-child(1),.layout.mb-reverse-layout .grid--25-50-25 > :nth-child(1),.layout.mb-reverse-layout .grid--25-25-50 > :nth-child(1),.layout.mb-reverse-layout .grid--50-25-25 > :nth-child(1){order:3;}.layout.mb-reverse-layout .grid--33-33-33 > :nth-child(2),.layout.mb-reverse-layout .grid--25-50-25 > :nth-child(2),.layout.mb-reverse-layout .grid--25-25-50 > :nth-child(2),.layout.mb-reverse-layout .grid--50-25-25 > :nth-child(2){order:2;}.layout.mb-reverse-layout .grid--33-33-33 > :nth-child(3),.layout.mb-reverse-layout .grid--25-50-25 > :nth-child(3),.layout.mb-reverse-layout .grid--25-25-50 > :nth-child(3),.layout.mb-reverse-layout .grid--50-25-25 > :nth-child(3){order:1;}.layout.mb-reverse-layout .grid--25-25-25-25 > :nth-child(1){order:4;}.layout.mb-reverse-layout .grid--25-25-25-25 > :nth-child(2){order:3;}.layout.mb-reverse-layout .grid--25-25-25-25 > :nth-child(3){order:2;}.layout.mb-reverse-layout .grid--25-25-25-25 > :nth-child(4){order:1;}}@media screen and (min-width:768px){.gin--edit-form .grid--66,.layout .grid--66{grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-gap:0;}.gin--edit-form .grid--50-50,.layout .grid--50-50{grid-template-columns:repeat(2,minmax(0,1fr));}.gin--edit-form .grid--66-33,.layout .grid--66-33{grid-template-columns:calc(2 * ((100% - 60px) / 3) + 30px)
      calc((100% - 60px) / 3);gap:30px;}.gin--edit-form .grid--33-66,.layout .grid--33-66{grid-template-columns:calc((100% - 60px) / 3)
      calc(2 * ((100% - 60px) / 3) + 30px);gap:30px;}.gin--edit-form .grid--33-33-33,.layout .grid--33-33-33{grid-template-columns:calc((100% - 60px) / 3)
      calc((100% - 60px) / 3)
      calc((100% - 60px) / 3);gap:30px;}.gin--edit-form .grid--25-50-25,.layout .grid--25-50-25{grid-template-columns:calc((100% - 90px) / 4)
      calc(2 * ((100% - 90px) / 4) + 30px)
      calc((100% - 90px) / 4);gap:30px;}.gin--edit-form .grid--25-25-50,.layout .grid--25-25-50{grid-template-columns:calc((100% - 90px) / 4)
      calc((100% - 90px) / 4)
      calc(2 * ((100% - 90px) / 4) + 30px);gap:30px;}.gin--edit-form .grid--50-25-25,.layout .grid--50-25-25{grid-template-columns:calc(2 * ((100% - 90px) / 4) + 30px)
      calc((100% - 90px) / 4)
      calc((100% - 90px) / 4);gap:30px;}.gin--edit-form .grid--25-25-25-25,.layout .grid--25-25-25-25{grid-template-columns:repeat(2,minmax(0,1fr));}}@media screen and (min-width:1200px){.gin--edit-form .grid--25-25-25-25,.layout .grid--25-25-25-25{grid-template-columns:repeat(4,minmax(0,1fr));}}
.paragraph--type--layouts{position:relative;margin:0 -15px;padding:0 15px;}.paragraph--type--layouts.space-top-small,.space-top-small{padding-top:10px;}.paragraph--type--layouts.space-bottom-small,.space-bottom-small{padding-bottom:10px;}.paragraph--type--layouts.space-top-medium,.space-top-medium{padding-top:20px;}.paragraph--type--layouts.space-bottom-medium,.space-bottom-medium{padding-bottom:20px;}.paragraph--type--layouts.space-top-large,.space-top-large{padding-top:30px;}.paragraph--type--layouts.space-bottom-large,.space-bottom-large{padding-bottom:30px;}.paragraph.space-title-remove .layout__region>[data-component-id^="klg_paragraphs"]{margin-top:0px;}.paragraph.space-title-remove .block-content-paragraph-block-full__field-paragraph-item>[data-component-id^="klg_paragraphs"]{margin-top:0px;}@media only screen and (min-width:768px){.paragraph--type--layouts.space-top-small,.space-top-small{padding-top:20px;}.paragraph--type--layouts.space-bottom-small,.space-bottom-small{padding-bottom:20px;}.paragraph--type--layouts.space-top-medium,.space-top-medium{padding-top:40px;}.paragraph--type--layouts.space-bottom-medium,.space-bottom-medium{padding-bottom:40px;}.paragraph--type--layouts.space-top-large,.space-top-large{padding-top:60px;}.paragraph--type--layouts.space-bottom-large,.space-bottom-large{padding-bottom:60px;}}.paragraph-layouts__field-background-image-media{position:absolute;z-index:0;top:0;left:0;right:0;bottom:0;*{width:100%;height:100%;}img{object-fit:cover;}}.layout__region>div:not([class*="space-top-small"]):not([class*="space-top-medium"]):not([class*="space-top-large"]){padding-top:0;}.layout__region{container-name:layout__region;container-type:inline-size;>div{margin-top:0;}>div[class^='paragraph-']{margin:0;}.paragraph-slider,.webform-wrapper,.paragraph-testimonial,.paragraph-hero-section{margin:0;}}.layout-title-text-wrapper{display:flex;align-items:center;gap:20px;margin-bottom:20px;}.layout-link{display:inline-block;padding:8px 0;border-top:2px solid transparent;border-bottom:2px solid #240F6E;border-radius:0;font-family:"Open Sans";font-size:14px;font-weight:600;line-height:1.5;text-decoration:none;background-color:transparent;color:#240F6E;transition:all 0.3s ease-in-out;@media only screen and (min-width:768px){font-size:16px}}.layout-link:hover{border:2px solid #240F6E;border-radius:8px;padding-right:10px;padding-left:10px;background-color:transparent;color:#240F6E;}.layout-link:focus{padding-right:10px;padding-left:10px;border-radius:8px;background-color:#240F6E;color:#ffffff;}.layout-link:disabled{border-bottom:2px solid #240F6E;border-radius:0;color:#AAAAAA;background-color:transparent;}.site-kaplan{.paragraph--type--layouts__wrapper{@media screen and (min-width:768px){display:block;max-width:1150px;margin:0 auto;}&.main-layout-title{margin-bottom:5px;@media screen and (min-width:768px){margin-bottom:20px;}}h2{&.main-layout-title{font-family:'Merriweather';font-size:30px;line-height:1.3;font-weight:300;@media screen and (min-width:768px){font-size:36px;}}}h3{&.main-layout-title{font-family:'Merriweather';font-size:16px;font-weight:700;line-height:1.5;@media screen and (min-width:768px){font-size:20px;}}}h4{&.main-layout-title{font-family:'Merriweather';font-size:16px;line-height:1.5;@media screen and (min-width:768px){font-size:20px;}}}h5{&.main-layout-title{font-family:'Merriweather';font-style:italic;font-size:16px;line-height:1.5;@media screen and (min-width:768px){font-size:20px;}}}.layout-subtitle-description-wrapper{margin-bottom:30px;}.layout-subtitle,.layout-description{font-size:16px;line-height:1.5;color:#000000;@media screen and (min-width:768px){font-size:18px;}p{font-size:16px;line-height:1.5;color:#000000;@media screen and (min-width:768px){font-size:18px;}}}}}.site-esl{@media only screen and (max-width:1200px){.layout-title-text-wrapper,.layout-subtitle-description-wrapper{padding:0;}}.paragraph--type--layouts{max-width:100%;}.paragraph--type--layouts:not([class*="space-"]){padding-top:0;padding-bottom:0;}.paragraph--type--layouts__wrapper{@media screen and (min-width:768px){display:block;max-width:1150px;margin:0 auto;}.main-layout-title{margin-bottom:5px;font-size:18px;line-height:1.5;font-weight:800;color:#000000;@media screen and (min-width:768px){font-size:68px;font-weight:700;}}h1{&.main-layout-title{font-size:40px;line-height:1.3;font-weight:800;@media screen and (min-width:768px){font-size:68px;font-weight:700;}}}h2{&.main-layout-title{font-size:24px;line-height:1.5;font-weight:700;@media screen and (min-width:768px){font-size:36px;}}}h3{&.main-layout-title{font-size:18px;line-height:1.5;font-weight:700;@media screen and (min-width:768px){font-size:20px;}}}h4{&.main-layout-title{font-size:16px;line-height:1.5;font-weight:700;@media screen and (min-width:768px){font-size:24px;}}}.layout-subtitle,.layout-description{font-size:16px;line-height:1.5;color:inherit;@media screen and (min-width:768px){font-size:18px;}p{font-size:16px;line-height:1.5;color:inherit;@media screen and (min-width:768px){font-size:18px;}}}.layout-link{display:inline-block;padding:12px 30px;border:0;border-radius:30px;background-color:#0046b4;color:#ffffff;font-size:14px;text-decoration:none;text-align:center;cursor:pointer;&:hover{background-color:#336bc3;}}.paragraph-layouts__field-background-image-media{z-index:-1;}}}.site-alpadia{.paragraph--type--layouts:not([class*="space-"]){padding-top:0;padding-bottom:0;}.paragraph--type--layouts__wrapper{@media screen and (min-width:768px){display:block;max-width:1150px;margin:0 auto;}.main-layout-title{margin-bottom:5px;font-size:24px;line-height:1.5;font-weight:700;color:#000000;@media screen and (min-width:768px){font-size:32px;font-weight:700;}}h1{&.main-layout-title{font-size:32px;font-weight:700;line-height:1.3;@media screen and (min-width:768px){font-size:46px;}}}h2{&.main-layout-title{margin-bottom:10px;font-size:24px;line-height:1.5;font-weight:700;@media screen and (min-width:768px){font-size:32px;}}}h3{&.main-layout-title{margin-bottom:10px;font-size:18px;line-height:1.5;font-weight:600;@media screen and (min-width:768px){font-size:20px;}}}h4{&.main-layout-title{margin-bottom:10px;font-size:16px;line-height:1.5;font-weight:400;@media screen and (min-width:768px){font-size:20px;}}}.layout-link{display:inline-block;padding:5px 15px;border:1px solid #EC0928;background-color:#EC0928;color:#ffffff;font-size:15px;text-decoration:none;text-align:center;cursor:pointer;border-radius:0;&:hover{background-color:#C20822;}}.layout-description p{font-size:16px;line-height:1.5;font-weight:400;@media screen and (min-width:768px){font-size:18px;}}.paragraph-layouts__field-background-image-media{z-index:-1;}}}
:root{--link:#007bff;--white:#ffffff;--black:#000000;--ribbon-bg:#240F6E;--heading-color:#202020;--btn-gray:#A0A0A0;--btn-gray-1:#AAAAAA;--body-text-color:#212121;--gray-bg:#F8F8F8;--primary-color:#240F6E;--sticky-ribbon-text-color:#ffffff;--cta-color:#ffffff;--lighter-gray:#DDDDDD;--text-gray:#606060;--bg-gray:#EEEEEE;--brand-primary-color:#240F6E;--faded-purple:#7C6CA7;--link-blue:#082ECF;--link-light-blue:#005DE8;--gray-border:#CCCCCC;--gray-hover:#EEEEEE;--slider-dot-inactive:#20202066;--yellow:#FFC800;--cta-border-radius:30px;--side-margin:0 -15px;--container-width:1150px;--title-font-family:'Open Sans';--font-weight-regular:400;--font-weight-semi-bold:600;--font-weight-bold:700;--font-weight-extra-bold:800;--swap-card-border-radius:30px;--image-block-border-radius:30px;--timeline-card-border-radius:30px;--cl-label-bg:#FEC802;--cl-label-txt:#212121;--txt-8xl:82px;--txt-6xl:68px;--txt-5xl:56px;--txt-xxxl:50px;--txt-2-xxl:46px;--txt-hm-3xl:44px;--txt-2-xl:40px;--txt-2-l:38px;--txt-xxl-xl:36px;--txt-hm-xxl:34px;--txt-h-m-xxl:32px;--txt-h-xxl:30px;--txt-m-h-xxl:28px;--txt-xxl:26px;--txt-h-xl:24px;--txt-xl:20px;--txt-lg:18px;--txt-md:16px;--txt-md-sm:15px;--txt-sm:14px;--txt-sm-xs:13px;--txt-xs:12px;--txt-xxs:11px;--txt-xxxs:10px;--container-max-width:1130px;}
