/*
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.6 //updated 2/25/2018 CWM

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

.print-only {
  display: none;
}

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

/* =============================================================================
  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', 'Arial', 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, ol {
  list-style-position: outside;
  padding-left: 42px;
}

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

ol.list-no-dot {
  list-style: none;
  counter-reset: level1;
  text-indent: -1.5em;
  margin-left: .7em;
}

ol.list-no-dot li {
  counter-increment: level1;
}

ol.list-no-dot li:before {
  content: counter(level1) " ";  /* Instead of ". " */
  width: 1.5em;
  float: left;
}

.list-none {
  list-style: none;
}

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.jpg');
  width: 1px;
  height: 1px;
  z-index: -1;
}

/* Disable certain elements  when printing. */
@media only print {
  .global-header, .footer-bg {
    display: none;

  }

  .global-header-content {
    /*visibility: hidden;*/
    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.jpg');
    list-style-position: inside;
    width: 350px;
    height: 60px;
    /*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 #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;
}

@import url(https://fonts.googleapis.com/css?family=Montserrat);

.hidden {
	display: none;
}

.visually-hidden {
	border: 0 none;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.customer-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 8px 0 0;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

.user-links-wrapper {
	padding-bottom:0;
	position: relative;
	text-align:right;
	width:100%;
	margin: 12px -30px 0;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	border-bottom: 1px solid rgba(134, 162, 183, 0.3);
	overflow: hidden;
	-webkit-transition:max-height 0.8s;
	-o-transition:max-height 0.8s;
	transition:max-height 0.8s;
}
.user-links li.last {}

.mini-cart {
  height: 36px;
}

ul.menu-utility-user,
#navigation ul.menu-utility-user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

ul.menu-utility-user li,
#navigation ul.menu-utility-user li {
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #0b4470;
}

ul.menu-utility-user li:first-of-type:not(.sign-out),
#navigation ul.menu-utility-user li:first-of-type:not(.sign-out) {
	margin-left: 0;
	padding-left: 0;
	border: none;
}

ul.menu-utility-user li a,
#navigation ul.menu-utility-user li a {
	color: #0b4470;
	font-size: 12px;
	font-family:'Proxima N W01 Reg', 'Montserrat', arial, sans-serif;
	text-decoration: none;
}

ul.menu-utility-user li a:hover,
ul.menu-utility-user li a:focus,
#navigation ul.menu-utility-user li a:hover,
#navigation ul.menu-utility-user li a:focus {
	font-weight: 700;
	text-decoration:none;
}

.global-header ul,
.global-header li,
.nav-ribbon-menu ul,
.nav-ribbon-menu li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nav-ribbon-menu ul,
.nav-ribbon-menu li {
	list-style: none;
	padding: 0;
}

.nav-ribbon-menu {
/* AO */
  background-color: #ffffff;
	z-index: 2;
	border-bottom: 1px solid rgba(134, 162, 183, 0.3);
  direction:rtl;

}
.nav-ribbon-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	overflow: hidden;
  height: 36px;
  margin: auto;
}
.nav-ribbon-menu ul li {
	white-space: nowrap;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	padding: 0;  /*AO 0 22px;*/
  padding-top: 5px;
  position: relative;
  display: block;
  text-align: center;
}

.nav-ribbon-menu ul li a {
	font-size: 10px;
	font-family:'Proxima N W01 Smbd', 'Montserrat', arial, sans-serif;
	color: #0b4470;
	text-transform: uppercase;
	font-weight: 600;
	text-decoration: none;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.nav-ribbon-menu ul li a:hover,
.nav-ribbon-menu ul li a:focus {
	font-weight: 700;
}

.nav-ribbon-menu ul li:hover,
.nav-ribbon-menu ul li:focus,
.nav-ribbon-menu ul li:active {
	font-weight: 700;
  background-color: #d6dfe7;
}

.nav-ribbon-menu .shop, .nav-ribbon-menu .product-schedule, .nav-ribbon-menu .customer-service {
	display: none;
}

.global-header, .global-header * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.global-header {
	background-color: #0b4470;
	color: #ffffff;
	position: relative;
	width: 100%;
	z-index: 2;
	/*height: 220px;
  max-height: 220px;
background-image: url("/wordpress/wp-content/themes/us-mint/img/bg.png");
  background-repeat: repeat-x;*/
}
.global-header .mobile {
	display: block;
}
.global-header .tablet {
	display: none;
}
.global-header .desktop {
	display: none;
}
.global-header .global-header-content {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
}

#wrapper {
  background:0;
  width: 100% !important;
}

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#header .logo-box {
	width: 100%;
	max-width: 170px;
}
#header .logo-box img {
	width: 100%;
	height: auto;
}

