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

}

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

#basic-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;
  padding: 10px;
}
#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;
}
#header .promo-box {
  display:none;
}


  #navigation .nav-search {
  	display: inline;
  	-webkit-box-flex: 1;
  	-ms-flex-positive: 1;
  	flex-grow: 1;
  	padding-left: 16px;
  }

  #navigation form.search-form {
    background-color: #fff;
    display: flex;
    border: 1px solid #86a2b7;
    border-radius: 2px;
  }

  #navigation div.input-and-suggestions {
    flex: 1;
    margin-right: 2px;
    position: relative;
  }

  #search-container label.search-field {
    font-size: 1em;
    padding: 0;
    text-align: left;
    flex: 1;
    width: 280px;
  }

  #navigation .nav-search {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
   /* width: 100%;*/
    max-width: 330px;
    margin: 11px;
  }

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

  #navigation .nav-search input[type="search"] {
    width: 100%;
    box-sizing: border-box;
  	padding: 10px 0px 10px 16px;
    margin: 1px;
  	font-size: 12px;
    border: none;
    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;
  	float: right;
  	border: none;
  	cursor: pointer;
  	-webkit-box-shadow: none;
  	        box-shadow: none;
  	padding: 0;
  	background: none;
  	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;
  }


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


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

/* 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 Suggestion styling section */

form.search-form div.search-scope {
  display: none;
}

form.search-form div.scope-visible {
  display: flex;
  position: absolute;
  top: 53px;
  left: 0;
  width: 100%;
  height: 37px;
  z-index: 5;
  background-color: #fff;
  color: #000;
}

form.search-form div.search-scope input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  display: none;
}

form.search-form div.search-scope label.search-scope-option {
  line-height: 2em;
  padding: 0;
  display: flex;
  width: 50%;
  font-size: 13px;
  font-family: 'Proxima N W01 Bold', 'Montserrat', arial, sans-serif;
  font-weight: 700;
  align-items: center;
  justify-content: center;
  color: #0b4470;
  border-style: solid;
  border-top-width: 0px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: rgba(134, 162, 183, 0.3);
}

form.search-form div.search-scope label.selected-scope {
  background-color: #e3eaed;
}

form.search-form div.search-suggestion-box {
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 6;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #000;
}

form.search-form div.search-suggestion-box ul.suggestion-list {
  padding: 0;
  margin:  0;
  list-style: none outside none;
}

form.search-form div.search-suggestion-box li.search-suggestion {
  text-align: left;
  padding: 4px 16px;
  border-bottom: 1px solid #aaa;
}

form.search-form div.suggestions-hidden {
  display: none;
}

form.search-form li.suggestion-hidden {
  display: none;
}

form.search-form li.suggestion-selected {
  background-color: #eee;
}

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

div#mini-wrapper > div#primary-container {
  min-height: calc(100vh - 196px);
}

#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: #e2e9ef;
  border: 1px solid #95989a;
  padding: .4em;
  margin-bottom: 25px;
  display: inline-block;
}

.results-listing #pr-result-summary {
  margin-bottom: 5px;
}

div.product-info img#shopping-cart-icon {
  display: none;
}

div.product-info div#prduct-info-text {
  display: inline-block;
  vertical-align: top;
  margin-left: .4em;
}

div.product-info div#product-info-title {
  font-size: 1em;
  font-weight: bold;
}

.results-listing article {
  padding: 0;
  overflow: auto;
  border-bottom: 1px solid #95989a;
  padding: 20px 0;
}

.results-listing article.kids-site-result {
  background-color: #fff9e8
}

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

div.usmint-search-result {
  display: flex;
}

div.usmint-search-result div.usmint-search-result-content {
  flex: 1;
  margin-right: 20px;
}

div.usmint-search-result div.usmint-search-result-tags {
  display: none;
}

div.usmint-search-result img.usmint-search-thumbnail {
  display: none;
}

.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 .pagination {
  padding: 10px;
}

div.usmint-image-ribbon {
  display: none;
}

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

div#game-div {
  display: flex;
}

div#game-wrapper {
  margin: auto;
}

.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"]::placeholder,
#footer .email-signup .esformfooter input[type="tel"]::placeholder { color: #939393; }

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

#footer .email-signup .esformfooter input[type="email"]:-ms-input-placeholder,
#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.instagram {background-image: url(/wordpress/wp-content/themes/us-mint/img/social-media/instagramBlue.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 div#basic-footer-content {
  padding: 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 */



/*Global header overrides*/




.hidden {
display: none;
}

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

