@import url('https://fonts.googleapis.com/css?family=Libre+Franklin:400,400i,700,700i|Roboto+Condensed:400,400i,700,700i|Roboto:400,400i,700,700i');

body {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 26px !important;
	font-weight: 400;
	color: #3a3a3a;
	-webkit-text-size-adjust: none;
}

a {
	color: #ed1b24;
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6, .h1 {
	margin: 0 0 20px;
}

h1, .h1  {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 60px;
	line-height: 62px !important;
	font-weight: 400;
	color: #3a3a3a;
}

h2 {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 30px;
	line-height: 38px !important;
	font-weight: 400;
	color: #3a3a3a;
	letter-spacing: 0.025em;
}

h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	line-height: 28px !important;
	font-weight: 400;
	color: #3a3a3a;
	letter-spacing: 0.05em;
}

h4 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	line-height: 42px !important;
	font-weight: 400;
	color: #3a3a3a;
	letter-spacing: 0.05em;
}

h5 {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
	line-height: 30px !important;
	font-weight: 400;
	color: #3a3a3a;
	letter-spacing: 0.075em;
}

h6 {
	font-family: 'Libre Franklin', sans-serif;
	font-size: 15px;
	line-height: 25px !important;
	font-weight: 400;
	color: #3a3a3a;
	letter-spacing: 0.075em;
}

hr {
	margin: 0 auto 20px;
	width: 100%;
	height: 1px;
	background: #3a3a3a;
	border: none;
}

ul {
	margin: 0 0 20px 30px;
}

ul ul {
	margin: 0 0 0 20px;
}

ol {
	margin: 0 0 20px 30px;
}

ol ol {
	margin: 0 0 0 20px;
}

blockquote {
	margin: 0 40px;
}

.no-margin {
	margin: 0;
}

.background-line {
	margin: 0 0 40px;
	text-align: center;
}

.background-line h1 {
	display: inline-block;
}

.red-text {
	color: #ed1b24;
}

.teal-divider {
	margin: 0 auto 20px;
	width: 80px;
	height: 7px;
	background: #97decd;
}

.red-divider {
	margin: 0 auto 20px;
	width: 80px;
	height: 7px;
	background: #ff0000;
}

.orange-divider {
	margin: 0 auto 20px;
	width: 80px;
	height: 7px;
	background: #f27400;
}

.mejs-container {
	margin: 0 auto 20px;
	max-width: 280px !important;
}

@media all and (max-width: 599px) {

	h1, .h1  {
		font-size: 40px;
		line-height: 42px !important;
	}

	h2 {
		font-size: 26px;
		line-height: 30px !important;
	}

	h4 {
		font-size: 26px;
		line-height: 30px !important;
	}

	h5 {
		font-size: 16px;
		line-height: 24px !important;
	}

}

/*-----------------------------------------------------------------------------------------------------------
		BUTTONS
-----------------------------------------------------------------------------------------------------------*/

.button-link {
	display: inline-block;
	/*margin: 0 0 20px;*/
}

.button-link a {
	display: inline-block;
	padding: 10px 15px 10px 15px;
	min-width: 150px;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 14px;
	line-height: 25px !important;
	font-weight: 400;
	color: #fff;
	letter-spacing: 0.075em;
	background: #000;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
}

.button-link a:hover {
	background: #f27400;
}

.alt-text .button-link a {
	color: #000;
	background: #fff;
}

.alt-text .button-link a:hover {
	background: #97decd;
}

@media all and (max-width: 767px) {

	/*h1 {
		font-size: 36px;
		line-height: 40px;
	}

	h2 {
		font-size: 30px;
		line-height: 40px;
	}

	h3 {
		font-size: 26px;
		line-height: 40px;
	}*/

}

/*-----------------------------------------------------------------------------------------------------------
		MISC
-----------------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption-text {
	margin-bottom: 0;
	font-size: 12px;
}

img.alignright {
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	margin: 0 10px 2px 0;
	display: inline;
}

img.aligncenter {
	margin: 0 auto 20px;
	display: block;
}

.alignright {
	margin: 0px 0px 15px 15px !important;
	float: right;
}

.alignleft {
	margin: 0px 15px 15px 0px !important;
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.icon-right {
	margin: 0 0 2px 10px;
	display: inline;
}

img.icon-left {
	margin: 0 10px 2px 0;
	display: inline;
}

.icon-right {
	margin: 0px 0px 15px 15px !important;
	float: right;
}

.icon-left {
	margin: 0px 15px 15px 0px !important;
	float: left;
}

@media all and (max-width: 599px) {

	img.alignright {
		display: block;
		margin: 0 auto 15px;
	}

	img.alignleft {
		display: block;
		margin: 0 auto 15px;
	}

	.alignright {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

	.alignleft {
		margin: 0px auto 15px !important;
		float: none;
		clear: both;
	}

}