body {
	font-family: 'Open Sans', sans-serif;
}

a {
	color: #000000;
}

section:first-child {
	padding-top: 20px;
}

.column p:not(:first-child) {
	margin-top: 20px;
}

.container-15 {
	margin: auto 15%;
}

.navbar-item {
  color: #3cb2b2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  text-transform: uppercase !important;
  font-weight: 700;
}

#body {
	background-color: #eae5e5;
	padding-bottom: 20px;
}

#body a {
	text-decoration: underline;
}

.big {
	font-size: 20pt;
}

.small {
	font-size: 10pt;
}

#homepage-children {
	position: relative;
	top: 0;
	left: 0;
}

#homepage-children div {
	background: rgba(255,255,255,0.6);
	position: absolute;
	bottom: 10%;
	left: 10%;
	width: 60%;
}

#homepage-children div p {
	padding: 20px;
	font-weight: 700;
	font-size: 1vw;
}

strong {
	font-style: italic;
}

.u {
	text-decoration: underline;
}

.colored-letters {
	font-weight: 700;
}

.blue {
	color: #3cb2b2;
}

.green {
	color: #61aa22;
}

.orange {
	color: #e3710f;
}

.callout {
	margin-top: 20px;
	border: 1px solid #000000;
	padding: 10px;
	font-size: 10pt;
}

h3.callout {
	font-size: inherit;
}

.callout img {
	width: 100px;
	float: left;
	padding: 0 10px 10px 0;
}

.ctas {
	margin-top: 20px;
}

.ctas a {
	font-size: 10pt;
	text-decoration: underline !important;
}

#footer {
	background-color: #242323;
	font-size: 10pt;
	padding: 20px;
}

#footer,
#footer em,
#footer strong {
	color: #ffffff;
}

#footer img {
	width: 50%;
}

#footer .social {
	text-align: center;
}

#footer .copyright {
	text-align: right;
}

#footer h3 {
	margin-bottom: 20px;
	font-weight: 700;
}

#footer a {
	color: #ffffff;
}

#footer a:not(:first-child) {
	text-align: center;
	margin-left: 10px;
}

h2 {
	font-weight: 700;
	font-size: 20pt;
}

h3 {
	font-weight: 700;
	font-size: 12pt;
}

form {
	margin-top: 20px;
}