/*
 * File: Mobile Styles for TAH
 * 
 */

/* Global Mobile Styles */
img {
	max-width: 100%;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
div.page-main a,
div.page-main a:link,
div.page-main a:visited {
	color: #BF5326;
	cursor: pointer;
}

/* Common text styles */
h1.section-title {
	font-size: 47px;
	font-weight: normal;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
	line-height: 1em;
	margin: 0 0 178px 0;
}

h2.post-title {
	font-size: 36px;
	font-weight: normal;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, .25);
}
table td.align-bottom,
table th.align-bottom {
	vertical-align: bottom;
}

table td.align-middle,
table th.align-middle {
	vertical-align: middle;
}

span.learn-more a:link,
span.learn-more a:visited {
	color: #bf5326;
	font-family: OpenSansRegular, Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}

div#bd span.visit-blog a:link,
div#bd span.visit-blog a:visited {
	color: #bf5326;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

div#bd p.btn-a {
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 13px 0 0;
}

div#bd p.btn-a a:link,
div#bd p.btn-a a:visited {
	background-color: #bf5326;
	color: #FFF;
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 4px 0;
}

div#bd p.btn-a a:hover {
	background-color: #f2c35b;
}

div#bd p.btn-b {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

div#bd p.btn-b:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#bd p.btn-b {display: inline-block;}

/* Hides from IE-mac \*/
* html div#bd p.btn-b {height: 1%;}
div#bd p.btn-b {display: block;}
/* End hide from IE-mac */

div#bd p.btn-b a:link,
div#bd p.btn-b a:visited,
div#bd p.btn-b .button {
	background: #f2c35b url(images/bg-arrow-right.png) center right no-repeat;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	text-decoration: none;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	display: block;
	padding: 5px 21px 5px 9px;
}

div#bd p.btn-b a:hover {
	background: #bf5326 url(images/bg-arrow-right.png) center right no-repeat;
}


/* HTML, Body */
html {
	background: #b59f7c url(images/bg-page.gif);
}
body {
	background: url(images/bg-page-top.jpg) top center no-repeat;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #020202;
	margin: 0;
	min-width: 320px;
}

/* Android 4.x and newer require a blank bg image to assign correct width values on certain elements */
h1, h2, h3, h4, h5, h6, div, span, ul, li, p {
	background: url(images/blank.png);
}

/* Hd */
#hd {
	margin: 0 10px;
}

/* Logo */
div.logo {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-top: 10px;
	max-width: 400px;
}

div.logo h2 {
	margin: 0;
}

div.logo h2 a:link, div.logo h2 a:visited {
	display: block;
	width: 100%;
	height: 57px;
	text-indent: -9999px;
	background: url(images/bg-logo.png) top left no-repeat;
	background-size: 100% auto;
}
div#tah-print-logo {
	display: none;
}

/* Head Search */
div.hd-search {
	width: 180px;
	margin: -5px 0 20px 0;
	background: url(images/bg-hd-search.png);
	padding: 6px 6px 6px 6px;
	text-align: center;
	float: right;
}

div.hd-search label {
	color: #FFF;
	font-family: OpenSansBold, Arial, sans-serif;
	display: inline-block;
	color: #e9f3fd;
	font-size: 11px;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 0 12px 0 0;
	display: none;
}

div.hd-search #s {
	width: 50%;
	height: auto;
	vertical-align: middle;
	border: none;
	line-height: 13px;
	font-size: 13px;
	padding: 5px;
}

div.hd-search .submit {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: OpenSansBold, Arial, sans-serif;
	text-shadow: none;
	font-weight: normal;
	background: #2d4cbf;
	border: none;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 10px;
}

div.hd-search .submit:hover {
	background-image: none;
	background-color: #b60f1f;
}

/* Body */
div#bd {
	background-color: #FFF;
	-moz-box-shadow: 2px 0px 3px rgba(0, 0, 0, .28);
	-webkit-box-shadow: 2px 0px 3px rgba(0, 0, 0, .28);
	box-shadow: 2px 0px 3px rgba(0, 0, 0, .28);
	margin: 0 10px;
	position: relative;
	z-index: 50;
}

div.home-content-container {
	padding: 20px 19px 20px 19px;
}

