/*** MIXINS ***/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Encode+Sans+Expanded:wght@500&display=swap");
/* @import url('https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/fontawesome-webfont.eot?v=4.2.0'); */

/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
https://f.hubspotusercontent10.net/hubfs/7502960/FontAwesome.otf
https://f.hubspotusercontent10.net/hubfs/7502960/FontAwesome.otf
https://f.hubspotusercontent10.net/hubfs/7502960/fontawesome-webfont.woff




.icon-MouseIcon:before {
  content: "\e900";
}
BODY {
  font-family:'Montserrat', sans-serif;
  font-display: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  margin: 0;
  background-color: #ffffff;
}
BODY, HTML {
  color: #373737;
  font-size: 15px;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
ul {
  padding-left: 0 !important;
}
H1, H2, H3, H4, UL, LI, p, a {
  color: #373737;
}
P, A {
  font-family:'Red Hat Display', sans-s erif;
}
h1, h2, h3, h5 {
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:0.2em;
}
H1 {
  font-size: 34px;
}
H2 {
  font-size: 34px;
}
H3 {
  font-size: 18px;
}
DIV.headerRow DIV.headText H5 {
  font-size: 70px;
  color: #ffffff;
}
HR {
  border-top: 2px solid #1b3545 !important;
  margin: 30px 0 !important;
}
input {
  font-family:'Montserrat', sans-serif; 
}
input:focus {
  outline:none; 
}
IMG.full {
  display: block;
  height: auto !important;
  width: 100% !important;
}
.responsive IMG {
  display: inline-block;
  height: auto !important;
  max-width: 100% !important;
}

A {
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
A:hover {
  text-decoration: none !important;
}
A.link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
A.rm, BUTTON.rm {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c0d235;
  border: medium none;
  border-radius: 8px 30px 8px 30px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Exo 2", sans-serif !important;
  font-size: 22px;
  font-weight: 700;
  padding: 25px 55px;
  text-decoration: none;
  text-transform: uppercase;
}
A.rm:hover, BUTTON.rm:hover {
  background-color: #1b3545 !important;
  border-radius: 30px 8px 30px 8px !important;
  color: #c0d235 !important;
  text-decoration: none;
}
P {
  font-size: 20px;
  line-height: 1.7; /* ? */
  margin-top: 0;
}
P.intro {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
SPAN.blueLight {
  color: #5DBFD4 !important;
}
SPAN.lime {
  color: #c0d235 !important;
}


DIV.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

DIV.flex-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}

DIV.container {
  float: none !important; /* Isn't most of this a duplicate of the regular bootstrap .container styling? */
  width: 100%;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1140px;
  overflow:hidden;
}

DIV.container-fluid-soarizon {
  float: none !important;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto !important;
  margin-left: auto !important;
  max-width: 1700px;
}

DIV.inline4 DIV.span4:nth-child(3n) {
  margin-left: 0;
}
DIV.inline4.align-items-center DIV.span4 {
  flex: 0 0 33%;
  max-width: 33%;
  width: 100%;
}

DIV.inline6 DIV.span6:nth-child(2n+1) {
  margin-left: 0;
}

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

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

.slicknav_btn {
  cursor: pointer;
  display: block;
  float: right;
  height: 50px;
  line-height: 1.125em;
  margin: 0;
  padding: 5px;
  position: absolute;
  top: 10px;
  right:19px;
  text-decoration: none;
  vertical-align: middle;
  width: 50px;
  z-index: 99;
}
.slicknav_icon-bar {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar {
  transition: all 0.2s ease-in-out;
  background-color: #c0d235;
  position: relative;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top:1px;
  background-color:#1e99b3;
  height:3px;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -16px;
  background-color:#1e99b3;
  height:3px;
}

.slicknav_menu {
  display: none;
  position: relative;
  width: 100%;
  font-size: 16px;
  box-sizing: border-box;
}
.slicknav_menu * {
  box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
  color: #fff;
  display: none;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #239eb8;
}
.slicknav_menu.homepage .slicknav_btn {
  top: 30px;
}
.slicknav_menu .slicknav_btn {
  position:fixed;
}
.slicknav_menu.homepage .slicknav_btn.slicknav_open .slicknav_icon-bar {
  background-color: #209ab5;
}
.slicknav_menu.homepage .slicknav_btn.slicknav_open .slicknav_icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.slicknav_menu.homepage .slicknav_icon-bar {
  background-color: #fff;
}
.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}
.slicknav_menu .slicknav_icon {
  float: left;
  margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  display: block;
  content: "";
  position: absolute;
}
.slicknav_menu .slicknav_icon-bar {
  border-radius: 0;
  display: block;
  width:35px;
  height: 3px;
  border-radius:1px;
  margin-bottom:5px;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}
.slicknav_nav {
  clear: both;
}
.slicknav_nav ul, .slicknav_nav li {
  display: block;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_item a {
  display: inline;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_arrow {
  color: #209ab5;
  font-size: 22px;
  line-height: 1;
  margin: 0;
  position: absolute;
  top:10px;
  right:5px;
}

ul.slicknav_nav {
  background-color: #FFFFFF;
  clear: both;
  color: #fff;
  margin: 0;
  padding:75px 25px 30px 15px !important;
  font-size: 0.875em;
  list-style: none;
  height: 100vh;
  overflow-y:scroll !important;
  position: fixed;
  width:100%;
  top: 0;
  text-align: left;
  z-index: 98; /* Does this need to be so high? */
}
.slicknav_nav li a {
  background-color: #FFFFFF;
  border-left:7px solid #a8d2da;
  border-bottom: 1px solid #a8d2da;
  color: #1c1c1c !important;
  font-family: "Montserrat", sans-serif !important;
  font-size:16px;
  font-weight: 500;
  letter-spacing: 2.5px;
  padding:11px 15px;
  position: relative;
  text-transform: uppercase;
  margin-right:0;
}

.slicknav_nav ul, .slicknav_nav li:hover A {
  color:#ffffff !Important;
}

.slicknav_nav li:hover A {
  color:#ffffff !Important;
}

.slicknav_nav li a:focus {
  outline: none;
}
.slicknav_nav li a:hover {
  background-color:#edf8fa;
  color: #FFFFFF !important;
}

.slicknav_nav li a:nth-of-type(1):hover {
  background-color: #09697f;
}

.slicknav_nav li a:hover .slicknav_arrow {
  color: #FFFFFF;
}
.slicknav_nav li a > A {
  background: none;
  border: none;
}
.slicknav_nav li.slicknav_open > A {
  background-color: #09697f;
  border-left: 8px solid #09697f;
  color: #FFFFFF !important;
}
.slicknav_nav li.slicknav_open > A > A {
  color: #FFFFFF !important;
}

.slicknav_nav li.slicknav_open>UL>LI:hover>A>A {
  color:#ffffff !important;
}

.slicknav_nav li a:nth-of-type(1):hover {
  color:#ffffff !important;
}

.slicknav_nav li.slicknav_open > UL > LI > A {
  background-color: #edf8fa;
  border-left: 8px solid #09697f;
  color: #09697f !important;
}
.slicknav_nav li.slicknav_open > UL > LI > A > A {
  color: #09697f !important;
}
.slicknav_nav li.slicknav_open > UL > LI > A > A.noLink + SPAN.slicknav_arrow {
  left: 0;
  text-align: right;
}

.slicknav_nav li.slicknav_open > UL > LI > UL > LI > A {
  background-color: #FFFFFF;
  border-bottom: 1px solid #edf8fa;
  color: #58a8ba !important;
  text-transform: none;
}
.slicknav_nav li.slicknav_open > UL > LI > UL > LI > A > A {
  color: #09697f !important;
}
.slicknav_nav li.slicknav_open > UL > LI.slicknav_open > A {
  background-color: #58a8ba;
  color: #FFFFFF !important;
}
.slicknav_nav li.slicknav_open > UL > LI.slicknav_open > A > A {
  color: #FFFFFF !important;
}
.slicknav_nav li.slicknav_open > UL > LI.slicknav_open > UL > LI > A {
  background-color: #FFFFFF;
  border-left: 16px solid #edf8fa;
  border-bottom: 1px solid #edf8fa;
  color: #58a8ba !important;
  font-family: 'Red Hat Display', sans-serif !important;
  letter-spacing: 0;
  margin-left: -3px;
  text-transform: none;
}
.slicknav_nav li.slicknav_open > UL > LI.slicknav_open > UL > LI > A > A {
  color: #09697f !important;
}
.slicknav_nav li.slicknav_open > UL > LI .slicknav_arrow {
  color: #09697f;
}
.slicknav_nav li.slicknav_open .slicknav_arrow {
  color: #FFFFFF;
}
.slicknav_nav li ul {
  margin: 0px;
  padding: 0px;
}
.slicknav_nav li ul li .slicknav_arrow {
  color: white;
}
.slicknav_nav li ul li UL LI {
  background-color: white;
  border-left: 3px solid #22838a;
}
.slicknav_nav li ul li UL LI A {
  color: #4e4e4e !important;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
}
.slicknav_nav a {
  padding: 5px 10px;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  letter-spacing: 1.2px;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

DIV.body-container {
  margin-top:0px; /* ??? */
}

DIV.container {
  max-width: 1500px;
}

DIV.headBackground {
  background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/header-back.jpg");
  background-size: cover;
  padding-bottom: 200px;
}

DIV.headerContentDiv {
  margin-top:400px;
}

DIV.header-container DIV.header { /* ????? */
  min-height:100px !important;
}

DIV.header DIV.hampton-container {
  height:100%;
}

DIV.header DIV.hampton-container > DIV {
  width:100%;
}

DIV.container-fluid DIV.hampton-container {
  position:fixed;
  height:85px;
  display:flex;
  align-items:center;
  z-index:9;
}
/* Shouldn't be fixing the height of a desktop nav. */

DIV.container-fluid DIV.hampton-container:before {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/home-back-1.jpg");
  content: '';
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity:0.95;
}

DIV.container-fluid DIV.hampton-container DIV.row-fluid-wrapper.row-depth-1.row-number-3  {
  width:100%;
}

DIV.header DIV.hampton-container DIV.col-8 {
  position: static;
}

DIV.container-fluid DIV.hampton-container IMG {
  width:200px;
  margin-left:20px;
  margin-top:20px;
}

DIV.header DIV.container-fluid .hampton-container DIV.row-fluid-wrapper .row-depth-1 .row-number-3  {
  width:100% !important;
}

DIV.hampton-container DIV.hamptonHeaderDiv {
  margin:0px;
  position:relative;
}

DIV.hampton-container DIV.hamptonHeaderDiv DIV.hamptonNav {
  border-right:1px solid #e6e6e6;
  align-items:center;
  display:flex;
  margin-top:15px;
}

DIV.header DIV.logoDiv IMG {
  padding-top:20px;
}

DIV.header UL#menu {
  display: flex;
  float: right;
  margin: 0;
}

DIV.header UL#menu LI {
  list-style: none;
  border-bottom: 4px solid transparent;
  display:flex;
  align-self:center;
  align-items:center;
  align-content:center;
  height:100%;
  padding:35px 0px 18px 0px; /* Shouldn't be necessary. */
}

DIV.header UL#menu LI:hover {
  border-bottom: 4px solid #219ab5;
  transition:.7s;
}
DIV.header UL#menu LI:hover UL {
  display:flex;
}

DIV.header UL#menu LI UL LI {
  border-bottom:4px solid red;
}

DIV.header UL#menu LI:hover > DIV.dropdown {
  display: block;
  padding-top:5px;
}

DIV.dropdown {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/grey-back.jpg");
}

DIV.dropdown DIV.dropdown {
  background-color:blue;
}

DIV.header UL#menu LI .fontAwesome {
  color: #269fba;
}

DIV.header UL#menu LI A {
  color: #373737;
  display:inline-block;
  align-self:center;
  padding: 15px 20px;
  text-decoration: none;
  letter-spacing:2px;
  font-family:'Red Hat Display Regular', sans-serif;
}

DIV.header DIV.dropdown LI.hs-menu-item.hs-menu-depth-2.hs-item-has-children {
  padding:10px;
}

DIV.header UL#menu LI DIV.dropdown {
  /*background:url("https://api.hubspot.com/filemanager/api/v3/files/thumbnail-redirect/34838066742?size=preview&portalId=7502960&errorOnPlaceholder=true&upscale=true&fallbackSize=medium&t=1599822883038");*/
  display: none;
  position: absolute;
  top:108px;
  left: 0;
  width: 100%;
  z-index: 9;
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/home-back-1.jpg");
  border-top:1px solid #f0f0ef;
}

DIV.header UL#menu LI UL {
  margin: 0 auto;
  width: 100%;
  padding-left:60px !important;
  height:100px;
  display:none;
}

DIV.header UL#menu LI UL LI {
  border-bottom: none;
  display:inline-block;
  padding-top:10px;
  padding-bottom:0px;
  padding-right:10px;
  padding-left:10px;
}

DIV.header UL#menu LI UL LI:hover {
  border: none;
}
DIV.header UL#menu LI UL LI:hover UL, DIV.header UL#menu LI UL LI:hover DIV.navImage {
  display: block;
}
DIV.header UL#menu LI UL LI:hover DIV.dropdown {
  background-color: #f3f3f3;
  top:100px;
}
DIV.header UL#menu LI UL LI {
  opacity:0.5;
  border-bottom:4px solid transparent;
}

DIV.header UL#menu LI>UL {
  border-top:1px solid #219ab5;
}

DIV.header UL#menu LI UL LI:hover {
  opacity:1.0;
  border-bottom:4px solid #219ab5;
  transition:0.2s;
}

DIV.header UL#menu LI UL LI a {
  padding-top:35px; /* Should find a better solution for centrally aligning these links if time permits. */
  height:100%;
}

DIV.header UL#menu LI:hover>DIV.dropdown {
  padding-top:0px;
}

DIV.header UL#menu LI UL LI UL {
  background-color: #f3f3f3;
  columns: 3;
  display: none;
  padding: 60px 400px 60px 0;
  height:500px;
}

DIV.header UL#menu LI UL LI UL LI {
  border-bottom: none;
  display: block;
  padding: 0;
  padding-left:15px;
  height:auto
}
DIV.header UL#menu LI UL LI UL LI:hover {
  border-bottom:none !important;
}
DIV.header UL#menu LI UL LI UL LI A {
  font-size: 15px;
  padding: 20px;
  text-transform:none;
  letter-spacing:0px;
  opacity:1.0;
  border-bottom:none !Important;
  height:auto;
}

DIV.header UL#menu LI UL LI UL LI A:hover {
  color:#219ab5;
  border-bottom:none !Important;
}

DIV.header UL#menu LI UL LI A:after {
  display:none;
}

DIV.header UL#menu LI > UL {
  background-color: #FFFFFF;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
DIV.header UL#menu LI:hover > UL {
  display: block;
}

DIV.header DIV.contactDiv A:nth-of-type(1), DIV.header DIV.contactDiv A:nth-of-type(2) {
  font-family:"Red Hat Display" !important;
  display:block;
  text-transform:none;
  font-weight:bold;
}
DIV.header DIV.contactDiv A:nth-of-type(1) {
  color: black;
  font-size: 20px;
}
DIV.header DIV.contactDiv A:nth-of-type(2) {
  color: #269fba;
}
DIV.container DIV.headerRow H2 {
  color: #ffffff;
}
DIV.container DIV.headerRow P {
  font-size:29px;
  color: #ffffff;
  font-weight:300;
  margin-top:15px;
  font-family:'Montserrat', sans-serif;
  line-height:110%;
}

#hs_cos_wrapper_module_1598609797010452 {
  display:flex;
/*   height:90vh; */
  padding:120px 0px 40px 0px;
  align-items:flex-end;
}

ul#crumb {
  padding:0;
  margin:0;
}

DIV.container DIV.headerRow DIV.headText H5 {
  margin-bottom:0px;
  margin-top:0px;
  letter-spacing:0.15em;
  line-height:105%;
  font-weight:700;
}
DIV.container DIV.headerRow DIV.headText P {
  font-weight:600;
  font-size:50px;
  font-family:'Red Hat Display', sans-serif;
}
DIV.headCTA A {
  padding:15px 20px;
  background-color: #ee1154;
  border:none;
  border-radius:9px;
}
DIV.headCTA A {
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  text-transform:none;
  font-family: 'Encode Sans Expanded', sans-serif;
  font-weight:500;
  font-weight:700 !Important;
}
/* DIV.ctaWrapper A {
  font-weight:700 !Important;
} */

DIV.caption IMG.wp-image-1981 {
  height:auto;
  width:100%;
}

DIV._2cuy ._3dgx ._2vxa {
  font-family:'Red Hat Display', sans-serif !Important;
}


.hs-blog-social-share .hs-blog-social-share-list LI:nth-of-type(1) {
  margin-right:0px;
}

.hs-blog-social-share .hs-blog-social-share-item-linkedin {
  margin-right:0px;
}

