/*

Theme Name: Teaching American History .org
Theme URI:
Author:
Author URI:
Description:
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

/*
File:		reset.css - This contains all the reset styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

Reset Styles - reset all styles for consistent cross browser styling
*/
/* @group Reset Styles */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; }

a { color: #00e;outline: none!important; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: none!important; }
a:hover, a:active { outline: 0; }
:focus { -moz-outline-style: none; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }

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; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}table{font-size:inherit;font:100%}pre,code,kbd,samp,tt{font-family:monospace;*font-size:14px;line-height:100%}small{font-size:11px;}
h1 {font-size: 24px;}
h2 {font-size: 21px;}
h3 {font-size: 18px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}
h1, h2, h3, h4, h5, h6 {margin: 0 0 .5em 0;}
p {margin: 0 0 1em 0;}
/* @end */

/* @group Formalize */
.input_tiny {
  width: 50px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.input_full_wrap {
  display: block;
  padding-right: 8px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
select:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  -webkit-box-shadow: #0066ff 0 0 5px 0;
  -moz-box-shadow: #0066ff 0 0 5px 0;
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url('images/button.png?1298351022') repeat-x;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd);
  background-image: -moz-linear-gradient(#ffffff, #dddddd);
  background-image: -o-linear-gradient(#ffffff, #dddddd);
  background-image: -ms-linear-gradient(#ffffff, #dddddd);
  background-image: linear-gradient(#ffffff, #dddddd);
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.3 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 3px 10px;
  text-shadow: white 0 1px 1px;
  vertical-align: top;
  width: auto;
  *padding-top: 2px;
  *padding-bottom: 0;
}
button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #eeeeee), color-stop(100%, #cccccc));
  background-image: -webkit-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -moz-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -o-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: -ms-linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
  background-image: linear-gradient(#ffffff, #eeeeee 1px, #cccccc);
}
button:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(1px, #dddddd), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -moz-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -o-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: -ms-linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  background-image: linear-gradient(#ffffff, #dddddd 1px, #eeeeee);
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  -moz-box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  box-shadow: inset rgba(0, 0, 0, 0.25) 0 1px 2px 0;
  border-color: #999999 #bbbbbb #dddddd;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  outline: 0;
  margin: 0;
  padding: 2px 3px;
  text-align: left;
  font-size: 13px;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
  height: 1.8em;
  vertical-align: top;
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
textarea[disabled],
select[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eeeeee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  color: #888888;
  cursor: default;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888888;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888888;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #888888;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

select[size="0"],
select[size="1"] {
  height: 1.8em;
  *height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }

  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }

  ::-webkit-validation-bubble-message {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: white;
    font: 13px/17px "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    height: 16px;
  }

  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: Arial, "Liberation Sans", FreeSans, sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ie6_button,
* html button {
  background: #dddddd url('images/button.png?1298351022') repeat-x;
  border: 1px solid;
  border-color: #dddddd #bbbbbb #999999;
  cursor: pointer;
  color: #333333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6_input,
* html textarea,
* html select {
  background: white;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: black;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888888;
}

.ie6_input_disabled {
  background: #eeeeee;
}
/* @end */

/* @group WP Styles */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

/* Content */
.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Asides */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/* Media */
.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/* Widgets */
.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
/*
#searchsubmit {
	display: none;
}
*/
/* @end */

/*========================== BEGIN SITE SPECIFIC STYLES ========================== */

/*
Company:
File:		main.css - This contains all the main styles for the website.
Docs:		File is based on html5boilerplate and YUI3 Fonts CSS.
			Learn more:
			http://html5boilerplate.com/docs/css/
			http://yuilibrary.com/yui/docs/cssfonts/

All the styles are separated into the following groups:
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Media Queries - media queries
Non-Semantic Helper Classes - helper styles
Print Styles - default print styles
*/

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

/* 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);
}

/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 1039px;
	margin: 0 auto;
	position: relative;
	padding: 49px 0 0 0;
	z-index: 100;
}

/* Logo */
div.logo {
	padding: 0 0 25px 9px;
}

div.logo h2 {
	margin: 0;
}

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

/* Head Search */
div.hd-search {
	position: absolute;
	top: 62px;
	right: 46px;
	background: url(images/bg-hd-search.png);
	padding: 12px 10px 12px 13px;
}

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;
}

div.hd-search #s {
	width: 151px;
	height: 13px;
	vertical-align: middle;
	border: none;
	line-height: 13px;
	font-size: 11px;
}

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 url(images/bg-hd-search-btn.png) top left repeat-y;
	border: none;
	vertical-align: middle;
	color: #FFF;
	text-align: center;
	padding: 0;
	text-transform: uppercase;
	font-size: 10px;
	width: 30px;
}

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);
	width: 1039px;
	margin: 0 auto;
	position: relative;
	z-index: 50;
}

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

/* 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.slides {
	height: 303px;
	overflow: hidden;
}

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

/* Slide Text */
div.homepage-slideshow div.slide-text {
	position: absolute;
	background: url(images/bg-slide-text.png);
	color: #FFF;
	top: 13px;
	left: 526px;
	width: 342px;
	height: 261px;
	overflow: hidden;
	padding: 14px 49px 0 49px;
	-moz-transition: top 1s linear;
	-webkit-transition: top 1s linear;
	transition: top 1s linear;
}

div.homepage-slideshow div.slide-text h3 {
	font-size: 32px;
	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: 14px;
	line-height: 1.4em;
}

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: 987px;
}

/* Three Column Content */

/* Column One */
div.column-one {
	width: 308px;
	float: left;
	margin: 0 6px 0 0;
}

/* 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 left no-repeat;
  padding: 1px 33px 32px 35px;
  font-family: Arial, sans-serif;
}
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;
  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 0;
	padding: 0 54px 0 0;
}

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

/* Column Two Three Container */
div.column-two-three-container {
	background: url(images/bg-subtle-gray.gif) top left repeat-x;
	width: 687px;
	float: left;
}

