/*
  This stylesheet contains styles that should be used when the width of the viewport
  Is greater than 1024 pixels and less than 1140 pixels.
*/

#shop-by-padding {
  width: 25px;
}

@media screen and (min-width: 1011px) and (max-width: 1020px) { #shop-by-padding { width: 35px; } }
@media screen and (min-width: 1021px) and (max-width: 1030px) { #shop-by-padding { width: 45px; } }
@media screen and (min-width: 1031px) and (max-width: 1040px) { #shop-by-padding { width: 55px; } }
@media screen and (min-width: 1041px) and (max-width: 1050px) { #shop-by-padding { width: 65px; } }
@media screen and (min-width: 1051px) and (max-width: 1060px) { #shop-by-padding { width: 75px; } }
@media screen and (min-width: 1061px) and (max-width: 1070px) { #shop-by-padding { width: 85px; } }
@media screen and (min-width: 1071px) and (max-width: 1080px) { #shop-by-padding { width: 95px; } }
@media screen and (min-width: 1081px) and (max-width: 1090px) { #shop-by-padding { width: 105px; } }
@media screen and (min-width: 1091px) and (max-width: 1100px) { #shop-by-padding { width: 110px; } }
@media screen and (min-width: 1101px) and (max-width: 1110px) { #shop-by-padding { width: 120px; } }
@media screen and (min-width: 1111px) and (max-width: 1120px) { #shop-by-padding { width: 130px; } }
@media screen and (min-width: 1121px) and (max-width: 1130px) { #shop-by-padding { width: 140px; } }
@media screen and (min-width: 1131px) and (max-width: 1140px) { #shop-by-padding { width: 150px; } }

ul.level-1 ul.level-2>li:nth-of-type(10n+1) {
  width: 75px;
}

ul.level-1 ul.level-2>li:nth-of-type(10n+2) {
  width: 115px;
}

ul.level-1 ul.level-2>li:nth-of-type(10n+3) {
  width: 70px;
}

ul.level-1 ul.level-2>li:nth-of-type(10n+4) {
  width: 150px;
}

ul.level-1 ul.level-2>li:nth-of-type(10n+5) {
  width: 145px;
}

ul.level-1 ul.level-2>li:nth-of-type(10n+6) {
  width: 70px;
}

ul.level-1 ul.level-2 li:nth-of-type(10n+9) {
  margin-left: 1%;
  width: 150px;
}

ul.level-1 ul.level-2 li:nth-of-type(10n+10) {
  width: 135px;
}


ul.level-1>li>ul.level-2>li>a {
  padding: 0 14px;
}

ul.level-1 ul.level-2 li.shop-by-menu>a {
  margin-left: 10px;
  padding-left: 45px;
  padding-right: 15px;
}

#social li {
  margin: 0 0 0 30px;
}

/* new style sheet for min0sidth: 1024px */
#wrapper {
  background: url("/wordpress/wp-content/themes/us-mint/img/breadcrumb-bg.png") repeat-x scroll 0 95px #fff;
  margin: auto;
  width: auto;
}
#header {
  padding: 10px 0 45px;
  padding: 10px 10px 45px;
}
#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;
  height: 61px;
}

#overlay-blue {
  background-color: rgba(11, 68, 112, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.user-links-wrapper {
  z-index:5;
  padding-bottom:0;
  position:absolute;
  right: -6px;
  top: calc(100% + 8px);
  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;
}

.nav-ribbon-menu {
  display: none;
}

.global-header .desktop {
  display: block;
}

.customer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 0;
  padding: 0;
}

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

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 {
  position: absolute;
  left: 0;
  right: 0;
  /*height: 57px;*/
  top: calc(100% - 35px);
}

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

#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;
}
#navigation .level-a {
  -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%;
}
#navigation .level-a > 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%;
  position: static;

}
#navigation .level-a > li.expand::before {
  display: none;
}
#navigation .level-a > li > a {
  font-family:'Proxima N W01 Smbd', 'Montserrat', arial, sans-serif;
  font-weight: 600;
  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;
  text-decoration: none;
  font-weight: bold;
}
#navigation .level-a > li > a:hover,
#navigation .level-a > li > a:focus,
#navigation .level-a > li.hover > a {
  font-family: 'Proxima N W01 Bold', 'Montserrat', arial, sans-serif;
  font-weight: 700;
  font-size: 17.75px; /* reduce size; 'bold' version of font is larger. */
  text-decoration: none;
  font-weight: bold;
}
#navigation .level-a > 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%);
}
#navigation .level-a > li:first-child > a::before {
  display: none;
}

#navigation .level-a > li > a > .arrow {
  display: none;
}
#navigation .level-a > li.active > a > .arrow,
#navigation .level-a > li.expand:hover > a > .arrow,
#navigation .level-a > li.expand:focus > a > .arrow,
#navigation .level-b > li:hover > .level-3-arrow,
#navigation .level-b > 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
}
#navigation .level-a > li.active > a > .arrow::after,
#navigation .level-a > li.expand:hover > a > .arrow::after,
#navigation .level-a > li.expand:hover > a > .arrow::after,
#navigation .level-b > li:hover > .level-3-arrow::after,
#navigation .level-b > li:focus > .level-3-arrow::after {
  position: absolute;
  display: block;
  content: '';
  bottom: -9px; /* one past the parent border */
  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;
}
#navigation .level-a > li.expand > a > .arrow.touched::after {
  border-bottom-color: #d6dfe7;
}