.desktop-only {
display: none;
}

.noscroll {
overflow: hidden;
}

.fixed {
position: fixed;
}

.nav-ribbon-menu {
background-color: #ffffff;
padding: 5px;
z-index: 2;
border-bottom: 1px solid rgba(134, 162, 183, 0.3);
}
.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;
}
.nav-ribbon-menu ul li {
white-space: nowrap;
-webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
padding: 0 22px;
}
.nav-ribbon-menu ul li a {
font-size: 10px;
font-family:'Proxima N W01 Smbd';
color: #0b4470;
text-transform: uppercase;
font-weight: 600;
text-decoration: none;
}
.nav-ribbon-menu ul li a:hover,
.nav-ribbon-menu ul li a:focus {
font-weight: 700;
}
.global-header .global-header-content {
width: 100%;
max-width: 1180px;
margin: 0 auto;
}

#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;
border-bottom: 1px solid #86a2b7;
}
.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;
}
.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;
}
.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;
}
.menu-icon-container .menu-icon .bar:nth-child(1) {
top: 0;
}
.menu-icon-container .menu-icon .bar:nth-child(2) {
top: 9px;
}
.menu-icon-container .menu-icon .bar:nth-child(3) {
top: 18px;
}
.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);
}
.menu-icon-container .menu-icon.open .bar:nth-child(2) {
opacity: 0;
}
.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);
}
.menu-icon-container .icon-text {
display: block;
padding-top: 5px;
font-family:'Proxima N W01 Smbd';
font-size: 12px;
}
#navigation .menu-icon-container.mobile-menu-open {
position: absolute;
top: 10px;
left: 20px;
z-index: 40;
}

#wrapper {}
#wrapper.menu-active {
position: fixed;
}

/*.nav-wrapper {
  height: 100%;
left: -120%;
top: 100%;
  margin-top: 0;
  position: absolute;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
width: 100%;
background-color: #ffffff;
font-size: 16px;
overflow: hidden;
}*/

/*#wrapper.menu-active .nav-wrapper {
left: 0;
  height: auto;
  overflow-y: scroll;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
  -webkit-transition: left .5s ease;
  -o-transition: left .5s ease;
  transition: left .5s ease;
  z-index: 30;
  width: 100vw;
}*/

.nav-menu li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
/*border-bottom: 1px solid #dae3ea;*/
list-style: none;
color: #0b4470;
text-transform: uppercase;
font-family: 'Proxima N W01 Reg', arial, sans-serif;
}

.nav-menu li a {
color: #0b4470;
text-transform: uppercase;
font-family: 'Proxima N W01 Reg', arial, sans-serif;
}

.nav-menu.level-1 {
position: relative;
border-bottom: 1px solid #dae3ea;
height: 100%;
background-color: #ffffff;
flex-direction: column;
}
#wrapper.menu-active .nav-menu.level-1 {
display: flex;
}

.level-2,
.level-3,
.level-4 {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: auto;
min-height: 100vh;
z-index: 10;
background-color: #ffffff;
}

.nav-menu .category-click-thru,
.nav-menu .mobile-click-thru,
.nav-menu .mobile-nav-back,
.nav-menu li > a {
padding: 22px 0 22px 22px;
display: block;
cursor: pointer;
width: 100%;
}

.nav-menu li .menu-item-toggle {
cursor: pointer;
position: relative;
border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #0b4470;
padding-right: 20px;
}

.nav-menu li .menu-item-toggle:after {
position: absolute;
  display: block;
content: '';
top: 50%;
left: -9px;
-webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
        transform: translate(0,-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #ffffff;
  width: 0;
  height: 0;
}

#header .logo-box {
width: 100%;
max-width: 170px;
}
#header .logo-box img {
width: 100%;
height: auto;
}
#header .logo-box img.tablet {
display: none;
}
#header .promo-box {
display: none;
width: 100%;
max-width: 300px;
margin: 0 10px;
}
#header .promo-box a,
#header .promo-box img {
width: 100%;
height: auto;
display:block;
}
#header .cart-customer-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#header .cart-box {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}