/* Column Two */
div.column-two {
	width: 341px;
	float: left;
	margin: 0 39px 0 0;
	padding: 0 0 0 13px;
}

/* 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-image {
	display: block;
}

div.exhibits-list div.exhibit-text {
	background: url(images/bg-exhibit-overlay.png);
	color: #FFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 311px;
	padding: 8px 11px 9px 12px;
}

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

div.exhibits-list div.exhibit-text {display: inline-block;}

/* Hides from IE-mac \*/
* html div.exhibits-list div.exhibit-text {height: 1%;}
div.exhibits-list div.exhibit-text {display: block;}
/* End hide from IE-mac */

div.exhibit-summary {
	width: 229px;
	float: left;
}

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

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

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 Three */
div.column-three {
	width: 258px;
	float: left;
}

/* Live Online Courses List */
div.live-online-courses-list {
	padding: 0 13px 0 0;
}

div.live-online-courses-list h3 {
	font-size: 11px;
	background: url(images/bg-dotted-alternate.png) bottom left repeat-x;
	padding: 0 0 7px 0;
	margin: 0 0 0px 0;
}

div.live-online-courses-list h4 {
	color: #bf5326;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 14px 0 0 0;
}

div.live-online-courses-list h4 a:link,
div.live-online-courses-list h4 a:visited {
	color: #bf5326;
	text-decoration: underline;
}

div.live-online-courses-list h4 a:hover {
	color: #f2c35b;
}

div.live-online-courses-list p {
	font-size: 10px;
	margin: 0;
}

/* Live Online Courses Slideshow */
/* Slide UI */
div.slide-ui {
	text-align: center;
	padding: 33px 0 22px 0;
}

.slidePrev,
.slideNext {
	width: 21px;
	height: 21px;
	text-indent: -9999px;
	display: inline-block;
	background: url(images/bg-slideprev.png) top left no-repeat;
}

.slideNext {
	background: url(images/bg-slidenext.png) top left no-repeat;
	position: relative;
	left: -5px;
}

/* Slide Nav */
div.slidenav {
	display: inline-block;
	position: relative;
	top: 5px;
	left: -4px;
}

html.lt-ie8 div.slidenav {
	position: relative;
	top: -5px;
}

div.slidenav a:link,
div.slidenav a:visited {
	display: inline-block;
	background-color: #878686;
	text-indent: -99999px;
	width: 8px;
	height: 8px;
	border: 1px solid #d4cece;
	margin: 0 5px 0 0;
}

div.slidenav a.activeSlide,
div.slidenav a:hover {
	background-color: #bf5326;
}

/* 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;
}

/* Page Columns */
div.page-columns {
	padding: 0 0 44px 30px;
	background: url(images/bg-page-columns.png) top left repeat-y;
}

body.page-template-tpl-no-sidebar-php div.page-columns {
	background-image: none;
}

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

/* 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;
}

/* Page Main Column */
div.page-main {
	width: 611px;
	float: left;
	margin: -90px 64px 0 0;
	min-height: 400px;
	height:auto !important;
	height: 400px;
}
/* Overrides for Events Page */
body.events-archive div.page-main, body.events-single div.page-main, body.tribe-events-venue div.page-main {
  margin-top: -150px;
}

div.page-main img {
	max-width: 100%;
	height:  auto;
}

div.page-main table.table-border td {
	font-size:  11px;
	padding:  5px;
	border:  1px solid #ECECEC;
}

div.page-main table.table-standard-font-size td {
	font-size:  13px;
}

div.page-main p {
	font-size: 16px;
	line-height: 1.4em;
	margin: 0 0 1.4em 0;
}

div.page-main ul li,
div.page-main ol li {
	font-size:  16px;
	line-height:  1.4em;
	padding-bottom:  8px;
}

div.page-main ul li li,
div.page-main ol li li {
	font-size: 13px;
	line-height:  1em;
}

div.page-main a,
div.page-main a:link,
div.page-main a:visited {
	color: #BF5326;
	cursor: pointer;
}

/* Page Main Wide Template */
body.page-template-tpl-no-sidebar-php div.page-main {
	width: 960px;
	margin-right: 0;
}

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

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;
}

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

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;
	margin-right: 16px;
	width: 638px;
}

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;
}

/* Core Doc for Single Doc Pages */
div#bd a.single-doc-core-document {
	display: block;
	float: right;
	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;
}

/* 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;
}

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: inline-block;}

/* Hides from IE-mac \*/
* html div#bd ul.core-docs li {height: 1%;}
div#bd ul.core-docs li {display: block;}
/* End hide from IE-mac */

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;}

/* Hides from IE-mac \*/
* html div#bd ul.core-docs li a:link {height: 1%;}
div#bd ul.core-docs li a:link {display: block;}
/* End hide from IE-mac */

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;}

/* Hides from IE-mac \*/
* html div#bd ul.core-docs li a:visited {height: 1%;}
div#bd ul.core-docs li a:visited {display: block;}
/* End hide from IE-mac */

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

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

span.core-docs-image {
	width: 109px;
	float: left;
	margin: 0 1px 0 0;
	border-right: 1px solid #e5dcd0;
	display: block;
	min-height: 46px;
}

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 {
	width: 200px;
	float: left;
	border-left: 1px solid #FFF;
	padding: 3px 0 0 15px;
	width: 484px;
	display: block;
	min-height: 43px;
}

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;
}

