/*!
 * Bootstrap GRID v4.1.3-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins";
  font-weight: 400; }

* p {
  font-size: 18px; }

.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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

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

.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;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .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; } }

.body {
  margin-bottom: 0; }

.pt-50 {
  padding-top: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-80 {
  padding-top: 80px; }

.pb-80 {
  padding-bottom: 80px; }

.mt-50 {
  margin-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mt-80 {
  margin-top: 80px; }

.mb-80 {
  margin-bottom: 80px; }

.mt-100 {
  margin-top: 100px; }

@media only screen and (min-width: 801px) {
  .align-items-center {
    display: flex;
    align-items: center; } }

.header-logo {
  margin: 10px 0; }

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

.navPages-action {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: .8px; }

.page {
  margin: 0; }

.page-heading {
  text-transform: uppercase; }

.productView-description {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  float: none; }

span .at_PinItButton {
  display: none; }

.addthis_toolbox a.at300b {
  width: 20px !important; }

.socialLinks-item--google_plusone {
  width: 40px; }

.productView-reviewLink {
  margin-left: 0; }

.productView-description {
  margin-bottom: 35px; }

.productView-brand {
  font-size: 12px; }

.productView-brand a {
  text-decoration: none;
  text-transform: uppercase; }

.productView-description .title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold !important;
  text-transform: uppercase !important;
  letter-spacing: 1.1px !important; }

.productView-price {
  color: #22AB5A; }

.productView-thumbnail-link {
  max-height: 100px;
  overflow: hidden; }

.footer-info-heading {
  font-size: 1rem;
  text-transform: uppercase;
  color: #ccc;
  font-weight: 400; }

.footer-info-list a, .footer-info-col {
  color: #b8b8b8; }

.footer-copyright > .powered-by {
  color: #a2a2a2; }

.form-prefixPostfix .button {
  height: inherit; }

#capacity tr.odd {
  background: #eee; }

#capacity td {
  padding: 5px;
  text-align: center; }

li.navList-item {
  background: #cfcfcf;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  border-radius: 3px; }

.card-body .card-text {
  display: none; }

a.gal-box {
  margin-right: 3px;
  display: block;
  float: left;
  margin-bottom: 3px; }

.blog-post-body .addthis_toolbox .socialLinks-item--google_plusone {
  width: 90px; }

.button.button-path a {
  color: #fff;
  text-decoration: none; }

.button.button-path {
  margin: 10px;
  width: 100%;
  font-size: 17px;
  padding: 20px 0;
  color: #1e1e1e;
  background: #22ab5a;
  border: 1px solid #086f32;
  text-transform: uppercase; }

a.navPages-action.button {
  padding-top: 16px;
  background-color: #222;
  border: 1px solid #222;
  color: #fff !important;
  display: inline-block;
  font-size: 1rem; }

a.navPages-action.button:hover {
  background-color: #0d7638; }

.button.button-home, .button--primary {
  margin: 10px;
  font-size: 24px;
  padding: 24px 38px;
  color: #fff;
  background: #22ab5a;
  text-transform: uppercase;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }

#wide {
  width: 100%; }

.button.button-home:hover {
  background-color: #fff;
  border: 1px solid #22ab5a;
  color: #22ab5a; }

.button.button-home:active {
  background-color: #f0f0f0; }

.button.button-category {
  /* margin: 10px; */
  /* width: 100%; */
  font-size: 18px;
  /* padding: 18px 0px; */
  color: #000;
  /* background: #d8d8d8; */
  border: 0px solid #b7b7b7;
  text-transform: uppercase;
  font-weight: 300;
  /* min-height: 75px; */
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  /* line-height: 18px; */ }

.button.button-complete {
  margin: 10px auto;
  width: 80%;
  font-size: 38px;
  padding: 18px;
  color: #22ab5a;
  background: #f7f7f7;
  border: 2px solid #4f4f4f;
  text-transform: capitalize;
  font-weight: 300;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  line-height: 38px;
  display: block;
  border-radius: 10px; }

