#quote-block{background-color:var(--steel-blue)}.quote-block-container{border-radius:.875rem;padding:5rem 0;display:grid;--qbc-gtc:1fr 3fr 1fr;grid-template-columns:var(--qbc-gtc);max-width:61rem;margin:0 auto;position:relative}.quote-block-container.dark{border:2px solid var(--opaque-white)}.quote-block-container.light{border:2px solid var(--opaque-orange)}.quote-block-container.dark:before{content:url(//catchidaho.org/wp-content/themes/one-sixteen/css/parts/../../images/open-quote-dark.svg);position:absolute;top:-2rem;left:1rem;color:var(--white)}.quote-block-container.dark:after{content:url(//catchidaho.org/wp-content/themes/one-sixteen/css/parts/../../images/close-quote-dark.svg);position:absolute;bottom:-2rem;right:1rem;color:var(--white)}.quote-block-container.light:before{content:url(//catchidaho.org/wp-content/themes/one-sixteen/css/parts/../../images/open-quote-light.svg);position:absolute;top:-2rem;left:1rem;color:var(--white)}.quote-block-container.light:after{content:url(//catchidaho.org/wp-content/themes/one-sixteen/css/parts/../../images/open-quote-light.svg);position:absolute;bottom:-2rem;right:1rem;color:var(--white)}.quote-block-container .quote-content{grid-column:2;display:flex;flex-direction:column;gap:1.5rem}.quote-block-container .quote{font-weight:400}.quote-block-container .quoted{font-weight:500}@media (width < 850px){.quote-block-container{--qbc-gtc:1fr;padding:5rem 1.7rem}.quote-block-container .quote{font-size:1.3rem}}