/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.align-left{margin:0 1rem 1rem 0;margin:0 var(--space-gap-x,1rem) var(--space-gap-y,1rem) 0;}.align-right{margin:0 0 1rem 1rem;margin:0 0 var(--space-gap-y,1rem) var(--space-gap-x,1rem);}.align-center{margin:1rem auto;margin:var(--space-gap-y,1rem) auto;}
[class*=l-cluster]{}[class*=l-cluster] > *{display:-webkit-box;display:flex;flex-wrap:wrap;-webkit-box-pack:start;justify-content:flex-start;-webkit-box-align:center;align-items:center;margin:calc(var(--space-gap-y) / 2 * -1) calc(var(--space-gap-x) / 2 * -1);}[class*=l-cluster] > * > *{margin:calc(var(--space-gap-y) / 2) calc(var(--space-gap-x) / 2);}.l-cluster--start > *{-webkit-box-pack:start;justify-content:flex-start;}.l-cluster--center > *{-webkit-box-pack:center;justify-content:center;}.l-cluster--end > *{-webkit-box-pack:end;justify-content:flex-end;}.l-cluster--end > *{-webkit-box-pack:end;justify-content:flex-end;}.l-cluster--no-wrap > *{flex-wrap:nowrap;}.l-cluster__rule{color:var(--color-border);}
[class*=l-constrained]{margin-left:auto;margin-right:auto;max-width:calc(100% - var(--space-inset-x) * 2);width:calc(100vw - var(--space-inset-x) * 2);}[class*=l-constrained] [class*=l-constrained]{margin-left:0;margin-right:0;}.l-constrained{width:1440px;}.l-constrained--narrow{width:1380px;}.l-constrained--wide{width:1500px;}.l-constrained--full{width:100%;}
.l-grid .l__inner > * + *{margin-top:var(--space-gap-y);}@media (min-width:600px){.l-grid .l__inner{display:-webkit-box;display:flex;flex-wrap:wrap;margin:-1rem -48px;grid-column-gap:var(--space-gap-x);-webkit-column-gap:var(--space-gap-x);-moz-column-gap:var(--space-gap-x);column-gap:var(--space-gap-x);display:grid;grid-row-gap:var(--space-gap-y);row-gap:var(--space-gap-y);}.l-grid.l-grid--2 .l__inner,.l-grid.l-grid--4 .l__inner{grid-template-columns:repeat(auto-fit,minmax(35%,1fr));}.l-grid.l-grid--2 .l__inner > .l__item,.l-grid.l-grid--4 .l__inner > .l__item{-webkit-box-flex:0;flex:none;width:calc((100% - 8rem) / 2);margin:1rem 2rem;}.l-grid .l__inner > .l__item:not(:last-child){margin-bottom:0;}@supports (display:grid){.l-grid .l__inner{margin:0 !important;}.l-grid .l__inner > .l__item{margin:0 !important;width:auto !important;}}}@media (min-width:990px){.l-grid .l__inner{--space-gap-x:60px;--space-gap-y:60px;}.l-grid.l-grid--2 .l__inner{grid-template-columns:repeat(auto-fit,minmax(35%,1fr));}.l-grid.l-grid--3 .l__inner{grid-template-columns:repeat(auto-fit,minmax(25%,1fr));}.l-grid.l-grid--3 .l__inner > .l__item{width:calc((100% - 12rem) / 3);}.l-grid.l-grid--4 .l__inner{grid-template-columns:repeat(auto-fit,minmax(10em,1fr));}.l-grid.l-grid--4 .l__inner > .l__item{width:calc((100% - 16rem) / 4);}.l-grid .l__inner > .l__item:not(:last-child){margin-bottom:0;}}@media (min-width:1400px){.l-grid .l__inner{--space-gap-x:75px;--space-gap-y:75px;}}
[class*=l-stack] > *{margin-top:0;margin-bottom:0;}[class*=l-stack] > * + *{margin-top:var(--space-gap-y);}.l-stack--ruled > * + *{padding-top:var(--space-gap-y);border-top:1px solid var(--color-border);border-top:var(--size-border,1px) var(--style-border,solid) var(--color-border);}.l-stack--none > * + *{margin-top:0;}.l-stack--minimal > * + *{margin-top:12px;}.l-stack--tight > * + *{margin-top:15px;}.l-stack--compact > * + *{margin-top:30px;}.l-stack--normal > * + *{margin-top:48px;}.l-stack--loose > * + *{margin-top:60px;}.l-stack--sparse > * + *{margin-top:90px;}[class*=l-stack] > .contextual{margin-top:0;}[class*=l-stack] > .contextual:first-child + *{margin-top:0;}.l-stack--split{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-pack:start;justify-content:flex-start;}
.more-link{transition:color 0.15s ease-in-out 0s;-ms-flex-align:center;align-items:center;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:#5d6a79;display:-ms-flexbox;display:flex;font-size:0.7rem;font-weight:700;letter-spacing:1px;padding:0;text-decoration:none;text-transform:uppercase;}.more-link svg{transition:fill 0.15s ease-in-out 0s;fill:#5d6a79;margin-left:0.85714em;width:1.71429em;}.more-link:hover,.more-link:focus{background-color:transparent;color:#3a434e;}.more-link:hover svg,.more-link:focus svg{fill:#3a434e;}
.editorial-list{list-style:none;margin:0;padding:0;}.editorial-list__item:not(:last-child){margin-bottom:1.5rem;}.editorial-list--inline .editorial-list__item{margin:0;}@media (max-width:47.9375em){.editorial-list--inline .editorial-list__item:not(:last-child){margin-bottom:1rem;}}@media (min-width:48em){.editorial-list--inline{display:-ms-grid;display:grid;grid-gap:60px;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);}.editorial-list--inline .editorial-list__item:nth-child(3n+1){-ms-grid-column:1;}.editorial-list--inline .editorial-list__item:nth-child(3n+2){-ms-grid-column:2;}.editorial-list--inline .editorial-list__item:nth-child(3n+3){-ms-grid-column:3;}}.editorial-list--collapse-hidden .editorial-list__item:not(.editorial-list__item-visible){display:none;}
@media (min-width:62em){.spotted-cap{position:relative;padding-bottom:1.5rem;}.spotted-cap:after{background-image:url(/themes/custom/mmfa_theme/images/dots.svg);bottom:0;content:'';display:block;height:90px;position:absolute;width:180px;z-index:0;}.spotted-cap--right:after{right:-1.5rem;}.spotted-cap > *{position:relative;z-index:1;}}
.menu--social-media{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:4rem;}@media (max-width:74.9375em){.menu--social-media{margin:0;}}.menu--social-media .menu__item{padding-left:0.6rem;padding-right:0.6rem;}.menu--social-media .menu__item:first-child{padding-left:0;}.menu--social-media .menu__item:last-child{padding-right:0;}.menu--social-media .menu__link{height:1.2rem;width:1.2rem;display:block;overflow:hidden;}.menu--social-media .menu__link svg{transition:fill 0.15s ease-in-out 0s;fill:#1976d2;}.menu--social-media .menu__link:hover svg,.menu--social-media .menu__link:focus svg{fill:#145ca4;}.menu--author-social{display:-ms-flexbox;display:flex;list-style:none;margin:0.5rem 0 0;padding:0;}.menu--author-social .menu__link{transition:color 0.15s ease-in-out 0s;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;font-size:0.9rem;list-style:none;margin:0 0.5rem 0 0;padding:0;text-decoration:none;}.menu--author-social .menu__link svg{transition:fill 0.15s ease-in-out 0s;height:1.2rem;width:1.2rem;fill:#1976d2;}.menu--author-social .menu__link:hover svg,.menu--author-social .menu__link:focus svg{fill:#145ca4;}
.email-signup form{width:100%;}.email-signup form input[type="submit"]{transition:background-color 0.15s ease-in-out 0s;background-color:#da4054;height:76px;}.email-signup form input[type="submit"]:hover,.email-signup form input[type="submit"]:focus{background-color:rgba(222,85,103,0.6);}.email-signup form .form-label{color:#fff;display:block;font-family:bagatela,serif;font-size:1.5rem;font-weight:700;margin:0;margin-bottom:16px;font-style:italic;}.email-signup .form-item-mail{margin:0;}.email-signup .form-item-mail label{display:none;}.email-signup .form-item-mail input{transition:border-color 0.15s ease-in-out 0s;min-width:0;width:100%;height:76px;}.email-signup .form-item-mail input:focus,.email-signup .form-item-mail input:hover{border-color:#161c24;}@media (max-width:61.9375em){.email-signup .form-item-mail{margin-bottom:0.8rem;}.email-signup .captcha{margin-bottom:0.8rem;}}@media (min-width:62em){.email-signup form .form--inner-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:end;align-items:flex-end;-ms-flex-pack:end;justify-content:flex-end;}.email-signup .form-item-mail{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-right:1rem;}.email-signup .captcha{margin-bottom:-2px;margin-right:1rem;}}
.site-logo{margin:0;}.site-logo--image{display:block;height:auto;width:100%;}
@media (min-width:34.375em){.footer--inner{-ms-flex-align:center;align-items:center;display:-ms-grid;display:grid;grid-auto-flow:dense;grid-gap:2.17391%;grid-row-gap:0.5rem;}.footer--lower .footer--inner{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);}}@media (min-width:50em){.footer--inner{grid-gap:4.34783%;grid-row-gap:0.5rem;}.footer--lower .footer--inner{-ms-grid-columns:2fr 1fr;grid-template-columns:2fr 1fr;}}@media (min-width:75em){.footer--upper .footer--inner{-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);}.footer--lower .footer--inner{-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);}}.footer--upper{padding-bottom:2rem;padding-top:2rem;background-color:#1976d2;}.footer--upper .footer--branding{max-width:20rem;margin:0 auto 1.5rem;}@media (min-width:75em){.footer--upper .footer--branding{-ms-grid-column-span:3;-ms-grid-column:1;grid-column:1 / span 3;margin:0;}.footer--upper .email-update-form{-ms-grid-column-span:7;-ms-grid-column:6;grid-column:6 / span 7;}}.footer--lower{padding-bottom:0.9rem;padding-top:0.9rem;}@media (max-width:49.9375em){.footer--lower .footer--menu{-ms-grid-column:span 2;grid-column:span 2;}}@media (min-width:75em){.footer--lower .footer--copyright{-ms-grid-column-span:3;-ms-grid-column:1;grid-column:1 / span 3;}.footer--lower .footer--menu{-ms-grid-column-span:6;-ms-grid-column:4;grid-column:4 / span 6;}.footer--lower .footer--social{-ms-grid-column-span:3;-ms-grid-column:10;grid-column:10 / span 3;}}.mmfa-copyright{color:#788592;font-size:0.8rem;margin:0;padding:0;text-align:center;}@media (min-width:34.375em) and (max-width:49.9375em){.mmfa-copyright{text-align:right;}}@media (min-width:50em){.mmfa-copyright{text-align:left;}}.menu--footer{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between;}.menu--footer .menu__link{font-size:0.7rem;color:#788592;font-weight:700;text-decoration:none;text-transform:uppercase;}.menu--footer .menu__link:hover,.menu--footer .menu__link:focus{text-decoration:underline;}@media (max-width:34.3125em){.menu--footer{margin-bottom:0.5rem;}.menu--footer .menu__item{text-align:center;width:50%;}}@media (min-width:34.375em){.menu--footer .menu__item{padding-left:0.5rem;padding-right:0.5rem;}.menu--footer .menu__item:first-child{padding-left:0;}.menu--footer .menu__item:last-child{padding-right:0;}}@media (min-width:75em){.menu--footer{-ms-flex-pack:center;justify-content:center;}}@media (min-width:81.25em){.menu--footer .menu__item{padding-left:0.75rem;padding-right:0.75rem;}}.footer .menu--social-media{margin-left:0;}@media (max-width:34.3125em){.footer .menu--social-media{-ms-flex-pack:center;justify-content:center;margin-bottom:0.5rem;}}@media (min-width:50em){.footer .menu--social-media{-ms-flex-pack:end;justify-content:flex-end;}}@media (min-width:81.25em){.footer .menu--social-media .menu__item{padding-left:0.75rem;padding-right:0.75rem;}}
.dateline-compact{-ms-flex-align:center;align-items:center;color:#788592;display:-ms-flexbox;display:flex;font-size:0.6rem;font-weight:600;letter-spacing:2px;margin:0.3rem 0 0;text-transform:uppercase;}.dateline-compact__type{display:-ms-flexbox;display:flex;height:1.5em;margin-right:1em;width:1.5em;}.dateline-compact__type svg{fill:#ccd4dd;height:1.5em;width:1.5em;}
.editorial-compact__title{font-family:Barlow,sans-serif;font-size:0.9rem;font-weight:600;line-height:1.333333333;margin:0;}.editorial-compact__title a{color:#3a434e;text-decoration:none;}.editorial-compact__title a:hover,.editorial-compact__title a:focus{color:#161c24;text-decoration:underline;}.editorial-compact--major .editorial-compact__title{font-size:1.05rem;}
.section-title{color:#1976d2;font-size:2.7rem;font-style:italic;line-height:0.9;margin:0 0 1.5rem;}
.public-tag-compact__link{-ms-flex-align:center;align-items:center;color:#3a434e;display:-ms-flexbox;display:flex;text-decoration:none;}.public-tag-compact__link:hover,.public-tag-compact__link:focus{text-decoration:underline;}.public-tag-compact__title{-ms-flex:1;flex:1;font-family:Barlow,sans-serif;font-size:0.9rem;line-height:1.25;margin:0;}.public-tag-compact__figure{margin-right:0.6rem;-ms-flex-order:-1;order:-1;max-width:9rem;min-width:4.5rem;width:40%;}.public-tag-compact__figure > figure{margin:0;}
.aside-block{background-color:#fff;padding:3.7037%;}@media (min-width:48em){.aside-block{padding:4.34783%;}}@media (min-width:62em){.aside-block{padding:14.28571%;}}.aside-block--wide{padding:3.7037%;}@media (min-width:48em){.aside-block--wide{padding:4.34783%;}}@media (min-width:62em){.aside-block--wide{padding:5.26316%;}}@media (min-width:81.25em){.aside-block--wide{padding:7.69231%;}}.aside-block__title{border-bottom:1px solid #ccd4dd;font-family:Barlow,sans-serif;font-size:0.9rem;font-weight:700;letter-spacing:2px;margin:0 0 1.5rem;padding-bottom:1.5rem;text-transform:uppercase;}.aside-block--tint{background-color:#f7f9fb;}+ .aside-block--tint{margin-top:2px;}.aside-block--blue{background-color:#1976d2;}.aside-block--blue *{color:#fff !important;fill:#fff !important;}+ .aside-block--blue{margin-top:2px;}.aside-block--blue .pager .pager__link:hover,.aside-block--blue .pager .pager__link.is-active{background-color:#00659b;}
.pager{margin-top:3rem;padding-bottom:3rem;}.pager__items{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;margin:0;padding:0;}.pager__item{height:3rem;width:3rem;display:block;}.pager__link,.pager__nolink{height:100%;width:100%;-ms-flex-align:center;align-items:center;color:#939da8;display:-ms-flexbox;display:flex;font-size:0.7rem;text-decoration:none;-ms-flex-pack:center;justify-content:center;}.pager__link{transition:all 0.15s ease-in-out 0s;}.pager__link svg{height:0.9rem;width:0.9rem;fill:#939da8;}.pager__link:hover,.pager__link.is-active{background-color:#eff3f7;color:#5d6a79;}.pager__link:hover svg,.pager__link.is-active svg{fill:#5d6a79;}.pager__link.is-active{font-weight:bold;}.pager__item--previous{transform:rotate(180deg);}
.narrative-list,.narrative-list__item{list-style:none;padding:0;}.narrative-list--list-style-plain .narrative-list__item:before,.narrative-list--list-style-plain .narrative-list__item:after{display:none !important;}.narrative-list__item{padding:0 5.26316% 3rem;position:relative;}.narrative-list__item .field--name-field-narrative-item-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem;}.narrative-list__item :last-child{margin-bottom:0;}.narrative-list__item:before,.narrative-list__item:after{background-color:#1976d2;content:'';display:block;left:1.31579%;position:absolute;top:0;}.narrative-list__item:before{margin-left:1px;z-index:2;}.narrative-list__item:after{height:100%;width:1px;z-index:1;}.narrative-list__item .l--gutter-pull{margin-left:0;margin-right:0;}@media (min-width:81.25em){.narrative-list__item{padding:0 6.66667% 3rem;}.narrative-list__item:before,.narrative-list__item:after{left:0;}}.narrative-list__item-date:before,.narrative-list__item-bullet:before{transform:translateX(-50%);}.narrative-list__item-date:last-child:after,.narrative-list__item-bullet:last-child:after{display:none;}.narrative-list__item-bullet:before{height:0.4rem;width:0.4rem;border:0.4rem solid #fff;border-radius:50%;box-sizing:content-box;}.narrative-list__item-date .field--name-field-narrative-item-date{color:#788592;font-size:0.8rem;font-weight:600;letter-spacing:2px;margin:0;text-transform:uppercase;}.narrative-list__item-date:before{height:0.4rem;width:0.4rem;border:0.4rem solid #fff;border-radius:50%;}@media (min-width:81.25em){.narrative-list__item-date .field--name-field-narrative-item-date{height:1px;width:1px;position:absolute !important;clip:rect(1px,1px,1px,1px);overflow:hidden;word-wrap:normal;}.narrative-list__item-date:before{height:auto;width:auto;background-color:#fff;border:none;border-radius:0;color:#788592;content:attr(data-date);font-size:0.6rem;font-weight:600;letter-spacing:2px;padding:1.33333em 0;}}.narrative-list__item-divider:before{height:1px;top:calc((100% - 3rem) / 2);width:0.75rem;}.narrative-list__item-divider:first-child:before,.narrative-list__item-divider:last-child:before{top:calc((100% - 3rem) / 2);}.narrative-list__item-divider:first-child:after{height:calc(((100% - 3rem) / 2) + 3rem);top:calc((100% - 3rem) / 2);}.narrative-list__item-divider:last-child:after{height:calc((100% - 3rem) / 2);}@media (min-width:81.25em){.narrative-list__item-divider:before{width:3.33333%;}}
.social-share{display:-ms-flexbox;display:flex;margin-top:0.3rem;}.social-share__services + .social-share__comments{margin-left:2rem;}.social-share__items,.social-share__item,.social-share__title{list-style:none;margin:0;padding:0;}.social-share__title{color:#788592;font-size:0.6rem;font-weight:700;letter-spacing:2px;margin-bottom:0.3rem;text-transform:uppercase;}.social-share__items{display:-ms-flexbox;display:flex;margin:-0.3rem;}.social-share__item{height:1.2rem;width:1.2rem;margin:0.3rem;}.social-share__link svg{fill:#b9c2cb;}
.dateline{font-size:0.6rem;color:#788592;font-weight:600;letter-spacing:2px;margin:0;text-transform:uppercase;}@media (min-width:48em){.dateline--group{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.dateline__label{font-weight:700;margin-right:0.5rem;}.dateline__divider{background-color:#939da8;height:1px;margin:0 3.84615%;width:7.69231%;}@media (max-width:47.9375em){.dateline__divider{display:none;}}
.byline{font-size:0.7rem;font-weight:600;letter-spacing:2px;margin:0 0 0.3rem;text-transform:uppercase;}.byline a{text-decoration:none;}.byline a:hover,.byline a:focus{text-decoration:underline;}.byline__label{font-weight:700;margin-right:0.5rem;}
.special-program-tag{margin:0 0 1.5rem;}.special-program-tag__link{text-decoration:none;}.special-program-tag__wrapper{border:1px solid #1976d2;display:-ms-inline-flexbox;display:inline-flex;}.special-program-tag__wrapper > span{padding:0.5rem 1rem;}.special-program-tag__brand{background-color:#e5fbff;font-size:0.8rem;font-weight:bold;}.special-program-tag__brand .special{color:#283593;font-family:bagatela,serif;font-style:italic;}.special-program-tag__brand .programs{color:#1976d2;font-family:Barlow,sans-serif;letter-spacing:1px;text-transform:uppercase;}.special-program-tag__title{background-color:#1976d2;color:#fff;font-size:0.7rem;font-weight:bold;letter-spacing:2px;text-transform:uppercase;}
.page-title{color:#161c24;font-size:calc(1.5rem + 1.2000000000000002 * ((100vw - 21.875rem) / 79.375));line-height:1;margin:0 0 0.45455em;padding:0;}@media screen and (min-width:1620px){.page-title{font-size:2.7rem;}}@media screen and (max-width:350px){.page-title{font-size:1.5rem;}}@media (min-width:48em){.page-title--barred span{background-color:#161c24;color:#fff;line-height:1.35;margin:0 -1.5rem;padding:0 1.5rem;-webkit-box-decoration-break:clone;box-decoration-break:clone;}}
.tag{-ms-flex-align:center;align-items:center;background-color:#ccf8ff;display:inline-block;padding:0.9rem 2rem;padding-left:3rem;position:relative;}.tag__icon,.tag__text{display:block;}.tag__icon{height:3rem;width:3rem;-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0;}.tag__icon svg{height:0.6rem;width:0.6rem;display:block;fill:#1976d2;}.tag__text{color:#1976d2;font-size:0.7rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;}
.editorial-full__summary,.editorial-full__article,.editorial-full__jump-menu{margin-top:1.5rem;}@media (min-width:48em){.editorial-full__summary,.editorial-full__article,.editorial-full__jump-menu{margin-top:2.25rem;}}.editorial-full__summary iframe[src*="/embed/"]:not([src*="youtube.com/"]),.editorial-full__article iframe[src*="/embed/"]:not([src*="youtube.com/"]),.editorial-full__jump-menu iframe[src*="/embed/"]:not([src*="youtube.com/"]){height:240px;}@media (min-width:31.25em){.editorial-full__summary iframe[src*="/embed/"]:not([src*="youtube.com/"]),.editorial-full__article iframe[src*="/embed/"]:not([src*="youtube.com/"]),.editorial-full__jump-menu iframe[src*="/embed/"]:not([src*="youtube.com/"]){height:27.5rem;}}.editorial-full__summary .media_embed,.editorial-full__article .media_embed,.editorial-full__jump-menu .media_embed{-ms-flex-line-pack:center;align-content:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:1.5rem;}.editorial-full__summary .twitter-tweet,.editorial-full__article .twitter-tweet,.editorial-full__jump-menu .twitter-tweet{margin:0 auto 1.5rem !important;width:500px !important;}@media (max-width:31.1875em){.editorial-full__summary .twitter-tweet,.editorial-full__article .twitter-tweet,.editorial-full__jump-menu .twitter-tweet{width:auto !important;}}.editorial-full__banner{margin-bottom:3rem;}.editorial-full__summary{border-bottom:1px solid #ccd4dd;border-top:1px solid #ccd4dd;padding:1.5rem 0;}.editorial-full__summary :last-child{margin-bottom:0;}.editorial-full__post{margin-bottom:4.9rem;}@media (min-width:62em){.editorial-full__post{margin-bottom:6.5rem;}}@media (min-width:81.25em){.editorial-full__post{margin-bottom:8.7rem;}}.editorial-full__related{margin-bottom:3rem;}@media (max-width:47.9375em){.editorial-full__related{margin-top:3rem;}}.editorial-full--framed .editorial-full__header,.editorial-full--framed .editorial-full__summary{border:1px solid #1976d2;}.editorial-full--framed .editorial-full__header-inner{padding:5.26316%;position:relative;}.editorial-full--framed .editorial-full__header + .editorial-full__summary{margin-top:-1px;}.editorial-full--framed .editorial-full__title{font-size:calc(1.5rem + 0.8999999999999999 * ((100vw - 21.875rem) / 79.375));}@media screen and (min-width:1620px){.editorial-full--framed .editorial-full__title{font-size:2.4rem;}}@media screen and (max-width:350px){.editorial-full--framed .editorial-full__title{font-size:1.5rem;}}.editorial-full--framed .editorial-full__tag{height:3rem;left:0;position:absolute;top:0;transform:translateY(-100%);z-index:1;}.editorial-full--framed .editorial-full__header:not(.editorial-full__header-banner){padding-top:3rem;}@media (min-width:81.25em){.editorial-full--framed .editorial-full__header-inner{padding:6.66667%;}}
.menu--utility-navigation{background:#fff;display:-ms-flexbox;display:flex;}.menu--utility-navigation li{display:inline-block;line-height:60px;min-height:60px;}.menu--utility-navigation li a{display:block;letter-spacing:2px;font-size:0.8rem;font-weight:700;text-transform:uppercase;text-decoration:none;}.menu--utility-navigation li:first-child a{transition:background-color 0.15s ease-in-out 0s;color:#3a434e;border-left:solid 1px #e0e8f0;padding:0 2rem;margin-left:2rem;font-weight:600;}.menu--utility-navigation li:first-child a:hover{background-color:#f7f9fb;}.menu--utility-navigation li:nth-child(2) a{transition:background-color 0.15s ease-in-out 0s;color:transparent;padding:0 .1rem;background-color:#ffeb3b;background-image:url(/themes/custom/mmfa_theme/images/icons/main/search-blue.svg);background-repeat:no-repeat;background-position:center center;max-width:3rem;}.menu--utility-navigation li:nth-child(2) a.open{background:#eff3f7 url(/themes/custom/mmfa_theme/images/icons/main/close-blue.svg) no-repeat center center;}.menu--utility-navigation li:nth-child(2) a:hover{background-color:#fff06c;}.menu--utility-navigation li:last-child a{transition:background-color 0.15s ease-in-out 0s;background:#da4054;color:#fff;padding:0 1.5rem;}.menu--utility-navigation li:last-child a:hover{background-color:#e3707f;}.donate-banner--enabled .menu--utility-navigation li:last-child a{background-color:#fc7928;}.donate-banner--enabled .menu--utility-navigation li:last-child a:hover{background-color:#fd9b5e;}
.trending-menu{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;}@media (max-width:74.9375em){.trending-menu{margin:2rem 0 1.5rem 0;-ms-flex-direction:column;flex-direction:column;}}.trending-menu--title{color:#da4054;font-family:Barlow,sans-serif;font-size:0.7rem;line-height:1.714285714;margin:0;text-transform:uppercase;}@media (max-width:74.9375em){.trending-menu--title{text-transform:uppercase;display:block;width:100%;text-align:left;margin-bottom:0.5rem;}}.menu--trending{display:-ms-flexbox;display:flex;}@media (max-width:74.9375em){.menu--trending{width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;}}.menu--trending .menu__item{margin-left:2.1rem;}@media (max-width:74.9375em){.menu--trending .menu__item{margin:0 1.2rem 0.5rem 0;}}.menu--trending .menu__link{color:#5d6a79;display:block;font-size:0.7rem;font-weight:600;line-height:1.714285714;text-decoration:none;}.menu--trending .menu__link:hover,.menu--trending .menu__link:focus{text-decoration:underline;}
.search-box{position:relative;width:100%;}.search-box .form-item{margin:0;}.search-box input[type="text"]{font-size:1.2rem;padding:1.25em 1.41667em;width:100%;}.search-box .form-submit{height:2.4rem;width:2.4rem;background-color:#fff;padding:0;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);z-index:1;}.search-box .form-submit > svg{height:1.2rem;width:1.2rem;fill:#1976d2;}.search-box .form-submit:hover,.search-box .form-submit:focus{background-color:#fff;}@media (min-width:62em){.search-box input[type="text"]{padding:3.91304% 4.34783%;}}
.header--search{background:#eff3f7;box-shadow:0 20px 50px -20px rgba(93,106,121,0.5);padding:4.1rem;width:100%;position:absolute;display:block;z-index:5;}@media (max-width:74.9375em){.header--search{padding:1.5rem;box-shadow:0 3px 3px -2px rgba(93,106,121,0.75);}}.header--search.hidden{display:none;}.header--search form{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;position:relative;}.header--search .form-item-search{margin:0;-ms-flex:1;flex:1;}.header--search .form-item-search label{display:none;}.header--search .form-item-search input.form-text{background:#ffffff;border:none;font-size:1.8rem;height:120px;width:100%;padding-right:115px;padding:0 3rem 0 3rem;}@media (max-width:74.9375em){.header--search .form-item-search input.form-text{height:58px;font-size:0.9rem;box-shadow:inset 0 1px 0 0 #939da8,inset 0 0 0 1px #b9c2cb;padding:0 1rem;}}.header--search .form-item-search input.form-text:-ms-input-placeholder{color:#788592;}.header--search .form-item-search input.form-text::placeholder{color:#788592;}.header--search input.form-submit{color:transparent;background:#ffeb3b url(/themes/custom/mmfa_theme/images/icons/main/search-blue.svg) no-repeat center center;height:58px;width:58px;transform:translate(-1px,0px);padding:0px;border:none;right:38px;top:30px;position:absolute;}@media (max-width:74.9375em){.header--search input.form-submit{height:58px;width:58px;right:unset;top:unset;border-top:solid 1px #909da9;border-right:solid 1px #B9C2CB;border-bottom:solid 1px #B9C2CB;border-left:none;position:relative;}}.header--search input#edit-reset{display:none;}
@media (max-width:74.9375em){body{padding-top:60px;}body.donate-banner--enabled{padding-top:90px;}}.header--mobile{background:#1976d2;height:60px;position:fixed;top:0;transition:top 0.2s ease-in-out;width:100%;z-index:10;}@media (min-width:75em){.header--mobile{display:none;}}.header--mobile.nav-up{top:-60px;}.header--mobile .menu--mobile-nav{margin:0 0 0 auto;display:-ms-flexbox;display:flex;padding:0;}.header--mobile .menu--mobile-nav li{display:inline-block;line-height:60px;min-height:60px;}.header--mobile .menu--mobile-nav li a{display:block;text-transform:uppercase;text-decoration:none;}.header--mobile .menu--mobile-nav li:first-child a{color:transparent;background:#1976d2 url(/themes/custom/mmfa_theme/images/icons/main/menu-white.svg) no-repeat center center;width:60px;border-left:solid 1px #2055B2;}.header--mobile .menu--mobile-nav li:first-child a.open{background:#1976d2 url(/themes/custom/mmfa_theme/images/icons/main/close-white.svg) no-repeat center center;}.header--mobile .menu--mobile-nav li:last-child a{color:transparent;background:#ffeb3b url(/themes/custom/mmfa_theme/images/icons/main/search-blue.svg) no-repeat center center;}.header--mobile .menu--mobile-nav li:last-child a.open{background:#eff3f7 url(/themes/custom/mmfa_theme/images/icons/main/close-blue.svg) no-repeat center center;}.header--mobile .header--upper{background:#1976d2;display:-ms-flexbox;display:flex;position:relative;min-height:60px;-ms-flex-align:center;align-items:center;}.header--mobile .header--upper .site-logo--image{height:auto;max-width:184px;width:100%;padding:0 1.5rem;}.header--mobile .header--mobile-menu{background:#fff;box-shadow:0 20px 20px 0 rgba(93,106,121,0.5);display:block;position:absolute;width:100%;z-index:10;}.header--mobile .header--mobile-menu.hidden{display:none;}.header--mobile .header--mobile-menu .header--lower-bottom{border-bottom:solid 1px #e0e8f0;}.header--mobile .header--mobile-menu .header--navigation{background:#1976d2;}.header--mobile .header--mobile-menu .header--navigation li{display:-ms-flexbox;display:flex;}.header--mobile .header--mobile-menu .header--navigation li a{-ms-flex:1;flex:1;border-top:solid 1px #2055B2;color:#fff;letter-spacing:2px;text-decoration:none;padding:1.5rem 1.5rem;text-transform:uppercase;}.header--mobile .header--mobile-menu .header--navigation li a:hover,.header--mobile .header--mobile-menu .header--navigation li a:focus,.header--mobile .header--mobile-menu .header--navigation li a.is-active{text-decoration:underline;}.header--mobile .header--mobile-menu .menu--utility-navigation{padding:2rem 0 1rem 0;-ms-flex-pack:center;justify-content:center;}.header--mobile .header--mobile-menu .menu--utility-navigation li{min-height:48px;}.header--mobile .header--mobile-menu .menu--utility-navigation li a{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;height:100%;line-height:1.5;text-align:center;padding:1rem;}.header--mobile .header--mobile-menu .menu--utility-navigation li:nth-child(2) a{display:none;}.header--mobile .header--mobile-menu .menu--utility-navigation li:first-child a{border:solid 1px #e0e8f0;padding:0 1rem;margin:0 1rem 0 0;}.header--mobile .header--mobile-menu .menu--utility-navigation li:last-child a{padding:0 1rem;}.header--mobile .header--mobile-menu .menu--social-media{-ms-flex-pack:center;justify-content:center;margin:0.5rem 0 1rem 0;}
@media (max-width:74.9375em){.header{display:none;}}.header .header--lower .header--inner{-ms-flex-align:center;align-items:center;display:-ms-grid;display:grid;grid-auto-flow:dense;grid-gap:2.17391%;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);}@media (min-width:75em){.header--lower .header{grid-gap:4.34783%;}}.header .header--upper{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;position:relative;min-height:60px;}.header .header--upper > *{position:relative;z-index:1;}.header .header--upper .header--upper--covered{height:100%;left:1.5rem;position:absolute;top:0;z-index:0;}.header .header--upper .header--upper--spacer{margin-left:auto;background:linear-gradient(to right,rgba(255,255,255,0) 0%,white 20%,white 100%);}.header .header--lower{background-color:#1976d2;}.header .header--lower .header--logo{padding-bottom:2rem;padding-top:2rem;-ms-grid-column-span:4;-ms-grid-column:1;grid-column:1 / span 4;}.header .header--lower .header--navigation{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-grid-column-span:8;-ms-grid-column:5;grid-column:5 / span 8;}@media (min-width:75em){.header .header--lower .header--logo{-ms-grid-column-span:3;-ms-grid-column:1;grid-column:1 / span 3;}.header .header--lower .header--navigation{-ms-grid-column-span:9;-ms-grid-column:4;grid-column:4 / span 9;}}.header .menu--main{-ms-flex:1;flex:1;-ms-flex-pack:end;justify-content:flex-end;text-align:right;}.header .menu--main .menu__item{display:inline-block;padding-left:2.08333%;padding-right:2.08333%;}.header .menu--main .menu__item:first-child{padding-left:0;}.header .menu--main .menu__item:last-child{padding-right:0;}.header .menu--main .menu__link{color:#fff;display:block;font-size:1rem;font-weight:600;text-decoration:none;text-transform:uppercase;}.header .menu--main .menu__link:hover,.header .menu--main .menu__link:focus,.header .menu--main .menu__link.is-active{text-decoration:underline;}@media (min-width:75em){.header .menu--main .menu__item{padding-left:4.16667%;padding-right:4.16667%;}}
.media-player .mejs__duration-container{margin-right:0.9rem;padding-right:1.5rem;overflow:visible;position:relative;}.media-player .mejs__duration-container:after{background-color:#161c24;content:"";display:block;height:2.95rem;position:absolute;right:0;top:-0.45rem;width:1px;}.media-player .mejs__button button{background-size:contain;background-position:center center;background-repeat:no-repeat;}.media-player .mejs__button button:focus,.media-player .mejs__button button:hover{background-color:transparent;opacity:0.9;}.media-player .mejs__playpause-button{height:3rem;width:3rem;margin-left:-1rem;}.media-player .mejs__playpause-button button{height:3rem;width:3rem;margin:0;}.media-player .mejs__volume-button{margin-right:0.6rem;}.media-player .mejs__volume-button button{margin:0.6rem;}.media-player .mejs__volume-button > .mejs__volume-slider{background-color:#3a434e;}.media-player .mejs__mute button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/volume.svg);}.media-player .mejs__unmute button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/mute.svg);transform:translateY(-1px);}.media-player .mejs__play button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/play.svg);}.media-player .mejs__pause button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/pause.svg);}.media-player .mejs__replay button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/replay.svg);background-repeat:no-repeat;background-position:center;background-size:40px;}.media-player .mejs__fullscreen-button button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/expand.svg);}.media-player .mejs__share-button button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/share.svg);}.media-player .mejs__fullscreen-button.mejs__unfullscreen button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/collapse.svg);}.media-player .mejs__captions-button button{background-image:url(/themes/custom/mmfa_theme/images/icons/player/cc-white.svg);opacity:0.65;}.media-player .mejs__container{background-color:#3a434e;font-family:Barlow,sans-serif;}.media-player .mejs__time-float-current,.media-player .mejs__time{letter-spacing:2px;}.media-player .mejs__time-float{border-radius:3px;width:40px;}.media-player .mejs__time{color:#788592;}.media-player .mejs__controls{-ms-flex-align:center;align-items:center;background:none;border-top:1px solid #161c24;padding:0 1.5rem;}.media-player .mejs__time-total,.media-player .mejs__horizontal-volume-total,.media-player .mejs__volume-total{background-color:#788592;}.media-player .mejs__time-total{margin-top:8px;}.media-player .mejs__volume-current,.media-player .mejs__volume-total{border-radius:0.3rem;width:0.3rem;}.media-player .mejs__volume-current{border-radius:0 0 0.3rem 0.3rem;}.media-player .mejs__volume-handle{border-radius:0.1rem;}.media-player .mejs__time-total,.media-player .mejs__time-loaded,.media-player .mejs__time-hovered,.media-player .mejs__time-current,.media-player .mejs__horizontal-volume-total,.media-player .mejs__horizontal-volume-current,.media-player .mejs__time-buffering{border-radius:0.3rem;height:0.3rem;}.media-player .mejs__time-handle,.media-player .mejs__time-handle-content,.media-player .mejs__horizontal-volume-handle{top:-3px;}.media-player .mejs__share{background-color:#3a434e;}.media-player .mejs__share__items{padding:2rem;width:100%;}.media-player .mejs__share__items .mejs__share-field{display:-ms-flexbox;display:flex;margin:1rem 0;}.media-player .mejs__share__items .mejs__share-field .mejs__share-field__input{-ms-flex:1;flex:1;font-size:0.8rem;height:100%;padding:0.75rem;}.media-player .mejs__share__items .mejs__share-field__label{-ms-flex-item-align:center;align-self:center;color:#fff;display:-ms-flexbox;display:flex;font-size:0.8rem;letter-spacing:2px;margin:0 1rem 0 0;text-transform:uppercase;}.media-player .mejs__share__items .mejs__share-field__button{padding:1em 2em;}.media-player--audio .mejs__container{height:3rem;}.media-player--audio .mejs__controls{height:100%;}.media-player--video{width:100%;}.media-player--video .mejs__share{background-color:rgba(58,67,78,0.9);}.media-player--video .mejs__container.media-player--inline{height:0;overflow:hidden;padding-bottom:56.25%;width:100%;}.media-player--video .mejs__container.media-player--embedded{height:100vh !important;width:100% !important;}.media-player--video .mejs__layer{height:100%;width:100%;}.media-player--video .mejs__layer.mejs__poster{background-color:#3a434e;background-size:contain;}.media-player--video .mejs__mediaelement{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;}.media-player--video .mejs__mediaelement mediaelementwrapper,.media-player--video .mejs__mediaelement video{height:100% !important;width:100% !important;}.media-player--video .mejs__overlay-loading{left:50%;margin:-40px 0 0 -40px;position:absolute;top:50%;}.media-player--video .mejs__overlay .mejs__overlay-button{height:6.2rem;width:6.2rem;transition:overlay 0.15s ease-in-out 0s;background-image:url(/themes/custom/mmfa_theme/images/icons/player/play.svg);background-size:cover;background-position:0 0;}.media-player--video .mejs__overlay:hover .mejs__overlay-button{background-position:0 0;opacity:0.9;}.media-player--video .mejs__overlay-play:before{background-image:url(/themes/custom/mmfa_theme/images/icons/player/watermark-blue.svg);background-size:cover;height:1.8rem;content:"";display:block;position:absolute;right:0;top:0;width:6rem;}.media-player--video .mejs__controls{background:#3a434e;height:3rem;}.mejs__share__network-link{height:24px;width:24px;background-repeat:no-repeat;background-position:center;background-size:contain;text-indent:-999px;overflow:hidden;}.mejs__share__network-link.network-facebook{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 25 24' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m373.993938 84h-4.353564v-10.9474632h-3.640374v-4.2664972h3.640374v-3.1463828c0-3.651414 2.203524-5.6396568 5.422305-5.6396568 1.541724 0 2.866894.1161953 3.25311.1680966v3.8159093l-2.232516.0010592c-1.750428 0-2.089335.8417541-2.089335 2.0770046v2.7239699h4.174796l-.543633 4.2664972h-3.631163z' fill='%23ffffff' transform='translate(-360 -60)'/%3E%3C/svg%3E");}.mejs__share__network-link.network-twitter{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 25 24' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m321.55776 67.4911703c0-.21312 0-.42528-.0144-.63648.963678-.6970456 1.795541-1.5601158 2.45664-2.5488-.898676.3982097-1.852004.6593555-2.82816.77472 1.027914-.6153773 1.797239-1.5832589 2.1648-2.72352-.966569.5735571-2.02402.9777715-3.12672 1.1952-1.526321-1.6229815-3.951629-2.0202119-5.915953-.9689473-1.964323 1.0512647-2.979143 3.28958-2.475407 5.4598273-3.95914-.1984805-7.647863-2.0684897-10.14816-5.14464-1.306922 2.2498989-.639372 5.1281851 1.52448 6.57312-.783608-.0232248-1.550132-.2346114-2.23488-.61632v.0624c.000641 2.3439292 1.652881 4.3627537 3.9504 4.82688-.724925.1977024-1.485523.2266025-2.22336.08448.64507 2.0058459 2.493672 3.3799525 4.60032 3.41952-1.743614 1.3703346-3.897543 2.1142346-6.1152 2.112-.391773-.0007521-.783164-.0244728-1.17216-.07104 2.251811 1.4450655 4.871917 2.2115682 7.54752 2.208 9.05664.00384 14.01024-7.49952 14.01024-14.0064z' fill='%23ffffff' transform='translate(-300 -60)'/%3E%3C/svg%3E");}.mejs__share__network-link.network-email{background-image:url("data:image/svg+xml,%3Csvg height='24' viewBox='0 0 25 24' width='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m437.729889 71.9995 6.586-6.586v13.172zm-3.2925.4645c-1.134 1.134-3.109 1.134-4.243 0l-8.465-8.464h21.172zm-14.1216-7.0503 6.586 6.586-6.586 6.586zm16 8 6.586 6.586h-21.172l6.586-6.586.464.464c.945.945 2.201 1.465 3.536 1.465s2.591-.52 3.536-1.465z' fill='%23ffffff' fill-rule='evenodd' transform='translate(-420 -60)'/%3E%3C/svg%3E");}.media-header{background-color:#3a434e;display:-ms-flexbox;display:flex;}.media-header__content{-ms-flex:1;flex:1;padding:1.5rem;}.media-header__title{color:#fff;font-family:Barlow,sans-serif;font-size:1.05rem;margin:0 0 0.5rem;}.media-header__thumbnail{height:9rem;overflow:hidden;position:relative;width:38.46154%;}.media-header__thumbnail img{-o-object-fit:cover;object-fit:cover;}.mejs__captions-button > .mejs__captions-selector{background:#000;}label[for].mejs__captions-selector-label{font-family:Barlow,sans-serif;font-style:normal;font-weight:700;font-size:16px;line-height:19px;color:#ffffff;padding:8px 12px;margin:0;}.mejs__captions-selector-list-item{margin:0;}.mejs__captions-selector-list-item:hover{background-color:#000 !important;}.mejs__captions-selector-list-item:hover label[for].mejs__captions-selector-label{color:#f8e71c;}.media-player .mejs__captions-button button:hover{opacity:1;}.media-player.media-player--audio .mejs__captions-position{bottom:18px;left:24px;}.media-player.media-player--video .mejs__captions-position{bottom:20px;left:50%;transform:translateX(-50%);}.mejs__captions-text,.mejs__captions-text *{background:rgba(0,0,0,0.8);padding:4px 8px;box-shadow:none;font-family:Barlow,sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:35px;}
.t-reverse{--color-background:var(--color-background-reverse);--color-text:var(--color-text-reverse);}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;}*{box-sizing:border-box;}html{font-size:calc(16px + 4 * ((100vw - 350px) / 1270));line-height:1.5;}@media screen and (min-width:1620px){html{font-size:20px;}}@media screen and (max-width:350px){html{font-size:16px;}}body{color:#3a434e;font-family:Barlow,sans-serif;overflow-x:hidden;}h1{font-size:1.7rem;color:#3a434e;font-family:bagatela,serif;line-height:1;margin:0 0 1rem;}@media (min-width:37.5em){h1{font-size:2.7rem;}}h2{font-size:1.35rem;color:#3a434e;font-family:bagatela,serif;line-height:1;margin:0 0 1rem;}@media (min-width:37.5em){h2{font-size:2.1rem;}}h3{font-size:1.2rem;color:#3a434e;font-family:bagatela,serif;line-height:1;margin:0 0 1rem;font-weight:bold;}@media (min-width:37.5em){h3{font-size:1.8rem;}}h4{font-size:1.2rem;line-height:1.25;color:#3a434e;font-family:bagatela,serif;line-height:1;margin:0 0 1rem;}@media (min-width:37.5em){h4{font-size:1.2rem;}}h5{font-size:0.9rem;line-height:1.5;color:#3a434e;font-family:bagatela,serif;line-height:1;margin:0 0 1rem;}@media (min-width:37.5em){h5{font-size:1rem;}}h6{font-size:0.9rem;color:#3a434e;font-family:bagatela,serif;line-height:1;margin:0 0 1rem;}@media (min-width:37.5em){h6{font-size:0.9rem;}}hr{border:0;border-bottom:1px solid #ccd4dd;}a{color:#1976d2;}a:hover,a:focus{text-decoration:none;}.fancy-elems-wrapper a:not([class]){transition:box-shadow 0.15s ease-in-out 0s;text-decoration:none;box-shadow:inset 0 -1px 0 rgba(25,118,210,0.5);}.fancy-elems-wrapper a:not([class]):hover{box-shadow:inset 0 -2px 0 #1976d2;}h1 > a,h2 > a,h3 > a,h4 > a,h5 > a,h6 > a{color:#3a434e;}h1 > a:hover,h1 > a:focus,h2 > a:hover,h2 > a:focus,h3 > a:hover,h3 > a:focus,h4 > a:hover,h4 > a:focus,h5 > a:hover,h5 > a:focus,h6 > a:hover,h6 > a:focus{text-decoration:underline;}p{margin:0 0 1.5em;}.paragraph--view-mode--editorial{padding-bottom:1em;}blockquote{font-style:normal;}blockquote:not([class]){background-color:#eff3f7;font-family:bagatela,serif;margin:0 0 1.5rem;padding:1.5rem;}blockquote:not([class]) :first-child{margin-top:0;}blockquote:not([class]) :last-child{margin-bottom:0;}img{display:block;height:auto;width:100%;}figure{margin:0 0 1.5em;}figcaption{margin:0;}figcaption:not([class]){padding-left:1.5rem;padding-right:1.5rem;padding-bottom:1rem;padding-top:1rem;background-color:#161c24;color:#fff;font-size:0.8rem;}ul,ol,dl{margin:0 0 1.5em;}nav ul,nav
  ol,nav
  dl{list-style:none;margin:0;padding:0;}.fancy-elems-wrapper ul,.fancy-elems-wrapper ol{clear:both;}.fancy-elems-wrapper ul:not([class]),.fancy-elems-wrapper ol:not([class]){list-style:none;padding:0;}.fancy-elems-wrapper ul:not([class]) li,.fancy-elems-wrapper ol:not([class]) li{list-style:none;margin:0 0 0.75em;padding-left:3rem;position:relative;}.fancy-elems-wrapper ul:not([class]) li:before,.fancy-elems-wrapper ol:not([class]) li:before{display:block;position:absolute;}.fancy-elems-wrapper ul:not([class]) li:before{height:0.4rem;width:0.4rem;background-color:#1976d2;border-radius:50%;content:'';display:block;left:1.3rem;position:absolute;top:0.5rem;}.fancy-elems-wrapper ol:not([class]){counter-reset:ol;}.fancy-elems-wrapper ol:not([class]) li:before{color:#1976d2;counter-increment:ol;content:counter(ol) ".";font-family:bagatela,serif;font-size:1.4rem;font-weight:600;left:0.8rem;top:-0.4rem;z-index:1;}dt{font-weight:700;}input,textarea{border:1px solid #ccd4dd;max-width:100%;padding:1rem;}input[type='file']{height:inherit;}input[type='checkbox']{height:auto;}label,legend{margin:1em 0 0;}label[for]{font-family:bagatela,serif;font-style:italic;font-weight:bold;display:block;}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url(/themes/custom/mmfa_theme/images/icons/main/arrow-down.svg);background-repeat:no-repeat;background-position:calc(100% - 1rem) center;border:1px solid #b9c2cb;border-top-color:#939da8;color:#788592;font-family:Barlow,sans-serif;font-size:1rem;font-weight:400;line-height:1.2;margin:0;padding:0.9em;width:100%;}select::-ms-expand{display:none;}table{border-collapse:collapse;border-spacing:0;caption-side:bottom;margin:0 0 1.5em;max-width:100%;text-align:left;width:100%;}thead th{vertical-align:bottom;}thead th,thead td{border-bottom:1px solid #ccd4dd;}th,td{border:1px solid #ccd4dd;padding:1rem;vertical-align:top;}th{background:#b9c2cb;color:#3a434e;}caption{padding:1rem;}tbody + tbody{border-top:2px solid #ccd4dd;}tr:nth-of-type(odd){background-color:#fff;}tr:nth-of-type(even){background-color:#e0e8f0;}iframe{display:block;margin:0 auto;width:100%;}:focus{outline-width:1px;outline-style:dashed;outline-color:#ffeb3b;outline-color:rgba(255,235,59,0.6);}:active{outline:0;}::-moz-selection{background-color:rgba(255,235,59,0.5);}::selection{background-color:rgba(255,235,59,0.5);}[id="BambooHR-Footer"]{text-align:center;}[id="BambooHR-Footer"] a{box-shadow:none !important;}[id="BambooHR-Footer"] img{max-width:100%;width:auto;}.field__label{font-weight:bold;}.button{transition:background-color 0.15s ease-in-out 0s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#161c24;border:none;color:#fff;display:inline-block;font-size:0.8rem;font-weight:700;letter-spacing:2px;line-height:1.125;padding:1.25em 2.25em;text-decoration:none;text-transform:uppercase;}.button:hover,.button:focus{background-color:rgba(30,39,51,0.6);}.list-divided{list-style:none;margin:0;padding:0;}.list-divided > li{padding:3rem 0;}.list-divided > li:not(:last-child){border-bottom:1px solid #ccd4dd;}.post-right,.post-left{display:block;margin-bottom:1rem;width:100%;}.l--spacer{padding:4.5rem 0;}@media (min-width:62em){.l--spacer{padding:9rem 0;}}.l--spacer--min{padding:3rem 0;}@media (min-width:62em){.l--spacer--min{padding:6rem 0;}}.l--spacer--alt{background-color:#e5fbff;}.l--spacer--top{padding-top:3rem;}.l--3even{display:-ms-grid;display:grid;grid-gap:3rem 4.34783%;-ms-grid-columns:100%;grid-template-columns:100%;}@media (min-width:37.5em){.l--3even{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);}}@media (min-width:62em){.l--3even{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);}}.l--3even,.l--3even__item{list-style:none;margin:0;padding:0;}.l--3even__item:nth-child(3n+1){-ms-grid-column:1;}.l--3even__item:nth-child(3n+2){-ms-grid-column:2;}.l--3even__item:nth-child(3n+3){-ms-grid-column:3;}.l--3even__item:nth-child(-n+3){-ms-grid-row:1;}.l--3even__item:nth-child(n+4):nth-child(-n+6){-ms-grid-row:2;}.l--3even__item:nth-child(n+7):nth-child(-n+9){-ms-grid-row:3;}.l--3even__item:nth-child(n+10):nth-child(-n+12){-ms-grid-row:4;}.l--3even__item:nth-child(n+13):nth-child(-n+15){-ms-grid-row:4;}.l--card-grid{list-style:none;margin-bottom:0;padding:0;}@media (max-width:47.9375em){.l--card-grid > li:not(:last-child){margin-bottom:1rem;}}@media (min-width:48em){.l--card-grid{display:-ms-grid;display:grid;grid-gap:2rem 3.7037%;-ms-grid-columns:(minmax(17.5rem,1fr))[auto-fit];grid-template-columns:repeat(auto-fit,minmax(17.5rem,1fr));-ms-flex-pack:center;justify-content:center;}}@media (max-width:61.9375em){.l--narrow-grid .layout-content--main{margin-bottom:2rem;}}@media (min-width:62em){.l--narrow-grid{-ms-flex-align:start;align-items:flex-start;display:-ms-grid;display:grid;grid-auto-flow:dense;grid-gap:0 4.34783%;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12,1fr);}.l--narrow-grid .layout-content--main{-ms-grid-column-span:8;-ms-grid-column:1;grid-column:1 / span 8;}.l--narrow-grid .layout-content--aside{-ms-grid-column-span:4;-ms-grid-column:9;grid-column:9 / span 4;}}.l--main-grid{position:relative;}.l--main-grid .anchor-target{left:0;position:absolute;top:0;}.l--main-grid .layout-content--main,.l--main-grid .layout-sidebar-first{min-width:0;padding-left:3.7037%;padding-right:3.7037%;position:relative;}.l--main-grid .layout-content--full-width{padding-left:3.7037%;padding-right:3.7037%;}@media (min-width:48em){.l--main-grid{-ms-flex-align:start;align-items:start;display:-ms-grid;display:grid;grid-auto-flow:dense;grid-gap:3.7037%;grid-row-gap:1rem;-ms-grid-columns:(1fr)[14];grid-template-columns:repeat(14,1fr);}.l--main-grid .layout-content--main,.l--main-grid .layout-sidebar-first{-ms-grid-column-span:12;-ms-grid-column:2;grid-column:2 / span 12;padding-left:4.34783%;padding-right:4.34783%;}.l--main-grid .layout-content--main-lower{-ms-grid-row:2;}.l--main-grid .layout-content--full-width{-ms-grid-column-span:14;-ms-grid-column:1;grid-column:1 / span 14;padding-left:3.7037%;padding-right:3.7037%;}}@media (min-width:62em){.l--main-grid .layout-content--main{-ms-grid-column-span:10;-ms-grid-column:1;grid-column:1 / span 10;padding-left:5.26316%;padding-right:5.26316%;}.l--main-grid .layout-sidebar-first{-ms-grid-column-span:4;-ms-grid-column:11;grid-column:11 / span 4;padding-left:0;padding-right:0;}}@media (min-width:81.25em){.l--main-grid .layout-content--main{-ms-grid-column-span:7;-ms-grid-column:3;grid-column:3 / span 7;padding-left:0;padding-right:0;}.l--main-grid .layout-sidebar-second{-ms-grid-column-span:2;-ms-grid-column:1;grid-column:1 / span 2;padding-right:60px;}}@media (min-width:81.25em){.l--gutter-pull{margin-left:-7.69231%;margin-right:-7.69231%;}}@media (min-width:101.25em){.l--gutter-pull--wide{margin-left:-4.34783%;margin-right:-4.34783%;}}.l--gutter-pad{padding:3.7037%;}@media (min-width:48em){.l--gutter-pad{padding:4.34783%;}}@media (min-width:62em){.l--gutter-pad{padding:5.26316%;}}@media (min-width:81.25em){.l--gutter-pad{padding:7.69231%;}}.l--align-start,.l--align-end{margin-bottom:3rem;}@media (min-width:48em){.l--align-start,.l--align-end{width:53.84615%;}}@media (min-width:48em){.l--align-start{float:left;margin-right:3rem;margin-left:-1.5rem;}}@media (min-width:81.25em){.l--align-start{margin-left:-3rem;}}@media (min-width:48em){.l--align-end{float:right;margin-left:3rem;margin-right:-1.5rem;}}@media (min-width:81.25em){.l--align-end{margin-right:-3rem;}}.page-gutter{padding-bottom:3rem;padding-top:3rem;}@media (min-width:62em){.page-gutter{padding-bottom:4.5rem;padding-top:4.5rem;}}@media (min-width:81.25em){.page-gutter{padding-bottom:6rem;padding-top:6rem;}}.page-gutter--top{padding-top:3rem;}@media (min-width:62em){.page-gutter--top{padding-top:4.5rem;}}@media (min-width:81.25em){.page-gutter--top{padding-top:6rem;}}.page-gutter--bottom{padding-bottom:3rem;}@media (min-width:62em){.page-gutter--bottom{padding-bottom:4.5rem;}}@media (min-width:81.25em){.page-gutter--bottom{padding-bottom:6rem;}}.banner-overlap--content{position:relative;z-index:1;}@media (max-width:47.9375em){.banner-overlap--content{padding-bottom:3rem;padding-top:3rem;}}.l--constrained-wide{box-sizing:content-box;margin-left:auto;margin-right:auto;max-width:81rem;}.l--constrained-narrow{box-sizing:content-box;margin-left:auto;margin-right:auto;max-width:69rem;padding-left:1.5rem;padding-right:1.5rem;}@media (min-width:48em){.l--constrained-narrow{padding-left:3rem;padding-right:3rem;}}.table-scroll{overflow-x:auto;width:100%;}.align-left{margin:0 1rem 1rem 0;}.align-right{margin:0 0 1rem 1rem;}.align-center{display:table;}input[type="submit"],input[type="reset"],button{transition:background-color 0.15s ease-in-out 0s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#161c24;border:none;color:#fff;font-size:0.8rem;letter-spacing:2px;line-height:1.125;padding:1.25em 2.25em;text-transform:uppercase;}input[type="submit"]:hover,input[type="submit"]:focus,input[type="reset"]:hover,input[type="reset"]:focus,button:hover,button:focus{background-color:#1e2733;}.form-item{margin:1em 0;}div#edit-actions.form-actions.js-form-wrapper.form-wrapper{margin-top:0;}
