@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;
}

p {
	padding-bottom: 10px;
}

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;
	font-style:italic;
}
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-size: 42px;
	letter-spacing:2px;
	font-family: 'ArnoProRegular', sans-serif;
	font-weight:600;
	color: #9c1f1f;
	text-transform:capitalize;
}

legend {
	padding-top: 20px;
}

h2 {
	color: #304366;
	font-weight:600;
}

h3 {
	color: #304366;
}

h4 {
	color: #304366;
}

h5 {
	color: #304366;
}

h6 {
	color: #304366;
}

ul {
    list-style-type: square;
}

li { 
	margin: 10px 0;
}

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;
}

.center {
	display: block;
	margin: 0 auto;
}


#masthead {
	background: none repeat scroll 0 0 #304366;
}

#logo .logo {
	margin: auto;
	padding: 15px 0;
}

#social {
	margin-top: 20px;
}


.lower {
	display: none;
}

.btn-align {
	margin-top: 35px;
	}

.btn-resume {
    background: #2b9a2b repeat scroll 0 0;
    color: #fff;
    font-size: 18px;
	letter-spacing:1px;
    line-height: 36px;
    margin-top: 10px;
	margin-bottom: 20px;
	//font-weight:bold;
    //text-transform: uppercase;
	transition: all 0.25s ease-in-out 0s;
}

.btn-resume:hover {
	background: #248224;
	color: #fff;	
	opacity: 1;
}

.btn-resume.btn-header {
	margin-top: 45px;
}

.dates-inlisted {
	color:#2b9a2b;
	font-weight:600;
}

.slider {
	background-color: #8095ae;
}

.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;
}

.socHeader {
    display: block;
    float: left;
	margin-top: 38px;
    margin-right: 20px;
    height: 40px;
    width: 40px;
}

.socHeader.twitter {
    background: url("/assets/twitter.png") no-repeat scroll 0 0 transparent;
}

.socHeader.facebook {
    background: url("/assets/facebook.png") no-repeat scroll 0 0 transparent;
}

.socHeader.linkedin {
    background: url("/assets/linkedin.png") no-repeat scroll 0 0 transparent;
}

.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: 950px;
	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: #8095ae;
	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;
}

#current-tab.meet-jon {
	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-jon {
	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;
}

.attrib {
	border: 1px solid;
}

.attribute {
	margin-top: -55px;
}

.site-credit a {
	color: #fff;
	text-decoration:underline;
}

 p.site-credit {
	padding-bottom: -20px;
	margin-bottom: -20px;
	mrgin-left: -35px;
	padding-left: 35px;
	background: url("/assets/jonster-chair.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;
}

textarea {
	width: 380px;
	height: 200px;
}

input.checkbox {
	width: 30px;
	display: inline;
}

#request-a-sign {
}

#request-a-sign .button, #email-jon .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-jon .button:hover {
	background:#7d1e05;
	cursor: pointer;
	cursor: hand;
}

#request-a-sign .heading, #email-jon .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;
}

.employerLogos, .electedOfficeLogos, .civicOrganizationLogos {
	float: right;
}

.civicOrganizationLogos {
	margin-top: 0;
}

@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;
}
}










.photoRow {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.photoColumn {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.photoColumn img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .photoColumn {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .photoColumn {
    flex: 100%;
    max-width: 100%;
  }
}








.photoRow > .photoColumn {
  padding: 0 8px;
}

.photoRow:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.photoColumn {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  //width: 450px;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
}

/* The Close Button */
.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 65px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  cursor:pointer;
}

.none {
	display: none;
}