/* @override 
	http://172.28.2.58/cwf_styles/13_headeruniversal.css
	http://www.history.org/cwf_styles/13_headeruniversal.css
	http://174.143.7.243/cwf_styles/13_headeruniversal.css
	http://172.20.209.47/cwf_styles/13_headeruniversal.css */

/* this hidden code is recommended for screen reader accessibilitiy - webaim.org */
.hidden, .cssDisabled, #skip { 
	position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;
} 
.hidden:active, .cssDisabled:active, #skip:active, 
.hidden:focus, .cssDisabled:focus, #skip:focus { 
	position:static; width:auto; height:auto; 
}


/* foundation bar */
#foundationBar{
	list-style: none;
	height: 19px;
	width: 100%;
	position: absolute;
	top:0;
	left:0;
	background-color: #dadada;
	z-index: 1000001;
}
#foundationBar h2 { 
	float: left; 
	font-size: 11px;
	font-size:1.1rem;
	font-weight: normal;
	line-height: 1.8rem;
	letter-spacing: .06em;
	font-family: Verdana, sans-serif;
}

#foundationBar ul {
	margin:0;
	padding:0;
}

#foundationBar li {
	position:relative;
	float:left;
	list-style:none;
}

#foundationBar h2.cwtext {
	padding-top:0;
	background:url(/images_global/cwseal_16px_dark.png) no-repeat left 2px;
	text-indent:20px;
	font-size:11px;
	line-height:1.8em;
	opacity:.8;
}

#foundationBar li > a {
	margin:0;
	padding:0 8px;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:.06em;
	font-size:11px;
	font-size:1.1rem;
	font-family:Verdana,sans-serif;
	line-height:1.8em;
	opacity:.8;
/*	-moz-text-size-adjust: 50%;
	 -webkit-text-size-adjust: 50%;
	-ms-text-size-adjust:50%;
	-webkit-text-size-adjust:50%;*/
/*	zoom: 100%;*/
}

#foundationBar li.current_section {
	background-color:#333;
	color:#fff;
}

#foundationBar li.current_section a {
	color:#fff;
}

#foundationBar li .dropdown {
	position:absolute;
	top:18px;
	left:-115px;
	display:none;
	padding:5px;
	width:380px;
	border:1px solid #ddd;
	background:#fff;
	text-align:left;
}

#foundationBar li strong {
	color:#900;
	font-weight:400;
	font-size:13px;
}

#foundationBar li li {
	float:left;
	width:370px;
	padding: 10px;
}

#foundationBar li li img {
	float:left;
	margin:0px 10px 0px 0px;
	padding:2px;
	border:1px solid silver;
}

#foundationBar li li a,#foundationBar li.current_section li a {
	padding: 0;
	color:maroon;
	text-transform:none;
	letter-spacing:0;
	font-size:12px;
	font-family:Verdana,Geneva,sans-serif;
	opacity:1;
}

#foundationBar li li p {
	margin:5px 0 0 0;
	color:#666;
	font-size: 13px;
	font-size: 1.3rem;
	line-height:1.3em;
}

#foundationBar li .widedropdown {
	left:-230px;
	width:600px;
}

#foundationBar li .widedropdown li {
	float:left;
	width:288px;
}

#foundationBar li#shoptab .widedropdown {
	left:-300px;
	width:572px !important;
}
#foundationBar #shoptab .widedropdown li {
	width:300px;
}
#foundationBar li#shoptab .widedropdown li:first-child {
	width:256px !important;
}

#foundationBar .dropdown {
	position:relative;
	border:1px solid #fff;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.49);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.49);
	box-shadow:0 2px 4px rgba(0,0,0,0.49);
}

#foundationBar li:hover .dropdown,#foundationBar li .dropdown:hover {
	display:block!important;
}

#foundationBar ul li:hover,#foundationBar ul li.current_section:hover {
	background-color:#fff;
}

#foundationBar ul li:hover a,#foundationBar ul li:hover {
	background-color:#fff;
	color:#333;
	text-decoration:none;
}

#foundationBar ul li li:hover,#foundationBar ul li li:hover a {
	background-color:#F2F1EE !important;
}

#foundationBar li.cwtext:hover {
	background-color:transparent;
	color:#fff;
}





/* HEADER */
#historyorgheader {
	background: white;
	padding-bottom: 10px;
}
header{
	position: relative;
	padding: 25px 0;
}
header img{
	float: left;
}