DIV.blogLink {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  width:350px;
  padding:30px 45px;
  float: right;
  position:relative;
  z-index:2;
}
DIV.container DIV.headerRow {
  padding-bottom:40px;
}
DIV.container DIV.headerRow DIV.blogLink H3 {
  color: #ffffff;
  font-size: 19px;
  font-family:"Red Hat Display", sans-serif;
  letter-spacing:0.04em;
  font-weight:500;
  margin:15px 0;
}
DIV.container DIV.headerRow DIV.blogLink P {
  color:#ffffff;
  font-weight:400;
}
DIV.container DIV.headerRow DIV.blogLink P:nth-of-type(1) {
  margin-top:0;
  font-size:15px;
}
DIV.container DIV.headerRow DIV.blogLink P:nth-of-type(2) { /* We shouldn't be using an nth-of-type selector here */
  font-size:17px;
  margin:0;
  line-height:1.4;
  font-weight:300;
}
DIV.blogLink .blogArrow {
  font-size: 30px !important;
  color: #ffffff;
}
DIV.dateDiv {
  color:#ffffff;
  font-weight:100;
  font-size:20px;
  margin-bottom:1rem;
}

DIV.titleDiv {
  color:#ffffff;
  font-size:18px;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:0.1em;
  margin-bottom:1rem;
}

DIV.blogPulledContent P {
  color:#ffffff;
  font-weight:100;
  margin-bottom:0px;
}

DIV.header DIV.navImage {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0;
  width: 450px;
  height:100%;
}
DIV.header DIV.navImage DIV.background-image.beauty-treatments{
  background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/Images%202024/nav-3.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height:46%;
}

DIV.header DIV.navImage DIV.text.beauty-treatments {
  height:213px;
  background-color:#f6f2ef;
  padding-left:30px;
  padding-top:30px;
}

DIV.header DIV.navImage DIV.background-image.hair-removal {
  background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/hair-removal.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 46%;
}

DIV.header DIV.navImage DIV.text.hair-removal {
  height:213px;
  background-color:#f6f2ef;;
  padding-left:30px;
  padding-top:30px;
}

DIV.header DIV.navImage DIV.background-image.injectables {
  background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/Images%202024/nav-1.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 46%;
}

DIV.header DIV.navImage DIV.text.injectables {
  height:213px;
  background-color:#f6f2ef;;
  padding-left:30px;
  padding-top:30px;
}

DIV.header DIV.navImage DIV.background-image.body-contouring {
  background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/3d-liposuction.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 46%;
}

DIV.header DIV.navImage DIV.text.body-contouring {
  height:213px;
  background-color:#f6f2ef;
  padding-left:30px;
  padding-top:30px;

}

DIV.header DIV.navImage DIV.background-image.facial-skin-treatments- {
  background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/Images%202024/nav-2.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 46%;
}

DIV.header DIV.navImage DIV.text.facial-skin-treatments- {
  height:213px;
  background-color:#f6f2ef;
  padding-left:30px;
  padding-top:30px;

}

DIV.header DIV.navImage DIV.background-image.health-and-wellbeing {
  background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/Images%202024/nav-4.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  height: 46%;
}


DIV.header DIV.navImage DIV.text.health-and-wellbeing {
  height:213px;
  background-color:#f6f2ef;
  padding-left:30px;
  padding-top:30px;
}

DIV.header DIV.navImage DIV.text H4 {
  text-transform: uppercase;
  font-family:'Red Hat Display', sans-serif !Important;
  font-size:28px;
  font-weight:100;
  margin-top:0px;
  margin-bottom:5px;
  letter-spacing:.1em;

}
DIV.header DIV.navImage DIV.text P {
  display:none;
  font-size: 14px;
  font-weight:600;
  margin-bottom:28px;
}

DIV.header DIV.navImage DIV.text.beauty-treatments P.beauty-treatments {
  display:block;
}
DIV.header DIV.navImage DIV.text.body-contouring P.body-contouring {
  display:block;
}
DIV.header DIV.navImage DIV.text.facial-skin-treatments- P.facial-skin-treatments- {
  display:block;
}
DIV.header DIV.navImage DIV.text.hair-removal P.hair-removal {
  display:block;
}
DIV.header DIV.navImage DIV.text.health-and-wellbeing P.health-and-wellbeing {
  display:block;
}
DIV.header DIV.navImage DIV.text.injectables P.injectables {
  display:block;
}
DIV.header DIV.navImage DIV.link {
  max-height: 60px;
}
DIV.header DIV.navImage DIV.link A {
  background-color: #eb0f49;
  color: #FFFFFF !important;
  display: block;
  padding: 20px 30px !important;
  text-align: center;
  width: 100%;
  text-transform:none;
  font-weight:400 !Important;
  font-size:18px !important;
}

DIV.content-row {
  margin-top: 105px;
  position: relative;
}

DIV.content-row.content-row--additional-top-margin {
  margin-top:80px !Important;
}

DIV.content-row DIV.hs-search-results UL#hsresults LI A {
  text-transform:none;
  font-weight:600;
  color:#269fba;
  font-size:20px;
}

DIV.content-row DIV.hs-search-results UL#hsresults P {
  margin-bottom:30px;
}

DIV.content-row DIV.hs-search-results UL#hsresults SPAN {
  color:#269fba;
}
  



DIV.content-row DIV.hs-search-results UL#hsresults 


DIV.header IMG {
  margin-left:35px;
}
DIV.headText H4 {
  font-size:70px !important; /* ???? */
  text-transform:uppercase;
  font-weight:600 !important;
  color:#ffffff !important;
  margin-top:0px;
  margin-bottom:10px;
}

DIV.headText H1 {
  font-size:40px !important;
  margin-top:0px;
  font-weight:700;
  letter-spacing:0.15em;
}

DIV.content-row DIV.headText {
  text-align: center;
  margin: 0 auto;
}

DIV.content-row DIV.headText P {
  font-weight:400;
  margin-bottom:0px;
}

DIV.content-row DIV.headText H3 {
  font-size: 70px !important;
  margin-bottom: 35px;
}
DIV.content-row DIV.headText P {
  font-size: 20px;
  color:#373737
}

DIV.content-row DIV.searchDiv {
  display: flex;
  justify-content: center;
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  margin: 0 auto;
  max-width: 975px;
  padding: 20px;
  align-items: center;
  border: 5px solid #e8f6f9;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 50px;
}
DIV.content-row DIV.searchDiv P {
  padding-right: 50px;
  color: #ffffff;
  margin: 0px;
}
DIV.content-row DIV.searchDiv DIV.formDiv {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
DIV.content-row DIV.searchDiv DIV.formDiv BUTTON {
  background: none;
  border: none;
  padding: 0;
}
DIV.content-row DIV.searchDiv DIV.formDiv .inputClass {
  width: 400px;
  border: none;
  border-right: 1px solid #d9d9d9;
  padding: 10px;

}

/*required options on forms*/
.hs-form-required {
  display:none;
}

UL.no-list.hs-error-msgs LI {
  list-style:none;
}


LI LABEL.hs-error-msg {
  color:red;
}

.hs-main-font-element {
  color:red;
}
DIV.content-row DIV.searchDiv DIV.formDiv .formClass {
  padding: 10px;
}

DIV.content-row DIV.searchDiv DIV.formDiv .formClass .fa {
  font-size: 30px;
  padding-left: 15px;
  color: #d9d9d9;
}
DIV.content-row DIV.videoRow {
  position: relative;
}
DIV.content-row DIV.videoRow DIV.indexSideText {
  position: absolute;
  transform: rotate(270deg);
  left: -20%;
  top: 40%;
}
DIV.content-row DIV.videoRow DIV.indexSideText H2 {
  color: #f0f0ef;
}
DIV.content-row DIV.videoRow DIV.videoDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 45.25%;
  border-radius:10px;
}
DIV.content-row DIV.videoRow DIV.videoDiv IFRAME.homepageVideo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

DIV.content-row DIV.CTArow {
  align-items: center;
  display: flex;
  justify-content:center;
}
DIV.content-row DIV.CTArow DIV.btnDiv {
  margin: 0 auto;
}
DIV.content-row DIV.CTArow DIV.btnDiv .bodyCTA {
  padding: 15px;
  background-color: #ee1154;
  border-radius: 10px;
  margin-top: 50px !important;
}
DIV.content-row DIV.CTArow DIV.btnDiv .bodyCTA A {
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
}
DIV.content-row DIV.CTArow DIV.lineDiv {
  height: 1px;
  width: 35%;
  background-color: #e5e5e5;
  margin-top: 40px;
}

DIV.bookingLineDiv {
  height:1px;
  background-color:#e5e5e5;
}

DIV.bodyCta {
  margin:0 auto;
  text-align:center;
}
DIV.content-row DIV.reviewText {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 65px;
}

DIV.content-row DIV.helpDiv H2 {
  margin-top:0px;
  margin-bottom:0px;
}

DIV.reviewRow {
  position: relative;
}

DIV.reviewRow H2 {
  margin:0px;
}
DIV.reviewRow DIV.sideTextTestimonial {
  position: absolute;
  left: -16%;
  top: 40%;
  transform: rotate(270deg);
}
DIV.reviewRow DIV.sideTextTestimonial H2 {
  color: #f0f0ef;
}

DIV.testimonialColumn {
  padding-top:15px;
  padding-bottom:15px;
}

DIV.content-row DIV.reviewRow DIV.testimonialColumn DIV.reviewCol {
  border: 1px solid #e5e5e5;
  border-radius:5px;
  text-align: center;
}
DIV.content-row DIV.reviewRow DIV.testimonialColumn  DIV.reviewCol P {
  padding: 50px;
  font-size: 19px;
}
DIV.content-row DIV.reviewRow DIV.testimonialColumn  DIV.reviewCol DIV.testimonialAuthorDiv H3 {
  color: #269fba;
  font-size: 20px !important;
  font-weight:500 !important;
  text-transform:none;
  letter-spacing:0.05em;
}
DIV.content-row DIV.reviewRow DIV.testimonialColumn  DIV.reviewCol .fa {
  font-size: 70px;
  color: #269fba;
}
DIV.content-row DIV.reviewRow DIV.testimonialColumn  DIV.reviewCol DIV.quoteDiv {
  height:0;
  margin:0;
  margin-bottom:-35px;
  margin-top:35px;
  z-index: -1;
}

DIV.content-row DIV.reviewRow DIV.testimonialColumn  DIV.reviewCol DIV.starDiv {
  margin-top:20px;
  margin-bottom:30px
}

DIV.content-row DIV.reviewRow DIV.testimonialColumn  DIV.reviewCol DIV.starDiv .fa {
  font-size: 15px;
  color: #f9bc2b;
}

DIV.content-row DIV.helpDiv {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 90px;
}

DIV.content-row DIV.helpDiv H2 {
  margin-bottom: 30px;
}

DIV.imgRow {
  background: url("https://api.hubspot.com/filemanager/api/v3/files/thumbnail-redirect/33852561860?size=medium&portalId=7502960&errorOnPlaceholder=true&upscale=true&t=1597824159187");
  background-size: cover;
  background-repeat:no-repeat;
  height: 380px;
}

DIV.imgRow DIV.serviceDiv {
  border: 1px solid #ffffff;
  height:380px;
  background-color:black;
  opacity:0.3;
  padding-left:25px;
  position:relative;
  transition:0.2s;
  overflow:hidden;
}

DIV.imgRow DIV.serviceDiv DIV.serviceText {
  visibility: hidden;
  height: 0px;
}

DIV.imgRow DIV.serviceDiv DIV.serviceText IMG {
  margin-top:20px;
}

DIV.imgRow DIV.serviceDiv DIV.serviceText P {
  color: #ffffff;
  margin-bottom:5px;
}
DIV.serviceDiv H3 {
  color: #ffffff;
  padding-top: 285px;
  transition: all 0.7s ease-in-out;
}
DIV.imgRow DIV.serviceDiv:hover {
  opacity:0.7;
}
DIV.imgRow DIV.serviceDiv:hover DIV.serviceText {
  visibility: visible;
  height: 100px;
  opacity:1.0;
}

DIV.imgRow DIV.serviceDiv:hover DIV.serviceText .fa {
  font-size: 50px;
  color: #259eb9;
}
DIV.imgRow DIV.serviceDiv:hover H3 {
  padding-top: 160px;
}

DIV.btnDiv {
  text-align: center;
}
DIV.btnDiv .bodyCTA {
  padding: 15px;
  background-color: #ee1154;
  border-radius: 10px;
  margin-top: 50px !important;
  margin: auto;
  border: none;
}
DIV.btnDiv .bodyCTA A {
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  text-transform: none;
}

DIV.ctaRow {
  display:flex;
  align-items:center;
}

DIV.bookingCtaColumn1 {
  width:35%;
  padding-right:10px;
}

DIV.bookingCtaColumn2 {
  width:30%;
  text-align:center;
  
}
DIV.bookingCtaColumn2 A {
  padding:8px 40px 8px 40px !Important;
}

DIV.bookingCtaColumn3 {
  width:35%;
  padding-left:10px;
}

DIV.CTArow {
  display: flex;
}
DIV.CTArow DIV.btnDiv {
  margin: 0 auto;
}
DIV.CTArow DIV.btnDiv .bookingCTA {
  padding: 15px;
  background-color: #ee1154;
  border-radius: 10px;
  margin-top: 50px !important;
  margin-bottom: 65px;
  border: none;
}
DIV.CTArow DIV.btnDiv .bookingCTA A {
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  text-transform: none;
}
DIV.CTArow DIV.lineDiv {
  height: 1px;
  width: 38%;
  background-color: #e5e5e5;
  margin-top: 75px;
}

DIV.instaRow DIV.instaDiv {
  height: 200px;
}
DIV.instaRow #insta1 {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  text-align: center;
  padding-top: 30px;
  border-radius:5px 0px 0px 5px;
  margin-right:15px;
  height:200px
}
.instaRow #insta1 img {
  padding:0px 10px;
  max-width:100%;
}
DIV.instaRow #insta1 .fa {
  color: #ffffff;
  font-size: 40px;
}

DIV.instaRow #insta1 P {
  color: #ffffff;
  margin-bottom:10px;
}

DIV.instaRow #insta2 {
/*   background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/instagram1-2.jpg"); */
  background-size: cover !important;
  padding: 100px;
}

DIV.instaRow #insta3 {
/*   background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/insta3-1-2.png"); */
   background-size: cover !important;
  padding: 100px;
}

DIV.instaRow #insta4 {
/*   background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/insta4-1-2.png"); */
  background-size: cover !important;
  padding: 100px;
}

DIV.instaRow #insta5 {
/*   background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/insta5-3-2.png"); */
  background-size: cover !important;
  padding: 100px;
}

DIV.instaRow #insta6 {
/*   background: url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/insta6-1-2.png"); */
  background-size: cover !important;
  padding: 100px;
  border-radius: 0px 10px 10px 0px;
}

DIV.internalBlogTitle {
  text-transform:uppercase;
  font-size:18px;
  font-weight:600;
  letter-spacing:0.1em;
  line-height:25px;
}

DIV.internalBlogTitle  H3 {
  font-size:20px;
  letter-spacing:.03em;
  
}

DIV.internalBlogContent {
  margin-top:20px;
}

DIV.internalBlogContent H3 {
  font-size:18px !important;
} 

DIV.internalBlogContent P {
  line-height:25px !important;
  font-size:20px !important;
}


DIV.internalDateDiv {
  margin-top:15px;
  margin-bottom:20px !important;
}

DIV.internalBlogTitle P {
  line-height:1.5;
}



DIV.internalBlogContent {
  margin-top:20px;
}

DIV.internalBlogContent P {
  line-height:25px !important;
  font-size:18px;
  text-transform:none;
  font-weight:500;
  letter-spacing:0px;
}



DIV.aboutColumn1 DIV.aboutText P SPAN {
  font-weight:200;
}

DIV.conditionDetail DIV.firstP P SPAN {
  font-family:"Montserrat", sans-serif;
  font-weight:200;
}

DIV.blogText {
  margin: 0 auto;
  text-align: center;
  margin-top:80px;
  margin-bottom:65px;
}

DIV.blogText H2 {
  margin:0px;
}

DIV.blogRow {
  position: relative;
}

DIV.blogRow DIV.indexBlogText {
  position: absolute;
  transform: rotate(270deg);
  top: 18%;
  left: -13%;
}
DIV.blogRow DIV.indexBlogText H2 {
  color: #f0f0ef;
}

DIV.blogDiv {
  border: solid 1px #f4f4f3;
  padding: 10px;
  margin-bottom: 95px;
  position: relative;
  border-radius: 10px;
}

DIV.blogDiv DIV.blogImg1 {
  background: url("../img/blog.img1.png");
  background-size: cover;
  padding: 0px;
}

DIV.blogImg1 IMG {
  width:100%;
  height:240px !important;
}

DIV.blogDateText {
  font-size:18px;
  color:#5cb5c9;
  margin-top:45px;
  margin-bottom:1rem;
}

DIV.blogFeedTitle {
  font-size:18px;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:0.1em;
  margin-bottom:1rem;
}

DIV.blogFeedSnippet {
  font-size:19px;
  color:black !important;
}

