@import url(https://fonts.googleapis.com/css?family=Montserrat:700|Source+Sans+Pro:300,400,600);
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-top: 17px; }

h1 {
  font-size: 4rem; }
  @media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25rem; } }

p, li, blockquote, body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 1.8rem; }

p, ul li {
  color: #6e6e6e;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
  p, ul li {
    font-size: 1.4rem; } }

p {
  margin-top: 15px; }

a, h3, h3 {
  color: purple; }

h3 {
  font-size: 2.75rem; }
  @media screen and (max-width: 767px) {
  h3 {
    font-size: 2rem; } }

a:hover {
  color: #4c004c; }

footer {
  background-color: #4d3573; }

body {
  background: #f5f5f5;
  color: #6e6e6e; }

nav {
  background: #f5f5f5; }

.col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.width-20 {
  width: 20%; }

.no-padding {
  padding: 0; }

.header-center .page-header {
  text-align: center; }

.page-title {
  margin: 0 0 15px;
  padding: 5px 0;
  position: relative;
  display: block;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7; }

.page-title h2 {
  font-size: 2.5rem;
  margin-top: 15px; }

header#header img.logo {
  display: block;
  max-width: 500px;
  margin: 0; }
  @media screen and (max-width: 767px) {
  header#header img.logo {
    width: 60vw;
    padding-left: 10px;
    padding-top: 10px; } }

header#header .container {
  padding: 0; }

header#header {
  background-color: transparent;
  padding-bottom: 15px; }

header#header .below-nav {
  padding-top: 0; }

@media screen and (max-width: 767px) {
    .address-header {
      margin-right: 11px; } }
/* Menu */
.navbar-toggle {
  margin-right: 5px; }

.navbar-collapse {
  padding: 0;
  padding-top: 10px; }
/* Lang switcher */
@media screen and (max-width: 767px) {
    .dd {
      border: 1px solid #c3c3c3;
      width: 175px !important;
      margin-right: 15px;
      margin-top: 8px; } }

@media screen and (max-width: 767px) {
    .dd .ddTitle .ddTitleText {
      padding: 0px 8px 0px 5px; } }

@media screen and (max-width: 767px) {
    .dd .ddTitle .ddlabel {
      font-size: 1.3rem; } }

#main {
  border-bottom: 1px solid #c7c7c7;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), inset 0 6px 0 #4d3573, inset 0 7px 0 #fff;
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), inset 0 6px 0 #4d3573, inset 0 7px 0 #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3), inset 0 6px 0 #4d3573, inset 0 7px 0 #fff;
  background-color: #ebebed;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#edeef0), color-stop(95%, #edeef0), to(#e1e1e1));
  background-image: -webkit-linear-gradient(#edeef0, #edeef0 95%, #e1e1e1);
  background-image: -moz-linear-gradient(top, #edeef0, #edeef0 95%, #e1e1e1);
  background-image: -o-linear-gradient(#edeef0, #edeef0 95%, #e1e1e1);
  background-image: linear-gradient(#edeef0, #edeef0 95%, #e1e1e1);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedeef0', endColorstr='#ffe1e1e1', GradientType=0);
  padding-bottom: 25px; }

#home-carousel {
  margin-top: 7px; }

#home-carousel .carousel-caption {
  left: 0;
  right: 0;
  top: 20px;
  padding-bottom: 30px;
  text-align: left; }

#home-carousel .carousel-inner {
  max-height: 40vh;
  min-height: 290px; }

.carousel-caption .caption p {
  color: white;
  margin-top: 0;
  font-size: 2rem; }

.carousel-caption h3 {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2em;
  line-height: 1.3em;
  margin: 0 0 15px 0;
  padding: 10px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
  .carousel-caption h3 {
    font-size: 1.8rem; } }

.carousel-caption .caption {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0;
  padding: 10px;
  width: 25%; }
  @media screen and (max-width: 767px) {
  .carousel-caption .caption {
    width: 100%; } }

.carousel-item img {
  width: 100%; }

.carousel, .carousel-item, .active {
  height: 100%; }

.carousel-inner {
  height: 100%; }

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  max-height: 40vh;
  min-height: 290px; }

.image-strip-home {
  padding-top: 15px; }

#below-footer {
  padding-top: 15px;
  background-color: #fff; }

@media screen and (min-width: 480px) {
    footer {
      padding-bottom: 30px;
      padding-top: 30px; } }

footer p {
  color: white; }

footer a {
  color: #fff; }

footer h3 {
  color: #bd80c5;
  margin-top: 10px; }

footer a:hover {
  color: #f5f5f5; }

.footer-address {
  text-align: left; }

.footer-address i {
  background-color: #58585a;
  color: #fff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
  margin-left: 0; }

.footer-address i.fa-envelope {
  font-size: 17px;
  line-height: 38px; }

.footer-address p {
  display: inline-block;
  color: #fff;
  vertical-align: middle;
  margin: 0; }

.footer-address p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2; }

.footer-badge {
  max-height: 85px; }

footer .footer-icons {
  margin-top: 25px; }

footer .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #58585a;
  border-radius: 2px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px; }
/* end footer */
.btn-primary {
  background-color: #993968;
  border-color: #6e294b;
  font-size: 1.1rem;
  text-align: center; }

.category-buckets {
  padding-top: 25px;
  padding-bottom: 25px; }