/* 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 .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;
}

/*! 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 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;
}
#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;
}

.single-docinfo-summary a.btn-toggle,
.related-docs a.btn-toggle,
.related-resources a.btn-toggle {
  float: left;
  text-align: center;
	text-decoration: none;
  border: 1px solid #eee;
  padding: 4px 6px;
  color: #333 !important;
}
.single-docinfo-summary a:hover {
  color: #333 !important;
  text-decoration: none;
}
.single-docinfo-summary p {
  font-size: 22px;
  font-style: italic;
  color: #555;
}

.single-docinfo-summary p em {
	font-style: normal;
}

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

div.share-bar h4 {
	width: 120px;
	float: left;
	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 {
	width: 340px;
	margin: 0;
	text-align: center;
	float: left;
	font-size: 12px;
	color: #434242;
	font-style: italic;
	padding: 15px 0 0 0;
	line-height: 1em;
}

div#bd div.share-bar ul {
	float: right;
	margin: 0;
	padding: 8px 0 10px 0;
}

div#bd div.share-bar ul li {
	list-style: none;
	float: left;
	padding: 0 0 0 14px;
	line-height: 1em;
}

/* 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;
}

div.related-topics {
	width: 300px;
	float: left;
	margin: 0 93px 0 0;
}

div.share-links {
	width: 215px;
	float: left;
}

div#bd div.related-topics ul {
	margin: 0;
	padding: 0 0 0 7px;
}

div#bd div.related-topics ul li {
	font-size: 11px;
	list-style: none;
}

/* Page Side Column */
div.page-side {
	width: 300px;
	float: left;
}

/* Side Banner - Style A */
div.side-banner-a {
	padding: 0 0 0 3px;
}

div.side-banner-a-inner {
	padding: 0 25px 0 19px;
}

div.banner-keywords {
	margin: 0 0 17px 0;
}

div.side-banner-a h6 {
	background-color: #000;
	color: #FFF;
	font-family: OpenSansRegular, Arial, sans-serif;
	text-transform :uppercase;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	padding: 1px 0;
	margin: 0 0 16px 0;
}

div.side-banner-a h2 {
	font-family: OpenSansRegular, Arial, sans-serif;
	color: #0b0e0a;
	font-weight: normal;
	margin: 0;
}

div.side-banner-a h2 strong {
	font-family: OpenSansBold, Arial, sans-serif;
	color: #bf5326;
	font-weight: normal;
}

div.side-banner-a p {
	font-size: 14px;
	line-height: 1.3em;
}

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

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

/* Get Email Updates */
div.get-email-updates {
	background-color: #9b9b9b;
	width: 635px;
	float: left;
	margin: 0 70px 0 0;
	padding: 30px 0 25px 19px;
}

div.page-container div.get-email-updates {
	float: none;
	position: relative;
	left: -20px;
}

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

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

div.get-email-updates-form {
	width: 502px;
	float: left;
}

div.get-email-updates-form .txt,
div.get-email-updates-form .enter-email-field input {
	width: 325px!important;
	border: none;
	float: left;
	color: #484747;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	padding: 0 0 0 11px;
	vertical-align: middle;
}

div.get-email-updates-form .enter-email-field input {
	float: none;
}

html.lt-ie8 div.get-email-updates-form .txt,
html.lt-ie8 div.get-email-updates-form .enter-email-field input {
	width: 314px!important;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.get-email-updates-form .btn,
div.get-email-updates-form .gform_button {
	float: right;
	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;
}

div.get-email-updates-form .gform_button {
	float: none;
}

div.get-email-updates-form .btn:hover,
div.get-email-updates-form .gform_button:hover {
	background-color: #f2c35b;
}

/* Get Email Updates Gravity Form Resets */
#gform_wrapper_7 {
	margin:  0;
	color: #FFF;
}

div.get-email-updates-form .gform_wrapper .top_label .gfield_label {
	margin-top: 0;
}

div.get-email-updates-form #field_7_1 label {
	display: none;
}

div.get-email-updates-form #field_7_1 {
	margin-bottom:  13px;
}

div.get-email-updates-form .gfield {
	float:  left;
	width:  320px;
}

div.get-email-updates-form .gform_wrapper .gform_body {
	float: left;
	width:  320px;
}

div.get-email-updates-form .gform_wrapper .gform_footer {
	margin: 0;
	padding: 0;
	float: right;
	clear: none;
}

div.get-email-updates-form span.gfield_required {
	display: none;
}

div.get-email-updates-form .gform_wrapper .top_label .gfield_error {
	width: auto;
}

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

div.get-email-updates-form span.infusion-option {
	margin-right: 25px;
}

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;
	float: left;
	width: 113px;
	position: relative;
	top: 4px;
}

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 {
	float: left;
	border: none;
	padding: 0 11px;
	font-family: Georgia, Times, "Times New Roman", serif;
	width: 260px;
}

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 {
	width: 240px;
	float: left;
	position: relative;
	top: -2px;
}

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;
}

/* American Founding */
div.page-container-american-founding {
	border-top: none;
	margin: 0;
	background-image: none;
}
div.page-container-american-founding div.page-main {
	margin: 0 64px 0 0;
}

/* American Founding Top Area */
div.af-top-container {
	background: #b2b2b2 url(images/af/bg-af-bor.jpg) top left no-repeat;
	padding: 0 0 35px 0;
}

div.af-top-area {
	padding: 29px 34px 0 41px;
	position: relative;
	z-index: 21;
}

/* AF Top Right */
div.af-top-right {
	float: right;
	width: 434px;
	padding: 13px 0 0 0;
	position: relative;
	left: -19px;
}

/* AF Top Menu */
div#af-top-menu {
	background-color: #d6d6d6;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* AF Top Left */
div.af-top-left {
	float: left;
	width: 450px;
}

/* AF Home Link */
div.af-home-link a:link,
div.af-home-link a:visited {
	display: block;
	width: 20px;
	height: 17px;
	text-indent: -9999px;
	background: url(images/af/bg-white-home-icon.png) top left no-repeat;
}

/* AF Breadcrumb */
div.af-breadcrumb {
	font-family: OpenSansBold, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	padding: 19px 0 0 0;
}

div.af-breadcrumb p {
	margin: 0 0 3px 0;
}

div.af-breadcrumb a:link,
div.af-breadcrumb a:visited {
	color: #000000;
}

/* AF Header Text */
div.af-header-text h2 {
	color: #FFF;
	font-size: 47px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 3px 0;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, .25);
}

div.af-header-text h2 a:link,
div.af-header-text h2 a:visited {
	color: #FFF;
}

div.af-header-text p.af-byline {
	color: #4b4c4b;
	font-size: 14px;
	margin: 0;
}