#header .logo-box img.tablet {
	display: none;
}

#header img.logo {
  margin-bottom: 0px;
  margin-right: 0px;
  float: none;
}

/*
#topNavContainer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #111;
  z-index: 3;
  max-height: 128px;
}
*/
/* AO
#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;
  width: 207px;
}


#topNavRight {
  display: none;
}
*/

#navigation {
  	background-color: #e3eaed;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: justify;
  	-ms-flex-pack: justify;
  	justify-content: space-between;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	align-items: center;
  	padding: 11px;
  	position: relative;
  	border-bottom: 1px solid #86a2b7;
  }
  #navigation .menu-icon-container {
  	color: #0b4470;
  	cursor: pointer;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  	font-size: 12px;
  	text-transform: uppercase;
  	font-weight: 700;
  	text-align: center;
  	width: 44px;
  }
  #navigation .menu-icon-container .menu-icon {
  	display: block;
  	width: 30px;
  	height: 22px;
  	margin: 0 auto;
  	position: relative;
  	-webkit-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
  	    transform: rotate(0deg);
  	-webkit-transition: .5s ease-in-out;
  	-o-transition: .5s ease-in-out;
  	transition: .5s ease-in-out;
  }
  #navigation .menu-icon-container .menu-icon .bar {
  	display: block;
  	position: absolute;
  	height: 4px;
  	width: 100%;
  	background-color: #0b4470;
  	border-radius: 4px;
  	opacity: 1;
  	left: 0;
  	-webkit-transform: rotate(0deg);
  	-ms-transform: rotate(0deg);
  	    transform: rotate(0deg);
  	-webkit-transition: .25s ease-in-out;
  	-o-transition: .25s ease-in-out;
  	transition: .25s ease-in-out;
  }
  #navigation .menu-icon-container .menu-icon .bar:nth-child(1) {
  	top: 0;
  }
  #navigation .menu-icon-container .menu-icon .bar:nth-child(2) {
  	top: 9px;
  }
  #navigation .menu-icon-container .menu-icon .bar:nth-child(3) {
  	top: 18px;
  }
  #navigation .menu-icon-container .menu-icon.open .bar:nth-child(1) {
  	top: 8px;
  	left: -2;
  	-webkit-transform: rotate(135deg);
  	-ms-transform: rotate(135deg);
  	    transform: rotate(135deg);
  }
  #navigation .menu-icon-container .menu-icon.open .bar:nth-child(2) {
  	opacity: 0;
  }
  #navigation .menu-icon-container .menu-icon.open .bar:nth-child(3) {
  	top: 8px;
  	left: -2;
  	-webkit-transform: rotate(-135deg);
  	-ms-transform: rotate(-135deg);
  	    transform: rotate(-135deg);
  }
  #navigation .menu-icon-container .icon-text {
  	display: block;
  	padding-top: 5px;
  	font-family:'Proxima N W01 Smbd', 'Montserrat', arial, sans-serif;
    font-weight: 600;
  	font-size: 12px;
  }

  #navigation .nav-search {
  	display: inline;
  	-webkit-box-flex: 1;
  	-ms-flex-positive: 1;
  	flex-grow: 1;
  	padding-left: 16px;
  	position: relative;
  }
  #navigation .nav-search input[type="search"] {
  	width: calc(100% - 16px);
  	border: 1px solid #86a2b7;
  	border-radius: 2px;
  	padding: 10px 0px 10px 16px;
  	font-size: 12px;
    color: black;
    -webkit-appearance: textfield;
  	-webkit-box-shadow: none;
  	        box-shadow: none;
  	line-height: normal;
  }
  #navigation .nav-search input[type="search"]::-webkit-input-placeholder {
  	font-size: 13px;
  	font-weight: 600;
  	color: #b6c1ca;
  	text-transform: uppercase;
  }
  #navigation .nav-search input[type="search"]:-ms-input-placeholder {
  	font-size: 13px;
  	font-weight: 600;
  	color: #b6c1ca;
  	text-transform: uppercase;
  }

  #navigation .nav-search input[type="search"]::placeholder {
  	font-size: 13px;
  	font-weight: 600;
  	color: #b6c1ca;
  	text-transform: uppercase;
  }
  #navigation .nav-search button[type="submit"] {
  	display: block;
  	height: 32px;
  	width: 32px;
  	border-radius: 2px;
  	position: absolute;
  	top: 2px;
  	right: 1px;
  	border: none;
  	cursor: pointer;
  	-webkit-box-shadow: none;
  	        box-shadow: none;
  	padding:0;
  	background: none;  /* overwriting default button background */
  	background-image: url(../img/icon-search.png);
  	background-repeat: no-repeat;
  	background-position: center;
  	background-color: transparent;
  }
  #navigation .nav-search input[type="reset"] {
  	display: none;
  }

  #navigation ul {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
  }
  #navigation .nav-wrapper {
  	-webkit-transition: opacity .25s ease-out;
  	-o-transition: opacity .25s ease-out;
  	transition: opacity .25s ease-out;
  	opacity: 0;
  	height: 0;
  	position: absolute;
  	background-color: #ffffff;
  	left: 0;
  	top: 100%;
  	border-top: 1px solid #86a2b7;
  	width: 100%;
  	max-width: 375px;
  	overflow: hidden;
  	z-index: -1;
  }
  #navigation .nav-wrapper.active {
  	padding: 12px 30px 30px;
  	opacity: 1;
  	height: auto;
  	z-index: 3;
  }
  #navigation .nav-wrapper::after, #navigation .nav-wrapper::before {
  	bottom: 100%;
  	left: 32px;
  	border: solid transparent;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  }
  #navigation .nav-wrapper::after {
  	border-bottom-color: #ffffff;
  	border-width: 7px;
  	margin-left: -7px;
  }
  #navigation .nav-wrapper::before {
  	border-bottom-color: #86a2b7;
  	border-width: 8px;
  	margin-left: -8px;
  }
  #navigation .level-a {
  	border-bottom: 1px solid rgba(134, 162, 183, 0.3);
  }

  #navigation .level-a > li {
  	border-bottom: 1px solid rgba(134, 162, 183, 0.3);
  	padding-left: 40px;
  	position: relative;
  	cursor: pointer;
  	text-decoration: none;
  	font-weight: bold;
  }

  #navigation .level-a > li.expand::before {
  	display: inline;
  	content: ' ';
  	width: 10px;
  	height: 10px;
  	position: absolute;
  	left: 10px;
  	top: 22px;
  	background-image: url('../img/accordion-exp-col-dark.png');
  	background-repeat: no-repeat;
  	background-position: 0 0;
  }
  #navigation .level-a > li.expand.show::before {
  	background-position: 0 -10px;
  }

  #navigation .level-a > li > a {
  	font-size: 18px;
  	font-family:'Proxima N W01 Bold', 'Montserrat', arial, sans-serif;
    font-weight: 700;
  	padding: 16px 0;
  	text-transform: uppercase;
  	color: #0b4470;
  	display: inline-block;
  	width: 100%;
  }

  #navigation .level-a > li.active > a > .arrow {
  	display: none;
  }

  #navigation .level-b {
  	display: none;
  	cursor: default;
  }

  #navigation .level-b > li > a {
  	font-family:'Proxima N W01 Smbd', 'Montserrat', arial, sans-serif;
    font-weight: 600;
  	font-size: 18px;
  	color: #0b4470;
  	padding: 8px 0;
  	display: inline-block;
  }
  #navigation .level-b > li > a:hover,
  #navigation .level-b > li > a:focus {
  	font-family:'Proxima N W01 Bold', 'Montserrat', arial, sans-serif;
    font-weight: 700;
  }
  #navigation .level-b > li:first-of-type > a,
  #navigation .level-b > li:last-of-type > a {
  	padding-top: 0;
  }

  #navigation .level-c {
  	display: none;
  	background: #ffffff;
  	border-top: 1px solid #86a2b7;
  	position: absolute;
  	left: 0;
  	top: 100%;
  	z-index: 3;
  	-webkit-box-pack: justify;
  	    -ms-flex-pack: justify;
  	        justify-content: space-between;
  	padding: 30px;
  	-webkit-box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.8);
  	        box-shadow: 0px 2px 10px -5px rgba(0,0,0,0.8);
  	width: auto;
  }
  #navigation .level-c ul {
    padding-right: 30px;

  	/* -webkit-box-flex: 1; */
  		/* -ms-flex-positive: 1; */
  			/* flex-grow: 1; */
  }
  #navigation .level-c ul li {
  	padding: 8px 0;
  	text-align: left;
  	white-space: nowrap;
  }
  #navigation .level-c a {
  	color: #0b4470;
  	font-family: 'Proxima N W01 Reg', 'Montserrat', arial, sans-serif;
    font-weight: 400;
  	font-size: 14.3px;
  	text-transform: none;
  	text-decoration: none;
  	font-weight: normal;
  }
  #navigation .level-c a.shop-all {
  	text-transform: uppercase;
  	text-decoration: underline;
  }
  #navigation .level-c a:hover,
  #navigation .level-c a:focus {
  	font-weight: 700;
  }
  #navigation .level-c .custom {
  	display: block;
  	text-align: center;
  	/* -webkit-box-flex: 1; */
  		/* -ms-flex-positive: 1; */
  			/* flex-grow: 1; */
  }

  #navigation .level-c .custom img{
    max-width: none;

  }