.mini-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.mini-cart .empty-message {
display: none;
text-align: right;
text-transform: uppercase;
font-size: 13px;
line-height: 1.3em;
margin-right: 14px;
max-width: 72px;
}
.mini-cart .mini-cart-total {
width: 28px;
height: 36px;
background-image: url("../images/cart-icon-white.png");
background-repeat: no-repeat;
background-size: contain;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.mini-cart .mini-cart-total a.mini-cart-link,
.mini-cart .mini-cart-total .mini-cart-empty {
color: #0b4470;
font-size: 1.2em;
display: block;
text-decoration: none;
}
.mini-cart .mini-cart-total-label,
.mini-cart .mini-cart-item-word,
.mini-cart .cart-total {
display: none;
}
.mini-cart .cart-total,
.mini-cart .cart-total a {
color:#99b6c3;
font-family:'Proxima N W01 Reg', arial, sans-serif;
}
.mini-cart .cart-total .cart-amount {
font-weight: 500;
display: block;
font-size: 1.6em;
height: 23px
}
.mini-cart .cart-total .cart-checkout {
clear: both;
display: block;
font-size: 1.12em;
padding: 1px 1px 0 0;
}
.customer-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 22px;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 35px;
}
.customer-box.open {
padding-bottom: 0;
}
.customer-box .welcometext{
color: #0b4470;
font-size: 12px;
font-family:'Proxima N W01 Reg', arial, sans-serif;
text-align: right;
position:relative;
text-transform:capitalize;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
flex-grow: 1;
}
.customer-box .welcometext .welcome {
padding-right: 4px;
}
.customer-box .welcometext a.user-name {
color: #0b4470;
font-size: 12px;
font-family: 'Proxima N W01 Reg', arial, sans-serif;
display: block;
padding-right: 16px;
position: relative;
cursor: pointer;
}
.customer-box .welcometext a.user-name::after {
position: absolute;
content: '';
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
background-image: url(../images/down-arrow-new.png);
background-repeat: no-repeat;
background-position: bottom;
width: 8px;
height: 4px;
display:block;
}
.customer-box .welcometext.not-active {
width:auto;
}
.customer-box .welcometext.not-active a.user-name {
background:none;
cursor:auto;
padding-right:0;
}
.customer-box .welcometext.not-active a.user-name:hover,
.customer-box .welcometext.not-active a.user-name:focus,
.customer-box .welcometext a.user-name:hover,
.customer-box .welcometext a.user-name:focus {
font-weight: 700;
}
.customer-box .user-links-wrapper:not(.open) {
max-height: 0;
}
.customer-box .user-links-wrapper.open {
margin-top: 12px;
z-index: 100;
}
.user-links-wrapper {
padding-bottom:0;
position: relative;
text-align:right;
width:100%;
margin: 0 -22px;
-webkit-box-flex: 1;
    -ms-flex-positive: 1;
        flex-grow: 1;
overflow: hidden;
-webkit-transition:max-height 0.5s, margin 0.5s;
-o-transition:max-height 0.5s, margin 0.5s;
transition:max-height 0.5s, margin 0.5s;
}
.customer-box .user-links-background {
width:auto;
position: relative;
}
.customer-box .user-links-wrapper .arrow {
position: absolute;
display: block;
content: '';
top: -6px;
right: 103px;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #0b4470;
width:0;
height:0;
}
.customer-box ul.user-links {
background:#0b4470;
padding:12px 30px;
}
.customer-box ul.user-links li {
list-style:none;
padding: 10px;
}
.customer-box ul.user-links li a {
color:#fff;
font-family:'Proxima N W01 Reg', arial, sans-serif;
font-size:1.1em;
letter-spacing:0;
line-height: 1.5em;
white-space: nowrap;
}
.customer-box ul.user-links li a:hover {
font-weight: 700;
}
.user-links li.last {}

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

@media screen and (min-width: 768px) {
.level-2,
.level-3,
.level-4 {
  height: 100%;
  min-height: 0;
}

#header .logo-box {
  width: 50%;
  max-width: 406px;
}
#header .logo-box img.mobile {
  display: none;
}
#header .logo-box img.tablet {
  display: block;
}
#header .promo-box {
  display: block;
}
.mini-cart .empty-message {
  display: block;
}
.mini-cart .mini-cart-total {
  width: 41px;
  height: 51px;
}

#navigation .menu-icon-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}
#navigation .menu-icon-container .icon-text {
  padding: 0 12px 0;
  line-height: 0;
}

#navigation .nav-search {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
}

  .nav-menu li.click-back {
  background-color: #e3eaed;
  font-family:'Proxima N W01 Smbd';
  }

  .nav-menu li .click-back-carat {
  cursor: pointer;
  width: auto;
  display: block;
  position: relative;
  border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 9px solid #0b4470;
  padding-left: 20px;
  }

  .nav-menu li .click-back-carat:after {
  position: absolute;
    display: block;
  content: '';
  top: 50%;
  right: -9px;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid #e3eaed;
    width: 0;
    height: 0;
  }


