/*
Theme Name: US-Mint
Theme URI: https://github.com/grayghostvisuals/WP-Flex
Description: The theme for the US Mint's homepage (usmint.gov)

Author: Mario Hendricks, Lockheed Martin

Version: 1.3

License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
A copy of the license entitled "GNU Free Documentation License" can be
found at http://www.gnu.org/licenses/fdl-1.3-standalone.html

This stylesheet contains the base styles that should be used when on all screens and small/mobile
screens. 

*/

/*
* The Wordpress CSS Codex
* http://codex.wordpress.org/CSS_Coding_Standards
* http://make.wordpress.org/core/handbook/coding-standards/css/
*
* REMINDERS
* -Use lowercase and separate words with hyphens when naming selectors. Avoid camelcase and underscores
* -Prefixed vendor-specific properties pairs should appear directly before the generic property they refer to
*
*/


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size:0;
  height:0;
  visibility:hidden;
}

/*
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}
*/

/* =============================================================================
  Required WordPress Styles
  * @since 1.0.6
  * Generated Core Classes
  * Each Theme should have these or similar styles in its style.css file
  * in order to display images and captions properly.
  * http://codex.wordpress.org/CSS#WordPress_Generated_Classes
  ========================================================================== */

.sticky {}

.alignnone {
  clear: both;
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display:block;
  margin: 5px auto 5px auto;
}

.alignright {
  float:right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float:left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 5px auto 5px auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin:0;
  max-width: 98.5%;
  padding:0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size:11px;
  line-height:17px;
  margin:0;
  padding:0 4px 5px;
}

.gallery-caption {}

/*
* stops multiple categories from breaking the layout
*/
.entry-tags-list li,
.entry-categories-list li {
  display: inline-block;
}

/* by post author styling */
.bypostauthor {}


/* =============================================================================
   WordPress Generated - Extra Styling Classes for Authors
   ========================================================================== */