/* 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{
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
}
#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;
}

/* Styles the "button" to show the search menu */
#show-search {
  clip: auto;
  display: none;
  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;
}

#search-container fieldset {
  /*top: 0;*/
  border: 0 none;
  margin: 0;
  padding: 0;
}
#search-container label {
  clear: both;
  display: block;
  float: left;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  text-align: left;
  display: inline-block;
  width: 100%;
}

/* This visually hides the search button text for this screen size */
#search-container .search-button-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#search-container button[disabled]{ color: #fff;}
#search-container button, input{ line-height: normal; font-family: Arial, sans-serif; font-size: 11px;}
#search-container button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; }
#search-container button, .button{
  font-family: 'Proxima N W01 Smbd';
  background: none repeat scroll 0 0 #d62923;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  padding: .6em 2em .75em;
  text-align: center;
  border: 0;
  box-shadow: 0 2px 10px 4px #000;
  border-radius: 3px;
}

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;
  padding: 90px 10px 10px 10px;
}

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

#widget-sidebar {
  width: 100%;
  margin-top: 90px;
}

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

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

ul.usmint-breadcrumb li {
  display: inline;
}

ul.usmint-breadcrumb a {
  color: #0b4470;
  outline: none !important;
  overflow: hidden;
  text-decoration: none;
  line-height: 16px;
  font-family: 'Proxima N W01 reg', 'Monserrat', arial, sans-serif;
}
ul.usmint-breadcrumb a:hover {
  text-decoration: underline;
}
ul.usmint-breadcrumb a, ul.usmint-breadcrumb span {
  font-size: 12px;
  padding: 0 .6em;
}
.bread-current{
  font-size: 12px;
  line-height: 16px;
  font-family: 'Proxima N W01 reg', 'Monserrat', arial, sans-serif;
}
/******************************************************
  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;
}

div#primary-info {
  margin-top: 10px;
}

#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;
  background: #0b4470;
  /* AO
  font-size: 0.9em;*/
  margin: 0 auto;
  color: #fff;
  font-family:'Proxima N W01 Reg', 'Montserrat', arial, sans-serif;

}

