/* @override http://nisr.dev/assets/css/styles.css */

/*!
NISR v0.1.0
Copyright 2013 NISR
Copyright (c) @siebird
*/

/*
 ******** Base Styles ********
 */

body {
	background: #f5f5f5 url('../img/bg-body.png') left top;
}

img	{
	display: block;
}

address {
	color: #FFF;
	float: right;
	font-size: .75em;
	line-height: 1em;
	padding: 5px;
	text-transform: uppercase;
}

address a {
	color: #FFF;
}

.content a {
	color: #CB281A;
	font-weight: bold;
}

/*
 ******** Grid ********
 */

 *, *:after, *:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

.wrapper {
	margin: 0 auto;
	padding: 0 10px;
	width: 60em;
}

.grid {
	margin: auto;
	width: 100%;
}

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

.grid:after {
  clear: both;
}

[class*='unit-'] {
	float: left;
	padding: 0 10px;
}

.grid-reverse > div {
	float: right !important;
}

.grid-pad {
	padding: 20px;
}

.grid-nopad > [class*='unit-'] {
	padding: 0;
}

.unit-5 {width: 5%;}
.unit-10 {width: 10%;}
.unit-15 {width: 15%;}
.unit-20 {width: 20%;}
.unit-25 {width: 25%;}
.unit-30 {width: 30%;}
.unit-33 {width: 33.3333%;}
.unit-35 {width: 35%;}
.unit-40 {width: 40%;}
.unit-45 {width: 45%;}
.unit-50 {width: 50%;}
.unit-55 {width: 55%;}
.unit-60 {width: 60%;}
.unit-65 {width: 65%;}
.unit-66 {width: 66.6667%;}
.unit-70 {width: 70%;}
.unit-75 {width: 75%;}
.unit-80 {width: 80%;}
.unit-85 {width: 85%;}
.unit-90 {width: 90%;}
.unit-95 {width: 95%;}
.unit-100 {width: 100%;}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*
 ******** Visual Styles ********
 */

.utility-bar {
	background-color: #242424;
}

