/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.btn{position:relative;z-index:2;display:inline-block;color:var(--gray);border-width:3px;border-style:solid;border-color:var(--secondary--fuchsia);background:var(--white);font-family:var(--sans-serif);font-size:14px;font-weight:500;line-height:1.1;letter-spacing:1px;text-transform:uppercase;cursor:pointer;transition:color 0.5s var(--bezier-ease),background 0.5s var(--bezier-ease),border 0.5s var(--bezier-ease);padding:var(--spacing--small) 50px;margin-right:var(--spacing--3xsmall);margin-bottom:var(--spacing--3xsmall);}@media print,screen and (width >= 48.0625em){.btn{font-size:16px;padding:var(--spacing--small) 50px;}}.btn--alternate{color:var(--white);border-color:var(--brand--bright-blue);background:none;}.btn--alternate:hover,.btn--alternate:focus{color:var(--text-color);border-color:var(--white);background:var(--white);}.btn--small{font-size:14px;padding:var(--spacing--xsmall) var(--spacing--medium) 0.85rem;}.btn--align-right{display:table;margin-left:auto;}.btn--align-center{display:table;margin-right:auto;margin-left:auto;}.btn.external,.btn.elf-external,.btn.link-external,.btn[data-entity-type='media'],.btn[href$='.doc'],.btn[href$='.docx'],.btn[href$='.pdf'],.btn[href$='.ppt'],.btn[href$='.pptx'],.btn[href$='.xls'],.btn[href$='.xlsx'],.btn[href$='.zip']{position:relative;}.btn.external::after,.btn.elf-external::after,.btn.link-external::after,.btn[data-entity-type='media']::after,.btn[href$='.doc']::after,.btn[href$='.docx']::after,.btn[href$='.pdf']::after,.btn[href$='.ppt']::after,.btn[href$='.pptx']::after,.btn[href$='.xls']::after,.btn[href$='.xlsx']::after,.btn[href$='.zip']::after{position:absolute;top:50%;right:27px;display:inline;opacity:0;font-family:var(--font-awesome);font-size:1em;transform:translateY(-50%);padding-left:0.25em;transition:opacity 0.3s var(--bezier-ease);}@media print,screen and (width <= 39.9375em){.btn.external::after,.btn.elf-external::after,.btn.link-external::after,.btn[data-entity-type='media']::after,.btn[href$='.doc']::after,.btn[href$='.docx']::after,.btn[href$='.pdf']::after,.btn[href$='.ppt']::after,.btn[href$='.pptx']::after,.btn[href$='.xls']::after,.btn[href$='.xlsx']::after,.btn[href$='.zip']::after{right:8px;}}.btn.external:hover::after,.btn.external:focus::after,.btn.elf-external:hover::after,.btn.elf-external:focus::after,.btn.link-external:hover::after,.btn.link-external:focus::after,.btn[data-entity-type='media']:hover::after,.btn[data-entity-type='media']:focus::after,.btn[href$='.doc']:hover::after,.btn[href$='.doc']:focus::after,.btn[href$='.docx']:hover::after,.btn[href$='.docx']:focus::after,.btn[href$='.pdf']:hover::after,.btn[href$='.pdf']:focus::after,.btn[href$='.ppt']:hover::after,.btn[href$='.ppt']:focus::after,.btn[href$='.pptx']:hover::after,.btn[href$='.pptx']:focus::after,.btn[href$='.xls']:hover::after,.btn[href$='.xls']:focus::after,.btn[href$='.xlsx']:hover::after,.btn[href$='.xlsx']:focus::after,.btn[href$='.zip']:hover::after,.btn[href$='.zip']:focus::after{opacity:1;}@media print,screen,(width >= 48.0625em) and (width <= 74.9375em){.callout-box .btn{padding:1rem 1.75rem;}.callout-box .btn.external::after{right:0.25rem;}}.button,.btn{position:relative;z-index:2;display:inline-block;color:var(--gray);border-width:3px;border-style:solid;background:var(--white);font-family:var(--sans-serif);font-weight:500;line-height:1.1;transition:color 0.5s var(--bezier-ease),background 0.5s var(--bezier-ease),border 0.5s var(--bezier-ease);letter-spacing:1px;text-decoration:none;margin-right:var(--spacing--3xsmall);margin-bottom:var(--spacing--3xsmall);text-transform:uppercase;cursor:pointer;}.button::before,.button::after,.btn::before,.btn::after{transition:color 0.5s var(--bezier-ease),background 0.5s var(--bezier-ease),border 0.5s var(--bezier-ease),opacity 0.5s var(--bezier-ease);}.button:hover,.button:focus,.btn:hover,.btn:focus{text-decoration:none;outline:none;}.button:disabled,.btn:disabled{opacity:0.6;cursor:not-allowed;pointer-events:none;}.button--large,.btn--large{font-size:16px;padding:var(--spacing--small) 50px;}.button--small,.btn--small{font-size:14px;padding:var(--spacing--xsmall) var(--spacing--medium) 0.85rem;}.button--tiny,.btn--tiny{font-size:14px;padding:var(--spacing--xsmall) var(--spacing--small) 0.85rem;}.button--default,.btn--default{color:var(--gray);border-color:var(--secondary--fuchsia);background:var(--white);}.button--default::before,.button--default::after,.btn--default::before,.btn--default::after{color:var(--secondary--fuchsia);}.button--default:hover:not(:disabled),.button--default:focus:not(:disabled),.btn--default:hover:not(:disabled),.btn--default:focus:not(:disabled){color:var(--white);border-color:var(--secondary--fuchsia);background:var(--secondary--fuchsia);}.button--default:hover:not(:disabled)::before,.button--default:focus:not(:disabled)::before,.button--default:hover:not(:disabled)::after,.button--default:focus:not(:disabled)::after,.btn--default:hover:not(:disabled)::before,.btn--default:focus:not(:disabled)::before,.btn--default:hover:not(:disabled)::after,.btn--default:focus:not(:disabled)::after{color:var(--white);}.button--alternate,.btn--alternate{color:var(--white);border-color:var(--brand--bright-blue);background:none;}.button--alternate::before,.button--alternate::after,.btn--alternate::before,.btn--alternate::after{color:var(--brand--bright-blue);}.button--alternate:hover:not(:disabled),.button--alternate:focus:not(:disabled),.btn--alternate:hover:not(:disabled),.btn--alternate:focus:not(:disabled){color:var(--text-color);border-color:var(--white);background:var(--white);}.button--alternate:hover:not(:disabled)::before,.button--alternate:focus:not(:disabled)::before,.button--alternate:hover:not(:disabled)::after,.button--alternate:focus:not(:disabled)::after,.btn--alternate:hover:not(:disabled)::before,.btn--alternate:focus:not(:disabled)::before,.btn--alternate:hover:not(:disabled)::after,.btn--alternate:focus:not(:disabled)::after{color:var(--text-color);}.button--button,.btn--button{color:var(--white);border-color:var(--pattern--fuchsia);background:var(--pattern--fuchsia);}.button--button:hover,.button--button:focus,.btn--button:hover,.btn--button:focus{border-color:rgb(133 23 93 / 10%);background:rgb(133 23 93 / 10%);}.button--form-inputs,.btn--form-inputs{color:var(--gray);border:1px solid var(--white);background:var(--white);box-shadow:0 0 0.25rem 0 rgb(0 0 0 / 11%);text-transform:none;padding:20px 30px 19px;}.button--form-inputs:hover:not(:disabled),.btn--form-inputs:hover:not(:disabled){cursor:text;}.button--form-inputs:focus:not(:disabled),.btn--form-inputs:focus:not(:disabled){border-color:var(--gray--xlight);box-shadow:none;}
.callout-box{background:var(--white);box-shadow:0 0 1rem 0 rgb(0 0 0 / 11%);padding:1.5rem 1.875rem 2.25rem;font-size:14px;margin-bottom:1.5rem;}@media print,screen and (width >= 768px){.callout-box{padding:1.5rem;}}.callout-box *:first-child{margin-block-start:0;margin-top:0;}.callout-box h2{font-family:var(--serif);font-size:1.25rem;font-weight:700;margin-bottom:1rem;}.callout-box p,.callout-box ul,.callout-box ol{font-size:0.875rem;}@media print,screen and (width <= 39.9375em){.callout-box{margin-top:28px;}}.callout-box .btn{position:relative;z-index:2;display:inline-block;color:var(--gray--dark);border:none;border-width:0.1875rem;border-style:solid;border-color:var(--secondary--fuchsia);border-radius:2px;background:var(--white);font-family:var(--sans-serif);font-size:0.875rem;font-weight:500;line-height:1.1;cursor:pointer;transition:color 0.5s cubic-bezier(0.82,0.06,0.14,0.97),background 0.5s cubic-bezier(0.82,0.06,0.14,0.97),border 0.5s cubic-bezier(0.82,0.06,0.14,0.97);letter-spacing:0.0625rem;text-decoration:none;margin-right:0.3125rem;margin-bottom:0.3125rem;text-transform:uppercase;padding:0.9375rem 1.25rem 0.85rem;}.callout-box .btn.external{padding-right:1.75rem;}.callout-box .btn.external::after{position:absolute;top:50%;right:0.5rem;background:url(/themes/custom/holyoke/components/component/callout-block/external-link-icon.svg) no-repeat center center;background-size:contain;content:'';transform:translateY(-50%);width:1em;height:1em;}.callout-box .office-hours-section:not(:first-child){margin-top:var(--spacing--medium);}.callout-box .office-hours-section h3{margin-bottom:0;}.callout-box .office-hours-section .office-hours-component{margin-top:14px;margin-bottom:14px;}@media print,screen and (width <= 39.9375em){.landing-page .callout-box{margin-top:40px;}}@media print,screen and (width >= 48em){.landing-page .callout-box{position:sticky;top:120px;}}@media print,screen and (width >= 48em){.hero--general + .wysiwyg-block .callout-box,.person--detail aside,.person--detail .callout-box{position:sticky;top:7.5em;}}.hero--general + .wysiwyg-block .callout-box p,.hero--general + .wysiwyg-block .callout-box ul,.hero--general + .wysiwyg-block .callout-box ol,.person--detail aside p,.person--detail aside ul,.person--detail aside ol,.person--detail .callout-box p,.person--detail .callout-box ul,.person--detail .callout-box ol{font-size:0.875rem;}@media print,screen,(width >= 48.0625em) and (width <= 74.9375em){.callout-box .btn{padding:1rem 1.75rem;}.callout-box .btn.external::after{right:0.25rem;}}.callout-box .btn:hover:not(:disabled)::before,.callout-box .btn:hover:not(:disabled)::after,.callout-box .btn:focus:not(:disabled)::before,.callout-box .btn:focus:not(:disabled)::after{color:var(--white);}
.card--checkerboard{position:relative;opacity:1;transition:transform var(--primary-transition),opacity var(--primary-transition),-webkit-transform var(--primary-transition);margin-top:var(--spacing--large);padding-right:0;padding-left:0;max-width:112.5rem;margin-left:auto;margin-right:auto;}@media print,screen and (width >= 48.0625em){.card--checkerboard{margin-top:var(--spacing--2xlarge);}}@media print,screen and (width >= 64.0625em){.card--checkerboard{margin-top:var(--spacing--3xlarge);}}@media print,screen and (width >= 40.0625em){.card--checkerboard:not(:first-of-type){margin-top:0;}}@media print,screen and (width <= 40.0613em){.card--checkerboard{display:flex;-ms-flex-pack:center;-ms-flex-align:start;align-items:start;justify-content:center;-webkit-box-pack:center;flex-wrap:wrap;}.card--checkerboard .card__content__inner{padding:var(--spacing--small) var(--spacing--xsmall);}.card--checkerboard .card__media{flex:0 0 auto;width:100%;margin-left:0;margin-right:0;margin-bottom:0;}.card--checkerboard .card__content{flex:0 0 auto;width:100%;margin-left:0;margin-right:0;}.card--checkerboard img{display:block;}}@media print,screen and (width >= 40.0625em) and (width <= 48.0613em){.card--checkerboard{display:flex;-ms-flex-pack:center;-ms-flex-align:start;align-items:start;justify-content:center;-webkit-box-pack:center;flex-wrap:nowrap;}.card--checkerboard .card__content__inner{padding:var(--spacing--small);}.card--checkerboard .card__media{flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--checkerboard .card__content{flex:1;}.card--checkerboard img{display:block;}.card--checkerboard .aspect-ratio-frame{min-height:400px;}}@media print,screen and (width >= 48.0625em) and (width <= 64.0613em){.card--checkerboard{display:flex;-ms-flex-pack:center;-ms-flex-align:stretch;align-items:stretch;justify-content:center;-webkit-box-pack:center;flex-wrap:nowrap;}.card--checkerboard .card__content__inner{padding:var(--spacing--medium);}.card--checkerboard .card__media{flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--checkerboard .card__content{flex:1;}.card--checkerboard img{display:block;}}@media print,screen and (width >= 64.0625em){.card--checkerboard{display:flex;-ms-flex-pack:center;-ms-flex-align:stretch;align-items:stretch;justify-content:center;-webkit-box-pack:center;flex-wrap:nowrap;}.card--checkerboard .card__content__inner{padding:var(--spacing--3xlarge);}.card--checkerboard .card__media{flex:0 0 auto;width:50%;margin-left:0;margin-right:0;margin-bottom:0;}.card--checkerboard .card__content{flex:1;}.card--checkerboard img{display:block;}}@media print,screen and (width >= 48.0625em){.card--checkerboard .aspect-ratio-frame{min-height:600px;}}.card--checkerboard:nth-child(even){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;flex-direction:row-reverse;}.card--checkerboard .card__media{position:relative;}@media print,screen and (width <= 40.0613em){.card--checkerboard .card__media .aspect-ratio-frame::before{padding-bottom:0;}.card--checkerboard .card__media .aspect-ratio-frame img,.card--checkerboard .card__media .aspect-ratio-frame video,.card--checkerboard
    .card__media
    .aspect-ratio-frame
    .autoplay-video-container,.card--checkerboard .card__media .aspect-ratio-frame iframe{position:static;}}.card--checkerboard figure{margin:0;}.card--checkerboard figure figcaption{position:relative;z-index:1;background:var(--white);font-size:0.875rem;font-style:italic;line-height:1.428;padding:var(--spacing--small);}.card--checkerboard figure figcaption::after{position:absolute;bottom:0;left:var(--spacing--small);display:block;background-color:var(--gray--line-alt);content:'';width:2.96875rem;height:0.0625rem;}@media print,screen and (width >= 40.0625em){.card--checkerboard figure figcaption{position:absolute;top:100%;max-width:85%;}.card--checkerboard figure figcaption::after{content:none;}}.card--checkerboard .card__content{display:flex;-ms-flex-item-align:center;align-self:center;}.card--checkerboard .card__content .card__content__inner{-ms-flex-item-align:center;align-self:center;padding:var(--spacing--small-medium) var(--spacing--small);}@media screen and (width >= 75em){.card--checkerboard .card__content .card__content__inner{padding:var(--spacing--3xlarge) var(--spacing--2xlarge)
      var(--spacing--3xlarge) 170px;}}@media screen and (width >= 75em){.card--checkerboard:nth-child(odd) .card__content .card__content__inner{padding:var(--spacing--3xlarge) 170px var(--spacing--3xlarge)
      var(--spacing--2xlarge);}}@media print,screen and (width <= 40.0613em){.card--checkerboard .card__content .card__content__inner{padding-bottom:0;}}.card--checkerboard .wysiwyg .btn{margin-top:var(--spacing--small);}@media print,screen and (width >= 48.0625em){.card--checkerboard .wysiwyg .btn{margin-top:var(--spacing--medium);}}@media print,screen and (width >= 48.0625em){.solid-component:not(.differentiators)
    + .checkerboard
    .card--checkerboard:first-child{margin-top:-20px;}}@media print,screen and (width >= 40.0625em){.card--checkerboard:nth-child(odd) figure figcaption{left:0;}.card--checkerboard:nth-child(even) figure figcaption{right:0;}}.card--checkerboard img{width:100%;}.checkerboard > .section-heading{margin-top:var(--spacing--large);}@media print,screen and (width >= 48.0625em){.checkerboard > .section-heading{margin-top:var(--spacing--2xlarge);}}@media print,screen and (width >= 64.0625em){.checkerboard > .section-heading{margin-top:var(--spacing--3xlarge);}}.checkerboard > .section-heading h2{font-family:var(--serif);font-size:1.5625rem;font-weight:600;line-height:1.15;margin-bottom:0;}@media print,screen and (width >= 48.0625em){.checkerboard > .section-heading h2{font-size:2.25rem;}}@media print,screen and (width >= 64.0625em){.checkerboard > .section-heading h2{letter-spacing:-0.03125rem;font-size:2.75rem;}}.checkerboard
  > .section-heading
  + .checkerboards
  > .card--checkerboard:first-child{margin-top:var(--spacing--default);}@media print,screen and (width >= 48.0625em){.checkerboard
    > .section-heading
    + .checkerboards
    > .card--checkerboard:first-child{margin-top:var(--spacing--large);}}@media print,screen and (width >= 64.0625em){.checkerboard
    > .section-heading
    + .checkerboards
    > .card--checkerboard:first-child{margin-top:var(--spacing--xlarge);}}
.line-component + .line-component,.solid-component + .solid-component{margin-top:0;}.contact-feature{background-color:var(--accent-green);background-image:url(/themes/custom/holyoke/components/section/contact/contact-section/assets/cube-pattern.png);background-attachment:fixed;background-size:100px;padding-top:var(--spacing--2xlarge);padding-bottom:var(--spacing--2xlarge);}@media print,screen and (width >= 48.0625em){.contact-feature{padding-top:var(--spacing--3xlarge);padding-bottom:var(--spacing--4xlarge);}}@media print,screen and (width >= 48.0625em){.contact-feature .contact-feature-aside{display:flex;justify-content:flex-end;}}.contact-feature .button-group{list-style:none;}@media print,screen and (width >= 48.0625em){.contact-feature .button-group{max-width:18.75em;}}.contact-feature .button-group .btn{border-color:var(--white);font-size:1rem;text-align:center;width:100%;}.contact-feature .button-group > li:not(:last-of-type){margin-bottom:var(--spacing--2xsmall);}@media print,screen and (width >= 48.0625em){.contact-feature .button-group{margin-top:var(--spacing--medium);}}.contact-feature .positions{margin:1em 0;}.contact-feature p{font-size:1.125rem;}.contact-feature h2{margin-bottom:var(--spacing--medium);color:var(--white);font-size:1.75rem;font-weight:600;}@media print,screen and (width >= 48.0625em){.contact-feature h2{font-size:4.5rem;margin-bottom:var(--spacing--large);}}.contact-feature .contact-information{color:var(--white);}.contact-feature .contact-information h3{margin-bottom:var(--spacing--xsmall);}.contact-feature .contact-information a,.contact-feature .contact-information address{color:var(--white);}.contact-feature .contact-information .contact-information__contact-list{list-style:none;display:flex;flex-wrap:wrap;}.contact-feature .contact-information .contact-information__contact-list > li{margin-bottom:var(--spacing--xsmall);}.contact-feature
  .contact-information
  .contact-information__contact-list
  > li:not(:last-of-type){padding-right:2.1875rem;}.contact-feature .contact-information__email,.contact-feature .contact-information__phone,.contact-feature .contact-information__fax{text-decoration:underline;}.contact-feature .contact-information__email:hover,.contact-feature .contact-information__email:focus,.contact-feature .contact-information__phone:hover,.contact-feature .contact-information__phone:focus,.contact-feature .contact-information__fax:hover,.contact-feature .contact-information__fax:focus{text-decoration:none;}.contact-feature .contact-information address{font-style:normal;}.contact-feature .contact-information__email,.contact-feature .contact-information__phone,.contact-feature .contact-information__fax,.contact-feature .contact-information__address{white-space:nowrap;position:relative;margin-left:1.5em;}.contact-feature .contact-information__email::before,.contact-feature .contact-information__phone::before,.contact-feature .contact-information__fax::before,.contact-feature .contact-information__address::before{position:absolute;top:0.25em;right:100%;font-family:var(--font-awesome);font-weight:600;padding-right:0.5em;}.contact-feature .contact-information__email::before{content:'\f0e0';}.contact-feature .contact-information__phone::before{content:'\f095';}.contact-feature .contact-information__fax::before{content:'\f1ac';}.contact-feature .contact-information__address::before{content:'\f279';}.contact-feature .contact-information__person{margin-top:var(--spacing--medium);display:flex;flex-direction:column;}@media print,screen and (width >= 48.0625em){.contact-feature .contact-information__person{flex-direction:row;}}.contact-feature .contact-information__photo{margin-bottom:var(--spacing--medium);max-width:15.625rem;width:100%;}.contact-feature .contact-information__photo .aspect-ratio-frame{--aspect-ratio:0.663;}@media print,screen and (width >= 48.0625em){.contact-feature .contact-information__photo{margin-right:var(--spacing--medium);margin-bottom:0;max-width:16.25em;}}.office-hours-section h2{font-family:var(--serif);font-size:1.5625rem;font-weight:700;line-height:1.1;margin-bottom:0;}.contact-feature .office-hours-section{margin-top:1.25rem;}.contact-feature .office-hours-section .btn{background:transparent;}.contact-feature .office-hours-section .btn:hover,.contact-feature .office-hours-section .btn:focus{background:var(--secondary--fuchsia);}@media print,screen and (width >= 48.0625em){.contact-feature .office-hours-section{margin-top:1.875em;}}.contact-information h3.link-arrow-parent a.link-arrow:hover::after{color:var(--white);}
.site-footer{overflow:hidden;background-color:var(--white);padding-top:var(--spacing--4xlarge);}@media print,screen and (width >= 75em){.site-footer .secret-margin{padding-left:40px;}}@media print,screen and (width <= 74.9375em){.site-footer__logo{display:table;margin-right:auto;margin-left:auto;}}.site-footer p{margin-bottom:0;font-family:var(--sans-serif);}.site-footer__address{text-align:center;margin-top:1rem;}.site-footer__address p + p{margin-top:0;}.site-footer__address .site-footer__address--contact{margin-top:1em;}.site-footer__address
  .site-footer__address--contact
  + .site-footer__address--contact{margin-top:0;}.site-footer__address a{text-decoration:underline;}.site-footer__address a:hover,.site-footer__address a:focus{color:var(--brand--bright-blue);text-decoration:none;}@media print,screen and (width >= 75em){.site-footer__social-media{border-left:1px solid var(--gray--line);}}.site-footer__social-media p{margin-top:0;}.site-footer__social-media .social-media{margin-top:var(--spacing--xsmall);}.site-footer__social-media .social-media a i::before{color:var(--brand--bright-blue);}.site-footer__social-media .social-media a:hover i::before,.site-footer__social-media .social-media a:focus i::before{color:var(--brand--dark-blue);}@media print,screen and (width <= 39.9375em){.footer--main{padding-top:1.625rem;margin-top:0.8125rem;border-top:10px solid var(--gray--bg);}}.footer--main ul{list-style:none;font-weight:700;}.footer--main li + li{margin-top:var(--spacing--small);}.footer--main a{position:relative;font-size:1.25rem;text-decoration:none;}.footer--main a::after{color:var(--brand--bright-blue);}.footer--main a:hover,.footer--main a:focus{color:var(--brand--bright-blue);}.footer--utility ul{list-style:none;}.footer--utility li + li{margin-top:var(--spacing--xsmall);}.footer--utility a{text-decoration:underline;position:relative;}.footer--utility a::after{position:relative;right:unset;opacity:1;color:var(--brand--bright-blue);transform:none;}.footer--utility a:hover,.footer--utility a:focus{color:var(--brand--bright-blue);}.footer__columns{position:relative;z-index:2;}@media print,screen and (width <= 74.9375em){.footer__columns .cell + .cell{margin-top:2em;}}.footer__policy{position:relative;z-index:1;overflow:hidden;}@media print,screen and (width <= 39.9375em){.footer__policy{margin-top:-20vw;}}@media print,screen and (width >= 75em){.footer__policy{margin-top:-30vw;}}.footer__policy img{width:100%;vertical-align:middle;}@media print,screen and (width >= 75em){.footer__policy img{width:100%;max-width:none;}}.footer__policy--nondescrimination{position:static;z-index:2;background-color:var(--white);box-shadow:0 2px 8px rgb(0 0 0 / 6%);padding:2rem 1.25rem;width:100%;max-width:none;}@media print,screen and (width <= 39.9375em){.site-footer__social-media .social-media a i::before{color:var(--brand--dark-blue);}}@media print,screen and (width >= 48em){.footer__policy--nondescrimination{position:absolute;right:20px;background-color:var(--white);box-shadow:0 2px 8px rgb(0 0 0 / 6%);width:50%;max-width:500px;padding:1.75rem 2.5rem;}}@media print,screen and (width >= 48em) and (width <= 74.9375em){.footer__policy--nondescrimination{top:40px;}}@media print,screen and (width >= 75em){.footer__policy--nondescrimination{bottom:8vw;}}@media print,screen and (width >= 81.25em){.footer__policy--nondescrimination{right:calc(50vw - 650px);}}.footer__policy--nondescrimination h2.eyebrow{font-family:var(--sans-serif);}.footer__footer{background-color:var(--extra-heavy-blue);padding-top:var(--spacing--large);padding-bottom:var(--spacing--large);}.footer__footer ul{list-style:none;color:var(--white);margin-top:-1em;}.footer__footer ul li{margin-top:1em;}@media (width >= 48em){.footer__footer ul li{display:inline-block;margin-right:2em;}}.footer__footer ul a{color:var(--white);text-decoration:underline;}.footer__footer ul a:hover,.footer__footer ul a:focus{color:var(--brand--bright-blue);text-decoration:none;}@media print,screen and (width >= 64.0625em){.site-footer{padding-top:7.5rem;}}.footer--main a::after{position:absolute;color:#00a9e0;font-family:var(--font-awesome);font-weight:400;font-smooth:antialiased;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-left:0.3em;content:'\f178';}
.section--cta-feature-box{margin-bottom:0;}.cta-feature-box ul{margin-bottom:0;padding-left:0;list-style:none;}.columns .cta-feature-box{margin-bottom:40px;}.cta-feature-box__heading{margin:10px 0;}.cta-feature-box--featured{display:flex;align-items:center;}.cta-feature-box--featured .cta-feature-box__content{position:relative;z-index:2;max-width:400px;padding:30px;transform:translateX(-60px);color:var(--white);background:var(--gray--dark);}.site-sock{position:relative;display:flex;flex-direction:column;background-color:var(--white);margin-left:auto;margin-right:auto;}.site-sock::before{content:'';pointer-events:none;position:absolute;z-index:2;width:100%;height:20px;box-shadow:inset 0 18px 20px -18px 0,0,0,0.2;}@media print,screen and (width >= 48em){.site-sock{flex-direction:row;}}.site-sock.flush{margin-top:0;padding-top:0;}@media print,screen and (width >= 48em){.site-sock.flush{margin-top:0;}}.site-sock .sock-element{position:relative;z-index:1;display:flex;justify-content:center;outline-offset:-4px;background-color:var(--brand--dark-blue);padding:var(--spacing--2xlarge) var(--spacing--small) var(--spacing--2xlarge)
    var(--spacing--small);text-align:center;cursor:pointer;transition:0.5s var(--bezier-ease) all;}@media print,screen and (width >= 48em){.site-sock .sock-element{flex-basis:33.3333%;width:auto;}}@media print,screen and (width >= 75em){.site-sock .sock-element{padding:var(--spacing--5xlarge) var(--spacing--2xlarge)
      var(--spacing--5xlarge) var(--spacing--2xlarge);}}.site-sock .sock-element .sock-image,.site-sock .sock-element .sock-image-hover{position:absolute;inset:0;display:block;opacity:0.54;filter:grayscale(100%);background-position:left center;background-size:cover;transition:0.5s var(--bezier-ease) all;}@media print,screen and (width >= 75em){.site-sock .sock-element .sock-image::before,.site-sock .sock-element .sock-image::after,.site-sock .sock-element .sock-image-hover::before,.site-sock .sock-element .sock-image-hover::after{content:'';position:absolute;height:42px;width:100%;left:0;background:linear-gradient(to bottom,rgb(151 151 151 / 18%) 0%,rgb(151 151 151 / 0%) 27%,rgb(151 151 151 / 0%) 100%);}.site-sock .sock-element .sock-image::before,.site-sock .sock-element .sock-image-hover::before{top:0;}.site-sock .sock-element .sock-image::after,.site-sock .sock-element .sock-image-hover::after{bottom:0;transform:rotate(180deg);}}.site-sock .sock-element .sock-image-hover{opacity:0;filter:none;}.site-sock .sock-element:nth-of-type(2){background-color:var(--secondary--fuchsia);}.site-sock .sock-element:nth-of-type(3){background-color:var(--accent-green);}.site-sock .sock-element:hover{text-decoration:none;background-color:var(--black);}.site-sock .sock-element:hover .btn{color:var(--white);background-color:transparent;}.site-sock .sock-element:hover .btn::after{opacity:1;}.site-sock .sock-element:hover .btn:hover{border-color:var(--white);}.site-sock .sock-element:hover .sock-image,.site-sock .sock-element:hover .sock-image-hover{opacity:0.54;}.site-sock .btn{position:relative;display:flex;align-self:center;border-color:var(--white);margin:0;}.site-sock .btn::after{position:absolute;top:50%;right:27px;opacity:0;color:var(--white);transform:translateY(-50%);}@media print,screen and (width <= 39.9375em){.site-sock .btn::after{right:8px;}}.site-sock + footer{margin-top:0;}.page--listing-page > .site-sock{margin-top:var(--spacing--xlarge);}.sock{margin-top:var(--spacing--xlarge);background-color:var(--white);}.sock__links{margin:0;padding:0;list-style:none;text-align:center;}.sock__links li{display:inline-block;}.sock__links a{display:block;margin:0 0.5em;padding:1em;text-decoration:none;color:var(--white);font-family:var(--sans-serif);font-size:1.125rem;font-weight:600;transition:color 0.3s var(--bezier-ease),background-color 0.3s var(--bezier-ease);}.sock__links a:hover,.sock__links a:focus{color:var(--link-color);background-color:var(--gray);}
.hero{position:relative;overflow:hidden;background:var(--extra-heavy-blue);}.hero.hero--landing .hero__content{display:flex;flex-direction:column;align-items:start;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;margin:0 auto;max-width:62.5rem;padding:0 1.25rem;width:100%;}.hero.hero--landing.hero--img{max-height:80vh;}.hero.hero--landing.hero--img .hero__overlay{top:30vw;bottom:calc(100% - 66.67vw - 3px);background:linear-gradient(rgb(0 52 85 / 0%),#003455);}@media print,screen and (width >= 48.0625em){.hero.hero--landing.hero--img .hero__overlay{bottom:0;background:linear-gradient(rgb(0 73 118 / 0%),rgb(0 73 118 / 62%),rgb(0 73 118 / 91%));}.hero.hero--landing.hero--img .hero__overlay::before{position:absolute;inset:-30vw 0 0;display:block;background:linear-gradient(rgb(0 52 85 / 0%),rgb(0 52 85 / 90%));content:'';}.hero.hero--landing.hero--img .hero__overlay::after{position:absolute;right:0;bottom:0;left:0;display:block;background:linear-gradient(rgb(0 52 85 / 0%),rgb(0 52 85 / 50%));content:'';height:7.5rem;}}.hero.hero--landing.hero--img .hero__content{position:absolute;right:0;bottom:1.5rem;left:0;}@media print,screen and (width >= 48.0625em){.hero.hero--landing.hero--img .hero__content{position:absolute;bottom:1.5rem;}}.hero.hero--landing.hero--no-img{max-height:55vh;}.hero.hero--landing.hero--no-img .hero__media{height:25vw;}.hero.hero--landing.hero--no-img .hero__overlay{top:0;bottom:0;background:linear-gradient(#004976,rgb(0 73 118 / 0%));}.hero img,.hero video,.hero .video-feature{position:relative;display:block;width:100%;max-width:none;height:auto;object-fit:cover;object-position:center;}@media print,screen and (width >= 48.0625em){.hero{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;background:var(--pattern--blue);-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:end;height:66.67vw;max-height:auto;}}.hero__media{display:block;height:100%;width:100%;}.hero__media img{height:100%;}.hero__overlay{position:absolute;z-index:2;inset:0;background:linear-gradient(rgb(0 73 118 / 0%),rgb(0 73 118 / 62%),rgb(0 73 118 / 91%));}.hero__content{z-index:3;}.hero__content h1,.hero__content p{color:var(--white);margin-right:0;margin-left:0;max-width:41.25rem;}.hero__content h1{font-family:var(--serif);}.hero__content p{font-family:var(--sans-serif);}.hero__content .btn{margin:auto;}.hero__content .intro-text *{font-family:var(--sans-serif);font-size:1.125rem;font-weight:200;line-height:1.7;}@media print,screen and (width >= 48.0625em){.hero__content .intro-text *{font-size:1.25rem;line-height:1.6;}}@media print,screen and (width >= 64.0625em){.hero__content .intro-text *{font-size:1.4375rem;}}.autoplay-video-container{position:relative;}.hero--video .video-feature,.hero--video video{position:relative;z-index:2;}@media print,screen and (width >= 48.0625em){.hero--video img{position:absolute;top:0;left:0;height:100%;}}.hero--no-img{background-color:var(--pattern--blue);background-image:url(/themes/custom/holyoke/components/hero/hero-landing/assets/cube-pattern.png);background-attachment:fixed;background-size:100px;max-height:31.25rem;}.hero--no-img .hero__overlay{top:0;bottom:0;background:linear-gradient(#004976,rgb(0 73 118 / 0%));}.hero--no-img .hero__content{padding:2.5rem 1.25rem;max-width:75rem;margin-left:auto;margin-right:auto;position:relative;width:100%;}@media print,screen and (width >= 48.0625em){.hero--no-img .hero__content{padding-right:1.25rem;padding-left:1.25rem;}}@media print,screen and (width >= 48.0625em){.hero--no-img .hero__content{padding-top:3.125rem;padding-bottom:3.125rem;}}@media print,screen and (width >= 48.0625em){.hero.hero--parallax{min-height:85vh;overflow:hidden;}.hero.hero--parallax img,.hero.hero--parallax video{transform:translateY(calc(var(--scroll-tracker) * 35%));height:135%;will-change:transform;}.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{height:100%;}.hero.hero--parallax img,.hero.hero--parallax video,.hero.hero--parallax .hero__media,.hero.hero--parallax .video-feature,.hero.hero--parallax .autoplay-video-container{position:absolute;bottom:0;left:0;width:100%;object-fit:cover;}}.hero--iframe .video-feature{position:relative;z-index:3;overflow:hidden;height:0;padding-top:30px;padding-bottom:56.25%;}@media print,screen and (width >= 48.0625em){.hero--iframe img{position:absolute;}}@media print,screen and (width >= 48.0625em){.hero--iframe iframe{position:absolute;z-index:2;top:0;left:0;width:100%;min-width:1165px;height:100%;min-height:700px;}}.hero--iframe .video-feature{display:none;}@media print,screen and (width >= 48.0625em){.hero--iframe .video-feature{display:block;margin-top:-3.125rem;}}.hero--parallax-iframe .video-feature{display:none;}@media print,screen and (width >= 48.0625em){.hero--parallax-iframe .video-feature{position:relative;z-index:2;display:block;width:100%;height:100vh;}}
.news-feature{margin-top:var(--spacing--large);position:relative;}@media print,screen and (width >= 48.0625em){.news-feature > .grid-container > i{position:absolute;top:3.75rem;font-size:3.5rem;}}@media print,screen and (width <= 47.9375em){.news-feature{position:relative;}.news-feature::before{position:static;display:block;background-color:var(--gray--bg);margin:var(--spacing--default) auto var(--spacing--default) auto;content:'';height:10px;width:calc(100% - 40px);}}.news-feature > .grid-container{position:relative;}@media print,screen and (width >= 48.0625em){.news-feature > .grid-container{padding-top:var(--spacing--xlarge);}.news-feature > .grid-container::after{position:absolute;top:0;bottom:0;left:7.5rem;display:block;border-left:1px solid var(--gray--line);content:'';width:0.0625rem;height:100%;}}@media print,screen and (width >= 48.0625em){.news-feature{margin-top:var(--spacing--xlarge);}.news-feature__inner{padding-left:160px;}.news-feature__inner.btn-wrapper{padding-bottom:var(--spacing--xlarge);}}.news-feature h3{font-weight:700;margin-top:0;}.news-feature h2{margin-bottom:var(--spacing--default);font-size:28px;font-weight:600;margin-top:0;}@media print,screen and (width >= 48.0625em){.news-feature h2{margin-bottom:var(--spacing--xlarge);font-size:72px;}}.news-feature .link-arrow::after{color:var(--brand--bright-blue);}.news-feature__eyebrow,.news-feature__overline{margin-top:var(--spacing--xsmall);color:var(--accent-green);font-size:14px;text-transform:uppercase;font-weight:600;margin-bottom:5px;letter-spacing:1.2px;}@media print,screen and (width >= 48.0625em){.news-feature__eyebrow{font-size:16px;margin-top:0;}}.news-feature .aspect-ratio-frame{margin-bottom:var(--spacing--medium);}@media print,screen and (width >= 48.0625em){.news-feature .aspect-ratio-frame{max-width:29.375em;}}.grid-container.small-news{padding-left:0;padding-right:0;position:relative;z-index:1;background-color:var(--white);}.grid-container.small-news h3{margin-bottom:var(--spacing--small);}@media print,screen and (width <= 40em){.grid-container.small-news.swiper{padding-right:50px;}.grid-container.small-news::after{position:absolute;z-index:1;top:0;right:0;bottom:0;display:block;background-color:rgb(255 255 255 / 50%);content:'';width:50px;}}.news-swiper-pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal{position:relative;z-index:10;top:var(--swiper-pagination-top,auto);bottom:var(--swiper-pagination-bottom,8px);left:0;text-align:left;margin-top:-0.3125rem;width:100%;}.news-swiper-pagination .swiper-pagination-bullet{width:11px;height:11px;margin-right:6px;background-color:var(--brand--dark-blue-alternative);}.news-swiper-pagination .swiper-pagination-bullet-active{background-color:var(--brand--bright-blue);}@media print,screen and (width >= 48.0625em){.news-swiper-pagination{display:none;visibility:hidden;}}@media print,screen and (width <= 40em){.slider-overflow-container{margin-right:-20px;overflow:hidden;}}.slider-navigation{position:absolute;z-index:2;right:20px;opacity:1;transition:0.3s opacity;}@media print,screen and (width >= 48.0625em){.slider-navigation{display:none;visibility:hidden;}}.slider-navigation button{position:relative;color:var(--white);background-color:var(--brand--dark-blue-alternative);width:40px;height:40px;padding:0;}.slider-navigation button .fa-chevron-right::before{position:absolute;top:calc(50% + 1px);left:50%;font-size:30px;content:'\f178';transform:translate(-50%,-50%);}.slider-navigation button.slider-navigation__prev{display:none;visibility:hidden;}.news-feature .slider-navigation{top:70px;}@media print,screen and (width <= 40em){.swiper-wrapper.grid-x{flex-flow:row;}.swiper-wrapper.grid-x > .cell{margin-left:0;margin-right:0;padding-left:20px;}}@media print,screen and (width >= 48.0625em){.swiper-wrapper.grid-x{width:auto;transform:none !important;}.swiper-wrapper.grid-x .cell.medium-4{width:calc(33.3333% - 2.5rem) !important;}}.news-feature > .grid-container > i{color:var(--accent-green);font-family:var(--font-awesome);font-size:2.625rem;font-weight:300;content:'\f1ea';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;}@media print,screen and (width >= 48.0625em){.news-feature{margin-top:var(--spacing--xlarge);}.news-feature > .grid-container{position:relative;padding-top:var(--spacing--xlarge);}.news-feature__inner{padding-left:160px;}.news-feature__inner.btn-wrapper{padding-bottom:var(--spacing--xlarge);}.news-feature .small-news{padding-top:var(--spacing--xlarge);padding-bottom:var(--spacing--xlarge);}}.news-feature .grid-container.small-news{padding-bottom:var(--spacing--medium);}@media print,screen and (width >= 48.0625em){.news-feature .grid-container.small-news{padding-bottom:var(--spacing--xlarge);}}.news-feature .slider-navigation{transform:translateY(-50%);}@media print,screen and (width <= 40em){.news-feature__inner.btn-wrapper{margin-top:30px;}}.news-feature .topic-tag{margin-bottom:0;color:var(--brand--dark-blue-alternative);font-size:0.875rem;font-weight:700;}.news-feature .topic-tag li{display:inline-block;}.news-feature .topic-tag li:not(:last-child){margin-right:0.25em;}.news-feature .topic-tag li:nth-last-child(n + 2)::after{content:',';}
.news-spotlight-feature{container-name:news-spotlight;container-type:inline-size;}.news-spotlight-feature{margin-top:var(--spacing--large);position:relative;}@media print,screen and (width >= 48.0625em){.news-spotlight-feature > .grid-container > i{position:absolute;top:3.75rem;font-size:3.5rem;}}@media print,screen and (width <= 47.9375em){.news-spotlight-feature{position:relative;}.news-spotlight-feature::before{position:static;display:block;background-color:var(--gray--bg);margin:var(--spacing--default) auto var(--spacing--default) auto;content:'';height:10px;width:calc(100% - 40px);}}.news-spotlight-feature > .grid-container{position:relative;}@media print,screen and (width >= 48.0625em){.news-spotlight-feature > .grid-container{padding-top:var(--spacing--xlarge);}.news-spotlight-feature > .grid-container::after{position:absolute;top:0;bottom:0;left:7.5rem;display:block;border-left:1px solid var(--gray--line);content:'';width:0.0625rem;height:100%;}}@media print,screen and (width >= 48.0625em){.news-spotlight-feature{margin-top:var(--spacing--xlarge);}.news-spotlight-feature__inner{padding-left:160px;}.news-spotlight-feature__inner.btn-wrapper{padding-bottom:var(--spacing--xlarge);}}.news-spotlight-feature h3{font-weight:700;margin-top:0;}.news-spotlight-feature h2{margin-bottom:var(--spacing--default);font-size:28px;font-weight:600;margin-top:0;}@media print,screen and (width >= 48.0625em){.news-spotlight-feature h2{margin-bottom:var(--spacing--xlarge);font-size:72px;}}.news-spotlight-feature .link-arrow::after{color:var(--brand--bright-blue);}.news-spotlight-feature__eyebrow,.news-spotlight-feature__overline{margin-top:var(--spacing--xsmall);color:var(--accent-green);font-size:14px;text-transform:uppercase;font-weight:600;margin-bottom:5px;letter-spacing:1.2px;}@media print,screen and (width >= 48.0625em){.news-spotlight-feature__eyebrow{font-size:16px;margin-top:0;}}.news-spotlight-feature .aspect-ratio-frame{margin-bottom:var(--spacing--medium);}@media print,screen and (width >= 48.0625em){.news-spotlight-feature .aspect-ratio-frame{max-width:29.375em;}}.grid-container.spotlight-news{padding-left:0;padding-right:0;position:relative;z-index:1;background-color:var(--white);}.grid-container.spotlight-news h3{margin-bottom:var(--spacing--small);}@media print,screen and (width <= 40em){.grid-container.spotlight-news.swiper{padding-right:50px;}.grid-container.spotlight-news::after{position:absolute;z-index:1;top:0;right:0;bottom:0;display:block;background-color:rgb(255 255 255 / 50%);content:'';width:50px;}}.news-swiper-pagination
  .swiper-pagination-bullets.swiper-pagination-horizontal{position:relative;z-index:10;top:var(--swiper-pagination-top,auto);bottom:var(--swiper-pagination-bottom,8px);left:0;text-align:left;margin-top:-0.3125rem;width:100%;}.news-swiper-pagination .swiper-pagination-bullet{width:11px;height:11px;margin-right:6px;background-color:var(--brand--dark-blue-alternative);}.news-swiper-pagination .swiper-pagination-bullet-active{background-color:var(--brand--bright-blue);}@media print,screen and (width >= 48.0625em){.news-swiper-pagination{display:none;visibility:hidden;}}@media print,screen and (width <= 40em){.slider-overflow-container{margin-right:-20px;overflow:hidden;}}.slider-navigation{position:absolute;z-index:2;right:20px;opacity:1;transition:0.3s opacity;}@media print,screen and (width >= 48.0625em){.slider-navigation{display:none;visibility:hidden;}}.slider-navigation button{position:relative;color:var(--white);background-color:var(--brand--dark-blue-alternative);width:40px;height:40px;padding:0;}.slider-navigation button .fa-chevron-right::before{position:absolute;top:calc(50% + 1px);left:50%;font-size:30px;content:'\f178';transform:translate(-50%,-50%);}.news-spotlight-feature .slider-navigation{top:70px;}@media print,screen and (width <= 40em){.swiper-wrapper.grid-x{flex-flow:row;}.swiper-wrapper.grid-x > .cell{margin-left:0;margin-right:0;padding-left:20px;}}@media print,screen and (width >= 48.0625em){.swiper-wrapper.grid-x{width:auto;transform:none !important;}.swiper-wrapper.grid-x .cell.medium-4{width:calc(33.3333% - 2.5rem) !important;}}.news-spotlight-image{margin-bottom:var(--spacing--xsmall);}@media print,screen and (width >=48.0625em){.news-spotlight-image::after{display:block;margin-top:1rem;border-top:1px solid var(--brand--bright-blue);content:'';width:100%;}}@media print,screen and (width >= 64em){.news-spotlight-feature .grid-container.spotlight-news .swiper-wrapper.grid-x{display:grid !important;grid-template-columns:minmax(0,3fr) minmax(0,1fr);grid-auto-rows:auto;gap:2.5rem;margin-left:0;margin-right:0;transform:none !important;}.news-spotlight-feature .grid-container.spotlight-news .swiper-wrapper.grid-x>.cell:nth-child(2) .news-feature__quote>p,.news-spotlight-feature .grid-container.spotlight-news .swiper-wrapper.grid-x>.cell:nth-child(3) .news-feature__quote>p{display:none;}.news-spotlight-feature
    .grid-container.spotlight-news
    .swiper-wrapper.grid-x
    > .cell{width:auto !important;height:auto;margin-left:0;margin-right:0;}.news-spotlight-feature
    .grid-container.spotlight-news
    .swiper-wrapper.grid-x
    > .swiper-slide{width:auto !important;height:auto;}.news-spotlight-feature
    .grid-container.spotlight-news
    .swiper-wrapper.grid-x
    > .cell:nth-child(1){grid-column:1 / 2;grid-row:1 / 3;}.news-spotlight-feature
    .grid-container.spotlight-news
    .swiper-wrapper.grid-x
    > .cell:nth-child(2){grid-column:2 / 3;grid-row:1 / 2;}.news-spotlight-feature
    .grid-container.spotlight-news
    .swiper-wrapper.grid-x
    > .cell:nth-child(3){grid-column:2 / 3;grid-row:2 / 3;}.news-spotlight-feature
    .grid-container.spotlight-news
    .swiper-wrapper.grid-x
    > .cell:nth-child(2)
    .news-feature__quote
    h3,.news-spotlight-feature
    .grid-container.spotlight-news
    .swiper-wrapper.grid-x
    > .cell:nth-child(3)
    .news-feature__quote
    h3{font-size:1.125rem;}}.news-spotlight-feature > .grid-container > i{color:var(--accent-green);font-family:var(--font-awesome);font-size:2.625rem;font-weight:300;content:'\f1ea';-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;}@media print,screen and (width >= 48.0625em){.news-spotlight-feature{margin-top:var(--spacing--xlarge);}.news-spotlight-feature > .grid-container{position:relative;padding-top:var(--spacing--xlarge);}.news-spotlight-feature__inner{padding-left:160px;}.news-spotlight-feature__inner.btn-wrapper{padding-bottom:var(--spacing--xlarge);}.news-spotlight-feature .spotlight-news{padding-top:var(--spacing--xlarge);padding-bottom:var(--spacing--xlarge);}}.news-spotlight-feature .grid-container.spotlight-news{padding-bottom:var(--spacing--medium);}@media print,screen and (width >= 48.0625em){.news-spotlight-feature .grid-container.spotlight-news{padding-bottom:var(--spacing--xlarge);}}.news-spotlight-feature .slider-navigation{transform:translateY(-50%);}@media print,screen and (width <= 40em){.news-spotlight-feature__inner.btn-wrapper{margin-top:30px;}}.news-spotlight-feature .topic-tag{margin-bottom:0;color:var(--brand--dark-blue-alternative);font-size:0.875rem;font-weight:700;}.news-spotlight-feature .topic-tag li{display:inline-block;}.news-spotlight-feature .topic-tag li:not(:last-child){margin-right:0.25em;}.news-spotlight-feature .topic-tag li:nth-last-child(n + 2)::after{content:',';}
.stories-feature{margin-top:var(--spacing--large);position:relative;}@media print,screen and (width >= 48.0625em){.stories-feature > .grid-container > i{position:absolute;top:3.75rem;font-size:3.5rem;}}@media print,screen and (width <= 47.9375em){.stories-feature{position:relative;}.stories-feature::before{position:static;display:block;background-color:var(--gray--bg);margin:var(--spacing--default) auto var(--spacing--default) auto;content:'';height:10px;width:calc(100% - 40px);}}.stories-feature > .grid-container{position:relative;}@media print,screen and (width >= 48.0625em) and (width >= 48.0625em){.stories-feature > .grid-container{padding-top:3.125rem;}}@media print,screen and (width >= 48.0625em){.stories-feature > .grid-container::after{position:absolute;top:0;bottom:0;left:7.5rem;display:block;border-left:1px solid var(--gray--line);content:'';width:0.0625rem;height:100%;}}@media print,screen and (width >= 48.0625em){.stories-feature{margin-top:var(--spacing--xlarge);}.stories-feature__inner.btn-wrapper{padding-bottom:var(--spacing--xlarge);}}@media print,screen and (width <= 40em){.stories-feature__inner.btn-wrapper{margin-top:1.875rem;}}.stories-feature h3{font-weight:700;margin-top:0;}.stories-feature h2{margin-bottom:var(--spacing--default);font-size:1.75rem;font-weight:600;margin-top:0;}@media print,screen and (width >= 48.0625em){.stories-feature h2{margin-bottom:var(--spacing--xlarge);font-size:4.5rem;}}.stories-feature .link-arrow::after{color:var(--brand--bright-blue);}.stories-feature__eyebrow,.stories-feature__overline{margin-top:var(--spacing--xsmall);color:var(--accent-green);font-size:0.875rem;text-transform:uppercase;font-weight:600;margin-bottom:0.3125rem;letter-spacing:0.075rem;}@media print,screen and (width >= 48.0625em){.stories-feature__eyebrow,.stories-feature__overline{font-size:1rem;margin-top:0;}}.stories-feature .aspect-ratio-frame{margin-bottom:var(--spacing--medium);}@media print,screen and (width >= 48.0625em){.stories-feature .aspect-ratio-frame{max-width:29.375em;}}.grid-container.small-stories{padding-left:0;padding-right:0;position:relative;z-index:1;background-color:var(--white);}.grid-container.small-stories h3{margin-bottom:var(--spacing--small);}@media print,screen and (width <= 40em){.grid-container.small-stories.swiper-container{padding-right:50px;}.grid-container.small-stories::after{position:absolute;z-index:1;top:0;right:0;bottom:0;display:block;background-color:rgb(255 255 255 / 50%);content:'';width:50px;}}.stories-swiper-pagination{text-align:left;margin-top:-0.3125rem;}.stories-swiper-pagination .swiper-pagination-bullet{width:0.6875rem;height:0.6875rem;margin-right:0.375rem;background-color:var(--brand--dark-blue-alternative);}.stories-swiper-pagination .swiper-pagination-bullet-active{background-color:var(--brand--bright-blue);}@media print,screen and (width >= 48.0625em){.stories-swiper-pagination{display:none;visibility:hidden;}}@media print,screen and (width <= 40em){.slider-overflow-container{margin-right:-20px;overflow:hidden;}}.slider-navigation{position:absolute;z-index:2;right:20px;opacity:1;transition:0.3s opacity;}@media print,screen and (width >= 48.0625em){.slider-navigation{display:none;visibility:hidden;}}.slider-navigation button{position:relative;color:var(--white);background-color:var(--brand--dark-blue-alternative);width:40px;height:40px;padding:0;}.slider-navigation button .fa-chevron-right::before{position:absolute;top:calc(50% + 1px);left:50%;font-size:30px;content:'\f178';transform:translate(-50%,-50%);}.slider-navigation button.slider-navigation__prev{display:none;visibility:hidden;}.stories-feature .slider-navigation{top:140px;}@media print,screen and (width <= 40em){.swiper-wrapper.grid-x{flex-flow:row;}.swiper-wrapper.grid-x > .cell{margin-left:0;margin-right:0;padding-left:20px;}}@media print,screen and (width >= 48.0625em){.swiper-wrapper.grid-x{width:auto;transform:none !important;}.swiper-wrapper.grid-x .cell.medium-4{width:calc(33.3333% - 2.5rem) !important;}}.stories-feature > .grid-container > i{color:var(--accent-green);font-family:var(--font-awesome);font-size:2.625rem;font-weight:300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smoothing:antialiased;}@media print,screen and (width >= 48.0625em){.stories-feature{margin-top:var(--spacing--xlarge);}.stories-feature .stories-feature__inner{padding-left:10rem;}.stories-feature__inner.btn-wrapper{padding-bottom:var(--spacing--xlarge);}}@media print,screen and (width <= 40em){.stories-feature__inner.btn-wrapper{margin-top:30px;}}.stories-feature .grid-container.small-stories{padding-top:var(--spacing--medium);padding-bottom:var(--spacing--medium);}@media print,screen and (width >= 48.0625em){.stories-feature .grid-container.small-stories{padding-top:var(--spacing--xlarge);padding-bottom:var(--spacing--xlarge);}}.stories-feature .slider-navigation{transform:translateY(50%);}@media print,screen and (width >= 48.0625em){.stories-feature__box{padding-bottom:var(--spacing--xlarge);margin-bottom:0;display:flex;align-items:flex-start;}}.stories-feature__box .topic-tag{margin-bottom:0.3125rem;color:var(--brand--dark-blue-alternative);font-size:0.875rem;font-weight:700;}.stories-feature__box blockquote{border-left:0;font-size:1.125rem;line-height:1.625;margin-bottom:var(--spacing--2xsmall);padding:0;}@media print,screen and (width <= 40em){.stories-feature__box .stories-feature__box-inner:first-of-type{margin-bottom:var(--spacing--default);}}@media print,screen and (width >= 48.0625em){.stories-feature__box .stories-feature__box-inner{flex:1 0 50%;}.stories-feature__box .stories-feature__box-inner:first-of-type{padding-right:30px;}.stories-feature__box .stories-feature__box-inner:nth-of-type(2){padding-left:30px;}}.stories-feature__attribution{font-size:1rem;font-weight:600;margin-bottom:0;margin-top:var(--spacing--2xsmall);}@media print,screen and (width >= 48.0625em){.stories-feature__attribution{font-size:1.125rem;margin-bottom:0.1875rem;}}.stories-feature__pronouns{margin-bottom:0;font-size:0.875rem;margin-top:0;}
