/*
Theme Name: National Inventors Hall of Fame 
	Theme URI: http://localhost/ 
	Description: A minimalistic, simple theme for WordPress -- supports widgets in the sidebar, all manors
	of post/page formatting and comes with an easy to customize stylesheet.  
 
	Author: Eddie Roedig 
	Version: 1.0 
	Tags: minimalistic, simple, widgets, sidebar, elegant 
	*/

@import url('bootstrap/dist/css/bootstrap.css')

@charset "UTF-8";
/* CSS Document */
/*Typography*/

/*FONTS
font-family:'CentennialLTW01-46Light';
font-family:'CentennialLTW01-55Roman';
font-family:'HelveticaNeueW01-55Roma';
font-family:'HelveticaNeueW01-65Medi';
font-family:'Univers LT W01 45 Light';
font-family:'HelveticaNeueW01-UltLt';
font-family:'HelveticaNeueW01-Thin';
font-family:'ITCCenturyW01-LightItal';
font-family:'ITCCenturyW01-BookItali';
font-family:'HelveticaNeueW01-75Bold';
font-family:'KeplerW03-LightSCdItSbh'; LIGHT ITALIC
font-family:'KeplerW08-LightCaption';
font-family:'Kepler W08 Italic 1167225';
*/

@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);

html{	
}
body{
	margin:0;
	background-color:#ebebeb;
	background-image:url(images/bg_main.png);
	background-repeat:repeat-x;
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	font-size:14px;
	color:#a3a3a3;
	
}

.placeholder
{
  color: #959595;
}

.container-main {
	width:980px;
	margin:auto;	
}