@media screen and (min-width: 1024px) {
/*.nav-ribbon-menu {
  display: none;
}*/

.global-header .mobile,
.nav-menu li .mobile {
  display: none;
}
.global-header .tablet,
.nav-menu li .tablet  {
  display: none;
}
.global-header .desktop {
  display: block;
}

#header .cart-customer-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .cart-box {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.customer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
  padding: 0;
}
.customer-box .welcometext{
  color: #99b6c3;
}
.customer-box .welcometext a.user-name {
  color: #99b6c3;
}
.customer-box .welcometext a.user-name::after {
  background-position: top;
}
.customer-box .welcometext.not-active {
  width:auto;
}
.customer-box .welcometext.not-active a.user-name {
  background:none;
  cursor:auto;
  padding-right:0;
}
.customer-box .welcometext.not-active a.user-name:hover,
.customer-box .welcometext.not-active a.user-name:focus,
.customer-box .welcometext a.user-name:hover,
.customer-box .welcometext a.user-name:focus {
  color:#fff;
  font-weight: normal;
}
.user-links-wrapper {
  z-index:5;
  padding-bottom:0;
  position:absolute;
  right: -6px;
  text-align:left;
  width:auto;
  max-height:0;
  overflow: hidden;
  -webkit-transition:max-height 0.8s;
  -o-transition:max-height 0.8s;
  transition:max-height 0.8s;
  margin: 0;
  border: none;
}
.customer-box .welcometext a.user-name:hover ~ .user-links-wrapper,
.customer-box .user-links-wrapper:hover {
  max-height:300px;
  overflow: visible;
}
.customer-box .user-links-background {
  width:auto;
  position: relative;
  border-top:3px solid #ffffff;
}
.customer-box .user-links-wrapper .arrow {
  position: absolute;
  display: block;
  content: '';
  top: -9px;
  right: 6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  width:0;
  height:0;
}
.customer-box ul.user-links {
  background:#0b4470;
  padding:12px;
}
.customer-box ul.user-links li {
  list-style:none;
  padding: 10px;
}
.customer-box ul.user-links li a {
  color:#fff;
  font-family:'Proxima N W01 Reg', arial, sans-serif;
  font-size:1.1em;
  letter-spacing:0;
  line-height: 1.5em;
  white-space: nowrap;
}
.customer-box ul.user-links li a:hover {
  font-weight: 700;
}

.mini-cart .cart-total {
  display: block;
  text-align: right;
  padding-right: 12px;
}
.mini-cart .mini-cart-total {
  width: 48px;
  height: 61px;
}

ul.menu-utility-user li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

ul.menu-utility-user li a {
  color: #99b6c3;
}

ul.menu-utility-user li.my-account-mobile {
  display: none;
}

#navigation {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  position: relative;
}

#navigation .menu-icon-container {
  display: none;
}
/*
#navigation .nav-search {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  max-width: 330px;
  margin: 11px;
}*/

#navigation .nav-wrapper {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  opacity: 1;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: none;
  position: static;
  background-color: transparent;
  border: none;
  padding: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  overflow: visible;
  z-index: auto;
}
#navigation .nav-wrapper::before,
#navigation .nav-wrapper::after {
  display: none;
}

.level-2,
.level-3,
.level-4 {
  display: none;
}