div.af-header-text p.af-byline a:link, div.af-header-text p.af-byline a:visited {
	color: #bf5325;
}

/* American Founding Top Menu */
div#af-top-menu ul {
	margin: 0;
	padding: 0;
}

div#af-top-menu ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#af-top-menu ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div#af-top-menu ul {height: 1%;}
div#af-top-menu ul {display: block;}
/* End hide from IE-mac */

div#af-top-menu ul li {
	display: inline;
}
div#af-top-menu ul li a {
	display: block;
	background: #fcdca4 url(images/af/bg-af-top-menu-yellow.gif) top right repeat-x;
	padding: 0 10px;
	height: 31px;
	line-height: 31px;
	font-family: OpenSansBold, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	text-shadow: 1px 1px 0px #f9f0df;
	text-transform: uppercase;
	text-decoration: none;
}

/* Nav Drop Down */
div#af-top-menu ul ul {
	padding: 6px 0;
	margin: 0;
	list-style: none;
	width: 424px;
	line-height: 1;
	background-color: #919191;
	position: absolute;
	left: -999em;
	z-index: 500;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .13);
}
div#af-top-menu ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#af-top-menu ul li ul li a {
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
	margin: 0;
	background-image: none;
	background-color: transparent;
	font-size: 12px;
	display: block;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
	font-weight: normal;
}
div#af-top-menu ul li:hover ul, div#af-top-menu ul li.sfhover ul {
	left: auto;
}
div#af-top-menu ul li ul a:hover {
	color: #fff3dc;
}


/* 3rd Level Dropdown */
div#af-top-menu ul ul ul {
	padding: 0 0 0 20px;
	width: auto;
	box-shadow: none;
	background-color: transparent;
	position: static;
	top: 0;
	left: 0;
}
div#af-top-menu ul ul ul li {

}

div#af-top-menu ul li ul li ul li a {
	white-space: nowrap;
}
div#af-top-menu ul li ul li ul li:hover a, div#af-top-menu ul li ul li ul li.sfhover a {

}


/* Fix for sticky IE drop downs */
div#af-top-menu ul li:hover, div#af-top-menu ul li.sfhover {position: static;}



/* American Founding Tab Style Nav */
div.slide-tab-nav {
	float: right;
	position: relative;
	left: -107px;
}

div#af-tab-nav {
	position: relative;
	z-index: 20;
}

div#af-tab-nav ul {
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	left: -95px;
}

div#af-tab-nav ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#af-tab-nav ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div#af-tab-nav ul {height: 1%;}
div#af-tab-nav ul {display: block;}
/* End hide from IE-mac */

div#af-tab-nav ul li {
	float: left;
	display: inline;
	position: relative;
	margin: 0 -15px 0 0;
}
div#af-tab-nav ul li a,
div.slide-tab-nav a {
	display: block;
	background-color: #676767;
	color: #252924;
	font-size: 12px;
	font-family: OpenSansBold, Arial, sans-serif;
	padding: 9px 15px 9px 30px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	box-shadow: 5px -5px 5px rgba(0, 0, 0, .16);
	text-decoration: none;
	text-transform: uppercase;
}

div.slide-tab-nav a {
	float: left;
	position: relative;
	margin: 0 -15px 0 0;
	box-shadow: 5px 0px 5px rgba(0, 0, 0, .16);
}

div#af-tab-nav ul li:hover a, div#af-tab-nav ul li.sfhover a,
div#af-tab-nav ul li a:hover {
	background-color: #aaaaaa;
}

div#af-tab-nav ul li.activeSlide a,
div.slide-tab-nav a.activeSlide,
div#af-tab-nav ul li.current-menu-ancestor a,
div#af-tab-nav ul li.current-menu-item a {
	background-color: #FFF;
	color: #000;
}

div#af-tab-nav ul li.first a,
div.slide-tab-nav a.first {
	padding: 9px 25px;
}

/* Nav Drop Down */
div#af-tab-nav ul ul {
	padding: 12px 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: #FFF url(images/af/bg-af-dropdown.jpg) bottom left repeat-x;
	position: absolute;
	left: -999em;
	z-index: 500;
	width: 203px;
}
div#af-tab-nav ul li ul li {
	background-image: none;
	display: block;
	float: none;
	margin: 0 6px;
	padding: 0;
	list-style: none;
	border-bottom: 1px dotted #cdcecd;
}
div#af-tab-nav ul li ul li a,
div#af-tab-nav ul li.activeSlide ul li a,
div.slide-tab-nav a.activeSlide ul li,
div#af-tab-nav ul li.current-menu-ancestor ul li a,
div#af-tab-nav ul li.current-menu-item ul li a,
div#af-tab-nav ul li:hover ul li a, div#af-tab-nav ul li.sfhover ul li a {
	text-align: left;
	line-height: 1em;
	padding: 5px 6px;
	margin: 0;
	font-size: 10px;
	display: block;
	color: #3c3f3b;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	font-weight: normal;
	background-image: none;
	background-color: transparent;
}
div#af-tab-nav ul li:hover ul, div#af-tab-nav ul li.sfhover ul {
	left: auto;
}
div#af-tab-nav ul li ul a:hover {
	text-decoration: underline;
}


/* 3rd Level Dropdown */
div#af-tab-nav ul ul ul {
	position: absolute;
	left: -999em!important;
	margin: -2em 0 0 5em;
	background-color: #456595;
}
div#af-tab-nav ul ul ul li {

}
div#af-tab-nav ul li ul li:hover ul, div#af-tab-nav ul li ul li.sfhover ul {
	left: auto!important;
}
div#af-tab-nav ul li ul li ul li a {
	white-space: nowrap;
}
div#af-tab-nav ul li ul li ul li:hover a, div#af-tab-nav ul li ul li ul li.sfhover a {

}

/* AF Slideshow */
div.af-slideshow-area {
	padding: 0 31px;
	position: relative;
	z-index: 19;
	height: 1%;
}

div.af-slideshow div.slides-wrap {
	background-color: #FFF;
	padding: 14px 16px;
	position: relative;
	z-index: 30;
	clear: both;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
	width: 945px;
	height: 365px;
}