/* Nav */
.mobile-nav {
	display: block;
	color: #fff;
	text-transform: uppercase;
	background: url('images/icon-mobile-menu.png') no-repeat 0 0;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	font-family: OpenSansBold, Arial, sans-serif;
	margin-bottom: 20px;
	margin-left: 0;
}
#nav-container {
	clear: both;
	display: none;
	background-color: #1f1911;
	box-shadow: 1px 1px 2px #333;
}
#nav-container ul, #nav-container li {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	position: relative;
}
#nav-container a {
	display: block;
	text-transform: uppercase;
	color: #fff;
	font-family: OpenSansBold, Arial, sans-serif;
	font-style: normal;
	padding: 15px 25px 15px 15px;
	font-size: 14px;
}
#nav-container a:link, #nav-container a:visited {
	color: #fff;
	text-decoration: none;
}

#nav-container .drop-col-one li {

}

#nav-container .sub-menu {
	background-color: #30281c;
	display: none;
}
#nav-container .sub-menu a {
	font-size: 11px;
	padding: 5px 15px;
}
#nav-container .sub-menu a:link, #nav-container .sub-menu a:visited {
	color: #c58d27;
}
#nav-container .sub-menu li {
	padding-left: 20px;
	clear: both;
	border-bottom: 1px solid #382f21;
}
#nav-container .sub-menu li.parent {
	padding-left: 0;
	background-color: #362d20;
}
#nav-container .sub-menu li.parent a {
	padding: 15px;
	font-size: 12px;
}
#nav-container .sub-menu li.parent a:link, #nav-container .sub-menu li.parent a:visited {
	color: #fff;
}

#nav-container .nav-drop-arrow {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 20px;
	height: 20px;
	background: url('images/mobile-nav-down-yellow.png') no-repeat center center;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
#nav-container .nav-drop-arrow.down {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
}

#nav-container .sub-menu .nav-drop-arrow {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	background: url('images/mobile-nav-down-white.png') no-repeat center center;
}

/* Homepage Slideshow */
div.homepage-slideshow {
	margin: 0 0 8px 0;
}

/* Homepage Slideshow */
div.home-content-container {
	padding-top: 18px;
}

div.homepage-slideshow {
	position: relative;
	height: 303px;
}

div.homepage-slideshow div.slide {
	height: 100%;
}

div.homepage-slideshow div.slide-image img {
	width: auto;
	height: auto;
	max-width: 1200px;
	min-width: 100%;
	min-height: 30%;
	/*height: 100%;
	max-width: 1200px;*/
	position: absolute;
	display: block;
}

div.homepage-slideshow div.slides {
	height: 303px;
	overflow: hidden;
	width: 100%;
}

div.homepage-slideshow div.slide {
	position: relative;
	width: 100%;
}

/* Slide Text */
div.homepage-slideshow div.slide-text {
	position: absolute;
	background: url(images/bg-slide-text.png);
	color: #FFF;
	top: auto!important;
	
	bottom: 0;
	width: 100%;
	height: 70%;
	overflow: hidden;
	padding: 10px 10px 10px 10px;
	-moz-transition: top 1s linear;
	-webkit-transition: top 1s linear;
	transition: top 1s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.homepage-slideshow div.slide-text h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: url(images/bg-slide-text-top-border.png) top center no-repeat;
	padding: 26px 0 15px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #FFF;
}

div.homepage-slideshow div.slide-description {
	padding: 0 7px 0 7px;
}

div.homepage-slideshow div.slide-text p {
	color: #d9d9da;
	font-size: 12px;
	line-height: 1.3em;
}

div.homepage-slideshow div.slide-text p.slide-continue {
	line-height: 1em;
	margin: 0;
	text-align: right;
	padding: 5px 0 0 0;
}

div.homepage-slideshow div.slide-text p.slide-continue a:link,
div.homepage-slideshow div.slide-text p.slide-continue a:visited {
	background: #f6c057 url(images/bg-slide-continue.png) bottom left no-repeat;
	display: inline-block;
	text-transform: uppercase;
	color: #080b07;
	padding: 8px 22px;
	text-decoration: none;
}

div.homepage-slideshow div.slide-text p.slide-continue a:hover {
	background-image: none;
	background-color: #cc3300;
	color: #FFF;
}

#slidePrev,
#slideNext {
	width: 23px;
	height: 23px;
	background: url(images/bg-large-slideprev.png) top left no-repeat;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 133px;
	left: -12px;
	z-index: 400;
}