DIV.blogDetailCrumb {
  background:url("https://api.hubspot.com/filemanager/api/v3/files/thumbnail-redirect/34837308262?size=preview&portalId=7502960&errorOnPlaceholder=true&upscale=true&fallbackSize=medium&t=1599820472802");
}

DIV.blogDetailCrumb DIV.breadcrumbBlogDiv DIV.breadcrumb1 SPAN DIV UL LI.first-crumb:after {
  color:#b7f1fe;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  padding-left:13px;
  top:13px;
}

DIV.blogDetailCrumb DIV.breadcrumbBlogDiv DIV.breadcrumb1 SPAN DIV UL LI.first-crumb {
  color:#b7f1fe;
  margin-right:25px;
  position:relative;
}

DIV.breadcrumbBlogDiv {
  display:flex;
  align-items:center;
  padding-top:30px;
  padding-bottom:30px;
  color:#ffffff;
  font-size:16px;
}
DIV.breadcrumbBlogDiv DIV.breadcrumb1 UL LI {
  color:#ffffff;
  font-family:'Red Hat Display',sans-serif;

}
DIV.breadcrumbBlogDiv DIV.breadcrumb1 UL LI A {
  color:#ffffff;
  font-family:'Red Hat Display',sans-serif;
  text-transform:none;
  font-size:15px;
}
DIV.breadcrumbBlogDiv DIV.breadcrumb1 SPAN DIV UL LI SPAN SPAN {
  font-family:'Red Hat Display',sans-serif;
  font-size:15px;
}
DIV.breadcrumbBlogDiv .fa{
  margin-right:18px;
  margin-left:18px;
}
DIV.breadcrumb1 {
  margin:0px;
  display:flex;
  align-items:center;
}
DIV.breadcrumb1 .fa {
  padding-left:10px;
  padding-right:10px;
}

DIV.blogInternalText {
  padding: 25px;
}
DIV.blogDiv DIV.blogInternalText P:nth-of-type(1) {
  font-size: 18px;
  color: black;
  margin-top: 45px;
}
DIV.blogDiv DIV.blogInternalText P:nth-of-type(2) {
  font-size: 19px;
}
DIV.blogDiv DIV.blogInternalText H2 {
  font-size: 20px;
  text-transform: uppercase;
}
DIV.blogDiv DIV.blogInternalText .fa {
  font-size: 30px;
  color: #269fba;
}
DIV.blogDiv DIV.blogImg2 {
  background: url("../img/blog.img2.png");
  background-size: cover;
  padding: 100px;
}
DIV.blogDiv P:nth-of-type(1) {
  font-size: 18px;
  color: black;
}
DIV.blogDiv P:nth-of-type(2) {
  font-size: 19px;
}
DIV.blogDiv H2 {
  font-size: 20px;
  text-transform: uppercase;
}
DIV.blogDiv DIV.blogImg3 {
  background: url("../img/blog.img3.png");
  background-size: cover;
  padding: 100px;
}
DIV.blogDiv P:nth-of-type(1) {
  font-size: 18px;
  color: black;
}
DIV.blogDiv P:nth-of-type(2) {
  font-size: 19px;
}
DIV.blogDiv H2 {
  font-size: 20px;
  text-transform: uppercase;
}

DIV.footer DIV.container-fluid {
  padding: 0px !important;
  background-color: #269fba;
}

.footerContainer {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  padding:0px !important;
  text-align:center;
}

DIV.booking-consultation-body .booking-consultation-info IFRAME {
  border-radius:10px;
}

DIV.bookingConsultationAddress A {
  color:#219ab5;
  font-size:18px;
  font-weight:600;
  text-transform:none;
}

.footerContainer IMG {
  padding-bottom:25px;
  padding-top:55px;
}

DIV.footer DIV.footerDiv {
  text-align: center;
}
DIV.footer DIV.footerDiv IMG {
  padding: 50px;
}
DIV.socialDiv {
  display: flex;
  justify-content: center;
}

.socialColumn2 {
  padding:0 5%;
}

DIV.lineDiv {
  height:1px;
  background-color:#51b3c9;
  margin-top:23px;
}

DIV.socialRow {
  display:flex;
  align-content:center;
  justify-content:center;
}

.socialRow .socialColumn1, .socialRow .socialColumn3 {
  width:100%;
}

DIV.socialDiv IMG {
  padding:0px 15px 0px 15px;
}

DIV.footer DIV.socialDiv DIV.footerLine {
  height: 1px;
  width: 33%;
  background-color: #ffffff;
  margin-top:24px;
  opacity: 0.2;
}
DIV.footer DIV.socialDiv .fa:nth-of-type(1) {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px;
  padding-right: 14px;
  padding-left: 14px;
  margin-right: 15px;
  margin-left: 15px;
}
DIV.footer DIV.socialDiv .fa:nth-of-type(2) {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px;
  margin-right: 15px;
  margin-left: 15px;
}
DIV.footer DIV.socialDiv .fa:nth-of-type(3) {
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 30px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  padding: 10px;
  margin-right: 15px;
  margin-left: 15px;
}
DIV.footer DIV.footerText {
  margin-top:15px;
  margin-bottom:20px;
}
DIV.footer DIV.footerText P {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight:500;
}

DIV.footer DIV.footerText A {
  
   color: #ffffff;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight:500;
  margin-top:30px;
}
  
  
  
  
}
DIV.footer DIV.footerRow {
  background-color: #ffffff;
}
DIV.footer DIV.footerRow DIV.infoDiv {
  width: 100%;
  text-align: center;
  padding:25px 0;
  background-color: #ffffff;
}
DIV.footer DIV.footerRow DIV.infoDiv DIV.privacyDiv {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
DIV.footerRow DIV.infoDiv DIV.privacyDiv DIV.privacy {
  border-right:1px solid black;
  padding-right:5px;
}
DIV.footerRow DIV.infoDiv DIV.privacyDiv DIV.privacy P {
  text-decoration: none;
  color: #3ca2ba;
  font-weight: bold;
  font-size: 16px;
  margin-bottom:0px;
  text-transform:none;
}

DIV.footerRow DIV.infoDiv DIV.privacyDiv DIV.tandc {
  padding-left:5px;
}
DIV.footerRow DIV.infoDiv DIV.privacyDiv DIV.tandc P {
  text-decoration: none;
  color: #3ca2ba;
  font-weight: bold;
  font-size: 16px;
  margin-bottom:0px;
  text-transform:none;
}
DIV.footer DIV.footerRow DIV.infoDiv DIV.copyright P {
  font-size: 16px;
  margin-bottom:0px;
  font-weight:500;
  color:#5c5c5c;
}

/*Hampton custome module 2020 */

DIV.moduleRow {
  background-color: #CCCCCC;
  padding: 30px 0;
}
DIV.text H3 {
	color: #FFFFFF;
}

/*end*/

/*index head */

DIV.header-container {
   background: linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4) ), url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/Images%202024/hampton-clinic-photos-003.jpg");
  /* https://f.hubspotusercontent10.net/hubfs/7502960/header-back.jpg */
  -webkit-background-size: cover;
  -moz-background-size:  cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center center;
}
  
@media (max-width:576px) {
  div.header-container {
    background-image:linear-gradient( rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.4) ), url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/New%20Images%202023/Main%20Page%20Mobile%201%20%281%29.jpg");
    background-position:left;
  }
  
}

/*end */

/*index blog */

DIV.dateDiv {
  color:#ffffff;
  font-weight:100;
  font-size:20px;
  margin-bottom:1rem;
}

DIV.titleDiv {
  color:#ffffff;
  font-size:18px;
  text-transform:uppercase;
  font-weight:600;
  letter-spacing:0.1em;
  margin-bottom:1rem;
}

DIV.blogPulledContent P {
  color:#ffffff;
  font-weight:100;
  margin-bottom:0px;
}

/*end*/

/*internal header module */

SPAN.hs-breadcrumb-menu-divider {
  font-weight:bold;
}

.greyBackground {
  background:url("https://api.hubspot.com/filemanager/api/v3/files/thumbnail-redirect/34796962724?size=preview&portalId=7502960&errorOnPlaceholder=true&upscale=true&fallbackSize=medium&t=1599746314660");
  position: absolute;
  width: 25%;
  height: 110%;
  right: 0;
  padding: 50px 0;
  height:100%;
}

/*end */

/*membership perks module */

DIV.benefitsDiv1 UL LI DIV {
  padding-top:5px;
  padding-bottom:5px;
}

DIV.benefitsDiv1 UL LI .fa {
  color:#5bb3c6;
  margin-right:10px;
  
}

DIV.benefitsDiv1 UL LI DIV {
  display:flex;
  align-items:center;
}

/*end */

/*nav contact info mobile module */
DIV.contactRow {
  background: url('https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg') no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  padding: 10px 0;
  position: fixed;
    top: 0;
    left: 0;
  width: 100%;
  z-index:10;
} 
DIV.contactRow A {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #FFFFFF;
  display: inline-block;
  font-weight: 400;
  margin: 0 5px;
}
DIV.contactRow A:hover {
  color: #3ca2ba;
}  

/*end*/

/*price custom 5 module*/
DIV.priceRow DIV.col-2 {
  text-align:center;
}

DIV.infoRow {
  margin-left:0px;
  margin-right:0px;
}
/*end */

/* recent blog post col module */

DIV.recentPostCol DIV.recentBlogRow1:nth-of-type(3) {
  border:none !important;
}

DIV.recentBlogRow1 A {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}
DIV.recentPostCol DIV.recentBlogRow1 DIV.recentText H2 {
  letter-spacing:.01em;
}

DIV.recentPostCol DIV.recentBlogRow1 {
  padding-top:45px !Important;
}

DIV.recentPostCol DIV.recentBlogRow1 DIV.recentText P {
  letter-spacing:0px;
  text-transform:none;
  font-weight:500;
}
  
/*end */

/* search input with button module */

.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
  display:none !important;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
  text-transform:none !important;
  color:#737373;
  font-size:14px;
  padding:15px;
  text-align:left;
  font-family:'montserrat', sans-serif;
  font-weight:400;
  transition:.3s;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  outline: none;
  text-transform:none;
  color:#4bbfd5;
}

/*end*/

/*testimonial home module */
DIV.authorDiv {
  color:#269fba;
  justify-content:center;
  font-size:20px;
}
/*end*/

/*treatment carousel module */

BUTTON.slick-arrow {
  color: transparent;
  position: absolute;
  top:49%;
  background: none;
  z-index: 9;
  border:none;
  font-size:30px;
  background-image:url('https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/carousel-arrow.png');
  background-size:cover;
  width:40px;
  height:40px;
  border-radius:50%;
}
BUTTON.slick-arrow:hover {
  cursor:pointer;
}
BUTTON.slick-next {
  right:10px;
  transform:rotate(180deg);
}
BUTTON.slick-prev {
  left:10px;
} 

DIV.imgRow {
  position:relative;
}

DIV.serviceText A {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  width:100%;
  height:100%;
}

DIV.serviceText P {
  color:#ffffff;
  font-size:18px;
  line-height:1.2;
}

DIV.imgRow {
  overflow:hidden;
}

/*end*/

/*treatment repeater module */



@media only screen and (max-width:1300px) {
  
  DIV.treatmentRow {
    justify-content:center;
  }
  DIV.treatmentRow DIV.col-lg-4 {
    max-width:500px;
    flex:50%;
  }
}



@media only screen and (max-width:992px) {
  DIV.treatmentRow DIV.col-lg-4 {
    max-width:500px !important;
    margin:0 auto;
    
    
  }
}

DIV.treatmentRow DIV.col-lg-4 A {
  text-transform:none;
}
/*end*/

/*treatment repeated with link */




DIV.treatmentCol1 A {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
}

DIV.treatmentRow DIV.col-lg-4 DIV.img-background {
  background-color:black;
}

/*end*/

/*view more articles module*/

A.showMore {
   -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color:#ffffff;
  border: 3px solid #259eb9;
  border-radius:10px;
  color:black;
  cursor: pointer;
  font-size:15px;
  opacity:0.6;
  text-transform:none;
  padding:20px 30px;
}
A.showMore:hover {
  opacity:1;
}

/*end*/

DIV.internalHeadText {
  color:#b7f1fe;
  text-transform:uppercase;
  font-weight:600;
  margin-bottom:10px;
  letter-spacing:0.15em;
}

DIV.internalPageTitle {
  color:#ffffff;
  text-transform:uppercase;
  font-weight:700;
  font-size:34px;
  letter-spacing:.1em;
  padding-bottom:55px;
}

DIV.internalHeaderContent {
  margin-top:185px;
  min-height:115px; /* Stopgap measure */
}

DIV.internal-header DIV.hampton-container {
  background-color: transparent;
  height: 95px;
  display:flex;
  align-items:center;
  overflow:hidden;
}

DIV.container-fluid DIV.hampton-container DIV.row-fluid {
  display:flex;
  align-items:center;
  height:115px;
}

DIV.internal-header IMG {
  padding: 20px;
}
DIV.internal-header UL#menu {
  display: flex;
  float: right;
  border-right: 1px solid #e6e6e6;
  margin-top: 10px;
}
DIV.internal-header UL#menu LI:nth-of-type(1) {
  list-style: none;
  padding-left: 25px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
DIV.internal-header UL#menu LI:nth-of-type(1):hover {
  border-bottom: 4px solid #269fba;
}
DIV.internal-header UL#menu LI:nth-of-type(1) .fontAwesome {
  color: #269fba;
  padding-left: 35px;
}
DIV.internal-header UL#menu LI:nth-of-type(1) A {
  text-decoration: none;
  color: black;
}
DIV.internal-header UL#menu LI:nth-of-type(1) A:hover {
  color: #269fba;
}
DIV.internal-header UL#menu LI:nth-of-type(2) {
  list-style: none;
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}
DIV.internal-header UL#menu LI:nth-of-type(2):hover {
  border-bottom: 4px solid #269fba;
}
DIV.internal-header UL#menu LI:nth-of-type(2) .fontAwesome {
  color: #269fba;
  padding-left: 35px;
}
DIV.internal-header UL#menu LI:nth-of-type(2) A {
  text-decoration: none;
}

DIV.internal-header UL#menu LI:nth-of-type(2) A:hover {
  color: #269fba;
}

DIV.internal-header UL#menu LI:nth-of-type(3) {
  list-style: none;
  padding-left: 10px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

DIV.internal-header UL#menu LI:nth-of-type(3):hover {
  border-bottom: 4px solid #269fba;
}

DIV.internal-header UL#menu LI:nth-of-type(3) .fontAwesome {
  color: #269fba;
  padding-left: 35px;
}

DIV.internal-header UL#menu LI:nth-of-type(3) A {
  text-decoration: none;
  color: black;
}
DIV.internal-header UL#menu LI:nth-of-type(3) A:hover {
  color: #269fba;
}

DIV.header UL#menu LI:nth-of-type(1) {
  padding-right: 25px;
}

DIV.header UL#menu LI:nth-of-type(2) {
  padding-right:25px;
}

UL#menu LI.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:nth-of-type(1):after {
  transition:0.3s;
  color:#209ab5;
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size:19px;
  position:absolute;
  padding-left:7px;
  margin-top:-2px; /* Shouldn't be necessary. */
}
UL#menu LI.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:nth-of-type(2):after {
  color:#209ab5;
  content: '\f0d7';
  font-family: 'FontAwesome';
  font-size:19px;
  position: absolute;
  padding-left:7px;
  margin-top:-2px;
}
/* ^^ Don't need to have these as separate css blocks */

DIV.internal-header UL#menu LI {
  list-style: none;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
DIV.internal-header UL#menu LI:hover {
  border-bottom: 4px solid #269fba;
}
DIV.internal-header UL#menu LI .fontAwesome {
  color: #269fba;
  padding-left: 35px;
}
DIV.internal-header UL#menu LI A {
  text-decoration: none;
  color: black;
}
DIV.internal-header UL#menu LI A:hover {
  color: #269fba;
}
DIV.contactDiv {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height:100px;
  display:flex;
  align-items:center;
}

DIV.contactDiv DIV.emailandtel {
  border-left:1px solid #e6e6e6;
  padding-left:25px;
}

DIV.contactDiv.hover {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  border-left:transparent;
}

DIV.contactDiv.hover DIV.emailandtel {
  border-left:none;
}

DIV.contactDiv.hover A  {
  color: #FFFFFF !important;
}

