* {
	padding: 0;
	margin: 0;
	text-decoration: none;
	font-size: 1em;
	outline: none;
}


body {
	text-align: center;
	padding-left: 0;
	padding-bottom: 40px;
	padding-right: 0;
	padding-top: 0px;
	color: #7b7b7b;
}

code, kbd, samp, pre, tt, var, textarea, input, select, isindex {
	font: inherit;
	font-size: 1em;
}
a, img, a img,
iframe,
form, fieldset,
abbr, acronym, object, applet {
	border: none;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
q { quotes: "" ""; }



.refloat{
	float: right;
}
.bkg{
	background-color: black;
}
.bkg a{
	outline: 0px;
}

.wrapper {
	background-image: url(../images/jn_sig_grey.jpg);
	background-repeat: no-repeat;
	margin: 2em auto 0;
	position: relative;
}
.header  {
	height: 85px;
	padding: 0px;
	width: 100%;
	margin: 0px;
	text-align: left;
}
.header h1  {
	line-height: 1em;
	border-image: linear-gradient(to right, #d2d2d2 0%, #585858 100%) 1;
	border-style: solid;
	border-width: 0px;
	border-bottom-width: 1px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-indent: -9999px;	
}
.header h1 a {
	padding: 0px;
	margin: 0px;
	height: 90px;
	width: 360px;
	display: block;
}

@media (max-width: 1300px){
	.container_12,.wrapper {
		background-size: contain
	}
	.header  {
		height: 6.5vw;
	}
	.header h1 a {
		height: 6.5vw;
	}
}

@media (max-width: 1100px){
	.container_12,.wrapper {
		background-size: contain
	}
	.header  {
		height: 6vw;
	}
	.header h1 a {
		height: 7.5vw;
	}
}





.header .description  {
	display: none;
}
.intro  {
	display: none;
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
	margin: 0px;
}
.header .navigation {
	color: #404040;
	text-align: right;
	float: right;
	position: relative;
	top: -2em;
}
.header .navigation ul {
	margin: 0px 0px 0px 0px;
	float: right;
	display: block;
	list-style-type: none;
}

.header .navigation ul li {
	margin: 0 5px;
	display: block;
	float: left;
	padding: 0px;
}
.header .navigation ul li a  {
	font-size: 1em;
	padding: 0.5em 0.1em;
}

@media (max-width: 1024px){
	.header .navigation ul li,
	.header .navigation ul li a  {
		font-size: 0.9em;
		padding: 0.5em 0.1em;
	}
}
@media (max-width: 460px){
	.header .navigation{
		display: none;	
	}
}
.header .navigation ul li a {
	color: #404040;
	padding: 5px;
	display: block;
    text-decoration: none;
}
.header .navigation ul li a:hover {
	color: #eab300;
	text-decoration: none; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;  
}

/* article display */
.content {
	padding: 0px;
	margin: 0px;
}
article {
}




/* grid_wrap selector */
.grid_wrap {
	padding: 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
}
.grid_wrap .grid_item{
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.grid_wrap .introblock{
	display: none;
}
.grid_wrap .introblock:first-of-type{
	display: block;
}




.elm-button{
	border: 1px white solid;
	background: white;
	color: #5d5d5d;
	color: #7c989f;
	padding: 0.9em 2.1em;
	font-size: 1.5em;
}
.elm-button:hover{
	border: 1px white solid;
	background: white;
	color: black;
	text-decoration: underline;
}
.elm-button div,
.elm-button span{
	font-family: 'bodoni-urw', sans-serif;
	font-size: 1.2em;
	font-style: italic;	
	font-weight: 700;
}
.elm-button div.elm-loading-anim{
	text-decoration: none !important;	
}



.footer {
	margin: 1em 0 0 0;
	width: 100%;
	padding-top: 30px 0 0 0;
	background-position: 0;
}
.footer p {
	margin: 3px 0;
	font-size: 0.9em;
	color: #a9a9a9;
	text-align: center;
}
.footer p a {
	text-decoration: underline;
	margin: 3px 0;
	padding: 0px;
	color: #a9a9a9;
	text-align: center;
}
.footer p a:hover {
	color: black;
}
.footer img {
	margin: 20px;
	padding: 0px;
}



/* hide search */

#search-bar  {
	display: none;
	text-align: right;
	height: 50px;
}
#search-box form  {
	padding-top: 4px;
	text-align: right;
}
#search-box span  {
	color: white;
	padding-top: 4px;
	text-align: right;
}
form input.text  {
	height: 20px;
	border-width: 1px;
	width: 180px;
	color: black;
	background-color: white;
}
form input.submit  {
	font-size: 0.9em;
	height: 20px;
	border-style: none;
	cursor: pointer;
	width:28px;
}
form input.submit:hover  {
	top: 10px;
	border-style: none;
	cursor: pointer;
	width:28px;
}
.content  {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	display: block;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 10px;
}




.sidebar{
}
.sidebar .widget {
	margin-top: 40px;
}
.sidebar ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-left: 5px;
	list-style-type: disc;
	text-align: left;
}
.sidebar ul li {
	padding-left: 2px;
	padding-bottom: 5px;
	padding-right: 0px;
	padding-top: 5px;
}