.bucket .heading {
  height: 50px;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 1.8rem; }
  @media screen and (max-width: 767px) {
  .bucket .heading {
    height: 14px; } }

.bucket .heading h4 {
  font-family: 'Source Sans Pro', sans-serif;
  color: purple;
  font-weight: 400;
  text-transform: none;
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-size: 16px; }
  @media screen and (max-width: 767px) {
  .bucket .heading h4 {
    font-size: 1.5rem;
    margin-top: 5px; } }

.table {
  background-color: white; }

.md-margin-top {
  margin-top: 25px; }

.image-heading-inline {
  margin-top: 21px; }

.responsive-images img {
  width: 100%; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.product-blocks {
  margin-top: 25px; }

.product-blocks:first-of-type {
  margin-top: 50px; }

.product-blocks:last-of-type {
  margin-bottom: 50px; }

.product-blocks p {
  text-align: center;
  margin-top: 15px;
  font-size: 2.1rem; }

.category-buckets {
  background: url(../img/page-divider.png) no-repeat 50% 100%; }

.dropdown-menu li {
  border-bottom: 1px solid #bebebe;
  padding: 2px 10px 5px 0px; }

.dropdown-menu {
  background: #eaebed; }

.dropdown-menu li a {
  color: #6e6e70; }
/* Shared Classes */
.sm-margin-top {
  margin-top: 1rem; }

.md-margin-top {
  margin-top: 2rem; }

.md-margin-bottom {
  margin-bottom: 2rem; }

.lg-margin-top {
  margin-top: 3rem; }

.lg-margin-bottom {
  margin-bottom: 3rem; }

.sm-padding-all {
  padding: 1rem; }

.md-padding-all {
  padding: 2rem; }

.lg-padding-all {
  padding: 3rem; }

.sm-padding-top {
  padding-top: 1rem; }

.md-padding-top {
  padding-top: 2rem; }

.lg-padding-top {
  padding-top: 3rem; }

.sm-padding-bottom {
  padding-bottom: 1rem; }

.md-padding-bottom {
  padding-bottom: 2rem; }

.lg-padding-bottom {
  padding-bottom: 3rem; }

.sm-padding-left {
  padding-left: 1rem; }

.md-padding-left {
  padding-left: 2rem; }

.lg-padding-left {
  padding-left: 3rem; }

.sm-padding-right {
  padding-right: 1rem; }

.md-padding-right {
  padding-right: 2rem; }

.lg-padding-right {
  padding-right: 3rem; }

@media screen and (max-width: 768px) {
  .xs-padding-none {
    padding-left: 15px;
    padding-right: 15px; } }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }
/* Product Pages */
.product-table img {
  max-width: 100px;
  width: 100%; }

.table-heading {
  font-size: 2.5rem; }
  @media screen and (max-width: 480px) {
  .table-heading {
    font-size: 1.5rem; } }

.product-page h4 {
  font-size: 2rem; }

.product-table {
  width: 100%;
  overflow-x: scroll; }

@media screen and (max-width: 480px) {
    .product-table tr td, .product-table tr th {
      font-size: 1.3rem; } }
/* Bootstrap Overrides */
.btn-primary {
  text-transform: uppercase;
  font-size: 1.5rem;
  padding: 7px 15px;
  border: none; }
/* Posts module */
#posts .jumbotron {
  margin-top: 7px; }
/* Menu */
.navbar-toggle .icon-bar {
  background-color: black; }

.navbar-nav > li > a {
  font-size: 15px;
  letter-spacing: 1px;
  color: #373a3c; }
/* .navbar-nav > li.active > a {
 color: $dark-purple;
 font-weight: bold;
 }*/
.nav > li > a {
  padding: 0.5em 0.6em; }

.nav > li > a:hover, .nav > li > a:focus {
  color: #4d3573;
  background-color: transparent; }

.navbar-right ul.dropdown-menu {
  border-right: 3px solid purple;
  background-color: white;
  border-radius: 4px; }

.dropdown-menu li:last-child {
  border-bottom: none; }

.dropdown-menu > li > a {
  padding: 6px 12px 8px 20px; }

.dropdown-menu li {
  padding: 0; }

.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 10px 15px 10px 25px; }

@media screen and (max-width: 992px) and (min-width: 768px) {
  .navbar-nav {
    display: block;
    float: left !important; }

  .navbar-header {
    display: block;
    height: 110px; } }

@media screen and (max-width: 1200px) and (min-width: 992px) {
  header#header img.logo {
    max-width: 350px; } }
/* Forms */
form label.control-label .btn-group {
  display: none !important; }

form .btn-success {
  float: right;
  font-size: 2rem;
  padding: 5px 15px;
  background-color: #993968;
  border-color: #6e294b;
  text-transform: uppercase; }
/* Carousel */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  max-width: none; }

.carousel .caption a {
  color: white; }
  .carousel .caption a:hover {
    color: white; }

.bsi-logo {
  max-height: 60px;
  margin-top: 25px; }

.bsi-caption {
  color: white;
  margin-top: 7px;
  font-size: 0.7em;
  margin-left: 23px; }
/* messages */
.alert {
  margin-top: 15px; }

#messages p {
  margin-top: 0; }
/* MailChimp */
#main #mc_embed_signup {
  background: transparent !important; }

#main .mc-field-group, #main .indicates-required {
  margin-bottom: 10px !important; }