div.af-slideshow div.slides {
	width: 945px;
	height: 365px;
}

div.af-slideshow div.slide {
	width: 945px;
	height: 365px;
	position: absolute;
	left: -9999px;
}

div.af-slideshow div.slide-1 {
	position: static;
	left: 0;
}

div.af-slideshow div.slide-image {
	position: relative;
	z-index: 10;
}

div.af-slideshow div.slide-text {
	position: absolute;
	z-index: 20;
	top: 55px;
	width: 280px;
	left: 629px;
	color: #FFF;
}

div.af-slideshow div.slide-text h3 {
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 20px 0;
	line-height: 1em;
}

div.af-slideshow div.slide-text h3 strong {
	display: block;
	font-weight: normal;
	color: #efb43f;
	font-size: 38px;
}

div.af-slideshow div.slide-description {
	padding: 0 0 10px 0;
}

div.af-slideshow div.slide-text p {
	font-size: 14px;
}

div.af-slideshow div.slide-text p.slide-continue {
	margin: 0;
	font-size: 12px;
}

div.af-slideshow div.slide-text p.slide-continue a:link,
div.af-slideshow div.slide-text p.slide-continue a:visited {
	display: inline-block;
	background: #efb43f url(images/af/bg-af-slide-continue.png) center right no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #000;
	text-shadow: 1px 1px 0 #f6d793;
	font-family: OpenSansBold, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 8px 56px 8px 11px;
	float: right;
}

.af-hidden-names {display: none!important;}

/* AF Slideshow UI */
div.af-slide-ui {
	background-color: #FFF;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	width: 200px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	text-align: center;
	position: relative;
	top: -5px;
	z-index: 5000;
	vertical-align: middle;
}

html.lt-ie8 div.af-slide-ui {
	width: 250px!important;
	padding-left: 15px;
}

div.af-slide-ui:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.af-slide-ui {display: inline-block;}

/* Hides from IE-mac \*/
* html div.af-slide-ui {height: 1%;}
div.af-slide-ui {display: block;}
/* End hide from IE-mac */

#af-prev,
#af-next,
.af-prev,
.af-next {
	display: inline-block;
	text-indent: -9999px;
	width: 20px;
	vertical-align: middle;
	height: 21px;
	background: url(images/af/af-slideshow-prev.png) top left no-repeat;
}

#af-next,
.af-next {
	background: url(images/af/af-slideshow-next.png) top left no-repeat;
}

#af-pager,
.af-pager {
	display: inline-block;
	position: relative;
	top: -1px;
	padding: 0 0 0 3px;
}

#af-pager a,
.af-pager a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #d4cece;
	background-color: #999898;
	text-indent: -9999px;
	margin: 0 5px 0 0;
	vertical-align: middle;
}

#af-pager a.activeSlide,
.af-pager a.activeSlide {
	background-color: #efb43f;
	border: 1px solid #e0dada;
}

/* IE7 Inline Block AF Slider Fixes */
html.lt-ie8 a.af-prev,
html.lt-ie8 a.af-next,
html.lt-ie8 div.af-pager,
html.lt-ie8 div.af-pager a {
	display: block;
	float: left;
}

html.lt-ie8 div.af-pager {
	position: relative;
	top: 5px!important;
}

/* American Founding Columns */
div.page-columns-american-founding {
	background-image: none;
	background-color: #FFF;
	padding: 15px 0 44px 15px;
	box-shadow: 0 -4px 4px rgba(0, 0, 0, .15);
}

div.page-columns-american-founding div.page-main {
	width: 687px;
	margin: 0 20px 0 0;
}

/* American Founding Grid Items */
div.page-columns-american-founding h2.american-founding-grid-contents-header {
	background: #000 url(images/af/bg-af-contents-arrow.png) center right no-repeat;
	color: #FFF;
	padding: 11px 0 11px 32px;
	font-size: 30px;
	margin: 0;
	font-weight: normal;
}

div.american-founding-grid-contents {
	background: #f3f2f2 url(images/af/bg-af-grid-contents-top.gif) top left repeat-x;
	padding: 12px 0 30px 0;
	height: 1%;
	position: relative;
}

div.american-founding-grid-contents-inner {
	background: url(images/af/bg-af-grid-contents-border.png) top left repeat-y;
	padding: 0 0 0 26px;
	margin: 0 -30px 0 0;
	height: 1%;
	position: relative;
}

html.lt-ie8 div.american-founding-grid-contents-inner {
	margin: 0;
}

/* Contents Grid Pager Area */
div.af-grid-slideshow div.slides {
}

div.af-grid-slideshow div.slide {
	position: static!important;
}

div.af-grid-ui {
	background-color: #f2f1f1;
	width: 150px;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 5px 0;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	position: relative;
	top: -13px;
}

html.lt-ie8 div.af-grid-ui {
	padding-left: 13px;
}

div.af-grid-ui:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.af-grid-ui {display: inline-block;}

/* Hides from IE-mac \*/
* html div.af-grid-ui {height: 1%;}
div.af-grid-ui {display: block;}
/* End hide from IE-mac */

div.af-grid-ui div.af-grid-pager a.activeSlide {
	background-color: #cc3300;
}

div.af-grid-item {
	width: 279px;
	float: left;
	background-color: #FFF;
	border: 1px solid #dcdcda;
	padding: 4px;
	margin: 0 54px 25px 0;
	box-shadow: 4px 4px 3px rgba(0, 0, 0, .05);
	min-height: 300px;
}

html.lt-ie8 div.af-grid-slideshow div.odd {
	margin-right: 0;
}

div.af-grid-item-inner {
	border: 1px solid #d0d0d0;
	padding: 4px 4px 7px 4px;
	background: url(images/af/bg-af-grid-item-bottom.jpg) bottom left no-repeat;
}

div.af-grid-item div.grid-image {
	margin: 0 0 18px 0;
}

