/* Critical header sizing loaded with the page, before nav.js. */
header nav .logo{width:225px;height:70px;min-width:225px;display:flex;align-items:center;justify-content:flex-start;flex:0 0 225px;}
header nav .logo a{display:flex;align-items:center;width:100%;height:100%;}
header nav .logo img{display:block;width:auto;height:70px;max-width:225px;max-height:70px;object-fit:contain;}
@media(max-width:768px){header nav .logo{width:185px;height:52px;min-width:185px;flex-basis:185px;}header nav .logo img{height:52px;max-width:185px;max-height:52px;}}