/* Fluid Images For Wordpress */
img[class*="align"],
img[class*="wp-image-"] {
  height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.wp-caption,
.wp-caption img {
  max-width: 100%;
}

img.size-full {
  max-width: 100%;
  width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

/* WP Breadcrumb Styles */
.cat-item {}
.cat-item.current-cat {}

.cat-item a:hover {}
.cat-item.current-cat a:hover {}

.cat-item a {}
.cat-item.current-cat a {}

/* WP Smiley */
.entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* WP widget styling */
.widget {}

/* WP Footer Search Widget Input */
#s {
  width: 100%;
}

/* WP Post Thumbnails */
.wp-post-image {}
.attachment-thumbnail {}
.attachment-medium {}
.attachment-large {}
.attachment-full {}

/* WP 404 Errors */
.error404 {}

/* WP Page Content */
.more-link {}
.posttitle {}


/* =============================================================================
   US Mint Custom Styles - General, site-wide styles
   ========================================================================== */

body {
  background: #fff;
  color: #000;
  font-family: 'Bitter', 'times new roman', serif;
  font-size: 100%;
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6, caption, button { 
  font-family: 'Montserrat', arial, helvetica, sans-serif;
}

caption { 
  font-size: 125%; 
  padding-bottom: .5em;
}

a {
  color: #00f;
  text-decoration: underline;
}

a:hover {
  color: #d61f2d;
}

a:visited {
  color: #551a8b;
}

h1 {
  font-size: 1.875em;
  line-height: 1.3em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.0em;
}

/* Stop h5 and 6 from shrinking below body text size */
h4, h5, h6 { 
  font-size: 100%; 
}

/* Set the default bullet styles for the first and second level bullets */
ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: square;
}

small { 
  display: block; 
  font-style: italic;
}

button, input[type='submit'], input[type='reset'] {
  height: 2.8em;
  -moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
  -webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
  box-shadow: inset 0px 1px 0px 0px #cf866c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d62923), color-stop(1, #c0181e));
  background: -moz-linear-gradient(top, #d62923 5%, #c0181e 100%);
  background: -webkit-linear-gradient(top, #d62923 5%, #c0181e 100%);
  background: -o-linear-gradient(top, #d62923 5%, #c0181e 100%);
  background: -ms-linear-gradient(top, #d62923 5%, #c0181e 100%);
  background: linear-gradient(to bottom, #d62923 5%, #c0181e 100%);
  background-color: #d62923;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #942911;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  padding: .25em 1.5em;
  text-decoration: none;
  text-shadow: 0px 1px 0px #854629;
}

button:hover, input[type='submit']:hover, input[type='reset']:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c0181e), color-stop(1, #d62923));
  background: -moz-linear-gradient(top, #c0181e 5%, #d62923 100%);
  background: -webkit-linear-gradient(top, #c0181e 5%, #d62923 100%);
  background: -o-linear-gradient(top, #c0181e 5%, #d62923 100%);
  background: -ms-linear-gradient(top, #c0181e 5%, #d62923 100%);
  background: linear-gradient(to bottom, #c0181e 5%, #d62923 100%);
  background-color: #c0181e;
}

button:active {
  position: relative;
  top: 1px;
}

button.secondary, input[type='reset'] {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #eee), color-stop(1, #ddd));
  background: -moz-linear-gradient(top, #eee 5%, #ddd 100%);
  background: -webkit-linear-gradient(top, #eee 5%, #ddd 100%);
  background: -o-linear-gradient(top, #eee 5%, #ddd 100%);
  background: -ms-linear-gradient(top, #eee 5%, #ddd 100%);
  background: linear-gradient(to bottom, #eee 5%, #ddd 100%);
  background-color: #eee;
  color: #000;
  border: 1px solid #aaa;
  box-shadow: none;
}

span.redacted {
  background-color: #000;
  color: #fff;
  padding: 1px 2px;
}

table.foia th {
  background-color: #fff;
  color: #000;
}

small.meta {
  font-size: 100%; 
}

div.long-block {
  max-height: 8em;
  position: relative;
  overflow: hidden;
}

div.long-block>div.fade {
  background: linear-gradient(to bottom, transparent, white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
  pointer-events: none;
}

div.long-block>p {
  margin-top: 0;
}

div.long-block>p:last-of-type {
  margin-bottom: .2em;
}

a.read-more {
  padding-top: .3em;
  display: block;
}

a.read-less {
  padding-top: .3em;
  display: block;
}

div.release-date {
  border-bottom: 1px solid gray;
  padding-bottom: 1.5em;
}

.lead {
  border-bottom: 1px solid gray;
  padding: 0 .5em .5em .5em;
  margin: .5em 0;
  font-style: italic;
}

div.closing {
  border-top: 1px solid gray;
  padding: 2em 0;
  margin: .5em 0;
  font-style: italic;
}

.press-release-image {
  margin: 0.5em;
}

/* General formatting for all tables */
table { 
  border-collapse: collapse;
  border: thin black solid;
}

tr, td, th {
  border: thin black solid;
  padding: .25em;
}

tr:nth-child(even) {
  background-color: silver;
}

/* We need to load the logo in case we want to print. Otherwise, it won't be in cache
   and won't load before we print. Some browsers don't load content with display: none, 
   so we simply keep the size small and put it behind the other graphics to hide it. */
#print-header {
  background: url('/wordpress/wp-content/themes/us-mint/img/usm_logo_black.png');
  width: 1px;
  height: 1px;
  z-index: -1;
}

/* Disable certain elements  when printing. */
@media only print {
  #topNavContainer {
    display: none;
  }

  /* When printing, include a US Mint Logo in the header (even if the browser doesn't print images. */
  #print-header {
    display: list-item;
    list-style-image: url('/wordpress/wp-content/themes/us-mint/img/usm_logo_black.png');
    list-style-position: inside;
    width: 700px;
    height: 150px;
  }

  body div.et_social_flyin, body div.et_social_visible {
    display: none;
  }

  #widget-sidebar {
    display: none;
  }

  footer #utility-bar {
    display: none;
  }

  footer #nav-footer {
    display: none;
  }

  footer #legal-footer ul.legal {
    display: none;
  }
}

/* =============================================================================
   US Mint Custom Styles - Header specific styles
   ========================================================================== */

#skipNav {
  display: none;
}

#logoLink {
  display: block;
}

#overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ddd;
  opacity: 0.6;
  display: none;
  z-index: 2;
}

header {
  border: 0;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 78px;
}

#topNavContainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #111;
  z-index: 3;
  max-height: 128px;
}

#header-image {
  margin: 0 auto;
  padding-top: 30px;
  max-width: 400px;
}

#header-image #image-container {
  background: url("/wordpress/wp-content/themes/us-mint/img/207x15_USMintLogoMobile.png") center center no-repeat;
  height: 15px;
  margin: 0 auto;
/*  padding-top: 15px; */
  width: 207px;
}

#topNavRight {
  display: none;
}

#navigation {
  background: #0b4470; 
  height: 50px; 
  width: 100%;
  margin: 0 auto; 
  z-index: 3;
  position: relative;
  display: inline-block;
}

#navigation nav {
  position: relative; 
}