.nav-menu.level-1 {
  position: static;
  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-align: center;
    -ms-flex-align: center;
      align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.nav-menu.level-1 > li {
  border: none;
  padding: 0px;
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  height: 100%;
}

.nav-menu.level-1 > li > a {
  font-family:'Proxima N W01 Smbd';
  font-size: 18px;
  padding: 0;
  text-transform: uppercase;
  color: #0b4470;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  overflow: visible;
}
.nav-menu.level-1 > li > a:hover,
.nav-menu.level-1 > li > a:focus,
.nav-menu.level-1 > li.hover > a {
  font-family: 'Proxima N W01 Bold';
  font-size: 17.8px; /*reduce size; 'bold' version of font is larger.*/
}
.nav-menu.level-1 > li > a::before {
  display: inline-block;
  content: ' ';
  position: absolute;
  background-color: rgba(134, 162, 183, 0.75);
  width: 1px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.nav-menu.level-1 > li:first-child > a::before {
  display: none;
}

.nav-menu.level-1 > li > a > .arrow {
  display: none;
}
.nav-menu.level-1 > li.active > a > .arrow,
.nav-menu.level-1 > li.expand:hover > a > .arrow,
.nav-menu.level-1 > li.expand:focus > a > .arrow,
.level-2 li:hover > .level-3-arrow,
.level-2 li:focus > .level-3-arrow {
  position: absolute;
  display: block;
  bottom: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #86a2b7;
  width:0;
  height:0;
  z-index: 4
}

.nav-menu.level-1 > li.expand > a > .arrow.touched::after {
  border-bottom-color: #d6dfe7;
}

.nav-menu.level-1 li.active .level-2 {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 1px;
  max-width: 1180px;
  background-color: #ffffff;
  height: 55px;
  border-top: 1px solid #a8b7c2;
  z-index: 1;
  overflow: unset;

}

.nav-menu.level-1 > li.expand:not(.active):hover .level-2,
.nav-menu.level-1 > li.expand:not(.active):focus .level-2 {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 1px;
  max-width: 1180px;
  background-color: #ffffff;
  height: 55px;
  border-top: 1px solid #a8b7c2;
  z-index: 10;
  overflow: unset;

}
.nav-menu.level-1 > li.active > a > .arrow::after,
.nav-menu.level-1 > li.expand:hover > a > .arrow::after,
.nav-menu.level-1 > li.expand:hover > a > .arrow::after,
.level-2 li:hover > .level-3-arrow::after,
.level-2 li:focus > .level-3-arrow::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  width:0;
  height:0;
}

.level-2 .menu-wrap {
  height: 100%;
}


.level-2 .level-3 .menu-wrap{
  display: flex;
}


.level-2 ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.level-2 ul li.cat-level-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-flex: 1;
    -ms-flex-positive: 1;
      flex-grow: 1;
  position: relative;

}
.level-2 ul li a,
.level-2 ul li a.desktop {
  font-size: 13px;
  font-family: 'Proxima N W01 Bold';
  padding: 0;
  color: #0b4470;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
}
.level-2 ul li.cat-level-2 > a,
.level-2 ul li.cat-level-2 > a.desktop {
  text-transform: uppercase;
}
.level-2 ul li.cat-level-2:hover,
.level-2 ul li.cat-level-2:focus {
  background-color: #d6dfe7;
}

.level-2 li:hover .level-3,
.level-2 li:focus .level-3 {
  display: block;
}

.level-3{
  background-color: #ffffff;
  border-top: 1px solid #86a2b7;
  position: absolute;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 180px;
  height: auto;
  padding: 20px;
  -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);
  overflow: unset;
  z-index: 3;
}

.level-3 ul {
  display: block;
}
.level-3 ul li,
.level-4 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  text-align: left;
  border: none;
}
.level-3 ul li.cat-level-3 a,
.level-3 ul li.cat-level-3 a.desktop,
.level-4 ul li.cat-level-4 a,
.level-4 ul li.cat-level-4 a.desktop {
  display: block;
  font-family: 'Proxima N W01 Reg', arial, sans-serif;
  text-transform: none;
}
/*.level-3 ul li.cat-level-3:hover > a,
.level-3 ul li.cat-level-3:focus > a,
.level-4 ul li.cat-level-4:hover > a,
.level-4 ul li.cat-level-4:focus > a {
  text-shadow: 0 0 0 #0b4470, 0 0 0 #0b4470, 0 0 0 #0b4470;
}*/
.level-3 ul li .menu-item-toggle {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0b4470;
}
.nav-menu li .menu-item-toggle:after {
  left: -7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
}

.level-4 {
  position: absolute;
  top: -1px;
  left: 100%;
  width: auto;
  min-width: 180px;
  height: auto;
  padding: 20px 0;
  -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);
  overflow: unset;
  /*background-color: #f5f5f5;*/
  border-top: 1px solid #86a2b7;
}

.level-3 ul li:hover .level-4,
.level-3 ul li:focus .level-4 {
  display: block;
}

.nav-menu.level-1 li.product-schedule .level-2 li.cat-level-2,
.nav-menu.level-1 li.about .level-2 li.cat-level-2 {
  -webkit-box-flex: 0;
    -ms-flex-positive: 0;
      flex-grow: 0;
}

.level-3 ul li.cat-level-3 a.shop-all,
.level-4 ul li.cat-level-4 a.shop-all {
  text-decoration: underline;
  text-transform: uppercase;
}
#navigation .level-3 .custom {
 display: block;
 text-align: center;
}

#navigation .level-3 .custom img{
 max-width: none;
}
}
/*Gets rid of the underlines for a under level-1 class*/
.level-1 li a {
  text-decoration: none;
}