.header {
	background-color: #a91605;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bc1906), to(#971405));
	background-image: -webkit-linear-gradient(top, #bc1906, #971405);
	background-image: -moz-linear-gradient(top, #bc1906, #971405);
	background-image: -o-linear-gradient(top, #bc1906, #971405);
	background-image: -ms-linear-gradient(top, #bc1906, #971405);
	background-image: linear-gradient(top, #bc1906, #971405);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#bc1906', EndColorStr='#971405');
	border-top: 1px solid #FF2307;
}

.nav-bar {
	background-color: #a12c1e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a12c1e), to(#a12c1e));
	background-image: -webkit-linear-gradient(top, #a12c1e, #a12c1e);
	background-image: -moz-linear-gradient(top, #a12c1e, #a12c1e);
	background-image: -o-linear-gradient(top, #a12c1e, #a12c1e);
	background-image: -ms-linear-gradient(top, #a12c1e, #a12c1e);
	background-image: linear-gradient(top, #a12c1e, #a12c1e);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a12c1e', EndColorStr='#a12c1e');
	border-top: 1px solid #A6372A;
}

.main {
	background: #FFF;
	border: 1px solid #E8E8E8;
	border-radius: 5px;
	margin-top: 20px;
}

.footer {
	border-top: 1px solid #EBEBEB;
	margin-top: 20px;
}


/*
 ******* Typography ********
 */

#logo {
	float: left;
	margin: 15px;
	padding: 0;
}

#logo a {
	background: url('../img/logo.png') no-repeat left top;
	display: block;
	height: 66px;
	text-indent: -9999px;
	width: 244px;
}

.nav-footer li,
.footer small {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 300; /* Thin */
}

nav-utility li,
.nav-main li,
address {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 400; /* Regular */
}

.nav-main li.active {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 600; /* Semibold */
}

.slide h2 {
	font-family: "proxima-nova",sans-serif;
	font-style: normal;
	font-weight: 800; /* Extrabold */
}

.btn {
	font-family: "proxima-nova-condensed",sans-serif;
	font-style: normal;
	font-weight: 300; /* Thin */
}

.cred,
.content p,
.content li,
.nav-sub li {
	font-family: "freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 400; /* Book */
}

.cred em {
	font-family: "freight-sans-pro",sans-serif;
	font-style: italic;
	font-weight: 400; /* Book */
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	font-family: "freight-sans-pro",sans-serif;
	font-style: normal;
	font-weight: 700; /* Bold */
}

.content h1 {
	color: #CD260A;
}

.content h1 small {
	color: #999;
	display: block;
	font-size: .35em;
	text-transform: uppercase;
}

.content > p:first-of-type,
.lead {
	font-size: 1.5em;
	line-height: 1.2em;
}

.footer small {
	color: #666666;
	float: right;
	font-size: .8em;
	line-height: 4em;
	margin-right: 15px;
	text-transform: uppercase;

}

.cred {
	font-size: .75em;
	padding: 10px;
	text-align: center;
}

.cred a {
	color: #C1C1C1;
	text-decoration: none;
}

.cred a em {
	color: #666;
}

.cred a:hover {
	text-decoration: underline;
}

/*
 ******** Menus/Navigation ********
 */

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}



.nav-utility {
	float: right;
}

.nav-utility li {
	border-right: 1px solid rgba(0,0,0,.9);
	border-left: 1px solid rgba(255,255,255,.2);
	float: left;
	font-size: .75em;
	line-height: 1em;
	text-transform: uppercase;
}

.nav-utility li:first-child {
	border-left: none;
}

.nav-utility li:last-child {
	border-right: none;
}

.nav-utility li a {
	color: #FFF;
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.nav-utility li a:hover {
	background: #333;
}

.nav-main li {
	border-right: 1px solid rgba(0,0,0,.2);
	border-left: 1px solid rgba(255,255,255,.1);
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.nav-main li:first-child {
	border-left: none;
}

.nav-main li:last-child {
	border-right: none;
}

.nav-main li a {
	color: #FFF;
	display: block;
	padding: 5px 15px;
	text-decoration: none;
	text-shadow: 0px -1px #000;
}

.nav-main li a:hover {
	background: rgba(255,255,255,.1);
}

.nav-main li a:active {
	background: rgba(0,0,0,.1);
}

.nav-main li.active {
	position: relative;
}

.nav-main li.active:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 6px solid #971405;
	content: "";
	height: 0;
	left: 50%;
	margin-left: -6px;
	position: absolute;
	top: -1px;
	width: 0;
	z-index: 1000;
}

.nav-sub {
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	margin: 30px 0;
}

.nav-sub li {
	border-bottom: 1px solid #EBEBEB;
}

.nav-sub li:last-child {
	border-bottom: none;
}

.nav-sub li a {
	color: #CB281A;
	display: block;
	padding: 5px;
	text-decoration: none;
}

.nav-sub li a:hover {
	background: #F3F3F3;
}



.nav-footer {
	float: left;
}

.nav-footer li {
	display: inline;
	font-size: .8em;
	line-height: 4em;
	list-style: none;
	text-transform: uppercase;
}

.nav-footer li a {
	color: #666666;
	padding: 0 15px;
	text-decoration: none;
}

.nav-footer li a:hover {
	background: #CB281A;
	color: #FFF;
}

/*
 ******* Components ********
 */

.billboard {
	height: 350px;
	margin: 20px 0 20px 10px;
	position: relative;
	width: 920px;
}

.billboard:before {
	background: url('../img/billboard-shadow.png') no-repeat center top;
	content: "";
	display: block;
	height: 28px;
	position: absolute;
	bottom: -28px;
	width: 920px;
	z-index: 200;
}

.slide {
	height: 350px;
	padding-top: 40px;
	position: relative;
	text-align: center;
	width: 920px;
}

.slide h2,
.slide a {
	margin: 20px 40px 20px 500px;
	position: relative;
	z-index: 600;
}

.slide h2 {
	color: #FFEDC2;
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.slide h2 span {
	color: #FFF;
	display: block;
	font-size: 3.3em;
	line-height: .75em;
}

.slide img {
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.btn {
	background-color: #cc270a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d92a0b), to(#c02409));
	background-image: -webkit-linear-gradient(top, #d92a0b, #c02409);
	background-image: -moz-linear-gradient(top, #d92a0b, #c02409);
	background-image: -o-linear-gradient(top, #d92a0b, #c02409);
	background-image: -ms-linear-gradient(top, #d92a0b, #c02409);
	background-image: linear-gradient(top, #d92a0b, #c02409);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#d92a0b', EndColorStr='#c02409');
	border-top: 1px solid #FF2307;
	border-bottom: 1px solid #981405;
	border-radius: 3px;
	color: #FFF;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #de2a0a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eb2e0c), to(#d12709));
	background-image: -webkit-linear-gradient(top, #eb2e0c, #d12709);
	background-image: -moz-linear-gradient(top, #eb2e0c, #d12709);
	background-image: -o-linear-gradient(top, #eb2e0c, #d12709);
	background-image: -ms-linear-gradient(top, #eb2e0c, #d12709);
	background-image: linear-gradient(top, #eb2e0c, #d12709);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#eb2e0c', EndColorStr='#d12709');
}

.btn:active {
	background-color: #cc270a;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#c02409), to(#d92a0b));
	background-image: -webkit-linear-gradient(top, #c02409, #d92a0b);
	background-image: -moz-linear-gradient(top, #c02409, #d92a0b);
	background-image: -o-linear-gradient(top, #c02409, #d92a0b);
	background-image: -ms-linear-gradient(top, #c02409, #d92a0b);
	background-image: linear-gradient(top, #c02409, #d92a0b);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c02409', EndColorStr='#d92a0b');
	border-top: 1px solid #981405;
	border-bottom: 1px solid #FF2307;
}

.pull-right {
	float: right;
}

img.pull-right {
	margin: 0 20px 10px 20px;
}

img.curl {
	background: url('../img/img-shadow.png') no-repeat center bottom;
	padding-bottom: 16px;
}

.sidebar .btn {
	display: block;
	text-align: center;
}