@font-face {
    font-family: 'ArnoProRegular';
    src: url('/assets/fonts/arnopro-caption-webfont.eot');
    src: url('/assets/fonts/arnopro-caption-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/arnopro-caption-webfont.woff') format('woff'),
         url('/assets/fonts/arnopro-caption-webfont.ttf') format('truetype'),
         url('/assets/fonts/arnopro-caption-webfont.svg#ArnoProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	font-size: 100%;
	ms-text-size-adjust: 100%;
	webkit-text-size-adjust: 100%;
}
html,button,input,select,textarea {
	color: #555;
	font-family: sans-serif;
}
body {
	font-size: 1.1em;
	line-height: 1.5;
	margin: 0;
}
a {
	color: #932f25;
	text-decoration: none;
}
a:visited {
	color: #932f25;
}
a:hover {
	color: #696969;
}
a:focus {
	outline: thin dotted;
}
a:hover,a:active {
	outline: 0;
	opacity: .8;
}

abbr[title] {
	border-bottom: 1px dotted;
}
b,strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 10px;
}
blockquote p {
	color:#9c1f1f
}

.highlight {
	font-style: italic;
	color: #304366;
	background-color: #e4e4e4;
}
dfn {
	font-style: italic;
}
hr {
	border: 0;
	border-top: 1px solid #ccc;
	display: block;
	height: 1px;
	margin: 1em 0;
}

em, i {
	font-style: italic;
	color: #676d61;
}

h1, legend {
	font-family: 'ArnoProRegular', sans-serif;
	font-weight:600;
	color: #9c1f1f;
	text-transform:capitalize;
}

legend {
	font-size: 36px;
}

h2 {
	color: #304366;
	font-size: 22px;
	text-transform:uppercase;
}

h3 {
	color: #304366;
}

h4 {
	color: #304366;
}

h5 {
	color: #304366;
}

h6 {
	color: #304366;
}

p {
	margin-left: 15px;
}

ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
pre,code,kbd,samp {
    background: none repeat scroll 0 0 rgba(36, 67, 55, 0.15);
	padding: 3px;
	_font-family: "courier new",monospace;
	font-family: monospace,serif;
	font: 14px/18px "Courier New",Courier,mono;
	font-size: 1em;

}
pre {
	background: #676d61;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	color: #fff;
	padding: 20px;
	border-radius: 5px;
}
q {
	quotes: none;
}
q:before,q:after {
	content: "";
	content: none;
}
small {
	font-size: 85%;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
ul,ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul,nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	ms-interpolation-mode: bicubic;
	vertical-align: middle;
}
svg:not(:root) {
	overflow: hidden;
}

img.fixed {
	border-radius: 5px;
}

img.center {
	display: block;
	margin: 0 auto;
}

img.border {
	border: #ccc 1px solid;
}

figure {
	margin: 0;
	padding-bottom: 10px;
}

figcaption {
	margin: 0 auto;
	margin-top: -6px;
	padding: 12px 0 3px 0;
	border-radius: 8px;
	width: 80%;
	color: #fff;
	background-color:#9c1f1f;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
}
	

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}


.row {
	margin: 0;
}


#masthead {
	//background: none repeat scroll 0 0 #304366;
	background: none repeat scroll 0 0 #7f1c24;
	
}

#logo .logo {
	margin: auto;
	padding: 15px 0;
}

#social {

	//margin: auto 20px 0;
	margin-top: 20px;
}

#headerTwitter {
    background: url("/assets/twitter.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

#headerFacebook {
    background: url("/assets/facebook.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

#headerYoutube {
    background: url("/assets/youtube.png") no-repeat scroll 0 0 transparent;
    float: left;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

.lower {
	display: none;
}

.btn-contribute {
    background: #2b9a2b repeat scroll 0 0;
    color: #fff;
    float: right;
    font-size: 18px;
	letter-spacing:1px;
    line-height: 36px;
    margin-top: 55px;
	margin-bottom: 20px;
	font-weight:bold;
    text-transform: uppercase;
	transition: all 0.25s ease-in-out 0s;
}

.btn-contribute:hover {
	background: #248224;
	color: #fff;	
	opacity: 1;
}

.slider {
	//background-color: #8095ae;
	background-color: #a92630;
}

.hero {
    position:relative;
    background-color:#e15915;
    height:320px !important;
    width:100% !important;
}

.hero:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
}

#navcontainer .nav>li>a {
	padding: 0;
}

