.quoteblock{position:relative;display:flex;max-height:250px;align-items:center}.quoteblock .quoteblock-photo{width:280px;height:280px;border-radius:50%;object-fit:cover;border:10px solid var(--buckeye-blue);margin:unset}.quoteblock .quoteblock-right{position:relative}.quoteblock .quoteblock-right .left-quote,.quoteblock .quoteblock-right .right-quote{font-size:2em;position:absolute}.quoteblock .quoteblock-right .left-quote{top:-10px;left:0}.quoteblock .quoteblock-right .right-quote{bottom:30px;right:0}.quoteblock .quoteblock-right .quote-contents{text-indent:10%}.quoteblock .quoteblock-right .quote-source{font-family:source-sans-pro,sans-serif;font-weight:700;text-align:right}.quoteblock.no-quote .quoteblock-photo{object-fit:contain;background-color:var(--web-white)}.quoteblock.no-quote .quoteblock-right{text-align:center}.quoteblock.no-quote .quoteblock-right .quote-contents{text-indent:0}.quoteblock.red-background .quoteblock-photo{border-color:var(--cardinal-red)}.quoteblock.superior-green-background .quoteblock-photo{border-color:#007751}@media only screen and (max-width:360px){html .quoteblock .quoteblock-right .left-quote{top:0}}@media(max-width:1200px){.quoteblock .quoteblock-photo{display:none}}@media(min-width:1000px){html .quoteblock{font-size:1.5em}html .quoteblock .quoteblock-right .left-quote,html .quoteblock .quoteblock-right .right-quote{font-size:2.5em}html .quoteblock .quoteblock-right .left-quote{top:-10px}html .quoteblock .quoteblock-right .right-quote{bottom:35px}html .quoteblock .quoteblock-right .quote-contents{text-indent:7%}html .quoteblock .quoteblock-right .quote-source{-webkit-margin-before:1.5em;margin-block-start:1.5em}}