#navigation .level-b {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-width: 1180px;
  background-color: #ffffff;
  height: 55px;
  border-top: 1px solid #a8b7c2;
}

#navigation .level-a > li.expand:not(.active):hover > .level-b,
#navigation .level-a > li.expand:not(.active):focus > .level-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}
#navigation .level-b.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#navigation .level-b > li {
  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;
}
#navigation .level-b > li > a {
  font-size: 13px;
  font-family: 'Proxima N W01 Bold', 'Montserrat', arial, sans-serif;
  font-weight: 700;
  padding: 0;
  text-transform: uppercase;
  text-decoration: none;
  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;
}
#navigation .level-b > li:hover,
#navigation .level-b > li:focus {
  background-color: #d6dfe7;
}
#navigation .level-b > li:hover .level-c,
#navigation .level-b > li:focus .level-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#navigation .product-schedule .level-b li {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: calc(100% / 5);
}

#content{
  padding-top: 85px;
}

/* Footer */
#footer .footer-list>div{
  max-width: none;
}

#footer .email-social {
  padding: 12px 20px;
}

#footer .email-signup {
  display: webkit-box;
  display: ms-flexbox;
  display:flex;
  flex-basis: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  text-align: left;
  border: 0;
  flex-wrap: wrap;
}

#footer .email-signup .signup-label{
    font-size: .98em; /* catalog value: 1.079em;*/
    width: 100%;
}
#footer .email-signup .esformfooter{
  width: 47%;
  flex-grow: 0;
  margin: 0;
}
#footer .email-signup .esformfooter input[type="email"], #footer .email-signup .esformfooter input[type="tel"] {
  font-size: .813em;
}

#footer .email-signup .esformfooter .es-button-footer{ font-size: 1em; }
#footer .contacts .tel { font-size: 1.704em; }
#footer .contacts-social {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  -webkit-box-align: center;
  border-left: 1px solid rgba(11, 68, 116, 0.5);
}

#footer .contacts {
  text-align: right;
  padding: 0 40px;
}

/* new style sheet for min-width: 1024px */
@media screen and (min-width: 1180px) {
  #footer #utility-bar {
    height: 100px;
    width: 1180px;
    text-align: left;
    margin: 0 auto;
    z-index: 20;
  /* AO */
    padding: 12px 45px;
    top: -35px;
  }

  #footer .email-social-wrapper {
    width: 100%;
    max-width: 1180px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 20;
  }
}