/* search box and what's new & calendar quick links */
#headerql{
	width: 200px;
	float: right;
	position: relative;
}
#headerql #ql{
	float: right;
	margin-top: 20px;
	margin-bottom: -20px;
	color: #444444;
	padding-bottom: 2px;
	line-height: 50px;
}
#headerql  #ql a{
	color: #444444;
	font-size: 1.2rem;
	line-height: 20px;
}

/* QUICK LINKS  */
#quickLinks{
	font-size: 1.1rem; 
	line-height: 1.9em; 
	letter-spacing: .06em; 
	color: #c5beac; 
	text-align: right;
	margin-top: 8px;
}
#quickLinks a {
	color: #999;
	text-decoration: none;
}
#quickLinks a:hover {
	color: #333;
}
#quickLinks ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}
/* QUICK LINKS BUTTONS */
#quickLinks .btn {
	cursor: pointer;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 1.1rem;
	text-align: center;
	color: #fff;
	background: #fcad26;
	padding: 2px 10px 2px 10px;
	margin: 0 0 0 3px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

#quickLinks .btn:hover {
	background: #f8d78a;
}
#quickLinks .btn:active {
	background: #deb249;
	top: 2px;
}
#quickLinks .btn:active:before {
	color: #f58500;
}
#quickLinks .btn:active:after {
	left: 20px;
}


/* DONATE BUTTON */
#quickLinks .donatelink {
	background: #b67f7b;
	color: #fff;
}

/*#quickLinks .donatelink {
	background: #8e4640;
}*/
/*#quickLinks .donatelink:before {
	content: url(/images_global/clearbitsicons/add.gif);
	border-right: 1px solid #d1a8a5;
}*/

/* SHOP BUTTON */
#quickLinks .shoplink {
	background: #af913b;
	color: #fff;
}

/* WHATS NEW BUTTON */
#quickLinks .whatsnewlink {
	background: #6b98af;
	color: #fff;
}
/*#quickLinks .whatsnewlink {
	background: #325e76;
}*/
/*#quickLinks .whatsnewlink:before {
	content: url(/images_global/clearbitsicons/star.gif);
	border-right: 1px solid #b4ccd9;
}*/
/* THIS WEEK BUTTON */
#quickLinks .thisweeklink {
	background: #8d9c86;
	color: #fff;
}
#quickLinks .weekataglance {
	position: relative;
	z-index: 1000001;
}
#quickLinks .weekataglance #eventdropdown {
	display: none;
	width: 100%;
	position: absolute;
}
#quickLinks .weekataglance #eventdropdown li {
	display: block;
	margin-left: 0px;
	margin-top: 0px;
}
#quickLinks .weekataglance #eventdropdown li a {
	display: block;
	text-align: center;
	line-height: 1.2em;
	font-size: 1.2rem;
	letter-spacing: .5px;
	text-transform: none;
	font-weight: normal;
	padding: 7px 10px;
	border-bottom: 1px solid #b5a788;
			background: #f8d689;
			color: #333;
}
#quickLinks .weekataglance:hover .thisweeklink,
#quickLinks .weekataglance #eventdropdown li a:hover {
		background: #8d9c86;
		color: #fff;
}
#quickLinks .weekataglance:hover #eventdropdown {
	display: block;
}



/* CALENDAR BUTTON */
#quickLinks .calendarlink2 {
	background: #a19286;
	color: #fff;
}
/* QUICK LINKS SEARCH FORM */

form#searchForm{
	width: auto;
	margin-top: -30px;
	border: none;
	float: right;
	position: relative;
	top:35px;
}
input#searchbox{
	background-color: #fff;
	border:1px solid #ccc;
	-moz-border-radius: 3px;
	/*border-radius: 3px;	*/
	padding:6px 10px;
	width:205px;
}
input#searchbox:hover, input#searchbox:active, input#searchbox:focus { 
	background:#fff;
}
form#searchForm fieldset{
	height: 60px;
	border:none;
	margin:0px;
}







/* history.org nav */
#historyorgnav {
	background-color: #004675;
	box-shadow: 0px 2px 3px rgba(0,0,0,.4); 
	position: relative;
	z-index: 1000000;
behavior: url(/cwf_scripts/PIE-1.0.0/PIE.htc);
}
	