#footer #utility-bar {
  background: #ebf0f2;
  text-align: center;
  max-width: 1326px;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  top: -24px;
  color: #0b4470;
  font-family:'Proxima N W01 Bold', 'Montserrat', arial, sans-serif;
  font-weight: 700;
  font-size: 17.2667px;
  padding: 12px 45px;
}

#footer #utility-bar a, #footer #utility-bar a:hover {
  text-decoration: none;
  color: #0b4470;
}

#footer #social {
  margin: 0;
  padding: 1% 1% 1% 0;
  height: 101px;
}

#footer .footer-list {
  /*display: webkit-box;
  display: ms-flexbox;*/
  display: flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:colum;
  flex-direction:column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  border-top: 2px solid rgba(255, 255, 255, .3);
}

#footer .footer-list ul {
    display: none;
    line-height: 1.6em;
}

#footer .footer-list li {
    list-style: none;
}

#footer .footer-list span{
  display: block;
  color: #fff;
  margin-top: 0;
  font-size: .938em;
  border-bottom: 1px solid rgba(255,255,255,.3);
  padding: 16px 0 16px 15px;
}

#footer .footer-list span:last-of-type{
  margin: 0px;
}

#footer .content-asset ul, .content-asset ol{
  line-height: 1.6em;
  margin: 1em 0;
  padding: 0 1.5em;
}

