.modal-open .dropdown-menu {
  z-index: 2050;
}

.modal-open .dropdown.open {
  *z-index: 2050;
}

.modal-open .popover {
  z-index: 2060;
}

.modal-open .tooltip {
  z-index: 2070;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop, .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin: -250px 0 0 -280px;
  overflow: auto;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -ms-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  background: #fd4f57;
  color: #fff;
  padding: 15px 20px;
}

.modal .modal-header h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
}

.modal .modal-header .close {
  content: "";
  margin-top: 2px;
  padding: 0;
  text-shadow: none;
  line-height: 0;
  color: transparent;
  border: 0;
  position: relative;
  background: none;
  opacity: 1;
}
.modal .modal-header .close:after {
  font-family: "FontAwesome";
  color: #fff;
  content: "\f00d";
  font-weight: 400;
  display: inline-block;
  margin: 4px 0 0;
}

.modal-body {
  max-height: 600px;
  padding: 40px 30px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal .modal-footer {
  padding: 15px 20px;
  margin-bottom: 0;
  text-align: right;
  background-color: #F1F7FF;
  *zoom: 1;
}
.modal .modal-footer .btn {
  margin-bottom: 0;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal .alert {
  background: #FFD6D1;
  color: #fd4f57;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.modal .alert p {
  color: #fd4f57;
  line-height: 0.5em;
}

.modal h3 {
  float: none;
  margin: 0;
  padding: 0;
}

.modal .table {
  width: 100%;
}

.modal table {
  background-color: rgba(0, 0, 0, 0);
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}

.modal .close {
  color: #000000;
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  opacity: 0.2;
  text-shadow: 0 1px 0 #FFFFFF;
}

.modal .table th, .table td {
  border-top: 1px solid #DDDDDD;
  line-height: 18px;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

ul.my-account-tabs {
  list-style: none;
  float: right;
  margin-bottom: 15px;
}

ul.my-account-tabs li {
  float: left;
  margin: 0 0 5px 5px;
  padding: 6px 12px;
  background-color: #205F8A;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}

ul.my-account-tabs li.active,
ul.my-account-tabs li:hover {
  background-color: #FF9A00;
}

ul.my-account-tabs li {
  font-size: 1em;
}

.m-show {
  display: none;
}

.share-email-form-modal .input-block {
  width: 100%;
  margin-bottom: 8px;
  padding: 8px 0;
}

.share-email-form-modal label {
  display: inline-block;
  width: 30%;
  min-width: 125px;
  margin-right: 2%;
  margin: 0;
  font-size: 1em;
}

.share-email-form-modal input,
.share-email-form-modal input[type=text],
.share-email-form-modal input[type=email],
.share-email-form-modal textarea,
.share-email-form-modal select,
.share-email-form-modal .hidden {
  display: inline-block;
  width: 68%;
  margin: 0;
  font-size: 1em;
}
.share-email-form-modal input.full-width,
.share-email-form-modal input[type=text].full-width,
.share-email-form-modal input[type=email].full-width,
.share-email-form-modal textarea.full-width,
.share-email-form-modal select.full-width,
.share-email-form-modal .hidden.full-width {
  width: 100% !important;
}

.share-email-form-modal .hidden {
  margin-bottom: 8px;
}

.share-email-form-modal textarea {
  height: 100px;
}

.hide {
  display: none;
}

@media (max-width: 580px) {
  .modal {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    margin: auto;
  }
  .modal.fade.in {
    top: auto;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .modal .btn {
    padding: 5px 10px;
  }
  ul.my-account-tabs {
    text-align: center;
    margin-bottom: 1em;
    float: none;
  }
  ul.my-account-tabs li {
    display: inline-block;
    float: none;
    margin: 0 0.25em 0.75em;
  }
  .m-show {
    display: block;
  }
  .share-email-form-modal label {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .share-email-form-modal input,
  .share-email-form-modal textarea,
  .share-email-form-modal select,
  .share-email-form-modal .hidden {
    width: 100%;
  }
  .share-email-form-modal .hidden {
    margin-top: 8px;
  }
  .share-email-form-modal .input-block {
    margin-bottom: 10px;
  }
}
.tab-content {
  overflow: auto;
}

.tab-content > .active {
  display: block;
}

.tab-content > .tab-pane {
  display: none;
}

.address-form-modal .input-block {
  width: 100%;
  margin-bottom: 8px;
}

.address-form-modal label {
  float: left;
  width: 20%;
  min-width: 75px;
  margin-right: 2%;
}

.address-form-modal input,
.address-form-modal select {
  float: left;
  width: 78%;
}

#form-error p {
  font-size: 1em;
  line-height: 1.2em;
}

@font-face {
  font-family: "StreetscriptRedux";
  src: url("/fonts/streetscriptredux-webfont.eot");
  src: url("/fonts/streetscriptredux-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/streetscriptredux-webfont.woff") format("woff"), url("/fonts/streetscriptredux-webfont.ttf") format("truetype"), url("/fonts/streetscriptredux-webfont.svg#streetscript_reduxregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.newsletter-wrapper {
  background-position: 0 3.5em;
}

.newsletter-wrapper {
  background: url("/img/dotted-line.png") repeat-x scroll 0 3em #ff9a00;
}

.wrapper {
  width: 100%;
}

.newsletter {
  padding: 2em 0;
  text-align: center;
}

.newsletter form {
  margin-top: 1.5em !important;
}

.newsletter h2 {
  font-size: 2.75em !important;
  line-height: 1.2em !important;
  padding: 0 1.5em !important;
  background-color: #ff9a00;
  color: white;
  display: inline-block;
  font-weight: bold;
  font-family: "StreetscriptRedux", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto !important;
  float: none;
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .newsletter h2 {
    background-color: #ff9a00;
    color: #fff;
    display: inline-block;
    font-size: 2em !important;
    padding: 0 0.5em !important;
  }
}
.newsletter input[type=email] {
  border: 1px solid #84bade;
  color: #999;
  font-size: 1.2em;
  margin: 0.75em 0;
  outline: 0 none;
  padding: 0.3em 0.4em;
  width: auto;
}

.newsletter input.btn {
  display: inline-block;
  width: auto;
  background-color: #205f8a;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-size: 1.2em;
  padding: 0.75em 1em;
  text-align: center;
  text-decoration: none;
  float: none;
  margin: 0;
}

select.shipping-method {
  padding: 3px 5px;
}