@charset "UTF-8";
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
:root * {
	/* Pause the animation */
	animation-play-state: paused;
	/* These last 2 properites clean up overshoot weirdness */
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}
@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}
.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}
.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}
.plyr button{font:inherit;line-height:inherit;width:auto}
.plyr:focus{outline:0}
.plyr--full-ui{box-sizing:border-box}
.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}
.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}
.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}
.plyr--full-ui ::-webkit-media-text-track-container{display:none}
.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}
.plyr__captions span:empty{display:none}
@media (min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing, 10px)*2)}}
@media (min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}
.plyr--captions-active .plyr__captions{display:block}
.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing, 10px)*-4))}
.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}
.plyr__caption div{display:inline}
.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7);position:relative;transition:all .3s ease}
.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}
.plyr__control:focus{outline:0}
.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}
a.plyr__control{text-decoration:none}
.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}
.plyr--full-ui ::-webkit-media-controls{display:none}
.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}
.plyr__controls .plyr__progress__container{flex:1;min-width:0}
.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing, 10px)/4)}
.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}
.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing, 10px)/4)}
.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing, 10px)/2)}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}
.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}
.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}
.plyr__menu{display:flex;position:relative}
.plyr__menu .plyr__control svg{transition:transform .3s ease}
.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}
.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}
.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}
.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7 - var(--plyr-menu-arrow-size, 4px)/2);top:100%;width:0}
.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing, 10px)*.7)}
.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}
.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}
.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing, 10px)*.7/1.5) calc(var(--plyr-control-spacing, 10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}
.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}
.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}
.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing, 10px)*.7*4)}
.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}
.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}
.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing, 10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing, 10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing, 10px)*.7*2)}
.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing, 10px)*.7*1.5 - var(--plyr-menu-item-arrow-size, 4px))}
.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing, 10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}
.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}
.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7)}
.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}
.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}
.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}
.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}
.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing, 10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing, 10px)*.7*3.5);pointer-events:none}
.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height, 13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width, 3px)*2 + var(--plyr-range-thumb-height, 13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}
.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}
.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}
.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}
.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}
.plyr--full-ui input[type=range]::-ms-track{color:#0000}
.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}
.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height, 5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}
.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}
.plyr--full-ui input[type=range]::-ms-tooltip{display:none}
.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}
.plyr--full-ui input[type=range]:focus{outline:0}
.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}
.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}
.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}
.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}
.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}
.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}
.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}
.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}
@media (max-width:767px){.plyr__time+.plyr__time{display:none}}
.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing, 10px)/2) calc(var(--plyr-control-spacing, 10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}
.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}
.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}
.plyr .plyr__control:hover .plyr__tooltip{z-index:3}
.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}
.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7)}
.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}
.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size, 18px)/2 + var(--plyr-control-spacing, 10px)*.7);transform:translateX(50%)}
.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}
.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height, 13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}
.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height, 13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height, 13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height, 13px))}
.plyr__progress input[type=range]{position:relative;z-index:2}
.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}
.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height, 5px)/2)*-1);padding:0;position:absolute;top:50%}
.plyr__progress__buffer::-webkit-progress-bar{background:#0000}
.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}
.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}
.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}
.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}
.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}
.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}
.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}
.plyr__volume{align-items:center;display:flex;position:relative}
.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing, 10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing, 10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}
.plyr--audio{display:block}
.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}
.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}
.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}
.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}
.plyr--video{overflow:hidden}
.plyr--video.plyr--menu-open{overflow:visible}
.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}
.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}
@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}
.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}
.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}
.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing, 10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing, 10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}
@media (min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing, 10px)*3.5)}}
.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}
.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}
.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing, 10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}
.plyr__control--overlaid svg{left:2px;position:relative}
.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}
.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}
.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}
.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}
.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}
.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}
.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}
.plyr:fullscreen video{height:100%}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr:fullscreen.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}
.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}
.plyr--fullscreen-fallback video{height:100%}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}
.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}
@media (min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}
.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}
.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}
.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}
.plyr__ads:empty:after{display:none}
.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}
.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing, 10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}
.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}
.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size, 4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}
.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius, 8px) - 1px);overflow:hidden;position:relative;z-index:0}
.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}
.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}
.plyr__preview-thumb__image-container img{max-height:none;max-width:none}
.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius, 8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius, 8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}
.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}
.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}
.plyr__preview-scrubbing--is-shown{opacity:1}
.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}
.plyr--no-transition{transition:none!important}
.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}
.plyr [hidden]{display:none!important}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #181A1C;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  body {
    font-size: 1.6rem;
  }
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}

/* added h7 for subtitle in the highlights - JM - Jun 22, 2023 */
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6,
.h7,
h7 {
  margin-bottom: calc(1.2em / 2);
  font-family: "Mulish", sans-serif;
}

.h1,
h1 {
  font-size: 5.4rem;
}
@media (max-width: 1023px) {
  .h1,
  h1 {
    font-size: 4.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 3rem;
  }
}

.h2,
h2 {
  font-size: 4.6rem;
}
@media (max-width: 1023px) {
  .h2,
  h2 {
    font-size: 3.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 2.8rem;
  }
}

.h3,
h3 {
  font-size: 3.8rem;
}
@media (max-width: 1023px) {
  .h3,
  h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h3,
  h3 {
    font-size: 2.4rem;
  }
}

.h4,
h4 {
  font-size: 2.7rem;
}
@media (max-width: 1023px) {
  .h4,
  h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h4,
  h4 {
    font-size: 1.8rem;
  }
}

.h5,
h5 {
  font-size: 2.4rem;
}
@media (max-width: 1023px) {
  .h5,
  h5 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h5,
  h5 {
    font-size: 2rem;
  }
}