.content-asset ul li {
  list-style: disc outside none;
}

.content-asset ul, .content-asset ol{
  line-height: 1.6em;
  margin: 1em 0;
  padding: 0 1.5em;
}

.content-asset ul li { list-style: disc outside none;}

.responsive-padding{
  padding-left: 20px;
  padding-right: 20px;
}

#phone {
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  color: #0b4470;
  text-decoration: none;
}

#social ul {
  padding: 0;
  margin: 0 0 3px 0;
}

/* The formatting for the list of social media links */
#social li {
  margin: 0 0 0 20px;
  padding: 0;
  opacity: 1;
  list-style: none;
  display: inline;
}

#social img {
  width: 35px;
}

#social li:hover {
  opacity: .5;
  cursor: pointer;
}


/* Style for the entire e-mail sign-up block */
#footer .email-signup{
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-transform: uppercase;
    font-size: 0.81em;
    font-family: 'Proxima N W01 Bold', "Montserrat";
    text-align: center;
    padding-top: 20px;
    margin: 0;
}
#footer .email-signup .signup-label{
  line-height: normal;
  margin: 0;
}
#footer .email-error, .email-success {
  display: none;
}
#footer .email-social {
  background: #ebf0f2;
  color: #0b4470;
  padding: 20px 45px;
}

#footer .email-signup .esformfooter {
  width: 100%;
  padding-top: .7em;
}

#footer .email-signup .esformfooter form {
  display: flex;
  justify-content: space-between;
}

#footer .email-signup .esformfooter label {
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
}

#footer .email-signup .esformfooter input[type="email"],
#footer .email-signup .esformfooter input[type="tel"]::placeholder { color: #939393; }

#footer .email-signup .esformfooter input[type="email"],
#footer .email-signup .esformfooter input[type="tel"]:-webkit-input-placeholder { color: #939393; }

#footer .email-signup .esformfooter input[type="email"],
#footer .email-signup .esformfooter input[type="tel"]:-ms-input-placeholder { color: #939393; }

#footer .email-signup .esformfooter input[type="email"],
#footer .email-signup .esformfooter input[type="tel"] {
  font-family: "Proxima N W01 Reg", "Montserrat";
  width: 100%;
  height: 40px;
  border-radius: 2px;
  padding: 0 0 0 10px;
  border: 1px solid #CCC;
  font-size: .75em;
  text-transform: uppercase;
  margin-bottom: 8px;
  flex-grow: 1;
}

#footer .email-signup .esformfooter .es-button-footer:hover,
#footer .email-signup .esformfooter .es-button-footer:focus { background: #b31e19; }
input.errormessageinputvalidator {border: solid 1px #d62923; }
input[type="email"], input[type="tel"] {
  border: 1px solid #cbcbcb;
  padding: .7em .8em;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
  font-size: 1.2em;
}
#footer .email-social>div{
  display: webkit-box;
  display: ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .email-signup .esformfooter .es-button-footer {
  font-family: 'Proxima N W01 Smbd', 'Montserrat', arial, sans-serif;
  font-weight: 600;
  border-radius: 0 4px 4px 0;
  color: #fff;
  display: block;
  border: 0;
  background: #d62923;
  font-size: .938em;
  width: 100%;
  max-width: 130px;
  height: 40px;
  flex-grow: 1;
  padding: 0;
}
#footer .contacts-social {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  padding: 0 0 14px;
  font-family: 'Proxima N W01 Bold', 'Montserrat';
  text-transform: uppercase;
  border-bottom: 1px solid rgba(11, 68, 116, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .contacts {
  padding-bottom: .7em;
  text-align: center;
}
#footer .contacts .tel { font-size: 1.25em; }
#footer .contacts a { color: #0b4470; }
#footer .contacts a:visited { color: #3c5466; }
#footer .social {font-family: "Proxima N W01 Smbd";}
#footer .social ul {
  margin: 0;
  padding: 0;
}
#footer .social li{
  cursor: pointer;
  padding: 0;
  margin: 0 1em 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 26px;
  float: left;
  text-indent: -999em;
  list-style: none;
}
#footer .social li a {
  display: block;
  width: 26px;
  height: 26px;
}
#footer .social li:hover {opacity: .5;}
#footer .social li.facebook {background-image: url(/wordpress/wp-content/themes/us-mint/img/social-media/facebookBlue.png); }
#footer .social li.twitter {background-image: url(/wordpress/wp-content/themes/us-mint/img/social-media/twitterBlue.png); }
#footer .social li.pinterest {background-image: url(/wordpress/wp-content/themes/us-mint/img/social-media/pinterestBlue.png); }
#footer .social li.youtube {background-image: url(/wordpress/wp-content/themes/us-mint/img/social-media/youtubeBlue.png); }
#footer .social li.rss {background-image: url(/wordpress/wp-content/themes/us-mint/img/social-media/rssBlue.png); }

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