div.af-grid-item div.grid-image img {
	border: 1px solid #cecece;
	display: block;
	max-width: 100%;
	height: auto;
}

div.af-grid-item div.grid-text {
	padding: 0 7px 0 7px;
}

div.af-grid-item div.grid-text h3 {
	color: #cc3300;
	font-size: 21px;
	font-weight: normal;
	line-height: 1em;
}

div.af-grid-item div.grid-text p {
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	color: #000;
	line-height: 1.15em;
}

div.af-grid-item div.grid-summary {
	padding: 0 14px 0 0;
}

div.af-grid-item span.af-grid-ui-btn {
	background-color: #e9b03d;
	display: block;
	width: 140px;
	margin: 0 auto;
	color: #000;
	font-family: OpenSansBold, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

div.af-grid-item span.af-grid-ui-btn a:link,
div.af-grid-item span.af-grid-ui-btn a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	height: 28px;
	line-height: 28px;
}

div.af-in-this-section-menu:hover span.af-grid-ui-btn a:link,
div.af-in-this-section-menu:hover span.af-grid-ui-btn a:visited,
div.af-grid-item span.af-grid-ui-btn a:hover {
	background-color: #dea739;
}

/* AF In This Section Menu */
div.af-in-this-section-menu {
	position: relative;
	width: 140px;
	margin: 0 auto;
}

span.af-black-arrow {
	display: inline-block;
	background: url(images/af/bg-af-in-this-section-black.png) top left no-repeat;
	text-indent: -9999px;
	width: 7px;
	height: 6px;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin: 0 0 0 1px;
}

div.af-in-this-section-pop-up {
	position: absolute;
	left: -9999px;
	box-shadow: -4px -4px 4px rgba(0, 0, 0, .08);
	padding: 12px 0;
	margin: 0 0 0 -45px;
}


div.page-container-american-founding div.af-in-this-section-pop-up ul {
	margin: 0 10px;
	padding: 0;
	border-top: 1px dotted #f1d086;
}

div.page-container-american-founding div.af-in-this-section-pop-up ul li {
	list-style: none;
	border-bottom: 1px dotted #f1d086;
	font-size:  13px;
	padding:  0;
	margin:  0;
	line-height:  1em;
}

div.af-in-this-section-pop-up ul li a:link,
div.af-in-this-section-pop-up ul li a:visited {
	display: block;
	color: #FFF;
	font-family: OpenSansBold, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 0 4px 13px;
	text-decoration: none;
}

div.af-in-this-section-pop-up ul li a:hover {
	background: url(images/af/bg-af-in-this-section-arrow.png) center left no-repeat;
}

div.af-in-this-section-menu:hover div.af-in-this-section-pop-up {
	position: absolute;
	bottom: 28px;
	left: 0px;
	background-color: #dea739;
	width: 230px;
}



/* American Founding Interior Page Content Container */
div.page-container-american-founding div.af-page-content-container {
	float: none;
	width: auto;
	margin: 0 28px;
	padding: 35px 30px;
	background-color: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .15);
}

div.page-container-american-founding div.af-page-content-container h2.post-title {
	text-shadow: none;
}

div.page-container-american-founding div.af-page-content-container p {
	font-size: 14px;
	line-height: 1.55em;
	margin: 0 0 1.55em 0;
}

div.page-container-american-founding div.af-page-content-container ul li,
div.page-container-american-founding div.af-page-content-container ol li {
	font-size:  14px;
	line-height: 1.55em;
	padding-bottom:  1.55em;
}

div.page-container-american-founding div.af-page-content-container ul li li,
div.page-container-american-founding div.af-page-content-container ol li li {
	font-size:  13px;
	line-height:  1em;
}

/* AF Below Content Links */
div.af-below-content-links {
	padding: 90px 0 0 0;
}

div.af-below-content-links p {
	font-size: 12px !important;
	text-transform: uppercase;
	text-align: center;
	margin: 0!important;
}

div.af-below-content-links a:link,
div.af-below-content-links a:visited {
	background-color: #efb43f;
	font-family: OpenSansBold, Arial, sans-serif;
	text-decoration: none;
	color: #000;
	padding: 4px 13px;
	display: inline-block;
}

div.af-below-content-links a:hover {
	background-color: #d69d2b;
}

/* Footer */
div#ft {
	width: 1039px;
	margin: 0 auto;
}

/* 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;
}

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

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

div.ft-top-left {
	width: 448px;
	float: left;
	margin: 0 48px 0 0;
}

div.ft-top-right {
	width: 449px;
	float: left;
}

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;
}

/* 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;
}

/* @end */

/* @group Common Text Styles */
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;
}

/* @end */

/* timeline styles */
.timeline-toggle {
  padding-left: 12px;
  background: transparent url("images/imported/fed-antifed/minus.gif") no-repeat center left;
}
.timeline-toggle.closed {
  background: transparent url("images/imported/fed-antifed/plus.gif") no-repeat center left;
}
.d-text {
  padding-left: 18px;
  background: transparent url("images/imported/fed-antifed/arrow.gif") 0 10px no-repeat;
}

.thidden {
  display: none;
}

div.y-head {
	font-size: 13px;
}

div.y-head p {
	font-size:  13px;
}

.m-head, .d-head, .d-text {
  margin-left: 30px;
  margin-bottom:  7px;
  padding-top:  7px;
}

div.page-main div.y-head a {
	color:  #020202;
}

div.page-main div.y-head a:link,
div.page-main div.y-head a:visited {
	color:  #BF5326;
}

/* @end */

/* @group Default Headings */
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);
}


/* @end */

/* @group Default Lists */
/* Make default ul and ol styles to match p styles */

/* @end */

/* @group Nav */
.mobile-nav {
  display: none;
}
div#nav-container {
	background: #3c403b url(images/bg-nav.gif) top left repeat-x;
}

div#nav-container ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#nav-container ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div#nav-container ul {height: 1%;}
div#nav-container ul {display: block;}
/* End hide from IE-mac */