.h6,
h6 {
  font-size: 2.2rem;
}
@media (max-width: 1023px) {
  .h6,
  h6 {
    font-size: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h6,
  h6 {
    font-size: 1.8rem;
  }
}

.h7,
h7 {
  font-size: 2rem;
}
@media (max-width: 1023px) {
  .h7,
  h7 {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h7,
  h7 {
    font-size: 1.6rem;
  }
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h7[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
h7:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* media  */
.media {
  position: relative;
}

body.tHome .media img,
body.tHome .media video { /* added body.tHome to not affect the detail page - JM - Jun 22, 2023 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article single
\* ------------------------------------------------------------ */
.article-single .article__head {
  margin-bottom: 4.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single .article__head {
    margin-bottom: 2.6rem;
  }
}

.article-single .article__image {
	/*padding-bottom: 24.8%; 	removed because the image's object-fit is not "cover" anymore and the container has already had bottom margin - JM - Jun 22, 2023 */
}

.article-single .article__image img {
	width: 860px; /* moved from HTML - JM - Jun 22, 2023 */
}

.article-single .article__title {
  letter-spacing: 0.01em;
  margin-bottom: 3.8rem;
}
@media (max-width: 1023px) {
  .article-single .article__title {
    margin-bottom: 4.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single .article__title {
    margin-bottom: 2.6rem;
  }
}
.article-single .article__body {
  line-height: 1.67;
  margin-bottom: 5.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single .article__body {
    line-height: 1.62;
    margin-bottom: 2.2rem;
  }
}

/* added img - JM - Jun 22, 2023 */
.article-single .article__body img {
	height: auto !important;
	
	/* if not using auto height, use below, but there will be black background
	object-fit: contain;
	object-position: left top;
	background: black;*/
}

/* added table, div, blockquote - JM - Jun 22, 2023 */
.article-single .article__body p,
.article-single .article__body table,
.article-single .article__body div,
.article-single .article__body blockquote {
	margin-bottom: 3.1rem;
}
.article-single .article__body table.tblForm:not(.fotf),
.article-single .article__body .tblForm div {
	margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.article-single .article__body p,
	.article-single .article__body table,
	.article-single .article__body div,
	.article-single .article__body blockquote {
		margin-bottom: 2.4rem;
	}
	
	.article-single .article__body > table:not([class]) {
		width: auto !important;
		max-width: 100%;
	}
}
.article-single .article__body p:last-child {
  margin-bottom: 0;
}

.article-single .article__body h4 {
  font-weight: 800;
  margin-bottom: 2.3rem;
}
@media (max-width: 1023px) {
  .article-single .article__body h4 {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single .article__body h4 {
    margin-bottom: 1.4rem;
  }
}
.article-single .article__body h4:last-child {
  margin-bottom: 0;
}
.article-single .article__body ul,
.article-single .article__body ol {
  padding-left: 11rem;
}
@media (max-width: 1399px) {
  .article-single .article__body ul,
  .article-single .article__body ol {
    padding-left: 9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single .article__body ul,
  .article-single .article__body ol {
    padding-left: 4.8rem;
  }
}
.article-single .article__body ul:not([class]) li + li { /* added :not([class]) - JM - Jun 22, 2023 */
  margin-top: 1.3rem;
}
.article-single .article__body ol li + li {
  margin-top: 1.6rem;
}

.article-single .article__body blockquote {
	margin-left: 30px;
	margin-right: 30px;
	font-style: italic;
}

/* added for links in the content - JM - Jun 22, 2023 */
.article-single a:not(.btn),
.widget--hl .widget__body a:not(.btn) {
	color: #2672BD;
}

.article-single .article__link {
  color: #2672BD;
  display: inline-block;
}
@media (max-width: 1023px) {
  .article-single .article__link {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single .article__link {
    font-size: 1.6rem;
  }
}
.article-single .article__foot {
	display: flex;
	align-items: center;
	clear: both; /* added - JM - Jun 22, 2023 */
}
.article-single .article__foot span {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 0.9rem;
}
.article-single .article__image-title {
  font-family: "Inter", sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .article-single .article__image-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article-single .article__image-title {
    font-size: 1.5rem;
  }
}
.article-single .article__body > a {
  margin-bottom: 3.2rem;
  display: inline-block;
}

/* added for anchor - JM - Jun 22, 2023 */
.article-single .article__body > a.link__anchor {
	margin-bottom: 0;
	display: block;
}

@media (max-width: 1023px) {
  .article-single .article__table {
    margin-right: -4.1rem;
  }
}
/* article single alt */
.article-single--alt .article__head {
  margin-bottom: 2.5rem;
}
.article-single--alt .article__image {
  padding-bottom: 50.8%;
  margin-bottom: 2rem;
}
@media (max-width: 1023px) {
  .article-single--alt .article__image {
    padding-bottom: 47.8%;
    margin-bottom: 3.8rem;
  }
}
.article-single--alt .article__image img {
  object-fit: contain;
}
@media (max-width: 1023px) {
  .article-single--alt .article__title {
    margin-bottom: 2.6rem;
  }
}
/* article single medium */
.article-single--medium .article__head {
  margin-bottom: 3.1rem;
}
.article-single--medium .article__title {
  margin-bottom: 2.3rem;
  font-weight: 800;
}
.article-single--medium .article__subtitle {
  font-weight: 800;
  margin-bottom: 3.7rem;
}
.article-single--medium .article__image {
  padding-bottom: 55.8%;
}
.article-single--medium .article__content-title {
  margin-bottom: 1.7rem;
  line-height: 1;
}
.article-single--medium .article__table {
  margin: 0 -22.5rem 4rem -22.5rem;
}
@media (max-width: 1399px) {
  .article-single--medium .article__table {
    margin: 0 -15rem 4rem -15rem;
  }
}
@media (max-width: 1199px) {
  .article-single--medium .article__table {
    margin: 0 -8rem 4rem -8rem;
  }
}
@media (max-width: 1023px) {
  .article-single--medium .article__table {
    margin: 0;
    margin-right: -4.1rem;
    margin-bottom: 4rem;
  }
}
.article-single--medium .article__entry {
  margin-bottom: 4.1rem;
}
.article-single--medium .article__list-title h6 {
  font-size: 2rem;
  font-weight: 800;
}
.article-single--medium .article__list {
  margin-bottom: 5rem;
}
.article-single--medium .article__list ul {
  max-width: 79.5rem;
  margin-left: auto;
}
.article-single--medium .article__list--links ul li + li {
  margin-top: 0.6rem;
}
.article-single--donor .article__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #181A1C;
}
.tMyGOAL .article-single--donor .article__head {
	align-items: center;
}
@media (max-width: 1023px) {
  .article-single--donor .article__head {
    display: block;
  }
}
.article-single--donor .article__head-info {
  display: flex;
  gap: 30px;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  .article-single--donor .article__head-info {
    padding-left: 0;
  }
}
.article-single--donor .article__head-info strong {
  font-weight: 500;
}

/* added for detail image - JM - Jun 22, 2023 */
.article-single--donor .article__image {
	margin-bottom: 4.2rem;
}

.article-single--donor .article__body p {
	/*max-width: 80rem; -- removed - JM - Jun 22, 2023 */
}
.article-single--donor .article__table {
  margin-right: 0;
  margin-bottom: 30px;
}
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
  position: relative;
}
.article:hover .article__title {
  color: #2672BD;
  text-decoration: underline;
}
@media (max-width: 1023px) {
  .article {
    display: flex;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article {
    display: block;
  }
}
.article .article__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.article .article__date {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.article .article__image {
  padding-bottom: 56%;
  margin-bottom: 2.1rem;
}
@media (max-width: 1699px) {
  .article .article__image {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 1023px) {
  .article .article__image {
    flex: 0 0 35.3%;
    padding-bottom: 19.6%;
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.article .article__image {
		padding-bottom: 56.6%;
		margin-bottom: 1.5rem;
	}
}
.article .article__title {
  transition: color 0.3s;
}
.article .article__title h6 {
  font-size: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__title h6 {
    font-size: 2rem;
  }
}
.article .article__title h6,
.article .article__title h5 {
  font-weight: 800;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__title h6,
  .article .article__title h5 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
  .article .article__title h5 {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .article .article__title h5 {
    font-size: 2rem;
  }
}
@media (max-width: 1023px) {
	/* added :not(.no-image) to make the title without image inlined - JM - Jun 22, 2023 */
	.article .article__content:not(.no-image) {
		padding-left: 2.6rem;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.article .article__content {
		padding-left: 0 !important; /* added important - JM - Jun 22, 2023 */
	}
}
/* ------------------------------------------------------------ *\
	Aside
\* ------------------------------------------------------------ */
.aside {
  flex: 0 0 24.5%;
  border-right: 1px solid rgba(24, 24, 28, 0.3);
  padding-right: 4.8rem;
  min-width: 27rem;
}
/* main has mobile nav */
@media (max-width: 1023px) {
  .main.has-mobile-nav .aside {
    order: 1;
    padding-right: 0;
    border: none;
  }
}
/* ------------------------------------------------------------ *\
	Breadcrumbs
\* ------------------------------------------------------------ */
.breadcrumbs {
  font-size: 1.4rem;
  color: #58585A;
}

/* added - JM - Jun 22, 2023 */
.main--no-sidebar .breadcrumbs {
	margin-bottom: 3.3rem;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .breadcrumbs {
    font-size: 1.3rem;
  }
}
.breadcrumbs ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.7rem;
}
.breadcrumbs a {
  transition: color 0.3s;
}

/* removed to avoid > drops if the title is long - JM - Jun 22, 2023
.breadcrumbs li:not(:last-child) {
  margin-right: 0.8rem;
}
.breadcrumbs li + li:before {
  content: ">";
  margin-right: 0.3rem;
}
*/

.breadcrumbs li:last-child a {
  text-decoration: none;
  pointer-events: none;
}
.breadcrumbs li:not(:last-child) a:hover {
  color: #2672BD;
  text-decoration: underline;
}
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background-color: #fff;
  padding: 1.7rem 3rem;
  border: 1px solid currentColor;
  font-size: 1.6rem;
  transition: border-color 0.3s, background-color 0.3s, padding 0.3s, color 0.3s;
  font-weight: 500;
}
.btn:hover {
  text-decoration: underline;
  border-color: #2672BD;
  color: #2672BD;
}

/* added for disabled button - JM - Jun 22, 2023 */
.btn:disabled, .btn[disabled], .btn:disabled:hover, .btn[disabled]:hover {
	background-color: #E8E4E1;
	color: #58585A;
	text-decoration: none;
}

/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* btn blue */
/* added btn--transparent for invisible button - JM - Jun 22, 2023 */
.btn--blue {
	color: #fff;
	border: none;
	background-color: #2672BD;
	font-family: "Mulish", sans-serif;
	font-size: 1.8rem;
	font-weight: 600;
	padding: 1.3rem 1.6rem;
}
/* add border to make the Donor Portal button size same as Your School button size - JM - Sep 17, 2024 */
.header__actions .btnSchoolPortal + .btn--blue {
	border: 2px solid #2672BD;
}

@media (max-width: 1540px) { /* added because of Your School button - JM - Sep 17, 2024 */
  .header__actions .btn--blue {
    font-size: 1.6rem;
  }
}
@media (max-width: 1220px) { /* added because of Your School button - JM - Sep 17, 2024 */
  .header__actions .btn--blue {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
@media (max-width: 1199px) {
  .btn--blue {
    font-size: 1.6rem;
    padding: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .btn--blue {
    padding: 0.7rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn--blue {
    padding: 1rem 3.4rem;
  }
}
.btn--blue:hover {
	text-decoration: none;
	background-color: #034CA0;
	color: #fff;
}
/* add border to make the Donor Portal button size same as Your School button size - JM - Sep 17, 2024 */
.header__actions .btnSchoolPortal + .btn--blue:hover {
	border: 2px solid #034CA0;
}

/* btn orange */
/* added .btn--white-orange as requested - JM - Aug 18, 2023 */
.btn--orange, .btn--white-orange {
	background-color: #F58834;
	border: none;
	color: #181A1C;
	font-size: 1.8rem;
	padding: 1.3rem 1.6rem; /* make it equal to the other buttons, but bigger on the homepage only - JM - Jun 22, 2023 */
	font-weight: 500;
}
.btn--white-orange {
	background-color: #FFFFFF;
	border: 2px solid #F58834;
	color: currentColor;
}
body.tHome .btn--orange {
	padding: 1.7rem 3rem;
}
.btn--orange:hover {
	background-color: #E56019;
	color: #181A1C;
}
.btn--white-orange:hover {
  text-decoration: underline;
  border-color: #E56019;
  color: #E56019;
}
.btn--white-orange[data-disabled="true"] {
	border: 2px solid #E8E4E1;
}
.btn--white-orange[data-disabled="true"]:hover {
	text-decoration: none;
	color: currentColor;
	cursor: default;
}

/* btn gray */
.btn--gray {
  background-color: #E8E4E1;
  color: #58585A;
  font-family: "Mulish", sans-serif;
  padding: 1.3rem 1.6rem;
  font-size: 1.8rem;
  border: none;
}
.btn--gray:hover {
  text-decoration: none;
  background-color: #034CA0;
  color: #fff;
}
@media (max-width: 1199px) {
  .btn--gray, .btn--orange, .btn--white-orange {
    font-size: 1.6rem;
    padding: 1.3rem;
  }
}
@media (max-width: 1023px) {
  .btn--gray, .btn--orange, .btn--white-orange {
    padding: 0.7rem 1.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.btn--gray, .btn--orange, .btn--white-orange {
		padding: 1rem 3.4rem;
	}
	
	#frmScholarship .btn {
		width: 100%;
		display: block;
		margin: 1rem 0 0 0;
	}
}

/* added btn--transparent for invisible button - JM - Jun 22, 2023 */
.header--scroll .btn--blue {
  padding: 0.8rem 1.8rem;
}

@media (max-width: 575px) { /* added - JM - Jun 22, 2023 */
	a.btn {
		display: block !important;
		margin-bottom: 0 !important;
	}
	.hero__actions a.btn, .report-button a.btn {
		display: inline-block !important;
	}
}

@media (max-width: 480px) { /* added - JM - Jun 22, 2023 */
	.content__body .btn {
		width: 100%;
		display: block !important;
		margin-bottom: 0 !important;
	}
	.content__body .report-executive .btn,
	.content__body .report-button .btn,
	.content__body .cBtn .btn {
		width: auto;
	}
	.content__body .cBtn .btn {
		display: inline !important;
	}
	.btn--gray, .btn--orange, .btn--white-orange {
		padding: 1rem 1rem;
	}
}

/* ------------------------------------------------------------ *\
	Card image content
\* ------------------------------------------------------------ */
.card-image-content {
	display: flex;
	font-size: 1.5rem;
	position: relative;
	isolation: isolate;
	max-width: 61rem;
	/*justify-content: space-between; -- removed to make the title without content inline - JM - Jun 22, 2023 */
	align-items: center;
	align-content: stretch;
}
@media (max-width: 1399px) {
  .card-image-content {
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .card-image-content {
    align-items: center; /* changed from flex-start - JM - Aug 18, 2023 */
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-image-content {
    align-items: center;
  }
}
@media (max-width: 575px) {
	.card-image-content {
		display: block;
		margin: 0 auto;
	}
	
	.card__image.img-default { /* added - JM - Aug 18, 2023 */
		display: none;
	}
}
.card-image-content:hover:before {
  opacity: 1;
}
.card-image-content:before {
	/* removed because the card item has background color - JM - Aug 18, 2023
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 108%;
	height: 138%;
	transform: translate(-50%, -50%);
	background-color: #F4F2F0;
	z-index: -1;
	transition: opacity 0.3s;
	opacity: 0;*/
	display: none;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-image-content:before {
    display: none;
  }
}
.card-image-content .card__link {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 115%;
  height: 105%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1023px) {
  .card-image-content h5 {
    font-size: 2.4rem;
  }
}
.card-image-content .card__image {
  flex: 0 0 19.3%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media (max-width: 1399px) {
  .card-image-content .card__image {
    flex: 0 0 25%;
  }
}
@media (max-width: 1023px) {
  .card-image-content .card__image {
    flex: 0 0 19.5%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-image-content .card__image {
    flex: 0 0 21%;
  }
}
@media (max-width: 575px) {
  .card-image-content .card__image {
    aspect-ratio: 1/0.6;
  }
}
.card-image-content .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-image-content .card__content {
  padding: 0.5rem 0 0 3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card-image-content .card__content {
    padding: 0 0 0 2rem;
  }
}
@media (max-width: 575px) {
	.card-image-content .card__content {
		padding: 2rem 0 0 0;
		text-align: center; /* added - JM - Aug 29, 2023 */
	}
	.card-image-content .card__image.img-default + .card__content {
		padding-top: 0;
	}
}
.card-image-content .card__content h5 {
	font-size: 3rem;
}
.card-image-content p {
  letter-spacing: -0.029em;
  line-height: 1.46;
}
/* ------------------------------------------------------------ *\
	Card
\* ------------------------------------------------------------ */
.card .card__head {
  border-bottom: 1px solid #181A1C;
  padding-bottom: 1.3rem;
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .card .card__inner {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__inner {
    display: block;
  }
}
.card .card__content {
  line-height: 1.66;
}
@media (max-width: 1023px) {
  .card .card__content {
    padding-left: 2.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content {
    padding-left: 0;
  }
}
.card .card__head h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.041em;
}
@media (max-width: 1023px) {
  .card .card__head h4 {
    font-size: 2.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__head h4 {
    font-size: 2rem;
  }
}
.card .card__content h6 {
  font-size: 2rem;
  text-transform: capitalize;
  font-weight: 800;
  line-height: 1;
  line-height: 1.2;
}
.card .card__content em {
  font-weight: 500;
  line-height: 1.82;
  display: inline-block;
}
.card .card__content p {
  margin-bottom: 1.4rem;
}
.card .card__content p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__content p {
    margin-bottom: 0.8rem;
  }
}
.card .card__image {
  padding-bottom: 50%;
  margin-bottom: 2rem;
}
@media (max-width: 1699px) {
  .card .card__image {
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 1023px) {
  .card .card__image {
    padding-bottom: 17.7%;
    flex: 0 0 35.3%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__image {
    margin-bottom: 1.8rem;
    padding-bottom: 50.7%;
  }
}
.card .card__name {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card .card__name {
    font-size: 1.8rem;
  }
}
/* card flex */
.card--flex .card__image {
  overflow: hidden;
  border-bottom-left-radius: 134px;
  flex: 0 0 41.7%;
  padding-bottom: 56.7%;
  margin-bottom: 0;
}
@media (max-width: 1699px) {
  .card--flex .card__image {
    flex: 0 0 39.8%;
    padding-bottom: 58.7%;
  }
}
@media (max-width: 1023px) {
  .card--flex .card__image {
    flex: 0 0 35.3%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flex .card__image {
    padding-bottom: 102.7%;
    margin-bottom: 3.3rem;
  }
}
.card .card__image img {
	width: 444px; /* moved from HTML without height (224) - JM - Jun 22, 2023 */
}
.card.card--flex .card__image img {
	width: 329px; /* moved from HTML without height (445) - JM - Jun 22, 2023 */
}
.card--flex .card__inner {
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flex .card__inner {
    display: block;
  }
}
.card--flex .card__content {
  padding-left: 3.7rem;
}
@media (max-width: 1399px) {
  .card--flex .card__content {
    padding-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .card--flex .card__content {
    padding-left: 2.5rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .card--flex .card__content {
    padding-left: 0;
  }
}
/* ------------------------------------------------------------ *\
	Cards
\* ------------------------------------------------------------ */
.cards {
	padding: 0; /* changed from 2.8rem 0 13.3rem 0 to reduce the spaces - JM - Aug 29, 2023 */
}
@media (max-width: 1023px) {
	.cards {
		/*padding: 3rem 0 9.7rem 0; -- removed to reduce the spaces - JM - Aug 29, 2023 */
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.cards {
		/*padding: 3rem 0 5rem 0; -- removed to reduce the spaces - JM - Aug 29, 2023 */
	}
}
.cards .cards__items {
	display: flex;
	flex-wrap: wrap;
	/*margin: -2.6rem -1.7rem; -- removed to make it inline with the right of content area - JM - Aug 29, 2023 */
	row-gap: 2rem;
	column-gap: 2rem; /* added because the card item has background color - JM - Aug 18, 2023 */
	justify-content: space-between; /* added to make it inline with the right of content area - JM - Aug 29, 2023 */
}
@media (max-width: 1023px) {
	.cards .cards__items {
		display: block;
	}
}
.cards .cards__item {
	flex: 0 0 48%; /* changed from 0 0 50% because the card item has background color, so it needs column gap - JM - Aug 18, 2023 */
	padding: 2.6rem 1.7rem;
	background-color: #FCC090; /* added as requested - JM - Aug 18, 2023 */
}
.cards .cards__item.cards__item-bg-01 {
	background-color: #FCC090;
}
.cards .cards__item.cards__item-bg-02 {
	background-color: #E2F0D5;
}
.cards .cards__item.cards__item-bg-03 {
	background-color: #FDFFCE;
}
.cards .cards__item.cards__item-bg-04 {
	background-color: #E5F2FD;
}

.cards .cards__item.has-link:hover { /* moved from .card-image-content:before - JM - Aug 18, 2023 */
	background-color: #F4F2F0 !important;
	transition: background-color 0.3s;
	cursor: pointer;
}
.cards .cards__item.cards__item-bg-01.has-link:hover {
	background-color: #F59D6E !important;
}
.cards .cards__item.cards__item-bg-02.has-link:hover {
	background-color: #B5D9AA !important;
}
.cards .cards__item.cards__item-bg-03.has-link:hover {
	background-color: #FAEA92 !important;
}
.cards .cards__item.cards__item-bg-04.has-link:hover {
	background-color: #BED5ED !important;
}

@media (max-width: 1023px) {
  .cards .cards__item + .cards__item {
    margin-top: 1.3rem;
  }
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
	width: 100%; /* added for full width - JM - Jun 22, 2023 */
	max-width: 91rem;
	/*margin-left: auto; -- removed because the left margin is too wide if there is no detail image - JM - Jun 22, 2023 */
	padding-left: 4.8rem;
}
.content .content__head {
  margin-bottom: 3.3rem;
}
/* main no sidebar */
.main--no-sidebar .content {
  padding-left: 0;
  margin: 0 auto;
  max-width: none;
}
.main--no-sidebar .content .content__body {
  max-width: 86rem;
  margin: 0 auto;
}
/* main.has-mobile-nav */
@media (max-width: 1023px) {
  .main.has-mobile-nav .content {
    display: contents;
  }
  .main.has-mobile-nav .content .content__body {
    order: 3;
  }
  .main.has-mobile-nav .content .content__head {
    margin-bottom: 2.3rem;
  }
}
.content--full-width .content__body {
  max-width: none !important;
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature {
  font-size: 1.7rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1023px) {
  .feature {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .feature {
    display: block;
  }
}
.feature .feature__head {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
	/*min-height: 5.7rem; - removed to make the title inline - JM - Jun 22, 2023 */
}
@media (max-width: 1023px) {
  .feature .feature__head {
    margin-bottom: 0;
    min-height: auto;
  }
}
.feature .feature__head h4 {
  font-weight: 800;
}
.feature .feature__head img {
	margin-right: 2rem;
	width: 50px; height: 50px; /* moved from HTML - JM - Jun 22, 2023 */
}
@media (max-width: 1023px) {
	.feature .feature__head img {
		max-width: 4rem;
		height: auto; /* added to have a good size of image - JM - Jun 22, 2023 */
		margin-right: 3.1rem;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .feature__head img {
    max-width: 3.1rem;
    margin-right: 2.2rem;
  }
}
@media (max-width: 575px) {
  .feature .feature__head img {
    margin-bottom: -1.3rem;
  }
}
.feature .feature__content {
  line-height: 1.62;
  margin-bottom: 2.2rem;
}
@media (max-width: 1023px) {
  .feature .feature__content {
    display: none;
  }
}
.feature .feature__actions {
  margin-top: auto;
}
@media (max-width: 1023px) {
  .feature .feature__actions {
    margin: 0;
  }
}
@media (max-width: 575px) {
	/* added :not(.no-image) to make the link inline to the title - JM - Jun 22, 2023 */
	.feature .feature__actions:not(.no-image) {
		margin-left: 5.4rem;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .feature .link {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  overflow: hidden;
  padding-bottom: 1.5rem;
}
.footer:after {
  content: "";
  width: 100%;
  height: 1.5rem;
  background-color: #FCC090;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .footer__form-wrapper {
  position: relative;
  padding: 5.9rem 0;
  color: #fff;
  isolation: isolate;
}
@media (max-width: 1023px) {
  .footer .footer__form-wrapper {
    max-width: 51rem;
    margin: 0 auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__form-wrapper {
    padding: 3.9rem 0 3rem 0;
  }
}
.footer .footer__form-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background-color: #344153;
  z-index: -1;
}
@media (max-width: 1023px) {
  .footer .footer__logo {
    margin-bottom: 3.5rem;
  }
}
.footer .footer__form-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .footer .footer__form-inner {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1023px) {
  .footer .footer__form {
    margin-bottom: 4.9rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__form {
    margin-bottom: 4.2rem;
  }
}
.footer .footer__form-title {
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .footer .footer__form-title {
    margin-bottom: 2.9rem;
    text-align: center;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__form-title {
    margin-bottom: 1.8rem;
  }
}
.footer .footer__form-title h5 {
  font-weight: 800;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__form-title h5 {
    font-size: 2.2rem;
    line-height: 1.33;
  }
}
.footer .footer__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5.8rem 0 4rem 0;
  margin-bottom: 4rem;
  border-bottom: 1px solid #C8CDD3;
}
@media (max-width: 1023px) {
  .footer .footer__head {
    flex-direction: column;
    padding: 4.7rem 0 2.4rem 0;
    max-width: 51rem;
    margin: 0 auto 3.2rem auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__head {
    padding: 4.7rem 0 2.9rem 0;
    margin: 0 auto 2.1rem auto;
  }
}
.footer .footer__address {
  display: flex;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .footer .footer__address {
    padding-top: 2.5rem;
    border-top: 1px solid #C8CDD3;
    font-size: 1.5rem;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__address {
    display: block;
    padding-top: 3rem;
  }
}
.footer .footer__address a {
  display: flex;
  align-items: center;
  transition: color 0.3s;
  text-decoration: none;
}
.footer .footer__address g,
.footer .footer__address line,
.footer .footer__address path {
  transition: stroke 0.3s;
}
.footer .footer__address a:hover {
  color: #2672BD;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.footer .footer__address a:hover g,
.footer .footer__address a:hover line {
  stroke: #2672BD;
}
.footer .footer__address a:hover .colored {
  fill: #2672BD;
}
.footer .footer__address li {
  max-width: 28rem;
  display: flex;
  line-height: 1.5;
  align-items: center; /* moved from .footer .footer__address a because no link on address - JM - Jun 22, 2023 */
}
@media (max-width: 1023px) {
  .footer .footer__address li {
    max-width: 26rem;
  }
}
.footer .footer__address li + li {
  margin-left: 8rem;
}
@media (max-width: 1023px) {
  .footer .footer__address li + li {
    margin-left: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__address li + li {
    margin: 2.8rem 0 0 0;
  }
}
.footer .footer__address span {
  max-width: 23.1rem;
  margin-left: 2rem;
}
.footer .footer__address svg {
  min-width: 2rem;
}
.footer .footer__cols {
  display: flex;
  margin: 0 -3rem;
}
@media (max-width: 1399px) {
  .footer .footer__cols {
    margin: 0 -2rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__cols {
    display: block;
  }
}
.footer .footer__col {
  flex: 1;
  padding: 0 3rem;
}
@media (max-width: 1399px) {
  .footer .footer__col {
    padding: 0 2rem;
  }
}
@media (max-width: 1023px) {
  .footer .footer__col {
    margin-bottom: 1.4rem;
  }
  .footer .footer__col:last-child {
    margin-bottom: 0;
  }
}
.footer .footer__body {
  margin-bottom: 7.4rem;
}
@media (max-width: 1023px) {
  .footer .footer__body {
    max-width: 51rem;
    margin: 0 auto 4rem auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__body {
    margin: 0 auto 2rem auto;
  }
}
.footer .footer__foot {
  position: relative;
  display: flex;
  font-size: 1.4rem;
  padding: 3.4rem 2.8rem;
  color: #1F2427;
}
@media (max-width: 1023px) {
  .footer .footer__foot {
    padding: 3.5rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__foot {
    font-size: 1.3rem;
    display: block;
  }
}
.footer .footer__foot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 100vw;
  background-color: #F4F2F0;
  z-index: -1;
  transform: translateX(-50%);
}
.footer .footer__links {
  list-style: none;
  display: flex;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links {
    display: block;
  }
}
.footer .footer__copyright {
  line-height: 1.8;
}
.footer .footer__copyright a {
  text-decoration: none;
  border-left: 1px solid currentColor;
  padding-left: 1.6rem;
  margin-left: 1.6rem;
}
@media (max-width: 1199px) {
  .footer .footer__copyright a {
    padding-left: 0.8rem;
    margin-left: 0.8rem;
  }
}
.footer .footer__copyright a:hover {
  text-decoration: underline;
}
.footer .footer__links li {
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__links li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.footer .footer__links li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 17px;
  background-color: currentColor;
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.9rem;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
@media (max-width: 1699px) {
  .grid {
    margin: 0 -1.7rem;
  }
}
@media (max-width: 1023px) {
  .grid {
    display: block;
    margin: -2rem 0;
  }
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
  padding: 0 0.9rem;
}
@media (max-width: 1699px) {
  .grid .grid__col {
    padding: 0 1.7rem;
  }
}
@media (max-width: 1023px) {
  .grid .grid__col {
    padding: 2rem 0;
  }
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}
.grid .grid__col--1of4 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1023px) {
  .grid .grid__col--1of4 {
    max-width: 100%;
  }
}
.grid .grid__col .article .article__image img {
	width: 674px; /* moved from HTML without height (377) - JM - Jun 22, 2023 */
}
.grid .grid__col.grid__col--1of4 .article .article__image img {
	width: 300px; /* moved from HTML without height (168) - JM - Jun 22, 2023 */
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background-color: #F4F2F0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #F4F2F0;
  padding: 3.6rem 0;
  transition: background-color 0.3s, padding 0.3s;
}
@media (max-width: 1023px) {
  .header {
    padding: 1.8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    padding: 1rem 0;
  }
}
.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header__logo {
  flex-shrink: 0;
}
@media (max-width: 1023px) {
  .header .header__logo {
    height: 4.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__logo {
    height: 3.2rem;
  }
}
.header .header__logo-responsive, .header .header__logo-print {
  display: none;
}
.header .header__actions {
  display: flex;
  align-items: center;
}
@media (max-width: 1105px) { /* added because of multiple schools - JM - Sep 17, 2024 */
	.header .header__actions {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media (max-width: 1023px) {
	.header .header__actions {
		margin: 0 1.5rem 0 auto;
		display: none; /* added because of multiple schools - JM - Sep 17, 2024 */
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.header .header__actions {
		display: none;
	}
}

/* added .btn + .btn - JM - Jun 22, 2023 */
.header .header__btn + .header__btn, .btn + .btn {
	margin-left: 1.4rem;
}
@media (max-width: 1105px) { /* added because of Your School button - JM - Sep 17, 2024 */
	.header .header__btn + .header__btn {
		margin-left: 0;
		margin-top: 1.4rem;
	}
	.header .header__nav-actions .header__btn + .header__btn {
		margin-left: 1.4rem;
		margin-top: 0;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.header .header__btn + .header__btn, .btn + .btn {
		margin-left: 1.8rem;
	}
}
@media (max-width: 575px) { /* added - JM - Jun 22, 2023 */
	a.btn + a.btn {
		margin-left: 0;
		margin-top: 1rem;
	}
	.header .header__btn + .header__btn {
		margin-top: 0;
	}
}
@media (max-width: 480px) { /* added - JM - Jun 22, 2023 */
	.btn + .btn {
		margin-left: 0;
		margin-top: 1rem;
	}
	.content__body .cBtn .btn + .btn {
		margin-left: 1.8rem;
		margin-top: 0;
	}
}

.header .header__nav {
	/* changed to center aligned as requested - JM - Sep 14, 2023
	margin: 0 7.5rem 0 auto;
	padding-left: 2rem;*/
	padding: 0 2rem;
}
/*@media (max-width: 1699px) {
	.header .header__nav {
		margin: 0 auto;
		padding: 0 2rem;
	}
}*/
@media (max-width: 1023px) {
  .header .header__nav {
    position: fixed;
    top: var(--header-height);
    right: 0;
    height: calc(100% - var(--header-height));
    width: 100vw;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    padding: 2.3rem 4.1rem 5rem 4.1rem;
    overflow-y: auto;
    background-color: #344153;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__nav {
    padding: 1.9rem 2.5rem;
  }
}
.header .header__nav-actions {
  display: none;
}
/*
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
-- changed to 1023px because of multiple schools - JM - Sep 17, 2024
*/
@media (max-width: 1023px) {
	.header .header__nav-actions {
		display: flex;
		justify-content: center;
		align-items: center; /* added for welcome text at top navigation - JM - Jun 22, 2023 */
	}
}
.header--scroll {
  padding: 1rem 0;
}
/* header nav is open */
@media (max-width: 1023px) {
  .header.nav-is-open {
    background-color: #344153;
  }
  .header.nav-is-open .header__nav {
    opacity: 1;
    visibility: visible;
  }
  .header.nav-is-open .header__logo-desktop {
    display: none;
  }
  .header.nav-is-open .header__logo-responsive {
    display: block;
  }
}
/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
  min-height: 59rem;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5rem 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .hero {
    padding: 0;
    min-height: auto;
  }
}
.hero:before {
	content: "";
	position: absolute;
	width: 160vw;
	height: 100%;
	top: 0;
	right: 20rem;

	/* changed from 71% to 95% - JM - Aug 16, 2023 
	   (add transparency to the overlay; the picture to remain as is, but the blue overlay to be more transparent so that more of the image is visible towards the right side of the screen) */
	background: radial-gradient(circle, rgba(52, 65, 83, 0) 53%, rgb(52, 65, 83) 95%);

	z-index: 1;
}
@media (max-width: 1023px) {
  .hero:before {
    display: none;
  }
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 20rem;
  height: 100%;
  background-color: #344153;
}
@media (max-width: 1023px) {
  .hero:after {
    display: none;
  }
}
.hero .hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero .hero__background {
    position: relative;
    width: 103vw;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 52.1%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__background {
    padding-bottom: 53.4%;
  }
}
.hero .hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1023px) {
  .hero .hero__background img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hero .hero__content {
  position: relative;
  z-index: 2;
  padding-bottom: 4.6rem;
  max-width: 60rem;
  margin-left: auto;
  isolation: isolate;
}
@media (max-width: 1399px) {
  .hero .hero__content {
    max-width: 50.5rem;
  }
}
@media (max-width: 1023px) {
  .hero .hero__content {
    margin: 0;
    max-width: none;
    padding: 3.3rem 0 4.6rem 0;
  }
  .hero .hero__content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 103vw;
    background-color: #344153;
    z-index: -1;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__content {
    padding: 3.3rem 0 4rem 0;
  }
}
.hero .hero__inner {
  padding-right: 0.5rem;
}
.hero .hero__head {
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .hero .hero__head {
    margin-bottom: 1.3rem;
  }
}
.hero .hero__head h1 {
  font-weight: 800;
}
@media (max-width: 1023px) {
  .hero .hero__head h1 {
    line-height: 1.4;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__head h1 {
    line-height: 1.2;
  }
}
.hero .hero__entry {
  font-size: 2.2rem;
  line-height: 1.5;
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .hero .hero__entry {
    font-size: 2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__entry {
    font-size: 1.8rem;
    line-height: 1.45;
  }
}
/* ------------------------------------------------------------ *\
Link
\* ------------------------------------------------------------ */
.link {
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
}
/* changed to use bottom border to also underline the second line - JM - Jun 22, 2023
.link:hover span:before {
	opacity: 0;
}*/
.link:hover svg path {
  fill: #2672BD;
}
.link span {
	position: relative;
	margin-right: 1rem;
	border-bottom: 1px solid currentColor; /* added to also underline the second line - JM - Jun 22, 2023 */
}
.link:hover span {
	border-bottom: 0; /* added to also underline the second line - JM - Jun 22, 2023 */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.link span {
		margin-right: 0.6rem;
	}
}
/* changed to use bottom border to also underline the second line - JM - Jun 22, 2023
.link span:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: opacity 0.3s;
}*/
.link svg path {
  transition: fill 0.3s;
}
/* ------------------------------------------------------------ *\
	List links
\* ------------------------------------------------------------ */
.list-links {
  list-style: none;
  color: #2672BD;
  font-size: 1.6rem;
}
.list-links li + li {
  margin-top: 2.8rem;
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {
  max-width: 19.4rem;
  display: inline-block;
  transition: max-width 0.3s;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .logo {
    max-width: 16rem;
  }
}
@media (max-width: 1023px) {
  .logo {
    max-width: 14rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .logo {
    max-width: 9.6rem;
  }
}
.logo img,
.logo svg {
  width: 100%;
  display: block;
}
/* logo footer */
.logo--footer {
  max-width: 14.1rem;
}
/* header scroll */
.header--scroll .logo {
  max-width: 13.4rem;
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
  padding: 4rem 0 10rem 0;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .main {
    padding: 3.6rem 0 8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main {
    padding: 2.3rem 0 9.7rem 0;
  }
}
.main .main__inner {
  display: flex;
}
/* main no sidebar */
.main--no-sidebar .main__inner {
  display: block;
}
/* main mobile no sidebar */
@media (max-width: 1023px) {
	/* added .widget.widget--hl (highlight) and .widget__head-navtitle (left navigation's title) - JM - Jun 22, 2923 */
	.main--mobile-no-sidebar .aside,
	.widget.widget--hl,
	.widget__head-navtitle {
		display: none;
	}
	.main--mobile-no-sidebar .content {
		padding-left: 0;
	}
}
/* main has mobile nav */
@media (max-width: 1023px) {
  .main.has-mobile-nav {
    padding: 3.6rem 0 3rem 0;
  }
}
@media (max-width: 1023px) {
  .main.has-mobile-nav .main__inner {
    flex-direction: column;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main.has-mobile-nav {
    padding: 2.3rem 0 9.7rem 0;
  }
}
/* ------------------------------------------------------------ *\
	Nav aside
\* ------------------------------------------------------------ */
.nav-aside {
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
}
.nav-aside a {
  text-decoration: none;
}
.nav-aside > ul > li + li {
  margin-top: 0.2rem;
}
.nav-aside > ul > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.nav-aside > ul > li > a {
  transition: color 0.3s;
  flex: 1;
  padding: 0.8rem 0;
}

/* added third level - JM - Jun 22, 2023 */
.nav-aside > ul > li > ul > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.nav-aside > ul > li > ul > li > a {
  transition: color 0.3s;
  flex: 1;
  padding-right: 3.2rem !important;
}
.nav-aside > ul > li > ul > li > ul > li > a {
  padding-left: 3.2rem !important;
}

.nav-aside .nav__dropdown-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin-right: -1.5rem;
}

/* added third level - JM - Jun 22, 2023 */
.nav-aside > ul > li > ul > li > .nav__dropdown-trigger {
  margin-right: 1.6rem;
}

.nav-aside .nav__dropdown-trigger:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border-right: 2px solid #181A1C;
  border-bottom: 2px solid #181A1C;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.nav-aside .nav__dropdown {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.7s;
  font-weight: 400;
  color: #58585A;
}

/* changed from
	.nav-aside .nav__dropdown li:hover,
	.nav-aside .nav__dropdown li.is-current
   to also apply to the first level - JM - Jun 22, 2023
*/
.nav-aside ul li:hover,
.nav-aside ul li.is-current {
	background-color: #F4F2F0;
	color: #181A1C;
}
/* remove background color for inactive navigation
   (useful if the second/third level is active) - JM - Jun 22, 2023 */
.nav-aside ul li {
	background-color: #FFFFFF;
}


.nav-aside .nav__dropdown li.is-current a {
  font-weight: 600;
}
.nav-aside .nav__dropdown a {
  display: inline-block;
  padding: 1rem 1.6rem;
}
.nav-aside > ul > li > .nav__dropdown {
  max-height: 0;
}
.nav-aside > ul > li.is-open > .nav__dropdown {
  max-height: 100rem;
}
.nav-aside > ul > li > ul > li > .nav__dropdown {
  max-height: 0;
}
.nav-aside > ul > li > ul > li.is-open > .nav__dropdown {
  max-height: 100rem;
}
.nav-aside > ul > li.is-open > .nav__dropdown-trigger:before {
  transform: rotate(225deg);
}
.nav-aside > ul > li > ul > li.is-open > .nav__dropdown-trigger:before {
  transform: rotate(225deg);
}
/* nav aside responsive */
@media (max-width: 1023px) {
  .nav-aside--responsive {
    width: 32.7rem;
    background-color: #fff;
    padding: 1rem;
    z-index: 2;
    position: relative;
    z-index: 101;
    padding: 1.8rem 3rem;
  }
}
@media (max-width: 374px) {
  .nav-aside--responsive {
    width: 30rem;
  }
}
.nav-aside--responsive .nav__title-mobile {
  display: none;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1.2rem;
}
@media (max-width: 1023px) {
  .nav-aside--responsive .nav__title-mobile {
    display: block;
  }
}

/* added for scrollable dropdown menu - JM - Jun 22, 2023 */
.widget__body.is-open .nav-aside--responsive ul {
	max-height: 100rem;
	overflow-y: scroll;
	
	/* hide the scrollbar */
	scrollbar-width: none;		/* Firefox */
	-ms-overflow-style: none;	/* IE 10+ */
}
/* hide the scrollbar */
.widget__body.is-open .nav-aside--responsive ul::-webkit-scrollbar { /* WebKit */
	width: 0;
	height: 0;
}
/* ------------------------------------------------------------ *\
	Nav footer
\* ------------------------------------------------------------ */
.nav-footer {
  font-size: 1.6rem;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 1023px) {
  .nav-footer ul {
    display: block;
  }
}
@media (max-width: 1023px) {
	.nav-footer > ul > li > a {
		display: block;
		flex: 1;
	}
	.nav-footer > ul > li:not(.has-children) {
		padding: 1rem 0 0.9rem 0;
	}
}
.nav-footer a {
  text-decoration: none;
  transition: color 0.3s;
}
.nav-footer a:hover {
  color: #2672BD;
  text-decoration: underline;
}
.nav-footer .nav__dropdown {
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  padding-top: 2.3rem;
}
@media (max-width: 1023px) {
  .nav-footer .nav__dropdown {
    max-height: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    transition: max-height 0.7s;
    padding-left: 1.5rem;
  }
}
.nav-footer li + li {
  margin-top: 1.9rem;
}
.nav-footer .nav__dropdown-trigger {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin-right: -1.5rem;
  display: none;
}
@media (max-width: 1023px) {
  .nav-footer .nav__dropdown-trigger {
    display: flex;
  }
}
.nav-footer .nav__dropdown-trigger:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
@media (max-width: 1023px) {
  .nav-footer .nav__dropdown li + li {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .nav-footer .nav__dropdown a {
    padding: 1rem 0;
    display: block;
  }
}
.nav-footer li.has-children {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  .nav-footer li.has-children.is-open .nav__dropdown {
    max-height: 100rem;
  }
  .nav-footer li.has-children.is-open .nav__dropdown-trigger:before {
    transform: rotate(225deg);
  }
}
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: none;
  width: 34px;
  height: 34px;
  background-color: #fff;
  overflow: hidden;
  border: 2px solid #181A1C;
}
@media (max-width: 1023px) {
  .nav-trigger {
    display: block;
  }
}
.nav-trigger span {
  position: absolute;
  left: 7px;
  display: block;
  height: 2px;
  width: 16px;
  background: #000;
  transition: top 0.2s 0.25s, left 0.2s 0.1s, opacity 0.2s 0.1s, transform 0.2s 0s;
}
.nav-trigger span:nth-child(1) {
  top: 8px;
}
.nav-trigger span:nth-child(2) {
  top: 14px;
}
.nav-trigger span:nth-child(3) {
  top: 20px;
}
/* Active */
.nav-trigger.is-active,
.is-active .nav-trigger {
  border-color: #fff;
  background-color: transparent;
}
.nav-trigger.is-active span,
.is-active .nav-trigger span {
  background: #fff;
  transition: background 0.2s, top 0.2s, left 0.2s 0.1s, opacity 0.2s 0.1s, transform 0.2s 0.25s;
}
.nav-trigger.is-active span:nth-child(3), .nav-trigger.is-active span:nth-child(1),
.is-active .nav-trigger span:nth-child(3),
.is-active .nav-trigger span:nth-child(1) {
  top: 14px;
}
.nav-trigger.is-active span:nth-child(2),
.is-active .nav-trigger span:nth-child(2) {
  left: -150%;
  opacity: 0;
}
.nav-trigger.is-active span:nth-child(1),
.is-active .nav-trigger span:nth-child(1) {
  transform: rotate(45deg);
}
.nav-trigger.is-active span:nth-child(3),
.is-active .nav-trigger span:nth-child(3) {
  transform: rotate(-45deg);
}
/* nav trigger alt*/
.nav-trigger--alt {
  border: none;
  width: 31px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-trigger--alt:before {
  content: "";
  background: url("/images/svg/nav-trigger.svg") no-repeat;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-position: 50% 50%;
  background-size: contain;
}
.widget__nav-trigger.is-active .nav-trigger--alt:before {
  background: url("/images/svg/ico-x.svg") no-repeat;
  background-size: contain;
  animation: scale 0.4s forwards;
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #344153;
}
/* added because of multiple schools - JM - Sep 17, 2024 */
.header__nav .nav + .nav {
	display: none;
}
@media (max-width: 1023px) {
	.nav {
		color: #fff;
		font-weight: 800;
		padding: 1.6rem 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;

		/* added because of multiple schools - JM - Sep 17, 2024 */
		font-size: 1.6rem;
		margin-bottom: 3rem;
	}
	
	/* added because of multiple schools - JM - Sep 17, 2024 */
	.header__nav .nav + .nav {
		display: block;
		border-top: none;
		padding-top: 0;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.nav > ul {
  list-style: none;
  display: flex;
  align-items: center;
}
/* added for Your School dropdown - JM - Sep 17, 2024 */
.header__actions ul {
	list-style: none outside none;
}
@media (max-width: 1023px) {
	/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
	.nav > ul, .header__actions ul {
		flex-direction: column;
		margin: 0 -1rem;
	}
}
.nav li {
  position: relative;
}
/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.nav a, .header__actions .nav__dropdown a {
  text-decoration: none;
  transition: color 0.3s;
}
.nav > ul > li + li {
  margin-left: 7.6rem;
}
@media (max-width: 1520px) { /* changed from 1399px - JM - Sep 14, 2023 */
  .nav > ul > li + li {
    margin-left: 5.5rem;
  }
}
@media only screen and (max-width: 1390px) { /* changed from 1350px - JM - Sep 14, 2023 */
  .nav > ul > li + li {
    margin-left: 3.5rem;
  }
}
@media (max-width: 1280px) { /* changed from 1199px - JM - Sep 14, 2023 */
  .nav > ul > li + li {
    margin-left: 2.2rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li + li {
    margin-left: 0;
    margin-top: 0.2rem;
  }
}
@media (max-width: 1023px) {
  .nav > ul > li > a {
    display: block;
    padding: 1.6rem 0;
    flex: 1;
  }
}

/* add selected - JM - Jun 22, 2023 */
.nav > ul > li > a:hover, .nav > ul > li > a.selected {
  color: #2672BD;
}
/* added .nav__dropdown for Your School dropdown - JM - Sep 17, 2024 */
.nav__dropdown > ul > li > a.selected {
  color: #181A1C;
  font-weight: 800;
}

/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.nav .nav__dropdown, .header__actions .nav__dropdown {
  position: absolute;
  top: 100%;
  left: -34px;
  padding-top: 1.6rem;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  font-size: 1.6rem;
  color: #181A1C;
  z-index: 102; /* added, so the top menu dropdown is above Your School dropdown - JM - Sep 17, 2024 */
}
/* added for Your School dropdown - JM - Sep 17, 2024 */
.header__actions .nav__dropdown {
	text-align: left;
	left: auto;
	right: -2px;
	padding-top: 5px;
	z-index: 101;
}
/* added for Your School dropdown - JM - Sep 17, 2024 */
.header__actions .btnSchoolPortal {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 2px solid #2671BD;
	color: #2671BD;
}
@media (max-width: 1023px) {
  .nav .nav__dropdown {
    position: static;
    max-height: 0;
    overflow: hidden;
    width: 100%;
    padding: 0;
    font-weight: 400;
    opacity: 1;
    visibility: visible;
    transition: max-height 0.6s, padding 0.3s;
    color: #fff;
  }
}
/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.nav .nav__dropdown ul, .header__actions .nav__dropdown ul {
	width: fit-content;
	padding: 1.5rem;
	min-width: 25rem;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.header__nav .nav .nav__dropdown ul, .header__actions .nav__dropdown ul {
	/* added for scrollable dropdown menu - JM - Jun 22, 2023 */
	max-height: 40rem;
	overflow-y: scroll;
	
	/* hide the scrollbar */
	scrollbar-width: none;		/* Firefox */
	-ms-overflow-style: none;	/* IE 10+ */
}
/* hide the scrollbar */
/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.header__nav .nav .nav__dropdown ul::-webkit-scrollbar,
.header__actions .nav__dropdown ul::-webkit-scrollbar { /* WebKit */
	width: 0;
	height: 0;
}

@media (max-width: 1023px) {
  .nav .nav__dropdown ul {
    background-color: transparent;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
}
/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.nav .nav__dropdown a, .header__actions .nav__dropdown a {
  display: block;
  padding: 1.5rem 2rem;
  transition: background-color 0.3s;
  border-radius: 2px;
}
@media (max-width: 1023px) {
  .nav .nav__dropdown a {
    padding: 1rem 1.6rem;
  }
}
/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.nav .nav__dropdown a:hover, .header__actions .nav__dropdown a:hover {
  background-color: #F4F2F0;
  text-decoration: underline;
  color: #2672BD;
}
.nav li:hover > .nav__dropdown {
  visibility: visible;
  opacity: 1;
}
/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.nav .nav__dropdown-trigger, .header__actions .nav__dropdown-trigger {
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  margin-right: -1.5rem;
  display: none;
}
/* added for Your School dropdown - JM - Sep 17, 2024 */
.header__actions .nav__dropdown-trigger {
	display: flex;
	padding: 0 1.5rem;
}
@media (max-width: 1023px) {
  .nav .nav__dropdown-trigger {
    display: flex;
  }
}
/* added .header__actions for Your School dropdown - JM - Sep 17, 2024 */
.nav .nav__dropdown-trigger:before, .header__actions .nav__dropdown-trigger:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
/* added for Your School dropdown - JM - Sep 17, 2024 */
.header__actions .nav__dropdown-trigger:before {
	border-right: 2px solid #2671BD;
	border-bottom: 2px solid #2671BD;
}
/* added for Your School dropdown - JM - Sep 17, 2024 */
.header__actions .btnSchoolPortal.is-open .nav__dropdown-trigger:before {
	transform: rotate(225deg);
}
@media (max-width: 1220px) {
	/* added because of Your School dropdown - JM - Sep 17, 2024 */
	.header__actions .nav__dropdown-trigger:before {
		width: 0.6rem;
		height: 0.6rem;
	}
}
@media (max-width: 1023px) {
	/* added for menu that doesn't have children - JM - Jun 22, 2023 */
	.nav ul li {
		width: 100%;
		padding: 0 1.5rem;
		transition: background-color 0.3s;
	}
	.nav ul li ul li {
		padding: 0;
	}
	
	.nav ul li.has-children {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
		padding: 0 1.5rem;
		transition: background-color 0.3s;
	}
}
/* header nav is open */
@media (max-width: 1023px) {
  .header.nav-is-open li.has-children.is-open {
    background-color: #445367;
  }
  .header.nav-is-open li.has-children.is-open .nav__dropdown {
    max-height: 100rem;
    padding-bottom: 1rem;
  }
  .header.nav-is-open li.has-children.is-open .nav__dropdown-trigger:before {
    transform: rotate(225deg);
  }
}
/* ------------------------------------------------------------ *\
	Section cols
\* ------------------------------------------------------------ */
.section-cols {
  overflow: hidden;
}
.section-cols .section__cols {
  display: flex;
  margin: 0 -1.7rem;
}
@media (max-width: 1023px) {
  .section-cols .section__cols {
    display: block;
  }
}
.section-cols .section__col {
  flex: 1;
  position: relative;
  padding: 9.5rem 1.8rem 12.5rem 1.8rem;
}
@media (max-width: 1699px) {
  .section-cols .section__col {
    padding: 10rem 1.8rem 11.2rem 1.8rem;
  }
}
@media (max-width: 1023px) {
  .section-cols .section__col {
    padding: 8.2rem 1.8rem 5rem 1.8rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-cols .section__col {
    padding: 6rem 1.8rem 5rem 1.8rem;
  }
}
.section-cols .section__col--medium {
  flex: 0 0 62.2%;
}
.section-cols .section__col-inner {
  padding-left: 4.8rem;
}
@media (max-width: 1699px) {
  .section-cols .section__col-inner {
    padding-left: 5.8rem;
  }
}
@media (max-width: 1023px) {
  .section-cols .section__col-inner {
    padding: 0;
  }
}
.section-cols .section__col--medium .section__col-inner {
  padding: 0 4.8rem 0 0;
}
@media (max-width: 1023px) {
  .section-cols .section__col--medium .section__col-inner {
    padding: 0;
  }
}
.section-cols .section__col:first-child:before,
.section-cols .section__col:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.section-cols .section__col:first-child:before {
  background-color: #E5F2FD;
  right: 1.7rem;
}
@media (max-width: 1023px) {
  .section-cols .section__col:first-child:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.section-cols .section__col:nth-child(2):before {
  background-color: #E2F0D5;
  left: 1.7rem;
}
@media (max-width: 1023px) {
  .section-cols .section__col:nth-child(2):before {
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ------------------------------------------------------------ *\
	Section features
\* ------------------------------------------------------------ */
.section-features {
  padding: 4.4rem 0;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .section-features {
    padding: 4.4rem 0;
  }
}
.section-features .section__features {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -7rem;
}
@media (max-width: 1399px) {
  .section-features .section__features {
    margin: -2rem -4rem;
  }
}
@media (max-width: 1199px) {
  .section-features .section__features {
    margin: -2rem;
  }
}
@media (max-width: 1023px) {
  .section-features .section__features {
    display: block;
    margin: -3.2rem 0;
  }
}
.section-features .section__feature {
  flex: 0 0 33.33%;
  padding: 2rem 7rem;
}
@media (max-width: 1399px) {
  .section-features .section__feature {
    padding: 2rem 4rem;
  }
}
@media (max-width: 1199px) {
  .section-features .section__feature {
    padding: 2rem;
  }
}
@media (max-width: 1023px) {
	.section-features .section__feature {
		padding: 3.2rem 0;
	}
	/* added if nothing to display - JM - Jun 22, 2023 */
	.section-features .section__feature.mobile-empty {
		display: none;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-features .section__feature {
    padding: 2.3rem 0;
  }
}
.section-features .section__feature:not(:last-child) {
  border-right: 1px solid rgba(88, 88, 90, 0.3);
}
@media (max-width: 1023px) {
  .section-features .section__feature:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #C8CDD3;
  }
}
/* ------------------------------------------------------------ *\
	Section newsletter
\* ------------------------------------------------------------ */
.section-newsletter {
  background-color: #344153;
  padding: 6rem 0;
  color: #fff;
}
.section-newsletter .section__inner {
  display: flex;
  justify-content: space-between;
}
.section-newsletter .section__title {
  margin-bottom: 2.5rem;
}
.section-newsletter .section__title h5 {
  font-weight: 800;
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 9.1rem 0;
  overflow: hidden;
}
@media (max-width: 1699px) {
  .section {
    padding: 8.7rem 0;
  }
}
@media (max-width: 1023px) {
  .section {
    padding: 8.1rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 6.4rem 0;
  }
}
.section .section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #181A1C;
  padding-bottom: 1.5rem;
  margin-bottom: 4.3rem;
}
@media (max-width: 1699px) {
  .section .section__head {
    margin-bottom: 5.9rem;
  }
}
@media (max-width: 1399px) {
  .section .section__head {
    margin-bottom: 3.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head {
    display: block;
    border-bottom: 0;
    margin-bottom: 2.7rem;
  }
}
.section .section__head .section__title {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section .section__head .section__title {
    border-bottom: 1px solid #181A1C;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
  }
}
.section .section__cols {
  display: flex;
  align-items: center;
  margin: 0 -1rem;
}
@media (max-width: 1023px) {
  .section .section__cols {
    flex-direction: column;
    margin: 0;
  }
}
.section .section__col {
  flex: 1;
  padding: 0 1rem;
}
@media (max-width: 1023px) {
  .section .section__col {
    width: 100%;
    padding: 0;
  }
}
.section .section__title {
  margin-bottom: 1.6rem;
}
.section .section__title h3 {
  font-weight: 800;
}
.section .section__entry {
  line-height: 1.62;
  margin-bottom: 3rem;
}
.section .section__content {
  max-width: 62rem;
  margin-left: auto;
  padding: 0 0 0.8rem 1.3rem;
}
@media (max-width: 1399px) {
  .section .section__content {
    max-width: 57rem;
  }
}
@media (max-width: 1023px) {
  .section .section__content {
    max-width: none;
  }
}
.section .section__media.media {
  padding-bottom: 56%;
}
.section .section__row + .section__row {
  margin-top: 8.7rem;
}
@media (max-width: 1399px) {
  .section .section__row + .section__row {
    margin-top: 6.9rem;
  }
}
@media (max-width: 1023px) {
  .section .section__cols--reversed {
    flex-direction: column-reverse;
  }
}
/* section section clip */
.section--clip {
  padding: 10.7rem 0;
  background-color: #F4F2F0;
}
@media (max-width: 1023px) {
  .section--clip {
    padding: 6.1rem 0 8rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--clip {
    padding: 6.1rem 0 5.5rem 0;
  }
}
.section--clip .section__head {
  margin-bottom: 6rem;
}
@media (max-width: 1023px) {
  .section--clip .section__head {
    margin-bottom: 3.1rem;
  }
}
.section--clip .section__media {
  padding-bottom: 164%;
  overflow: hidden;
  border-bottom-left-radius: 134px;
  height: 100%;
}
.section--clip .section__col .section__media img {
	width: 329px; /* moved from HTML without height (538) - JM - Jun 22, 2023 */
}
.section--clip .section__row .section__media-small img {
	width: 329px; /* moved from HTML without height (275) - JM - Jun 22, 2023 */
}
@media (max-width: 1023px) {
  .section--clip .section__media {
    order: 1;
    flex: 0 0 35.2%;
    padding-bottom: 50%;
    height: auto;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--clip .section__media {
    display: none;
  }
}
.section--clip .section__media img {
  object-position: 68% 50%;
}
.section--clip .section__cols {
  margin: 0 -0.8rem;
  align-items: stretch;
}
@media (max-width: 1699px) {
  .section--clip .section__cols {
    margin: 0 -1.5rem;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__cols {
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__cols {
    margin: 0;
    flex-direction: row;
  }
}
.section--clip .section__col {
  padding: 0 0.8rem;
}
@media (max-width: 1699px) {
  .section--clip .section__col {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__col {
    display: contents;
  }
}
.section--clip .section__col--small {
  flex: 0 0 25%;
}
@media (max-width: 1699px) {
  .section--clip .section__col--small {
    flex: 0 0 24.7%;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__row {
    order: 2;
    flex: 1;
  }
}
.section--clip .section__row--flex {
  display: flex;
}
@media (max-width: 1023px) {
  .section--clip .section__row--flex {
    width: 100%;
    order: 0;
    flex: none;
  }
}
.section--clip .section__media-small {
  flex: 0 0 32%;
  padding-bottom: 27%;
  overflow: hidden;
  border-top-right-radius: 134px;
}
@media (max-width: 1699px) {
  .section--clip .section__media-small {
    flex: 0 0 30.6%;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__media-small {
    display: none;
  }
}
.section--clip .section__entry {
  background-color: #E5F2FD;
  font-size: 2.1rem;
  font-weight: 800;
  font-family: "Mulish", sans-serif;
  margin-right: 1.6rem;
  padding: 3.4rem 5rem;
  line-height: 1.62em;
  margin-bottom: 0;
}
@media (max-width: 1699px) {
  .section--clip .section__entry {
    margin-right: 3rem;
  }
}
@media (max-width: 1399px) {
  .section--clip .section__entry {
    padding: 3.4rem 4rem;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__entry {
    margin-right: 0;
    font-size: 2rem;
    padding: 2.7rem 4.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--clip .section__entry {
    margin-inline: -2.5rem;
    font-size: 1.8rem;
    padding: 1.7rem 2.6rem 3.9rem 2.6rem;
  }
}
.section--clip .section__entry--alt {
  background-color: #E2F0D5;
  margin-right: 0;
  padding: 4.2rem 6.7rem;
}
@media (max-width: 1399px) {
  .section--clip .section__entry--alt {
    padding: 4.2rem 4rem;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__entry--alt {
    margin-left: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--clip .section__entry--alt {
    margin-inline: -2.5rem;
    padding: 4.3rem 2.6rem;
  }
}
.section--clip .section__row h6 {
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.025em;
  color: #58585A;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--clip .section__row h6 {
    margin-bottom: 0.9rem;
  }
}
.section--clip .section__entry--alt h6 {
  margin-bottom: 1.8rem;
  line-height: 1;
}
.section--clip .section__row + .section__row {
  margin-top: 3.6rem;
}
@media (max-width: 1023px) {
  .section--clip .section__row + .section__row {
    margin-top: 0;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__row:not(:last-child) {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--clip .section__row:not(:last-child) {
    margin-bottom: 0;
  }
}
.section--clip .section__list {
  font-size: 1.5rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin: -2rem;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .section--clip .section__list {
    display: block;
    font-size: 1.4rem;
    margin: 0;
  }
}
.section--clip .section__list li {
  line-height: 1.4;
  padding: 2rem;
  max-width: 29rem;
}
@media (max-width: 1023px) {
  .section--clip .section__list li {
    padding: 0;
    max-width: 34rem;
  }
}
@media (max-width: 1023px) {
  .section--clip .section__list li + li {
    margin-top: 3.2rem;
  }
}
.section--clip .section__list h2 {
  font-size: 5.8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .section--clip .section__list h2 {
    font-size: 4.4rem;
  }
}
/* section orange */
.section--orange {
  background-color: #FCC090;
}
@media (max-width: 1699px) {
  .section--orange {
    padding: 9.7rem 0;
  }
}
@media (max-width: 1023px) {
  .section--orange {
    padding: 7.9rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--orange {
    padding: 4.2rem 0;
  }
}
.section--orange .section__title {
  max-width: 40rem;
}
@media (max-width: 1023px) {
  .section--orange .section__title {
    max-width: none;
  }
}
.section--orange .section__content {
  max-width: 57rem;
}
@media (max-width: 1699px) {
  .section--orange .section__content {
    max-width: 54rem;
    padding-top: 1rem;
  }
}
@media (max-width: 1399px) {
  .section--orange .section__content {
    max-width: 54.5rem;
    padding-top: 2.3rem;
  }
}
@media (max-width: 1023px) {
  .section--orange .section__content {
    max-width: none;
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .section--orange .section__cols {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1023px) {
  .section--orange .section__col:not(:last-child) {
    margin-top: 5rem;
  }
}
/* section rows */
.section--rows {
  padding: 9.2rem 0;
}
@media (max-width: 1399px) {
  .section--rows {
    padding: 11.1rem 0 9.1rem 0;
  }
}
@media (max-width: 1023px) {
  .section--rows {
    padding: 8.2rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--rows {
    padding: 6.3rem 0;
  }
}
.section--rows .section__head {
  margin-bottom: 6rem;
}
@media (max-width: 1023px) {
  .section--rows .section__head {
    margin-bottom: 4.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section--rows .section__head {
    margin-bottom: 0;
  }
}
.section--rows .section__content {
  padding: 0 0 6rem 0rem;
}
@media (max-width: 1699px) {
  .section--rows .section__content {
    padding: 0 0 3rem 2.2rem;
  }
}
@media (max-width: 1399px) {
  .section--rows .section__content {
    padding: 0 0 2.3rem 3.1rem;
  }
}
@media (max-width: 1399px) {
  .section--rows .section__content {
    padding: 0;
  }
}
.section--rows .section__cols--reversed .section__content {
  padding: 0 0 3rem 0rem;
  margin-right: auto;
  margin-left: 0;
}
@media (max-width: 1699px) {
  .section--rows .section__cols--reversed .section__content {
    padding: 0 2rem 1.9rem 0rem;
  }
}
@media (max-width: 1023px) {
  .section--rows .section__media {
    margin-bottom: 3.3rem;
  }
}
@media (max-width: 1023px) {
  .section--rows .section__row + .section__row {
    margin-top: 3.3rem;
  }
}
.section--rows .section__media img {
	width: 674px; /* moved from HTML without height (377) - JM - Jun 22, 2023 */
}
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 136.4rem + 9.1rem * 2 );
  padding-left: 9.1rem;
  padding-right: 9.1rem;
  margin: auto;
  width: 100%;
}
@media only screen and (max-width: 1700px) {
  .shell {
    max-width: calc( 131rem + 9.1rem * 2 );
  }
}
@media (max-width: 1199px) {
  .shell {
    padding-left: 4.1rem;
    padding-right: 4.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .shell {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* Shell Fluid */
.shell--fluid {
  max-width: none;
}
/* shell medium */
.shell--medium {
  max-width: calc( 147.6rem + 5.1rem * 2 );
  padding-left: 5.1rem;
  padding-right: 5.1rem;
}
@media (max-width: 1199px) {
  .shell--medium {
    padding-left: 4.1rem;
    padding-right: 4.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .shell--medium {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* shell small */
.shell--small {
  max-width: calc( 131rem + 5.1rem * 2 );
  padding-left: 5.1rem;
  padding-right: 5.1rem;
}
@media (max-width: 1199px) {
  .shell--small {
    padding-left: 4.1rem;
    padding-right: 4.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .shell--small {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.socials li + li {
  margin-left: 2.8rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials li + li {
    margin-left: 2.2rem;
  }
}
.socials a:hover path {
  fill: #F58834;
}
.socials svg path {
  transition: fill 0.3s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .socials svg {
    max-width: 4.5rem;
  }
}
/* socials alt */
.socials--alt a {
  width: 3rem;
  height: 3rem;
  border: 1px solid #C2C6CE;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.3s;
}
.socials--alt a:hover {
  border-color: #2672BD;
}
.socials--alt a:hover path {
  fill: #2672BD;
}
.socials--alt li + li {
  margin-left: 1rem;
}
/* ------------------------------------------------------------ *\
	Subscribe
\* ------------------------------------------------------------ */
.subscribe {
  color: #181A1C;
}
.subscribe form {
  display: flex;
  height: 5.7rem;
}
.subscribe .subscribe__field {
  padding: 1rem 2.5rem;
  width: 100%;
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe .subscribe__field {
    font-size: 1.5rem;
    padding: 1rem 2rem;
  }
}
.subscribe button {
  flex-shrink: 0;
  padding: 1rem 2.3rem;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .subscribe button {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
  }
}

/* animation on the homepage - JM - Jun 22, 2023 */
.reveal {
	position: relative;
	opacity: 0;
}
.reveal.active {
	opacity: 1;
}
.active.stretch {
	animation: stretch 1s 1 normal ease-out forwards;
	-webkit-animation-fill-mode: forwards;
}
.active.fade-left {
	animation: fade-left 1s 1 normal ease-in forwards;
}
.active.fade-right {
	animation: fade-right 1s 1 normal ease-in forwards;
}
.active.fade-top {
	animation: fade-top 1s 1 normal ease-in forwards;
}
.active.fade-bottom {
	animation: fade-bottom 1s 1 normal ease-in forwards;
}
@keyframes stretch {
	0% {
		transform: scale(.3);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes fade-left {
	0% {
		transform: translateX(-100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fade-right {
	0% {
		transform: translateX(100px);
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes fade-top {
	0% {
		transform: translateY(-50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fade-bottom {
	0% {
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
/* END OF animation on the homepage */

/* ------------------------------------------------------------ *\
Table
\* ------------------------------------------------------------ */
.table {
  font-size: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table {
    overflow: auto;
    font-size: 1.5rem;
  }
}
@media (max-width: 1023px) {
  .table table {
    min-width: 60rem;
    overflow-x: scroll;
  }
}

.table .table__col-1of3 {
  width: 33.33%;
}

/* added from previous CSS - JM - Jun 22, 2023 */
.table.separate {
	border-collapse: separate; /* so we can add border-top only when using jQuery - JM - Aug 26, 2016*/
}

.table thead {
  background-color: #F4F2F0;
}

.table th {
	padding: 0.9rem 0 0.9rem 2.8rem; /* changed from 0.9rem 0 0.9rem 6.5rem - JM - Jun 22, 2023 */
}
@media (max-width: 1023px) {
	.table th {
		padding: 0.9rem 0 0.9rem 0.8rem;
	}
}

.table td {
	padding: 1.3rem 0 1.3rem 2.8rem; /* changed from 1.3rem 0 1.3rem 6.5rem - JM - Jun 22, 2023 */
}
@media (max-width: 1023px) {
	.table td {
		padding-left: 0.8rem;
	}
}

.table th:first-child,
.table td:first-child {
	/*padding-left: 4.2rem; -- removed - JM - Jun 22, 2023 */
}
.table th:last-child,
.table td:last-child {
	padding-right: 2.8rem; /* changed from 3.4rem - JM - Jun 22, 2023 */
	/*padding-left: 8.5rem; -- removed - JM - Jun 22, 2023 */
}
@media (max-width: 1023px) {
	.table th:last-child,
	.table td:last-child {
		/*padding-left: 2.8rem; -- removed - JM - Jun 22, 2023 */
		padding-right: 0.8rem;	/* added - JM - Jun 22, 2023 */
	}
}

.table th {
  text-align: left;
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table th {
    font-size: 1.3rem;
  }
}

.table tbody tr {
  border-bottom: 1px solid #D5D5D8;
}

.table tr.total-row, .table tr.total-row th, .table tr.total-row td {
	background: #E7EAEB; /* added from previous CSS - JM - Jun 22, 2023 */
	font-weight: 700;
}

.table .title th, .table .title td {
	background-color: #595959;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
}
.table .heading th, .table .heading td {
	text-transform: uppercase;
}
.table .center th, .table .center td {
	text-align: center;
}
.table .left th, .table .left td {
	text-align: left;
}

.table tfoot th, .table tfoot td { /* added from previous CSS - JM - Jun 22, 2023 */
	text-align: right;
}

.table tbody tr:not(.nohover):not(.total-row):hover,
.table tbody tr:not(.nohover):not(.total-row):hover td {
	background-color: #FFFFCC; /* added - JM - Jun 22, 2023 */
}

.table a.btn--link {
	background-color: #fff;
	border: 1px solid currentColor;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 10px 12px;
	gap: 10px;
	transition: color 0.3s, border-color 0.3s;
	line-height: 1;

	/* added - JM - Jun 22, 2023 */
	margin: 10px 10px 0 0;
}
.table a.btn--link:hover {
  color: #2672BD;
  text-decoration: underline;
}
.table a svg {
  width: 1.7rem;
  height: auto;
}
.table a svg path {
  fill: currentColor;
}

/* table alt  */
.table--alt th:first-child,
.table--alt td:first-child {
  padding-left: 2.6rem;
  padding-right: 1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--alt th,
  .table--alt td {
    width: auto;
  }
}

/* ------------------------------------------------------------ *\
Table responsive
\* ------------------------------------------------------------ */
.table--responsive table {
	min-width: auto;
}
.table--responsive:not(.table--general) thead {
	background-color: transparent;
}
@media (max-width: 1023px) {
	.table--responsive:not(.table--general--small) thead tr:not(.title) {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}
.table--responsive:not(.table--general) th {
	font-weight: 400;
}
.table--responsive:not(.table--general) tbody tr {
	background-color: #E2F0D5;
	border: none;
}
@media (max-width: 1023px) {
	.table--responsive:not(.table--general--small) tbody tr	{
		display: flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.table--responsive:not(.table--general--small) tbody tr {
		display: block;
	}
}
@media (max-width: 600px) {
	.table--general.table--responsive thead tr:not(.title) {
		display: none;
	}
}

.table--responsive:not(.table--general) tbody tr:not(:last-child) {
	border-bottom: 15px solid #fff;
}
.table--responsive:not(.table--general) td {
	font-weight: 600;
}
@media (max-width: 1023px) {
	.table--responsive:not(.table--general--small) tbody td {
		width: 33.33%;
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
		vertical-align: top;
	}
	.table--responsive:not(.table--general) td {
		padding: 20px;
	}
	
	.table--responsive:not(.table--general--small) tbody td:before {
		content: attr(data-label);
		font-weight: 400;
		font-size: 15px;
		margin-bottom: 12px;
	}
	.table--general.table--responsive:not(.table--general--small) tbody td:before {
		font-weight: 500;
		font-size: 16px;
		margin-bottom: 0;
	}
	.table--responsive:not(.table--general--small) tbody td:empty,
	.table--responsive:not(.table--general--small) tbody td:empty:before {
		display: none;
	}
	
	.table--responsive a.btn--link { /* ML Aug 11, 2023*/
		max-width: 87px;
		margin-top: 0;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.table--responsive:not(.table--general) td {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		padding: 15px 50px 15px 20px;
		gap: 20px;
	}
	
	.table--responsive:not(.table--general) td:before {
		margin-bottom: 0;
	}
}

@media (max-width: 600px) {
	.separate.table--general.table--responsive {
		border-collapse: collapse;
	}
	.separate.table--general.table--responsive tr td {
		border-bottom: 0 !important;
	}
	
	.table--general.table--responsive tr:first-child {
		border-top: 1px solid #D5D5D8;
	}
		
	.table--general.table--responsive td {
		width: 100% !important;
		display: inline-flex;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0.5rem 0;
		gap: 0;
		text-align: left !important;
	}
	.table--general.table--responsive td:first-child {
		padding-top: 1.3rem;
	}
	.table--general.table--responsive td:last-child {
		padding-bottom: 1.3rem;
	}
	
	.table--general.table--responsive td:before {
		content: attr(data-label);
		font-weight: 500;
	}
	.table--general.table--responsive td:empty,
	.table--general.table--responsive td:empty:before {
		display: none;
	}
	
	.table--general.table--responsive tr.percentage-row td:nth-child(1),
	.table--general.table--responsive tr.percentage-row td:nth-child(2)	{
		display: none;
	}
}

@media (max-width: 575px) {
	.table--responsive:not(.table--general) td {
		padding-right: 20px;
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.table--responsive:not(.table--general) td span,
	.table--responsive:not(.table--general) td a {
		/*flex: 0 0 13%;*/
		flex: 0 0 50%; /* ML Aug 11, 2023 more width for new columns*/
		min-width: 80px;
	}
}
@media (max-width: 1023px) {
	.table--responsive:not(.table--general) th:first-child,
	.table--responsive:not(.table--general) td:first-child,
	.table--responsive:not(.table--general) th:last-child,
	.table--responsive:not(.table--general) td:last-child {
		padding: 20px;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.table--responsive:not(.table--general) th:first-child,
	.table--responsive:not(.table--general) td:first-child,
	.table--responsive:not(.table--general) th:last-child,
	.table--responsive:not(.table--general) td:last-child {
		padding: 15px 50px 15px 20px;
	}
}
@media (max-width: 575px) {
	.table--responsive:not(.table--general) th:first-child,
	.table--responsive:not(.table--general) td:first-child,
	.table--responsive:not(.table--general) th:last-child,
	.table--responsive:not(.table--general) td:last-child {
		padding-right: 20px;
	}
}

/* ------------------------------------------------------------ *\
Table large
\* ------------------------------------------------------------ */
.table--large {
  overflow-x: scroll;
}
@media (max-width: 1399px) {
	.table--large {
		margin-right: 0; /* changed from -5.1rem - JM - Nov 28, 2023 */
	}
}
.table--large a.btn--link {
	/* copied from .table a */
	background-color: #fff;
	border: 1px solid currentColor;
	text-decoration: none;
	gap: 10px;
	transition: color 0.3s, border-color 0.3s;
	line-height: 1;
	
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.table--large th,
.table--large td,
.table--large th:first-child,
.table--large td:first-child {
  padding-left: 3rem;
}
.table--large th:last-child,
.table--large td:last-child {
  padding-right: 3rem; /* changed from 6.5rem - JM - Jun 22, 2023 */
}
.table--large tfoot th,
.table--large tfoot td {
  background-color: #E2F0D5;
}
.table--large thead th:first-child,
.table--large tbody td:first-child {
	/*width: 10%; -- removed - JM - Jun 22, 2023 */
}
.table--large thead th:nth-child(2),
.table--large tbody td:nth-child(2) {
	/*width: 10%; -- removed - JM - Jun 22, 2023 */
}

/* added for th and td - JM - Jun 22, 2023 */
.table--large .table__col, .table--large th, .table--large td {
	width: auto;
	min-width: 95px;
}

@media (max-width: 1399px) {
  .table--large .table__col, .table--large th, .table--large td {
    min-width: 110px;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .table--large .table__col, .table--large th, .table--large td {
    min-width: 80px;
  }
}
.table--large .table__col-large {
  min-width: 227px;
}
.table--large tfoot th {
  font-weight: 600;
}
.table--large tfoot td {
  padding-left: 3rem !important;
}
/* ------------------------------------------------------------ *\
Table large and responsive - ML - Aug 10, 2023
\* ------------------------------------------------------------ */
.table--large--responsive {
	overflow-x: scroll;
}

.table--large--responsive table {
	max-width: 100%;
	min-width: auto;
}

.table--large--responsive a.btn--link {
	/* copied from .table a */
	background-color: #fff;
	border: 1px solid currentColor;
	text-decoration: none;
	gap: 10px;
	transition: color 0.3s, border-color 0.3s;
	line-height: 1;
	
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.table--large--responsive th,
.table--large--responsive td,
.table--large--responsive th:first-child,
.table--large--responsive td:first-child {
	padding-left: 1.3rem;
}

.table--large--responsive th:last-child,
.table--large--responsive td:last-child {
	padding-right: 1.3rem;
}

.table--large--responsive tfoot th,
.table--large--responsive tfoot td {
	background-color: #E2F0D5;
}

.table--large--responsive tfoot th {
	font-weight: 600;
}

.table--large--responsive .table__col-large {
	min-width: 227px;
}

.table--large--responsive .table__col, 
.table--large--responsive th, 
.table--large--responsive td {
	width: auto;
	min-width: 95px;
	max-width: 300px;
}
.table--large--responsive th[data-label="DOR Certificate #"] {
	min-width: 120px;
}

.table--large--responsive tfoot .col_cumulative_goal_giving {
	text-align: center;
}

.table--large--responsive .force-break {
	word-wrap: break-word;
	word-break: break-word;
}

@media (max-width: 1399px) {
	.table--large--responsive {
		margin-right: -5.1rem;
	}
	
	.table--large--responsive .table__col, 
	.table--large--responsive th, 
	.table--large--responsive td {
		min-width: 110px;
		max-width: none;
	}
	.table--large--responsive th[data-label="DOR Certificate #"] {
		min-width: 120px;
	}
}

@media (max-width: 1280px) {
	.table--large--responsive {
		overflow-x: auto;
		max-width: 100%;
	}
	
	.table--large--responsive th, 
	.table--large--responsive td {
		min-width: auto;
	}
	
	.table--large--responsive table colgroup {
		display: none;
	}
	
	.table--large--responsive:not(.table--general) thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.table--general.table--large--responsive thead {
		background: none;
	}
	.table--general.table--large--responsive thead th {
		background-color: #F4F2F0;
	}
	
	.table--large--responsive tbody tr {
		display: flex;
		flex-wrap: wrap;
		background-color: #E2F0D5;
		border: none;
	}
	.table--general.table--large--responsive tbody tr {
		background: none;
	}
	
	.table--large--responsive tbody tr:not(:last-child) {
		border-bottom: 15px solid #fff;
	}
	.table--general.table--large--responsive tbody tr:not(:last-child) {
		border-bottom: none;
	}
	.table--general.table--large--responsive tbody tr td {
		border-bottom: 1px solid #D5D5D8;
	}
	
	.table--general.table--large--responsive thead th,
	.table--large--responsive td,
	.table--large--responsive tfoot td {
		width: 33.33%;
		display: inline-flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.table--large--responsive:not(.table--general) td,
	.table--large--responsive:not(.table--general) tfoot td {
		padding: 20px;
		font-weight: 600;
	}
  
	.table--large--responsive tfoot th {
		display: none;
	}
  
	.table--large--responsive td:before,
	.table--large--responsive tfoot td:before {
		content: attr(data-label);
		font-weight: 400;
		font-size: 15px;
		margin-bottom: 12px;
	}
	.table--large--responsive td:empty,
	.table--large--responsive td:empty:before {
		display: none;
	}
  
	.table--large--responsive tfoot td:before {
		margin-bottom: 0;
	}
  
	.table--large--responsive:not(.table--general) th:first-child,
	.table--large--responsive:not(.table--general) td:first-child,
	.table--large--responsive:not(.table--general) th:last-child,
	.table--large--responsive:not(.table--general) td:last-child {
		padding: 20px;
	}
	
	.table--large--responsive tfoot td {
		border-top: 15px solid #fff;
		padding: 20px 50px 20px 20px!important;
		text-align: left;
	}
  
	.table--large--responsive a.btn--link {
		width: auto;
		height: auto;
		padding: 10px 12px;
		font-weight: 600;
		max-width: 87px;
		margin-top: 0;
	}
	
	.table--large--responsive a.btn--link:before {
		content: 'PDF';
	}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.table--large--responsive tbody tr {
		display: block;
	}
	
	.table--general.table--large--responsive thead {
		display: none;
	}
	
	.table--large--responsive td,
	.table--large--responsive tfoot td {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
		gap: 20px;
	}
	.table--large--responsive:not(.table--general) td,
	.table--large--responsive:not(.table--general) tfoot td {
		padding: 15px 50px 15px 20px;
	}
	
	.table--large--responsive th:first-child,
	.table--large--responsive td:first-child,
	.table--large--responsive th:last-child,
	.table--large--responsive td:last-child {
		padding: 15px 50px 15px 20px;
	}
	
	.table--general.table--large--responsive tbody tr:first-child td:first-child {
		border-top: 1px solid #D5D5D8;
	}
	.table--general.table--large--responsive tbody tr td {
		border-bottom: none;
		padding-top: 15px;
		padding-bottom: 0;
	}
	.table--general.table--large--responsive tbody tr td:last-child {
		border-bottom: 1px solid #D5D5D8;
		padding-top: 0;
		padding-bottom: 15px;
	}
	
	.table--large--responsive td:before,
	.table--large--responsive tfoot td:before {
		margin-bottom: 0;
	}
  
	.table--large--responsive td span,
	.table--large--responsive td a {
		flex: 0 0 50%;
	}
}

@media (max-width: 575px) {
	.table--large--responsive th,
	.table--large--responsive td {
		padding-right: 20px;
	}
}

/* ------------------------------------------------------------ *\
Video
\* ------------------------------------------------------------ */
.video {
  position: relative;
  padding-bottom: 56%;
}
.video .plyr, .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video .plyr__controls {
  display: none;
}
.video .plyr--playing .plyr__controls {
  display: flex;
}
.video .plyr .plyr__control--overlaid {
  display: none;
}
.video .plyr--playing + .video__btn {
  display: none;
}
.video .video__btn {
  width: 8.2rem;
  height: 8.2rem;
  position: absolute;
  background: none;
  border: none;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
  margin-bottom: 5.2rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget__head {
  padding-bottom: 1rem;
  border-bottom: 1px solid currentColor;
  margin-bottom: 1.2rem;
}

/* added h7 for highlights - JM - Jun 22, 2023 */
.widget .widget__head h6, .widget h7 {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 0; /* equal to the menu title - JM - Jun 22, 2023 */
}

/* added for highlights - JM - Jun 22, 2023 */
.widget .widget__head h6 a {
	text-decoration: none;
	color: #2672BD;
}
.widget h7 {
	font-size: 1.6rem;
	margin-bottom: 1rem;
	display: inline-block;
}
.widget h7 + .event-cal {
	margin-top: 0;
}
.widget .widget__body {
  font-size: 1.6rem;
}

/* if contains menu title only - JM - Jun 22, 2023 */
.widget--desktop-first.no-user {
	display: none;
}

/* widget alt */
.widget--alt {
  position: relative;
}
.widget--alt .widget__title {
	display: flex;
	align-items: center;
	margin-bottom: 1.9rem;
	
	/* added as requested - JM - Oct 25, 2023 */
	flex-direction: row;
	gap: 1rem 1.7rem;
}
/* added as requested - JM - Oct 25, 2023 */
.widget--alt .widget__title.widget__title--horizontal {
	flex-direction: column;
	text-align: center;
}
.widget--desktop-first .widget__title.widget__title--horizontal {
	flex-direction: row;
	text-align: left;
}

@media (max-width: 1023px) {
	.widget--alt .widget__title {
		margin-bottom: 0;
		gap: 1rem 0.5rem;
	}
	.widget--alt .widget__title.widget__title--horizontal {
		align-items: flex-start;
		text-align: left;
	}
	.widget--desktop-first .widget__title.widget__title--horizontal {
		flex-direction: column;
		align-items: flex-start;
	}
}

.widget--alt .widget__title h6 {
  font-size: 1.6rem;
  text-transform: capitalize;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .widget--alt .widget__title h6 {
    letter-spacing: 0.04em;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.widget--alt .widget__title h6 {
		font-size: 1.5rem;
		/*margin-bottom: 0.7rem; -- removed to tidy this up - JM - Oct 6, 2023 */
	}
}

@media (max-width: 1023px) {
  .widget--alt .widget__head {
    border: 1px solid #E0DDDA;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.widget--alt .widget__head {
		padding-right: 0; /* changed from 2.5rem to match widget--desktop-first - JM - Jun 22, 2023 */
	}
}

.widget--alt .widget__title img {
	max-width: 5rem;
	object-fit: cover;
	
	/*margin-right: 1.7rem; - moved to gap - JM - Oct 23, 2023 */
	
	/* moved from HTML - JM - Jun 22, 2023 */
	/* changed to rectangular and used max-width only - JM - Oct 6, 2023
	width: 50px; height: auto;
	*/
	width: auto;
}
.widget--alt .widget__title.widget__title--horizontal img {
	max-width: 20rem;
}
.widget--desktop-first .widget__title.widget__title--horizontal img {
	max-width: 15rem;
}
@media (max-width: 1023px) {
	.widget--alt .widget__title img {
		/*margin-right: 0.5rem; - moved to gap - JM - Oct 23, 2023 */
	}
	.widget--alt .widget__title.widget__title--horizontal img {
		max-width: 15rem;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.widget--alt .widget__title img {
		/* removed to tidy this up - JM - Oct 6, 2023
		max-width: 4.3rem;
		margin-bottom: -2rem;
		*/
	}
}
.widget--alt .widget__head-actions {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
	.widget--alt .widget__head-actions {
		margin: 0 2rem 0 auto;
		align-items: center;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.widget--alt .widget__head-actions {
		width: 100%;
		order: 3;
		justify-content: flex-start;
		/*padding-left: 4.7rem; -- removed to tidy this up after changed to column flex-direction - JM - Oct 6, 2023 */
		
		/* changed to column flex-direction because the logged user name can be long - JM - Oct 6, 2023 */
		flex-direction: column;
		row-gap: 0.7rem;
		margin-top: 0.7rem;
	}
	
	/* added if no school or no school logo - JM - Jun 22, 2023 */
	.widget--alt .widget__head-inner.no-school .widget__head-actions,
	.widget--alt .widget__head-inner.no-school-image .widget__head-actions {
		padding-left: 0;
	}
	.widget--alt .widget__head-inner.no-school .widget__head-actions {
		margin-top: 0;
	}
}
.widget--alt .widget__head-actions h6 {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .widget--alt .widget__head-actions h6 {
    margin-bottom: 0;
    margin-right: 1.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.widget--alt .widget__head-actions h6 {
		font-size: 1.4rem;
		align-self: flex-start; /* added - JM - Oct 6, 2023 */
	}
}
.widget--alt .widget__head-actions a {
  font-size: 1.6rem;
  color: #2672BD;
  font-weight: 600;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.widget--alt .widget__head-actions a {
		font-size: 1.4rem;
		align-self: flex-start; /* added - JM - Oct 6, 2023 */
	}
}
.widget--alt .widget__nav-trigger {
  display: none;
  border-left: 1px solid #E0DDDA;
  width: 5.5rem;
  /*height: 5.3rem; -- removed to adjust the school logo's height - JM - Oct 23, 2023 */
  background-color: #fff;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1023px) {
	.widget--alt .widget__nav-trigger {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* if contains menu title only - JM - Jun 22, 2023 */
	.widget--desktop-first.no-user {
		display: block;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget--alt .widget__nav-trigger {
    height: auto;
    justify-content: center;
    border-right: 1px solid #E0DDDA;
  }
}
.widget--alt .widget__nav-trigger.is-active {
  z-index: 101;
}
@media (max-width: 1023px) {
	.widget--alt .widget__head-inner {
		display: flex;
		justify-content: space-between;
		width: 100%;
		column-gap: 0.7rem; /* added to give space - JM - Oct 23, 2023 */
		padding: 1rem 0;	/* moved from 767px - JM - Oct 25, 2023 */
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.widget--alt .widget__head-inner {
		display: block;
		width: auto;
		max-width: none; /* changed from 30rem to match widget--desktop-first - JM - Jun 22, 2023 */
		/*padding: 1rem 0; - moved to 1023px - JM - Oct 25, 2023 */
	}
}
@media (max-width: 575px) {
	.widget--alt .widget__head-inner {
		max-width: none; /* changed from 20rem to match widget--desktop-first - JM - Jun 22, 2023 */
	}
	
	.widget--alt .widget__head-inner.no-school,
	.widget--alt .widget__head-inner.no-school-image {
		max-width: none;
	}
}
/* main has mobile nav */
@media (max-width: 1023px) {
  .main.has-mobile-nav .widget--alt {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1023px) {
	.main.has-mobile-nav .widget--alt .widget__head {
		display: flex;
		justify-content: space-between;
		padding-left: 1rem;
	}
	
	/* if .widget__head contains navigation button only - JM - Jun 22, 2023 */
	.main.has-mobile-nav .widget--alt .widget__head.no-user {
		justify-content: right;
	}
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.main.has-mobile-nav .widget--alt .widget__head {
		/*margin-inline: -2.5rem; -- removed to keep the border - JM - Jun 22, 2023 */
		/*flex-wrap: wrap; -- removed to stay at the right side - JM - Oct 6, 2023 */
	}
}
@media (max-width: 1023px) {
  .main.has-mobile-nav .widget--alt .widget__body {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: opacity 0.3s, visibility 0.3s;
    top: 104%;
    right: 1px;
  }
}
@media (max-width: 374px) {
  .main.has-mobile-nav .widget--alt .widget__body {
    right: -1.4rem;
  }
}
.main.has-mobile-nav .widget--alt .widget__body.is-open {
  opacity: 1;
  visibility: visible;
}
.main.has-mobile-nav .widget--alt .widget__body.is-open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #181A1C;
  opacity: 0.5;
  z-index: 100;
}
.widget--desktop-first {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 3.3rem 0; /* changed from 3rem 0 2rem 0 - JM - Jun 22, 2023 */
}
@media (max-width: 1023px) {
  .widget--desktop-first {
    margin-top: 2rem;
  }
}
.widget--desktop-first .widget__head {
  border: 1px solid #E0DDDA;
  padding: 0.5rem 2.8rem;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .widget--desktop-first .widget__head {
    padding: 0 0 0 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget--desktop-first .widget__head {
    flex-wrap: nowrap !important;
    column-gap: 2rem;
    margin-inline: 0 !important;
  }
}
.widget--desktop-first .widget__title {
  margin-bottom: 0;
}
.widget--desktop-first .widget__head-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* added if no school, so the user name will still at the right side - JM - Jun 22, 2023 */
.widget--desktop-first .widget__head-inner.no-school {
	justify-content: flex-end;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .widget--desktop-first .widget__head-inner {
    max-width: none;
    display: block;
  }
}
.widget--desktop-first .widget__body {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: opacity 0.3s, visibility 0.3s;
  top: 104%;
  right: 1px;
}
.widget--desktop-first .widget__head-actions h6 {
  margin: 0 4rem 0 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.widget--desktop-first .widget__head-actions h6 {
		margin-right: 1.4rem;
		align-self: flex-start; /* added - JM - Oct 6, 2023 */
	}
}
/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */
.widgets {
  list-style: none;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Plugins / Additional Styles
\* ------------------------------------------------------------ */
input[type="text"], input[type="password"], input[type="file"], textarea, select {
	padding: 2px 5px;
	width: 400px;
}
input.datePicker {
	width: 120px;
}
input.award {
	text-align: right;
	width: 75px;
}
input[type="file"] {
	border: 1px solid #344153;
}
textarea {
	height: 150px;
}
select.auto-width {
	width: auto !important;
}
.radio, .checkbox {
	background-color: #FFFFFF;
	border: 0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	input[type="text"], input[type="password"], input[type="file"], textarea, select {
		max-width: 400px;
	}
}
@media (max-width: 575px) {
	input[type="text"], input[type="password"], input[type="file"], textarea, select {
		width: 100% !important;
	}
}

.far-button {
	margin-right: 20px;
}

.new-line {
	clear: both;
}

.red-text, .redText, label.error-label {
	color: red;
}

.green-text {
	color: green;
}

input.red-border {
	border: 1px solid red !important;
}

input[type="text"].error, input[type="password"].error, input[type="file"].error, textarea.error {
	border: 1px solid #FF0000;
}

select.error {
	border: 1px solid #FF0000;
	color: red;
}

.hidden-obj {
	display: none;
}

.small-text {
	font-size: 12px;
}


/* custom checkbox - make it bigger - REF: http://www.hongkiat.com/blog/css3-checkbox-radio/ */
label.custom-checkbox-label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	margin-right: 25px;
	font-size: 18px;
}

label.custom-checkbox-label:before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	top: -19px;
	background: none #000;
}

.checkbox.custom {
	display: none;
}

label.custom-checkbox-label:before {
	border-radius: 3px;
	border: 1px solid #aaa;
}

label.custom-checkbox-label.checked:before {
	/*
	-- replaced with background image because it can display better in the mobile device
	-- to avoid image appearance delay when clicking the checkbox, add this image on the page, but hidden
	content: "✔";
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	*/
	background: url("/images/yes.png") no-repeat #000;
}
/* END OF custom checkbox */


/* a symbol inside the text box */
.input-icon {
	position: relative;
}

.input-icon > i {
	position: absolute;
	display: block;
	top: 1px;
	width: 25px;
	text-align: center;
	font-style: normal;
}

.input-icon > input {
	padding-left: 20px !important;
}


#loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url("/images/ajax-loader.gif") 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading #modal {
    display: block;
}

.has-loading-relative {
    position: relative;
}

.loading-relative {
    display:    none;
    position:   absolute;
    z-index:    5;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url("/images/ajax-loader.gif") 
                50% 50% 
                no-repeat;
}


/* for message box and ul.error for jQuery validation */
div.info, div.error, div.success, div.warning, div.validation, ul.error { 
    border: 1px solid;
    margin: 0 0 5px 0 !important;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

div.error.pay-online {
	margin-bottom: 20px;
}

div.error, ul.error {
	color: #D8000C;
    background-color: #FFBABA;
    background-image: url("/images/error.gif");
}

div.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url("/images/info.gif");
}

div.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url("/images/success.gif");
}

div.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url("/images/warning.gif");
}

div.validation {
    /*color: #D63301;
    background-color: #FFCCBA;*/
    background-image: url("/images/validation.gif");
	
	/* changed to below because the original color is the nearest to the requested color; used for forgot password information (when the email has been sent) - JM - Aug 25, 2023 */
	color: #181A1C;
	background-color: #F58834;
	font-weight: 500;
}

div.error ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 20px !important;
}

div.error ul li {
	margin : 0;
	padding: 0;
}
div.error ul li + li {
  margin-top: 0 !important;
}

ul.error li {
	margin : 0 0 0 15px;
	padding: 0;
}

label.error {
	color: #D8000C;
}

div.error ul label.error:hover {
	cursor: pointer;
}

div.info p, div.error p, div.success p, div.warning p, div.validation p {
	line-height: 1.67;
}

div.validation a, div.validation a:hover {
	color: #181A1C !important;
}

/* for error box in the withdrawal page */
div.withdraw.error,
div.withdraw.info,
div.withdraw.success,
div.withdraw.warning,
div.withdraw.validation {
	margin-top: 30px;
	margin-bottom: 2px;
}

div.withdraw.first.error,
div.withdraw.first.info,
div.withdraw.first.success,
div.withdraw.first.warning,
div.withdraw.first.validation {
	margin-top: 2px;
	margin-bottom: 2px;
}


.tblList tr td.first-item, .tblList tr th.first-item {
	padding-top: 0px;
}

.tblList tr td.next-item, .tblList tr th.next-item {
	padding-top: 10px;
}

.tblList.colList tr td, .tblList.colList tr th {
	padding: 5px;
}

.tblList.colList2 tr td, .tblList.colList2 tr th {
	padding: 5px 5px 5px 0;
}

.tblForm tr {
	vertical-align: top;
}

.tblForm tr td, .tblForm tr th {
	padding-top: 5px;
	padding-right: 10px;
}

.tblForm tr:first-child td, .tblForm tr:first-child th {
	padding-top: 0;
}

.tblForm tr td.last-row, .tblForm tr th.last-row {
	padding-top: 20px;
}

.tblForm tr td.last-row.double, .tblForm tr th.last-row.double {
	padding-top: 40px;
}

.tblForm tr td.spacer, .tblForm tr th.spacer {
	padding-top: 0;
}

.tblForm tr td.subcol, .tblForm tr th.subcol {
	padding-left: 30px;
}

.tblForm tr td.right-aligned, .tblForm tr th.right-aligned {
	text-align: right;
	padding-right: 5px;
}


/* PENDING FIX
.lyrFileUpload {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 5px 10px;
}
.lyrFileUpload > div:nth-child(1) {
	min-width: 20px;
}
.lyrFileUpload > div:nth-child(2) {
	min-width: 300px;
}
.lyrProofContainer {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 5px 5px;
}
.lyrFileContainer {
	margin-bottom: 20px !important;
}
*/
.lyrFileContainer div {
	margin-bottom: 0 !important;
}
/* PENDING FIX
.lyrFileName {
	font-size: 14px;
	font-style: italic;
	color: blue;
}
.lyrUploadedFile {
	font-size: 14px;
	word-break: break-all;
}
.lyrRemoveUploadField {
	font-size: 12px;
}
*/


/* added for Donor Portal - ML - Aug 4, 2023 */
table.donor_portal_status_notes {
	max-width: 750px;
}
table.donor_portal_status_notes tr td {
	vertical-align:top;
	font-size: 13px;
	font-style: italic;
	line-height: 25px;
}
table.donor_portal_status_notes tr td.col2 {
	width:30px;
	text-align:center;
}
/* END OF added for Donor Portal */


/* board of directors */
.article-single .article__body div.tBoard {
	margin-bottom: 4.5rem;
	
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 1.5rem 3rem;
}
.article-single .article__body div.tBoard div {
	margin-bottom: 0;
}
.article-single .article__body div.tBoard div.board-image {
	width: 150px;
	align-self: flex-start;
}
.article-single .article__body div.tBoard div.board-name-content {
	width: calc(100% - 180px);
	align-self: flex-start;
}
.article-single .article__body div.tBoard div.board-name-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: flex-start;
	gap: 5px 10px;
}
.article-single .article__body div.tBoard span.board-name {
	font-weight: bold;
	font-size: 20px;
}
.article-single .article__body div.tBoard span.board-title,
.article-single .article__body div.tBoard span.board-location {
	font-size: 15px;
}
.article-single .article__body div.tBoard span.board-location {
	font-style: italic;
}
.article-single .article__body div.tBoard div.board-content {
	margin-top: 15px;
}
.article-single .article__body div.tBoard div.board-content p,
.article-single .article__body div.tBoard div.board-content div {
	margin-bottom: 15px;
}
.article-single .article__body div.tBoard div.board-content p:last-child,
.article-single .article__body div.tBoard div.board-content div:last-child {
	margin-bottom: 0;
}


.article-single .article__title-group {
	margin-bottom: 3.8rem !important;
}
.article-single .article__title-01 {
	margin-bottom: 0 !important;
}
.article-single .article__title-02 {
	margin-bottom: 5px !important;
}

.article-single .article__subtitle-01 {
	margin-bottom: 0 !important;
}
.article-single .article__subtitle-02 {
	margin-bottom: 5px !important;
}
.article-single .article__date {
	margin-bottom: 0 !important;
	font-size: 16px;
}

/* record list */
.article-list .post-title {
	margin: 0 0 10px 0 !important;
	line-height: 35px;
}
.article-list .post-title-02 {
	margin: 0 0 5px 0 !important;
	line-height: 35px;
}
.article-list .post-subtitle {
	margin: 0 0 10px 0 !important;
	line-height: 25px;
}
.article-list .post-subtitle-02 {
	margin: 0 0 5px 0 !important;
	line-height: 25px;
}
.article-list .post-date {
	margin: 0 0 10px 0 !important;
	font-size: 14px;
}
.article-list .post-tag {
	margin: 10px 0 0 0 !important;
	font-size: 14px;
}

.article-paging {
	clear: both;
	margin: 40px 0 0 0 !important;
	display: inline-block;
	width: 100%;
}
.article-paging .left-text {
	float: left;
}
.article-paging .right-text {
	float: right;
}


/* Submit Returning Student */
.student-list {
	list-style: none; 
	padding: 0 !important; 
	clear: both; 
	overflow: hidden;
	
	display: flex;
	flex-wrap: wrap;
	height: 100%; /* makes the box's height in the same row equal each other */
}
.student-list-item {
	box-sizing: border-box; 
	border: 1px solid #e6e6e6; 
	padding: 30px 10px; 
	width: calc(50% - 10px); 
	text-align: center; 
	float: left; 
	font-size: 18px;
	
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
	row-gap: 10px;
}
.student-list-item:nth-child(odd)  {margin: 0 10px 20px 0 !important; clear: both;} /* added clear: both to fix messed item when too short */
.student-list-item:nth-child(even) {margin: 0 0 20px 10px !important;}

.student-list-item input:not(.btn), .student-list-item textarea {
	border: 1px solid #c2c2c2; 
	background: #e6e6e6; 
	text-transform: capitalize; 
	padding: 5px 20px; 
	width: 100%; 
	max-width: 250px;
}
.student-list-item textarea { text-capitalize: none; }
.student-list-item .btn { margin-top: auto; padding: 1rem; }

.student-list-item div { margin-bottom: auto !important; }

.student-list-item .student-list-title { font-weight: 700; font-size: 20px; }
.student-list-item .student-list-amount { font-weight: 700; }
.student-list-item .student-list-actions .btn { margin-top: 5px; }

.student-list-search {
	background: #f5f5f5;
	padding: 10px 20px;
	width: 100%;
	
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: 10px 5px;
}
.student-list-search.student-list-search-1 {
	flex-direction: row;
}
form.student-list-search {margin-bottom: 3.1rem;}
.student-list-search div { margin-bottom: auto !important; }
.student-list-search input[type=text] {padding: 7px 20px !important; text-transform: capitalize; border: 0;}
.student-list-search input.btn {text-transform: capitalize;}

/* buttons below student list */
.student-list-button {
	clear: both;
	padding-top: 20px;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	gap: 10px 1.4rem;
}
.student-list-button .btn {
	text-transform: capitalize;
	padding: 1rem;
	margin: 0;
}

/* list without box */
.student-list-plain p, .student-list-plain.invalid div:not(.withdraw) {margin-bottom: 0 !important;}
.student-list-plain:not(.invalid) input + p {margin-top: 3.1rem;}
.student-list-plain form {margin-bottom: 3.1rem;}
.student-list-plain form:last-child {margin-bottom: 0;}


/* analytics report detail page */
.donor-list-search {
	background: #f5f5f5;
	padding: 15px;
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
	align-content: center;
}
.donor-list-search.lybunt {
	justify-content: center;
}
_:-ms-input-placeholder, :root .donor-list-search { /* IE */
	justify-content: center;
}
.donor-list-search.lybunt select:last-child {
	margin-right: 15px;
}
_:-ms-input-placeholder, :root .donor-list-search select:last-child {
	margin-right: 15px;
}
.donor-list-search.general select {
	margin: 0 15px 0 5px;
}
.donor-list-search.general div:last-child select {
	margin: 0 0 0 5px;
}
.donor-list-search:not(.general) div > span:not(.radio-row):not(.radio-label) {
	display: block;
	font-weight: 700;
}
.donor-list-search:not(.general) select {
	height: 37px;
}


/* added for Generate Report button - JM - Jul 31, 2019 */
.btn.generate-report, .btn.return-report {
	font-size: 16px;
	height: auto;
	line-height: 33px;
}
.btn.generate-report.icon-report {
	background: #F58834 url("/images/bg/icon-generate.png") no-repeat 50px center;
	background-size: 20px auto;
	padding: 10px 50px !important;
}
.btn.generate-report span, .btn.return-report span {
	display: inline;
	padding: 10px;
	background: none;
	height: auto;
	line-height: 33px;
}
.btn.generate-report.icon-report span {
	padding-left: 30px;
	font-weight: 600;
}
.btn.return-report, .btn.return-report span {
	line-height: 32px;
}
_::-webkit-full-page-media, _:future, :root .btn.return-report, .btn.return-report span { /* Safari only */
	line-height: 29px;
}
@-moz-document url-prefix() { /* Firefox only */
	.btn.return-report, .btn.return-report span {
		line-height: 34px;
	}
}

.btn.export {
	background: #F58834 url("/images/bg/icon-export.png") no-repeat 10px center;
	text-transform: capitalize;
}
.btn.export span {
	padding-left: 20px;
	padding-top: 3px;
}


/* new executive dashboard */
.report-executive .donor-list-search {
	display: table;
	width: 100%;
	border: 2px solid #DEE8E9;
	padding: 0;
}
.report-executive .donor-list-search-row {
	display: table-row;
}
.report-executive .donor-list-search-col {
	display: table-cell;
	border-right: 2px solid #DEE8E9;
	
	width: 33%;
	width: calc(100% / 3);
}
.report-executive .donor-list-search-col:last-child {
	border-right: none;
}
.report-executive .donor-list-search-col-inner {
	text-align: left;
	padding: 15px;
	margin: 0 auto !important;
}
/*
.report-executive .donor-list-search-col:nth-of-type(1) .donor-list-search-col-inner {
	width: auto;
}
.report-executive .donor-list-search-col:nth-of-type(2) .donor-list-search-col-inner {
	width: 205px;
}
.report-executive .donor-list-search-col:nth-of-type(3) .donor-list-search-col-inner {
	width: 230px;
}
*/
.report-executive .donor-list-search .radio {
	margin-right: 5px;
}
.report-executive .donor-list-search div > span.donor-list-search-step-number,
.report-executive .donor-list-search div > span.donor-list-search-step-name {
	display: inline-block !important;
	margin-bottom: 5px;
}
.report-executive .donor-list-search select {
	max-width: 300px;
	display: block;
}
.report-executive .donor-list-search div > span.radio-row {
	display: block;
}
.report-executive .donor-list-search button {
	display: block;
}

.report-executive-chart {
	margin-bottom: 0 !important;
}

.table.report-executive-status td:first-child,
.table.report-executive-award-data td:first-child {
	width: 50%;
}


/* donor list page */
.donor-list-search.general {
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
}
.donor-list-button {
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
.donor-list-button #btnExport {
	margin-right: 10px;
}
.donor-list-button #btnReturn {
	display: inline;
	text-transform: capitalize;
}


.pagination {position: relative; height: 90px; overflow: hidden; background: #f5f5f5; padding: 15px;}
.pagination-left {position: absolute; left: 15px; top: 45px;}
.pagination-right {position: absolute; right: 15px; top: 45px;}


/* analytics report detail page in wider format */
.full-width-container{
	position:absolute;
	left:0;
	right:0;
	padding:0 0 5px 0;
	overflow: auto;
	overflow-y: hidden;
	margin-left:auto;
	margin-right:auto;
	width:96%;
	max-width:1800px;
}
.full-width-container .pagination {
	max-width: 100%;
	margin: 0 auto;
}


/* quarterly report */
.article-single .article__body .qreport-container {
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 0;
}

.qreport-row {
	vertical-align: top;
}

.pdf-content .qreport-cell {
	font-size: 18px;
}

.qreport-row.qheader .qreport-cell {
	padding-bottom: 20px;
	text-align: right;
	font-weight: bold;
}

.qreport-row.qheader .qreport-cell.logo {
	display: none;
}

.qreport-row.qheader .qreport-cell.logo.pdf {
	display: inline;
	text-align: left;
}

.qreport-row.qheader .qreport-cell.logo img {
	width: 200px;
}

.qreport-row.qheader .qreport-school {
	font-size: 18px;
}

.pdf-content .qreport-row.qheader .qreport-date {
	font-size: 16px;
}

.qreport-row.body .qreport-cell {
	border: 10px solid #C0C0C0;
	padding: 10px;
}

.article-single .article__body .qreport-inner-container,
.pdf-content .qreport-inner-container {
	width: 100%;
	margin-bottom: 0;
}

.qreport-inner-container .qreport-row.inner-header {
	font-weight: bold;
	font-size: 18px;
}

.qreport-inner-container .qreport-row .qreport-cell {
	padding: 10px 0;
	border: 0;
}

.qreport-inner-container .qreport-row.inner-header .qreport-cell {
	padding-top: 0;
}

.qreport-inner-container .qreport-row .qreport-cell:nth-child(2) {
	text-align: right;
}

.qreport-inner-container .qreport-row.summary .qreport-cell {
	padding-top: 20px;
}

.qreport-inner-container .qreport-row.summary .qreport-cell:nth-child(2) {
	border-bottom: 2px solid #000000;
}

.qreport-inner-container .qreport-row.footer-title .qreport-cell {
	padding-top: 30px;
	color: #6E7D8F;
	text-align: center;
}

.qreport-inner-container .qreport-row.footer .qreport-cell {
	text-align: center;
	padding-bottom: 0;
}

.qreport-inner-container .qreport-row.footer .qreport-quarter {
	margin-right: 30px;
}

.qreport-row.outer-footer .qreport-cell {
	text-align: center;
	padding-top: 10px;
}

.qreport-link-btn {
	margin-top: 15px;
	text-align: right;
}
/* END OF quarterly report */


/* tax contribution form */
#frmTaxCredit #sel_school {
	max-width: 400px;
}

#frmTaxCredit #txtSchoolName {
	margin-top: 5px;
}
/* END OF tax contribution form */


/* contribute.asp */
form.pay-online {
	clear: both;
}

ul.pay-online {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

ul.pay-online.pay-online-in-table {
	border: solid 1px black;
	padding: 10px !important;
}

ul.pay-online li {
	margin-bottom: 20px;
	width: 100%;
	
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 30px;
	justify-items: stretch;
	align-items: start;
	justify-content: stretch;
	align-content: start;
}

ul.pay-online.pay-online-in-table li#liInfo div:nth-child(1) {
	position: relative;
}

ul.pay-online.pay-online-in-table a#lnkSchoolInfoNotFound {
	margin-left: 24px;
}

ul.pay-online.pay-online-in-table li#liTotal {
	margin-bottom: 0;
}

ul.pay-online li div label {
	display: block;
}

ul.pay-online li div input[name^="ItemSchool_"],
ul.pay-online li div input#txtDOR {
	width: 100% !important;
}

ul.pay-online li div input[name^="ItemCost_"],
ul.pay-online li div input[name="txtTotalCost"] {
	width: 100% !important;
}

ul.pay-online.pay-online-in-table li div input {
	width: 100% !important;
}

ul.pay-online li div select {
	width: 100%;
	padding: 2px;
	-webkit-appearance: menulist-button; /* Safari */
}

#lyrSchoolAdd {
	background: transparent url("/images/bg/icon-school-add.png") no-repeat 0 7px;
	padding-left: 24px;
}

#lyrSchoolInfo {
	background: transparent url("/images/bg/icon-school-alert.png") no-repeat 0 7px;
	padding-left: 24px;
}

div.button-bg {
	padding: 14px 20px;
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	background-color: #F5F7F8;
}
/* END OF contribute.asp */


canvas {
	background-color: #FFFFFF;
	margin: 0 auto;
}

.canvas-holder {
	display: inline-block;
	width: 100%;
	position: relative;
}
.report-executive-chart .canvas-holder {
	margin-bottom: 0 !important;
}

/* chart title,
   using title option from chart itself will be truncated if it is too long */
.canvas-label {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding: 0 0 30px 0;
	text-align: center;
	margin-bottom: 0 !important;
}

.canvas-label.report-executive { /* for new executive dashboard */
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 500;
	font-weight: normal;
}

/* Chart.js resizes canvas according to parent width in Chrome */
.canvas-wrapper {
	width: 800px;
	margin: 0 auto !important;
}
.canvas-wrapper.doughnut {
	width: 500px;
}
.report-executive-chart .canvas-wrapper {
	width: 1200px;
}
@media screen and (max-width: 1300px) {
	.report-executive-chart .canvas-wrapper {
		width: 100%;
		max-width: 1200px;
	}
}
@media screen and (max-width: 900px) {
	.canvas-wrapper:not(.doughnut) {
		width: 100%;
		max-width: 800px;
	}
}
@media screen and (max-width: 600px) {
	.canvas-wrapper.doughnut {
		width: 100%;
		max-width: 500px;
	}
}

.canvas-wrapper canvas {
	width: 100%;
	max-width: 800px;
}
.canvas-wrapper.doughnut canvas {
	width: 100%;
	max-width: 500px;
}
.report-executive-chart .canvas-wrapper canvas {
	width: 100%;
	max-width: 1200px;
}

.canvas-footer {
	padding-top: 5px;
	font-weight: bold;
	font-size: 15px;
	text-align: right;
	margin-bottom: 0 !important;
}

.progress-bar-custom-center {
	display: none;
    position: fixed;
	left: 0;
	right: 0;
    top: 60%;
    z-index: 1005;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.progress-bar-custom-center .progress-bar-custom-inner{
	margin-bottom:10px;
	display:none;
}

.progress-bar-custom-center .progress-bar-custom-text{
	text-align: center;
	margin-top: 5px;
	position: absolute;
    width: 100%;
}

.videoLibrary video {
	max-width:100%;
}

/*** Contribution Portal Styles ***/
/* added .cont-report-list, .report-dash, .report-description for Analytics Reports in the Contribution Portal */
/* added .digital-dash-list for Digital Toolkit landing page */
.cont-dash-list,
.email-dash-list,
.scholarship-dash-list,
.withdraw-dash-list,
.cont-report-list,
.digital-dash-list {
	list-style: none;
	padding: 0 !important;
	clear: both;
	overflow: hidden;
	margin: 40px 0;
}

.cont-dash-list li,
.cont-report-list li,
.digital-dash-list li {
	display: block;
	width: calc((100% / 3) - (40px / 3));
	float: left;
	margin: 0 20px 20px 0;
	transition: 500ms all;
}

.cont-dash-list li:last-child,
.digital-dash-list li:last-child {
	margin-right: 0;
}

.cont-report-list {
	margin: 20px 0;
}
.cont-report-list li {
	width: 99%;
	float: left;
	margin-right: 0;
	display: flex;
	align-items: center;
	border: 1px solid #bebebe;
}

.email-dash-list li {display: block; width: calc(50% - (40px / 2)); float: left; margin: 0 40px 40px 0; transition: 500ms all;}
.email-dash-list li:nth-child(even) {margin-right: 0;}

.withdraw-dash-list li {display: block; width: calc((100% / 3) - (80px / 3)); float: left; margin: 0 40px 20px 0; transition: 500ms all;}
.withdraw-dash-list li:last-child {margin-right: 0;}

.scholarship-dash-list li {display: block; width: calc((100% / 3) - (30px / 3)); float: left; margin: 0 15px 15px 0; transition: 500ms all;}
.scholarship-dash-list li:nth-child(3n) {margin-right: 0;}

ul.cont-dash-list li + li,
ul.email-dash-list li + li,
ul.scholarship-dash-list li + li,
ul.withdraw-dash-list li + li,
ul.cont-report-list li + li,
ul.digital-dash-list li + li {
	margin-top: 0 !important;
}

.dash-icon {margin-bottom: 0 !important; line-height: 30px;}
.cont-dash-list .dash-icon {margin-bottom: 10px !important;}

.dash-icon a {
	display: block;
	border: 1px solid #bebebe;
	padding: 208px 20px 20px 20px;
	font-size: 20px;
	text-align: center;
	background: transparent 50% 20px no-repeat;
	word-spacing: 500px;
	
	/* as requested in AH "School Portal Icons" email - JM - Aug 14, 2023 */
	color: #000000 !important;
	font-weight: 700;
	text-decoration: none;
}
/* added - JM - Aug 14, 2023 */
.dash-icon a:hover {
	text-decoration: underline;
}
.dash-icon a span {word-spacing: normal; display: block;}
.email-dash-list .dash-icon a {font-weight: 700;}
.email-dash-list .dash-icon a span {font-weight: 400;}
.scholarship-dash-list .dash-icon a {padding: 198px 10px 20px 10px; word-spacing: normal; min-height: 280px; box-sizing: border-box;}
.withdraw-dash-list .dash-icon a {padding: 208px 10px 20px 10px; word-spacing: normal; min-height: 290px; box-sizing: border-box;}

.dash-icon a.cont-dash {background-image: url("/images/icon-contribution-dashboard.png?v=20230814");}
.dash-icon a.cont-detail {background-image: url("/images/icon-contribution-detail.png?v=20230814");}
.dash-icon a.cont-calc {background-image: url("/images/icon-proration-calculator.png");}

/* Analytics Reports in the Contribution Portal */
.dash-icon a.cont-analytics {background-image: url("/images/icon-analytics-report.png?v=20230814"); background-position: 50% 25px;}

.dash-icon a.with-stud {background-image: url("/images/icon-withdraw-a-student.png?v=20230814");}
.dash-icon a.with-grad {background-image: url("/images/icon-mark-grad.png?v=20230814");}
.dash-icon a.with-zero {background-image: url("/images/icon-return-zero.png?v=20230814");}

.dash-icon a.email-cont {background-image: url("/images/icon-email-contributions.png?v=20230814");}
.dash-icon a.email-legi {background-image: url("/images/icon-email-legislation.png?v=20230814");}
.dash-icon a.email-scho {background-image: url("/images/icon-email-scholarships.png?v=20230814");}
.dash-icon a.email-gene {background-image: url("/images/icon-email-general.png?v=20230814");}

.dash-icon a.port-sns {background-image: url("/images/icon-new-student.png?v=20230814");}
.dash-icon a.port-srs {background-image: url("/images/icon-returning-student.png?v=20230814");}
.dash-icon a.port-add {background-image: url("/images/icon-additional-award.png?v=20230814");}
.dash-icon a.port-with {background-image: url("/images/icon-withdraw-student.png?v=20230814");}
.dash-icon a.port-list {background-image: url("/images/icon-student-list.png?v=20230814");}
.dash-icon a.port-acct {background-image: url("/images/icon-acct-balance.png?v=20230814");}

/* Digital Toolkit landing page */
.dash-icon a.digital-graph {background-image: url("/images/icon-digital-graph.png?v=20230814"); word-spacing: 0;}
.dash-icon a.digital-print {background-image: url("/images/icon-digital-print.png?v=20230814"); word-spacing: 0;}
.dash-icon a.digital-video {background-image: url("/images/icon-digital-video.png?v=20230814"); word-spacing: 0;}

.dash-icon img.report-icon {display: none;}

.dash-icon a.report-dash {
	background-image: url("/images/icon-generate-report.png?v=20230814");
	background-position: center 30%;
	color: #F97A00;
	word-spacing: normal;
	line-height: 25px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 1px solid #bebebe;
}

.cont-report-list .report-description {flex-basis: 75%; padding: 20px; margin-bottom: 0 !important;}
.cont-report-list .report-description h2 {font-size: 1.8rem;}
.cont-report-list .dash-icon {flex-basis: 25%;}

/*** School List ***/
.school-list {list-style: none; padding: 0 !important; clear: both; overflow: hidden; margin: 40px 0 20px 0 !important;}
.school-list, .school-list * {box-sizing: border-box;}
.school-list li {border: 1px solid #BEBEBE; float: left; display: block; width: calc((100% / 3) - (40px / 3)); margin: 0 20px 20px 0; min-height: 210px; position: relative; font-size: 16px;}
.school-list li:nth-child(3n) {margin-right: 0;}
.school-list li + li {margin-top: 0 !important;}
.school-list li span, .school-list li a {display: block; text-align: center; position: absolute; width: 100%; padding: 10px 15px;}
.school-list li span:not(.school-name) {bottom: 5px; color: #999;}
.school-list li a {bottom: 30px; color: #35465D;}
.school-list li span.school-name {bottom: 30px;}
.school-list li a.school-logo {top: 0; width: 100%; bottom: 75px;}

.school-list li a.school-logo > img {position: absolute; max-height: 82px; max-width: 140px; width: auto; height: auto; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}


/* help on tax credit form */
.help-dialog {position: relative; background: #efefef; width: 30px; height: 30px; text-align: center; border-radius: 50%; display: inline-block; margin-left: 10px; color: #666; cursor: pointer;}
.help-dialog.corp {width: auto; height: auto; margin-left: 2px; margin-right: 2px; border-radius: 4px;} /* adding for C Corp */
.help-dialog .help-dialog-text {display: none; background: #efefef; padding: 20px; width: 250px; position: absolute; border: 1px solid #999; color: #333; top: -20px; left: 30px; z-index: 15;}
.help-dialog.corp .help-dialog-text {padding: 10px; top: 25px; left: 0;} /* adding for C Corp */
.help-dialog:hover .help-dialog-text {display: block;}

/* for contribute.asp */
.help-dialog.pay-online,
.help-dialog.school-info-not-found {
	background: transparent url("/images/bg/icon-question.png") no-repeat 0 0;
	width: 16px;
	height: 16px;
	text-align: left;
	border-radius: 0;
	margin-left: 0;
	color: #31465f;
	position: absolute;
	top: 8px;
	left: 225px;
}
.help-dialog.school-info-not-found {
	left: 0;
	cursor: default;
}
.help-dialog.pay-online:hover {
	background-image: url("/images/bg/icon-question-hover.png")
}
.help-dialog-text.pay-online {
	display: none;
	background: #F5F7F8;
	padding: 15px;
	width: 100%; 
	margin: 6px 0 6px 0 !important;
	position: relative; 
	border: 1px solid #344153; 
	border-radius: 3px;
	box-shadow: 0px 3px 6px #00000029;
}
.help-dialog-text.pay-online:before {
	content: "";
    display: block;  
    position: absolute;
    left: 224px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #344153;
}
.help-dialog-text.pay-online:after {
	content: "";
    display: block;  
    position: absolute;
    left: 225px;
    bottom: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-bottom-color: #F5F7F8;
}
/* END OF for contribute.asp */


.article__body .tblForm .validation-msg {display: none; background: red; color: #fff; padding: 6px 12px; width: 400px; margin: 10px 0 6px 0; position: relative; border-radius: 3px; text-align: left;} 
.article__body .tblForm .pay-online.pay-online-in-table .validation-msg {
	width: 100%;
}

/* for contribute.asp */
.article__body.pay-online .validation-msg[for^="ItemSchool_"],
.article__body.pay-online .validation-msg[for="txtDOR"] {
	width: 100%;
}
.article__body.pay-online .validation-msg[for^="ItemCost_"],
.article__body.pay-online .validation-msg[for="txtTotalCost"] {
	width: 100%;
}

.article__body .tblForm .error + .validation-msg {display: block;}
.article__body .tblForm .validation-msg:before {width: 0; height: 0; border: 0 solid transparent; border-right-width: 8px; border-left-width: 8px; border-bottom: 8px solid red; content: ""; top: -8px; left: 8px; position: absolute;}

.article__body .tblForm .tax-amount-note.new-line {display: block;}
.article__body .tblForm .error + .validation-msg + .tax-amount-note {display: block;}

#spanEntityTypeNote {font-size: 12px; font-style: italic;}


/* Digital Toolkit */
.box-item-container {
	padding: 0 6px; /* so the border will be visible */
	display: grid;
	
	/* if 100% width calculates to less than 300px (otherwise the minimum), then use that instead, making it safer for small-screen layouts */
	grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
	
	grid-template-rows: auto;
	column-gap: 28px;
	row-gap: 32px;
	
	justify-items: stretch;
	align-items: stretch;
	justify-content: space-between;
	align-content: start;
	
	grid-auto-flow: row;
}

.box-item-container .box-item {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029; /* #[RR][GG][BB][AlphaTransparency] */
	border-radius: 0px 0px 2px 2px;
	opacity: 1;
	
	justify-self: stretch;
	align-self: stretch;
	
	display: grid;
	grid-template-columns: 100%;
	
	/* do not stretch the image, but needs a fixed height to vertically center the image */
	/* previously used repeat(auto, minmax(min(300px, 100%), auto), auto, 1fr) for 300px x 300px image */
	grid-template-rows: 300px auto 1fr;
	
	grid-auto-flow: row;
}

.box-item-container .box-item .box-item-image img {
	max-width: 300px;
	max-height: 300px;
	display: block;
	margin: 0 auto;
}

.box-item-container .box-item .box-item-image {
	align-self: center;
	margin-bottom: 0 !important;
}

.box-item-container .box-item .box-item-title {
	align-self: start;
	margin-bottom: 0 !important;
}

.box-item-container .box-item .box-item-title h3 {
	color: #000;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 16px 15px;
	text-align: center;
	
	max-width: calc(100% - 40px);
	overflow: auto;
}

.box-item-container .box-item .box-item-share {
	margin: 0 15px 15px 15px;
	
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(58px, 100%), auto));
	grid-template-rows: 47px;
	column-gap: 5px;
	
	justify-items: stretch;
	align-items: end;
	
	justify-content: center;
	align-content: end;
	
	grid-auto-flow: column;
}

.box-item-container.printable .box-item .box-item-share {
	grid-template-rows: auto;
}
.box-item-container .box-item .box-item-share div {	
	width: 58px;
	height: 45px;
	text-indent: -9999px;
	background: #F5F7F8 url("/images/bg/social-icon-toolkit.png?v=20240820") no-repeat padding-box;
	border: 1px solid #E7ECEF;
	border-radius: 2px;
	opacity: 1;
	cursor: pointer;
	
	justify-self: stretch;
	align-self: end;
}

.box-item-container .box-item .box-item-share .button-facebook {
	background-position: center 0;
	margin-bottom: 0 !important;
}

.box-item-container .box-item .box-item-share .button-facebook:hover {
	background-position: center -47px;
	background-color: #1976D2;
	border-color: #1976D2;
}

.box-item-container .box-item .box-item-share .button-instagram {
	background-position: center -94px;
	margin-bottom: 0 !important;
}

.box-item-container .box-item .box-item-share .button-instagram:hover {
	background-position: center -141px;
	background-color: #FB3958;
	border-color: #FB3958;
}

.box-item-container .box-item .box-item-share .button-twitter {
	background-position: center -186px;
	margin-bottom: 0 !important;
}

.box-item-container .box-item .box-item-share .button-twitter:hover {
	background-position: center -229px;
	background-color: #181A1C;
	border-color: #181A1C;
}

.box-item-container .box-item .box-item-share .button-caption,
.box-item-container .box-item .box-item-share .button-video,
.box-item-container .box-item .box-item-share .button-download,
.box-item-container .box-item .box-item-share .button-email,
.box-item-container .box-item .box-item-share .button-canva {
	background: #F5F7F8 none;
	text-indent: 0;
	padding: 6px 12px 6px 12px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0 !important;
}

.box-item-container .box-item .box-item-share .button-caption {
	width: 75px;
}

.box-item-container .box-item .box-item-share .button-video {
	width: 63px;
}

.box-item-container .box-item .box-item-share .button-download {
	width: 90px;
}

.box-item-container .box-item .box-item-share .button-email,
.box-item-container .box-item .box-item-share .button-canva {
	width: 87px;
	height: auto;
}

.box-item-container .box-item .box-item-share .button-video {
	text-align: center;
}

.box-item-container .box-item .box-item-share .button-caption a,
.box-item-container .box-item .box-item-share .button-video a,
.box-item-container .box-item .box-item-share .button-download a,
.box-item-container .box-item .box-item-share .button-email a,
.box-item-container .box-item .box-item-share .button-canva a {
	color: #58585A;
	text-decoration: none;
}

.box-item-container .box-item .box-item-share .button-caption:hover,
.box-item-container .box-item .box-item-share .button-video:hover,
.box-item-container .box-item .box-item-share .button-download:hover,
.box-item-container .box-item .box-item-share .button-email:hover,
.box-item-container .box-item .box-item-share .button-canva:hover {
	background-color: #034CA0;
	color: #FFFFFF;
	border-color: #034CA0;
}

.box-item-container .box-item .box-item-share .button-caption:hover a,
.box-item-container .box-item .box-item-share .button-video:hover a,
.box-item-container .box-item .box-item-share .button-download:hover a,
.box-item-container .box-item .box-item-share .button-email:hover a,
.box-item-container .box-item .box-item-share .button-canva:hover a,

.box-item-container .box-item .box-item-share .button-caption a:hover,
.box-item-container .box-item .box-item-share .button-video a:hover,
.box-item-container .box-item .box-item-share .button-download a:hover,
.box-item-container .box-item .box-item-share .button-email a:hover,
.box-item-container .box-item .box-item-share .button-canva a:hover {
	color: #FFFFFF;
}
/* END OF Digital Toolkit */


div.status-fields {
	margin-top: 5px;
	margin-bottom: 10px !important;
}

div.status-fields table {
	display: inline-block;
	margin-bottom: 0 !important;
}

.status-fields.invalid table tr td {
	padding-right: 5px;
	padding-bottom: 10px;
}

.status-fields.invalid table tr:last-child td {
	padding-bottom: 0;
}

.status-fields input.withdrawn {
	width: 300px;
}

.status-fields input.withdrawn.public {
	margin: 5px 0 5px 5px;
}

_:-ms-input-placeholder, :root .status-fields input.withdrawn.public {
	margin: 5px 0 5px 6px;
}

.status-fields-group-2 {
	padding-top: 5px;
}

.status-fields-group-2 .graduated, .status-fields-group-2 .promoted {
	width: 300px;
}

.status-fields-group-2 .graduated.college {
	margin-left: 1px;
}

.status-fields-group-2 .graduated.military {
	margin-left: 5px;
}

.status-fields-group-2 .graduated.other {
	margin-left: 16px;
}

_:-ms-input-placeholder, :root .status-fields-group-2 .graduated.other {
	margin-left: 15px;
}

.status-fields-group-2 .promoted.public {
	margin-left: 5px;
}

.statement {
	width: 640px;
	height: 350px;
	overflow: auto;
	background-color: #ededed;
	margin: 0.5rem 0 !important;
}

h2.statement-title {
	margin-bottom: 3.1rem;
	text-align: center;
	font-size: 2.6rem;
}

.statement-content {
	padding: 10px 20px 0 10px;
}

.statement-content p {
	text-align: justify;
	margin-bottom: 3.1rem !important;
}

ol.statement-point {
	padding-left: 5rem !important;
}

ol.statement-point li {
	margin-bottom: 3.1rem;
	text-align: justify;
}

.tblList {table-layout: fixed; max-width: 100%;}
.tblList td {margin: 0; padding: 0;}
.tblList .headerList, .tblList .headerList input {background: #F97A00; color: #fff;}
.tblList .headerList {height: 20px;}
.tblList .headerList th a, .tblList .headerList th a:hover {text-decoration: none; color: #FFFFFF;}
.tblList .odd {background: #eee;}
.tblList .flagged {background: #F2DCDB;}
.tblList tr th {background: #F4F2F0; padding: 20px !important; border-left: none;}
.tblList tr th:first-child {border-left: none;}
.tblList tr td {text-align: left; border-bottom: none; padding: 10px 20px !important;}
.tblList tr:nth-child(even) td {background: #F8F9FB;}
.tblList tr td.colborder_bottom {border-bottom: 3px solid #4B5A6E;}
.tblList tr td.colborder_right_thin {border-right: 1px solid #4B5A6E;}
.tblList tr:hover, .tblList tr:hover td {background: #ffc;} /* added because the reason above */
.tblList tr.nohover:hover, .tblList tr.nohover:hover td {background: none;}
.tblList tr.headerList:hover, .tblList tr.headerList:hover td {background: #F97A00;}


.tblList tr.title th {background-color: #253446; font-size: 17px; text-align: center;}
.tblList tr.total-row td {background: #E7EAEB; font-weight: 700;}

.bgWhite {background-color: #FFFFFF;}
.bgGray {background-color: #EEEEEE;}
.bgDarkGray {background-color: #CCCCCC;}
.light-text {font-weight: 500;}
.canvas-label .light-text {font-family: "Inter", sans-serif;}
.contribution-title {font-size: 18px; font-weight: 700; margin: 20px 0 !important;}
.student-name {display: block;}

/* donor list page in wider format */
.donor-list-table tr.contribution-title {margin: 0;}
.donor-list-table tr.contribution-title th {background: none; padding: 20px 0 !important; font-weight: 700; font-size: 18px;}

/* analytics report detail page */
#report-container-big {display: inline-block; width: 100%;}
.report-title-container {max-width: 100%; display: table; margin: 20px auto;} /* for wider format, changed width: 100% to max-width: 100%, changed margin: 20px 0 to 20px auto */
.report-title-row {display: table-row; margin-bottom: 0 !important;}
.report-title-container .contribution-title {display: table-cell; vertical-align: middle; padding-right: 10px;}
.report-title-container .report-button {display: table-cell; vertical-align: middle; text-align: right; width: 456px; margin-bottom: 0 !important;}
.report-title-container .report-button #btnExport {margin-right: 10px;}
.report-title-container .report-button #btnReturn {float: right; margin-right: 0; text-transform: capitalize;}

/* new executive dashboard */
#tabs-report { padding-bottom: 10px; }
.report-executive .contribution-title {margin: 0 0 10px 0 !important;}
.report-title-container.single {max-width: none; width: 100%; margin: 0 0 30px 0; text-align: right;}
#tabs-report + #report-container-big .report-title-container.single {margin-top: 20px;}
.report-title-container.single .report-button {width: auto;}
.report-title-container.single .report-button #btnExport {margin-right: 0;}

.tblList input.btn {text-transform: capitalize;} /* added because the buttons on the similar pages are also changed to capitalize */

.table .future-allocation-container-big {margin: 0 auto;}
.table .future-allocation-container-big tr td {padding: 0 !important;}
.table .future-allocation-container-big tr td.cBtn {background: none; text-align: right; border: none;}
.table .future-allocation-container-big tr:hover td.cBtn {background: none;}

.table .future-allocation-container {border: 1px solid #D5D5D8; min-width: 1000px; margin-bottom: 10px; border-spacing: 0; border-collapse: separate;}
.table .future-allocation-container tr td input {color: #181A1C; width: 95%; height: 30px;}
.table .future-allocation-container tr td input.changed {font-weight: bold; background-color: #ffc;}
.table .future-allocation-container tr td input.notvalid {color: #FF0000; font-weight: bold; background-color: #ffc; border: 2px solid #FF0000;}
.table .future-allocation-container input.award {text-align: right; width: 55px;}
.table .future-allocation-container tr td {border-bottom: 1px solid #D5D5D8; text-align: right; padding: 5px !important;}
.table .future-allocation-container tr:nth-child(even) td {background: #F8F9FB;}
.table .future-allocation-container tr td.colSchoolName {text-align: center; font-size: 18px; font-weight: 700; border-right: 1px solid #D5D5D8;}
.table .future-allocation-container tr td.colTitle {height: 100px; text-align: center; background: #E7EAEB; font-weight: 700; border-right: 1px solid #D5D5D8;}
.table .future-allocation-container tr td.colCenter {text-align: center;}
.table .future-allocation-container tr td.colborder_right_thin {border-right: 1px solid #D5D5D8;}
.table .future-allocation-container tr.headerList th {text-align: center; padding: 5px !important;}
.table .future-allocation-container tr.total-row td {background: #E7EAEB;}
.table .future-allocation-container tr td.cNm  {text-align: left;}
.table .future-allocation-container tr td.cYr  {text-align: center;}
.table .future-allocation-container tr td.cGC  {text-align: center;}
.table .future-allocation-container tr td.cAw  {text-align: right;}
.table .future-allocation-container tr td.cG   {text-align: right;}
.table .future-allocation-container tr td.colUnallocatedBalance{background: #E7EAEB; font-weight: 700; border-bottom: none;}

.table .future-allocation-container tr:hover, .table .future-allocation-container tr:hover td {background: #ffc;}
.table .future-allocation-container tr.total-row:hover, .table .future-allocation-container tr.total-row:hover td {background: #E7EAEB;}
.table .future-allocation-container tr.nohover:hover, .table .future-allocation-container tr.nohover:hover td {background: none;}
.table .future-allocation-container tr.headerList:hover, .table .future-allocation-container tr.headerList:hover td {background: #F4F2F0;}
.table .future-allocation-container tr:hover td.colTitle {background: #E7EAEB;}
.table .future-allocation-container tr:hover td.colUnallocatedBalance {background: #E7EAEB;}

.table.future-allocation-table {
	position: relative;
}

/* added for arrow navigation - JM - Nov 28, 2023 */
.article-single .article__body .rotator-nav {
	opacity: 0;
	
	position: fixed;
	top: 50%;
	
	outline: 0;
	z-index: 15;
	text-indent: -9999px;
	
	width: 96%;
	height: 60px;
	pointer-events: none; /* so we can click links in below div */
	
	margin-bottom: 0;
}

.article-single .article__body .rotator-nav.active {
	opacity: 1; 
}

.article-single .article__body .rotator-nav .rotator-nav-prev {
	background: url("/images/bg/arrows.png?v=20231206") no-repeat left top rgba(0, 0, 0, 0);
	height: 60px;
	width: 60px;
	float: left;
	pointer-events: auto; /* so we can still click the arrow */
}

.article-single .article__body .rotator-nav .rotator-nav-next {
	background: url("/images/bg/arrows.png?v=20231206") no-repeat right top rgba(0, 0, 0, 0);
	height: 60px;
	width: 60px;
	float: right;
	pointer-events: auto; /* so we can still click the arrow */
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.article-single .article__body .rotator-nav {
		height: 50px;
	}
	
	.article-single .article__body .rotator-nav .rotator-nav-prev {
		background: url("/images/bg/arrows-mobile.png") no-repeat left top rgba(0, 0, 0, 0);
		height: 50px;
		width: 50px;
	}

	.article-single .article__body .rotator-nav .rotator-nav-next {
		background: url("/images/bg/arrows-mobile.png") no-repeat right top rgba(0, 0, 0, 0);
		height: 50px;
		width: 50px;
	}
}
/* END OF added for arrow navigation - JM - Nov 28, 2023 */


/* analytics report detail page */
/* changed donor list page to wider format */
.wider-format {
	padding-bottom: 3000px; /* initial padding for wider format */
}
.report-analytics-container, .donor-list-container {
	overflow-x: auto;
}
.use-custom-scrollbar::-webkit-scrollbar {
	height: 6px;
}
.use-custom-scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.use-custom-scrollbar::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5;
}
.use-custom-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #95989D;
}

.wider-format .tblList { /* for wider format, changed max-width: 0 to 100%, added margin: 0 auto */
	max-width: 100%;
	width: auto;
	margin: 0 auto;
}


.uploaded-file {
	margin-top: 0;
	font-size: 14px;
}

.switch-info {
	margin-top: 0;
	font-size: 12px;
}


/* added for highlights - JM - Jun 22, 2023 */
.widget img {
	width: 100%;
}

.widget img + .widget__head {
	margin-top: 10px;
}

.widget .widget__body {
	line-height: 1.67;
}

.widget .widget__body p:last-child, .widget .widget__body p:last-of-type {
	margin-bottom: 0;
}

.widget .widget__body img {
	width: auto;
}

.widget .widget__body > ul, .widget .widget__body > ol {
	padding-left: 40px;
}

.widget .widget__body h1 { font-size: 2.8rem; line-height: 1.67; }
.widget .widget__body h2 { font-size: 2.6rem; line-height: 1.67; }
.widget .widget__body h3 { font-size: 2.4rem; line-height: 1.67; }
.widget .widget__body h4 { font-size: 2.2rem; line-height: 1.67; }
.widget .widget__body h5 { font-size: 2rem; line-height: 1.67; }
.widget .widget__body h6 { font-size: 1.8rem; line-height: 1.67; }

.widget .btn {
	width: 100%;
	margin-top: 1.2em;
}

.widget .event-cal {
	margin-top: 10px;
	margin-bottom: 10px;
}

.widget .form-hl {
	display: inline-block;
}

.widget .form-hl .the-input-container {
	float: left;
	margin-right: 2px;
	overflow: hidden;
	position: relative;
	clear: both;
}

.widget .form-hl .the-input-container .input {
	width: 200px;
	margin-top: 7px;
	padding: 3px 5px;
}

.widget .form-hl .btn {
	float: left;
	display: block;
	width: 34px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
	background: #F58834 url("/images/bg/icon-01.png") no-repeat 7px -45px;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	margin-top: 7px;
	margin-left: 2px;
	padding: 0;
}

.widget .form-hl .btn--orange:hover {
	background-color: #E56019;
}

.login-links {
	clear: both;
	display: block;
	line-height: 1.2;
}

.signup {
	font-size: 0.75em;
	font-weight: bold;		
}

.signin {
	font-size: 0.95em;
	font-weight: bold;		
}

.widget .credit-card-list {
	width: 100%;
	padding-top: 1.2em;
	margin: 0;
	overflow: hidden;
}

.widget .credit-card-list span {
	float: left;
	width: 44px;
	height: 30px;
	text-indent: -9999px;
	margin: 0 7px 0 0;
	overflow: hidden;
	background: transparent url("/images/bg/icon-credit-card.png") no-repeat 0 0;
}

.widget .credit-card-list span.icon-mastercard {
	background-position: 0 0;
}

.widget .credit-card-list span.icon-visa {
	background-position: 0 -50px;
}

.widget .credit-card-list span.icon-discover {
	background-position: 0 -100px;
}

.widget .credit-card-list span.icon-american-express {
	background-position: 0 -150px;
}


p.no-bottom {
	margin-bottom: 0 !important;
}

a.no-link {cursor: default;}


@media screen and (max-width:1240px) {
	.scholarship-dash-list .dash-icon a.port-add,
	.scholarship-dash-list .dash-icon a.port-with {font-size: 15px;}
	
	.digital-dash-list .dash-icon a.digital-print {font-size: 17px;}
}

@media screen and (max-width:1210px) {
	.school-list li {font-size: 13px;}
}

@media screen and (max-width:1100px) {
	.digital-dash-list .dash-icon a.digital-print {font-size: 16px;}
	
	
	/* new executive dashboard */
	.report-executive .donor-list-search {
		display: inline-block;
	}
	.report-executive .donor-list-search-row,
	.report-executive .donor-list-search-col,
	.report-executive .donor-list-search-col-inner {
		display: block;
		width: 100%;
		margin: 0 !important;
	}
	.report-executive .donor-list-search-col {
		padding-top: 0 !important;
		border-top: 2px solid #DEE8E9;
	}
	.report-executive .donor-list-search-col:first-child {
		border-top: 0;
	}
	.report-executive .donor-list-search-col-inner {
		margin: 0;
	}
	.report-executive .donor-list-search select#sel_reportType {
		max-width: none;
		width: auto;
	}
}

@media screen and (max-width:939px) {
	.tblList {table-layout: auto;}
	
	/* analytics report detail page */
	.donor-list-search:not(.general) {
		flex-direction: column;
		align-items: flex-start;
	}
	.donor-list-search:not(.general) div:not(:first-child) {
		padding-top: 10px;
	}
	.donor-list-search:not(.general) select#sel_filingStatus {
		width: 100%;
	}
	.donor-list-search:not(.general) select#sel_reportType { /* added for new executive dashboard */
		max-width: 90%;
	}
	_:-ms-input-placeholder, :root .donor-list-search:not(.general) select:last-child {
		margin-right: 0;
	}
	
	/* Scholarship Portal welcome page */
	.scholarship-dash-list .dash-icon a {font-size: 17px;}
	
	/* Digital Toolkit landing page */
	.dash-icon a.digital-print {font-size: 18px;}
}

@media screen and (max-width:791px) {
	/* Digital Toolkit landing page */
	.dash-icon a.digital-print {font-size: 17px;}
	.digital-dash-list .dash-icon a {min-height: 290px;}
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	#lyrSchoolAdd, #lyrSchoolInfo {
		background-position: 0 6px;
	}
	
	.help-dialog {
		width: 25px;
		height: 25px;
	}
	.help-dialog.pay-online {
		top: 6px;
		left: 200px;
	}
	.help-dialog.school-info-not-found {
		top: 6px;
	}
	.help-dialog-text.pay-online::before {
		left: 199px;
	}
	.help-dialog-text.pay-online::after {
		left: 200px;
	}
	
	.student-list-search {
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
	}
	.student-list-search div {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
		gap: 5px 5px;
	}
}

@media screen and (max-width:723px) {
	.tblList tr:not(.contribution-title) th {padding: 20px 10px !important; color: #fff;}
	.tblList tr td {text-align: left; border-bottom: none; padding: 10px !important;}

	.scholarship-dash-list li {width: calc(50% - (15px)); margin: 0 15px 15px 0;}
	.scholarship-dash-list li:nth-child(3n) {margin-right: 15px;}
	.scholarship-dash-list li:nth-child(even) {margin-right: 0;}
	.scholarship-dash-list .dash-icon a {min-height: 270px; padding-bottom: 0px;}

	.school-list li {width: calc((100% / 2) - (20px / 2)); min-height: 210px;}
	.school-list li:nth-child(3n) {margin-right: 20px;}
	.school-list li:nth-child(even) {margin-right: 0;}

	#frmTaxCredit #sel_school {width: 100%;} /* for tax contribution form */
	
	/* donor list page */
	.donor-list-search.general {
		flex-direction: column;
		align-items: flex-start;
	}
	.donor-list-search.general div:not(:first-child) {
		padding-top: 10px;
	}
	.donor-list-search.general div > span {
		display: block;
	}
	.donor-list-search.general select, .donor-list-search.general div:last-child select {
		margin-left: 0;
		margin-right: 0;
	}
	
	/* analytics report detail page and new executive dashboard */
	_:-ms-input-placeholder, :root .donor-list-search select#sel_filingStatus,
	_:-ms-input-placeholder, :root .donor-list-search select#sel_reportType {
		max-width: 400px;
	}
	
	.donor-list-button button {width: 100%;}
	.donor-list-button #btnExport {margin-right: 0;}
	.donor-list-button #btnReturn {margin-top: 10px;}
	
	.report-title-container .contribution-title {display: block; margin-top: 0;}
	.report-title-container .report-button {display: block; text-align: left; width: 100%;}
	.report-title-container .report-button #btnExport {margin-right: 0;}
	.report-title-container .report-button #btnReturn {float: none; margin-top: 10px;}
	
	.report-analytics-container, .donor-list-container {
		overflow-x: hidden;
	}
	
	/* force table to not be like tables anymore */
	.tblList.apply-mobile-table,
	.table.apply-mobile-table {
		display: inline;
	}
	
	.tblList.apply-mobile-table thead, .tblList.apply-mobile-table tbody, .tblList.apply-mobile-table tr,
	.tblList.apply-mobile-table th, .tblList.apply-mobile-table td,
	.table.apply-mobile-table thead, .table.apply-mobile-table tbody, .table.apply-mobile-table tr,
	.table.apply-mobile-table th, .table.apply-mobile-table td {
		display: block;
	}
	
	/* hide table headers (but not display: none; for accessibility) */
	.tblList.apply-mobile-table thead tr:not(.contribution-title):not(.title),
	.table.apply-mobile-table thead tr:not(.contribution-title):not(.title) {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.tblList.apply-mobile-table td,
	.table.apply-mobile-table td {
		/* behave like a row */
		position: relative;
		padding: 0 0 5px 0 !important;
	}
	
	.tblList.apply-mobile-table tbody tr:nth-child(even) td,
	.table.apply-mobile-table tbody tr:nth-child(even) td {
		background: #F8F9FF;
	}
	
	.tblList.apply-mobile-table tbody tr:nth-child(even):hover td,
	.table.apply-mobile-table tbody tr:nth-child(even):hover td {
		background: #ffc;
	}
	
	.tblList.apply-mobile-table td:first-child,
	.table.apply-mobile-table td:first-child {
		padding-top: 20px !important; 
	}
	
	.tblList.apply-mobile-table:not(#tblList_reportExecutive) tbody tr:first-child td,
	.table.apply-mobile-table:not(#tblList_reportExecutive) tbody tr:first-child td {
		padding-top: 0 !important; 
	}
	
	.tblList.apply-mobile-table td:last-child,
	.table.apply-mobile-table td:last-child {
		border-bottom: 1px solid #D5D5D8;
	}
	
	.tblList.apply-mobile-table td:before,
	.table.apply-mobile-table td:before {
		width: 100%;
		white-space: nowrap;
		display: block;
		font-weight: bold;
	}
	
	.tblList.apply-mobile-table td:empty:after,
	.table.apply-mobile-table td:empty:after {
		content: "-";
	}
	
	/* label the data */
	.table.apply-mobile-table td:before { content: attr(data-label); }
	.table.report-analytics td:before { content: attr(data-label); }
	.table.donor-list-table td:before { content: attr(data-label); }
}

@media screen and (max-width:679px) {
	/* Digital Toolkit */
	.box-item-container .box-item {
		grid-template-rows: auto auto 1fr;
	}
}

@media screen and (max-width:640px) {
	.cont-dash-list li,
	.email-dash-list li,
	.scholarship-dash-list li,
	.withdraw-dash-list li,
	.digital-dash-list li {
		width: 100%;
		float: left;
		margin-right: 0;
	}
	.cont-dash-list .dash-icon a {min-height: 168px; padding: 70px 20px 20px 188px; background-position: 0 0; word-spacing: 0;}
	.scholarship-dash-list .dash-icon a {min-height: 168px; padding: 60px 20px 20px 188px; background-position: 0 0;}
	.withdraw-dash-list .dash-icon a {min-height: 168px; padding: 60px 20px 20px 188px; background-position: 0 0;}
	.digital-dash-list .dash-icon a {min-height: 168px; padding: 70px 20px 20px 188px; background-position: 0 0;}
	
	.cont-report-list li {
		flex-direction: column;
		align-items: center;
	}
	_:-ms-input-placeholder, :root .cont-report-list li {
		display: block;
	}
	_:-ms-input-placeholder, :root .cont-report-list .dash-icon img.report-icon {
		display: inline;
		vertical-align: middle;
		float: left;
	}
	.cont-report-list .dash-icon a.report-dash {
		border-left: 0;
	}
	_:-ms-input-placeholder, :root .cont-report-list .dash-icon a.report-dash {
		background: none;
	}
	_:-ms-input-placeholder, :root .cont-report-list .dash-icon a.report-dash span {
		text-align: left;
	}
	.cont-report-list .report-description {
		text-align: justify;
		padding-bottom: 10px;
	}
	
	.student-list-item {width: 100%; float: none;}
	.student-list-item:nth-child(odd) {margin: 0 0 20px 0 !important;}
	.student-list-item:nth-child(even) {margin: 0 0 20px 0 !important;}
	.student-list-item input:not(.btn) {width: 100%;}
	
	.tblForm td { display: block; width: 100% !important; }
	.tblForm.staytable td { display: table-cell; }
	
	.tblForm td:empty { display: none; }
	.tblForm.staytable td:empty { display: table-cell; }
	#frmScholarship .tblForm td:empty:not(.novbottom) { display: block; height: 15px; padding-bottom: 0; }
	
	.tblForm td.subcol ~ td { padding-left: 30px; }
	
	.tblForm td:last-child:not(.novbottom) { padding-bottom: 10px; }
	
	
	ul.pay-online.pay-online-in-table li {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		column-gap: 0;
		row-gap: 10px;
		justify-items: stretch;
		align-items: start;
		justify-content: stretch;
		align-content: start;
	}
	
	ul.pay-online.pay-online-in-table li div:empty {
		display: none;
	}
	
	ul.pay-online.pay-online-in-table li div input,
	ul.pay-online.pay-online-in-table li div a {
		display: block;
	}
	
	ul.pay-online.pay-online-in-table li#liInfo div:nth-child(1),
	ul.pay-online.pay-online-in-table li#liTotal div:nth-child(1),
	ul.pay-online.pay-online-in-table li div:nth-child(2):not(.input-icon) {
		margin-bottom: 10px;
	}
	
	.article__body .tblForm .pay-online.pay-online-in-table .validation-msg {
		max-width: 400px;
	}
}

@media screen and (max-width:575px) {
	.student-list-search span {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		align-content: flex-start;
		gap: 5px 5px;
	}
}

@media screen and (max-width:540px) {
	/* withdrawal page */
	.status-fields input.withdrawn {
		width: 250px;
		display: block;
		margin: 0 0 3px 18px !important;
	}
	.status-fields input.withdrawn + br {
		display: none;
	}
	
	/* contribution landing page */
	.dash-icon a.cont-dash, .dash-icon a.cont-detail, .dash-icon a.cont-analytics {font-size: 18px;}
	
	/* analytics report page */
	_:-ms-input-placeholder, :root .cont-report-list .dash-icon a.report-dash span {
		font-size: 18px;
	}
	
	/* contribute.asp */
	ul.pay-online li {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		column-gap: 0;
		row-gap: 10px;
		justify-items: stretch;
		align-items: start;
		justify-content: stretch;
		align-content: start;
	}
	
	ul.pay-online li#liDOR div.white-space {
		display: none;
	}
	
	ul.pay-online li#liDOR div:nth-child(1), ul.pay-online li#liTotal div:nth-child(1) {
		margin-bottom: 10px;
	}
	
	ul.pay-online li div:nth-child(2):not(.help-dialog-text):not(.input-icon) {
		margin-bottom: 10px;
	}
	
	.article__body.pay-online .validation-msg[for^="ItemCost_"],
	.article__body.pay-online .validation-msg[for="txtTotalCost"] {
		width: auto !important;
	}
}

@media screen and (max-width:480px) {
	.cont-dash-list .dash-icon a.cont-dash {padding-top: 60px;}
	
	/* board of directors */
	.article-single .article__body div.tBoard {
		flex-direction: column;
	}
	.article-single .article__body div.tBoard div.board-image,
	.article-single .article__body div.tBoard div.board-name-content {
		width: 100%;
	}
	.article-single .article__body div.tBoard div.board-image:empty {
		display: none;
	}
	
	/* analytics report detail, donor list page, and new executive dashboard */
	.donor-list-search:not(.general) select#sel_filingStatus {
		width: 100% !important;
	}
	_:-ms-input-placeholder, :root .donor-list-search select#sel_filingStatus,
	_:-ms-input-placeholder, :root .donor-list-search select#sel_appStatus,
	_:-ms-input-placeholder, :root .donor-list-search select#sel_reportType {
		max-width: 300px;
	}

	.school-list li {width: 100%; min-height: 152px; margin: 0 0 20px 0;}

	.school-list li span, .school-list li a {position: relative; width: 100%; padding: 0 10px 0 160px;}
	.school-list-content {position: absolute; top: 50%; transform: translateY(-50%); width: 100%;}
	.school-list li span, .school-list li span.school-name {bottom: auto;}
	.school-list li a {bottom: auto;}

	.school-list li a.school-logo {position: absolute; padding: 0; width: 160px; left: 0; width: 160px; bottom: 0; top: 0;}

	.school-list li a.school-logo > img {position: absolute; max-height: 82px; max-width: 140px; width: auto; height: auto; top: 0; bottom: 0; left: 0; right: 0; margin: auto;}
	.article__body .tblForm .error + .validation-msg {width: 100%;}

	.help-dialog {position: initial;}
	.help-dialog.corp {text-align: left; display: inline; margin: 0; padding: 2px;} /* adding for C Corp */
	.help-dialog .help-dialog-text {width: auto; top: auto; left: 0; right: 0; margin: 10px;}
	.help-dialog.corp .help-dialog-text {top: auto; text-align: center;} /* adding for C Corp */
	
	.article__body.pay-online .validation-msg {
		width: auto !important;
	}
	
	#lyrGReCaptcha > div {
		max-width: 100%;
		margin-right: 10px;
	}
	#lyrGReCaptcha iframe {
		transform: scale(0.9);
        transform-origin: 0 0;
	}
}

@media screen and (max-width:400px) {
	.scholarship-dash-list .dash-icon a.port-add,
	.scholarship-dash-list .dash-icon a.port-with {padding-top: 40px;}
}

@media screen and (max-width:380px) {
	.student-list-button .btn { font-size: 13px; }
	
	/* analytics report detail and donor list page */
	.donor-list-button .btn {
		font-size: 12px;
	}
	/* new executive dashboard */
	_:-ms-input-placeholder, :root .donor-list-search select#sel_filingStatus,
	_:-ms-input-placeholder, :root .donor-list-search select#sel_appStatus,
	_:-ms-input-placeholder, :root .donor-list-search select#sel_reportType {
		max-width: 250px;
	}
	
	.cont-dash-list .dash-icon a,
	.scholarship-dash-list .dash-icon a,
	.withdraw-dash-list .dash-icon a,
	.digital-dash-list .dash-icon a {
		background-position: 50% 20px;
		padding: 208px 20px 20px 20px !important;
		min-height: auto;
	}
	
	.scholarship-dash-list .dash-icon a.port-add,
	.scholarship-dash-list .dash-icon a.port-with {padding-top: 20px;}
	
	/* Digital Toolkit */
	.box-item-container .box-item .box-item-image img {
		width: 100%;
		height: auto;
	}
}

/* Microsoft Edge */
@supports (-ms-ime-align:auto) {
	/* student status update page */
	.status-fields-group-2 .graduated.other {
		margin-left: 15px;
	}
	
	/* analytics report detail page */
	.donor-list-search:not(.general) {
		justify-content: center;
	}
	.donor-list-search:not(.general) select:last-child {
		margin-right: 15px;
	}
	
	@media screen and (max-width: 939px) {
		.donor-list-search:not(.general) select:last-child {
			margin-right: 0;
		}
	}
}

/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	/* Digital Toolkit */
	.box-item-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		align-content: stretch;
	}
	
	.box-item-container .box-item {
		align-self: stretch;
		border: 3px solid #C0C0C0;
		margin-right: 5px;
		margin-bottom: 32px;
		
		max-width: 300px;
	}
	
	/* select last two items */
	.box-item-container .box-item:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}
	
	.box-item-container .box-item .box-item-share {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: stretch;
		align-content: stretch;
	}
	
	.box-item-container .box-item .box-item-share div {
		margin-right: 5px;
	}
	
	.box-item-container .box-item .box-item-share div:last-child {
		margin-right: 0;
	}
}