/* Styles the "button" to show the menu */
#show-menu {
  clip: auto;
  display: block;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #fff;
  height: 50px;
  width: 54px;
  background: url("/wordpress/wp-content/themes/us-mint/img/menu_icon.png") no-repeat scroll 
center 80%;
  border-right: 1px solid #26567a;
  cursor: pointer;
}

#navigation a.menu-open {
  background-color: #0C314e;
}

#navigation .menu-navigation-container {
  display: none;
  width: 70%;
  max-width: 310px;
  z-index: 999;
  background: #0c314e;
  position: absolute;
  top: 50px;
}

nav ul, nav ol {
  list-style: none outside none;
}

nav ul.level-1 {
  background: #0b4470;
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
  box-shadow: inset 0 20px 20px -20px #111;
  margin-bottom: 5px;
}

nav ul.level-1>li {
  position: relative;
}

/* General styles that apply to all navigation menu links */
ul.level-1 a {
  text-decoration: none;
  display: block;
  font-size: 16px;
 /*height: 16px;*/
 /*line-height: 16px;*/
 /*padding:0.7em 0 0 0;*/
}

/* Formatting for the Level 1 menu links */
ul.level-1>li>a {
  color: #fff;
  font-weight: bold;
  border-top: 1px solid #0c314e;
  cursor: pointer;
  padding: 17px 0 15px 25px;  /* TODO: Make into ems */
}
.active {
  color: #fde8a2 !important;
}
.level-1-active{
  color: #fde8a2 !important;
}


/* This rule turns the level 1 menu items light yellow on hover */
ul.level-1>li:hover>a, ul.level-1>a:hover {
  color: #fde8a2;
  text-decoration: none
}

/* This rule hides the Level 2 menus by default */
ul.level-1 ul.level-2 {
  display: none;
}

/* This rule hides the Level 3 menus by default */
ul.level-1 ul.level-2 ul.level-3 {
  display: none;
}

/* This rule shows "active" Level 2 menus */
ul.level-1>li.active>ul {
  display: block;
}

.level-1>li>.arrow {
  display: none;
}

.level-1>li>.show-sub-menu {
  background: url(/wordpress/wp-content/themes/us-mint/img/menu-collapsed.png) center center no-repeat transparent;
  height: 48px;
  right: 0;
  top: 0;
  width: 54px;
  position: absolute;
  cursor: pointer;
}

ul.level-1>li.active>.show-sub-menu {
  background: url(/wordpress/wp-content/themes/us-mint/img/menu-expanded.png) center center no-repeat #0c314e;
}

ul.level-1>li>ul.level-2 {
  background: none repeat scroll 0 0 #FFF;
  padding: 0;
}

ul.level-1>li>ul.level-2>li {
  border-bottom: 1px solid #ccc;
  margin: 0; 
}

ul.level-1>li>ul.level-2>li>a {
  color: #0d4169;
  font-size: 14px;
  line-height: 50px;
  height: 100%;
  margin: 0;
  padding: 0 25px;
}

/* Special styling for the Shop-by: label */
ul.level-1 ul.level-2 li#shop-by-label {
  border-bottom: none;
  margin: 0 0 -10px 25px;
  padding: 0;
  color: #666;
  font-style: italic;
  line-height: 50px;
  font-size: 14px;
}

ul.level-1 ul.level-2 li#shop-by-label2 {
  display: none;
  visibility: hidden;
}


ul.level-1 ul.level-2 li.shop-by-menu {
  border-bottom: none;
  height: 42px;
}

ul.level-1 ul.level-2 li#gift-ideas {
  padding-bottom: 12px;
}

ul.level-1 ul.level-2 li.shop-by-menu>a {
  background-repeat: no-repeat;
  background-position: 18px 12px;
  color: #b31e19;
  margin-left: 10px;
  padding-left: 40px;
  padding-right: 15px;
  text-transform: uppercase;
  font-size: 13px;
}