div#nav-container ul {
	margin: 0;
	padding: 0;
}
div#nav-container ul li {
	float: left;
	display: inline;
	padding: 0 5px;
}
div#nav-container ul li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 47px;
	font-family: OpenSansBold, Arial, sans-serif;
	height: 47px;
	padding: 0 7px;
}

div#nav-container div#nav ul li:hover a,
div#nav-container div#nav ul li.sfhover a,
div#nav-container div#nav ul li a:hover {
	background: #efb43f url(images/bg-nav-hover.gif) top center no-repeat;
	color: #FFF;
}

/* Primary Nav */
div#nav {
	float: left;
	padding: 0 7px 0 15px;
	background: url(images/bg-nav-hover.gif) -9999px -9999px no-repeat;
}

/* Alternate Nav Top Level Links */
div#nav-container div#alternate-nav {
	float: left;
	margin: 7px 0 0 0;
	background: #343732 url(images/bg-alternate-nav.gif) top left repeat-x;
	-moz-border-radius: 7px 7px 0 0;
	-webkit-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

div#nav-container div#alternate-nav ul li {
	background: url(images/bg-alternate-nav-li.gif) top right no-repeat;
	padding: 0 11px 0 10px;
}

div#nav-container div#alternate-nav ul li.last {
	background: none;
}

div#nav-container div#alternate-nav ul li a {
	padding: 0;
	line-height: 33px;
	height: 33px;
	display: block;
}

div#nav-container div#alternate-nav ul li a:hover {
	color: #efb43f;
}

div#nav-container div#alternate-nav ul li.nav-graduate-courses-for-teachers {
	background: none;
	padding: 0 6px 0 15px;
}

div#nav-container div#alternate-nav ul li.nav-graduate-courses-for-teachers a {
	color: #ffa202;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	font-size: 10px;
	width: 93px;
	height: 33px;
	text-indent: -9999px;
	background: url(images/bg-nav-graduate-courses.gif) top left no-repeat;
}

/* Nav Drop Down */
div#nav-container ul div.drop {
	padding: 8px 0 8px 16px;
	margin: 0;
	line-height: 1;
	background-color: #efb43f;
	width: 321px;
	position: absolute;
	left: -999em;
	z-index: 500;
}

div#nav-container ul div.drop:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div#nav-container ul div.drop {display: inline-block;}

/* Hides from IE-mac \*/
* html div#nav-container ul div.drop {height: 1%;}
div#nav-container ul div.drop {display: block;}
/* End hide from IE-mac */

div#nav-container ul div.drop div.drop-col-one {
	width: 130px;
	width:  auto;
	float: none;
	margin: 0 38px 0 0;
	margin: 0;
}

div#nav-container ul div.drop div.drop-col-two {
	width: 130px;
	width:  auto;
	float: none;
}

div#nav-container ul ul {
	list-style: none;
	line-height: 1;
}

div#nav-container ul li ul li {
	background-image: none;
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #d0a23e;
	width: 46%;
	float: left;
	margin: 0 4% 0 0;
}

html.lt-ie8 div#nav-container ul li ul li {
	width: 45%;
}

div#nav-container ul li ul li.parent,
html.lt-ie8 div#nav-container ul li ul li.parent {
	width: 96%;
	float: none;
	margin: 0;
}

div#nav-container ul li ul li.last {
	border-bottom: none;
}
div#nav-container div#nav ul li:hover ul li a,
div#nav-container div#nav ul li.sfhover ul li a,
div#nav-container ul li ul li a {
	text-align: left;
	line-height: 1em;
	height: auto;
	padding: 6px 0 6px 3px;
	margin: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 12px;
	vertical-align:  top;
	color: #151712;
	font-style: italic;
	text-transform: none;
	display: block;
	font-weight: normal;
	background-image: none!important;
}

div#nav-container div#nav ul li ul li.parent a {
	text-transform: uppercase;
	color: #171816;
	font-family: OpenSansBold, Arial, sans-serif;
	font-style: normal;
	padding-bottom: 9px;
}

div#nav-container ul li:hover div.drop, div#nav-container ul li.sfhover div.drop {
	left: auto;
}
div#nav-container div#nav ul li:hover ul li a:hover,
div#nav-container div#nav ul li.sfhover ul li a:hover,
div#nav-container div#nav ul li ul a:hover {
	color: #FFF;
}

/* 3rd Level Dropdown */
div#nav-container ul ul ul {
	position: absolute;
	left: -999em!important;
	margin: -3.3em 0 0 200px;
}
div#nav-container ul ul ul li {

}
div#nav-container ul li ul li:hover ul, div#nav-container ul li ul li.sfhover ul {
	left: auto!important;
}
div#nav-container ul li ul li ul li a {
	white-space: nowrap;
}
div#nav-container ul li ul li ul li:hover a, div#nav-container ul li ul li ul li.sfhover a {

}


/* Fix for sticky IE drop downs */
div#nav-container ul li:hover, div#nav-container ul li.sfhover {position: static;}

/* @end */

/* @group Forms */

/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
/* @end */

/* @group Media Queries */
@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}
/* @end */

/* @group Non-Semantic Helper Classes */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
.clear { clear: both; }
/* @end */

/* @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 */

/* IE7 Inline Block Fix */
html.lt-ie8 div.hd-search label,
html.lt-ie8 .slidePrev,
html.lt-ie8 .slideNext,
html.lt-ie8 div.slidenav,
html.lt-ie8 div.slidenav a:link,
html.lt-ie8 div.slidenav a:visited,
html.lt-ie8 div.return-home a:link,
html.lt-ie8 div.return-home a:visited,
html.lt-ie8 div.ft-block-links ul li a:link,
html.lt-ie8 div.ft-block-links ul li a:visited,
html.lt-ie8 div.ft-inline-links ul li a:link,
html.lt-ie8 div.ft-inline-links ul li a:visited
 {
	zoom: 1;
	*display: inline;
}

[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;
}







/* 2013 Landing Template */
html body div.bd-landing-page-template {
	margin-bottom: 25px!important;
}

div.page-container-landing-template {
	padding: 0;
}