.category {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
  background: #f1f1f1;
  text-align: center; }

.category a {
  color: #000 !important;
  font-size: 18px; }

.category a span {
  display: block;
  font-size: 12px;
  margin-top: 5px; }

.category.current {
  border: 1px solid #22ab5a; }

.heroCarousel {
  margin-bottom: 0rem; }

/*.page-heading {
    font-size: 28px;
    margin: 0 0 1rem;
    text-align: center;
}*/
.text-center {
  text-align: center; }

.heroCarousel .slick-dots li {
  background-color: white;
  background-color: rgba(255, 255, 255, 0); }

.slick-next, .slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5); }

.heroCarousel-description {
  text-transform: capitalize; }

.footer-name {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px; }

.clearfix {
  clear: both; }

.banners {
  background-color: #ffffff; }

.navPage-subMenu-item > .navPage-subMenu-action {
  font-weight: 600; }

.banners a {
  color: #fff;
  text-decoration: none; }

.banners h3 a {
  text-decoration: underline; }

.activeRent .category {
  background: #777777;
  color: #fff; }

.activeRent .category a {
  color: #fff !important;
  font-size: 18px; }

.quoteleft {
  background-color: #333;
  color: #fff !important;
  text-align: center; }

.quoteleft h1 {
  color: #fff !important;
  padding-top: 70px; }

.quoteright {
  background-color: #333;
  color: #fff !important;
  padding: 0px; }

.quotebox {
  padding: 20px 150px; }

#greenbutton {
  background-color: #22ab5a;
  color: #fff;
  border-color: #666;
  padding: 1.8rem 2.8rem;
  font-size: 32px; }

@media (max-width: 820px) {
  .quotebox {
    padding: 20px 10px; } }

@media (max-width: 976px) {
  .quoteleft h1 {
    padding-top: 20px; } }

@media (max-width: 765px) {
  .quoteright {
    flex: 0 0 100%;
    max-width: 100%; }
  .quoteleft {
    flex: 0 0 100%;
    max-width: 100%; } }

table, th, td {
  border: 1px solid #bbb; }

th, td {
  padding: 8px 15px; }

#gray {
  background-color: #eee; }

.rent img {
  border-radius: 50%; }

.rent {
  margin-bottom: 30px; }

.rent .col-md-8 {
  padding-top: 40px; }

.rent h3 a {
  background-color: #22ab5a;
  padding: 10px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff; }

.rent h3 a:hover {
  background-color: #fff;
  border: solid 1px #22ab5a;
  color: #22ab5a; }

.rent h3 {
  font-size: 20px; }

@media only screen and (max-width: 748px) {
  .hide-mobile {
    display: none !important; } }

@media only screen and (min-width: 747px) {
  .hide-main {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .rent img {
    max-width: 500px;
    margin-top: 30px;
    border-radius: 0px; }
  .rent .col-md-8 {
    padding-top: 0px;
    text-align: center; } }

/*
--I want to remove this but Im not sure if its obsolete
.wedding .col-md-6 img{
    padding:0px 110px;
    max-width:300px;
}
.wedding .col-md-6 h3{font-size:23px;margin-top:2px;}
.wedding .col-md-6 p{font-size:18px;}
.wedding .col-md-6{padding:30px 0px;}
.wedding h2{font-size:30px; margin: 29px 37px 10px; border-bottom: 2px solid #1e964f;}*/
@media (min-width: 1255px) {
  .banner-force {
    margin-left: -457px;
    margin-right: -457px;
    background-repeat: no-repeat;
    background-size: cover; } }

.intro {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin-top: 70px;
  margin-bottom: 100px; }

.text-container {
  width: 48%; }

@media (max-width: 1140px) {
  .text-container {
    width: 60%; } }

@media (max-width: 661px) {
  .text-container {
    width: 100%; } }

.campaign p {
  font-size: 20px; }

@media (min-width: 950px) {
  .campaign {
    text-align: center;
    padding: 0 11rem; } }

table#smartcode tbody tr:nth-child(even) {
  background-color: #eee; }

/**********************************
Manual Banner 
**********************************/
@media (max-width: 800px) {
  .body {
    margin-top: 8.5rem; } }

@media (min-width: 1255px) {
  .welcomebanner-force {
    margin-left: -392px;
    margin-right: -393px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    margin-top: -71px; } }

@media (max-width: 733px) {
  .welcomebanner-force {
    display: none; } }

/**********************************
Category 
**********************************/
.backdrop {
  display: block;
  clear: both; }

.backdrop img {
  background-size: cover; }

.backdrop .page-heading, .backdrop .breadcrumb a, .backdrop .breadcrumb::before, .backdrop .breadcrumb.is-active > .breadcrumb-label {
  color: #ffffff; }

@media (min-width: 1261px) {
  .backdrop ul.breadcrumbs {
    margin-top: -200px; }
  .backdrop .page-heading {
    margin-bottom: 150px; }
  .backdrop {
    margin-top: -2.5rem; } }

@media (min-width: 990px) and (max-width: 1260px) {
  .backdrop ul.breadcrumbs {
    margin-top: -150px; }
  .backdrop .page-heading {
    margin-bottom: 80px; }
  .backdrop {
    margin-top: -2.5rem; } }

@media (min-width: 681px) and (max-width: 989px) {
  .backdrop ul.breadcrumbs {
    margin-top: -126px; }
  .backdrop .page-heading {
    margin-bottom: 80px; }
  .backdrop {
    margin-top: -40px; } }

@media (min-width: 551px) and (max-width: 680px) {
  .backdrop ul.breadcrumbs {
    margin-top: -126px; }
  .backdrop .page-heading {
    margin-bottom: 55px; }
  .backdrop {
    margin-top: 50px; } }

@media (max-width: 550px) {
  .backdrop .page-heading {
    margin-bottom: 40px;
    margin-top: -60px; }
  .backdrop {
    margin-top: 50px; }
  .breadcrumbs {
    display: none;
    font-size: 0; } }

/* HOMEPAGE 
    -- assets\scss\components\stencil\banners\_banners.scss .banner Has custom 100% banner width now. Allows for normal container divs.
*/
.hpIntro {
  background-color: #e7e7e7;
  padding: 1px 0;
  margin-top: -70px;
  z-index: -1; }

h2#heading {
  font-size: 34px;
  margin-top: 0; }

h2#heading:after {
  border-bottom: 2px #22ab5a solid;
  width: 50%;
  content: '';
  display: block;
  position: relative;
  left: 25%; }

@media (min-width: 850px) {
  h2#heading:after {
    width: 25%;
    left: 38%; } }

.divparent {
  width: 100%;
  position: relative;
  bottom: 20px; }

.divider {
  background: url(https://cdn11.bigcommerce.com/s-xhfvyc3g/product_images/uploaded_images/divider2.png) center no-repeat;
  width: 100%;
  position: relative;
  bottom: 26px;
  height: 47px; }

.imagecallout {
  padding: 120px 0;
  /*text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.36);
    margin-top:90px;*/ }

.imagecallout p {
  font-size: 28px; }

.imagecallout h3 {
  font-size: 31px;
  text-transform: uppercase; }

.imagecallout p, .imagecallout h3 {
  color: #000; }

@media (max-width: 508px) {
  .imagecallout {
    padding: 38px 0 108px; }
  .imagecallout p {
    font-size: 22px; } }

.widecon .text {
  padding: 0 7%; }

@media (min-width: 768px) and (max-width: 1254px) {
  .widecon .text {
    padding: 0 1%; }
  .widecon h3 {
    margin-top: 1px; } }

.widecon {
  margin-bottom: 60px; }

.widecon a {
  color: #22ab5a;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px; }

.widecon a:hover {
  color: #a5a5a5; }

#white {
  color: #fff; }

.initial {
  margin-bottom: 60px; }

.initial h2 {
  margin-top: 1px; }

.packages .col-sm-4 {
  background-color: #eee;
  padding: 20px;
  border: solid 2px #fff; }

.parcels .col-md-3 {
  border: 1px solid #333;
  border-top: solid #25ab5a 4px;
  padding: 20px;
  margin: 7px; }

.space-top-80 {
  margin-top: 80px; }

.space-20 {
  margin: 20px 0px; }

.space-40 {
  margin: 40px 0px; }

.space-80 {
  margin: 80px 0px; }

/* -- GOOGLE REVIEWS 
    --
*/
#map-plug {
  display: none; }

#google-reviews {
  display: flex;
  flex-wrap: wrap;
  /*display: grid;
grid-template-columns: repeat( auto-fit, minmax(320px, 1fr));*/ }

.review-item {
  border: solid 1px rgba(183, 163, 120, 0.43);
  margin: 5px;
  padding: 1em;
  flex: 1 1 20%;
  border-radius: 5px; }

@media (max-width: 1200px) {
  .review-item {
    flex: 1 1 40%; } }

@media (max-width: 450px) {
  .review-item {
    flex: 1 1 90%; } }

.review-meta, .review-stars {
  text-align: center;
  font-size: 115%; }

.review-author {
  text-transform: capitalize;
  font-weight: bold; }

.review-date {
  opacity: .6;
  display: block; }

.review-text {
  line-height: 1.55;
  text-align: left;
  max-width: 32em;
  margin: auto; }

.review-stars ul {
  display: inline-block;
  list-style: none !important;
  margin: 0;
  padding: 0; }

.review-stars ul li {
  float: left;
  list-style: none !important;
  margin-right: 1px;
  line-height: 1; }

.review-stars ul li i {
  color: #E4B248;
  font-size: 1.4em;
  font-style: normal; }

.review-stars ul li i.inactive {
  color: #c6c6c6; }

.star:after {
  content: "\2605"; }

.recommendation-section {
  float: left;
  width: 100%;
  padding-bottom: 90px; }

.recommendation-section h1 {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 50px;
  text-transform: uppercase; }

.recommendation-section p {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 15px;
  font-size: medium; }

.large-recommendation {
  float: left;
  width: 100%;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 3px; }

.large-recommendation .tiny-recommendation-line {
  float: left;
  width: 50%;
  padding-top: 25px;
  padding-left: 38px; }

.tiny-recommendation {
  float: left;
  width: 47%;
  border: 1px solid #eee;
  padding: 20px;
  margin: 10px;
  border-radius: 3px; }

.tiny-recommendation-line {
  float: left;
  width: 96%;
  padding-top: 25px; }

.tiny-recommendation-line img {
  float: left;
  width: 49px; }

.tiny-recommendation-line h2 {
  float: left;
  width: 80%;
  font-size: 17px;
  margin-top: 6px;
  font-weight: 300;
  font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
  padding-left: 17px; }

.rec-get-quote h3 {
  float: left;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px; }

@media screen and (max-width: 1052px) {
  .tiny-recommendation {
    width: 95%; } }

@media screen and (max-width: 964px) {
  .large-recommendation .tiny-recommendation-line {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-left: 11px; } }

@media screen and (max-width: 354px) {
  .large-recommendation .tiny-recommendation-line {
    padding-left: 0px; }
  .tiny-recommendation-line h2 {
    width: 100%;
    padding-left: 0px;
    text-align: center; }
  .tiny-recommendation-line img {
    float: left;
    width: 100%;
    padding: 8% 36% 0%; } }

#home-leave-review {
  padding-bottom: 150px; }

#home-leave-review p {
  padding: 25px 28%; }

#home-leave-review a {
  background-color: #22ab59;
  font-size: 20px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 16px 36px;
  border-radius: 3px; }

#home-leave-review a:hover {
  background-color: #1b8646; }

@media screen and (max-width: 500px) {
  #home-leave-review p {
    padding: 40px 9%; } }

.videosec {
  /*padding:5% 5%; */
  background-color: #eee; }

.vidtext {
  text-align: left;
  padding: 0 14%;
  padding-top: 2%; }

.videocol {
  padding: 2% 15% 5%; }

.new-pricing-box {
  float: left;
  width: 48%;
  margin: 10px;
  border: solid 2px #f4f4f4;
  border-radius: 2px;
  margin-bottom: 85px; }

.new-pricing-box h2 {
  text-align: center; }

.new-pricing-photo {
  float: left;
  padding: 35px; }

.new-pricing-text {
  width: 100%; }

.new-pricing-text table {
  border: solid #fff 0px;
  width: 100%; }

.new-pricing-text {
  margin-top: 20px;
  float: left;
  width: 100%; }

.new-pricing-text tr {
  border: solid #fff 0px;
  float: left;
  width: 100%; }

.new-pricing-text td {
  border: solid #fff 0px;
  text-align: center;
  float: left;
  width: 50%; }

.new-pricing-text th {
  border: solid #fff 0px;
  float: left;
  width: 50%; }

#glnp {
  background-color: #f2f2f2; }

#green-one {
  background-color: #24ab5a; }

#green-two {
  background-color: #2ebe68; }

.see-color-options {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px; }

.see-color-options a {
  background-color: #222222;
  padding: 10px 25px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  border-radius: 2px; }

@media screen and (max-width: 1058px) {
  .new-pricing-box {
    width: 47%; } }

@media screen and (max-width: 728px) {
  .new-pricing-box {
    width: 100%;
    margin: 0px 0px 85px; } }

.event {
  padding: 1% 13% 5%; }

.event h2 {
  font-size: 32px;
  line-height: 1.3; }

.event ul {
  font-size: 16px;
  padding-left: 20px;
  line-height: 1.8; }

.event-space {
  padding: 20px 30px;
  text-align: center;
  margin: 20px 50px;
  background-color: #efefef;
  min-height: 294px;
  border-radius: 5px;
  box-shadow: 0px 2px 11px 1px #c3c3c3; }

.event-space h3 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 20px; }

.event-space h4 {
  margin-top: 7px;
  text-transform: uppercase;
  color: #22ab5a; }

.event-space ul {
  text-align: center;
  font-size: 17px;
  line-height: 2;
  margin-top: 10px;
  list-style: none;
  margin-left: 0; }

.center-list {
  display: flex;
  justify-content: center; }

.event-gallery h2 {
  margin: 0 auto 30px;
  font-size: 32px; }

.event-gallery .gal-box {
  width: 33%;
  padding: 3px; }

@media screen and (max-width: 1300px) {
  .event {
    padding: 1% 6% 5%; }
  .event h2 {
    font-size: 30px; } }

@media screen and (min-width: 768px) and (max-width: 1104px) {
  .event-gallery .gal-box {
    width: 32%; } }

@media screen and (max-width: 767px) {
  .event-gallery .gal-box {
    width: 49%; } }

.backdrop-header-img {
  display: block;
  clear: both;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://cdn11.bigcommerce.com/s-xhfvyc3g/images/stencil/original/image-manager/bg-event-center.jpg");
  padding: 60px 15px 40px;
  margin-top: -2.5rem; }

.backdrop-header-img .breadcrumbs {
  margin-bottom: 15px; }

.backdrop-header-img .breadcrumb a, .backdrop-header-img .breadcrumb::before, .backdrop-header-img .breadcrumb.is-active > .breadcrumb-label {
  color: #ffffff;
  opacity: .7;
  font-size: 12px; }

.backdrop-header-img .page-heading {
  color: #ffffff;
  font-size: 36px; }

@media screen and (max-width: 801px) {
  .backdrop-header-img {
    margin-top: -7.5rem; } }

@media screen and (max-width: 550px) {
  .backdrop-header-img {
    padding: 60px 15px 13px; }
  .backdrop-header-img .page-heading {
    font-size: 32px; } }

#updated-gallery {
  float: left;
  width: 100%;
  padding-bottom: 5%; }

#updated-gallery img {
  width: 100%; }

#updated-gallery a {
  float: left;
  width: 220px; }

.productView-price {
  display: none; }