#notification-signup-forms { padding: 12px 0; }

#footer a {
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  outline: none !important;
}

#footer a:hover {  color: #b31e19; }
#footer a:visited {  color: #3c5466; }

.center-with-width {
  width: 100%;
  max-width: 1180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#footer .footer-bg {
    font-size: 'Proxima N W01 Reg', 'Montserrat';
    background-color: #0b4470;
    padding-top: 5%;
    padding-bottom: 20px;
}

#footer .footer-bg a:hover, #footer .footer-bg a:focus {
  color: #fff;
  text-decoration: underline;
}

#footer .footer-bg a, #footer .footer-bg a:visited{
    color:#fff;
}

.footer-wrap *{
    box-sizing: border-box;
}

.footer-wrap{
    width: 100%;
    font-size: 1rem;
    position: relative;
}

#footer .footer-bottom-links {
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255,255,255,.3);
}

#footer .footer-bottom-links span{
  display: block;
  color: #fff;
  margin-top: 0;
  font-size: .938em;
  padding: 16px 0 16px 10px;
  margin: 0;
}

#footer .footer-bottom-links span.active{
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  color: #fff !important;
}

#footer .footer-bottom-links ul{
  display: none;
}

footer .footer-bottom-links li{
    list-style: none;
}

#footer span.exp-col{
  cursor: pointer;
}

#footer span.exp-col::after{
  display: inline;
  content: ' ';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 22px;
  background-image: url('../img/accordion-exp-col.png');
  background-repeat: no-repeat;;
  background-position: 0 0;
}

#footer span.exp-col.active::after{
  background-position: 0 -10px;
}


#legal-footer-wrapper {
  width: 100%;
  background: #ebf0f2;
  margin: 0;
  font-size: 0.57em;
  color: #090911;
  height: auto;
  overflow: auto;
  font-family: "Arial";
}

#legal-footer-wrapper .legal-footer>div{
    display:-webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction:column;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}

#legal-footer-wrapper .legal-footer ul{
  padding: 0 0 20px;
  margin: 0;
  text-align: center;
}
#legal-footer-wrapper .legal-footer ul a { color: #0b4470; }
#legal-footer-wrapper .legal-footer ul a:hover { color: #b31e19; }
#legal-footer-wrapper .legal-footer li {
  display: inline;
  padding: 0 1.25em 0 0;
}

#legal-footer-wrapper .legal-footer p {
  background: url("/wordpress/wp-content/themes/us-mint/img/USTreasurySeal.gif") no-repeat center top;
  background-position: center top;
  background-size: 34px;
  padding: 48px 0 0 0;
  margin: 0;
}

/* ==========================================================================
   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: 0px 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;
  }

  /* Updates for print WP331 */
  .no-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .press-release-image {
    max-width: 200px !important;
    float: right;
  }

  .category-coin-and-medal-programs img, .category-inside-the-mint img {
    max-width: 200px !important;
    float: left !important;
  }

  .category-coin-and-medal-programs ug-slider-wrapper {
    height: 396px;
  }

  div#coin-medal-images, div#coin-medal-images img {
    max-height: 239px !important;
  }

  .ug-textpanel-bg {
    display: block;
    max-height: 220px !important;
    max-width: 220px !important;
  }

  div.ug-thumbs-strip-inner, div.ug-strip-panel,
  .ug-gallery-wrapper .ug-textpanel-title {
    display: none !important;
  }

  div#primary-info {
    margin-top: 10px;
  }

  .video-replacement {
    border: 1px solid #000;
    padding: 5px 10px;
  }

} /* end print styles */