.top-header{
	height:91px;
	width:980px;
	margin:auto;
	background-image:url(images/bg_header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

.header-medallion {
	position:relative;
	top:0px;
	left:-20px;
	z-index:5000;
}

.header-logo {
	position:relative;
	top:0px;
	left:200px;
	z-index:5000;
	height:50px;
	width:50px;
	background-color:#CCC;
}

.nihf-logo {
	position:relative;
	top:-42px;
	left:201px;
}

.social-facebook {
  display:inline-block;
  cursor:pointer;
  background-color:#959595;
  height:21px;
  width:21px;
  margin-right:7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.social-press {
  display:inline-block;
  cursor:pointer;
  height:21px;
  width:50px;
  margin-right:7px;
}

.social-press p{
	font-family:'HelveticaNeueW2-65Medi',helvetica,arial;
    margin:0;
	color:#b11f16;
	}

.social-facebook:hover {
	background-color:#3c599b;
}

.social-twitter {
  display:inline-block;
  cursor:pointer;
  background-color:#959595;
  height:21px;
  width:21px;
  margin-right:7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.social-twitter:hover {
	background-color:#5ea9dd;
}

.social-youtube {
  display:inline-block;
  cursor:pointer;
  background-color:#959595;
  height:21px;
  width:21px;
  margin-right:7px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.social-youtube:hover {
	background-color:#ec2727;
}

.searchbar {
	display:inline-block;
	width:172px;
	height:25px;
	margin-right:7px;
}



.feature-heading {
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:22px;
	line-height:1.2;
	letter-spacing:0px;
	color:#b11f16;
	font-weight:normal;
	font-style:normal;
}

.feature-heading-small {
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:14px;
	letter-spacing:0px;
	color:#a59128;
}

.feature-heading-small-white {
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:24px;
	color:#FFFFFF;
}

.feature-text {
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	font-size:13px;
	color:#929292;
	line-height:1.5;
}

.feature-text-large {
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	font-size:18px;
	color:#a3a3a3;
}

.button-yellow {
	margin-top:20px;
	padding-top:6px;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px #666666;
	cursor:pointer;
	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	font-size:12px;
	width:160px;
	height:32px;
	border: 1px solid #95873c;
	background-color:#dacd61;
	transition: all 0.3s ease;
  	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.button-yellow:hover {
	background-color:#ecdf75;	
}

.button-green {
	margin-top:20px;
	padding-top:6px;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px #666666;
	cursor:pointer;
	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	font-size:12px;
	width:160px;
	height:32px;
	border: 1px solid #95873c;
	background-color:#309c42;
	transition: all 0.3s ease;
  	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.button-green:hover {
	background-color:#3bbd50;	
}

.button-red {
	margin-top:20px;
	padding-top:6px;
	text-align:center;
	color:#FFF;
	text-shadow:1px 1px #666666;
	cursor:pointer;
	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	font-size:12px;
	width:160px;
	height:32px;
	border: 1px solid #b11f16;
	background-color:#b11f16;
	transition: all 0.3s ease;
  	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.button-red:hover {
	background-color:#d3271c;	
}

.button-ceremony {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	display:inline-block;
	padding-top:6px;
	text-align:center;
	color:#a59128;
	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	font-size:14px;
	width:160px;
	height:40px;
	transition: all 0.3s ease;
  	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
	background-image:url(images/ceremony_tab.png);
	background-position:top center;
	background-repeat:no-repeat;
}

.tabactive {
	background-image:url(images/ceremony_tab_active.png);
	background-position:top center;	
}

.button-ceremony a {
	color:#FFF;
	text-decoration:none;
}

.button-ceremony a:focus {
	text-decoration:none;
	color:#FFF;
}

.button-ceremony a:hover {
	color:#FFF;
	text-decoration:none;
}

.button-ceremony:hover {
	background-image:url(images/ceremony_tab_active.png);
	background-position:top center;
}

.button-learnmore {
	margin-top:20px;
	display:inline-block;
	padding-top:6px;
	text-align:center;
	color:#a59128;
	cursor:pointer;
	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	font-size:12px;
	width:141px;
	height:31px;
	border: 1px solid #dacd61;
	background-color:#FFFFFF;
	transition: all 0.3s ease;
  	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.button-learnmore:hover {
	background-color:#dacd61;
	border: 1px solid #a59128;
	color:#a59128;
}

.button-learnmore:empty {
	display:none;
}
	
.text-white {
	color:#FFFFFF;
}

.text-yellow {
	color:#dacd61;
}

.text-gray {
	color:#949494;
}

.menu-header-menu-container {
    display: block;
    float: left;
    margin: 0 auto;
	margin-left:130px;
	margin-top:-20px;
	width:850px;
	
}
#menu-header-menu ul,
    div.menu-header-menu-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
 
#menu-header-menu li,
    div.menu-header-menu-container li {
    float: left;
    position: relative;
	top:20px;
	z-index:5000;
}

#menu-header-menu li li,
    div.menu-header-menu-container li li {
    background-color:#8f1912;
	min-width:240px;
	top:0;
}
 
.menu-header-menu-container ul ul {
    display: block;
    position: absolute;
    top: 30px;
    left: -9999em;
    float: left;
    min-width: 240px;
    z-index: 99999;

	
}

#menu-header-menu a {
    color: #FFFFFF;
    display: block;
    height: 30px;
	padding-top:5px;
	padding-left:18px;
	padding-right:18px;
    text-decoration: none;
    font-weight: normal;
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	text-shadow:1px 1px #666666;
	font-size:13px;
	
}

#menu-item-68 a {
	color:#dacd61;		
}

@media (min-width: 480px) {

.menu-header-menu-container ul li:hover > ul {
    position: absolute;
    top: 30px;
    left: 0em;
	
}

}

#menu-header-menu li:hover > a,
#menu-header-menu ul ul :hover > a {
    background-color: #dacd61;
    color: #fff;
}

.carousel .item { -webkit-transition: .7s ease-in-out opacity; -moz-transition: .7s ease-in-out opacity; -ms-transition: .7s ease-in-out opacity; -o-transition: .7s ease-in-out opacity; transition: .7s ease-in-out opacity; left: 0 !important; }
	.carousel .active.left, .carousel .active.right { opacity: 0; z-index: 2; }
	.carousel-control { z-index:3; }

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}
	

.slider-button {
	float:right;
	width:160px;
	height:32px;
	background-color:#30353d;
	border:1px solid #d5c966;
	text-align:center;
	padding-top:6px;
	cursor:pointer;
	margin-top:6px;
	color:#d5c966;

	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	font-size:12px;
}

.slider-button:hover {
	background-color:#1d2025;	
}

.title-container {
	height:176px;
	min-width:980px;
	background-image:url(images/bg_slider.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#30353d;
	margin-top:0px;
}

.page-heading {
	font-family:'HelveticaNeueW01-Thin',helvetica,arial;
	text-transform:uppercase;
	font-size:44px;
	color:#FFFFFF;
	letter-spacing:2px;
}

.page-subheading {
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:16px;
	letter-spacing:0px;
	color:#dacd61;
	line-height:1.4;
}

.feature-image {
	margin-top:30px;
	margin-bottom:30px;	
}

.quote {
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:19px;
	letter-spacing:.6px;
	color:#FFFFFF;
}

.quote-gray {
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:19px;
	color:#959595;
	letter-spacing:0px;
}

.quote-small {
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:16px;
	letter-spacing:0px;
	color:#FFFFFF;
}

.quote-small-yellow {
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:15px;
	color:#a59128;
	letter-spacing:0px;
}

.box-title {
	font-family:'HelveticaNeueW01-55Roma',helvetica,arial;
	font-size:18px;
	color:#FFFFFF;
	letter-spacing:1px;
}

.arrow-list ul {
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	list-style-image:url('images/list-item_arrow.png');
	color:#2f353c;	
}

.reg-list li {
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	color:#2f353c;	
}

.arrow-list-close ul {
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	list-style-image:url('images/list-item_arrow.png');
	color:#2f353c;
	margin-left:-20px;
}

.arrow-list-gray ul {
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	list-style-image:url('images/list-item_arrow.png');
	color:#959595;	
}

.subnav-title-active {
	height:46px;
	padding-top:12px;
	font-family:'HelveticaNeueW01-Thin',helvetica,arial;
	font-size:14px;
	color:#dacd61;
	font-weight:bold;
	letter-spacing:1px;
	display:inline-block;
	border-bottom:6px solid #dacd61;
	margin-right:10px;
	margin-left:10px;
}

.subnav-title {
	height:46px;
	padding-top:12px;
	font-family:'HelveticaNeueW01-Thin',helvetica,arial;
	font-size:14px;
	color:#959595;
	letter-spacing:1px;
	display:inline-block;
	margin-right:10px;
	margin-left:10px;
}

.subnav-title a {
	color:#959595;
}

.subnav-title a:hover {
	height:34px;
	display:inline-block;
	font-size:14px;
	color:#dacd61;
	border-bottom:6px solid #dacd61;
	text-decoration:none;
}

.subnav-hof {
	height:46px; padding-top:12px; display:inline-block; margin-right:10px; margin-left:10px;
}

.subnav-hof a {
	color:#959595;
}

.subnav-hof a:hover {
	color:#dacd61; text-decoration:none;
}

.subnav-hof-active {
	height:46px; padding-top:12px; display:inline-block; margin-right:10px; margin-left:10px; color:#07FF00; border-bottom:6px solid #dacd61;
}

.subnav-hof-active a {
	color:#dacd61; text-decoration:none; cursor:default;
}

.subnav-hof-active a:hover {
	color:#dacd61; text-decoration:none; cursor:default;
}

.current-menu-item > a,.current-menu-parent > a,.current-page-ancestor > a{
	background-color:#dacd61;
	cursor:default;
}

.text-emphasis {
	color:#30353d;	
}

.date-time {
	color:#30353d;
	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	text-transform:uppercase;
}

.date-time-small {
	color:#30353d;
	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	text-transform:uppercase;
	font-size:12px;
	line-height:1;
}

.text-patent {
	color:#959595;
	font-family:'HelveticaNeueW01-65Medi',helvetica,arial;
	CentennialLTW01-46Light;
	font-size:12px;
}

.no-underline {
	text-decoration:none !important;	
}

.form-asterix {
	float:right;
	margin-right:-10px;
	color:#dacd61;	
}

.footer-opacity
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.footer-opacity:hover
{
opacity:0.65;
filter:alpha(opacity=65); /* For IE8 and earlier */
}

.wpcf7-list-item-label {
	margin-left:10px;
}

.inductee-name {
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	font-size:19px;
	color:#a59128;
}

.inductee-title {
	color:#30353d;
	font-family:'HelveticaNeueW01-75Bold',helvetica,arial;
	text-transform:uppercase;
	font-size:12px;
	line-height:14px;
	letter-spacing:-.5px;
	margin-top:8px;
	margin-bottom:8px;
}

.inductee-patent {
	color:#959595;
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:15px;
	letter-spacing:0px;
}

.form-width {
	width:600px !important;
}

.spotlight-image {
	position:relative;
	top:18px;
	left:-30px;
}

.spotlight-heading {
	color:#FFF;
	font-family:'CentennialLTW01-55Roman',helvetica,arial;
	font-size:32px;
	letter-spacing:0px;
}

.spotlight-subheading {
	color:#FFF;
	font-family:'HelveticaNeueW01-55Roma',helvetica,arial;
	font-size:18px;
	letter-spacing:0px;
}

.spotlight-patent {
	color:#d5c966;
	font-family:'CentennialLTW01-46Light',helvetica,arial;
	font-size:16px;
	letter-spacing:0px;
}

.spotlight-location {
	color:#30353d;
	font-family:'HelveticaNeueW01-55Roma',helvetica,arial;
	font-size:14px;
	letter-spacing:0px;
	text-transform:uppercase;
}

.bio-tabs {
	color:#CCCCCC;
	font-family:'HelveticaNeueW01-55Roma',helvetica,arial;
	font-size:14px;
	letter-spacing:0px;
	text-transform:uppercase;
}

.highlight-box {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border:2px solid #dacd61;
	
	-webkit-box-shadow: 2px 4px 7px 0px rgba(149, 149, 149, 1);
	-moz-box-shadow:    2px 4px 7px 0px rgba(149, 149, 149, 1);
	box-shadow:         2px 4px 7px 0px rgba(149, 149, 149, 1);
	
}

.bio-tab-box {
	background-color:#FFF; border-left:1px solid #CCC; border-right:1px solid #CCC; border-bottom:1px solid #CCC; padding:30px; height:430px; overflow:auto;
}

.bio-tab-box-inductee {
	background-color:#FFF; border-left:1px solid #CCC; border-right:1px solid #CCC; border-bottom:1px solid #CCC; padding:30px;
}

.nav a:empty {
	display:none;
}

span.spotlight-subheading p{
	margin:0px 0 0px;
	}
	
.map_image { display: inline-block; width: 220px; height: 63px; position: relative; background-position: 0 0; background-repeat: no-repeat; top: -15px; left: 200px; }
	.map_image .map_link { display: block; position: absolute; text-indent: -999em; overflow: hidden; }
	.map_image #map_link_0 { width: 55px; height: 59px; top: 0px; left: 0px; }
	.map_image #map_link_1 { width: 165px; height: 44px; top: 3px; left: 58px; }
	.map_image #map_link_2 { width: 142px; height: 13px; top: 50px; left: 61px; }