@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	line-height: 1.6;
	color: #000;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}
h1 { font-size: 2.5rem; line-height: 1.2; color: #c21e25; }
h2 { font-size: 2.6rem; line-height: 1.25; }
h3 { font-size: 2.0rem; line-height: 1.3; color: #c21e25; }
h4 { font-size: 1.6rem; line-height: 1.35; color: #c21e25; }
p { margin-top: 0; }

.text-xsmall {
	font-size: 1.2rem;
}
.text-xlarge {
	font-size: 1.8rem;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #c21e25;
}
a:hover {
	color: #fcbc80;
}
footer a:link, footer a:visited {
	color: #FFF;
	display: block;
}
a.byline, a.byline:visited {
	background: #e3ddd1;
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.4;
	margin: 0 auto;
	display: block;
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
	border-top: solid 10px #C21E25;
	box-sizing: border-box;
	padding: 20px;
}
main {
	border-left: solid 20px #C21E25;
	padding: 20px;
}
.row {
	background: #231f20;
	overflow: hidden;
	position: relative;
	line-height: 50px;
	color: #FFF;
	font-size: 2.5rem;
	padding: 0 0 0 20px;
	border-top: solid 3px #fcbc80;
}
.banner-slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
	z-index: 1;
	border-left: solid 20px #C21E25;
}
.banner-slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height:200px;
	left: 0;
	top: 0;
}
footer {
	background: #231f20;
	color: #FFF;
	overflow: hidden;
	padding: 15px 0 15px 0;
	text-align: center;
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */

nav.clearfix {
	height: auto;
	width: 100%;
	font-size: 1.6rem;
	position: relative;
	clear: both;
}
nav.clearfix ul {
	padding: 0;
	margin: 0;
  	width: 100%;
  	display: none;
  	height: auto;
}
nav.clearfix ul li {
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	background-color: #c21e25;
	font-size: 1.6rem;	
}
nav.clearfix ul li a {
	display: block;
	text-decoration: none;
	padding: 0 0 0 5%;
	line-height: 50px;
	text-align: left;
	width: 100%;
	color: #FFF;
	border-bottom: solid 1px #FFF;
}
nav.clearfix a:hover, nav.clearfix a:active {
	background-color: #b6011a;
	color: #FFF;
}
a#pull {
	display: block;
	width: 50px;
	color: #FFF;
	font-size: 20px;
	top: 0;
	right: 0;
	height: 50px;
	position: absolute;
	background: url(../images/icon-menu.png) no-repeat #c21e25;
	background-position: center center;
	background-size: 30px 30px;
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
ul.featitems {
	list-style: none;
	margin: 0 0 20px 0;
}
.featitems li {
	width: 100%;
}
.featitems a:link, .featitems a:visited {
	color: #FFF;
	display: block;
	background: #C21E25;
	margin: 0 0 10px 0;
	line-height: 2.5;
	box-sizing: border-box;
	padding: 0 0 0 15px;
	font-size: 2rem;
	border-radius: 10px;
}
.featitems a:hover {
	background: #000;
}
ul.actions {
	list-style: none;
	width: 80%;
	margin: 0 auto;
}
.actions li {
	width: 33.333%;
	float: left;
	text-align: center;
	font-size: 1.2rem;
}
.actions img {
	width: 32px;
	height: 32px;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 100%;
	height: auto;
	display: block;
	box-sizing: border-box;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
	margin: 0 0 20px 0;
}
input,
textarea,
select {
	height: 38px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #EDDAD6;
	border: 1px solid #000;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 98%;
	margin: 0 0 5px 0;
}
.half {
	width: 48%;
	margin-right: 2%;
	float: left;
}
textarea {
	min-height: 150px;
}
select {
	-webkit-appearance: menu;
	-moz-appearance: menu;
	appearance: menu;
}
label,
legend {
	display: block;
	margin-bottom: 1rem;
	font-weight: 600;
	text-align: center;
}
fieldset {
	padding: 15px;
	margin: 0 0 25px 0;
}
input[type="month"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}
input[type="month"]:focus:before,
input[type="month"]:valid:before {
    content: "";
}
input[type="submit"] {
	background: #c21e25;
	width: 60%;
	margin: 0 auto 0 auto;
	display: block;
	font-size: 2rem;
	color: #FFF;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.ph {
	background: #231F20;
	text-align: center;
	color: #FFF;
	font-size: 2rem;
	line-height: 2;
	border-bottom: solid 5px #fcbc80;
}
hr {
	border-top: 1px solid #000;
	border-bottom: none;
	margin: 25px 0 25px 0;
}