#slideNext {
	background: url(images/bg-large-slidenext.png) top left no-repeat;
	left: auto;
	right: -12px;
}

/* Three Col Content */
.three-column-content {
	padding-top: 20px;
}

/* Fifty Documents Banner */
a.fifty-documents-banner-link,
a:hover.fifty-documents-banner-link {
  text-decoration: none;
}
div.fifty-documents-banner {
  background: url(images/bg-50-documents.jpg) top center no-repeat;
  padding: 1px 0 32px 0;
  font-family: Arial, sans-serif;
  margin: 0 auto;
  max-width: 306px;
  border: none;
}
div.fifty-documents-banner .banner-link {
    display: block;
    padding-top: 173px;
    width: 100%;
}
div.fifty-documents-banner .banner-link:hover, div.fifty-documents-banner .banner-link:hover * {
    text-decoration: none;
}


div.fifty-documents-banner h2 {
  position: absolute;
  left: -9999px;
}

div.fifty-documents-banner h3 {
  color: #f2c35b;
  margin: 0 10% 10px 10%;
  font-size: 15px;
}

div.fifty-documents-banner p {
  font-size: 12px;
  color: #40433f;
}

/* Internal Page Fifty Documents Banner */
div.page-container div.fifty-documents-banner {
	-moz-box-shadow: -5px -5px 17px rgba(227, 203, 160, .35);
	-webkit-box-shadow: -5px -5px 17px rgba(227, 203, 160, .35);
	box-shadow: -5px -5px 17px rgba(227, 203, 160, .35);
}

/* Documents List */
div.documents-list h2 {
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 13px 0;
	line-height: 1em;
}

div.documents-list h2 strong {
	font-weight: normal;
	text-transform: none;
	font-size: 26px;
	display: block;
	line-height: 1em;
}

div.documents-list ul {
	margin: 0;
	padding: 0;
}

div.documents-list ul li {
	list-style: none;
	background: url(images/bg-dotted-style-a.png) top left repeat-x;
	padding: 6px 0 0 3px;
}

div.documents-list h4 {
	font-weight: normal;
	margin: 0 6px 4px 0;
	font-size: 14px;
}

div.documents-list h4 a:link,
div.documents-list h4 a:visited {
	color: #bf5326;
	display: block;
	background: url(images/icon-down.png) top right no-repeat;
}

div.documents-list p {
	font-size: 11px;
	margin: 0 0 6px 3px;
	padding: 0 54px 0 0;
}

div.documents-list p a:link,
div.documents-list p a:visited {
	color: #646363;
	font-style: italic;
}

/* Exhibits List */
div.exhibits-list {
	padding: 0 0 1px 0;
}

div.exhibits-list ul {
	margin: 0;
	padding: 5px 0 0 4px;
}

div.exhibits-list ul li {
	position: relative;
	list-style: none;
	margin: 0 0 21px 0;
}

div.exhibits-list div.exhibit-img a {
	display: block;
}
div.exhibits-list div.exhibit-img img {
	width: 100%;
	display: block;
}