ul.level-1 ul.level-2>li#gift-ideas>a {
  background-image: url(/wordpress/wp-content/themes/us-mint/img/present.png);
}

ul.level-1 ul.level-2>li#interests>a {
  background-image: url(/wordpress/wp-content/themes/us-mint/img/building.png);
}

/* Styles the "button" to show the search menu */
#show-search {
  clip: auto;
  display: block;
  margin: 0;
  text-decoration: none;
  text-align: center;
  font-size: 13px;
  color: #fff;
  height: 50px;
  width: 54px;
  background: url(/wordpress/wp-content/themes/us-mint/img/icon-search.png) no-repeat scroll center center;
  border-left: 1px solid #26567a;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

div#search-container {
  display: none;
  background-color: #0c314e;
  height: 49px; 
}

#search-container form.search-form {
  padding-top: 9px;
}

#search-container fieldset {
  border: 0 none;
  margin: 0 10px 5px 10px;
  padding: 0;
  position: relative;
}

#search-container .search-field {
  border: 0;
  border-radius: 3px 0 0 3px;
  color: #777;
  box-shadow: inset 1px 1px 3px 3px #ccc, 0 0 5px #333;
  height: 31px;
  box-sizing: border-box;
  width: 69%;
  padding: 6px 8px;
  float: left;
  margin: 0;
  background-color: #fff;
}

#search-container .search-button {
  background-color: #d62923;
  border: 0 none;
  box-shadow: none;
  float: left;
  height: 31px;
  width: 21%;
  border-radius: 0 3px 3px 0;
  padding: 0;
}

nav input[type=checkbox] {
  display: none;
}

nav input[type=checkbox]:checked ~ #show-search {
  background-color: #0c314e;
}

nav input[type=checkbox]:checked ~ #search-container {
  display: block;
}

nav input[type=checkbox]:unchecked ~ #search-container {
  display: none;
}

/******************************************************
 This section contains styles for the front-page body
*******************************************************/

.full-width {
  width: 100%;
  margin: 5px auto;
}

.full-width-text-banner {
  width: 100%;
  background-color: #0b4479;
  height: 3em;
  margin: 0;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
}

.full-width-text-banner p {
  margin: 5px 0 0 0;
  line-height: 3em;
}

.full-width-text-banner a {
  text-decoration: none;
  color: #fff;
}

.full-width-text-banner a:hover {
  text-decoration: underline;
}

.half-width {
  width: 49%;
  margin: 7px 0;
}

.third-width {
  padding: 6px 0; /* Top and bottom padding keeps features on each line from running into each other */
}

.third-width .caption {
  margin: 6px 0;
  line-height: 1.1em;
}

#left-badge {
  float: left;
}

#right-badge {
  float: right;
}

main {
  max-width: 1180px;
  width: 99%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

/*************************************
/ Format the Features boxes         */

.third-width .content-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
}

.third-width > .content-title {
  display: none;
  visibility: hidden;
}

.third-width .feature-info-pre, .third-width .feature-info-post {
  margin: 0 7px;
}

.third-width .feature-info-pre {
  display: none;
  visibility: hidden;
}

.third-width img {
  float: left;
  width: 33%;
  padding-right: 5px;
}

.third-width:after {
  clear: both;
  content: " ";
  display: block;
  font-size:0;
  height:0;
  visibility:hidden;
}

/******************************************************
 This section contains styles for single pages
*******************************************************/

#primary-container {
  max-width: 1168px;
  width: 99%;
  margin: 5px auto 5px;
  overflow: auto;
}

#menu-sidebar {
  display: none;
}

#primary-container main {
  width: 100%;
}

#widget-sidebar {
  width: 100%;
}

.inactive-widget#widget-sidebar, .excluded-widget#widget-sidebar {
  display: none;
  width: 0%;
}

/******************************************************
  Styles for Coins and Medals pages
*******************************************************/

.coins-and-medals ul.breadcrumb {
  font-size: 85%;
  list-style: none outside none;
  padding-left: 0;
}

ul.breadcrumb li {
  display: inline;
}

#primary-info>ul {
  list-style: none outside none;
  padding: 0;
}

#primary-info>ul>li {
  padding-bottom: .25em;
}

.detailed-info-block {
  position: relative;
}

/******************************************************
  Styles for Archive Pages
*******************************************************/