DIV.internal-header .contactDiv A:nth-of-type(1) {
  color: black;
  font-size: 20px;
}
DIV.internal-header .contactDiv A:nth-of-type(2) {
  color: #239cb7;
  text-transform: none;
}
DIV.internal-header .imgContainer {
  overflow: hidden;
}
DIV.internal-header .blueBackground {
  background-color: #269fba;
  position: absolute;
  width: 75%;
  height: 110%;
  left: 0;
  padding-top: 80px;
}
DIV.internal-header .lightBlueBackground {
  background-color:#ffffff;
  height: 95%;
  width: 100%;
  opacity:0.2;
}
DIV.internal-header .greyBackground {
  background:url("https://api.hubspot.com/filemanager/api/v3/files/thumbnail-redirect/34796962724?size=preview&portalId=7502960&errorOnPlaceholder=true&upscale=true&fallbackSize=medium&t=1599746314660");
  position: absolute;
  width: 25%;
  height: 110%;
  right: 0;
  padding: 50px 0;
}
DIV.internal-header .bannerContainer DIV.breadcrumbMembership, DIV.internal-header .bannerContainer DIV.breadcrumbBlog, DIV.internal-header .bannerContainer DIV.breadcrumbTreatment  {
  background-size: cover;
  height: 110%;
  padding: 0px;
}

.breadcrumbImg {
  height:390px;
  overflow:hidden;
}

.breadcrumbImg img {
  display:flex; /* I have no idea why this fixes the bug. */
  margin:auto;
  height:100%;
}

DIV.internal-header .bannerContainer DIV.breadcrumbImg {
  background: url("../img/contact.jpg");
}
DIV.internal-header .bannerContainer DIV.breadcrumbMembership {
  background: url("../img/membershipImg.png");
}
DIV.internal-header .bannerContainer DIV.breadcrumbBlog {
  background: url("../img/blogCrumbImg.png");
}
DIV.internal-header .bannerContainer DIV.breadcrumbTreatment {
  background: url("../img/insta6.png");
}
DIV.internal-header .centre {
  display: flex;
  align-items: center;
}
DIV.internal-header div.breadcrumb {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #269fba;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
DIV.internal-header .bannerContainer .container {
  z-index: 1;
  color: white;
}
DIV.internal-header .relative {
  position: relative;
}
DIV.internal-header .relative P {
  color: #b7f1fe;
  text-transform: uppercase;
  font-weight: 600;
}
DIV.internal-header .relative H2 {
  color: #ffffff !important;
}
DIV.internal-header .relative DIV {
  padding-top: 40px;
}
DIV.internal-header ul {
  padding-left: 0 !important;
}
DIV.internal-header .breadcrumb {
  padding: 0px 0px 0px 0px !important;
}
DIV.internal-header .height100 {
  height: 100%;
}

DIV.breadcrumb #crumb LI {
  list-style: none;
  text-decoration: none;
  padding-right:10px;
  color:#ffffff;
  margin-top:0px;
}

DIV.breadcrumb #crumb LI A {
  color: #ffffff;
  padding-right: 15px;
  text-transform: none;
}

DIV.breadcrumb #crumb LI .fa {
  color: #ffffff;
}

DIV.breadcrumb UL#crumb LI UL LI {
  padding-left:0px;
  padding-bottom:0;
  padding-top:0;
}

DIV.breadcrumb UL#crumb LI SPAN DIV UL.hs-breadcrumb-menu LI.hs-breadcrumb-menu-item.first-crumb:after {
  color:#b7f1fe;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  right:10px;
  top:3px;
}

DIV.breadcrumb UL#crumb LI SPAN DIV UL.hs-breadcrumb-menu LI.hs-breadcrumb-menu-item.first-crumb {
  color:#b7f1fe;
  position:relative;
}
DIV.breadcrumb UL#crumb LI SPAN DIV UL.hs-breadcrumb-menu LI.hs-breadcrumb-menu-item A {
  color:#b7f1fe;
}
DIV.breadcrumb UL#crumb LI SPAN DIV UL.hs-breadcrumb-menu LI.hs-breadcrumb-menu-item:nth-of-type(3) {
  position:relative;
}
/* ^^ Can't we just do all this in one block? Why do these require differentiation? */
DIV.breadcrumb #crumb LI:last-of-type {
  font-family:'Red Hat Display',sans-serif!important;
  color:#ffffff;
}

SPAN.hs-breadcrumb-menu-divider {
  display:none;
}

DIV.breadcrumb UL#crumb LI SPAN DIV UL.hs-breadcrumb-menu LI.hs-breadcrumb-menu-item:nth-of-type(3):before {
  color:#b7f1fe;
  content: '\f0da';
  font-family: 'FontAwesome';
  font-size: 15px;
  position: absolute;
  left:-13px;
  top:3px;
}

DIV.internal-header DIV.blankColumn {
  background-color: #f1f0ec;
  height: 100%;
}

.treatmentContainer { /* Really, really should not be necessary. */
  margin-left:-5px; /* Must find out what has gone wrong with the page containers that they don't naturally align. */
}

DIV.treatmentText {
  text-align: center;
}

DIV.treatmentText H1 {
  margin-top:80px;
}

DIV.treatmentText P {
  margin-bottom:30px;
}
DIV.treatmentText DIV.searchDiv {
  display: flex;
  justify-content: center;
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  margin: 0 auto;
  max-width: 975px;
  padding: 20px;
  align-items: center;
  border: 5px solid #e8f6f9;
  border-radius: 10px;
  margin-bottom: 50px;
}
DIV.treatmentText DIV.searchDiv P {
  padding-right: 50px;
  color: #ffffff;
  margin: 0px;
  font-weight:600;
  font-size:23px !important;
}
DIV.treatmentText DIV.searchDiv DIV.formDiv {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 5px;
}
DIV.treatmentText DIV.searchDiv DIV.formDiv BUTTON {
  background: none;
  border: none;
  padding: 0;
}
DIV.treatmentText DIV.searchDiv DIV.formDiv .inputClass {
  width: 400px;
  border: none;
  border-right: 1px solid #d9d9d9;
  padding: 10px;
  font-size:14px;
}
DIV.treatmentText DIV.searchDiv DIV.formDiv .formClass {
  padding: 10px;
  display:flex;

}
DIV.treatmentText DIV.searchDiv DIV.formDiv .formClass .fa {
  font-size: 30px;
  padding-left: 15px;
  color: #d9d9d9;
}

/*DIV.searchBarWrapper {
margin-top:40px;
margin-bottom:80px;
}*/

DIV.treatmentRow {
  margin-bottom: 70px;
}

DIV.treatmentRow DIV.col-lg-4 {
  padding-bottom:18px;
  padding-top:18px;
}

DIV.treatmentRow DIV.treatmentCol1 {
  background-size: cover;
  overflow:hidden;
  position: relative;
  height:375px;
}

DIV.treatmentRow DIV.treatmentCol1 A {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index: 3; 
}

DIV.treatmentRow DIV.treatmentCol1 H2.sideText {
  position: absolute;
  transform: rotate(270deg);
  bottom: 68%;
  left: -45%;
  color: #f0f0ef !important;
}

DIV.treatmentRow DIV.treatmentCol1 DIV.gradient {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: rgba(0,0,0,0.1);
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index: 2;
}
DIV.treatmentRow DIV.treatmentCol1 DIV.text-div {
  padding-top: 350px;
  padding-left: 25px;
  position:absolute;
  bottom:0;
  text-align:left;
  z-index:10;
}
DIV.treatmentRow DIV.treatmentCol1 DIV.text-div H3 {
  color: #ffffff;
  margin-bottom:20px;
}
DIV.treatmentRow DIV.treatmentCol1 DIV.text-div DIV.hiddenText {
  height: 0px;
  visibility:hidden;
  transition:all .9s ease-in-out;
  overflow:hidden;
  position:relative;
}

DIV.treatmentRow DIV.treatmentCol1 DIV.text-div DIV.hiddenText DIV {
  color: #ffffff;
  visibility: hidden;
  margin-bottom:12px;
  opacity:0.0;
  font-size:18px;
  font-weight:100;
  line-height:1.4;
  font-family:'Red Hat Display', sans-serif;
}

DIV.treatmentRow DIV.treatmentCol1 DIV.text-div DIV.hiddenText P  {
  margin-bottom:0px;
}

DIV.treatmentRow DIV.treatmentCol1 DIV.text-div DIV.hiddenText .fa {
  color: #269fba;
  visibility: hidden;
  opacity:0.0;
}

DIV.treatmentRow DIV.treatmentCol1:hover H3 {
  margin-bottom:0px;
}
DIV.treatmentRow DIV.treatmentCol1:hover DIV.gradient {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 83%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 83%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.35) 83%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}
DIV.treatmentRow DIV.treatmentCol1:hover DIV.text-div DIV.hiddenText DIV {
  opacity:1.0;
  visibility:visible;
}

DIV.treatmentRow DIV.treatmentCol1:hover {
  opacity:0.9;
}
DIV.treatmentRow DIV.treatmentCol1:hover DIV.text-div {
  padding-top: 250px;
}

DIV.treatmentRow DIV.treatmentCol1:hover DIV.text-div DIV.hiddenText {
  height: 150px;
  visibility: visible;
  color:#ffffff;
  font-size:20px;
}

DIV.treatmentRow DIV.treatmentCol1:hover DIV.text-div DIV.hiddenText .fa {
  visibility: visible;
  font-size: 30px;
  opacity:1;
}
DIV.blogSideText {
  position: absolute;
  transform: rotate(270deg);
  left: 0;
  top: 22%;
}
DIV.blogSideText DIV.sideHeader H2 {
  color: #f0f0ef;
  margin-right: 30px;
}
DIV.blogSideText DIV.sideChevron {
  position: absolute;
  transform: rotate(90deg);
  right: 0;
  top: 5%;
}
DIV.blogSideText DIV.sideChevron .fa {
  font-size: 30px;
  color: #44b7d0;
}

DIV.blogBreadcrumbImg {
  background: url("../img/blogCrumbImg.png");
  background-size: cover;
  height: 100%;
}
DIV.blog-container DIV.blogRow {
  align-items:center;
  display:flex;
  margin-top:50px;
  margin-bottom:50px;
}

DIV.blog-container DIV.blogHeadText {
  display: inline-block;
}
DIV.blog-container .dropbtn {
  background-color: #ffffff;
  color: black;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #219ab5;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  width:100%;
}
DIV.blog-container .dropbtn:hover, DIV.blog-container DIV.blogHead .dropbtn:focus {
  background-color: #219ab5;
}
DIV.blog-container .dropbtn:hover SPAN.fa-span, DIV.blog-container DIV.blogHead .dropbtn:focus SPAN.fa-span, DIV.blog-container .dropbtn:hover H3, DIV.blog-container DIV.blogHead .dropbtn:focus H3 {
  color: #ffffff;
}

#hs_cos_wrapper_module_151388194052436 {
  margin-top:25px;
}

DIV.blog-container .categorySelect {
  position: relative;
  display: inline-block;
  float: right;
  width:415px;
  margin-top:95px;
}
#hs_cos_wrapper_module_15995748905321370_ h1 { /* These margins were moved from the inline styles to the stylesheet */
  margin-top:105px;
}

DIV.blog-container .categorySelect H3 {
  float:left;
  padding-left: 25px;
  font-size: 15px !important;
}
DIV.blog-container .categorySelect SPAN.fa-span {
  border-left: 1px solid #cad6d8;
  color: #219ab5;
  font-size: 35px;
  padding-left: 2px;
  width:15%;
}

DIV.blog-container .categorySelect SPAN {
  width:85%;
}
DIV.blog-container .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  text-align: center;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
DIV.blog-container .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
DIV.blog-container .dropdown-content a:hover {
  color: #219ab5;
}
DIV.blog-container .dropdown a:hover {
  background-color: #ddd;
}
DIV.blog-container .show {
  display: block;
}

DIV.internalblogDiv {
  border: solid 1px #f4f4f3;
  border-radius: 5px;
  margin-bottom: 90px;
  position: relative;
  height:85%;
  overflow:hidden;
  transition:.3s;
}
H2.sideText {
  position: absolute;
  transform: rotate(270deg);
  top: 2%;
  left: -56%;
  color: #f0f0ef !important;
}

/* div.internalblogImg1 {
  padding:10px;
} */

DIV.internalblogImg1 IMG{
  width:100%;
  height:250px !important;
  /*max-width:100%*/
}

DIV.internalblogDiv DIV.internalDateDiv {
  color:#4daec4;
  font-size:15px;
  font-family:'Red Hat Display', sans-serif;
  margin-bottom:5px;
  font-weight:600;
  letter-spacing:0px;
  text-transform:none;
}

DIV.internalblogDiv DIV.blogInternalText .fa {
  font-size: 30px;
  color: #269fba;
}

DIV.internalblogDiv:hover {
  border: 1px solid #219ab5;
}
DIV.internalblogDiv:hover H3 {
  color: #219ab5;
  transition:.7s;
}

DIV.viewArticleContainer {
  margin-bottom:100px;
}

DIV.viewArticleContainer DIV.articleLine {
  height: 2px;
  background-color: #e5e5e5;
  width: 100%;
}
/*DIV.viewBtnClass {
text-align:center;
border:2px solid #259eb9;
border-radius:10px;
padding:15px 30px 15px 30px;
}*/

DIV.viewArticleContainer {
  align-items:center;
  display:flex;
}

DIV.viewBtnClass A, DIV.viewBtnClass:hover {
  background-color:#259eb9;
}

DIV.viewBtnClass:hover A {
  background-color:#259eb9 !Important;
  color:#ffffff !important;
  text-decoration:none;
}

DIV.viewBtnClass A:hover {
  background-color:#259eb9;
  color:#ffffff;
}

DIV.lineContainer {
  padding-right:20px;
  width:40%;
}

DIV.lineContainer2 {
  padding-left:20px;
  width:40%;
}

DIV.viewBtnWrapper {
  width:20%;
  text-align:center;
  border-radius:10px;
  padding-top:25px;
  padding-bottom:25px;
}

DIV.viewBtnWrapper A {
  color:#bcbcbc !important;
  font-size:18px !Important;
}

DIV.contactBreadcrumbImg {
  background: url(../img/contactImg.png);
  background-size: cover;
  height: 100%;
}

H2.sideText {
  position: absolute;
  transform: rotate(270deg);
  top: 12%;
  left: -22%;
  color: #f0f0ef;
}

.formClassNew DIV.input INPUT {
  width:100%;
  border:1px solid #219ab5;
  border-radius:7px;
  padding:10px;
  font-size:15px;
  text-transform:uppercase;
  font-weight:600;
}

.formClassNew DIV.input INPUT::placeholder {
  font-size:17px;
  text-transform:uppercase;
  font-weight:600;
}

.formClassNew DIV.input TEXTAREA {
  border-radius:10px;
  border:1px solid #219ab5;
  height:250px;
  width:98% !important;
  margin-top:20px;
  margin-bottom:20px;
  border-width:1px !Important;
}

.formClassNew #hs_cos_wrapper_module_1598264731582277 textarea {
  border-width:1px !Important;
}

.formClassNew #hs_cos_wrapper_module_1598264731582277 input[type="text"] {
  border-width:1px !important;
}


.formClassNew #hs_cos_wrapper_module_1598264731582277 input {
  padding-top:18px !Important;
  padding-bottom:18px !Important;
  font-family:'Montserrat', sans-serif;
  font-weight:600;
  border-width:1px !important;
}

.formClassNew DIV.actions INPUT {
  background-color:#ec0f4e;
  color:#ffffff;
  padding:25px 90px;
  border-radius:10px;
  font-size:17px;
  font-weight:400;
  border-width:0px !important; /* This is to overwrite the input selector above. The submit button and the text inputs shouldn't be sharing styles. */
  font-family:'Montserrat', sans-serif;
}

.formClassNew FIELDSET.form-columns-3, .formClassNew FIELDSET.form-columns-1 {
  max-width:100% !important;
}

DIV.contactPageForm H3 {
  margin-top:80px;
  margin-bottom:50px;
  text-transform:none;
  font-weight:300 !important;
  font-size:31px !important;
  letter-spacing:0.03em;
}

DIV.formClassNew FIELDSET.form-columns-1 DIV.input SELECT {
  background-color:#ffffff;
  border:2px #219ab5 solid;
  border-radius:5px;
  width:98% !important;
  font-size:15px;
  margin-top:20px;
}

DIV.formClassNew FIELDSET.form-columns-1 DIV.input SELECT OPTION{
  padding:20px;
}