div.exhibits-list div.exhibit-text {
	background: url(images/bg-exhibit-overlay.png);
	color: #FFF;
	width: 100%;
	padding: 8px 11px 9px 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.exhibits-list div.exhibit-text:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.exhibit-summary {
	margin-bottom: 10px;
}

div.exhibit-summary p {
	font-size: 12px;
	margin: 0;
}

div.exhibit-link {
	width: 82px;
	float: left;
	position: relative;
}

div.exhibit-link p {
	font-size: 12px;
	margin: 0;
}

div.exhibit-link a:link,
div.exhibit-link a:visited {
	display: block;
	background-color: #bf5326;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	padding: 7px 0;
	display: block;
}

div.exhibit-link a:hover {
	background-color: #823414;
}

div.exhibits-list div.exhibit-text h3 {
	font-weight: normal;
	color: #bf5326;
	font-size: 18px;
	margin: 0 0 5px 0;
}

div.exhibits-list div.exhibit-text h3 a:link,
div.exhibits-list div.exhibit-text h3 a:visited {
	color: #bf5326;
}

div.exhibits-list div.exhibit-text h3 a:hover {
	color: #f2c35b;
}

/* Column Heading */
h2.column-heading {
	font-weight: normal;
	font-size: 21px;
	background: url(images/bg-dotted-double.png) bottom left repeat-x;
	padding: 0 10px 0 0;
	margin: 0 0 7px 0;
}

h2.column-heading span {
	display: block;
	background: url(images/bg-arrow-down.png) center right no-repeat;
	padding: 11px 0 11px 0;
}
h2.column-heading a:link, h2.column-heading a:visited {
  color: #222;
}

/* Homepage Calendar Widget Styles */
.live-online-courses-list {
  padding-right: 0!important;
}
.homepage-calendar-feed a:link, .homepage-calendar-feed a:visited {
  color: #bf5326;
}
.homepage-calendar-feed .tribe-mini-calendar-nav {
  background-color: #333;
}
.homepage-calendar-feed .tribe-mini-calendar-dayofweek {
  padding: 5px 0;
  background-color: #ccc;
}
.homepage-calendar-feed .tribe-events-thismonth span {
  color: #555;
}
.homepage-calendar-feed .tribe-events-present {
  background-color: #555!important;
  color: #fff;
}
.homepage-calendar-feed .tribe-events-present span {
  color: #fff;
}
.homepage-calendar-feed .tribe-mini-calendar-day-link:before {
  background-color: #bf5326!important;
}
.homepage-calendar-feed .tribe-mini-calendar-day-link:hover:before,
.homepage-calendar-feed .tribe-mini-calendar-today a:before {
  background-color: #fff!important;
}
.homepage-calendar-feed .tribe-mini-calendar-day-link:hover,
.homepage-calendar-feed .tribe-mini-calendar-today a {
  background-color: #bf5326!important;
  color: #fff;
}
.homepage-calendar-feed .tribe-mini-calendar-list-wrapper .list-date {
  background-color: #444;
}
.homepage-calendar-feed .tribe-events-widget-link {
	font-size: 12px;
}

/* Body Bottom Interactive */
div.bd-interactive {
	background: url(images/bg-dotted-small.png) top left repeat-x;
	padding: 4px 0 0 0;
	margin: 0 0 20px 5px;
}

div.bd-interactive-inner {
	background: url(images/bg-bd-interactive.jpg) top left no-repeat;
	padding: 25px 0 0 0;
}

/* Get Email Updates */
div.get-email-updates {
	background-color: #9b9b9b;
	width: 100%;
	margin: 0;
	padding: 30px 19px 25px 19px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.get-email-updates h3 {
	color: #FFF;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

div.get-email-updates h3 strong {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

div.get-email-updates-form {
	width: 100%;
	float: left;
}

/* New Get Email Updates Infusion Styles */
div.get-email-updates-form {
	color: #FFF;
}

div.get-email-updates-form span.infusion-option {
	display: block;
	margin: 0 0 5px 0;
}

div.get-email-updates-form div.infusion-field-push-bottom {
	margin-bottom: 10px;
}

div.get-email-updates-form div.infusion-field-push-top {
	margin-top: 18px;
}

div.get-email-updates-form div.infusion-submit {
	margin-top: 15px;
}

div.get-email-updates-form label.label-width {
	display: block;
	margin: 0 0 5px 0;
}

div.get-email-updates-form label.i-am-label {
	display: block;
	margin: 0 0 4px 0;
}

div.get-email-updates-form input.infusion-field-input-container {
	font-size: 13px;
	border: none;
	padding: 4px 11px;
	font-family: Georgia, Times, "Times New Roman", serif;
	width: 90%;
	height: auto;
}

div.get-email-updates-form .email-btn {
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: normal;
	padding: 7px;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: middle;
	background-image: none;
	background-color: #bf5326;
	color: #FFF;
}

/* Bd Interactive Side */
div.bd-interactive-side {
	overflow: hidden;
	padding: 20px 0 0 0;
}

div.bd-interactive-side h2 {
	font-weight: normal;
	font-size: 21px;
	margin: 0 0 12px 0;
	color: #030303;
	line-height: 1em;
}

div.bd-interactive-side h2 a:link,
div.bd-interactive-side h2 a:visited {
	color: #030303;
}

div.bd-interactive-side h2 span {
	display: block;
}

div.bd-interactive-side p {
	font-size: 11px;
	font-style: italic;
	margin: 0;
}

div.bd-interactive-side p a:link,
div.bd-interactive-side p a:visited {
	color: #646363;
}

/* Footer */
div#ft {
	margin: 0 10px;
}

/* Show URL for printed pages */
.print-url, div.print-this-page {
	display: none;
}

/* Footer Top */
div.ft-top {
	background: url(images/bg-ft-top.png);
	padding: 38px 25px 22px 25px;
}

div.ft-top a:link,
div.ft-top a:visited {
	color: #272a26;
}

div.ft-top-left, div.ft-top-right {
	margin: 0 0 20px 0;
}

div.ft-top-row {
	padding: 0 0 22px 0;
}

div.ft-top h4 {
	font-style: italic;
	font-size: 14px;
	color: #272a26;
	background: url(images/bg-ft-top-dotted.png) bottom left repeat-x;
	padding: 0 0 13px 0;
	margin: 0 0 13px 0;
}

div.ft-top p {
	font-family: OpenSansItalic, Arial, sans-serif;
	font-size: 12px;
}

div.ft-top ul {
	margin: 0;
	padding: 0;
}

div.ft-top ul li {
	list-style: none;
	font-family: OpenSansItalic, Arial, sans-serif;
	font-size: 12px;
}

/* Footer Block Links */
div.ft-block-links ul li a:link,
div.ft-block-links ul li a:visited {
	display: inline-block;
	padding: 2px 0 3px 0;
}

/* Footer Inline Links */
div.ft-inline-links ul li {
	display: inline-block;
	background: url(images/bg-ft-li.png) center right no-repeat;
	padding: 0 6px 0 0;
	margin: 0 3px 0 0;
}

div.ft-inline-links ul li.last {
	background: none;
}

div.ft-inline-links ul li a:link,
div.ft-inline-links ul li a:visited {
	position: relative;
	top: -1px;
	display: inline-block;
	padding: 2px 0 3px 0;
}

/* Footer Bottom */
div.ft-bottom {
	text-align: center;
	color: #4b3c24;
	padding: 0 0 25px 0;
}

div.ft-bottom a:link,
div.ft-bottom a:visited {
	color: #4b3c24;
}

div.ft-bottom p {
	margin: 0 0 4px 0;
	font-size: 12px;
	font-style: italic;
}

div.ft-bottom p.ft-copyright {
	padding: 20px 0 0 0;
}

/* Footer Logo */
div.ft-logo {
	margin: -17px 0 15px 0;
	background: url(images/bg-ft-bottom-dotted.png) bottom left repeat-x;
}

div.ft-logo h3 {
	margin: 0 auto;
	width: 253px;
}

div.ft-logo h3 a:link, div.ft-logo h3 a:visited {
	display: block;
	width: 253px;
	height: 101px;
	text-indent: -9999px;
	background: url(images/bg-ft-logo.png) top left no-repeat;
}


/* =============== Internal Pages ================ */
/* Page Container - Interior Pages */
div.page-container {
	background: url(images/bg-page-art.jpg) top left no-repeat;
	border-top: 9px solid #FFF;
	margin: 0 10px 0 10px;
	padding: 0 0 30px 0;
}

/* Breadcrumbs */
div.breadcrumbs {
	font-family: OpenSansBold, Arial, sans-serif;
	text-transform: uppercase;
	/* width: 960px; */
	margin-bottom: 10px;
	font-size: 12px;
}

div#bd div.breadcrumbs p {
	font-size: 12px;
	margin: 0;
}

div.page-container-new-docs div.breadcrumbs {
	font-size: 12px;
}

div.page-container-new-docs div.breadcrumbs a:link,
div.page-container-new-docs div.breadcrumbs a:visited {
	color: #193bb9;
}

/* Page Main Column */
div.page-main {
	margin: -90px 0 0 0;
	min-height: 400px;
	overflow: hidden;
	padding: 16px 17px 10px 17px;
}

/* New Docs Style */
div.page-container-new-docs div.page-columns {
	padding-left: 5px;
	padding-right: 5px;
}

div.page-container-new-docs div.page-main {
	background-color: #FFF;
	box-shadow: 0 -2px 5px rgba(144, 144, 144, .52);
	padding-top: 16px;
	padding-left: 17px;
	padding-right: 17px;
	padding-bottom: 10px;
}

div.page-container-new-docs h1.section-title {
	margin-bottom: 156px;
}

/* New Docs Style - Back Home icon */
div.page-container-new-docs div.return-home a:link,
div.page-container-new-docs div.return-home a:visited {
	background: url(images/bg-tah-home-white.png) top left no-repeat;
	width: 20px;
	height: 17px;
	display: block;
	text-indent: -9999px;
}

/* Page Top */
div.page-top {
	padding: 17px 20px 0 20px;
}

/* Return Home */
div.return-home a:link,
div.return-home a:visited {
	font-size: 10px;
	font-weight: bold;
	background: url(images/home-icon.png) top left no-repeat;
	text-transform: uppercase;
	color: #020202;
	display: inline-block;
	padding: 5px 0 6px 26px;
}

/* Core Docs Header */
div.core-docs-header {
	padding: 60px 35px 0 295px;
	background: url(images/bg-50-core-banner.jpg) top left no-repeat;
	height: 136px;
	max-width: 300px;
	margin: 0 auto;
}

div.core-docs-header-text {
	color: #6d5d3b;
}

div.page-container-new-docs div.core-docs-header-text p {
	font-size: 12px;
	font-style: italic;
	line-height: 1.3em;
}

/* Hide Sidebar 50 Core Docs when on 50 Core Docs Landing page */
body.page-template-tpl-50-core-documents-php div.page-side div.fifty-documents-banner {
	display: none;
}

/* Core Docs List */
div#bd ul.core-docs {
	background-color: #faf6f1;
	border: 1px solid #dfdede;
	padding: 7px 7px 2px 7px;
	margin: 0 0 10px 0;
}

div#bd ul.core-docs li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#bd ul.core-docs li {display: block;}

div#bd ul.core-docs li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 13px;
	background-color: #f3ece2;
	border-bottom: 1px dotted #ede1cf;
	border-top: 1px dotted #ede1cf;
}

