@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('source-sans-pro-v14-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('source-sans-pro-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('source-sans-pro-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('source-sans-pro-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('source-sans-pro-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('source-sans-pro-v14-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: italic;
	font-weight: 400;
	src: url('source-sans-pro-v14-latin-italic.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('source-sans-pro-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('source-sans-pro-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
	url('source-sans-pro-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
	url('source-sans-pro-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
	url('source-sans-pro-v14-latin-italic.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('source-sans-pro-v14-latin-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('source-sans-pro-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('source-sans-pro-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('source-sans-pro-v14-latin-700.woff') format('woff'), /* Modern Browsers */
	url('source-sans-pro-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('source-sans-pro-v14-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

*, html {
	box-sizing: border-box;
}

html {
	font-size: 14px;
}

body, html, .container {
	height: 100%;
}

body {
	margin: 0;
	background: #fff;
	font-family: 'Source Sans Pro', sans-serif;
}

.container {
	padding: 20px 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.container-fluid {
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.row {
	margin: 0 -20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.col-12 {
	width: 100%;
	padding: 0 20px;
}

header {
	padding: 50px 0;
}

figure {
	padding: 0 20px;
	margin: 0;
	flex-grow: 0;
	flex-shrink: 1;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	height: auto;
}

.text {
	flex-grow: 1;
	flex-shrink: 0;
	padding: 0 20px;
}

.text .bg {
	background: rgba(34, 80, 154, .1);
	padding: 20px;
}

figure, .text {
	flex-basis: 100%;
}

p {
	margin: 0 0 20px 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #ff9400;
}

small {
	display: block;
	text-align: center;
	opacity: .5;
	margin-top: 10px;
}

address {
	margin-bottom: 20px;
	padding: 20px;
	background: #efefef;
}

.pb-20 {
	padding-bottom: 20px;
}

@media (min-width: 576px) {
	html {
		font-size: 16px;
	}

	.container {
		max-width: 540px;
		justify-content: center;
	}

	address {
		display: inline-block;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
		margin-top: 0;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}

	.row {
		flex-direction: row;
	}

	figure, .text {
		flex-basis: 50%;
	}

	figure {
		margin-bottom: 0;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}

	figure {
		flex-basis: 40%;
	}

	.text {
		flex-basis: 60%;
	}
}

@media (min-width: 1440px) {
	.container, .container-fluid {
		max-width: 1440px;
	}
}