DIV.contact-container DIV.contactText {
  margin-top: 85px;
}
DIV.contact-container DIV.contactText P {
  font-size: 31px;
  text-transform: none;
  font-weight: 100;
}
DIV.contact-container DIV.contactInput {
  text-align: center;
  display: flex;
  justify-content: center;
}
DIV.contact-container DIV.contactInput DIV.nameDiv {
  width: 33%;
  margin: 5px;
}
DIV.contact-container DIV.contactInput DIV.nameDiv INPUT {
  width: 100%;
  padding: 10px;
  border: 3px solid #219ab5;
  border-radius: 5px;
  opacity: 0.5;
}
DIV.contact-container DIV.contactInput DIV.nameDiv INPUT::placeholder {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
DIV.contact-container DIV.contactInput DIV.emailDiv {
  width: 33%;
  margin: 5px;
}
DIV.contact-container DIV.contactInput DIV.emailDiv INPUT {
  width: 100%;
  padding: 10px;
  border: 3px solid #219ab5;
  border-radius: 5px;
  opacity: 0.5;
}
DIV.contact-container DIV.contactInput DIV.emailDiv INPUT::placeholder {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
DIV.contact-container DIV.contactInput DIV.phoneDiv {
  width: 33%;
  margin: 5px;
}
DIV.contact-container DIV.contactInput DIV.phoneDiv INPUT {
  width: 100%;
  padding: 10px;
  border: 1px solid #219ab5;
  border-radius: 5px;
  opacity: 0.5;
}
DIV.contact-container DIV.contactInput DIV.phoneDiv INPUT::placeholder {
  color: black;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
DIV.contact-container DIV.formInput TEXTAREA {
  width: 100%;
  height: 250px;
  border: 1px solid #219ab5;
  border-radius: 5px;
  opacity: 0.5;
}
DIV.contact-container DIV.contactButtonDiv {
  margin-top: 30px;
}
DIV.contact-container DIV.contactButtonDiv BUTTON.contactButton {
  background-color: #ec1050;
  padding: 20px 85px 20px 85px;
  border-radius: 10px;
}
DIV.contact-container DIV.contactButtonDiv BUTTON.contactButton A {
  color: #ffffff;
  text-transform: none;
  font-size: 17px;
  font-weight: 500;
}

DIV.addressContainer {
  text-align: right;
}
DIV.addressContainer H2 {
  font-size: 17px !important;
  letter-spacing:0.02em;
  font-weight:900 !important;

}

DIV.addressContainer DIV.addressDiv {
  font-family:'Red Hat Display',sans-serif;
  font-weight:500;
}

DIV.addressContainer DIV.addressDiv P {
  margin:0px;
  font-size:17px;
}

DIV.addressContainer DIV.addressDiv A:nth-of-type(1) {
  text-decoration: none;
  color:#242424;
  font-size:19px;
  text-transform: none;
  font-weight:bold;
}

DIV.addressContainer DIV.addressDiv A SPAN {
  font-weight:500;
}

DIV.addressContainer DIV.addressDiv A:nth-of-type(2) {
  text-transform: none;
  color: #219ab5;
  font-size:15px;
  font-weight:500;
}
DIV.addressContainer DIV.openingHours {
  margin-top: 45px;
}
.openingRow p {
  font-size:16px; 
}
DIV.openingRow DIV.dayCol P {
  text-transform:uppercase;
  font-weight:900;
}
DIV.openingRow DIV.timeCol P {
  font-weight:600;
}
DIV.addressContainer DIV.openingHours H2 {
  margin-bottom: 15px;
  font-size:17px !important;
  font-weight:900 !important;
}

DIV.addressContainer DIV.openingHours DIV#hourDiv DIV.hourText SPAN P {
  margin-bottom:10px;
}

DIV.addressContainer DIV.openingHours DIV#hourDiv DIV.hourText SPAN:nth-of-type(1) {
  display: inline-block;
  margin-right: 50px;
}
DIV.addressContainer DIV.openingHours DIV#hourDiv DIV.hourText SPAN:nth-of-type(1) P {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
}
DIV.addressContainer DIV.openingHours DIV#hourDiv DIV.hourText SPAN:nth-of-type(2) {
  display: inline-block;
}

DIV.mapContainer {
  margin-top: 200px;
  width:100%;
}

DIV.mapContainer IFRAME {
  width:100%;
}

DIV.membershipBreadcrumbImg {
  background: url("../img/membershipImg.png");
  background-size: cover;
  height: 100%;
}

DIV.membership-container DIV.membershipText {
  margin: 0 auto;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 55px;
}
DIV.membership-container DIV.membershipText H1 {
  font-size: 41px !important;
  margin-top:0px;
  margin-bottom:30px;


}
DIV.membership-container DIV.membershipText P {
  font-size: 26px;
  font-weight: 200;
  margin-top:0px;
  font-family:"Montserrat", sans-serif !important;
  line-height:1.4;

}
DIV.membership-container DIV.membershipVideoDiv {
  overflow:hidden;
  padding-top:46.25%;
  position:relative;
  border-radius:10px;
}

DIV.membership-container DIV.membershipVideoDiv IFRAME {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;


}
DIV.membership-container DIV.membershipBody {
  text-align: center;
  margin-top: 70px;
}
DIV.membership-container DIV.membershipBody H3{
  font-size: 32px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #21acca;
  margin-bottom:0px;
  margin-top:0px;
  letter-spacing:0.05em;
}








DIV.membership-container DIV.membershipBody .headerClass H3 {
  font-size: 23px !important;
  text-transform: uppercase;
  font-weight: 600;
  color:#373737;
  letter-spacing:0.3em;
  margin-bottom:50px;
}
DIV.membership-container DIV.benefitsDiv1 {
  padding-right: 60px;
  text-align:left;
}
DIV.membership-container DIV.benefitsDiv1 H3 {
  font-size: 24px !important;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0px;
  margin-bottom:30px;
  margin-top:0px;
  color:#373737;
}
DIV.membership-container DIV.benefitsDiv1 P {
  font-size: 19px;
  margin:0px;

}
DIV.membership-container DIV.benefitsDiv1 UL {
  padding-left: 0px;
}
DIV.membership-container DIV.benefitsDiv1 UL LI {
  list-style: none;
  padding-bottom: 5px;
  padding-top: 5px;
  font-weight: bold;
}
DIV.membership-container DIV.benefitsDiv1 UL LI .fa {
  color: #39a5be;
  padding-right: 10px;
  font-size:30px;
}
DIV.membership-container DIV.infoRow {
  text-align: center;
  margin-top: 190px;
}
DIV.membership-container DIV.infoRow P {
  font-size: 26px;
  font-weight: 600;
}

DIV.membership-container DIV.infoRow P A {
  color: #ea0f48;
  font-size: 26px;
  text-transform: none;
}
DIV.membership-container DIV.benefitsDiv2 {
  margin-top: 95px;
  padding-left: 60px;
}
DIV.membership-container DIV.benefitsDiv2 H3 {
  font-size: 24px !important;
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0px;
  margin-top: 45px;
}
DIV.membership-container DIV.benefitsDiv2 P {
  font-size: 19px;
}
DIV.membership-container DIV.benefitsDiv2 UL {
  padding-left: 0px;
}
DIV.membership-container DIV.benefitsDiv2 UL LI {
  list-style: none;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: bold;
}
DIV.membership-container DIV.benefitsDiv2 UL LI .fa {
  color: #39a5be;
  padding-right: 10px;
}
DIV.membership-container DIV.infoRow {
  text-align: center;
  margin-top: 190px !important;
  max-width: 1110px;
  margin: auto;
}
DIV.membership-container DIV.infoRow P {
  font-size: 26px;
  font-weight: 600;
}
DIV.membership-container DIV.infoRow P A {
  color: #ea0f48;
  font-size: 26px;
  text-transform: none;
}
DIV.membership-container DIV.infoRow P:nth-of-type(2) {
  font-size: 15px;
  margin-bottom:50px;
}
DIV.membership-container DIV.infoRow DIV.signUpDiv {
  margin-bottom: 105px;
}
DIV.membership-container DIV.infoRow DIV.signUpDiv DIV.signUpLineDiv {
  height: 1px;
  background-color: #e5e5e5;
  width: 100%;
  margin-top: 30px;
}
DIV.membership-container DIV.infoRow DIV.signUpDiv DIV.btnDiv .signUpBtn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #ee1154;
  border-radius: 10px;
  color: #ffffff;
}

DIV.blogBreadRow {
  background-color: #249db8;
}
DIV.blogBreadRow DIV.blogBreadDiv UL {
  display: flex;
}
DIV.blogBreadRow DIV.blogBreadDiv UL LI {
  list-style: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
DIV.blogBreadRow DIV.blogBreadDiv UL LI A {
  color: #ffffff;
  text-transform: none;
  font-weight: 100;
  font-size: 15px;
}
DIV.blogBreadRow DIV.blogBreadDiv UL LI .fa {
  margin-left: 15px;
  margin-right: 15px;
  color: #ffffff;
}

DIV.blogContainer {
  position: relative;
}
DIV.blogContainer DIV.blogHeader H1 {
  margin-top: 90px;
  margin-bottom: 45px;
}

DIV.blogListModule H2 {
  font-size:25px !important;
}

DIV.authorDiv {
  display: flex;
  align-items: center;
}
DIV.authorDiv IMG {
  width: 6%;
  border-radius: 50%;
}
DIV.authorDiv P {
  font-size: 18px;
  margin-right: 5px;
  color: #27a0bb;
  margin-left: 10px;
}

DIV.authorDiv {
  display:flex;
  align-items:center;
}

DIV.shareDiv {
  display:flex;
  align-items:center;
}

DIV.shareDiv P {
  font-size:17px;
  margin-right:10px;
  color:black;
}

DIV.shareDiv DIV.shareImg1 {
  margin-right:10px;
}

DIV.shareDiv DIV.shareImg1 IMG, DIV.shareDiv DIV.shareImg2 IMG, DIV.shareDiv DIV.shareImg3 IMG {
  width:30px;
}

DIV.shareDiv DIV.shareImg2 {
  margin-right:10px;
}

DIV.authorImageDiv IMG {
  height:80px !important;
  width:80px !important;
  border-radius:50%;
  border:#ffffff 3px solid;
  margin-right:10px;
}

DIV.additionalInfoDiv {
  margin-left:10px;
  color:grey;
  font-size:18px;
}

DIV.postedByDiv P {
  font-size:18px;
  color:#27a0bb;
  margin-bottom:0px;
  display:inline-block;
  margin-left:0px;
  font-family:'Red Hat Display',sans-serif;
  font-weight:bold;
}

DIV.shareDiv {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
}

DIV.shareDiv P {
  color: black;
  margin-right: 10px;
  font-size: 17px;
  margin-bottom: 0px;
}

DIV.imageDiv IMG {
  height:500px !Important;
  width:100%;
  border-radius:10px !important;
}
DIV.imageDiv DIV.blogImage DIV.sideText {
  position: absolute;
  transform: rotate(270deg);
  left: -25%;
  display: flex;
}
DIV.imageDiv DIV.blogImage DIV.sideText H2 {
  color: #f0f0ef;
}
DIV.imageDiv DIV.blogImage DIV.sideText .fa {
  color: #44b7d0;
  transform: rotate(90deg);
  font-size: 30px;
}

DIV.contentDiv {
  margin-top:50px !Important;
  margin-bottom:70px;
}

DIV.contentDiv UL {
  font-size:20px;
}

DIV.contentDiv UL LI {
  padding-top:5px;
  padding-bottom:5px;
  font-weight:300;
  list-style:none;
}

DIV.contentDiv H4 {
  font-size:20px;
}
  
  

DIV.contentDiv P:nth-of-type(1) {
  font-family:"Montserrat", sans-serif;
  font-weight:200;
  font-size:31px !important;
  line-height:37px !important;
}

DIV.contentDiv IMG {
  width:100% !Important;
  height:auto !important;
  border-radius:10px !important;
}

DIV.contentDiv H3 {
  font-family:'Red Hat Display', sans-serif !important;
  text-transform:none !important;
  font-weight:100 !important;
  font-size:20px !important;
}

DIV.contentDiv P {
  color:#666666 !important;
  line-height:30px !important;
  
}

DIV.contentDiv A {
  color:#1f98b3 !important;
  font-family:'Red Hat Display', sans-serif !important;
  text-transform:none !important;
  font-size:20px !important;
}

DIV.recentPostCol H2 {
  font-size: 25px !important;
}
DIV.recentPostCol DIV.recentBlogRow1 {
  border-bottom: 1px dotted #aeafaa;
  padding-bottom: 45px;
  padding-top: 45px;
  margin: 0 auto;
  display:flex;
  align-items:center;
}

DIV.recentPostCol DIV.recentBlogRow1:nth-of-type(3) {
  border:none !important;
}

DIV.recentBlogRow1 A {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
}

DIV.recentPostCol DIV.recentBlogRow1 DIV.blogContainer {
  padding: 0px;
}
DIV.recentPostCol DIV.recentBlogRow1 DIV.recentPosts {
  display: flex;
}
DIV.recentPostCol DIV.recentBlogRow1 DIV.recentPosts DIV.recentImage {
  background: url("../img/treatmentimg7.png");
  background-size: cover;
  border-radius: 15px;
}
DIV.p-text {
  color:#219ab5;
  font-size:15px;
}

DIV.p-text P {
  margin-bottom:0px;
}
DIV.recentImage IMG {
  max-width:100%;
  border-radius:15px;
}
DIV.recentPostCol DIV.recentBlogRow1 DIV.recentText P {
  color: #219ab5;
  font-size: 15px;
}
DIV.recentPostCol DIV.recentBlogRow1 DIV.recentText H2 {
  font-size: 20px !important;
  text-transform: none;
  margin:0px;
}
DIV.recentPostCol DIV.recentBlogRow1 DIV.recentText .fa {
  font-size: 40px;
  color: #219ab5;
}
DIV.recentPostCol DIV.recentBlogRow2 {
  border-bottom: 1px dotted #aeafaa
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 auto;
}
DIV.recentPostCol DIV.recentBlogRow2 DIV.blogContainer, DIV.recentPostCol DIV.recentBlogRow3 DIV.blogContainer {
  padding: 0px;
}
DIV.recentPostCol DIV.recentBlogRow2 DIV.recentPosts DIV.recentImage {
  width: 135px;
  height: 135px;
  background: url("../img/insta2.png");
  background-size: cover;
  border-radius: 15px;
}
DIV.recentPostCol DIV.recentBlogRow2 DIV.recentText P {
  color: #219ab5;
  font-size: 15px;
}
DIV.recentPostCol DIV.recentBlogRow2 DIV.recentText H2 {
  font-size: 20px !important;
  text-transform: none;
}
DIV.recentPostCol DIV.recentBlogRow2 DIV.recentText .fa {
  font-size: 40px;
  color: #219ab5;
}
DIV.recentPostCol DIV.recentBlogRow3 {
  padding-bottom: 30px;
  padding-top: 30px;
  margin: 0 auto;
}
DIV.recentPostCol DIV.recentBlogRow3 DIV.recentPosts {
  display: flex;
}
DIV.recentPostCol DIV.recentBlogRow3 DIV.recentPosts DIV.recentImage {
  width: 135px;
  height: 135px;
  background: url("../img/insta5.png");
  background-size: cover;
  border-radius: 15px;
}
DIV.recentPostCol DIV.recentBlogRow3 DIV.recentText P {
  color: #219ab5;
  font-size: 15px;
}
DIV.recentPostCol DIV.recentBlogRow3 DIV.recentText H2 {
  font-size: 20px !important;
  text-transform: none;
  margin:0px;
}
DIV.recentPostCol DIV.recentBlogRow3 DIV.recentText .fa {
  font-size: 40px;
  color: #219ab5;
}
DIV.recentPostCol DIV.searchContainer {
  padding: 0px;
}
DIV.recentPostCol DIV.searchContainer DIV.blogSearch {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background:url("https://api.hubspot.com/filemanager/api/v3/files/thumbnail-redirect/34837308262?size=preview&portalId=7502960&errorOnPlaceholder=true&upscale=true&fallbackSize=medium&t=1599820472802");
  border-radius: 5px;
  border: 5px solid #e8f6f9;
}
DIV.recentPostCol DIV.searchContainer DIV.blogSearch DIV.formDiv .formClass {
  text-align: center;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 8px;
  border-radius: 5px;
}
DIV.recentPostCol DIV.searchContainer DIV.blogSearch DIV.formDiv .formClass .inputClass {
  padding: 15px;
  width: 80%;
  border: none;
  border-right: 2px solid #cad6d8;
  font-family:"Red Hat Display", sans-serif;
  letter-spacing:0.25em;
}
DIV.recentPostCol DIV.searchContainer DIV.blogSearch DIV.formDiv .formClass .inputClass::placeholder {
  color: black;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
}
DIV.recentPostCol DIV.searchContainer DIV.blogSearch DIV.formDiv .formClass SPAN {
  margin: 0 auto;
}
DIV.recentPostCol DIV.searchContainer DIV.blogSearch DIV.formDiv .formClass SPAN .fa {
  color: #229eb8;
  font-size: 40px;
  padding-left: 20px;
}


DIV.clearTable DIV.clearLift {
  width: 100%;
  background-color: #259eb9;
  border-radius: 10px 10px 0px 0px;
  padding-top: 15px;
  padding-left: 30px;
}

DIV#hs_cos_wrapper_module_1597310375752427_{
  padding:10px;
}

DIV#hs_cos_wrapper_module_1597652449936370_{
  padding:10px;
}

DIV.clearTable DIV.clearLift H2 {
  color: #ffffff;
  font-size: 25px !important;
  margin-top:0px;
  margin-bottom:10px;
}
DIV.clearTable DIV.clearRow {
  background-color: #f6f2ef;
  padding: 10px;
  padding-top:0px;
  border-radius:0px 0px 10px 10px;
}
DIV.clearTable DIV.clearRow DIV.listBox {
  padding: 0px;
}