#press-release-search-container fieldset {
  margin: 0 0 10px 0;
  padding: .75em .625em;
}

#press-release-search-container fieldset input.search-field {
  border: 2px solid #888;
  border-radius: 3px;
  color: #666;
  margin-bottom: 5px;
}

#press-release-search-container button {
  height: 2em;
  margin-left: 10px;
  float: right;
  padding-left: .8em;
  padding-right: .8em;
}

#press-release-search-container select {
  border: 2px solid #888;
  border-radius: 3px;
  color: #999;
  margin-bottom: 5px;
}

#press-release-search-container select option {
  color: #000;
}

/******************************************************
  Styles for Search Results pages
*******************************************************/

#primary-container main.results-listing {
  width: 100%;
  margin: 0 auto;
}

.results-listing h1 {
  padding: 0 .2em 0 10px;
}

.results-listing .product-info, .results-listing #pr-result-summary {
  background-color: #ee9;
  border-radius: 5px;
  padding: .2em .5em;
  margin-bottom: .5em;
}

.results-listing article {
  padding: 0 .5em .5em 10px;
  overflow: auto;
}

.results-listing article:nth-of-type(odd) {
  background-color: #e8e8e8;
}

.results-listing h3.entry-title {
  margin-bottom: .2em;
  font-size: 1em;
  font-weight: 700;
}

.results-listing .entry-content p.img-size {
  margin: .2em 0 .2em 0;
  color: #192;
}

.results-listing span.result-type {
  color: #333;
}

.results-listing span.press-release-lead {
  font-style: italic;
}

.results-listing article img {
  float: left;
  margin: 0 10px 0 0;
}

.results-listing .pagination {
  padding: 10px;
}

/********************************************
 This section contains styles for attachment pages
*********************************************/

.attachment-page {
  text-align: center;
}

.attachment-page .entry-content {
  margin-bottom: 15px;
}

.attachment {
  margin: auto;
}

/********************************************
 Styles for the Press Release Widget
*********************************************/

#press-release-widget {
  border: 1px solid #ccc;
  padding: .5em;
}

#press-release-widget h2 {
  font-size: 1em;
  text-align: left;
  padding-left: 10px;
  color: #0b4470;
}

#press-release-widget ul {
  padding-left: 10px;
  padding-right: 10px;
  list-style: none;
}

#press-release-widget ul li {
  font-size: .9em;
  margin-top: 1.1em;
  line-height: 1.5em;
}

#press-release-widget ul li span.rel-date {
  color: #000;
  font-weight: bold;
}

#press-release-widget ul span.press-release-lead {
  font-size: .8em;
  font-style: italic;
  line-height: 1.5em;
  display: inline-block;
}

#press-release-widget #view-all {
  font-size: .9em;
  padding-left: 10px;
}

/********************************************
 This section contains misc styles
*********************************************/

.major-alert {
  margin: 1em;
  border: .8em solid #f00;
  padding: .8em;
  text-align: center;
  font-size: 1.5em;
}

.col1 {
width: 200px;
float: left;
}

.ui-datepicker-calendar .ui-state-default, .ui-datepicker-month, .ui-datepicker-year {
  color: black;
}

#dt-countdown {
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 3000;
  border: 1px double #000;
  border-color: #7b9ebd;
  padding: .4em;
  margin: .3em 0;
  text-align: center;
  color: #003db8;
  background-color: #eee;
}

.collection {
  background-color: #FF9;
  text-align:center;
  font-weight:bold;
}

.bullion {
  background-color: #FF9;
  text-align:center;
  font-weight:bold;
  font-size:90%;
} 

.buttons-csv span::after {
    display: inline;
    content:"/Text";           

}
.bd::after{
  display: block;
  width:auto;
  font-size:70%;
  content:"Time slots will not be displayed when capacity is full.";
}

#countdown {
  color: red;
}

#legend {
  min-width: 900px;
}

#cp_contactformpp_pform {
  padding-bottom: 60px;
}

/* Override the default tr background color and border styles */
.denver-tour tr {
  background-color: transparent;
}

/* Remove the default borders from any tables on the Denver Tour pages */
.denver-tour tr, .denver-tour td, .denver-tour th {
  border: none;
}

/* Used for the exit disclaimer page. */
div.show-link {
  border: 1px dotted #000;
  padding: .8em;
  margin: .5em 0;
  text-align: center;
  background-color: #eee;
  width: 100%;
}