div.landing-template-top-container {
	background: #141414 url(images/bg-mahg-top-bw.jpg) top left no-repeat;
	padding-bottom: 24px;
}

/* Top Title Spacing */
div.page-container-landing-template div.af-home-link {
	margin: 0 0 20px 0;
}

div.page-container-landing-template div.af-header-text {
	padding-bottom: 27px;
}

/* Landing Template Slideshow */
div.page-container-landing-template div.slide-text h3 {
	color: #f2b149;
	font-size: 35px;
}

/* Landing Template Main Text */
div.landing-template-main-text {
	padding: 0 37px 74px 37px;
}

div.landing-template-main-text-inner {
	border-left: 1px solid #9d9d9c;
	border-right: 1px solid #9d9d9c;
	border-bottom: 1px solid #9d9d9c;
	position: relative;
}

div.landing-template-main-text-inner-most {
	background-color: #eeecec;
	border-left: 7px solid #FFF;
	border-right: 7px solid #FFF;
	border-bottom: 7px solid #FFF;
	padding: 64px 50px 80px 50px;
	position: relative;
}

div.primary-text-indent-right {
	padding-right: 30px;
}

div.landing-template-main-text h2 {
	font-size: 30px;
	font-weight: normal;
	padding-right: 60px;
}

div.landing-template-main-text p {
	font-size: 18px;
}

div.landing-template-main-text-overlay {
	width: 445px;
	height: 1px;
	background-color: #FFF;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -222px;
}

/* Landing Template Emphasis Continue */
p.landing-template-emphasis-continue {
	margin: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: -40px;
	left: 0;
}

p.landing-template-emphasis-continue a:link,
p.landing-template-emphasis-continue a:visited {
	display: inline-block;
	background-color: #f2b149;
	border: 3px solid #f8dcac;
	color: #000;
	font-size: 24px;
	text-transform: uppercase;
	font-family: OpenSansBold, Arial, sans-serif;
	padding: 20px 30px;
	text-decoration: none;

}

p.landing-template-emphasis-continue a:hover {
	background-color: #e59b26;
}

/* Landing Template Graphic Quote */
div.landing-template-graphic-quote {
	background: #1f1f1f url(images/bg-graphic-quote-landing.jpg) top left no-repeat;
	padding: 0 0 0 39px;
	min-height: 235px;
}

div.graphic-quote-heading {
	width: 436px;
	float: left;
	margin: 0 14px 0 0;
	color: #f2b149;
	padding: 112px 0 0 0;
}

div.graphic-quote-heading h3 {
	margin: 0;
	font-size: 36px;
	font-family: OpenSansBold, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: -5px 5px 5px rgba(0, 0, 0, .75);
}

div.graphic-quote-text {
	width: 487px;
	float: left;
	color: #FFF;
	padding: 40px 0 0 0;
}

div.graphic-quote-text blockquote {
	padding: 0;
	margin: 0;
}

div.graphic-quote-text p {
	font-size: 23px;
	line-height: 1.7em;
	text-shadow: -5px 5px 5px rgba(0, 0, 0, .75);
}

.map_tooltip {
  display: none;
  background-color: #123466;
  padding: 5px;
  position: absolute;
  width: 240px;
  border: 1px solid #fff;
  color: #fff!important;
}
#map_modal_container {
  position: relative;
}
.map_modal {
  position: absolute;
  top: 33px;
  left: 36px;
  z-index: 999;
  background: #000;
  border: 1px solid #fff;
  padding: 0px;
  width: 532px;
  height: 330px;
}
.map_modal .top_bar {
  background: #993333;
  color: #000;
  float: left;
  width: 100%;
  display: block;
  padding: 3px 0;
}
.map_modal .top_bar .close {
  background: #fff;
  color: #000;
  float: right;
  line-height: 1;
  margin-right: 3px;
  width: 12px;
  height: 14px;
  text-align: center;
}
.map_modal .top_bar .close:hover {
  text-decoration: none;
}
.map_modal .largeImage {
  display: block;
  width: 397px;
  height: 309px;
}
.map_modal .learn_more img {
  width: 135px;
  height: 28px;
}
.map_modal .personDetails {
  background-color: #75553c;
}
.map_modal .personDetails h3 {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 28px 0 7px 0;
}
.map_modal .personDetails h3 em {
  font-size: 12px;
}

/* TAH Alt Nav Dropdowns */
div#alternate-nav ul ul {
	padding: 10px 15px;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #efb43f;
	position: absolute;
	left: -999em;
	z-index: 500;
	width: 200px;
}
div#alternate-nav ul li ul li {
	background-image: none!important;
	display: block;
	float: none;
	margin: 0!important;
	padding: 0!important;
	list-style: none;
	width: 100%!important;
	border: none;
	border-bottom: 1px solid #d0a23e;
}
div#nav-container div#alternate-nav ul li ul li a {
	text-align: left;
	line-height: 16px;
    height: auto!important;
	padding: 8px 5px!important;
	margin: 0;
	font-size: 93%;
	display: block;
	font-weight: normal;
	background-image: none!important;
    text-transform: uppercase;
    font-family: OpenSansBold, Arial, sans-serif;
    font-style: normal;
}
div#alternate-nav ul li:hover ul, div#alternate-nav ul li.sfhover ul {
	left: auto;
}
div#alternate-nav ul li ul a:hover {
	color: #fff!important;
}

/* 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;
}

/* Events Styles */
.tribe-related-events .tribe-related-events-thumbnail {
  display: none;
}
.tribe-bar-filters .tribe-events-button {
  text-shadow: none;
  background-color: #bf5326!important;
}
#tribe-bar-form {
  background-color: #fff!important;
}
#tribe-events .tribe-events-notices {
  background-color: #efb43f;
  border-color: #efb43f;
  color: #fff;
  text-shadow: none;
  text-align: center;
}
#tribe-events .tribe-events-notices li {
  padding: 0;
}
.tribe-events-list-event-description {
  margin-top: 0;
}


/* Responsive Tweaks for Desktop */
.nav-drop-arrow {
  display: none;
}