DIV.clearTable DIV.clearRow DIV.listBox UL {
  background-color: #ffffff;
  margin-bottom: 0px;
  padding: 20px;
}
DIV.clearTable DIV.clearRow DIV.listBox UL LI {
  list-style: none;
  padding: 5px;
  font-weight: 600;
}

DIV.clearTable DIV.clearRow DIV.listBox UL LI DIV {
  padding:5px;
}

DIV.blogBottomText {
  padding-right: 50px;
  margin-top: 50px;
  margin-bottom: 110px;
}
DIV.blogBottomText H3 {
  text-transform: none;
  font-size: 20px !important;
}
DIV.blogBottomText P {
  font-size: 20px;
}

DIV.breadcrumbVideo {
  height: 250px;
}
DIV.breadcrumbVideo IFRAME {
  width: 100%;
  height: 100%;
}

DIV.treatmentColumn2 {
  padding-left:0px;
  padding-right:0px;
}

DIV.treatmentContainer DIV.sideText {
  position: absolute;
  left: 0;
  top: 9%;
  transform: rotate(270deg);
}
DIV.treatmentContainer DIV.treatmentColumn1 {
  padding: 0px;
  margin-top: 90px;
  margin-bottom: 135px;
}

DIV.treatmentContainer DIV.treatmentColumn1 DIV.treatmentDetail {
  margin-bottom: 45px;
}

DIV.treatmentCTA {
  width:100%;
}

DIV.treatmentFirstText P {
  line-height:1.4;
}

DIV.treatmentCTA .fa {
  margin-left:20px;
  font-size:35px;
}

.treatmentDetailP1 {
  font-size:29px;
  font-weight:300;
  font-family:'Montserrat', sans-serif;
}

DIV.treatmentContainer DIV.treatmentColumn1 DIV.treatmentDetail IMG {
  max-width:100%;
  border-radius:10px;
}

DIV.detailVideoDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
}

DIV.detailVideoDiv IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius:10px;
}

DIV.treatmentColumn1 DIV.treatmentDetailParagraph {
  margin-top: 45px;
  font-size: 20px;
}

DIV.treatmentColumn1 DIV.treatmentDetailParagraph  UL LI {
  
}

DIV.treatmentColumn1 DIV.treatmentDetailParagraph  UL {
  padding:20px!important;
}

DIV.treatmentColumn1 DIV.secondTreatmentParagraph UL {
  padding-left:20px !Important;
}

DIV.treatmentColumn1 DIV.secondTreatmentParagraph UL LI {
  font-size:20px;
}



DIV.treatmentColumn1 DIV.treatmentDetailParagraph P:nth-of-type(2) {
  margin-bottom:50px;
}

DIV.faderRow DIV.faderDiv {
  border-radius: 10px;
  width:100%;
  height:100%;
}

DIV.faderRow DIV.faderDiv IMG {
  width:100%;
  height:100%;
  border-radius:10px;
}

DIV.faderRow DIV.secondFaderDiv {
  width:100%;
  height:100%;
}

DIV.faderRow DIV.secondFaderDiv IMG {
  width:100%;
  height:100%;
  border-radius:10px;
}

DIV.treatmentColumn1 DIV.secondTreatmentParagraph {
  margin-top: 50px;
}


