/**
 * Web Fonts from fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2017 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Mark Simonson Studio
 * License URL: https://www.fontspring.com/licenses/mark-simonson-studio/webfont
 */

@font-face {
	font-family: 'proximanova-light';
	src: url('../fonts/proximanova-light-webfont.eot');
	src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova-light-webfont.woff2') format('woff2'),
	url('../fonts/proximanova-light-webfont.woff') format('woff'),
	url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
	url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proximanova-regular';
	src: url('../fonts/proximanova-regular-webfont.eot');
	src: url('../fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
	url('../fonts/proximanova-regular-webfont.woff') format('woff'),
	url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
	url('../fonts/proximanova-regular-webfont.svg#proxima_novaregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proximanova-semibold';
	src: url('../fonts/proximanova-semibold-webfont.eot');
	src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova-semibold-webfont.woff2') format('woff2'),
	url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
	url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
	url('../fonts/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'proximanova-bold';
	src: url('../fonts/proximanova-bold-webfont.eot');
	src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/proximanova-bold-webfont.woff2') format('woff2'),
	url('../fonts/proximanova-bold-webfont.woff') format('woff'),
	url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
	url('../fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Styles */
body.typography {
	font-family: 'proximanova-regular', Verdana, Arial, Helvetica, sans-serif;
	color: #231f20;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin-top: 1.5em;
	margin-bottom: 0.25em;
	font-family: 'proximanova-semibold', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.typography h2 {
	color: #179546;
	font-size: 1.3rem;
}
.typography h3 {
	font-size: 1.2rem;
}
.typography h4 {
	font-size: 1.1rem;
}
.typography h5 {
	font-size: 1rem;
}
.typography h6 {
	font-size: 0.95rem;
}

.typography p,
.typography ul,
.typography ol,
.typography address {
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	font-family: 'proximanova-regular', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.3;
}
.typography ul,
.typography ol {
	padding-left: 0.875rem;
}
.typography ul ul,
.typography ul ol,
.typography ol ul,
.typography ol ol {
	margin-bottom: 0.25rem;
}
.typography pre {
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	font-size: 1rem;
	line-height: 1.3;
}
.typography .content ul {
	margin-left: 15px;
}
.typography .content > ul {
	padding-left: 0;
}
.typography .content ul li:before {
	content: "\2022";
	margin-left: -12px;
	padding-right: 7px;
}
.typography .content .ss-uploadfield .ss-uploadfield-files {
    margin-left: 0;
}
.typography .content ul .ss-uploadfield-item:before {
	content: "";
	padding-right: 0;
}
.typography .content ul li {
	list-style: none;
	line-height: 1.3em;
	padding-bottom: 0.3rem;
}
.typography .content a {
	color: #4d4d4f;
	text-decoration: underline;
	font-weight: bold;
}
.typography .related a {
	color: #4d4d4f;
	text-decoration: none;
}
.typography a:hover {
	color: #77787b;
	text-decoration: underline;
}

.typography .person {
	display: inline-block;
	margin-top: 1rem;
	vertical-align: top;
}
.typography .text__userid {
	float: right;
	font-family: "proximanova-semibold",Verdana,Arial,Helvetica,sans-serif;
	color: #179546;
}
@media screen and (min-width: 768px) {
	.typography .person {
		width: calc(50% - 0.5rem);
	}
	.typography .person:nth-of-type(odd) {
		margin-right: 1rem;
	}
}
.typography .person__card {
	position: relative;
	background-color: #bac3c9;
}
.typography .person__card__details {
	position: absolute;
	bottom: 12px;
	left: 88px;
}
.typography .person__card__details__name {
	font-family: 'proximanova-semibold', Verdana, Arial, Helvetica, sans-serif;
	color: #179546;
}
.typography .person__description {
}
.typography .leftAlone {
	clear: both;
	display: block;
	margin: 1rem auto 1rem 0;
}
.typography .center {
	clear: both;
	display: block;
	margin: 1rem auto;
}
.typography .rightAlone {
	clear: both;
	display: block;
	margin: 1rem 0 1rem auto;
}
.typography .left {
	float: left;
	margin: 1rem 1rem 1rem 0;
}
.typography .right {
	float: right;
	margin: 1rem 0 1rem 1rem;
}
.captionImage {
	display: table;
	width: 1%;
}
.captionImage .caption {
	display: table-caption;
	caption-side: bottom;
}