#historyorgnav a {
	padding: 6px 6px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	letter-spacing: 0.1em;
	display: block;
	font-family: "Open sans",Verdana, Helvetica, sans-serif;
}
#historyorgnav a:hover {
	text-decoration: none;
}

#historyorgnav ul > li {
    float: left;
    margin-left: 10px;
    position: relative;
}

#navmainmobilelink {
	display:none;
}


/* centering menu */
#dropdownmenu {
	float: left;
	width: 100%;
	position: relative;
}
#dropdownmenu ul {
	clear: left;
	float: right;
	right: 50%;
	text-align: center;
	position: relative;
}
#dropdownmenu ul li {
	left: 50%;
	position: relative;
}

#dropdownmenu ul li ul {
	clear: left;
	float: none;
	right: 0;
	text-align: left;
	position: relative;
}
#dropdownmenu ul li ul li {
	text-align: left;
	left: 0;
}
/*end centering */


#dropdownmenu h5 {
	font-weight: normal;
}
#dropdownmenu ul {
	list-style: none;
}



/* dropdowns */
#dropdownmenu > ul > li > .dropdown {
    opacity: 0;
    visibility: hidden;
    padding: 8px 20px;
    background-color: white;
    text-align: left;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
-webkit-transition: all .2s .1s;
   -moz-transition: all .2s .1s;
     -o-transition: all .2s .1s;
        transition: all .2s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

#dropdownmenu > ul > li > .dropdown {
	background-color: white;
	border: 1px solid #ccc;
	border-top: none;
	box-shadow: 0px 0px 5px #666;
	width: 500px;
}

#dropdownmenu .dropdown li {
	margin-left: -5px;
}
#dropdownmenu .dropdown a {
	padding: 5px;
	color: #004675;
	letter-spacing: 0em;
}
#dropdownmenu .dropdown a  strong {
	color: #83000B;
	font-weight: normal;
}

#dropdownmenu ul div.columns {
	border-right: 1px solid #ddd;
}
#dropdownmenu ul div:last-child {
	border-right: none;
}
#dropdownmenu ul li h6 {
	padding: 12px 0 5px 0px;
	color: #83050D;
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}
#dropdownmenu ul ul {
	padding: 0 0 10px 0;
	margin: 0;
}
#dropdownmenu ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}



#dropdownmenu img {
	float: left;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 5px 10px 0 0;
}

#dropdownmenu p {
	text-transform: none;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5em;
	border-top: none;
	padding: 5px;
	position: relative;
	left: 5px;
}
#dropdownmenu ul p.extrainfo {
	border-top: 1px solid #ddd;
	padding: 0;
	padding-top: 4px;
	left: -5px;
}
#dropdownmenu ul ul li a,
#dropdownmenu ul p a {
	color: #3F3F3F;
	text-transform: none;
	font-size: 1.5rem !important;
	line-height: 1.3em;
	padding: 6px 0;
}



/*hover shows dropdown on desktop */
#dropdownmenu a:hover {color: #fff; }

#dropdownmenu .dropdown a:hover {
color: #83050D;
background: beige;
}


#dropdownmenu > ul > li:hover > .dropdown {
    opacity: 1;
    top: 30px;
    visibility: visible;
}
#dropdownmenu > ul > li > .dropdown:before{
    content: '';
    display: block;/*

    border-color: transparent transparent white transparent;
    border-style: solid;
    border-width: 0px;
*/
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -10px;
    background: url(/images_global/tips/tip_up.gif) no-repeat center top;
    width: 16px;
    height: 10px;
}


/* dropdown-specific styling */
#dropdownmenu ul li.navhistory .dropdown {
	width: 450px;
}
#dropdownmenu ul  li.navhistory .dropdown:before {
	left: 20%;
}
#dropdownmenu ul li.naveducation .dropdown {
	width: 300px;
	left: -20px;
}
#dropdownmenu ul  li.naveducation .dropdown:before {
	left: 50%;
}
#dropdownmenu ul li.naveducation .dropdown div {
	min-height: 170px;
}
#dropdownmenu ul li.navvisit .dropdown {
	width: 215px;
	left: 5px;
}
#dropdownmenu ul  li.navvisit .dropdown:before {
	left: 50%;
}
#dropdownmenu ul li.navpub .dropdown {
	width: 400px;
	left: -55px;
	padding: 8px 10px;
}
#dropdownmenu ul li.navpub .dropdown div {
	min-height: 170px;
}
#dropdownmenu ul  li.navpub .dropdown:before {
	left: 50%;
}
#dropdownmenu ul li.navresearch .dropdown {
	width: 250px;
	left: 5px;
}
#dropdownmenu ul  li.navresearch .dropdown:before {
	left: 50%;
}