DIV.treatmentContainer DIV.treatmentColumn1 DIV.secondTreatmentParagraph H4 {
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  color: black;
  margin-top:0px;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.clearLiftHeader {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  border-radius: 10px 10px 0px 0px;
  margin-top: 45px;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.clearLiftHeader H3 {
  margin-bottom: 0px;
  margin-top:0px;
  color: #ffffff;
  font-size: 25px !important;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.clearLiftWrapper {
  background-color: #f6f2ef;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius: 0px 0px 10px 10px;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.clearLiftWrapper DIV.clearLiftRow {
  background-color: #ffffff;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.clearLiftWrapper DIV.treatmentList UL LI {
  list-style: none;
  font-size: 17px;
  font-weight: 600;
  padding: 5px;
}

DIV.treatmentContainer DIV.treatmentColumn1 DIV.clearLiftWrapper DIV.treatmentList UL LI DIV {
  padding-bottom:15px;
}

DIV.treatmentContainer DIV.treatmentColumn1 DIV.thirdTreatmentParagraph {
  margin-top: 45px;
}

DIV.treatmentContainer DIV.treatmentColumn1 DIV.thirdTreatmentParagraph H4 {
  font-size: 20px;
  text-transform: none;
  font-weight: 600;
  color: black;
  margin-top:0px;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceHeader {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  border-radius: 10px 10px 0px 0px;
  margin-top: 45px;
}

DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceHeader SPAN {
  display: flex;
  align-items: center;
  position: relative;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceHeader SPAN H3 {
  margin-bottom: 0px;
  margin-top:0px;
  color: #ffffff;
  font-size: 25px !important;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceHeader SPAN P {
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 15px;
  position: absolute;
  right: 0;
  padding-right: 20px;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceWrapper {
  background-color: #f6f2ef;
  padding: 1px;
  border-radius: 0px 0px 10px 10px;
}

DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceWrapper DIV.infoRow H4 {
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px;
  margin-left:25px;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:25px;
  padding-bottom:15px;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceWrapper DIV.priceRow {
  background-color:#fcfaf9;
  margin: 10px;
  border-radius: 10px;
  font-weight:600;
}
DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceWrapper DIV.priceRow P  {
  font-size: 17px;
  font-weight: 600;
  margin: 0px;
  padding: 10px;
}

DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceWrapper DIV.priceRow #hs_cos_wrapper_module_1597313001147755_ {
  font-weight:600;
}

a#cta_button_7502960_d12a489a-bc9d-4feb-8fe7-0d0b0e5ffe81 {
  box-shadow:5px 5px #f6f2ef;
}

a#cta_button_7502960_d12a489a-bc9d-4feb-8fe7-0d0b0e5ffe81:hover {
  background:linear-gradient(to bottom, #1886a5 0%, #20a5bc 100%) !Important;
}

DIV.treatmentContainer DIV.treatmentInfo {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/grey-back.jpg");
  padding-left: 50px;
  padding-right:50px;
  padding-top: 90px;
  padding-bottom:80px;
}

DIV.treatmentContainer DIV.treatmentInfo H2 {
  font-size: 25px !important;
  padding-bottom: 10px;
}

DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv1 {
  border-bottom: 1px dotted #aeafaa;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items:center;
}

DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv1 DIV.faDiv {
  margin-right: 20px;
  width:25px;
}

DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv1 DIV.faDiv IMG {
  width:25px;
}

DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv1 DIV.infoDiv H4 {
  font-size: 17px;
  color: #39a5be;
  font-weight: 600;
  margin-top:0px;
  margin-bottom:0px;
}

DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv1 DIV.infoDiv P {
  font-size: 17px;
  margin-bottom: 0px;
}

DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv {
  border-bottom: 1px dotted #aeafaa;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items:center;
}
DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv DIV.faDiv {
  margin-right: 15px;
  width:25px;
}
DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv DIV.faDiv IMG {

  width:25px;

}
DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv DIV.infoDiv H4 {
  font-size: 17px;
  color: #39a5be;
  font-weight: 600;
  margin-bottom:0px;
  margin-top:0px;
}
DIV.treatmentContainer DIV.treatmentInfo DIV.durationDiv DIV.infoDiv P {
  font-size: 17px;
  margin-bottom: 0px;
}
DIV.treatmentContainer DIV.treatmentBooking {
  width:100%;
}

DIV.treatmentContainer DIV.treatmentBooking SPAN {
  width:100%;
}

DIV.treatmentContainer DIV.treatmentBooking P {
  margin-bottom: 0px;
  margin-right: 30px;
  font-size: 17px;
  color: #ffffff;
}
DIV.treatmentContainer DIV.treatmentBooking A P {
  text-transform:none !important;
  font-size:17px;
  color:#ffffff;
  font-weight:400;
}

DIV.treatmentContainer DIV.treatmentBooking .fa {
  font-size: 35px;
  color: #ffffff;
}
DIV.treatmentContainer DIV.effectiveContainer {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  border-radius: 10px 10px 0px 0px;
  margin-top: 30px;
}
DIV.treatmentContainer DIV.effectiveContainer H3 {
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 22px;
  padding-left: 40px;
  padding-right:40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
DIV.treatmentContainer DIV.effectiveDiv {
  background-color: #f6f2ef;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 25px;
  padding-left: 25px;
  border-radius:10px;
}
DIV.treatmentContainer DIV.effectiveDiv DIV.effectiveLists {
  background-color: #fcfaf9;
  padding: 15px;
}
DIV.treatmentContainer DIV.effectiveDiv DIV.effectiveLists UL LI {
  list-style: none;
  font-size: 17px;
  font-weight: 600;
  padding: 5px;
}

/* .imgContainer {
  overflow: hidden;
}
*/
.blueBackground {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  position: absolute;
  width: 75%;
  height: 100%;
  left: 0;
  padding-top:90px;
  padding-bottom:50px;
}

.lightBlueBackground {
  background-color: #ffffff;
  height: 95%;
  width: 100%;
  opacity:0.2;
}

.greyBackground {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/grey-back.jpg");
  position: absolute;
  width: 25%;
  height: 100%;
  right: 0;
  padding: 50px 0;
}

.bannerContainer {
  position: relative;
  min-height:390px;
}
div.bannerContainer .row {
  height:100%; 
}
div.bannerContainer .row .row {
  height:auto;
}
/* ^^ This REALLY should not be necessary. Must fix if time permits. */

.bannerContainer .breadcrumb {
  position:absolute;
  bottom:15px;
}

.centre {
  display: flex;
  align-items: center;
}

.bannerContainer .container {
  z-index: 1;
  color: white;
}

.relative {
  position: relative;
}

.relative P {
  color: #b7f1fe;
  text-transform: uppercase;
  font-weight: 600;
}

.relative H2 {
  color: #ffffff !important;
}

.dropdownImage {
  height:400px;
  width:400px;
}

DIV.imageDiv {
  height:50%;
}

DIV.imageDiv IMG {
  height:100%;
}

DIV.text-div {
  padding-left:50px;
}

DIV.text-div H2 {
  font-family:'Red Hat Display Regular',sans-serif;
}

DIV.bookingConsultation {
  background-color:#ee1154;
  padding-left:50px;
  padding-top:25px;
  padding-bottom:25px;
    
}

DIV.bookingConsultation A {
  color:#ffffff;
}

/* .height100 {
  height: 100%;
} */

DIV.sideText {
  position: absolute;
  transform: rotate(270deg);
  left: 0;
  top: 6%;
}
DIV.sideText DIV.sideHeader H2 {
  color: #f0f0ef;
  margin-right: 30px;
}
DIV.sideText DIV.sideChevron {
  position: absolute;
  transform: rotate(90deg);
  right: 0;
  top: 5%;
}
DIV.sideText DIV.sideChevron .fa {
  font-size: 30px;
  color: #44b7d0;
}

DIV.conditionContainer {
  position: relative;
}

DIV.conditionContainer DIV.treatmentColumn1 {
  padding-right:50px;
}

DIV.conditionContainer DIV.conditionDetail {
  margin-top: 90px;
}
DIV.conditionContainer DIV.conditionDetail .firstP P{
  font-size: 30px;
  font-weight: 100;
}
DIV.conditionContainer DIV.conditionCTA .conditionButton {
  padding: 15px;
  background-color: #ee1154;
  border-radius: 10px;
  margin-top: 50px !important;
  margin-bottom: 65px;
}
DIV.conditionContainer DIV.conditionCTA .conditionButton A {
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
}
DIV.conditionContainer DIV.conditionDetailParagraph H3 {
  text-transform: none;
  font-size: 23px !important;
  margin-bottom: 35px;
  margin-top:0px;
}
DIV.conditionContainer DIV.conditionParagraph { 
  margin-bottom: 50px;
}

DIV.conditionContainer DIV.conditionParagraph P { 
  margin-bottom: 0px;
}

DIV.conditionContainer DIV.conditionParagraph H3 {
  text-transform: none;
  font-size: 23px !important;
  margin-bottom: 35px;
  margin-top:0px;
}

DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv {
  border: solid 3px #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv:hover {
  border-color: #3aabc4;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .Faqbtn {
  background-color: #ffffff;
  color: #239cb7;
  font-size: 30px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .dropbtn:hover, DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .dropbtn:focus {
  background-color: #2980B9;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .dropdown {
  position: relative;
  display: flex;
  align-items: center;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .dropdown P {
  margin-bottom: 0px;
  font-weight: 600;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .dropdown-content a:hover {
  background-color: #ddd;
}
DIV.conditionContainer DIV.conditionParagraph DIV.FAQdiv .show {
  display: block;
}
DIV.conditionContainer DIV.conditionVideoDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 45.25%;
}
DIV.conditionContainer DIV.conditionVideoDiv IFRAME.conditionIframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

DIV.conditionBooking .bookingCTA {
  padding: 15px;
  background-color: #ee1154;
  border-radius: 10px;
  margin-bottom: 65px;
}

DIV.acneDiv {
  width:100%;
  height:85%;
}

DIV.acneDiv IMG {
  width:100%;
  height:100% !important;
  border-radius:10px;
}

DIV.conditionBooking .bookingCTA A {
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  text-transform: none;
  font-weight: 400;
}

DIV.conditionInfo {
  background-color: #f6f3ec;
  padding-left: 50px;
  padding-top: 90px;
}
DIV.conditionInfo H2 {
  font-size: 25px !important;
  padding-bottom: 20px;
}
DIV.conditionInfo DIV.durationDiv1 {
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}
DIV.conditionInfo DIV.durationDiv1 DIV.faDiv {
  margin-right: 15px;
}
DIV.conditionInfo DIV.durationDiv1 DIV.faDiv .fa {
  font-size: 20px;
  color: #1e97b2;
}
DIV.durationDiv1 DIV.infoDiv H4 {
  font-size: 17px;
  color: #39a5be;
  font-weight: 600;
  margin-bottom:0px;
  padding-top:5px;
  padding-bottom:5px;

}
DIV.durationDiv1 DIV.infoDiv P DIV#hs_cos_wrapper_module_1597315301470877_ {
  font-size: 17px;
  margin-bottom: 0px;
  margin-top:10px;
}
DIV.conditionInfo DIV.durationDiv {
  border-bottom: 1px dotted black;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}
DIV.conditionInfo DIV.durationDiv DIV.faDiv {
  margin-right: 15px;
}
DIV.conditionInfo DIV.durationDiv DIV.faDiv .fa {
  font-size: 20px;
  color: #1e97b2;
}
DIV.conditionInfo DIV.durationDiv DIV.infoDiv H4 {
  font-size: 17px;
  color: #39a5be;
  font-weight: 600;
}
DIV.conditionInfo DIV.durationDiv DIV.infoDiv P {
  font-size: 17px;
  margin-bottom: 0px;
}

DIV.treatmentBooking {
  background-color: #eb0f49;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
}
DIV.treatmentBooking P {
  margin-bottom: 0px;
  margin-right: 30px;
  font-size: 17px;
  color: #ffffff;
}
DIV.treatmentBooking .fa {
  font-size: 35px;
  color: #ffffff;
  margin-left:20px;
}

DIV.priceImg1 {
  background: url("../img/priceImg1.jpg");
  background-size: cover;
  height: 100%;
}

DIV.priceSideText {
  position: absolute;
  transform: rotate(270deg);
  left: 0;
  top: 22%;
}
DIV.priceSideText DIV.sideHeader H2 {
  color: #f0f0ef;
  margin-right: 30px;
}

DIV.pricePadding {
  padding-right: 50px;
}

DIV.priceContainer {
  position: relative;
}

DIV.priceContainer DIV.treatmentContainer {
  margin-bottom:50px;
}


DIV.flex-module-price-list {
  padding-right:15px;
  padding-left:15px;
}

DIV.priceContainer DIV.priceHeader {
  margin-top: 80px;
}

DIV.priceContainer DIV.priceHeader H1 {
  margin-top:0px;
  font-size:30px !important;
}


DIV.priceContainer DIV.priceHeader P {
  font-size: 31px;
  font-weight: 200;
  margin-bottom:0px;
  font-family:"Montserrat", sans-serif !Important;
  line-height:1.8;
}

DIV.priceContainer DIV.priceHeader DIV.firstP P {
  line-height:1.4;
}


DIV.priceContainer DIV.downloadBtnDiv {
  margin: 0 auto;
}
DIV.priceContainer DIV.downloadBtnDiv .downloadCTA {
  padding: 15px;
  background-color: #ee1154;
  border-radius: 10px;
  margin-top: 50px !important;
  margin-bottom: 65px;
}
DIV.priceContainer DIV.downloadBtnDiv .downloadCTA A {
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}
DIV.priceContainer DIV.meTimeDiv {
  margin-bottom: 130px;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeHead {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg");
  border-radius: 10px 10px 0px 0px;
  padding-left: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeHead H2 {
  font-size: 25px !important;
  color: #ffffff;
  margin-bottom: 0px;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeText {
  padding-left: 45px;
  margin-bottom:30px;
}


DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent {
  background-color: #f6f2ef;
  padding: 15px;
  border-radius: 0px 0px 10px 10px;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent P:nth-of-type(1) {
  font-weight: 600;
}

DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent H2 {
  font-size:25px;
}

DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent P {
  font-size:20px;
}





DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv {
  background-color: #fcfaf9;
  padding: 40px;
  border-radius: 10px;
}

DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv DIV.benefitListItem {
  margin-bottom:15px;
}

DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv H3 {
  font-size: 20px !important;
  letter-spacing:0.1em;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv H3 SPAN {
  font-size: 27px;
  color: #21acca;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv UL {
  margin-top: 30px;
}

DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv UL LI {
  list-style:none;
}

DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv UL LI DIV {
  list-style: none;
  margin-left: 25px;
  font-weight: 600;
  display:flex;
  align-items:center;
  font-size:18px;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv UL LI .fa {
  color: #21acca;
  font-size: 30px;
  margin-right: 15px;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv DIV.signUpDiv BUTTON.signUpCTA {
  padding-left: 85px;
  padding-right: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: linear-gradient(to bottom, #20a5bc 0%, #1886a5 100%);
  border-radius: 10px;
  margin-left: 20px;
  margin-top: 30px;
}
DIV.priceContainer DIV.meTimeDiv DIV.meTimeContent DIV.benefitsListDiv DIV.signUpDiv BUTTON.signUpCTA A {
  text-decoration: none;
  color: #ffffff;
  text-transform: none;
  font-size: 17px;
  font-weight: 400;
}
DIV.priceContainer DIV.aboutUsDiv {
  background-color: #f6f2ef;
  padding: 70px;
  margin-bottom:50px;
}
DIV.priceContainer DIV.aboutUsDiv H2 {
  border-bottom: 1px dotted black;
  padding-bottom: 30px;
}
DIV.priceContainer DIV.aboutUsDiv UL LI {
  list-style: none;
  color: #259eb9;
  border-bottom: 1px dotted black;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 600;
}
DIV.priceContainer DIV.aboutUsDiv UL LI .fa {
  font-size: 30px;
  margin-right: 20px;
}

DIV.faqImg1 {
  background: url("../img/blogCrumbImg.png");
  background-size: cover;
  height: 110%;
}

DIV#hs_cos_wrapper_module_15976710518273041_ {
  font-weight:600;
  font-size:20px;
}

DIV.faqContainer {
  margin-bottom: 105px;
  position: relative;
}
DIV.faqContainer DIV.faqSideText {
  position: absolute;
  transform: rotate(270deg);
  top: 20%;
}
DIV.faqContainer DIV.faqSideText H2 {
  color: #f0f0ef;
}
DIV.faqContainer DIV.faqHeadText P SPAN {
  font-size: 31px;
  font-weight: 200;
  font-family:"Montserrat", sans-serif;
}
DIV.faqContainer DIV.FAQwrapper {
  border:1px solid #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  position: relative;
  transition:.3s;
}

DIV.faqContainer DIV.FAQwrapper DIV.faqContent {
  display: flex;
  align-items: center;
}
DIV.faqContainer DIV.FAQwrapper DIV.faqContent DIV.FAQtext P {
  margin-bottom: 0px;
  font-weight: 600;
}
DIV.faqContainer DIV.FAQwrapper DIV.faqContent DIV.FAQchevron {
  position: absolute;
  right: 0;
  padding: 20px;
  
}
DIV.faqContainer DIV.FAQwrapper DIV.faqContent DIV.FAQchevron .fa {
  color: #1d96b1;
  font-size: 30px;
}
DIV.faqContainer DIV.FAQwrapper DIV.faqHide {
  max-height:0px;
  opacity:0;
  transition:.7s;
}
DIV.faqContainer DIV.FAQwrapper:hover {
  cursor:pointer;
  border-color: #3aabc4;
}
DIV.faqContainer DIV.FAQwrapper.expand DIV.faqHide {
  max-height:1000px;
  opacity:1;
}
DIV.faqContainer DIV.FAQwrapper.expand DIV.FAQchevron {
  transform: rotate(180deg);
  top:-5px;
}
DIV.faqContainer DIV.FAQwrapper.expand {
  border-color: #3aabc4;
}

DIV.faqHiddenRow {
  align-items:center;
}

DIV.faqBlogList DIV.recentBlogRow1:nth-of-type(1){
  padding-top:0px;
}

DIV.faqTextDivP1 P {
  font-weight: 600;
}

DIV.aboutBreadcrumbImg {
  background: url("../img/aboutCrumb.jpg");
  background-size: cover;
  height: 110%;
}

DIV.aboutContainer {
  position: relative;
}

DIV.aboutContainer DIV.aboutPadding {
  padding-right:50px;
}

DIV.aboutContainer DIV.aboutSideText {
  position: absolute;
  transform: rotate(270deg);
  top: 7%;
  left: 0;
}
DIV.aboutContainer DIV.aboutSideText H2 {
  color: #f0f0ef;
}
DIV.aboutContainer DIV.aboutColumn {
  padding-right: 50px;
}
DIV.aboutContainer DIV.aboutColumn DIV.aboutText P:nth-of-type(1) {
  font-size: 31px;
  font-weight: 100;
  margin-bottom: 45px;
  line-height:1.4;
}
DIV.aboutContainer DIV.aboutColumn DIV.aboutVideoDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 45.25%;
  margin-top: 40px;
  margin-bottom: 45px;
}
DIV.aboutContainer DIV.aboutColumn DIV.aboutVideoDiv IFRAME {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
DIV.aboutContainer DIV.aboutColumn DIV.aboutImgDiv IMG {
  border-radius: 10px;
}
DIV.aboutContainer DIV.aboutColumn DIV.aboutParagraph P {
  margin-bottom: 45px;
}
DIV.aboutContainer DIV.aboutColumn DIV.aboutParagraph P:nth-of-type(2) {
  font-weight: 600;
}
DIV.aboutContainer DIV.aboutColumn DIV.thirdAboutParagraph P {
  font-weight: 600;
  margin-top: 45px;
}
DIV.aboutContainer DIV.aboutColumn DIV.thirdAboutParagraph .aboutCTA {
  padding: 15px;
  background-color: #ee1154;
  border-radius: 10px;
  margin-top: 50px !important;
  margin-bottom: 65px;
}
DIV.aboutContainer DIV.aboutColumn DIV.thirdAboutParagraph .aboutCTA A {
  padding: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

.teamBody {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/grey-back.jpg");
  padding:50px;
  border-radius:0px 0px 10px 10px;
}

.teamInfo {
  margin-top:18px;
  margin-bottom:18px;
}

.teamHeader H2 {
  font-size:24px !important;
  text-transform:uppercase;
  font-weight:600;
}

.teamRow {
  display:flex;
  align-items:center;
}

.teamRow IMG {
  border: 3px solid white;
  border-radius:50%;
  max-width:90px;
}

.teamName {
  font-weight:600;
  text-transform:uppercase;
  font-size:20px !important;
  font-family:'Red Hat Display', sans-serif;
}

.staffRole  {
  font-weight:400;
  color:#239cb7;
  font-size:17px !important;
  font-family:'Red Hat Display',sans-serif;
}

DIV.aboutContainer DIV.teamDiv {
  background-color: #f6f2ef;
  padding: 40px;
  border-radius: 0px 0px 10px 10px;
}
DIV.aboutContainer DIV.teamDiv H2 {
  margin-bottom: 45px;
  margin-top: 40px;
}
DIV.aboutContainer DIV.teamDiv DIV.staffDiv {
  display: flex;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 18px;
}
DIV.aboutContainer DIV.teamDiv DIV.staffDiv IMG {
  border-radius: 50%;
  border: 5px solid white;
}
DIV.aboutContainer DIV.teamDiv DIV.staffDiv DIV.staffText {
  margin-left: 25px;
}
DIV.aboutContainer DIV.teamDiv DIV.staffDiv DIV.staffText P:nth-of-type(1) {
  color: black;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 600;
}
DIV.aboutContainer DIV.teamDiv DIV.staffDiv DIV.staffText P:nth-of-type(2) {
  color: #239cb7;
}

DIV.dropDownDiv {
  display: flex;
  align-items: center;
}

DIV.dropDownDiv DIV.dottedDiv {
  height: 0px;
  border: 1px dotted black;
  width: 50%;
}

DIV.dropDownDiv DIV.caretDiv .fa {
  font-size: 40px;
  color: #269fba;
  margin: 15px;
}
DIV.aboutContainer DIV.redwoodDiv {
  background: url("https://api.hubspot.com/filemanager/api/v3/files/thumbnail-redirect/33894152366?size=medium&portalId=7502960&errorOnPlaceholder=true&upscale=true&t=1597922414890");
  background-size: cover;
  margin-top: 70px;
  border-radius: 10px;
  padding-top: 45px;
}

DIV.aboutText P {
  font-size:31px;
  font-weight:100;
  margin-bottom:45px;
  line-height:1.4;
  margin-top:80px;
}

DIV.staffDiv {
  display:flex;
  align-items:center;
}

DIV.aboutParagraph {
  margin-bottom:45px;
}

DIV.aboutVideoDiv {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 45.25%;
  margin-top: 40px;
  margin-bottom: 45px;
}

DIV.aboutVideo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

DIV.faderDiv {
  filter:brightness(0.6);
  border-radius:10px;
}


DIV.faderDiv:hover {
  filter:brightness(1.0);
}

DIV.secondFaderDiv {
  filter:brightness(0.6);
  border-radius:10px;
}

DIV.secondFaderDiv:hover {
  filter:brightness(1.0);
}

DIV.aboutFooterText {
  margin-top:45px;
  margin-bottom:45px;
}

DIV.aboutFooterText P {
  margin-bottom:0px;
}

DIV.responsive {
  display:inline-block;
  height:auto !important;
  max-width:100% !important;
}

DIV.redwoodDiv {
  background:url("https://7502960.fs1.hubspotusercontent-na1.net/hub/7502960/hubfs/redwoodBackground.jpg?width=507&name=redwoodBackground.jpg");
  background-size:cover;
  text-align:center;
  padding-top:50px;
  padding-bottom:50px;
  margin-top:70px;
  border-radius:10px;
}

DIV.redwoodHeader {
  background-color:#269fba;
  text-align:center;
  text-transform:uppercase;
  color:#ffffff;
}

DIV.redwoodText {
  background-color:transparent !important;
  text-align:center;
  color:#ffffff;
  font-weight:400;
}

DIV.redwoodDiv DIV.redwoodHead {
  background:url("https://api.hubspot.com/filemanager/api/v3/files/thumbnail-redirect/34837308262?size=preview&portalId=7502960&errorOnPlaceholder=true&upscale=true&fallbackSize=medium&t=1599820472802");
  text-align: center;
}
DIV.redwoodDiv DIV.redwoodHead H3 {
  color: #ffffff;
  font-size: 25px !important;
  margin-top:20px;
  margin-bottom:20px;
}
DIV.redwoodDiv DIV.redwoodText {
  text-align: center;
  padding: 30px;
}
DIV.redwoodDiv DIV.redwoodText P {
  color: #ffffff;
  font-weight: 500;
  line-height:1.4;
}
DIV.redwoodDiv DIV.ctaDiv {
  text-align: center;
}
DIV.aboutContainer DIV.redwoodDiv DIV.ctaDiv BUTTON.bookingCTA {
  padding: 15px 70px;
  background-color: #ee1154;
  border-radius: 10px;
  margin-bottom: 50px;
  border: none;
}
DIV.aboutContainer DIV.redwoodDiv DIV.ctaDiv BUTTON.bookingCTA A {
  text-decoration: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
}

DIV.faqHeadText {
  margin-top: 90px;
}

DIV.FAQdropDown {
  border: solid 3px #e6e6e6;
  border-radius: 10px;
  padding: 20px;
  margin-top: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
DIV.FAQdropDown:hover {
  border-color: #3aabc4;
}
DIV.FAQdropDown DIV.FAQtext P {
  margin-bottom: 0px;
  font-weight: 600;
}
DIV.FAQdropDown DIV.FAQchevron {
  position: absolute;
  right: 0;
  padding: 20px;
}
DIV.FAQdropDown DIV.FAQchevron .fa {
  color: #1d96b1;
  font-size: 30px;
}

DIV.thankyouHead {
  text-align:center;
  margin-top:105px;
}

DIV.thankyouHead H1 {
  font-size:40px !important;
  margin-top:0px;
  margin-bottom:55px;
  letter-spacing:0.3em;
}

DIV.thankyouHead P {
  font-weight:600;
  margin-bottom:0px;
  font-size:21px !Important;
}

DIV.thankyouBlog H2  {
  font-size:24px !important;
  margin-bottom:35px;
  text-align:center;
  margin-top:0px;
}

DIV.testimonialPageHead {
  text-align:center;
  margin-top:105px;
}

DIV.testimonialPageHead H1 {
  font-size:34px;
  margin:0px;

}

DIV.testimonialPageHead P {
  font-weight:600;
  margin-top:50px;
  margin-bottom:0px;
}

DIV.textPageContainer A {
  color:#61b9cd;
  font-family:'Red Hat Display',sans-serif !important;
  font-size:20px;
  text-decoration:underline;
  font-weight:600;

}

DIV.textPageContainer .textPageH1 H1 {
  margin-top:105px;
  margin-bottom:75px;

}

DIV.standardTextDiv {
  margin-bottom:80px;
}

DIV.standardTextDiv H3 {
  font-size:21px !important;
  font-weight:600; 
  text-transform:none;
  letter-spacing:0.05em !Important;
}

DIV.standardTextDiv P A {
  color:#27a0bb;
  text-decoration:none;
  text-transform:none;
}

DIV.errorContent {
  text-align:center;
  margin-bottom:100px;
}

DIV.errorContent H1 {
  font-size:150px !important; /* ????? */
  color:#269fba;
}

DIV.errorContent A {
  font-size:25px;
  color:#269fba;
  text-transform:none;
  font-weight:bold;
}

DIV.errorContent P {
  font-size:25px;
}

.contactRow {
  display:none; 
}

/* @media (max-height:700px) {
  #hs_cos_wrapper_module_1598609797010452 {
    height:650px;
  }
} */

@media only screen and (max-width: 1500px) {
  .header-container .span2.widget-span.widget-type-custom_widget:last-child, .contactDiv.rightNav  {
    display:none;
  }
  DIV.hamptonHeaderDiv DIV.row-fluid DIV.span8.widget-span.widget-type-custom_widget  {
    width:100%;    
  }
  .contactRow {
    display:block; 
  }
  DIV.header-container {
    margin-top:39px;
  }
  DIV.internal-header UL#menu LI:nth-of-type(1) .fa, DIV.internal-header UL#menu LI:nth-of-type(2) .fa {
    padding-left: 15px;
  }
  DIV.internal-header UL#menu LI:nth-of-type(2), DIV.internal-header UL#menu LI:nth-of-type(3) {
    padding-left: 15px;
    padding-right: 15px;
  }
  DIV.internal-header UL#menu LI {
    padding-left: 15px;
    padding-right: 15px;
  }
  DIV.header UL#menu LI A {
    padding:15px;
    font-size:12px;
  }
  div.header ul#menu li .dropdown li a {
    height:100%;
  }
  DIV.hamptonHeaderDiv IMG {
    display: inline-block;
    height: auto !important;
    width:300px;
  }
  DIV.internal-header DIV.hampton-container DIV.contactDiv {
    padding-left:10px;
  }
  DIV.hamptonHeaderDiv span8 .widget-span .widget-type-custom_widget {
    margin-left:0px;
  }
  DIV.hamptonHeaderDiv IMG {
    width:225px !Important;
  }
  DIV.contactDiv DIV.emailandtel {
    padding-left:12px;
  }
  DIV.imgRow DIV.serviceDiv:hover H3 {
    padding-top:100px;
  }
}

@media only screen and (max-width: 1200px) {
  DIV.header DIV.logoDiv IMG {
    width:200px !important;
  }
  DIV.hamptonHeaderDiv DIV.row-fluid DIV.span2.widget-span.widget-type-custom_widget:last-of-type {
    width:0%;
  }
  DIV.header DIV.contactDiv {
    display:none !Important;
  }
  DIV.header DIV.navImage {
    width:400px;
  }
  DIV.header UL#menu {
    padding-right:5px;
    align-items:center;
    height:30px;
  }
  DIV.internal-header UL#menu LI:nth-of-type(1) .fa, DIV.internal-header UL#menu LI:nth-of-type(2) .fa {
    padding-left: 10px;
  }
  DIV.internal-header UL#menu LI:nth-of-type(2), DIV.internal-header UL#menu LI:nth-of-type(3) {
    padding-left: 8px;
    padding-right: 8px;
  }
  DIV.internal-header UL#menu LI {
    padding-left: 8px;
    padding-right: 8px;
  }
  DIV.header UL#menu LI DIV.dropdown {
    top:70px;
  }
  DIV.header UL#menu LI DIV.dropdown DIV.dropdown {
    top:100px;
  }
  DIV.header UL#menu LI A {
    padding:15px 5px;
    font-size:12px;
    padding-top:41px;
    padding-bottom:41px;
  }
  DIV.container-fluid DIV.hampton-container DIV.contactDiv A {
    font-size:14px;
  }
  DIV.imgRow DIV.serviceDiv:hover H3 {
    padding-top:50px;
  }
  DIV.headerRow DIV.headText H5 {
    font-size:50px;
  }
}

@media only screen and (max-width: 992px) {
  .treatmentContainer {
    margin-left:0; 
  }
  DIV.internalblogImg1 IMG{
    height:400px !Important;
  }
  .instaRow {
    justify-content:center;
  }
/*   #hs_cos_wrapper_module_1598609797010452 {
    padding:0;
    padding-top:50%;
  } */
  DIV.container DIV.headerRow DIV.headText H5 {
    font-size:45px;
  }
/*   DIV.container DIV.headerRow DIV.headText p {
    font-size:20px;
  } */
  DIV.container-fluid DIV.hampton-container:before {
    background:white !important;
    opacity:1 !important;
    height:85px;
  }
  DIV.content-row DIV.reviewRow DIV.testimonialColumn DIV.reviewCol P {
    padding-left:15px;
    padding-right:15px;
    font-size:17px;
  }
  DIV.container DIV.headerRow DIV.blogLink P:nth-of-type(2) {
    font-size:16px; 
  }
  DIV.internalPageTitle {
    font-size:31px;
  }
  .slicknav_menu .slicknav_btn {
    top:25px;
  }
  DIV.header IMG {
    margin-left:20px; /* Not how we should be positioning the logo. */ 
  }
  UL#menu LI.hs-menu-item.hs-menu-depth-1.hs-item-has-children:nth-of-type(2):after {
    display:none;
  }
  DIV.imgRow DIV.serviceDiv:hover H3 {
    padding-top:30px;
  }
  DIV.header-container {
    margin-top:0px;
  }
  DIV.container-fluid DIV.hampton-container {
    height:75px;
    top:0;
    width:100%;
  }  
  UL#menu LI.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:nth-of-type(1):after {
    display:none;   
  }
  div.contactRow {
    display:none !important; 
  }
  .slicknav_menu {
    display: block;
  }
  DIV.header UL#menu {
    display: none;
  }
  DIV.header DIV.hamptonHeaderDiv .span2 {
    width: 50%;
  }
  DIV.header DIV.hamptonHeaderDiv .span8 {
    display: none;
  }
  DIV.blogContentModule {
    width:100% !important;
  }
  DIV.blogListModule {
    width:100% !important;
    margin-left:0px !Important;
    text-align:center;
  }
  DIV.searchContainer {
    max-width:500px;
    margin:0 auto;
  }
  DIV.header-container DIV.headerRow DIV.blogLink {
    width:100% !important;
    padding:25px;
    bottom:-100px;
  }
  DIV.body-container-wrapper DIV.content-row {
    margin-top:10%;
  }
  DIV.formClassNew {
    width:100% !important;
  }
  DIV.consultationCol {
    width:100% !Important;
    margin-right:0px !important;
    padding-right:0px !important;
  }
  DIV.booking-consultation-info {
    width:100% !important;
    margin-left:0px !important;
  }
  DIV.openingHoursDiv {
    width:100% !Important; 
    margin-left:0px !important;
  }
  DIV.openingHoursDiv DIV.addressContainer {
    text-align:left;
    margin-top:50px;
  }
  DIV.mapContainer {
    margin-top:100px;
  }
  DIV.treatmentColumn1 {
    margin-right:0px;
    width:100% !important;
  }
  DIV.treatmentColumn2 {
    width:100% !important;
    margin-left:0px !important;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 {
    margin-bottom:50px;
  }
  DIV.treatmentContainer DIV.treatmentColumn2 {
    padding:0px;
    margin-bottom:50px;
  }
  DIV.aboutColumn1 {
    width:100% !important;
  }
  DIV.aboutColumn2 {
    width:100% !important;
    margin-left:0px !important;
  }
  DIV.aboutContainer DIV.teamRow IMG {
    width:100px;
    max-width:none !important;
  }
  DIV.aboutContainer DIV.aboutPadding {
    padding-right:0px;
  }
  DIV.comparisonRow DIV.img-comp-container {
    margin-bottom:25px;
    display:block;
  }
  DIV.instaRow DIV#insta1 {
    margin-bottom:15px;
    padding-left:10px;
    padding-right:10px;
  }
  .instaRow #insta1 img {
   padding:0 5px; 
  }
  DIV.instaRow DIV.instagramLogo {
    max-width:33.3%;
  }
  DIV.instaRow DIV.instaDiv:nth-of-type(2), DIV.instaRow DIV.instaDiv:nth-of-type(3) {
    max-width:33.3%;
  }
  DIV.instaRow DIV.instaDiv:nth-of-type(4), DIV.instaRow DIV.instaDiv:nth-of-type(5), DIV.instaRow DIV.instaDiv:nth-of-type(6) {
    display:none;
  }
  DIV.pricePadding {
    width:100% !important;
    padding-right:0px;
  }
  DIV.flex-module-price-list {
    width:100% !important;
    margin-left:0px;
  }
  DIV.faqWrapper DIV.faqColumn, DIV.faqWrapper DIV.faqBlogList, DIV.faqWrapper DIV.faqHeadText {
    width:100% !important;
  }
  .formClassNew DIV.actions INPUT {
    margin-bottom:50px;
  }
  DIV.blog-container DIV.row {
    display:block;
  }
  DIV.blog-container DIV.row DIV.col-md-4 {
    max-width:100% !Important;
  }
  DIV.greyBackground {
    display:none;
  }
  DIV.blueBackground {
    width:100%;
  }
/*   DIV.membership-container DIV.membershipText {
    margin-top:550px;
  } */
  DIV.viewArticleContainer DIV.lineContainer, DIV.viewArticleContainer DIV.lineContainer2 {
    width:33%;
  }
  DIV.viewArticleContainer DIV.viewBtnWrapper {
    width:33%;
  }
  
  DIV.flex-module-price-list {
    margin-left:0px !Important;
    padding:0px;
  }
  DIV.flex-module-price-list DIV.treatmentContainer DIV.treatmentBooking {
    margin-bottom:50px;
  }
  DIV.priceContainer DIV.meTimeDiv {
    margin-bottom:50px;
  }
  DIV.treatmentContainer DIV.treatmentInfo {
    border-radius:10px;
  }
  DIV.conditionContainer DIV.conditionColumn2 {
    width:100%;
    margin-left:0px;
    padding:0px;
    margin-bottom:50px;
  }
  DIV.conditionContainer DIV.conditionColumn2 DIV.span12.widget-span.widget-type-widget_container {
    padding:0px !Important;
  }
  DIV.row.treatmentRow DIV.col-lg-4 {
    max-width:100%;
    flex:100%;
  }
  DIV.bookingCtaColumn1, DIV.bookingCtaColumn3 {
    width:15%;
  }
  DIV.bookingCtaColumn2 {
    width:70%;
  }
}

@media only screen and (max-width: 768px) {
  div.breadcrumbImg {
    height:auto !important; 
  }
  div.breadcrumbImg img {
/*     max-width:100% !important; */
    height:auto;
    max-width:100%;
  }
  DIV.header-container DIV.header {
    min-height:0 !important; /* Why is this necessary? */
  }
  DIV.internalHeaderContent {
    margin-top:135px !important;
  }
  DIV.aboutContainer DIV.aboutColumn1 {
    margin-top:0px;
  }
  DIV.header {
    background-color:#ffffff;
  }
  DIV.content-row {
    margin-top:20%;
  }
  DIV.treatmentText DIV.searchDiv P {
    margin-bottom:20px;
  }
  DIV.bannerContainer DIV.greyBackground {
    width:0%;
  }
  DIV.treatmentFirstText {
    margin-top:0px;
  }
  DIV.comparisonRow  {
    display:block;
  }
  DIV.aboutFooterText {
    margin-top:0px;
  }
  DIV.footer DIV.footerText P {
    font-size:16px;
  }
  DIV.searchBarWrapper {
    margin-bottom:0px;
  }
  DIV.imageDiv IMG {
    height:auto !important;
  }
  DIV.bookingCtaColumn2 A {
    max-width:300px;
    margin:auto;
    display:flex !Important;
    align-items:center;
    padding:7px 0px !important;
    
  }
  DIV.bookingCtaColumn2 A SPAN {
    margin:0 auto !Important;
  }
  DIV.blog-container .categorySelect {
    float:left;
    margin-top:0;
  }
  DIV.blog-container H2 {
    width:100%;
  }
  DIV.blogLink DIV.dateDiv, DIV.blogLink DIV.blogPulledContent P {
    font-size:24px;
  }
  DIV.blogLink DIV.titleDiv {
    font-size:27px;
  }
  DIV.faderDiv {
    margin-bottom:50px;
  }
  DIV.faderRow DIV.secondFaderDiv IMG {
    width:100%;
  }
  DIV.breadcrumbVideo {
    height:500px;
  }
  DIV.treatmentContainer DIV.treatmentInfo, DIV.treatmentContainer DIV.effectiveDiv {
    padding:30px;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 {
    margin-bottom:0px;
  }
  DIV.treatmentCTA {
    margin-bottom:20px;
  }
  DIV.aboutContainer DIV.redwoodDiv {
    margin-top:50px;
    margin-bottom:50px;
  }
  DIV.aboutCol768 {
    margin-bottom:50px;
  }
  DIV.teamBody {
    border-radius:10px;
    padding:50px 15px !important;
  }
  DIV.aboutContainer DIV.instaRow {
    display:none;
  }
  DIV.teamRow DIV.col-4 {
    text-align:center;
  }
  DIV.teamRow IMG {
    width:100px !important;
  }
  DIV.teamRow DIV.teamName {
    font-size:25px;
  }
  DIV.teamRow DIV.staffRole {
    font-size:20px;
  }
  DIV.signUpDiv DIV.col-4:nth-of-type(1), DIV.signUpDiv DIV.col-4:nth-of-type(3) {
    display:none;
  }
  DIV.signUpDiv DIV.col-4:nth-of-type(2) {
    max-width:100%;
    flex:100%;
    margin:auto;
  }
  DIV.priceContainer DIV.meTimeDiv {
    margin-bottom:50px;
  }
  DIV.flex-module-price-list {
    padding-left:0px;
    padding-right:0px;
  }
  DIV.bookingConsultationAddress {
    margin-top:50px;
  }
  DIV.contactPageForm {
    padding-left:15px;
    padding-right:15px;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceWrapper, DIV.clearTable DIV.row DIV.col-12.clearTable {
    margin-bottom:50px;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceHeader {
    margin-top:0px;
  }
  DIV.internalPageTitle {
    font-size:24px;
  }
  DIV.treatmentText DIV.searchDiv {
    display:block;
  }
  DIV.header-container {
    margin-top:0px;
  }
  DIV.viewArticleContainer DIV.lineContainer, DIV.viewArticleContainer DIV.lineContainer2 {
    width:20%;
  }
  DIV.viewArticleContainer DIV.viewBtnWrapper {
    width:80%;
  }
  DIV.viewArticleContainer DIV.viewBtnWrapper A.showMore {
    padding:15px 20px;
    font-size:1rem !Important;
  }
}

@media only screen and (max-width:576px) {
  
  DIV.faqContainer DIV.FAQwrapper {
    padding:20px 15px; 
  }
   DIV.internalblogImg1 IMG{
    height:auto !important;
  }
  DIV.faqContainer DIV.FAQwrapper DIV.faqContent DIV.FAQtext P {
    max-width:90%; 
  }
  DIV.faqContainer DIV.FAQwrapper DIV.faqContent DIV.FAQchevron {
    padding:10px;
  }
  .hs-breadcrumb-menu {
    line-height:105%;
  }
  div.bannerContainer {
    margin-bottom:10%;
  }
  div.breadcrumbImg {
    width:100vw;
    margin-left:-15px;
    max-height:325px;
    overflow:hidden;
    transform:translateY(10px);
  }
  div.breadcrumbImg img {
    max-width:100%;
  }
  div.bannerContainer div.container {
    overflow:visible;
  }
  /* ^ This also needs to be fixed properly. */
  DIV.internalPageTitle {
    font-size:21px;
  }
/*   #hs_cos_wrapper_module_1598609797010452 {
    height:550px;
    align-items:start;
  } */
  DIV.treatmentContainer DIV.treatmentColumn1 DIV.clearLiftHeader H3 {
    font-size:20px; 
  }
  .socialColumn2 {
    padding:0;
  }
  .content-row {
    margin-top:10% !important;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 {
    margin-top:0;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceWrapper {
    margin-bottom:50px;
  }
  DIV.instaRow {
    overflow:hidden;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 DIV.treatmentDetail P:nth-of-type(1), DIV.treatmentColumn1 DIV.treatmentDetailParagraph P:nth-of-type(2) {
    margin-bottom:20px;
  }
  DIV.treatmentColumn1 DIV.secondTreatmentParagraph {
    margin-top:20px;
  }
  .treatmentDetailP1 {
    font-size:18px;
  }
  h1 {
    font-size:20px;
  }
  h2, h3, h4, h5 {
    font-size:19px; 
  }
  p, li, span {
    font-size:14px;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 DIV.clearLiftWrapper DIV.treatmentList UL LI {
    font-size:16px;
    padding:0;
  }
  DIV.treatmentContainer DIV.treatmentColumn1 DIV H3 DIV#hs_cos_wrapper_module_1597310375752427_ {
    font-size:20px !important;
  }
  DIV#hs_cos_wrapper_module_1597310375752427_ {
    padding:10px 0;
  }
    DIV.container DIV.headerRow DIV.headText p {
    font-size:34px;
  }
  DIV.headCTA A {
    padding:8px 40px !Important;
  }
  DIV.headCTA A {
    font-size:16px; 
  }
  
/*   #hs_cos_wrapper_module_1597138952994744 {
    margin-top:200px;
  } */
/*   DIV.container DIV.headerRow DIV.headText {
    margin-top:50px;
  } */
  DIV.container DIV.headerRow DIV.headText H5 {
    font-size:30px; 
  }
  span.hs-breadcrumb-label {
    font-size:13px;
    line-height:100%;
  }
  DIV.breadcrumb UL#crumb LI SPAN DIV UL.hs-breadcrumb-menu LI.hs-breadcrumb-menu-item.first-crumb:after {
    font-size:10px;
    padding-left:0;
    right:3px;
    top:0;
  }
  DIV.breadcrumb UL#crumb LI SPAN DIV UL.hs-breadcrumb-menu LI.hs-breadcrumb-menu-item:nth-of-type(3):before {
    left:-9px;
    font-size:10px;
    top:0;
  }
  DIV.breadcrumb #crumb LI A {
    padding-right:0px;
  }
  
  DIV.blogContainer DIV.blogHeader H1 {
    letter-spacing:0.03em;
  }
  
  DIV.blogContainer DIV.blogHeader H1 SPAN {
    font-size:35px;
  }
  
  DIV.treatmentColumn1 DIV.secondTreatmentParagraph UL LI {
  font-size:16px;  
  } 
  
   DIV.priceRow DIV.col-2 {
    padding:0px;
  }
  
  p, li, span {
    font-size:13px;
  }
  
  DIV.treatmentContainer DIV.treatmentColumn1 DIV.priceWrapper DIV.infoRow H4 {
    font-size:14px;
  }
  DIV.membership-container DIV.membershipText H1 {
    font-size:30px !Important;
  }
  DIV.membership-container DIV.membershipText P {
    font-size:22px;
  }
  DIV.membership-container DIV.membershipBody {
    margin-top:0px;
  }
  DIV.membership-container DIV.membershipText {
    margin-top:40px;
    margin-bottom:0px;
  }
  
  
  
}

@media (max-width:420px) {
  DIV.headText H1 {
    font-size:27px !important;
  }
  
}

/* Styles added 2025 */
.landingPageForm {
  margin:40px 0px;
  background-image:url('https://7502960.fs1.hubspotusercontent-na1.net/hubfs/7502960/blog-background.jpg');
  border-radius:12px;
  padding:20px 20px 40px 20px;
  text-align:center;
}
.landingPageForm H3 {
  font-size:1.5rem;
}
.landingPageForm P {
  font-size:1.1rem;
}
.landingPageForm H3, .landingPageForm P {
  color:white;
}
.landingPageForm FORM .hs-form-field {
  margin:20px 0px;
}
.landingPageForm FORM .hs-form-field INPUT {
  padding:15px;
}
.landingPageForm FORM .hs-form-field INPUT, .landingPageForm FORM .hs-form-field INPUT::placeholder {
  font-size:1rem;
}
.landingPageForm FORM INPUT.hs-button {
  padding:15px 40px;
  font-size:1.1rem;
  position:relative;
  z-index:10000;
  
}
.landingPageForm FORM INPUT.hs-button:hover {
  cursor:pointer;
}
.submitted-message.hs-main-font-element {
  color:white;
  font-size:20px;
  font-weight:600;
}


/* End */