#headerTwitter {
    background: url("/assets/twitter.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
	margin-top: 38px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

#headerFacebook {
    background: url("/assets/facebook.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
	margin-top: 38px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

#headerYoutube {
    background: url("/assets/youtube.png") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
	margin-top: 38px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-nav>li>a {
	line-height: 30px;
}

.navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}

#myNavbar {
	background-color: #fff;
	margin: -42px auto;
	max-width: 760px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 3px 5px #ccc;
	font-size: .85em;
}

#myNavbar ul {
	margin: 0;
	//margin-left: 9px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	line-height: 60px;
}

#myNavbar ul li a { 
	//display: block;
	//float: left;
	min-width: 180px;
	height: 60px;
	margin: 3px;
	//margin-top: 9px;
	border-radius: 5px;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	//text-shadow: white 0.1em 0.1em 0.2em;
	font-weight: bold;
	background-color: #e4e4e4;
	text-transform: uppercase;
	transition: all 0.25s ease-in-out 0s;
	letter-spacing: .05em;
}

#myNavbar ul li a:hover {
	color: #fff;
	//text-shadow: #222 0.1em 0.1em 0.2em;
	background-color: #304366;
	opacity: 1;
}

#myNavbar ul li.active a {
	background-color: #a92630;
	color: #fff;
	//background: url('/assets/active-arrow.png') 80px 50px no-repeat #ddd;
}
	//text-shadow: #222 0.1em 0.1em 0.2em;
}








.socialDropdown {
	display: none;
	width: 280px;
}

#socialBtnWrap:hover .socialDropdown {
	display: block;
}

#header_link {
	margin: -100px auto;
	width: 400px;
}

#toolbarContrib a {
    background: #2b9a2b repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: right;
    font-size: 18px;
	letter-spacing:1px;
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    text-align: center;
	font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 0.25s ease-in-out 0s;
    width: 160px;
}

#inlineContrib a {
    background: #2b9a2b repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
	letter-spacing:1px;
    height: 50px;
    line-height: 50px;
	margin: 0 auto;
    margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
	font-weight:bold;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 0.25s ease-in-out 0s;
    width: 160px;
}

#toolbarContrib a:hover {
	background: #248224;
	opacity: 1;
}

#inlineContrib a:hover {
	background: #248224;
	opacity: 1;
}

#current-tab.meet-lorie {
	background: url('/assets/active-arrow.png') 83px 0 no-repeat;
}

#current-tab.on-the-issues {
	background: url('/assets/active-arrow.png') 269px 0 no-repeat;
}

#current-tab.follow-us {
	background: url('/assets/active-arrow.png') 455px 0 no-repeat;
}

#current-tab.request-a-sign {
	background: url('/assets/active-arrow.png') 641px 0 no-repeat;
}

#current-tab.contact-lorie {
	background: url('/assets/active-arrow.png') 827px 0 no-repeat;
}

#grad {
	background: url('/assets/bg-grad.png') repeat-x;
	background-position: bottom;
	width: 100%
}

.wrapper {
	margin: 0 auto;
	margin-top: 20px;
	width: 940px;
}

.content-wrapper {
	margin: 0 auto;
	width: 940px;
}

.border {
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	min-height: 500px;
	margin-top:25px;
}

.sidebar img {
	margin-top: 15px;
}

.wide {
	width:100%;
}

.navbar {
	margin-bottom:1px;
}

#frtc {
	margin: 0 auto;
	margin-top: 15px;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	text-align: center;
	padding: 15px;
}

#main-full {
	margin: 0 auto;
	background:#fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	width: 910px;
	padding: 15px;
	min-height: 740px;
}

#footer-wrapper {
    position: absolute;
    width: 100%;
    height: auto;
}

#footer-wrapper img {
    width: 100%;
}

.footer {
	color: #fff;
	text-shadow: black 0.1em 0.1em 0.2em;
	text-align:center;
	line-height: .8em;
}

.footerText {
	padding: .75rem;
	text-align: center;
	font-size: 16px;
}

