/*$title-color: #2c396b;
$bg-color-1: #fff9f5;
$bg-color-2: #fcf1ed;
$bg-color-3: #FEEFED;*/
* {
  margin: 0;
  padding: 0;
  outline: none !important;
}

html {
  font-size: 62.5%;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  letter-spacing: -0.01rem;
}

*:focus {
  outline: none !important;
}

.wrapper {
  position: relative;
}

b, strong {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-400 {
  font-weight: 400;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.br30 {
  border-radius: 3rem;
}

.br15 {
  border-radius: 1.5rem;
}

.btn {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.02rem;
}

.btn:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.carousel-indicators.carousel-indicators__outline li {
  background-color: transparent;
  border: 0.2rem solid #fff;
  opacity: 1;
  width: 0.8rem;
  height: 0.8rem;
}

.carousel-indicators.carousel-indicators__outline li.active {
  background-color: #fff;
}

.row10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row10 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.row5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row5 > div {
  padding-left: 5px;
  padding-right: 5px;
}

.row7 {
  margin-left: -7px;
  margin-right: -7px;
}

.row7 > div {
  padding-left: 7px;
  padding-right: 7px;
}

.row2 {
  margin-left: -2px;
  margin-right: -2px;
}

.row2 > div {
  padding-left: 2px;
  padding-right: 2px;
}

.sicon24 {
  width: 2.4rem;
  height: 2.4rem;
}

.sicon20 {
  width: 2rem;
  height: 2rem;
}

.sicon15 {
  width: 1.5rem;
  height: 1.5rem;
}

.sicon18 {
  width: 1.8rem;
  height: 1.8rem;
}

.mandatory {
  color: #ec3535;
}

@font-face {
  font-family: 'Optima-Regular';
  src: url("../fonts/Optima-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Optima-Regular.woff") format("woff"), url("../fonts/Optima-Regular.ttf") format("truetype"), url("../fonts/Optima-Regular.svg#Optima-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Optima-Bold';
  src: url("../fonts/Optima-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Optima-Bold.woff") format("woff"), url("../fonts/Optima-Bold.ttf") format("truetype"), url("../fonts/Optima-Bold.svg#Optima-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

.navbar-logo__only {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-logo__only > .container {
  justify-content: center;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand > img {
  max-width: 25rem;
}

@media (max-width: 767px) {
  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .header {
    padding-top: 5rem;
  }
}

.header .navbar-brand > img {
  max-width: 35rem;
}

.header__flex {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header--left .btn {
  display: block;
  background: url("../images/pattern.jpg") repeat-x left top;
  border-width: 0;
  width: 20rem;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #000000 !important;
}

@media (max-width: 767px) {
  .header--left .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .header--left .btn {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}

.header--right {
  font-size: 1.4rem;
  line-height: 2.5rem;
  text-align: right;
}

.header__hours {
  font-weight: 500;
}

.header__hours > h4 {
  text-transform: uppercase;
}

.header__hours .btn {
  width: 13rem;
  font-size: 1.4rem;
  border-width: 0.2rem;
  letter-spacing: 0.05rem;
}

footer {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  footer {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}

.footer__link {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.5rem;
  letter-spacing: 0.02rem;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .footer__link {
    line-height: 3.4rem;
  }
}

.footer__link .link-mail {
  text-decoration: none !important;
  color: inherit;
}

.footer__link address {
  margin-bottom: 0;
}

.return-policy > a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none !important;
  color: inherit;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2rem;
  border-bottom: 0.2rem solid #333333;
}

.policy-list--dashed {
  margin: 0;
  padding-left: 1.8rem;
}

.policy-list--dashed > li {
  padding: 0.6rem 0;
}

.close {
  font-size: 4rem;
  text-shadow: none !important;
  font-weight: 500 !important;
}

.form-section {
  padding: 1rem 0;
}

.intake-form {
  max-width: 60rem;
  margin: 0 auto;
}

.intake-form .form-group {
  margin-bottom: 3rem;
  position: relative;
}

.intake-form__action {
  text-align: center;
  padding-top: 3rem;
}

.intake-form__action .btn {
  min-width: 20rem;
}

.custom-label {
  color: #b1b9c1;
  margin-bottom: 0;
  position: absolute;
  left: 1rem;
  top: 1.5rem;
  z-index: 10;
  transition: top 0.2s ease-out;
  -webkit-transition: top 0.2s ease-out;
  -moz-transition: top 0.2s ease-out;
  cursor: text;
}

.form-control {
  border-width: 0 0 0.1rem;
}

.form-control.focus + .custom-label, .form-control:focus + .custom-label {
  top: -2rem;
  font-size: 1.4rem;
}

.text-muted {
  color: #b1b9c1 !important;
}

.alert ul {
  padding: 0 0 0 2rem;
}

.alert ul li {
  font-size: 1.3rem;
}

.brand-section {
  background: url("../images/pattern.jpg") repeat-x center center;
  background-size: cover;
  padding: 1rem 3rem 3rem;
}

.brand-section > h2 {
  text-transform: uppercase;
  color: #222222;
  text-align: center;
  margin: 3rem 0 0;
  letter-spacing: 0.4rem;
}

.brand-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.brand-item {
  margin: 1rem 3.3rem;
  display: block;
  text-decoration: none !important;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
}

.brand-item > img {
  max-height: 9rem;
}

.brand-item:hover {
  opacity: 0.6;
}

.professional-banner {
  background: url("../images/bluegreen_watercolor.jpg") no-repeat center center;
  background-size: cover;
  height: 55rem;
  padding: 3.5rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  line-height: 3.2rem;
  letter-spacing: 0.04rem;
  margin: 0;
}

.professional-banner:before {
  content: "";
  position: absolute;
  left: 3.5rem;
  right: 3.5rem;
  bottom: 3.5rem;
  top: 3.5rem;
  border: 0.6rem solid #68a987;
}

@media (max-width: 767px) {
  .header {
    padding: 1.5rem;
  }
  .header .navbar-brand > img {
    max-width: 25rem;
  }
  .header__flex {
    flex-direction: column;
  }
  .header--right {
    text-align: center;
    margin-top: 2rem;
  }
  .brand-section {
    padding: 2rem;
  }
  .brand-section > h2 {
    font-size: 1.8rem;
    line-height: 2.7rem;
    letter-spacing: 0.1rem;
  }
  .brand-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand-item {
    padding: 1rem;
    margin: 0;
  }
  .brand-item > img {
    max-height: 5rem;
  }
  .shop-section {
    font-size: 1.6rem;
    line-height: 2.4rem;
    padding: 2rem 0;
  }
  .shop-section > p {
    margin-bottom: 2rem;
  }
  .professional-banner {
    height: 25rem;
    padding: 3rem;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
  .professional-banner:before {
    border-width: 0.3rem;
    left: 1rem;
    top: 1rem;
    bottom: 1rem;
    right: 1rem;
  }
  .footer__link {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
  .return-policy > a {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .header .navbar-brand > img {
    max-width: 28rem;
  }
  .brand-section {
    padding: 2rem;
  }
  .brand-section > h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .brand-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .brand-item {
    padding: 1rem 2rem;
    margin: 0 1rem;
  }
  .brand-item > img {
    max-height: 6rem;
  }
  .professional-banner {
    height: 50rem;
  }
  .footer__link, .return-policy > a {
    font-size: 1.4rem;
  }
  .header--left .btn {
    width: 18rem;
  }
}

@media (min-width: 1024px) and (max-width: 1200px) {
  .brand-item > img {
    max-height: 7rem;
  }
}
/*# sourceMappingURL=style.css.map */