div#bd ul.core-docs li a:link:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#bd ul.core-docs li a:link {display: inline-block;}

div#bd ul.core-docs li a:visited:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#bd ul.core-docs li a:visited {display: inline-block;}


div#bd ul.core-docs li a:link,
div#bd ul.core-docs li a:visited {
	display: block;
	padding: 5px 0 5px 0;
}

div#bd ul.core-docs li a:hover {
	background-color: #ded3c4;
}

span.core-docs-image {
	width: 100%;
	margin: 0;
	display: block;
	min-height: 46px;
	text-align: center;
}

span.core-docs-image img {
	width: 95px;
	height: auto;
	padding: 4px;
	background-color: #FFF;
	box-shadow: -2px 5px 5px rgba(167, 166, 166, .2);
}

span.core-docs-text {
	padding: 3px 15px 0 15px;
	display: block;
	text-align: center;
}

div#bd span.core-docs-text span.core-doc-list-title {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 2px 0;
	display: block;
	line-height: 26px;
}

div#bd span.core-docs-text span.core-doc-list-title {
	color: #020202;
}

div#bd span.core-docs-text span.core-doc-list-info {
	font-size: 12px;
	margin: 0;
	color: #434242;
	display: block;
}

/* Library Docs List */
div#bd ul.document-cats {
	padding-left: 0;
	border-top: 1px dotted #ccc;
}
div#bd ul.document-cats li {
	border-bottom: 1px dotted #ccc;
	list-style: none;
	padding: 8px 20px!important;
	font-size: 20px!important;
}
div#bd ul.document-cats li a:link, div#bd ul.document-cats li a:visited {
	color: #333;
}

