@charset "utf-8";

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.ir {
	border: 0;
	background-color: transparent;
	text-indent: -9999px;
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


html,
button,
input,
select,
textarea {
	color: #000;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol {
	margin: 0;
}


html {
	font: 400 100%/2.1875 'Merriweather Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background: #fff;
	color: #444;
}


a,
a:visited {
	text-decoration: none;
	cursor: pointer !important;
	outline: none;
	color: rgb(255,104,44);
}

a:hover,
a:visited:hover {
	color: #999;
}


.wrapper {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 10px;
}

.linklist {
	padding: 0;
	list-style: none;
}

.hilite { color: rgb(255,104,44) !important; }
.upper { text-transform: uppercase; }
.centered, .centered .column { text-align: center !important; }
.extrabold { font-weight: 800; }
.script { font-family: Pacifico, 'Merriweather Sans', Arial, sans-serif; font-weight: 400; }



h1 {
	padding: 0 0 0.8485em;
	font-size: 2.0625rem;
	font-weight: 700;
	line-height: 1.1212;
}

h1.larger {
	padding-bottom: 0.2128em;
	font-size: 2.9375rem;
	line-height: 1.2128;
}


h2 {
	padding: 0 0 0.6250em;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2083;
}

h3,
h4 {
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 2.1875;
}

p {
	padding: 0 0 2.1875em;
}

p.lead {
	font-size: 1rem;
	line-height: 2.1875;
}

ul {
	padding: 0 0 2.1875em 17px;
}

ul ul,
ol ul {
	padding: 0 0 3px 17px;
	list-style: disc;
}

ol {
	padding: 0 0 2.1875em 21px;
}

ol ol,
ul ol {
	padding: 0 0 3px 21px;
}


.column {
	display: inline-block;
	width: 47%;
	text-align: left;
	vertical-align: top;
}

.column+.column {
	margin-left: 6%;
}

.column>:last-child {
	padding-bottom: 0;
}


.size-2 .column,
.size-3 .column+.column {
	width: 58%;
}

.size-2 .column+.column,
.size-3 .column {
	width: 36%;
}

.imaged .column {
	vertical-align: middle;
}


.block h1 {
	clear: both;
}

.block+.block {
	margin-top: 0;
}

.block:last-child {
	padding-bottom: 0;
}


.block.colored {
	padding: 55px 0;
	text-shadow: rgba(255,255,255,0.1) 0 1px 0;
}

.block:not(.colored)+.block.colored {
	margin-top: 75px;
}


.block.light {
	color: #fff;
	text-shadow: rgba(0,0,0,0.15) 0 1px 0;
}


#head {
	padding: 0;
}

#head img {
	width: 100%;
	height: auto;
}


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

#tail {
	padding: 0 10px;
	font-size: 0.75rem;
}

#tail .wrapper {
	max-width: 725px;
	border-top: 1px solid #000;
	padding: 15px 0 45px;
}


a.bigbutton {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border-radius: 11px;
	background: #666 url(../img/arrow-right.svg) 92% 50% no-repeat;
	background-size: auto 52%;
	padding: 22px 70px 20px 25px;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff !important;
	text-shadow: rgba(0,0,0,0.15) 0 1px 0;
}

a.bigbutton>span {
	display: block;
	padding-top: 4px;
	font-size: 34px;
	font-weight: 800;
}

a.bigbutton:hover {
	background-color: rgb(255,104,44);
}










