@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
@import 'global.css';
@import 'plugins.css';
.smooth {
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.text-shadow {
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
.box-shadow {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
}
.centered-box-shadow {
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
}
.button {
  background-color: #cb003d;
  border: 3px solid #cb003d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 1.5em;
  margin: 15px auto;
  padding: 5px;
  text-align: center;
  width: 250px;
  min-width: 150px;
  max-width: 100%;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
.button:hover,
.button:focus {
  background-color: #ffffff;
  border: 3px solid #cb003d;
  color: #cb003d;
  text-decoration: none;
}
body.my-body #menu-nav-wrapper {
  background-color: #ffffff;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
  box-shadow: 0 0 10px 1px rgba(0,0,0,0.5);
}
body.my-body #menu-nav-wrapper #menu-nav {
  display: table;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
body.my-body #menu-nav-wrapper #menu-nav li {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  body.my-body #menu-nav-wrapper #menu-nav li {
    display: inline-block;
  }
}
body.my-body #menu-nav-wrapper #menu-nav li a {
  color: #0072bc;
  display: block;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
body.my-body #menu-nav-wrapper #menu-nav li a:hover,
body.my-body #menu-nav-wrapper #menu-nav li a:focus {
  background-color: #0072bc;
  color: #ffffff;
}
body.my-body #menu-nav-wrapper #menu-nav li.active a {
  background-color: #0072bc;
  color: #ffffff;
}
body.my-body .accordion {
  padding: 25px 0;
}
body.my-body .accordion .section > h1 {
  display: none;
}
body.my-body .accordion .section .subsection {
  border: 3px solid transparent;
  border-left: none;
  border-right: none;
}
body.my-body .accordion .section .subsection:hover,
body.my-body .accordion .section .subsection:focus {
  border-color: #0072bc;
}
body.my-body .accordion .section .subsection:nth-child(even) {
  background-color: rgba(33,33,33,0.1);
}
body.my-body .accordion .section .subsection img {
  outline: 3px solid #0072bc;
}
body.my-body .accordion .section .subsection > h2 {
  font-size: 2em;
  letter-spacing: 2px;
}
body.my-body .accordion .section .subsection > h2:after {
  color: #0072bc;
}
body.my-body .accordion .section .subsection .subsection-item-list .subsection-item {
  padding-bottom: 10px;
}
body.my-body .accordion .section .subsection .subsection-item-list .subsection-item .subsection-item-image {
  display: none;
}
body.my-body .accordion .section .subsection .subsection-item-list .subsection-item .name {
  font-size: 1.25em;
}
body.my-body .accordion .section .subsection .subsection-item-list .subsection-item .description p {
  margin: 0;
}
body.my-body .accordion .section .subsection .subsection-item-list .subsection-item .price {
  font-size: 1em;
  font-style: italic;
  margin-right: 5px;
}
body.my-body .accordion .section .subsection .subsection-item-list .subsection-item .price:before {
  content: "$";
}
@media (min-width: 551px) {
  body.my-body .sidetabs {
    padding: 25px 0;
  }
  body.my-body .sidetabs .section > h1 {
    border-bottom: 2px solid #0072bc;
    display: none;
  }
  body.my-body .sidetabs .section .section-sortable:before {
    font-size: 1.2em;
  }
  body.my-body .sidetabs .section .subsection.open > h2 {
    color: #ffffff;
    background-color: #0072bc;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  }
  body.my-body .sidetabs .section .subsection > h2 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.25em;
  }
  body.my-body .sidetabs .section .subsection > h2:hover,
  body.my-body .sidetabs .section .subsection > h2:focus {
    color: #ffffff;
    background-color: #0072bc;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  }
  body.my-body .sidetabs .section .subsection .subsection-content {
    border-left: 5px solid #0072bc;
  }
  body.my-body .sidetabs .section .subsection .subsection-content > div p {
    font-size: 1em;
  }
  body.my-body .sidetabs .section .subsection .subsection-content .subsection-item-list .subsection-item {
    padding-bottom: 10px;
  }
  body.my-body .sidetabs .section .subsection .subsection-content .subsection-item-list .subsection-item .name {
    font-family: "Roboto Slab", Helvetica, sans-serif;
    font-size: 1.15em;
    font-weight: bold;
  }
  body.my-body .sidetabs .section .subsection .subsection-content .subsection-item-list .subsection-item .description p {
    font-size: 1em;
    margin-bottom: 0;
  }
  body.my-body .sidetabs .section .subsection .subsection-content .subsection-item-list .subsection-item .price {
    font-size: 1em;
    margin-right: 5px;
  }
  body.my-body .sidetabs .section .subsection .subsection-content .subsection-item-list .subsection-item .price:before {
    content: "$";
  }
}
@media (max-width: 550px) {
  body.my-body .sidetabs {
    padding: 25px 0;
  }
  body.my-body .sidetabs .section > h1 {
    display: none;
  }
  body.my-body .sidetabs .section .subsection {
    border: 3px solid transparent;
    border-left: none;
    border-right: none;
  }
  body.my-body .sidetabs .section .subsection:hover,
  body.my-body .sidetabs .section .subsection:focus {
    border-color: #0072bc;
  }
  body.my-body .sidetabs .section .subsection:nth-child(even) {
    background-color: rgba(33,33,33,0.1);
  }
  body.my-body .sidetabs .section .subsection img {
    outline: 3px solid #0072bc;
  }
  body.my-body .sidetabs .section .subsection > h2 {
    font-size: 2em;
    letter-spacing: 2px;
  }
  body.my-body .sidetabs .section .subsection > h2:after {
    color: #0072bc;
  }
  body.my-body .sidetabs .section .subsection .subsection-item-list .subsection-item {
    padding-bottom: 10px;
  }
  body.my-body .sidetabs .section .subsection .subsection-item-list .subsection-item .subsection-item-image {
    display: none;
  }
  body.my-body .sidetabs .section .subsection .subsection-item-list .subsection-item .name {
    font-size: 1.25em;
  }
  body.my-body .sidetabs .section .subsection .subsection-item-list .subsection-item .description p {
    margin: 0;
  }
  body.my-body .sidetabs .section .subsection .subsection-item-list .subsection-item .price {
    font-size: 1em;
    font-style: italic;
    margin-right: 5px;
  }
  body.my-body .sidetabs .section .subsection .subsection-item-list .subsection-item .price:before {
    content: "$";
  }
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control {
  text-align: center;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control #search {
  display: inline-block;
  vertical-align: middle;
  width: 400px;
  max-width: 100%;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control #search .input-group {
  width: 100%;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control #search .input-group .search {
  width: 100%;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control .btn-group {
  display: inline-block;
  vertical-align: middle;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control .btn-group .filter-button {
  zoom: 0.75;
  margin: 0;
}
@media (max-width: 767px) {
  body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control .btn-group .filter-button {
    margin-top: 15px;
  }
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control .btn-group.open .filter-button {
  background-color: #cb003d;
  border: 3px solid #cb003d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  font-family: "Josefin Sans", Helvetica, sans-serif;
  font-size: 1.5em;
  margin: 15px auto;
  padding: 5px;
  text-align: center;
  width: 250px;
  min-width: 150px;
  max-width: 100%;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  margin: 0;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control .btn-group.open .filter-button:hover,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control .btn-group.open .filter-button:focus {
  background-color: #ffffff;
  border: 3px solid #cb003d;
  color: #cb003d;
  text-decoration: none;
}
@media (max-width: 767px) {
  body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .search-control .btn-group.open .filter-button {
    margin-top: 15px;
  }
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .featured-item-wrapper {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-title {
  display: none;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection .subsection-title,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-space .subsection-title,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-wrapper .subsection-title {
  font-size: 2.25em;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection .subsection-content .subsection-item-list .no-matches,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-space .subsection-content .subsection-item-list .no-matches,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-wrapper .subsection-content .subsection-item-list .no-matches {
  border-color: #0072bc;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection .subsection-content .subsection-item-list .subsection-item .name,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-space .subsection-content .subsection-item-list .subsection-item .name,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-wrapper .subsection-content .subsection-item-list .subsection-item .name {
  text-align: left;
  font-size: 1.8em;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection .subsection-content .subsection-item-list .subsection-item .image,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-space .subsection-content .subsection-item-list .subsection-item .image,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-wrapper .subsection-content .subsection-item-list .subsection-item .image {
  margin: 0 auto 15px auto;
  width: 350px;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection .subsection-content .subsection-item-list .subsection-item .description p,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-space .subsection-content .subsection-item-list .subsection-item .description p,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-wrapper .subsection-content .subsection-item-list .subsection-item .description p {
  margin-bottom: 10px;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection .subsection-content .subsection-item-list .subsection-item .price,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-space .subsection-content .subsection-item-list .subsection-item .price,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-wrapper .subsection-content .subsection-item-list .subsection-item .price {
  color: #cb003d;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection .subsection-content .subsection-item-list .subsection-item .tags .tag,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-space .subsection-content .subsection-item-list .subsection-item .tags .tag,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes .section .section-sortable .subsection-content-wrapper .subsection-content .subsection-item-list .subsection-item .tags .tag {
  background-color: #cb003d;
  border: thin solid #cb003d;
  color: #ffffff;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu .section > .featured-item-wrapper {
  display: none;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-collapsible .section > .featured-item-wrapper {
  display: none;
}
@media (min-width: 768px) {
  body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .elevator-nav-wrapper {
    border-right: 6px solid #0072bc;
  }
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .elevator-nav-wrapper .elevator-nav .search-control #search {
  display: block;
  min-width: 0;
  width: 100%;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .elevator-nav-wrapper .elevator-nav .search-control .btn-group .filter-button {
  float: none;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .elevator-nav-wrapper .elevator-nav .section-list .section-list-title .subsection-list .subsection-list-title {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #cb003d;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .elevator-nav-wrapper .elevator-nav .section-list .section-list-title .subsection-list .subsection-list-title:hover,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .elevator-nav-wrapper .elevator-nav .section-list .section-list-title .subsection-list .subsection-list-title.active {
  background-color: #cb003d;
  color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .section-wrapper {
  padding-left: 15px;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .section-wrapper .section {
  border-bottom: 4px solid #0072bc;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-descent .section-wrapper .section .section-sortable .subsection {
  border-bottom: 2px solid #0072bc;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-wrapper .subsection .featured-item-wrapper {
  border-left: none;
  border-right: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  position: relative;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-wrapper .subsection .featured-item-wrapper:after {
  border-color: transparent transparent #0072bc transparent;
  color: #ffffff;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-wrapper .subsection .subsection-title {
  text-align: left;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-wrapper .subsection.open .featured-item-wrapper,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-wrapper .subsection:hover .featured-item-wrapper {
  border-color: #0072bc;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-wrapper .subsection.open .featured-item-wrapper:after {
  border-color: transparent;
  color: transparent;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-content-wrapper .subsection-content {
  border-color: #0072bc;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-content-wrapper .subsection-content .subsection-item-list .subsection-item .price {
  background-color: #cb003d;
  color: #ffffff;
  position: relative;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-content-wrapper .subsection-content .subsection-item-list .subsection-item .price:after {
  border-color: transparent transparent transparent #cb003d;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-gridlock .section .section-sortable .subsection-chunk .subsection-content-wrapper .subsection-content .subsection-item-list .subsection-item .tags .tag {
  background-color: transparent;
  border-color: transparent;
  color: #cb003d;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-sidetabs .section .section-sortable .subsection-title-list .subsection-title {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-sidetabs .section .section-sortable .subsection-title-list .subsection-title:hover,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-sidetabs .section .section-sortable .subsection-title-list .subsection-title:focus,
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-sidetabs .section .section-sortable .subsection-title-list .subsection-title.open {
  background-color: #cb003d;
  color: #ffffff;
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  -moz-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
  box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-sidetabs .section .section-sortable .subsection-content-space {
  border-left: 5px solid #0072bc;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-vexillology .section .section-sortable .subsection {
  position: relative;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-vexillology .section .section-sortable .subsection .subsection-title {
  color: #ffffff;
}
body.my-body .le-menu-angular .le-menu .le-menu-controller .le-menu-classes.menu-vexillology .section .section-sortable .subsection .subsection-content {
  background-color: rgba(203,0,61,0.1);
  border-color: #cb003d;
}