div#bd div.library-list .doc, div#bd div.library-list .online_audio, div#bd div.library-list .other_websites {
	border-bottom: 1px dotted #ccc;
	padding: 8px 20px!important;
	margin-bottom: 0;
}
div#bd div.library-list .doc h1, div#bd div.library-list .online_audio h1, div#bd div.library-list .other_websites h1 {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 0;
}
div#bd div.library-list .doc a:link, div#bd div.library-list .doc a:visited, div#bd div.library-list .online_audio a:link, div#bd div.library-list .online_audio a:visited, div#bd div.library-list .other_websites a:link, div#bd div.library-list .other_websites a:visited {
	color: #333;
}
div#bd div.library-list .docinfo span, div#bd div.library-list .online_audio span, div#bd div.library-list .other_websites span {
	font-style: italic;
	font-size: 13px!important;
	margin: 0;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
}
div#bd div.library-list .docinfo span:first-child, div#bd div.library-list .docinfo p:first-child {
	padding-left: 0;
	border-left: none!important;
}
div#bd div.library-list .docinfo span {
	border-left: 1px solid #666666;
}
div#bd div.library-list .docinfo p {
	display: inline;
	font-style: italic;
	font-size: 13px!important;
	margin: 0;
	color: #666666;
	padding-right: 5px;
	padding-left: 5px;
	border-left: 1px solid #666666;
}
div#bd h3.library-list-section-head {
	padding: 20px 0;
	margin: 0;
	font-weight: normal;
	font-size: 30px;
}
div#bd div.library-list article:first-child {
	border-top: 1px dotted #ccc;
}
div#bd div.library-list .core-doc-item {
	background: url('images/icon-50coredocs.png') no-repeat 98% 50%;
	padding-right: 120px!important;
}