#dropdownmenu ul li.navmuseums .dropdown {
		padding: 8px 20px;
		left: -120px;
}
#dropdownmenu ul  li.navmuseums .dropdown:before {
	left: 50%;
}
#dropdownmenu ul li.navmedia .dropdown {
	padding: 8px 10px;
	width: 400px;
	left: -60px;
}
#dropdownmenu ul  li.navmedia .dropdown:before {
	left: 50%;
}
#dropdownmenu ul li.navkids .dropdown {
	width: 200px;
	left: 10px;
}
#dropdownmenu ul  li.navkids .dropdown:before {
	left: 50%;
}
#dropdownmenu ul li.navabout .dropdown {
	left: -200px;
	}
#dropdownmenu ul  li.navabout .dropdown:before {
	left: 66%;
}
#dropdownmenu ul li.navdonate .dropdown {
	left: -300px;
	padding: 8px 20px;
}
#dropdownmenu ul  li.navdonate .dropdown:before {
	left: 85%;
}



input#toggler {
   position: absolute;
   top: -999px;
   left: -999px;
}


/* styles for reverse color header. Wrapped in #darkheader tag */
#darkheader #historyorgheader header img {
	display: none;
}
#darkheader #historyorgheader header .cwlogo span {
	display: block;
	float: left;
	background: url('/images_global/cw_logo_tag.png') no-repeat left top;
	width: 400px;
	height: 64px;
}





@media only screen and (min-width: 80em) {
	#historyorgnav a {
/*		font-size: .8rem;*/
	}
}


/* Small Devices ------------ */
@media only screen and (max-width: 920px){
	#historyorgnav a {
		padding: 6px 3px;
	}
	header img{padding-top: 20px;
	}
}
@media only screen and (max-width: 855px){
	#historyorgnav a {
		padding: 6px 2px;
		letter-spacing: 0.05em;
	}
	#foundationBar li > a {
	padding: 0 5px;
	}
}
@media only screen and (max-width: 770px){
	.twelve.columns.centered {
		padding: 0;
	}
	#navmainmobilelink {
		display: block;
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		padding: 8px 10px;
	}
	/* toggle main menu nav using input click (for small screens) */
	#dropdownmenu {
	    transition: .5s;
	    height: 1px;
		opacity: 0 !important;
		left: 200%;
	}
	input#toggler:checked ~ #dropdownmenu {
	    opacity:1 !important;
	    height: auto;
	    left: auto;
	}
	/* remove fancy centering */
	#dropdownmenu {
		float: none;
		text-align: center;
		border-top: 1px solid #888;
	}
	#dropdownmenu ul {
		float: none;
		right:auto;
	}
	#dropdownmenu ul li {
		left: auto;
	}
	#historyorgnav ul > li {
		float:  none;
		display: inline-block;

	}
	#dropdownmenu ul li a {
		display: block;
		padding: 5px 8px;
		letter-spacing: 0.08em;
	}

	/* hide dropdowns */
	#dropdownmenu > ul > li:hover > .dropdown {
	    opacity: 0;
	    visibility: hidden;
	}

	#quickLinks a.btn {
		padding: 0 12px 0 0;
		background: #fff;
		color: #666;
		font-family: Verdana, sans-serif;
		font-weight: normal;
		font-size: 1.1rem;
		text-transform: none;
		letter-spacing: 0;
	}

}

@media only screen and (max-width: 680px){

	header img {
		width: 60%;
	}

}

@media only screen and (max-width: 550px){
	
	header {
		padding-bottom: 5px;
	}

	header img {
		width: 100%;
		padding: 20px 30px 5px;
	}
	
	#quickLinks {
		text-align: center;
	}
	
	form#searchForm {
		float: none;
		margin: 0;
		top: 5px;
	}
	form#searchForm fieldset {
		height: auto;
	}
	
	#foundationBar {
		text-align: center;
		height: auto;
	}
	#foundationBar .cwtext {
		float: none;
	}
	#foundationBar .row .eight {
		width: 100%;
	}
	#foundationBar li {
		float: none;
		display: inline-block;
	}

}-