/* @license GNU-GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.hued-cards__container{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:480px){.hued-cards__container{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.hued-cards__container{grid-template-columns:repeat(4,1fr)}}.hued-cards__title{margin-bottom:1rem;position:relative;z-index:5;font-weight:600}.hued-cards__card a,.hued-cards__card .rounded{display:flex;justify-content:center;align-items:center;color:var(--color-white);position:relative;aspect-ratio:2/2;text-decoration:none;flex-direction:column;border:6px solid rgba(0,0,0,0);overflow:hidden;transition:all var(--animation-average) var(--base-animation-easing)}.hued-cards__card a:before,.hued-cards__card .rounded:before{content:"";display:block;width:100%;height:100%;z-index:1;position:absolute;background:var(--brand-blue);mix-blend-mode:color;opacity:.75}.hued-cards__card a:after,.hued-cards__card .rounded:after{content:"";display:block;width:100%;height:100%;z-index:2;position:absolute;background:var(--brand-blue);opacity:0;transition:all var(--animation-average) var(--base-animation-easing);border-radius:.5rem}.hued-cards__card a:hover{border-color:var(--brand-navy)}.hued-cards__card a:hover .hued-cards__icon{filter:invert(10%) sepia(31%) saturate(2108%) hue-rotate(213deg) brightness(87%) contrast(99%)}.hued-cards__card a:hover .hued-cards__title{color:var(--brand-navy)}.hued-cards__card a:hover:after{opacity:1}.hued-cards__background{position:absolute;object-fit:cover;width:100%;height:100%;z-index:0;z-index:0;filter:brightness(60%)}.hued-cards__icon{position:relative;z-index:4;margin-bottom:2rem;filter:invert(100%) sepia(100%) saturate(1%) hue-rotate(83deg) brightness(107%) contrast(101%)}
.hero{position:relative;overflow:hidden;background-color:var(--brand-navy);background-attachment:fixed;background-image:url("/themes/custom/rdu_custom/images/backgrounds/bg_lines.svg");background-position:top center;border-bottom:12px solid var(--brand-blue);color:var(--color-white)}.hero__title{font-weight:350;color:var(--color-white)}.hero__title+.hero__text{margin-top:2.5rem}@media(min-width:960px){.hero__text{max-width:var(--narrow-width)}}.hero__text p:last-child{margin-bottom:0}.hero__button{margin-top:3rem}.hero--full-image{display:flex;flex-direction:column-reverse;padding:3.125rem 0 3.5rem}@media(min-width:1024px){.hero--full-image{flex-direction:row}}@media(min-width:1600px){.hero--full-image{padding-top:3.75rem}}.hero--full-image .hero__title .field--name-field-title{margin-bottom:1.875rem}@media(min-width:1024px)and (max-width:1199px){.hero--full-image .hero__title .field--name-field-title{font-size:3rem !important}}.hero--full-image .hero__title+.hero__button{margin-top:0}.hero--full-image .hero__title+.hero__text{margin-top:0}.hero--full-image .hero__title .hero__pre-title+.field--name-field-title{margin:1.5rem 0 1.875rem;display:block}.hero--full-image .hero__left-container{padding:2.25rem 1.875rem 0}@media(min-width:1024px){.hero--full-image .hero__left-container{display:flex;flex-direction:column;justify-content:center;width:40%}}@media(min-width:1400px){.hero--full-image .hero__left-container{margin-left:calc((100% - 1400px)/2)}}@media(min-width:1460px){.hero--full-image .hero__left-container{padding:0}}@media(min-width:1600px){.hero--full-image .hero__left-container{width:720px}}@media(min-width:1024px){.hero--full-image .hero__right-container{flex:1;display:flex;flex-direction:column;justify-content:center}}.hero--full-image .hero__pre-title{font-size:1.25rem;line-height:1;font-weight:600;color:var(--color-white)}@media(min-width:640px){.hero--full-image .hero__pre-title{font-size:calc(1.375rem + 1.5vw)}}@media(min-width:640px)and (min-width:1200px){.hero--full-image .hero__pre-title{font-size:2.5rem}}.hero--full-image .hero__border{position:absolute;left:30px;width:calc(100% + 60px);height:auto;right:0;top:0}@media(min-width:480px){.hero--full-image .hero__border{width:calc(100% + 65px)}}@media(min-width:1024px){.hero--full-image .hero__border{width:calc(100% + 190px)}}@media(min-width:1920px){.hero--full-image .hero__border{width:calc(100% + 280px)}}.hero--full-image .hero__image{padding-left:1.875rem;overflow:hidden;position:relative}.hero--full-image .hero__svg{width:calc(100% + 80px)}@media(min-width:1024px){.hero--full-image .hero__svg{width:calc(100% + 200px)}}@media(min-width:1920px){.hero--full-image .hero__svg{width:calc(100% + 280px)}}.hero--no-image .hero__title{max-width:var(--site-width);margin:0 auto}.hero--title-only{padding:3.5rem 0 5rem}@media(min-width:1200px){.hero--title-only{padding:4.875rem 0}}.hero--title-only .hero__title .field--name-field-title{margin-bottom:0}.hero--plain-description,.hero--no-image{padding:calc(1.75rem + 6vw) 0}@media(min-width:1200px){.hero--plain-description,.hero--no-image{padding:6.25rem 0}}