/* Related Topics */
div.page-info-tools {
	font-family: OpenSansBold, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 35px 0;
	padding: 17px 0 0 0;
}

div.page-info-tools h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 13px 0;
}

/* New Share Bar */
div.share-bar {
	background-color: #e7e6e6;
	padding: 0 19px 0 19px;
}

div.share-bar h4 {
	margin: 0;
	font-weight: normal;
	color: #070707;
	font-size: 18px;
	font-family: OpenSansRegular, Arial, sans-serif;
	padding: 8px 0 0 0;
}

div#bd div.share-bar p {
	margin: 0;
	text-align: center;
	font-size: 12px;
	color: #434242;
	font-style: italic;
	padding: 15px 0 0 0;
	line-height: 1em;
}

div#bd div.share-bar ul {
	margin: 0;
	padding: 8px 0 10px 0;
	text-align: center;
}

div#bd div.share-bar ul li {
	list-style: none;
	display: inline-block;
	padding: 0 7px 0 7px;
	line-height: 1em;
}

/* Page Side */
div.page-side {
	padding: 10px;
}

/* Core Doc for Single Doc Pages */
div#bd a.single-doc-core-document {
	display: block;
	background: #fff url('images/icon-50coredocs.png') no-repeat center center;
	width: 91px;
	height: 23px;
	padding: 2px 10px;
	overflow: hidden;
	text-indent: -9000px;
	-webkit-box-shadow: 0px 0 5px #999;
	-moz-box-shadow: 0px 0 5px #999;
	box-shadow: 0px 0 5px #999;
	margin-top: 10px;
}

/* Single Doc - Docinfo */
div#bd div.docinfo p.single-docinfo-author {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 0;
}
div#bd div.docinfo div.single-docinfo-info p {
	margin-bottom: 0;
	font-style: normal;
	font-weight: bold;
}
div#bd div.docinfo div.single-docinfo-info p em {
	font-style: normal;
}
div#bd div.docinfo p.single-docinfo-date {
	font-weight: bold;
}
.single-docinfo-summary {
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
}
.single-docinfo-summary blockquote {
	margin: 0;
}
.single-docinfo-summary p {
	color: #555;
}
.single-docinfo-summary p em {
	font-style: normal;
}
.single-docinfo-summary .summary {
  float: left;
  width: 100%;
  margin-bottom: 2em;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
}

.related-docs,
.related-resources {
	margin-bottom: 20px;
}

.related-docs-container,
.related-resources-container {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.related-docs-container .related-doc,
.related-resources-container .related-doc {
	padding: 0 20px;
}

.related-doc .rdoc-meta {
  display: block;
  padding: 3px 0;
  font-size: 13px;
  color: #999;
}

.related-doc .rdoc-view-link {
  margin: 0;
}

[class^="icon-"], [class*=" icon-"] {
display: inline-block;
width: 14px;
height: 14px;
margin-top: 1px;
line-height: 14px;
vertical-align: text-top;
background-image: url("images/glyphicons-halflings.png");
background-position: 14px 14px;
background-repeat: no-repeat;
}

.icon-chevron-down {
background-position: -313px -119px;
}

.icon-chevron-up {
background-position: -288px -120px;
}

/*! jQuery UI - v1.11.4 - 2015-06-15
* http://jqueryui.com
* Includes: core.css, tabs.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{min-height:0}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}

/* Doc Tabs */
#doc-tabs .ui-tabs-nav {

}
#doc-tabs .ui-tabs-nav li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  background-color: #eee;
  font-family: OpenSansBold, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  float: none;
  display: block;
  clear: both;
  height: auto;
}
#doc-tabs .ui-tabs-nav li a {
	display: block;
	float: none;
	clear: both;
}
#doc-tabs .ui-tabs-nav li:hover {
  background-color: #ccc;
}
#doc-tabs .ui-tabs-nav li.ui-tabs-active {
  background-color: #fff;
}
#doc-tabs .ui-tabs-nav li a:link, #doc-tabs .ui-tabs-nav li a:visited {
  color: #222;
  text-decoration: none;
}