.last-five-minutes {
  color: #f00 !important;
  font-weight: bold !important;
}

/********************************************
 This section contains styles for the Mint Topics
*********************************************/

#tag-header {
  float: left;
  margin: 23.5px 10px 0 0;
}

ul.taxonomy-tags {
  list-style: none outside none;
  padding: 0;
  max-width: 85%;
  float: left;
}

ul.taxonomy-tags li {
  display: inline-block;
  margin: .3em .4em;
  padding: .1em .5em;
  border: 1px solid #558;
  background-color: #ddf;
  border-radius: 5px;
}

ul.taxonomy-tags li a {
  text-decoration: none;
  font-size: 90%;
}

/********************************************
 This section contains styles for the footer  
*********************************************/

div#footer {
  clear: both;
  font-size: 0.9em;
  margin: 0 auto;
  color: #fff;
}

#footer #utility-bar {
  background: #0b4470;
  text-align: center;
  max-width: 1180px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

#footer #social {
  margin: 0;
  padding: 0;
  height: 101px;
  border-bottom: 1px solid #8ab;
}

#phone {
  margin: 12px 0 0;
  padding: 0;
  display: inline-block;
  font-size: 1.5em;
  color: #fff;
  text-decoration: none;
}

#social ul {
  padding: 0;
}

/* The formatting for the list of social media links */
#social li {
  width: 29px;
  height: 29px;
  margin: 0 0 0 5px;
  padding: 0;
  opacity: .5;
  list-style: none;
  display: inline;
}


#social li:hover {
  opacity: 1;
  cursor: pointer;
}

/* Style for the entire e-mail sign-up block */
#email-signup-footer {
  padding: 10px 0 0 0;
}

#footer label {
  font-size: 15px;
  line-height: 1.1em;
  padding: 0;
  display: block; 
  padding-bottom: .5em;
}

#email-address-footer {
  width: 70%;
  height: 30px;
  border-radius: 5px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #000;
}

#footer #email-submit-button {
  border-radius: 5px;
  color: #fff;
  border: none;
  background: #ce2822;
  font-size: 14px;
  text-transform: uppercase;
  width: 70%;
  height: 32px;
  margin: 8px auto 20px;
  padding: 0;
}

#nav-footer a, #legal-footer a {
  color: #0b4470;
  text-decoration: none;
}

#nav-footer .footer-menu {
  position: relative;
}

#nav-footer ul {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  width: 100%;
}

#nav-footer li {
  display: none;
  text-align: left;
  font-size: 0.9em;
  line-height: 1.5em;
  padding: 14px 0 12px 10%;
  border-bottom: 1px solid #ccc;
  background: #f5f5f5;
}

#nav-footer .active li {
  display: list-item;
}

#nav-footer .menu-footer li>a {
  vertical-align: middle;
}

#nav-footer li:first-of-type {
  display: list-item;
  font-weight: bold;
  font-size: 1.1em;
  background: #fff;
  padding: 12px 0 10px 6%;
}

.show-footer-sub-menu {
  background: url(/wordpress/wp-content/themes/us-mint/img/footer-exp-col.png) right 0 no-repeat transparent;
  height: 48px;
  right: 0;
  top: 0;
  width: 54px;
  position: absolute;
  cursor: pointer;
}

.active .show-footer-sub-menu {
  background-color: #f5f5f5;
  background-position: right -49px;
}

#legal-footer-wrapper {
  width: 100%;
  height: auto;
  overflow: auto;
  background: #ebf0f2;
  margin: 0;
}

#legal-footer {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-size: .9em;
}

#legal-footer ul {
  margin: 1.2em auto 1.4em;
  padding: 0;
  text-align: center;
}

#legal-footer li {
  display: inline-block;
  list-style: none;
  padding: 0 1.2em;
}

#legal-footer li a {
  font-size: .8em;
}

#legal-footer p {
  margin: 1.5em 0;
  background: url("/wordpress/wp-content/themes/us-mint/img/USTreasurySeal.gif") no-repeat center top;
  background-size: 42px;
  text-align: center;
  font-size: .8em;
  padding: 48px 0 0 0;
  color: #090911;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

/*
  a[href]:after {
    content: " (" attr(href) ")";
  }
*/
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  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: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
