/* CSS Document */

/*
Theme Name: Scott Rigell
Author: Sway Creative Labs
Author URI: http://madebysway.com

Scott Rigell © 2016 Sway Creative Labs
*/

/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
sup {
	vertical-align: super;
	font-size: smaller;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
.post-edit-link {
	display: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e5e5e5;
	margin: 0 0 15px;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* GLOBAL STYLES */
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font: 15px/24px 'proxima-nova', sans-serif;
	color: #294052;
	-webkit-font-smoothing: antialiased;
	background: #f0eceb;
}
.wrapper {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}
.clear {
	clear: both;
}
strong {
	font-weight: 700;
}
p {
	margin-bottom: 20px;
	text-align: left;
}
a {
	color: #ed1f24;
	text-decoration: none;
}
a:hover {
	color: #294052;
}
h1 {
	font-family: 'proxima-nova', sans-serif;
	font-size: 26px;
	line-height: 102px;
	font-weight: 600;
}
h2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}
#header {
	width:100%;
	background:#294052;
	padding:30px 10px;
	height:160px;
	display:block;
}
.logo {
	margin:0 auto;
	position:relative;
	width:223px;
}
.container {
	width:1200px;
	display:block;
	margin:0 auto;
	padding:40px;
	max-width:100%;
}
.upper {
	border-bottom:5px solid #ffffff;
	padding-bottom:50px;
}
.left-col {
	width:33%;
	padding:10px;
	float:left;
	margin-top:20px;
}
.left-col img {
	max-width:100%;
	height:auto;
}
.right-col {
	width:66%;
	padding:10px;
	float:left;
}
.right-col p {
	text-align:justify;
}
.signature {
	width:173px;
	height:57px;
	background:url(images/signature-small.png) no-repeat;
	background-size:contain;
	margin-top:20px;
}
.lower {
	text-align:center;
	padding:30px 15px;
}
.lower p {
	text-align:center;
}
.btn {
    display: inline-block;
    height: 44px;
    width: auto;
    color: #fff;
	font-size: 15px;
    font-weight: 700;
	line-height: 46px;
	text-transform: uppercase;
	background: #f04445; /* Old browsers */
	background: -moz-linear-gradient(top,  #f04445 0%, #ea2728 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f04445 0%,#ea2728 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f04445 0%,#ea2728 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04445', endColorstr='#ea2728',GradientType=0 ); /* IE6-9 */
    margin: 30px auto 60px;
    padding: 0 40px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    border-radius: 5px;
	-webkit-box-shadow: 0px 4px 10px -4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 10px -4px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 10px -4px rgba(50, 50, 50, 0.75);
    -webkit-transition: .25s;
    transition: .25s;
}
.btn:hover {
	-webkit-box-shadow: 0px 4px 14px -3px rgba(50, 50, 50, 0.9);
	-moz-box-shadow:    0px 4px 14px -3px rgba(50, 50, 50, 0.9);
	box-shadow:         0px 4px 14px -3px rgba(50, 50, 50, 0.9);
	color:#fff;
	-webkit-transition: .25s;
    transition: .25s;
}
.btn:active {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
@media screen and (max-width: 767px) {
	.container {
		padding:15px;
	}
	.right-col {
		width:100%;
		float:none;
	}
	.left-col {
		width:200px;
		height:200px;
		margin:0 auto;
		float:none;
	}
	h1 {
		line-height:50px;
	}
	.upper {
		padding-bottom:20px;
	}
	.lower {
		padding-bottom:0;
	}
}