/* =============== Media Query Overrides ================ */
@media only screen and (max-width: 768px) {
	div.core-docs-header {
		padding: 190px 20px 0 20px;
		height: auto;
		background-position: top left;
	}
}
@media only screen and (min-width: 768px) {
	.three-column-content {
		overflow: hidden;
	}
	.column-one, .column-two {
		width: 30%;
		float: left;
		margin-right: 3%;
	}
	.column-three {
		width: 30%;
		float: left;
	}
	div.homepage-slideshow,
	div.homepage-slideshow div.slides {
		height: 500px;
	}
	div.homepage-slideshow div.slide-text {
		height: 40%;
		padding: 20px 20px 0 20px;
	}
	div.homepage-slideshow div.slide-image img {
		max-width: 1200px;
		min-width: 100%;
		min-height: 60%;
	}

	span.core-docs-image {
		border-right: 1px solid #e5dcd0;
		float: left;
		width: 109px;
	}
	span.core-docs-text {
		width: 200px;
		float: left;
		border-left: 1px solid #FFF;
		padding: 3px 0 0 15px;
		width: 484px;
		display: block;
		min-height: 43px;
		text-align: left;
	}
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
	.three-column-content {
		overflow: hidden;
	}
	.column-two {
		width: 48%;
		float: left;
	}
	.column-three {
		width: 48%;
		float: right;
	}
	div.homepage-slideshow,
	div.homepage-slideshow div.slides {
		height: 400px;
	}
	div.homepage-slideshow div.slide-text {
		height: 50%;
		padding: 20px 20px 0 20px;
	}
	div.homepage-slideshow div.slide-image img {
		max-width: 800px;
		min-width: 100%;
		min-height: 50%;
	}
}

@media only screen and (max-width: 500px) {
	div.homepage-slideshow,
	div.homepage-slideshow div.slides {
		height: 420px;
	}

	div.homepage-slideshow div.slide-text {
		height: 58%;
		padding: 20px 20px 0 20px;
	}
	div.homepage-slideshow div.slide-image img {
		max-width: 600px;
		min-width: 100%;
		min-height: 30%;
	}
}

/* Print Styles */
/* Show URL for printed pages */
.print-url {
	display: none;
}

/* Print this page */
div.print-this-page {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}
div.print-this-page a {
	display: block;
	background: url('images/icon-print.png') no-repeat 0 50%;
	padding-left: 20px;
	line-height: 14px;
}
div.print-this-page a:link, div.print-this-page a:visited {
	color: #333;
}

/* @group Print Styles */
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  /*a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }*/  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 2cm 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

  /* Custom Print Styles */
  div#tah-print-logo {
  	display: block;
  	width: 90%;
  	margin-left: auto;
  	margin-right: auto;
  	padding-top: 50px;
  }
  div#hd, .page-side, .ft-top, .page-info-tools, .share-bar, div.breadcrumbs, div.ft-logo, .return-home, .get-email-updates, .af-top-right, .af-breadcrumb, #af-tab-nav, .american-founding-grid-contents-column, .american-founding-grid-contents-inner, .af-below-content-links, .print-this-page {
  	display: none!important;
  }
  div.ft-bottom {
  	text-align: left!important;
  }
  .print-url {
  	display: block;
  	margin-bottom: 50px;
  }
  .print-url h3 {
  	font-size: 18px;
  	font-weight: bold;
  	margin-bottom: 0;
  }
  h1.section-title {
  	margin-bottom: 20px!important;
  }
  div#bd div.page-main {
  	margin: 0!important;
  	width: 100%!important;
  	min-height: 1px!important;
  	height: auto!important;
  }
  div.page-columns {
  	padding: 0!important;
  }
  div#bd, div#ft {
  	width: 90%!important;
  }
  #doc-tabs .ui-tabs-nav {
  	display: none!important;
  }
}
/* @end */