.footerText ul {
	margin-left: .5rem;
}
.footerText ul,.footerText li{
	display:inline;
	bottom:0
}
.footerText li:not(:first-child):before{
	content:"\0020\00A0|\00A0\00A0"
}

.attribute {
	margin-top: -25px;
}

p.footer.attribute {
	//border: 3px solid white;
}

.site-credit a {
	color: #fff;
	text-decoration:underline;
}

 p.site-credit {
	padding-bottom: -20px;
	margin-bottom: -20px;
	margin-left: -35px;
	padding-left: 35px;
	//background: url("/assets/#.png") no-repeat;
}

img.jplug {
	width: 5px;
	height: 5px;
}

.checks ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.checks li {
	padding-left: 30px;
	padding-bottom: 10px;
	background: url("/assets/bullet-check.png") 0 .1em no-repeat;
	line-height: 24px;
}

#socialinline {
	margin-top: 15px;
	padding: 5px 10px 12px 10px;
	text-align:center;
}

input, textarea {
	width: 380px;
	padding: 15px;
	margin: 0 0 25px 0;
	border:1px solid #ccc;
	border-radius: 5px;
}

input.no {
	width: 25px;
	height: 25px;
	margin: 5px 5px 0 15px;
	display: inline;

}

textarea {
	width: 380px;
	height: 200px;
}

input.checkbox {
	width: 30px;
	display: inline;
}

#request-a-sign {
}

#request-a-sign .button, #email-lorie .button {
    background-color: #9C1F1F; /* Red */
    border: none;
    color: #fff;
    padding: 15px 32px;
	margin: 0 0 15px 0;
    text-align: center;
    text-decoration: none;
	text-transform:uppercase;
    display: inline-block;
    font-size: 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	outline: 0;
    transition: all 0.25s ease-in-out 0s;
	-webkit-appearance: none;
}

#request-a-sign .button:hover, #email-lorie .button:hover {
	background:#7d1e05;
	cursor: pointer;
	cursor: hand;
}

#request-a-sign .heading, #email-lorie .heading {
	display: none;
}
	
.volunteer-header {
	margin-left: -8px;
	color: #9C1F1F;
}

.yardsign {
	margin-top: 30px;
}

.carousel-title {
	padding-left: 15px;
	}

.share-buttons a {
	display: block;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 14px;
    height: 40px;
    left: 366px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    top: 55px;
    width: 170px;
}

.twitter-button {
	margin: 0 auto;
	margin-top: 15px;
    width: 170px;
    background: none repeat scroll 0 0 #28AAE1;
    border-radius: 3px;
}

.twitter-button a:hover {
    background: none repeat scroll 0 0 #1e91c1;
	opacity: 1;
}

.facebook-button {
	margin: 0 auto;
    width: 170px;
    background: none repeat scroll 0 0 #3460A1;
    border-radius: 3px;
	margin-top: 10px;
}

.facebook-button a:hover {
    background: none repeat scroll 0 0 #2b5087;
	opacity: 1;
}

.twitteraccent {
    font-weight: bold;
}

.facebookaccent {
	font-family:Verdana, Geneva, sans-serif;
    font-weight: bold;
}

.share-photo {
	margin-top: 5px;
}

@media screen and (max-width: 767px) {
	#social {
		display: none;
	}
	
	.btn-contribute {
		float: none;
		margin: 10px auto 20px;
	}
	
	.btn-align {
		text-align:center;
	}
	
	.navbar-inverse {
    	background-color: #304366;
    	border-color: #080808;
	}
	
	.navbar-toggle {
		background: #8095ae;
	}
	.col-sm-offset-1 {
		margin-left: 0%;
	}
}

@media screen and (min-width: 768px) {

	.col-sm-4 {
		width:39.33333333%;
	}
	.col-sm-offset-1 {
		margin-left: 2.33333333%;
	}

}

@media screen and (max-width: 767px) {
	#myNavbar {
		margin: 0 auto;

	}
	
	.sticky {
    position:fixed;
    top:0;
	z-index: 1;
	width: 100%
	}

}

@media screen and (max-width: 990px) {
	#myNavbar ul li a { 
		min-width: 100px;
		font-size: .85em;
	}
}

@media screen and (max-width: 458px) {
input, textarea {
	width: inherit;
}

textarea {
	width: inherit;
}
}
