/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;1,500;0,700;1,600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

body, textarea, input, select, button {
	font-family: 'Source Sans Pro', sans-serif;
	color: #000000;
	font-size: 1em;
}
::-webkit-input-placeholder {
	color: #3e3f44;
}
:-moz-placeholder {
	color: #3e3f44;
	opacity: 1;
}
::-moz-placeholder {
	color: #3e3f44;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #3e3f44;
}
.bold {
	font-weight: bold;
}
h1, h2, h3, h4 {
	font-size: inherit;
	font-weight: bold;
}
h1 {
	font-size: 3.8em;
	line-height: 1.15;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	color: #234e8d;
	margin-bottom: 1rem;
}
h2, h3 {
	font-size: 2em;
	line-height: 1.6em;
	margin-top: 15px;
}
h2 {
	font-size: 2em;
	color: #234e8d;
	letter-spacing: 2px;
}
h3 {
	font-size: 1.5rem;
	letter-spacing: 1.2px;
	font-weight: normal;
}
p {
	line-height: 1.8em;
	font-size: 20px;
	color: #3e3f44;
}
p + p {
	margin: 1em 0;
}
ul li, ol li {
	line-height: 1.5em;
	font-size: 17px;
	color: #3e3f44;
}
p + ul, p + ol {
	margin-top: 1em;
	margin-bottom: 1em;
}
a {
	color: #0092C6;
	text-decoration: none;
}
a:hover {
	color: #3e3f44;
	text-decoration: none;
}
@media screen and (max-width: 480px) {
	p {
		font-size: 3.8vw;
		/*line-height: 1.2;*/
	}
}
.content-container > p, .content-container > ul, .content-container > ol {
	margin: 20px 70px;
}
.content-container li {
	margin-left: 20px;
	line-height: 1.8em;
	font-size: 20px;
}
.content-container img {
	max-width: 100%;
	height: auto !important;
}

@media screen and (max-width: 600px) {
	.content-container > p,
	.content-container > ul {
		margin: 20px;
	}
}
