body,  p, button, input, label, textarea, select {
    font-family: 'Inter','Open Sans','Droid Sans',verdana,sans-serif;
    font-size: 15px;
}
h1, h2, h3, h4, h5 {
    font-family: 'EB Garamond', 'Garamond','Georgia';
}
h1.jumbo {
    font-size:40px;
}
h1 {
    font-size:30px;
}
h1 + h2 {
    margin-top: 5px;
}

h2 {
    font-size:25px;
}
h3 {
    font-size:20px;
}
.ro-blocks *[class*="-divider"] .button {
    font-size:15px;
}
p + h3, ul + h3, p + p {
    margin-top: 20px;
}
p:has(strong:first-child) + p, 
p:has(strong:last-child) + p,
p:has(b:first-child) + p, 
p:has(b:last-child) + p {
	margin-top: 10px;
}
h1 + h3 {
    margin-top: 13px;
}
p + .group {
    padding-top: 25px;
}

nav li a {
    font-size:15px;
}
nav li nav li a {
    font-size: 85%;
}
footer {
    font-size:85%; 
}
.menu-footer, .footer-thin-address-html, footer nav ul li a {
    font-size:10px;
}
footer nav {
	margin-top: 25px;	
}
footer nav ul li:not(:last-child) {
	margin-right: 15px;
}
input, textarea, label {
	font-size:13px;	
}
.news-item-thumb-introduction, .news-item-thumb-introduction p {
    font-size:11px;
	max-width: 100%;
}
.news-item-thumb-introduction {
	overflow: hidden;
}
p {
    max-width: 640px;
}
*[style*="text-align: center"] p,
p[style*="text-align: center"] {
     margin-left: auto;
    margin-right: auto;
}
