/** WILL LOAD IN HEAD FIRST **/

body { background-color: #fff; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } p { margin-top: 0; margin-bottom: 1rem; } a { text-decoration: none; }a:hover, a:focus { text-decoration: none; }strong { font-weight: bold; }code { vertical-align: bottom; }ul,ol { margin-top: 1.5rem; margin-bottom: 1.5rem; }ul li,ol li { line-height: 1.5rem; }ul ul,ol ul,ul ol,ol ol { margin-top: 0; margin-bottom: 0; }blockquote { line-height: 1.5rem; margin-top: 1.5rem; margin-bottom: 1.5rem; padding-left: 15px; }hr { color: #ccc; background-color: #ccc; height: 1px; border: none; }sup,sub { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }sup { top: -0.5em; }sub { bottom: -0.25em; }:focus { outline: none; }.user-is-tabbing :focus { -webkit-box-shadow: 0 0 3px 3px rgba(2,114,252,0.7); box-shadow: 0 0 3px 3px rgba(2,114,252,0.7); outline: none; }.disable-focus-styles :focus { outline: none; }html { font-size: 18px; }
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 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 { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.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; max-width: 100%; }
.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;
    max-width: 100%;
  }
  .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;
    max-width: 100%;
  }
  .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;
    max-width: 100%;
  }
  .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;
    max-width: 100%;
  }
  .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 */


.row-fluid {width: 100%;*zoom: 1;}.row-fluid:before, .row-fluid:after {display: table;content: "";}.row-fluid:after {clear: both;}.row-fluid [class*="span"] {display: block;float: left;width: 100%;min-height: 28px;margin-left: 2.127659574%;*margin-left: 2.0744680846382977%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}.row-fluid [class*="span"]:first-child {margin-left: 0;}.row-fluid .span12 {width: 99.99999998999999%;*width: 99.94680850063828%;}.row-fluid .span11 {width: 91.489361693%;*width: 91.4361702036383%;}.row-fluid .span10 {width: 82.97872339599999%;*width: 82.92553190663828%;}.row-fluid .span9 {width: 74.468085099%;*width: 74.4148936096383%;}.row-fluid .span8 {width: 65.95744680199999%;*width: 65.90425531263828%;}.row-fluid .span7 {width: 57.446808505%;*width: 57.3936170156383%;}.row-fluid .span6 {width: 48.93617020799999%;*width: 48.88297871863829%;}.row-fluid .span5 {width: 40.425531911%;*width: 40.3723404216383%;}.row-fluid .span4 {width: 31.914893614%;*width: 31.8617021246383%;}.row-fluid .span3 {width: 23.404255317%;*width: 23.3510638276383%;}.row-fluid .span2 {width: 14.89361702%;*width: 14.8404255306383%;}.row-fluid .span1 {width: 6.382978723%;*width: 6.329787233638298%;}.container-fluid {*zoom: 1;}.container-fluid:before, .container-fluid:after {display: table;content: "";}.container-fluid:after {clear: both;}.container-fluid.no-gutters{padding-right: 0px;padding-left: 0px;}.container-slim {padding-right: 15px;padding-left: 15px;margin-right: auto !important;margin-left: auto !important;display: block !important;float: none !important;}@media (max-width: 767px) {.row-fluid {width: 100%;}.row-fluid [class*="span"] {display: block;float: none;width: auto;margin-left: 0;}}@media (min-width: 768px) and (max-width: 1139px) {.row-fluid {width: 100%;*zoom: 1;}.row-fluid:before, .row-fluid:after {display: table;content: "";}.row-fluid:after {clear: both;}.row-fluid [class*="span"] {display: block;float: left;width: 100%;min-height: 28px;margin-left: 2.762430939%;*margin-left: 2.709239449638298%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}.row-fluid [class*="span"]:first-child {margin-left: 0;}.row-fluid .span12 {width: 99.999999993%;*width: 99.9468085036383%;}.row-fluid .span11 {width: 91.436464082%;*width: 91.38327259263829%;}.row-fluid .span10 {width: 82.87292817100001%;*width: 82.8197366816383%;}.row-fluid .span9 {width: 74.30939226%;*width: 74.25620077063829%;}.row-fluid .span8 {width: 65.74585634900001%;*width: 65.6926648596383%;}.row-fluid .span7 {width: 57.182320438000005%;*width: 57.129128948638304%;}.row-fluid .span6 {width: 48.618784527%;*width: 48.5655930376383%;}.row-fluid .span5 {width: 40.055248616%;*width: 40.0020571266383%;}.row-fluid .span4 {width: 31.491712705%;*width: 31.4385212156383%;}.row-fluid .span3 {width: 22.928176794%;*width: 22.874985304638297%;}.row-fluid .span2 {width: 14.364640883%;*width: 14.311449393638298%;}.row-fluid .span1 {width: 5.801104972%;*width: 5.747913482638298%;}}@media (min-width: 1280px) {.row-fluid {width: 100%;*zoom: 1;}.row-fluid:before, .row-fluid:after {display: table;content: "";}.row-fluid:after {clear: both;}.row-fluid [class*="span"] {display: block;float: left;width: 100%;min-height: 28px;margin-left: 2.564102564%;*margin-left: 2.510911074638298%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}.row-fluid [class*="span"]:first-child {margin-left: 0;}.row-fluid .span12 {width: 100%;*width: 99.94680851063829%;}.row-fluid .span11 {width: 91.45299145300001%;*width: 91.3997999636383%;}.row-fluid .span10 {width: 82.905982906%;*width: 82.8527914166383%;}.row-fluid .span9 {width: 74.358974359%;*width: 74.30578286963829%;}.row-fluid .span8 {width: 65.81196581200001%;*width: 65.7587743226383%;}.row-fluid .span7 {width: 57.264957265%;*width: 57.2117657756383%;}.row-fluid .span6 {width: 48.717948718%;*width: 48.6647572286383%;}.row-fluid .span5 {width: 40.170940171000005%;*width: 40.117748681638304%;}.row-fluid .span4 {width: 31.623931624%;*width: 31.5707401346383%;}.row-fluid .span3 {width: 23.076923077%;*width: 23.0237315876383%;}.row-fluid .span2 {width: 14.529914530000001%;*width: 14.4767230406383%;}.row-fluid .span1 {width: 5.982905983%;*width: 5.929714493638298%;}}.clearfix {*zoom: 1;}.clearfix:before, .clearfix:after {display: table;content: "";}.clearfix:after {clear: both;}.hide {display: none;}.show {display: block;}.invisible {visibility: hidden;}.hidden {display: none;visibility: hidden;}.visible-phone {display: none !important;}.visible-tablet {display: none !important;}.hidden-desktop {display: none !important;}@media (max-width: 767px) {.visible-phone {display: inherit !important;}.hidden-phone {display: none !important;}.hidden-desktop {display: inherit !important;}.visible-desktop {display: none !important;}}@media (min-width: 768px) and (max-width: 1139px) {.visible-tablet {display: inherit !important;}.hidden-tablet {display: none !important;}.hidden-desktop {display: inherit !important;}.visible-desktop {display: none !important ;}}
*, *:before, *:after { box-sizing: border-box; }
html { line-height: 1.15; -webkit-text-size-adjust: 100%;  }
body { margin: 0; }
main { display: block; }
hr { box-sizing: content-box; height: 0; overflow: visible;  }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
a:hover { text-decoration: none; }
abbr[title] { border-bottom: none; text-decoration: underline;  text-decoration: underline dotted;  }
b,strong { font-weight: bold; }
code,
kbd,
samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub,
sup { font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none;   height: auto; max-width: 100%;   vertical-align: bottom; }
button, input,optgroup,select, textarea { font-family: inherit; font-size: 100%;  line-height: 1.15; margin: 0; }
button,
input {  overflow: visible; }
button,
select {  text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%;  padding: 0; white-space: normal;  }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"],
[type="radio"] { box-sizing: border-box; padding: 0;  }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; /* 1 */  outline-offset: -2px; /* 2 */ }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px);   height: 1px;   overflow: hidden;   position: absolute !important;   width: 1px; }
.dnd-section .widget-type-cell { padding-left: 0px;  padding-right: 0px; }
@media (min-width: 768px) {
  .dnd_area-module-1-vertical-alignment { display: block !important;  }
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell { padding-left: 0px; padding-right: 0px;  }
}
@import compass/utilities

/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}

 
 
 /* Animation Delay */
 
 
 /* Box Shadow */
 
 
 /* Background Size */
 
 
 /* Border Radius */
 
 
 /* User Select */
 
 
 /* Opacity*/
 
 
 *, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
 html {position: relative;}
 html, body { min-height: 100%; margin: 0; padding: 0;  } 
 hr { border: 0;   height: 0;   border-top: 1px solid rgba(0, 0, 0, 0.1);   border-bottom: 1px solid rgba(255, 255, 255, 0.3);   color: #ccc;   background-color: #ccc;   height: 1px;   border: none; }
 a {  -webkit-transition: all 0.4s ease-in-out;
 transition: all 0.4s ease-in-out; text-decoration: none;  }
 ::-moz-selection { text-shadow: none; color: #fff; background: #444; }
 ::selection { text-shadow: none; color: #fff; background: #444;  }
 table tr td img { max-width: initial;  }
 .header-container-wrapper, 
 .body-container-wrapper, 
 .footer-container-wrapper .container-fluid { padding-left: 0 !important;   padding-right: 0 !important;  }
 .footer-container-wrapper { position: relative;   z-index: 1;  }
 .header-container-wrapper { width: 100%;   z-index: 9999;  }
 .header-container { z-index: 9999;   position: relative;  }
 .header-cta{ margin-top: 9px;   margin-left: 0;   text-align: right !important;  }
 .hhs-header.sticky-menu.active { padding: 5px 0px !important;   }
 
 @media (max-width: 768px){
   .sticky-menu .widget-type-cta { display: none; }
   .sticky-menu .widget-type-logo img { margin: 0;   }
 }
 .hhs-full-hero-vh {height: 100vh !important;}
 @media (max-width: 575px){
   .hhs-full-hero-vh {height: auto !important;}
 }
.hhs-full-hero-vh .hhs-center-hero {padding: 100px 0 !important;}
.hhs-scroll-down { position: absolute;  bottom: 1%;  left: 50%;  transform: translate(-50%, -50%);  width: 30px;  height: 50px;  border: 2px solid white;  border-radius: 50px;  opacity: 0.4; }
.hhs-row-overlay { position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  width: 100%;  height: 100%;  z-index: 1; }
.hhs-video-player { position: absolute;  top: 0;  left: 0;  right: 0;  bottom: 0;  display: block;  overflow: hidden;  z-index: 0; }
.parallax { background-size: 100% auto; background-repeat: no-repeat;  }
.hhs-text-content {margin: 0 auto; } 
.hhs-rich-text-in { clear: both; }
.hhs-image-grid img {margin-bottom: 25px;} 
.hhs-team-social-con i { font-size: 18px;   padding: 5px;  }
.hhs-pricing-option { text-align: center;   }
.hhs-package-desc p { line-height: 2.5em;   }
.hhs-wave-con-top,
.hhs-wave-con { overflow: hidden;  color: #fff;  position: relative;  z-index: 100; }
.hhs-wave-module svg,
.hhs-wave-module { display: block;  width: 100%;  min-width: 1366px; }
.hhs-wave-module svg { transform: scaleX(-1);   height: auto; }
.hhs-wave-con-top .hhs-wave-module svg { transform: scaleY(-1); }
.hhs-clearfix:before,
.hhs-clearfix:after,
.hhs-container:before,
.hhs-container:after,
.hhs-container-fluid:before,
.hhs-container-fluid:after { content: " ";  display: table; }
.hhs-clearfix:after,
.hhs-container:after,
.hhs-container-fluid:after { clear: both; }
 
@keyframes scrollDown {
   0% { opacity: 0; transform: translate(-50%, 0); }
   30% { opacity: 1; }
   100% { opacity: 0; transform: translate(-50%, 22px); }
}
@keyframes fadeIn {
	from { opacity: 0; transform: translate3d(0, -5%, 0); }
	to { opacity: 1; transform: translate3d(0, 0, 0); }
}
 .hide-desktop {display: none;}
 .show-desktop {display: block;}
 
 @media (max-width: 834px) { 
   .hide-desktop {display: block !important;}
 
   .show-tablet {display: block !important;}
   .hide-tablet {display: none !important;}
 }
 
 @media (max-width: 575px) { 
   .hide-mobile {display: none !important;}
   .show-mobile {display: block !important;}
 }

  .widget-type-blog_subscribe .hs-error-msgs { display: none;  }
  .hs_error_rollup {display: none;}
  .hs_cos_wrapper_type_rich_text ul { padding-left: 40px;  }
 .hs_cos_wrapper_type_rich_text ul li:before { display: none;  }
 .post-jump .next-arrow,
 .post-jump .prev-arrow { margin: 60px 0 0 12px;  }
 .hhs-contact-con i {float: left; margin-right: 10px;}
 .hhs-contact-con span {float: left;display: block;line-height: normal;}
 .hhs-contact-con p {clear:both; margin-bottom: 10px; display: inline-block;}
 .hhs-footer .horz-rule { border-color: rgba(0,0,0,0.3) !important; clear: both;  }
 .hhs-header-menu { float: right !important; }
 .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a { padding: 10px 5px;  }
 .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a { padding: 5px 5px 5px 10px;   }
 
 @media (max-width: 768px) {
   .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a,
   .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2 a { padding: 0px 0px 0px 10px; }
 }
 .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a span { padding: 10px 0;   }
 .custom-menu-primary .hs-menu-wrapper > ul{  float: right; -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;  }
 .custom-menu-primary .hs-menu-wrapper > ul > li > a{ padding: 10px 15px;   position: relative;   display: block; }
 .custom-menu-primary .hs-menu-wrapper > ul ul{ left: 15px!important;   padding: 10px 0px;   -webkit-box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);   box-shadow: 0 0 5px 0px rgba(0,0,0,0.1);   min-width: 150px; }
 .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before { content: "\f0d8";   display: inline-block;   font-family: "Font Awesome 5 Free";   font-style: normal;   font-weight: bold;   line-height: 1;   -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale;   position: absolute;   top: -10px;  left: 0;   width: 100%;   padding-left: 10px; }
 @media (max-width: 768px) {
   .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before { display: none !important;   }
 }
 .transparent-nav .custom-menu-primary .hs-menu-wrapper > ul ul li a { color:#444;  }
 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper { z-index: 1000 !important;  }
 .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper { left: 100% !important;  }
 .hhs-pillar-menu .hs-menu-wrapper > ul li a,
 .custom-menu-primary .hs-menu-wrapper > ul li a, 
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { overflow: visible !important;   max-width: none !important;   width: auto !important;   text-decoration: none !important;   padding-right: 30px;   white-space: normal !important; }
 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li { margin: 0px;   }
 .hs-menu-wrapper.hs-menu-flow-horizontal ul { margin-bottom: 0px;   }
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after { content: "\f107";   display: inline-block;   font-family: "Font Awesome 5 Free" !important;   font-style: normal;   font-weight: bold;   line-height: 1;   -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale;   margin-left: 3px; } 
 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2.hs-item-has-children > a:after { content: "\f105";   float: none;   font-family: "Font Awesome 5 Free" !important;   line-height: 24px;   position: absolute;   right: 10px;   top: 5px }
 .hhs-footer .hs-menu-item.active { background-color: transparent !important;   }
 @media screen and (min-width:769px) {
   .custom-menu-primary .hs-menu-wrapper { display:block !important; background: transparent !important; }
 }
 
 @media (max-width: 768px){
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after { display: none; }
   .header-container-wrapper .container-fluid  .row-fluid [class*="span"] { display: block; float: none !important; width: auto !important; margin-left: 0 !important; }
 }
 
 .row-fluid [class*="span"] { min-height: auto !important;  }
 @media (min-width: 1280px) {
   .row-fluid [class*="span"] { min-height: 0 !important; }
 }
 .row-fluid { min-height: 0px !important;  }
 .mobile-trigger, .child-trigger { display: none !important;   }
 @media (max-width: 768px){
 
   .custom-menu-primary .hs-menu-wrapper > ul ul { padding: 0px !important; }
   .custom-menu-primary,
   .custom-menu-primary .hs-menu-wrapper > ul,
   .custom-menu-primary .hs-menu-wrapper > ul li,
   .custom-menu-primary .hs-menu-wrapper > ul li a{ position: static;     top: auto;     right: auto;     left: auto;     bottom: auto;     padding: 0px;     margin: 0px;     background-image: none;     background-color: transparent;     border: 0px;     -webkit-border-radius: 0px;     -moz-border-radius: 0px;     border-radius: 0px;     -webkit-box-shadow: none;     -moz-box-shadow:    none;     box-shadow:         none;      max-width: none;     width: 100%;     height: auto;     line-height: 1;      font-weight: normal;     text-decoration: none;     text-indent: 0px;     text-align: left;   } 
   .child-trigger{ display: -webkit-box !important; /* ADL */     display: -ms-flexbox !important; /* ADL */     display: flex !important; /* Hide button on Desktop */ /* ADL */     cursor: pointer; /* Mouse pointer type on hover */     position: absolute;     top: 0px;     right: 0px;     width: 55px !important; /* Button width */     min-width: 55px !important;     height: 45px !important; /* Button height */       padding: 0 !important;     border: 0; /* ADL */     border-left: 1px solid rgba(0, 0, 0, .10);     background: transparent; /* ADL */   }   
   .hhs-header-trans .child-trigger{     border-left: 1px solid rgba(255, 255, 255, .10);   }
   .child-trigger:hover{ text-decoration: none;    }
   .child-trigger i{ position: relative;     top: 50%; /* Centers icon inside button */     margin: 0 auto !important;   }
   .child-trigger i:after{ position: absolute; content: ''; }
   .child-trigger i, .child-trigger i:after{ width: 13px; /* Icon line width */     height: 2px; /* Icon line height */     background-color: #fff; /* Icon color */     display: block;   }
   .child-trigger i:after{ -webkit-transform: rotate(-90deg);     -ms-transform: rotate(-90deg);     transform: rotate(-90deg);   }
   .child-trigger.child-open i:after{ -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg);   }
   .child-trigger.child-open i{ -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg);   }
   .custom-menu-primary ul.hs-menu-children-wrapper{ visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }
   .custom-menu-primary.js-enabled .hs-menu-wrapper{ width: 100%; position: relative; left: 0; padding: 0; }
   .custom-menu-primary .hs-menu-wrapper{ width: 100%; padding: 0 0 0 0; z-index: 8888; }
   .custom-menu-primary .hs-menu-wrapper > ul { background: #fff; }
   .custom-menu-primary .hs-menu-wrapper > ul > li{ position: relative; }
   .custom-menu-primary .hs-menu-wrapper > ul > li a{ font-size: 22px; line-height: 45px; overflow: visible; }
   .custom-menu-primary.hhs-header-trans .hs-menu-wrapper >  ul li a { padding: 0 10px; }
   .custom-menu-primary .hs-menu-wrapper >  ul li a { padding: 0 10px; color:#111111; }
   .custom-menu-primary .hs-menu-wrapper > ul li a:hover{ color:#000000; }
   .custom-menu-primary .hs-menu-wrapper > ul ul{ border: 0px; padding: 10px 0; }
   .custom-menu-primary .hs-menu-wrapper > ul ul li a{ text-indent: 10px;  font-size: 16px; }
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{ display: none; }
   .hhs-header-full { padding-left:0; padding-right: 0; }
 }
 
 
 @media (max-width: 768px) {
   .hhs-nav {padding-top: 0px;}
   .hhs-logo-header {padding-left: 0px; }
   .hhs-header-hat { padding: 0; }
   .hhs-header-hat .hs-menu-wrapper * { width: auto !important; }
   .hhs-text-content { max-width: 100% !important; }
   .hhs-container-fluid.hhs-package-highlight { margin: -50px 0 30px !important; }
   .body-container-wrapper .hhs-col-12.pricing-table {padding: 50px 0 !important;}
 
 }

 .fb_iframe_widget span,
 .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item span.IN-widget { vertical-align: top !important; }
 .hhs-toggle-price .wrapper { position: relative; width: 100%; margin-bottom: 25px;  }
 .toggler-label-left { position: absolute; left: 0px; text-align: right; width: 45%; }
 .toggler-label-right { position: absolute; right: 0px; text-align: right; width: 45%; top: 7px; text-align: left;  }
 .wrapper { position: relative;   display: flex;   width: 120px;   margin: 0 auto;   align-items: center;   justify-content: space-around; }
 @media (max-width: 767px) {
   .wrapper { width: 250px; }
 }
 .wrapper .toggler { display: inline-block; width: 67px; text-align: center; }
 .wrapper .toggler *, .wrapper .toggler *:before { transition: 0.15s ease-in-out all;  }
 .wrapper .toggler:before, .wrapper .toggler:after { margin: 0px -15px;   width: 100%;   top: 50%;   transform: translateY(-50%);   position: absolute;  }
 .wrapper .toggler:before {   text-align: right;   content: attr(span-prev);   left: -100%;  }
 .wrapper .toggler:after { text-align: left;   content: attr(span-next);   right: -100%;  }
 .wrapper .toggler .tgl, .wrapper .toggler .tgl:active { position: absolute;   visibility: hidden;   height: 0;   width: 0;  }
 .wrapper .toggler .checkbox-label:before:hover { cursor: pointer;  }
 .wrapper .toggler .toggle:checked + .checkbox-label:before { left: calc(100% - 50px); }
 .wrap { transition: 0.2s opacity;  }
 .price2 { display: none;  }
 .price1 { display: block;  }
 .tgl { display: none;  }
 .tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn { box-sizing: border-box;  }
 .tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection { background: none;  }
 .tgl + .tgl-btn { outline: 0; display: block; height: 2em; position: relative; cursor: pointer; user-select: none; margin: 0 auto; }
 .tgl + .tgl-btn:after, .tgl + .tgl-btn:before { position: relative;   display: block;   content: "";   width: 50%;   height: 100%; }
 .tgl + .tgl-btn:after { left: 0;  }
 .tgl + .tgl-btn:before { display: none;  }
 .tgl:checked + .tgl-btn:after { left: 50%;  }
 .tgl-ios + .tgl-btn { background:  transparent;   border-radius: 2em;   padding: 2px;   transition: all 0.4s ease; }
 .tgl-ios + .tgl-btn:after { border-radius: 2em;   transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;   box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 4px 0 rgba(0, 0, 0, .08); }
 .tgl-ios + .tgl-btn:hover:after { will-change: padding;  }
 .tgl-ios + .tgl-btn:active { box-shadow: inset 0 0 0 2em #e8eae9;  }
 .tgl-ios + .tgl-btn:active:after { padding-right: 0.8em;  }
 .tgl-ios:checked + .tgl-btn { background: transparent;  }
 .tgl-ios:checked + .tgl-btn:active { box-shadow: none;  }
 .tgl-ios:checked + .tgl-btn:active:after { margin-left: -0.8em;  }

 @media (max-width: 992px) {
   .toggler-label-right,
   .toggler-label-left { width: 43%; }
 } 
 
 @media (max-width: 768px) {
   .toggler-label-right,
   .toggler-label-left { width: 40%; }
 }
 
 @media (max-width: 575px) {
   .wrapper .toggler:after { right: 20px; }
   .wrapper .toggler:before { left: 10px; }
   .toggler-label-right,
   .toggler-label-left { width: 32%; }
   .toggler-label-right { top: auto; }
 }
 
 
 @media (max-width: 575px) {
   .highlight-pack.hhs-price-inner {
     margin-top: 0px;
   }
 }
 
 #hs-pwd-widget-password { margin-bottom: 15px; height: auto !important; margin-top: 0px !important;  } 
 .social-sharing-wrapper { clear: both;  }
 #comments-listing { margin-bottom: 30px; margin-top: 30px;  }
 .comment { margin: 10px 0; padding: 15px 0;  }
 .comment-date { font-size: 0.8em; display: block !important;  }
 .comment-body { padding: 10px 0; }
 .hs-embed-wrapper,
 .hs-responsive-embed-wrapper,
 .hs-responsive-embed {  position: relative;    height: 0;    overflow: hidden;    padding-top: 0;    padding-left: 0;    padding-right: 0;    max-width: none !important;   max-height: none !important; }
 .hs-responsive-embed-target-iframe,
 .hs-responsive-embed iframe, 
 .hs-responsive-embed object, 
 .hs-responsive-embed embed {  position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;  }
 .hs-responsive-embed, 
 .hs-responsive-embed.hs-responsive-embed-youtube, 
 .hs-responsive-embed.hs-responsive-embed-wistia, 
 .hs-responsive-embed.hs-responsive-embed-vimeo {  padding-bottom: 56.25%;  }
 .form-title { margin-bottom: 30px;  }
 .legal-consent-container { margin: 5px 0 15px;  }
 .legal-consent-container .hs-dependent-field { margin-bottom: 20px;  }
 .cta-input-inline { position: relative; }
 .cta-input-inline *, 
 .cta-input-inline form *:after, .cta-input-inline form *:before{ box-sizing:border-box;  }
 .cta-input-inline form > div:first-child{ display:inline-block; width:100%;  }
 .cta-input-inline .hs_email,
 .cta-input-inline .hs_email input { width:100%; display:inline-block; }
 .cta-input-inline .hs_submit{ position: absolute; top: 24px; right: 0px; }
 .cta-input-inline .submit-alt .hs-button.primary,
 .cta-input-inline .hs-button.primary { padding-top: 14px; padding-bottom: 13px; margin-right: -2px; }
 body .cta-input-inline input[type="email"] { margin-bottom: 0px;   }
 .hubspot-link__icon { margin-bottom: 4px !important;   }
 .hs_submit .actions { margin-top: 0em;   }
 body label { margin-bottom: 5px; font-weight: 700; }
 body input[type="text"]:focus,
 body input[type="password"]:focus, 
 body input[type="datetime"]:focus, 
 body input[type="datetime-local"]:focus, 
 body input[type="date"]:focus, 
 body input[type="month"]:focus, 
 body input[type="time"]:focus, 
 body input[type="week"]:focus, 
 body input[type="number"]:focus, 
 body input[type="email"]:focus, 
 body input[type="url"]:focus, 
 body input[type="search"]:focus, 
 body input[type="tel"]:focus, 
 body input[type="color"]:focus,
 body input[type="file"]:focus,
 body textarea:focus,
 body select:focus { outline: 0; box-shadow: none;  }
 body textarea { min-height: 200px;  }
 body select { height: 44px; -webkit-appearance: none; background: #ffffff url("https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/CLEAN-images/gfx/select-drop-down-arrows.png") no-repeat right center; background-size: 14px 33px;  }
 body form.hs-form .hs-form-field ul.inputs-list { list-style: none; padding: 0; }
 .hs-form fieldset.form-columns-1 input[type="checkbox"], 
 .hs-form fieldset.form-columns-1 input[type="radio"] { width: auto !important; }
 .form-simple label { display: none !important; }
 .hs_cos_wrapper_type_form .hs-form-field {position: relative;margin-bottom: 15px;}
 .hs_cos_wrapper_type_form label {line-height: 20px;}
 .hs_cos_wrapper_type_form input[type="text"],
 .hs_cos_wrapper_type_form input[type="password"], 
 .hs_cos_wrapper_type_form input[type="datetime"], 
 .hs_cos_wrapper_type_form input[type="datetime-local"], 
 .hs_cos_wrapper_type_form input[type="date"], 
 .hs_cos_wrapper_type_form input[type="month"], 
 .hs_cos_wrapper_type_form input[type="time"], 
 .hs_cos_wrapper_type_form input[type="week"], 
 .hs_cos_wrapper_type_form input[type="number"], 
 .hs_cos_wrapper_type_form input[type="email"], 
 .hs_cos_wrapper_type_form input[type="url"], 
 .hs_cos_wrapper_type_form input[type="search"], 
 .hs_cos_wrapper_type_form input[type="tel"], 
 .hs_cos_wrapper_type_form input[type="color"],
 .hs_cos_wrapper_type_form input[type="file"],
 .hs_cos_wrapper_type_form textarea,
 .hs_cos_wrapper_type_form select { padding: 8px 8px 9px;  }
 #comment-form label span { vertical-align: middle;  }
 #comment-form input[type="text"] { display: inline-block;  }
 #comment-form input[type="checkbox"] {margin-right: 10px;}
 #hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{ float: left;   margin-top: 2px;   text-align: left !important;   margin-bottom: 15px; }
 #hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] { width: auto; margin-right: 10px; }
 .hhs-search-modal.modal { max-width: 100%; z-index: 100000; }
 .hs-search-field__suggestions { background-color: #fff; max-height: 200px; overflow: scroll; text-align: left !important; }
 .hs-search-field--open .hs-search-field__suggestions { border-color: transparent; -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2); box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);  }
 .hs-search-field__suggestions li a { padding: 5px 10px; color: #000;  }
 .hs-search-field__suggestions li a:hover .hs-search-highlight { color: #ffffff; }
 #results-for { background-color: #f4f4f4; padding: 5px 10px;  }
 .hhs-search-modal  { position: relative; }
 .hhs-pop  {overflow: visible !important; }
 .hhs-pop.hhs-modal.hhs-search-modal { padding: 20px 40px !important;   }
 .hhs-search-modal .hs-search-field__input { box-sizing: border-box; width: 100%;   font-size: 32px !important;   border: none; }
 .hhs-search-modal .hs-search-field__input  { -webkit-box-shadow: none !important;   -moz-box-shadow: none !important;   -o-box-shadow: none !important;   -ms-box-shadow: none !important;   box-shadow: none !important;  }
 .hhs-search-modal button { position: absolute; top: 0;   right: -5px;   height: 100%;   display: block;   border: none;   font-size: 24px;   -webkit-border-radius: 0 8px 8px 0;   border-radius: 0 8px 8px 0; }
 .hhs-search-modal button i { color: #fff; padding: 0 40px; }
.hhs-search-modal.modal a.close-modal  { right: -25px; }
 .hhs-search-modal .hs-search-field__suggestions { margin: 0; padding: 0; list-style: none; }
 .hhs-search-modal .hs-search-field--open .hs-search-field__suggestions { border: 1px solid #000; }
 .hhs-search-modal .hs-search-field__suggestions li { display: block; margin: 0; padding: 0; }
 .hhs-search-modal .hs-search-field__suggestions #results-for { font-weight: bold;  }
 .hhs-search-modal .hs-search-field__suggestions a,
 .hhs-search-modal .hs-search-field__suggestions #results-for { display: block;  }
 .hhs-search-modal .hs-search-field__suggestions a:hover,
 .hhs-search-modal .hs-search-field__suggestions a:focus { background-color:  rgba(0,0,0, .1); outline: none; }
 .blocker { z-index: 10000; }
 @media (max-width: 575px) {
   .search-results h1 { text-align: left !important; }
   .search-results .padding40tb { padding: 0px; }
 }
 .hhs-pop .hhs-pop-the-form { padding: 50px 0; }
 .blocker {z-index:100000 !important;}
 .hhs-pop.hhs-modal { padding: 60px 0px 60px; max-width: 800px !important; z-index: 1000000; position: relative; }
 .hhs-pop.hhs-modal .hhs-pform .hs-form-required { display: none !important;  }
 .hhs-pop.hhs-modal .hs-form { margin-top: 0;  }
 @media (min-width: 768px) {
   .hhs-pop .vert-align { display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; }
   .hhs-pop .vert-align.rev-order { flex-direction: row-reverse; -webkit-flex-direction: row-reverse; }
 }
 .hhs-pop .hhs-page-center { max-width: 1000px; margin: 0 auto !important; float: none !important;  }
 .hhs-pop a.hhs-cta-button, .hhs-pop a.hhs-cta-button:link, .hhs-pop a.hhs-cta-button:active, .hhs-pop a.hhs-cta-button:visited, .hhs-pop a.hhs-cta_button, .hhs-pop a.hhs-cta_button:link, .hhs-pop a.hhs-cta_button:active, .hhs-pop a.hhs-cta_button:visited { color: #fff; text-decoration: none;  }
 .modal { -webkit-border-radius: 3px !important; border-radius: 3px !important;   }
 .hhs-pop .hhs-pform input, .hhs-pop .hhs-pform select, .hhs-pop .hhs-pform textarea { -webkit-appearance: none; color: #555; padding: 10px; background-color: #f5f5f5; border: 1px solid #aaaaaa; }
 .hhs-pop .hhs-pform .hs-button.primary { background-color: #ffaf03; color: #fff; text-align: center; padding: 15px 12px; min-width: 93.5% !important;  }
 @media (max-width: 767px) {
   .hhs-pop .hhs-pform .hs-button.primary { min-width: 100% !important; }
 }
 .hhs-pop .hhs-pform .hs-button.primary:hover { background-color: rgba(255, 175, 3, .7); }
 .hhs-pop .hhs-pform .hs-button.primary { padding: 10px;   font-size: 24px;   background: transparent;   color: #ffaf03;   border: 3px solid #ffaf03;   margin-top:10px;   min-width:100%;   max-width: 100%;   white-space: normal;   display: block;   -webkit-transition-duration: .3s;   -moz-transition-duration: .3s;   transition-duration: .3s; }
 .hhs-pop .hhs-pform .hs-button.primary:hover { background: #ffaf03;   color: #fff; }
 .hhs-pop .hhs-pform .hs-form { margin-top:45px;  }
 .hhs-pop .hhs-pform ul.inputs-list { -webkit-padding-start: 0;  }
 .hhs-pop .hhs-pform .hs-form-radio { list-style-type:none;  }
 .hhs-pop .hhs-pform .hs-form-booleancheckbox { list-style-type:none;  }
 .hhs-pop .hhs-pform .hs-form fieldset { max-width: none !important;  }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .input { margin-right: 0 !important;  }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .input { margin-right: 8px;  }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input { margin-right: 0;  }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .input { margin-right: 12px;  }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .hs-form-field:last-child .input { margin-right: 0;  }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .hs-input { width: 100% !important; }
 .hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 input[type=checkbox], .hhs-pop .hs-form fieldset.form-columns-1 input[type=radio] { width:auto!important;  }
 .hhs-pop .hhs-pform .hs-form-field .hs_email { display:inline-block;  }
 body .hhs-pop .hhs-pform label { font-size: 16px; letter-spacing: 0.5px; line-height: 20px; }
 .hhs-pop .hhs-pform ul.inputs-list li { list-style: none;  }
 .hs-fieldtype-checkbox > label { margin-bottom: 15px; display: block; }
 .hs-fieldtype-radio > label { margin-bottom: 15px; display: block; }
 body .hhs-pop .hhs-pform input[type="checkbox"] { -webkit-appearance: checkbox; box-sizing: border-box; }
 body .hhs-pop .hhs-pform input[type="radio"] { -webkit-appearance: radio; box-sizing: border-box; }
 body .hhs-pop .hhs-pform input[type="radio"], body .hhs-pop .hhs-pform input[type="checkbox"] { background-color: initial;   cursor: default;   margin: 3px 0.5ex;   padding: initial;   border: initial; }
 .hhs.hhs-modal.modal .hs-richtext { height: auto !important;   width: 300px !important; }
 .hhs.hhs-modal.modal .hs-richtext img { height: auto !important; width: 300px !important; }
 .hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input { width: auto; margin-right: 10px; }
 .hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input { width: auto; margin-right: 10px; }
 .hhs-pop .hhs-pform form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; height: auto; }
 .submitted-message p { font-weight: bold; font-size: 22px; }
 @media (max-width: 575px) {
   .hhs-pop.hhs-modal { padding: 50px 0px; }
 }
 body form.hs-form fieldset { max-width: none; margin-bottom: 0px; }
 body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
 body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100% !important; }
 body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
 body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }
body form.hs-form fieldset.form-columns-2 .hs-form-field { padding: 0 10px; }
body form.hs-form fieldset.form-columns-2 { margin: 0 -10px; } 


 @media (max-width: 480px) {
   body form.hs-form fieldset .hs-form-field { padding: 0; }
   body form.hs-form fieldset.form-columns-3 .hs-form-field,
   body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
   body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100% !important; }
   body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
   body form.hs-form fieldset.form-columns-2 { margin: 0; }
   body form.hs-form fieldset.form-columns-2 .hs-form-field { padding: 0; }
   
 }
 
 .hsformerror { font-size: 12px!important;   border: 0 !important;   color: #FFF!important;   background-image: none!important;   -webkit-box-shadow: none!important;   -moz-box-shadow: none!important;   box-shadow: none!important;   z-index: 99999 !important; }
 .comment-reply-to { background: transparent!important; padding-left: 0px!important;  }
 .comment-reply-to:before{ content: "\f3e5";   display: inline-block;   font-family: "Font Awesome 5 Free";   font-style: normal;   line-height: 1;   -webkit-font-smoothing: antialiased;   -moz-osx-font-smoothing: grayscale;   margin-right: 7px;   font-size: 15px;   vertical-align: top; }
 .body-container.container-fluid { padding-right: 0 !important; padding-left: 0 !important; }
 
 @media (max-width: 768px) { 
   .header-container-wrapper{ position: relative; }
   .header-container{ padding: 0; }
   .header-container .hs_cos_wrapper_type_logo a img { max-width: 120px; max-height: 35px !important; margin: 0px 0 0px 10px; }
   .row-fluid [class*="span"].header-cta{ position: absolute; right: 70px; top: 8px; }
   .body-container-wrapper { padding-top: 0; }
   .sidebar.right,
   .main-content,
   .blog-sidebar { margin: 25px 0; }
   .hhs-team-member-con { margin-top: 50px !important; }
   .social-tagline { text-align: center; margin-bottom: 15px; }
   #comment-form { margin-bottom: 25px; }
   .logo-white { float:left !important; }
   .logo-white img { float: left; }
   .widget-type-logo { position: absolute; top: 17px; }
   .left-col-detail { float: left; width: 100%;  }
   .left-col-detail i.fa { display: contents;    }
   .left-col-detail #sticker-sticky-wrapper #sticker { position: static !important; }
   .hhs-form-con { max-width: 100% !important; }
   .ourLogos-section{ padding: 0 !important; }
   .hhs-gallery-card { margin-bottom: 50px !important; }
   .hhs-text-content {padding: 0px !important;}
   .hhs-form-con-1 {max-width: 100% !important;}
 }

 @media (max-width: 575px) {
   .body-container-wrapper { padding-top: 0px; }
   .cta-input-inline .hs_submit { float: none; width: auto;  }
   .cta-input-inline form > div:first-child { width: 100%; }
   .post-item h2 { text-align: left; }
   .hhs-search-modal .hs-search-field__input { font-size: 18px !important; margin-bottom: 0px; }
   .hhs-pop.hhs-modal.hhs-search-modal{ padding: 10px !important; }
   .hhs-search-modal button { font-size: 16px; }
   .hhs-search-modal button i {  padding: 0 20px !important; }
   .hhs-video-con {max-width:100% !important;}
 
   .hhs-footer {padding: 30px 0px !important;}
 
   .scrolling-testimonials .quote-con {
     font-size: 21px !important; 
   }
   .hhs-form-con {
     max-width: 100% !important; 
   }
 }
 
 
 img {height: auto !important;}
 

 /* Fix testimonials on smaller widths */
 @media (max-width: 767px) {
   .testimonial-avatar, .person-info {
     float: none !important;
     max-width: 100% !important;
   }
 }
 
 .hubspot-link__container {
   top: 7px !important;
   padding-bottom: 0px !important;
 }
 
 
 /*** BOOTSTRAP GRID ADDITIONS ***/
 
 @media (max-width: 922px) {
   .order-1-tablet {order: 1;}
   .order-2-tablet {order: 2;}
   .order-3-tablet {order: 3;}
   .order-4-tablet {order: 4;}
   .order-5-tablet {order: 5;}
   .order-6-tablet {order: 6;}
 
 }

 
 @media (max-width: 575px) {
   .order-1-mobile {order: 1;}
   .order-2-mobile {order: 2;}
   .order-3-mobile {order: 3;}
   .order-4-mobile {order: 4;}
   .order-5-mobile {order: 5;}
   .order-6-mobile {order: 6;}
 
 }

 
 /*** OVERRIDES ***/
 
 .hubspot-link__container.sproket .hubspot-link__icon {margin-top: -4px !important;}
 
 .header-container.container-fluid {
   padding-right: 0px;
   padding-left: 0px;
 }
 
 .row {
   margin-right: 0px !important; 
   margin-left: 0px !important; 
 }
 
 .hubspot-link__container.sproket {
   display: none !important;
   opacity: 0 !important;
   visibility: hidden !important;
 }
 
 div#preload {
   display: none;
 }

/***** PULSING CIRCLE ****/


.pulsating-circle {
  position: absolute;
  left: 0px;
  top: 0px;
  transform: translateX(-50%) translateY(-50%);
  width: 20px;
  height: 20px;
}

.pulsating-circle:before {
 content: '';
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #363636;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite; 
}

 
.pulsating-circle:after {
 content: '';
  position: absolute;
  left: 0; 
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #363636;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(54, 54, 54,.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -.4s infinite; 
}


@keyframes pulse-ring {
  0% {
    transform: scale(.33);
  }
  80%, 100% {
    opacity: 0;
  }
}

@keyframes pulse-dot {
  0% {
    transform: scale(.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(.8);
  }
}
.hs-form label { display: block;  float: none;  width: auto;  text-align: left;  padding-top: 0; margin-bottom: 4px; }
.hs-input { display: inline-block;  width: 100%;  font-weight: normal;  line-height: 22px;  box-sizing: border-box;  -webkit-transition: all 400ms ease-in-out;  -moz-transition: all 400ms ease-in-out;  -ms-transition: all 400ms ease-in-out;  -o-transition: all 400ms ease-in-out;  transition: all 400ms ease-in-out; }
.hs-input[type=checkbox],
.hs-input[type=radio] { cursor: pointer;  width: auto;  height: auto;  padding: 0;  margin: 3px 5px 3px 0px;  line-height: normal;  border: none; }
.hs-input[type=file] { background-color: #fff;  padding: initial;  border: initial;  line-height: initial;  box-shadow: none; }
.hs-input input,
.hs-input textarea { transition: border 0.2s linear; }
.hs-form .mdl-switch.is-checked .mdl-switch__thumb,
.hs-form .mdl-switch.is-checked .mdl-switch__track,
.hs-form .mdl-checkbox__ripple-container .mdl-ripple { background: #6d8f3a; }
.hs-form .mdl-checkbox.is-checked .mdl-checkbox__box-outline { border-color: #6d8f3a; }
.hs-form .mdl-checkbox.is-checked .mdl-checkbox__tick-outline { background: rgb( 109, 143, 58) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K") }
.hs-form .mdl-radio__inner-circle,
.hs-form.mdl-radio__ripple-container .mdl-ripple,
.hs-form .mdl-radio__ripple-container .mdl-ripple { background: #6d8f3a; }
.hs-form .mdl-radio.is-checked .mdl-radio__outer-circle { border-color: #6d8f3a; }
.hs_radio_buttons .inputs-list label > span { vertical-align: text-top !important; }
.legal-consent-container .mdl-checkbox { height: auto !important;  }
.mdl-checkbox.is-upgraded .mdl-checkbox__input {  left:0; }
textarea.hs-input { height: auto; }
select,
select.hs-input { background-image: url("https://507386.fs1.hubspotusercontent-na1.net/hubfs/507386/CLEAN-images/gfx/dropdown-arrow.png");  background-repeat: no-repeat;  background-position: right 10px center;  background-size: 10px 7px;  -webkit-appearance: none;   -moz-appearance: none;   appearance: none; }
select::-ms-expand,
select.hs-input::-ms-expand { display: none;  }
select[multiple],
select[multiple].hs-input { height: inherit; }
.hs-error-msgs { border: 1px solid; }
.hs-error-msgs label { display: block;    margin-bottom: 0;    margin-top: 0; }
.hs-error-msgs li { color: #da0101 !important;  margin-bottom: 0px; }
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) { width: 100% !important; }
.actions { padding: 0; }
.inputs-list { margin: 0 0 5px;  width: 100%;  padding-left: 0; }
.inputs-list > li { display: block;   padding: 0; width: 100%;  padding-top: 0; }
.inputs-list label { display: block;  float: none;  width: auto;  padding: 0;  line-height: 18px;  text-align: left;  white-space: normal;  font-weight: normal; }
.inputs-list:first-child { padding-top: 6px; }
.inputs-list > li + li { padding-top: 2px; }
.inputs-list label > input,
.inputs-list label > span { vertical-align: middle; }
ul.no-list { list-style: none; }
.field { margin-bottom: 18px; }
.hs-field-desc { margin: 0px 0px 6px;  font-size: 14px; }
.hs-form-required { color: red; }
.hs-richtext { margin-bottom: 3px;  line-height: 1.2; }
.hs-richtext hr { text-align: left;  margin-left: 0;  width: 91%; }
.grecaptcha-badge { margin: 0 auto; }
.email-correction, .email-validation { padding-top: 3px;  font-size: 12px; }
.email-correction a,
.email-validation a { cursor: pointer; }
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field { float: none; width: 100%; }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input { width: 90%;   }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] { width: 24px; }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea { -webkit-appearance: none; -moz-appearance: none; }
.hs-default-font-element,
.hs-main-font-element { font-family:  arial, helvetica, sans-serif; }
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.container-wide {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 15px;
}

/***** POST PAGE *************/

.post-page-full .blog-header-full {
 background-color: rgba(242, 245, 248, 1.0);
 margin-bottom: 50px;
 padding-top: 50px;
 padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .post-page-full .blog-header-full {
   padding-top: 50px;
   padding-bottom: 50px;
  }
}
@media screen and (min-width: 575px) {
  .post-page-full .blog-header-full {
   padding-top: 50px;
   padding-bottom: 50px;
  }
}


.blog-header__inner {
  margin: 0 auto;
  padding: 5.5rem 0 2.5rem;
}


.blog-header__title {
  text-align: left;
  margin-top: 1.1rem !important;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

.blog-header-standard {
  position: relative;
}

.blog-header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.blog-header-standard .container,
.blog-header-standard .container-slim {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0,0,0, 0.2);
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
  -webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-ms-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.blog-index__post:hover {
  transform: scale(1.02);
}

.blog-index__post--large {
  margin-bottom: 1rem;
  padding: 0px;
}

.blog-index__post--large .blog-index__post-content {
  padding: 1rem;
}

.hhs-blog-card-inner {
  padding: 0px;
  height: 100%;
}

.hhs-blog-card-inner .blog-index__post-content {
  padding: 20px;
}

.blog-index__post--large h2 a:hover,
.blog-index__post--small h2 a:hover {
  text-decoration: none;
}

.blog-index__post-content--small {
  min-height: 210px;
}

/** FIX FOR RELATED POSTS **/

.blog-recent-posts__list p a.blog-recent-posts__post {
  background-color: transparent;
  -webkit-box-shadow: none;
   box-shadow: none;
  flex: none !important;
}

/** END **/


@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}

@media (max-width: 575px) {
  .blog-header__title,
  .blog-header__subtitle {
    text-align: center;
  }
}

.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}


.blog-index__post--small .blog-index__post-image {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 28px;
}
.blog-index__post-content p {
  font-family: arial, helvetica, sans-serif;
}
.blog-index__post-content a {
  color: #00a4bd;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family:  arial, helvetica, sans-serif;
  margin: 0 auto 3.3rem;
  width: 100%;
  clear: both;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid  #6d8f3a;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #444444;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: rgba(68, 68, 68, 0.5);
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #6d8f3a;
  background-color: #6d8f3a;
  color: #ffffff;
}

.blog-header__author-avatar {
  height: 150px;
  width: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #6d8f3a;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  margin: 0 auto;
  padding: 0 0 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta{
  margin: 1rem 0;
}
.blog-post__meta p {
  font-size: 0.9em;
}

.blog-post__meta a {
  text-decoration: none;
}

.hhs-tag-list ul {
 padding-left: 0px;
  display: table;
}

.hhs-tag-list li {
 list-style-type: none;
  display: block;
  float: left;
}

.hhs-tag-list li a,
.hhs-tag-list li a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(109, 143, 58, 1.0);
}

.hhs-tag-list li a,
.blog-post__tag-link {
  font-size: .6rem;
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px;
  font-weight: bold;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  margin: 0 5px 5px 0; 
  display: inline-block;
  line-height: 1;
}

.hhs-tag-list li a span {
  color: rgba(255, 255, 255, 1.0);
  font-size: .6rem;
  text-transform: uppercase;
  font-weight: bold;
}

.blog-post__tag-link:hover,
.hhs-tag-list li a:hover {
  text-decoration: none;
  transform: scale(1.02);
}

.hhs-tag-list .filter-expand-link {
  clear: both;
  display: block;
  margin-top: 15px;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h4 {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}
.blog-recent-posts__list {
  display: flex;
}

.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.blog-recent-posts__post:hover {
  transform: scale(1.02);
}

.blog-recent-posts__post h3 {
  padding: 1rem 1rem 0.5rem;
}
.blog-recent-posts__post p {
  padding: 0 1rem 1rem 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (max-width: 768px) {
  .blog-recent-posts__list {
    display: block; 
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3.2);
    margin: 10px;
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
  font-size: 1.25rem;
}

.blog-comments {
  margin: 0 auto;
  padding-bottom: 50px;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.comment.depth-0 {
  border-top: 0px !important;
}

.blog-comments .hs-form-booleancheckbox label {
  line-height: 1.6em !important;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
.blog-comments .comment-reply-to:hover {
  transform: scale(1);
}

.blog-comments .replying-to {
 margin-bottom: 25px; 
  display: block;
}


 .hs-blog-social-share {
   padding: 10px 0 0 0;
   border-top: 1px solid rgba(0,0,0,0.2);
   border-bottom: 1px solid rgba(0,0,0,0.2);
   height: auto;
   width: 100%;
   height: auto !important;
 }


/*** FILTER OPTION ***/
.filter__header {
	padding: 16px;
	padding: 1rem;
	margin-bottom: 16px;
}

select.post__category-selector {
 height: auto !important;
  padding-right: 25px;
}

@media screen and (min-width: 768px) {
	.filter__header {
		padding: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.filter__header .column--8 {
		-webkit-box-flex: 2;
		-ms-flex: 2 300px;
		flex: 2 300px;
	}
	.filter__header .column--4 {
		/*-webkit-box-flex: .5;
		-ms-flex: .5 300px;
		flex: .5 300px;*/
		margin-right: 20px;
	}
}


/*** END ***/


/***** POST SIDEBAR *************/

.sidebar-con {
 margin-bottom: 50px; 
}

/*** END ***/

 @media (max-width: 768px) {
   .blog-post__tags {
    margin-bottom: 25px;
  }
 }
.error-page-con {padding: 20rem 0;text-align: center;position: relative;}.error-page:before {content: attr(data-error);position: absolute;width: 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);font-family: arial, helvetica, sans-serif;font-size: 40vw;font-weight: bold;z-index: 0;}.error-inner {position: relative;z-index: 2;}.error-page h4 {margin-bottom: 25px;}@media screen and (min-width: 1100px) {.error-page:before {font-size: 20rem;}}.error-page_heading {margin-bottom: 1rem;}.systems-page {padding: 3rem 0px;}.systems-page .success {display: inline-block;margin: 2rem 0;min-width: 650px;background-color: #CDE3CC;border: 1.5px solid #4F7D24;border-radius: 6px;font-size: .75rem;color: #4F7D24;padding: .1rem .75rem;}.sub-pre-header {padding: 7rem 0 5rem;position: relative;}.sub-pre-header .container {position: relative;z-index: 2;}.sub-pre-header h1, .sub-pre-header p {text-align: center;}.sub-pref-full {padding: 1rem 0;}.sub-pref-full form {max-width: 100%;}#hs_cos_wrapper_subscriptions_confirmation h2, .sub-pref-full form h2 {font-size: 28px;}.sub-pref-full form .checkbox-row span span {font-weight: bold;}.sub-pref-full form .item-inner p {font-size: 0.8em;padding-left: 20px;}#email-prefs-form .page-header {margin-bottom: 25px;}.sub-pref-full h1 {display: none;}.sub-pref-full h3 {font-size: 21px;}.head-overlay {position: absolute;top: 0;left: 0;right: 0;bottom: 0;width: 100%;height: 100%;z-index: 1;background-color: rgba(0,0,0,0.5);}#hs_cos_wrapper_password_prompt_ form {max-width: 400px;margin: 0 auto;text-align: center;}.hs-search-results {margin-top: 2rem;}ul.hs-search-results__listing li {margin-bottom: 2rem;}.hs-search-results__title {font-family: helvetica;text-decoration: none;margin-bottom: 0.25rem;font-size: 28px;}.hs-search-results__title:hover {text-decoration: none;}.hs-search-results__description {padding-top: .5rem;}.hs-search-highlight {font-weight: bold;}.hs-search-results__pagination a {color: #00a4bd;}.results-pre-header {padding: 7rem 0 5rem;position: relative;}.results-pre-header .container {position: relative;z-index: 2;}.results-pre-header h1, .results-pre-header h5 {text-align: center;}.hs-search-results__listing li {padding-bottom: 20px;margin-bottom: 30px;border-bottom: 1px solid rgba(0,0,0,0.1);}.hs-search__no-results {border: 1px solid rgba(0,0,0,0.1);padding: 200px 60px;text-align: center;}.hs-search__no-results p:first-child {font-weight: bold;font-size: 18px;}
.hhs-pop .hhs-pop-the-form { padding: 50px 0; }
.blocker {z-index:100000 !important;}
.hhs-pop.hhs-modal { z-index: 1000000; position: relative; }
.hhs-pop.hhs-modal .hhs-pform .hs-form-required { display: none !important; }
.hhs-pop.hhs-modal .hs-form { margin-top: 0; }
@media (min-width: 768px) {
  .hhs-pop .vert-align { display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; align-items: center; -webkit-align-items: center; justify-content: center; -webkit-justify-content: center; }
  .hhs-pop .vert-align.rev-order { flex-direction: row-reverse; -webkit-flex-direction: row-reverse;   }
}
.hhs-pop .hhs-page-center { max-width: 1000px; margin: 0 auto !important; float: none !important; }
.hhs-pop a.hhs-cta-button, .hhs-pop a.hhs-cta-button:link, .hhs-pop a.hhs-cta-button:active, .hhs-pop a.hhs-cta-button:visited, .hhs-pop a.hhs-cta_button, .hhs-pop a.hhs-cta_button:link, .hhs-pop a.hhs-cta_button:active, .hhs-pop a.hhs-cta_button:visited { color: #fff; text-decoration: none; }
.hhs-pop .hhs-pform input, .hhs-pop .hhs-pform select, .hhs-pop .hhs-pform textarea { -webkit-appearance: none; color: #555; padding: 10px; background-color: #f5f5f5; border: 1px solid #aaaaaa; }
.hhs-pop .hhs-pform .hs-button.primary { background-color: #ffaf03; color: #fff; text-align: center; padding: 15px 12px; min-width: 93.5% !important; }

@media (max-width: 767px) {
  .hhs-pop .hhs-pform .hs-button.primary { min-width: 100% !important;   }
}
.hhs-pop .hhs-pform .hs-button.primary:hover { background-color: rgba(255, 175, 3, .7); }
.hhs-pop .hhs-pform .hs-button.primary { padding: 10px; background: transparent; color: #ffaf03; border: 3px solid #ffaf03; margin-top:10px; min-width:100%; max-width: 100%; white-space: normal; display: block; -webkit-transition-duration: .3s; -moz-transition-duration: .3s; transition-duration: .3s; }
.hhs-pop .hhs-pform .hs-button.primary:hover { background: #ffaf03; color: #fff; }
.hhs-pop .hhs-pform .hs-form { margin-top:45px; }
.hhs-pop .hhs-pform ul.inputs-list { -webkit-padding-start: 0; }
.hhs-pop .hhs-pform .hs-form-radio { list-style-type:none; }
.hhs-pop .hhs-pform .hs-form-booleancheckbox { list-style-type:none; }
.hhs-pop .hhs-pform .hs-form fieldset { max-width: none !important; }
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .input { margin-right: 0!important; }
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .input { margin-right: 8px; }
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-2 .hs-form-field:last-child .input,
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .hs-form-field:last-child .input { margin-right: 0; }
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-3 .input { margin-right: 12px; }
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 .hs-input { width: 100% !important; }
.hhs-pop .hhs-pform .hs-form fieldset.form-columns-1 input[type=checkbox], .hhs-pop .hs-form fieldset.form-columns-1 input[type=radio] { width:auto!important; }
.hhs-pop .hhs-pform .hs-form-field .hs_email { display:inline-block; }
.hhs-pop .hhs-pform ul.inputs-list li { list-style: none; }
body .hhs-pop .hhs-pform input[type="checkbox" i] { -webkit-appearance: checkbox; box-sizing: border-box; }
body .hhs-pop .hhs-pform input[type="radio" i] { -webkit-appearance: radio; box-sizing: border-box; }
body .hhs-pop .hhs-pform input[type="radio" i], body .hhs-pop .hhs-pform input[type="checkbox" i] { background-color: initial; cursor: default; margin: 3px 0.5ex; padding: initial; border: initial; }
.hhs.hhs-modal.modal .hs-richtext { height: auto !important; width: 300px !important; }
.hhs.hhs-modal.modal .hs-richtext img { height: auto !important; width: 300px !important; }
.hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input { width: auto; margin-right: 10px; }
.hhs-pop .hhs-pform .hs-form fieldset[class*="form-columns"] input[type="checkbox" i].hs-input { width: auto; margin-right: 10px; }
.hhs-pop .hhs-pform form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; height: auto; }
.submitted-message p  { font-weight: bold; font-size: 22px; }

@media (max-width: 575px) {
 .hhs-pop.hhs-modal { padding: 50px 0px;   }
}


/** 3RD PART CSS INCLUDES **/ 

@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;-webkit-transform-origin:center bottom;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shake{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.headShake{-webkit-animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-name:headShake;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-animation-name:swing;-webkit-transform-origin:top center;animation-name:swing;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{-webkit-animation-name:jello;-webkit-transform-origin:center;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.heartBeat{-webkit-animation-duration:1.3s;-webkit-animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-duration:1.3s;animation-name:heartBeat;animation-timing-function:ease-in-out}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{-webkit-transform:scale3d(1.03,1.03,1.03);opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{-webkit-transform:scaleX(1);opacity:1;transform:scaleX(1)}}.bounceIn{-webkit-animation-duration:.75s;-webkit-animation-name:bounceIn;animation-duration:.75s;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,-3000px,0);opacity:0;transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);opacity:1;transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(-3000px,0,0);opacity:0;transform:translate3d(-3000px,0,0)}60%{-webkit-transform:translate3d(25px,0,0);opacity:1;transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(3000px,0,0);opacity:0;transform:translate3d(3000px,0,0)}60%{-webkit-transform:translate3d(-25px,0,0);opacity:1;transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{-webkit-transform:translate3d(0,3000px,0);opacity:0;transform:translate3d(0,3000px,0)}60%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{-webkit-transform:scale3d(1.1,1.1,1.1);opacity:1;transform:scale3d(1.1,1.1,1.1)}to{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-duration:.75s;-webkit-animation-name:bounceOut;animation-duration:.75s;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{-webkit-transform:translate3d(0,-20px,0);opacity:1;transform:translate3d(0,-20px,0)}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{-webkit-transform:translate3d(20px,0,0);opacity:1;transform:translate3d(20px,0,0)}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{-webkit-transform:translate3d(-20px,0,0);opacity:1;transform:translate3d(-20px,0,0)}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{-webkit-transform:translate3d(0,20px,0);opacity:1;transform:translate3d(0,20px,0)}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{-webkit-transform:translate3d(0,100%,0);opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{-webkit-transform:translate3d(0,2000px,0);opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0);opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{-webkit-transform:translate3d(-2000px,0,0);opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0);opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{-webkit-transform:translate3d(2000px,0,0);opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{-webkit-transform:translate3d(0,-100%,0);opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{-webkit-transform:translate3d(0,-2000px,0);opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in;transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animated.flip{-webkit-animation-name:flip;-webkit-backface-visibility:visible;animation-name:flip;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{-webkit-transform:perspective(400px) rotateX(10deg);opacity:1;transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-animation-name:flipInX;-webkit-backface-visibility:visible!important;animation-name:flipInX;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in;transform:perspective(400px) rotateY(-20deg)}60%{-webkit-transform:perspective(400px) rotateY(10deg);opacity:1;transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-animation-name:flipInY;-webkit-backface-visibility:visible!important;animation-name:flipInY;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);opacity:1;transform:perspective(400px) rotateX(-20deg)}to{-webkit-transform:perspective(400px) rotateX(90deg);opacity:0;transform:perspective(400px) rotateX(90deg)}}.flipOutX{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutX;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutX;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);opacity:1;transform:perspective(400px) rotateY(-15deg)}to{-webkit-transform:perspective(400px) rotateY(90deg);opacity:0;transform:perspective(400px) rotateY(90deg)}}.flipOutY{-webkit-animation-duration:.75s;-webkit-animation-name:flipOutY;-webkit-backface-visibility:visible!important;animation-duration:.75s;animation-name:flipOutY;backface-visibility:visible!important}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);opacity:0;transform:translate3d(100%,0,0) skewX(-30deg)}60%{-webkit-transform:skewX(20deg);opacity:1;transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-name:lightSpeedIn;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);opacity:0;transform:translate3d(100%,0,0) skewX(30deg)}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-name:lightSpeedOut;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(-200deg);transform-origin:center}to{-webkit-transform:translateZ(0);-webkit-transform-origin:center;opacity:1;transform:translateZ(0);transform-origin:center}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(45deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:left bottom;opacity:1;transform:translateZ(0);transform-origin:left bottom}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-90deg);transform-origin:right bottom}to{-webkit-transform:translateZ(0);-webkit-transform-origin:right bottom;opacity:1;transform:translateZ(0);transform-origin:right bottom}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}@keyframes rotateOut{0%{-webkit-transform-origin:center;opacity:1;transform-origin:center}to{-webkit-transform:rotate(200deg);-webkit-transform-origin:center;opacity:0;transform:rotate(200deg);transform-origin:center}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(45deg);transform-origin:left bottom}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(-45deg);transform-origin:right bottom}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;opacity:1;transform-origin:left bottom}to{-webkit-transform:rotate(-45deg);-webkit-transform-origin:left bottom;opacity:0;transform:rotate(-45deg);transform-origin:left bottom}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;opacity:1;transform-origin:right bottom}to{-webkit-transform:rotate(90deg);-webkit-transform-origin:right bottom;opacity:0;transform:rotate(90deg);transform-origin:right bottom}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform-origin:top left}20%,60%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;transform:rotate(80deg);transform-origin:top left}40%,80%{-webkit-animation-timing-function:ease-in-out;-webkit-transform:rotate(60deg);-webkit-transform-origin:top left;animation-timing-function:ease-in-out;opacity:1;transform:rotate(60deg);transform-origin:top left}to{-webkit-transform:translate3d(0,700px,0);opacity:0;transform:translate3d(0,700px,0)}}.hinge{-webkit-animation-duration:2s;-webkit-animation-name:hinge;animation-duration:2s;animation-name:hinge}@-webkit-keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{-webkit-transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{-webkit-transform:scale(1);opacity:1;transform:scale(1)}}.jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{-webkit-transform:translateZ(0);opacity:1;transform:translateZ(0)}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) rotate(120deg);opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{-webkit-transform:scale3d(.3,.3,.3);opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}@keyframes zoomOutLeft{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{-webkit-transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}@keyframes zoomOutRight{40%{-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{-webkit-transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.animated{-webkit-animation-duration:1s;-webkit-animation-fill-mode:both;animation-duration:1s;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.delay-1s{-webkit-animation-delay:1s;animation-delay:1s}.animated.delay-2s{-webkit-animation-delay:2s;animation-delay:2s}.animated.delay-3s{-webkit-animation-delay:3s;animation-delay:3s}.animated.delay-4s{-webkit-animation-delay:4s;animation-delay:4s}.animated.delay-5s{-webkit-animation-delay:5s;animation-delay:5s}.animated.fast{-webkit-animation-duration:.8s;animation-duration:.8s}.animated.faster{-webkit-animation-duration:.5s;animation-duration:.5s}.animated.slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.slower{-webkit-animation-duration:3s;animation-duration:3s}@media (prefers-reduced-motion){.animated{-webkit-animation:unset!important;-webkit-transition:none!important;animation:unset!important;transition:none!important}}
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/**
 * material-design-lite - Material Design Components in CSS, JS and HTML
 * @version v1.3.0
 * @license Apache-2.0
 * @copyright 2015 Google, Inc.
 * @link https://github.com/google/material-design-lite
 */

@charset "UTF-8";

.mdl-ripple {
    background: #000;
    border-radius: 50%;
    height: 50px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50px;
    overflow: hidden
}

.mdl-ripple.is-animating {
    transition: transform .3s cubic-bezier(0, 0, .2, 1), width .3s cubic-bezier(0, 0, .2, 1), height .3s cubic-bezier(0, 0, .2, 1), opacity .6s cubic-bezier(0, 0, .2, 1);
    transition: transform .3s cubic-bezier(0, 0, .2, 1), width .3s cubic-bezier(0, 0, .2, 1), height .3s cubic-bezier(0, 0, .2, 1), opacity .6s cubic-bezier(0, 0, .2, 1), -webkit-transform .3s cubic-bezier(0, 0, .2, 1)
}

.mdl-ripple.is-visible {
    opacity: .3
}

.mdl-animation--default,
.mdl-animation--fast-out-slow-in {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.mdl-animation--linear-out-slow-in {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.mdl-animation--fast-out-linear-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.mdl-checkbox {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0
}

.mdl-checkbox.is-upgraded {
    padding-left: 24px
}

.mdl-checkbox__input {
    line-height: 24px
}

.mdl-checkbox.is-upgraded .mdl-checkbox__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none
}

.mdl-checkbox__box-outline {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid rgba(150, 150, 150, 1);
    border-radius: 2px;
    z-index: 2
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid rgb(63, 81, 181)
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__box-outline,
.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
    border: 2px solid rgba(0, 0, 0, .26);
    cursor: auto
}

.mdl-checkbox__focus-helper {
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: transparent
}

.mdl-checkbox.is-focused .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1)
}

.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
    box-shadow: 0 0 0 8px rgba(63, 81, 181, .26);
    background-color: rgba(63, 81, 181, .26)
}

.mdl-checkbox__tick-outline {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    mask: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcCI+CiAgICAgIDxwYXRoCiAgICAgICAgIGQ9Ik0gMCwwIDAsMSAxLDEgMSwwIDAsMCB6IE0gMC44NTM0Mzc1LDAuMTY3MTg3NSAwLjk1OTY4NzUsMC4yNzMxMjUgMC40MjkzNzUsMC44MDM0Mzc1IDAuMzIzMTI1LDAuOTA5Njg3NSAwLjIxNzE4NzUsMC44MDM0Mzc1IDAuMDQwMzEyNSwwLjYyNjg3NSAwLjE0NjU2MjUsMC41MjA2MjUgMC4zMjMxMjUsMC42OTc1IDAuODUzNDM3NSwwLjE2NzE4NzUgeiIKICAgICAgICAgc3R5bGU9ImZpbGw6I2ZmZmZmZjtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KICAgIDwvY2xpcFBhdGg+CiAgICA8bWFzayBpZD0ibWFzayIgbWFza1VuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgbWFza0NvbnRlbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPgogICAgICA8cGF0aAogICAgICAgICBkPSJNIDAsMCAwLDEgMSwxIDEsMCAwLDAgeiBNIDAuODUzNDM3NSwwLjE2NzE4NzUgMC45NTk2ODc1LDAuMjczMTI1IDAuNDI5Mzc1LDAuODAzNDM3NSAwLjMyMzEyNSwwLjkwOTY4NzUgMC4yMTcxODc1LDAuODAzNDM3NSAwLjA0MDMxMjUsMC42MjY4NzUgMC4xNDY1NjI1LDAuNTIwNjI1IDAuMzIzMTI1LDAuNjk3NSAwLjg1MzQzNzUsMC4xNjcxODc1IHoiCiAgICAgICAgIHN0eWxlPSJmaWxsOiNmZmZmZmY7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmUiIC8+CiAgICA8L21hc2s+CiAgPC9kZWZzPgogIDxyZWN0CiAgICAgd2lkdGg9IjEiCiAgICAgaGVpZ2h0PSIxIgogICAgIHg9IjAiCiAgICAgeT0iMCIKICAgICBjbGlwLXBhdGg9InVybCgjY2xpcCkiCiAgICAgc3R5bGU9ImZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZSIgLz4KPC9zdmc+Cg==");
    background: 0 0;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: background
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: rgb(63, 81, 181) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K")
}

fieldset[disabled] .mdl-checkbox.is-checked .mdl-checkbox__tick-outline,
.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
    background: rgba(0, 0, 0, .26) url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K")
}

.mdl-checkbox__label {
    position: relative;
    cursor: pointer;
    margin: 0
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__label,
.mdl-checkbox.is-disabled .mdl-checkbox__label {
    color: rgba(0, 0, 0, .26);
    cursor: auto
}

.mdl-checkbox__ripple-container {
    position: absolute;
    z-index: 2;
    top: -6px;
    left: -10px;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}

.mdl-checkbox__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181)
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
    cursor: auto
}

fieldset[disabled] .mdl-checkbox .mdl-checkbox__ripple-container .mdl-ripple,
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
    background: 0 0
}

.mdl-radio {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    height: 24px;
    margin: 0;
    padding-left: 0
}

.mdl-radio.is-upgraded {
    padding-left: 24px
}

.mdl-radio__button {
    line-height: 24px
}

.mdl-radio.is-upgraded .mdl-radio__button {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none
}

.mdl-radio__outer-circle {
    position: absolute;
    top: 4px;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    margin: 0;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 50%;
    z-index: 2
}

.mdl-radio.is-checked .mdl-radio__outer-circle {
    border: 2px solid rgb(63, 81, 181)
}

.mdl-radio__outer-circle fieldset[disabled] .mdl-radio,
.mdl-radio.is-disabled .mdl-radio__outer-circle {
    border: 2px solid rgba(0, 0, 0, .26);
    cursor: auto
}

.mdl-radio__inner-circle {
    position: absolute;
    z-index: 1;
    margin: 0;
    top: 8px;
    left: 4px;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    cursor: pointer;
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background: rgb(63, 81, 181)
}

.mdl-radio.is-checked .mdl-radio__inner-circle {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

fieldset[disabled] .mdl-radio .mdl-radio__inner-circle,
.mdl-radio.is-disabled .mdl-radio__inner-circle {
    background: rgba(0, 0, 0, .26);
    cursor: auto
}

.mdl-radio.is-focused .mdl-radio__inner-circle {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, .1)
}

.mdl-radio__label {
    cursor: pointer
}

fieldset[disabled] .mdl-radio .mdl-radio__label,
.mdl-radio.is-disabled .mdl-radio__label {
    color: rgba(0, 0, 0, .26);
    cursor: auto
}

.mdl-radio__ripple-container {
    position: absolute;
    z-index: 2;
    top: -9px;
    left: -13px;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000)
}

.mdl-radio__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181)
}

fieldset[disabled] .mdl-radio .mdl-radio__ripple-container,
.mdl-radio.is-disabled .mdl-radio__ripple-container {
    cursor: auto
}

fieldset[disabled] .mdl-radio .mdl-radio__ripple-container .mdl-ripple,
.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
    background: 0 0
}

.mdl-switch {
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 24px;
    margin: 0;
    padding: 0;
    overflow: visible;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mdl-switch.is-upgraded {
    padding-left: 28px
}

.mdl-switch__input {
    line-height: 24px
}

.mdl-switch.is-upgraded .mdl-switch__input {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none
}

.mdl-switch__track {
    background: rgba(0, 0, 0, .26);
    position: absolute;
    left: 0;
    top: 5px;
    height: 14px;
    width: 36px;
    border-radius: 14px;
    cursor: pointer
}

.mdl-switch.is-checked .mdl-switch__track {
    background: rgba(63, 81, 181, .5)
}

.mdl-switch__track fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__track {
    background: rgba(0, 0, 0, .12);
    cursor: auto
}

.mdl-switch__thumb {
    background: #fafafa;
    position: absolute;
    left: 0;
    top: 2px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-property: left
}

.mdl-switch.is-checked .mdl-switch__thumb {
    background: rgb(63, 81, 181);
    left: 16px;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.mdl-switch__thumb fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__thumb {
    background: #bdbdbd;
    cursor: auto
}

.mdl-switch__focus-helper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
    display: inline-block;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: transparent
}

.mdl-switch.is-focused .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, .1);
    background-color: rgba(0, 0, 0, .1)
}

.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
    box-shadow: 0 0 0 20px rgba(63, 81, 181, .26);
    background-color: rgba(63, 81, 181, .26)
}

.mdl-switch__label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    left: 24px
}

.mdl-switch__label fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__label {
    color: #bdbdbd;
    cursor: auto
}

.mdl-switch__ripple-container {
    position: absolute;
    z-index: 2;
    top: -12px;
    left: -14px;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff, #000);
    transition-duration: .4s;
    transition-timing-function: step-end;
    transition-property: left
}

.mdl-switch__ripple-container .mdl-ripple {
    background: rgb(63, 81, 181)
}

.mdl-switch__ripple-container fieldset[disabled] .mdl-switch,
.mdl-switch.is-disabled .mdl-switch__ripple-container {
    cursor: auto
}

fieldset[disabled] .mdl-switch .mdl-switch__ripple-container .mdl-ripple,
.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
    background: 0 0
}

.mdl-switch.is-checked .mdl-switch__ripple-container {
    left: 2px
}


@-webkit-keyframes border-expand {
    0% {
        opacity: 0;
        width: 0
    }
    100% {
        opacity: 1;
        width: 100%
    }
}

@keyframes border-expand {
    0% {
        opacity: 0;
        width: 0
    }
    100% {
        opacity: 1;
        width: 100%
    }
}


@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    50% {
        -webkit-transform: scale(.99);
        transform: scale(.99)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible
    }
}
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}


  
  

.dnd-section { padding-bottom: 0px; padding-top: 0px; }
.body-container__homepage .dnd-section:nth-child(odd) { background-color: #6d8f3a; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after { content: "\f0dd" !important; margin-left: 7px !important; font-family: "Font Awesome 5 Pro" !important; position: relative; }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2.hs-item-has-children>a:after { content:"\f0da" !important; font-family: "Font Awesome 5 Pro" !important;  }

@media (min-width: 1200px) {
  .container { max-width: 1024px;   }
}
.container-slim { max-width: 786px !important; }
.hhs-divider { border-bottom: 2px solid #363636;    width: 50px;    margin: 0 0 50px 0; }
.hhs-icon-con svg { fill: #363636; width: 42px; height: 42px; }
body i { color: #363636; }
.submit-alt .hs-button,
.hs-button, .button--primary,
.cta-primary, .cta-secondary, .cta-tertiary { -moz-box-sizing: content-box !important;  -webkit-box-sizing: content-box !important;  box-sizing: content-box !important;  vertical-align: middle;  display: inline-block;  -webkit-transition: all 400ms ease-in-out;  -moz-transition: all 400ms ease-in-out;  -ms-transition: all 400ms ease-in-out;  -o-transition: all 400ms ease-in-out;  transition: all 400ms ease-in-out; will-change: transform; }
.hs-button:hover, .button--primary:hover,
.hs-button:active, .button--primary:active,
.hs-button:focus, .button--primary:focus,
.cta-primary:hover, .cta-secondary:hover, .cta-tertiary:hover,
.cta-primary:active, .cta-secondary:active, .cta-tertiary:active,
.cta-primary:focus, .cta-secondary:focus, .cta-tertiary:focus { text-decoration: none; }
button { font-family: Montserrat; }
.cta-primary,
.cta-primary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary{ color: #ffffff !important;  font-family: Montserrat;  font-size: 13px;  font-style: normal;  font-weight: 700; letter-spacing: 2px;  text-transform: uppercase;  padding: 20px 25px;  -webkit-border-radius: 3px; border-radius: 3px;  background-color: rgba(167, 196, 69, 1.0);  
  
 -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);   }.cta-primary:hover,
.cta-primary:focus,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:hover,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:focus,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:hover,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-primary:focus{ color: #ffffff !important;
 background-color: rgba(167, 196, 69, 1.0); 


 -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);  }
.cta-secondary,
.cta-secondary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary { color: #ffffff !important; font-family: Montserrat; font-size: 13px; font-style: normal; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 20px 25px; -webkit-border-radius: 3px; border-radius: 3px;


 background-color: transparent; border: 1px solid rgba(255, 255, 255, 1.0); 
 -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);  }
.cta-secondary:hover,
.cta-secondary:focus,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:hover,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:focus,
 .hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:hover,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-secondary:focus { color: #ffffff !important;


 background-color: transparent; border: 1px solid rgba(255, 255, 255, 1.0); 
 -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);  }
.cta-tertiary,
.cta-tertiary:active,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary { color: #ffffff !important; font-family: Montserrat; font-size: 13px; font-style: normal; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 20px 25px; -webkit-border-radius: 3px; border-radius: 3px;
 background-color: rgba(40, 135, 210, 1.0); 


 -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);  }
.cta-tertiary:hover,
.cta-tertiary:focus,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:hover,
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:focus,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:hover,
.hhs-alt-nav .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li .mega-menu a.cta-tertiary:focus{ color: #ffffff !important;
 background-color: rgba(40, 135, 210, 1.0); 

  -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);  }
.hs-button,
.button--primary  { color: #ffffff !important; font-family: Montserrat; font-size: 13px; font-style: normal; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 20px 25px; -webkit-border-radius: 3px; border-radius: 3px; border: none;
 background-color: rgba(167, 196, 69, 1.0); 


 -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);  }
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus { color: #ffffff !important;
 background-color: rgba(167, 196, 69, 1.0); 


 -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);  
}
.submit-alt .hs-button,
.submit-alt .button--primary  { color: #ffffff !important; font-family: Montserrat; font-size: 13px; font-style: normal; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 20px 25px; -webkit-border-radius: 3px; border-radius: 3px; border: none; 


 background-color: transparent; border: 1px solid rgba(255, 255, 255, 1.0); 
 -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1); 
}
.submit-alt .hs-button:hover,
.submit-alt .hs-button:focus,
.submit-alt .button--primary:hover,
.submit-alt .button--primary:focus { color: #ffffff !important; }
 
 background-color: transparent; border: 1px solid rgba(255, 255, 255, 1.0); 
 -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);  }
select,
.hs-input { background-color: rgba(255, 255, 255, 1.0); border: 1px solid rgba(204, 204, 204, 1.0); -webkit-border-radius: 3px; border-radius: 3px; color: #444444; font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: normal; padding: 12px 8px; }
::-webkit-input-placeholder { color: #cccccc; transition: opacity 250ms ease-in-out; }
:focus::-webkit-input-placeholder { opacity: 0.5; }
:-ms-input-placeholder { color: #cccccc   transition: opacity 250ms ease-in-out; }
:focus:-ms-input-placeholder { opacity: 0.5; }
::-moz-placeholder { /* Firefox 19+ */ color: #cccccc; opacity: 1; transition: opacity 250ms ease-in-out; }
:focus::-moz-placeholder { opacity: 0.5; }
:-moz-placeholder { color: #cccccc; opacity: 1; transition: opacity 250ms ease-in-out; }
:focus:-moz-placeholder { opacity: 0.5; }
.hs-input:focus { outline: none; border-color: rgba(109, 143, 58, 1.0); }
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select {  padding: 12px 8px; }
 select.post__category-selector { background-color: rgba(0,0,0,0.3); border-color: rgba(255,255,255,0.3); color: #ccc; } 
.hs-fieldtype-checkbox > label,
.hs-form label { color: #444444; font-family: arial, helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; letter-spacing: 1px; text-transform: uppercase; }
.hs_radio_buttons .hs-form-radio label,
.hs_single_checkbox label,
.hs-fieldtype-checkbox .hs-form-checkbox label,
.hs-form-booleancheckbox label { color: #444444; font-family: arial, helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; letter-spacing: 0px; text-transform: unset; line-height: 1.2em; }
.hs-form legend { color: #999999; font-family: arial, helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;}
.legal-consent-container,
.legal-consent-container p{ color: 000; font-size: 16px; font-weight:  400; }
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error { border-color: #da0101; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom: 0; }
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus { border-color: #da0101; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom: 0; }
.hs-error-msgs { border-color: #da0101; background-color: rgba(218, 1, 1, 0.2 ); border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-size: 1px; }
.hs-error-msgs label { color: #da0101; font-family: arial, helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: normal; text-transform: unset; letter-spacing: 0px;  padding: 10px; }
form,.submitted-message { font-family: ; }
form input,
form select,
select,
form textarea { border-color: rgba(204, 204, 204, 1.0); color: ; }
form input:focus,
form select:focus,
select:focus,
form textarea:focus { border-color: rgba(109, 143, 58, 1.0); }
.fn-date-picker .pika-table thead th { color: rgba(34, 34, 34, 0.0); }
.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext { color: ; }
.hs-default-font-element,
.hs-main-font-element { font-family: ; }
.fn-date-picker td.is-today .pika-button { color: #a7c445; }
.fn-date-picker td.is-selected .pika-button { background: #a7c445; }
.fn-date-picker td .pika-button:hover { background-color: #6d8f3a !important; }
.hhs-pop.hhs-modal { background-color: rgba(249, 249, 249, 1.0); max-width: 800px; -webkit-border-radius: 5px; border-radius: 5px;   padding: 25px 0 25px; }
.blocker { background-color: rgba(0, 0, 0, 0.8); }
.footer { width: 100%; float: left; }
.form-title:empty { display: none; }
.blog-content-body { background-color: rgba(242, 245, 248, 1.0); }
.blog-header-standard {  background-color: rgba(68, 68, 68, 1.0);  

 }
.blog-header-overlay {background-color: rgba(0, 0, 0, 0.5);}
.blog-header__title { font-size: 62px; color: rgba(255, 255, 255, 1.0); }
p.blog-header__subtitle,
h4.blog-header__subtitle { color: rgba(255, 255, 255, 1.0); }

@media (max-width: 575px) { .blog-header__title { font-size: 38px; text-align: center;   } }
.blog-header-standard .hs-form label { color: rgba(255, 255, 255, 1.0); }
.blog-header-standard .blog-header__form h1,
.blog-header-standard .blog-header__form h2,
.blog-header-standard .blog-header__form h3,
.blog-header-standard .blog-header__form h4,
.blog-header-standard .blog-header__form h5,
.blog-header-standard .blog-header__form h6,
.blog-header-standard .blog-header__form p,
.blog-header-standard .blog-header__form li,
.blog-header-standard .blog-header__form span { color: rgba(255, 255, 255, 1.0); }
.blog-recent-posts__post,
.hhs-blog-card-inner,
.blog-index__post--large { background-color: rgba(255, 255, 255, 1.0);
 -webkit-box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);  }
 .blog-index__post--large { margin-top: -130px; position: relative; z-index: 2; } .blog-header__inner { padding-bottom: 6.5rem; } 
.post-header .blog-header__inner { padding-bottom: 2.5rem !important; }
.blog-index__post--large h2,
.blog-index__post--large h2 a,
.blog-index__post--small h2,
.blog-index__post--small h2 a,
.blog-recent-posts__title,
.blog-index__tag-heading { color: rgba(34, 34, 34, 1.0); }
.blog-index__post--large h2 a:hover,
.blog-index__post--small h2 a:hover { color: rgba(109, 143, 58, 1.0); }
.blog-recent-posts__post p,
.blog-index__post--large p,
.blog-index__post--small p,
.blog-index__tag-subtitle { color: rgba(68, 68, 68, 1.0); }
.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active { color: ; }
.blog-tag-filter__menu-link--active-item:after { background-color: #a7c445; }
.blog-pagination__link { color: #444444; }
.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after { background-color: #a7c445; }
.post-page-full { background-color: rgba(242, 245, 248, 1.0); }
.container-slim.content-area-width { max-width: 800px !important; }
h1.blog-post__title { font-family: helvetica; color: #222222; font-size: 62px; font-style: normal; font-weight: normal; text-decoration: none; text-transform: ; }
.blog-post h2 { font-family: helvetica; color: #222222; font-size: 50px; font-style: normal; font-weight: normal; text-decoration: none; text-transform: uppercase; }
.blog-post h3 { font-family: helvetica; color: #222222; font-size: 37px; font-style: normal; font-weight: normal; text-decoration: none; text-transform: uppercase; }
.blog-post h4,
#comments-listing .comment-from h4 { font-family: helvetica; color: #222222; font-size: 28px; font-style: normal; font-weight: normal; text-decoration: none; text-transform: uppercase; }
.blog-post h5 { font-family: helvetica; color: #222222; font-size: 21px; font-style: normal; font-weight: normal; text-decoration: ; text-transform: uppercase; }
.blog-post h6 { font-family: helvetica; color: #222222; font-size: 16px; font-style: normal; font-weight: ; text-decoration: none; text-transform: uppercase; }
#comments-listing .comment-body p,
.blog-post p,
.blog-post span { font-family: arial, helvetica, sans-serif; color: #444444; font-size: 18px; font-style: normal; font-weight: normal; text-decoration: none; line-height: 1.5em; }
.blog-post li { font-family: arial, helvetica, sans-serif; color: #444444; font-size: 18px; font-style: normal; font-weight: normal; text-decoration: none; }
@media (max-width: 575px) {
  h1.blog-post__title { font-size: 38px; } .blog-post h2 { font-size: 32px; } .blog-post h3 { font-size: 28px;   } .blog-post h4 { font-size: 24px;   } .blog-post h5 { font-size: 18px;   } .blog-post h6 { font-size: 16px;   } .blog-post p { font-size: 18px;   } .blog-post li { font-size: 18px;   }
}
.blog-post__author { background-color: #6d8f3a; }



.meta-author,
.meta-author a { color: rgba(68, 68, 68, 1.0); }
h6.reading-minutes { color: rgba(68, 68, 68, 1.0); }
.blog-post__tag-link,
.blog-post__tag-link:hover { color: rgba(255, 255, 255, 1.0); background-color: rgba(109, 143, 58, 1.0); }
#comments-listing .comment-date { color: rgba(68, 68, 68, 0.6) !important; }
.blog-comments .hs-form .hs-field-desc,
.blog-comments .hs-form .legal-consent-container p { color: #444444; }
#comments-listing .comment-reply-to { color: rgba(0, 164, 189, 1.0) !important; }
.blog-post__timestamp { color: rgba(68, 68, 68, 1.0); }
#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus { color: rgba(1, 149, 172, 1.0); }
#comments-listing .comment-reply-to:active { color: rgba(0, 164, 189, 1.0); }
.sub-pre-header{background:url("https://www.cranksoftware.com/hubfs/Imported%20images/sub-pref-bg.jpg") no-repeat center center; background-size: cover;   background-color: rgba(51, 71, 91,0.40); background-blend-mode: overlay; 
}
.sub-pre-header h1 { color: #fff; }
.sub-pre-header .container { max-width: 900px; }
.email-prefs .item .item-inner { margin: 20px 0; background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    transition: all ease-in-out .3s;    overflow: hidden;    padding: 20px;    border-radius: 10px; }
.sub-pref-full form p.header { margin: 0 0 30px; }
.email-prefs .item-inner span.fakelabel span { margin-left: 10px; }
.email-prefs .item-inner p {  padding-left: 30px !important; }
.sub-pre-header, .sub-pre-header p { color: #fff; }
.sub-pref-full { background-color: #f5f5f5; }
.error-page-full.error_404 { background:url("https://www.cranksoftware.com/hubfs/Imported%20images/404.png") no-repeat center top; background-size: cover; background-color: rgba(51, 71, 91,0.40); background-blend-mode: overlay; 
}
.error-page-full.error_500 { background:url("https://www.cranksoftware.com/hubfs/Imported%20images/500-bg-1.jpg") no-repeat center top; background-size: cover; background-color: rgba(51, 71, 91,0.40); background-blend-mode: overlay; 
}
.sub-pre-header.sub_pass { background:url("https://www.cranksoftware.com/hubfs/Imported%20images/password-bg.jpg") no-repeat center top; background-size: cover; background-color: rgba(51, 71, 91,0.40); background-blend-mode: overlay; 
}
.results-pre-header {   background:url("https://www.cranksoftware.com/hubfs/Imported%20sitepage%20images/capture-397-1-min%20%281%29-1.png") no-repeat center top; background-size: cover; background-color: rgba(0, 0, 0,0.40); background-blend-mode: overlay; 
 }
.systems-page { width: 100%; float: left;  }
.systems-page .hs-search-results__listing li { border: 0;    margin: 0 0 20px;    background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    transition: all ease-in-out .3s;    overflow: hidden;    padding: 20px;    border-radius: 10px; }
.systems-page input[type="password"]::placeholder, .systems-page input[type="password"]:focus { color: #222; }
.systems-page input[type="password"] { border: 0; color: #222; }
.error-page-full { padding: 7rem 0 5rem;  position: relative;  }
.error-page-full .error-inner h1, .results-pre-header h1 { color: #fff; }
.error-page-full .error-inner h4 { color: #fff; margin: 0 0 20px; }
.error-page-full .error-inner { text-align: center; max-width: 800px; margin: 0 auto; }
.systems-page .hs-search-results__listing li a.hs-search-results__title { font-size: 22px;    color: #a7c445; }
.systems-page .hs-search-results__listing li a.hs-search-results__title:hover { color:#222; }  
.systems-page .hs-search-results__pagination a {color: #a7c445; }
.systems-page .hs-search-results__pagination { margin: 30px 0 0;    width: 100%;    float: left; }
.systems-page .hs-search-results { margin-top: 0; }
.results-full .container-slim { padding: 0 20px; }
.results-full .hs-search-results__title:hover { color: #0195ac; }
body .icon svg, { fill: #363636; }
body .tns-nav button.tns-nav-active, body .tns-nav button:hover, body .tns-nav button:focus, body .social-links__icon { background-color: #a7c445; }
body .social-links__icon:hover svg, body .social-links__icon:focus svg, body .social-links__icon:active svg { fill: #363636; }
body .team-member__description { background-color: #6d8f3a; }
.hhs-pop.hhs-modal.hhs-search-modal { visibility: visible !important; }
/*New Style*/

h1, h2, h3, h4, h5, h6 { line-height: 1.2em; font-family: 'Rubik', Sans-Serif; color: #363636; margin: 0px 0 10px; text-rendering: optimizelegibility;    font-weight: 700;}
body { background-color: #ffffff; color: #222; font-family: 'Roboto', Sans-Serif; font-size: 16px; line-height: 1.614em; font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; overflow-x: hidden; }
p {margin: 0 0 10px 0;}
a {  cursor: pointer; color: #a7c445; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; text-decoration: none; font-family: 'Rubik', Sans-Serif;}
p a{visibility: visible;}
h1 { font-size: 48px; line-height: 1.3; }
h2 {font-size: 40px; line-height: 1.3; }
h3 { font-size: 30px; line-height: 1.3;   }
h4 {font-size: 22px; line-height: 1.3; font-weight: 300; }
h5 { font-size: 18px; line-height: 1.3; font-weight: 500; }
h5, h6 {  font-weight: 500;  }
h6 { font-size: 16px; letter-spacing: 1.6px; line-height: 1.3; font-weight: 500; }
a:hover { color: #6d8f3a;}
.container {max-width: 1120px;padding-left:20px;padding-right:20px;}
.wrapper { box-sizing: border-box; width: 100%; float:none !important; display:block; margin:0 auto !important; max-width: 1120px; padding:0 20px; }
.fullwidth { float:left; width:100%; }
.text-center{ text-align:center; }
.widthauto { float:none; display:inline-block; width:auto; }
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a { overflow: visible; text-transform: uppercase; font-weight: bold; padding: 6px 10px; max-width: none !important; width: auto !important; font-weight: 700 !important; font-size: 12px !important; text-decoration: none !important; }
body .hhs-nav { padding: 0 20px !important;}
.hhs-lang-switch a, .hhs-header-search a {line-height: initial;}
.hs-button.primary, .hs-button.primary2, .cta-primary, .cta-primary2, .cta-secondary, .cta-outline-white { font-family: 'Rubik', Sans-Serif !important; border-radius: 2px !important; display: inline-block !important; padding: 18px 15px; font-weight: bold !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 1.5px !important; text-decoration: none !important; line-height: 1.3 !important; }
.cta-primary {  color: #ffffff !important;  border: 2px solid #a7c445;  background-color: #a7c445;}
.cta-outline-white { border: 2px solid #ffffff !important;    color: #ffffff; }
.cta-outline-white:hover { background: #fff;    color: #333333;    border-color: #fff;    transform: scale(1.05); }
.cta-primary2 { color: #ffffff !important;    border: 2px solid #333333;     background-color: #333333; }
.cta-primary2:hover, .cta-primary2:focus { color: #ffffff !important;    transform: scale(1.05); }
.cta-secondary { border: 2px solid #6d8f3a !important;    color: #6d8f3a !important; }
.cta-secondary:hover, .cta-secondary:focus { background: transparent;    color: #6d8f3a !important;    border-color: #6d8f3a;    transform: scale(1.05); }
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:after {content: "\f0d7" !important;    margin-left: 7px !important;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-2.hs-item-has-children>a:after {content: "\f0da" !Important;float: right; line-height: 24px;top: 8px !important;}
.custom-menu-primary .hs-menu-wrapper>ul ul {min-width:180px;}
.custom-menu-primary .hs-menu-wrapper>ul li:first-child ul li:nth-child(2) ul { min-width: 340px;}
body .hhs-header-cta { margin-left: 30px;}
body .hhs-header-search a {  padding-top:7px;}
body .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a {padding:4px 7.5px;}
.custom-menu-primary .hs-menu-wrapper>ul li:nth-child(4) ul { min-width: 150px;}
.custom-menu-primary .hs-menu-wrapper>ul li:nth-child(3) ul, .custom-menu-primary .hs-menu-wrapper>ul li:nth-child(2) ul ul { min-width: 229px;}
.hs-search-field__bar ::placeholder { color: #777;}
body .hhs-pop.hhs-modal { max-width: 100% !important; -moz-border-radius: 8px !important; -o-border-radius: 8px !important; -ms-border-radius: 8px !important; border-radius: 8px !important; }
.hhs-footer-mod p, .hhs-footer-mod span { color: rgba(255,255,255,0.7); font-size: 13px; font-weight: 300; margin: 0 0 10px 0; line-height: 1.614em; }
.hhs-footer-mod .hhs-social-con { text-align: left; margin-top: 20px; }
.hhs-footer-mod .hhs-foot-logo { text-align: center; margin-bottom: 20px; }
.hhs-footer-mod .nav-col-2 a { padding: 0px 10px 5px !important; font-size: 13px; font-weight: 500;}
.hhs-footer-mod .nav-col-2 li, .hhs-footer-mod .nav-col-3 li { line-height: initial; margin-bottom: 5px !important; }
.hhs-footer-mod h5 { margin-bottom: 30px !important; color: rgba(255,255,255,100) !important; margin-top: 0; text-transform: uppercase; letter-spacing: 1.6px; font-size: 12px; font-weight: 500; }
.hhs-foot-nav-col.nav-col-3 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { color: #a7c445 !important;}
 .hhs-footer-mod i { color: #6d8f3a !important;}
.hhs-footer-mod i:hover{color: #a7c445 !important;}
.hhs-foot-nav-col.nav-col-3 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{color: #6d8f3a  !important;}
.hhs-foot-nav-col.nav-col-3 .hs-menu-wrapper.hs-menu-flow-horizontal i{ margin-right: 10px;}
.hhs-foot-nav-col.nav-col-3 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a i { position: absolute; left: 0; top: 0; }
.hhs-foot-nav-col.nav-col-3 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { position: relative; padding-left: 20px; }
.hhs-footer-mod .nav-col-3 li { margin-bottom: 13px !important;}
.hhs-footer-mod .hhs-foot-nav-base p, .hhs-footer-mod .hhs-foot-nav-base span { color: rgba(255, 255, 255,100); }
.hhs-footer-mod .hhs-foot-nav-base .col-sm-6+.col-sm-6 .hhs-foot-base-nav a { font-weight: normal; margin: 0px 10px 5px !important; padding: 0 !important; font-size: 13px; color: rgba(255,255,255,100) !important; }
.hhs-footer-mod .hhs-foot-nav-base .col-sm-6+.col-sm-6 .hhs-foot-base-nav a:hover{color: #a7c445 !important;}
.hhs-footer-mod .hhs-foot-nav-base .col-sm-6+.col-sm-6 .hhs-foot-base-nav { text-align: right; }
.hhs-footer-mod  .hhs-foot-break-line{margin-top:0px;padding-top: 20px;border-color: rgba(0,0,0,0.3) !important;}
.hhs-footer-mod .hhs-foot-nav-base .col-sm-6+.col-sm-6 .hhs-foot-base-nav li { line-height: initial; }
form input[type="submit"] {font-family: 'Rubik',Sans-Serif !important; border-radius: 2px !important; display: inline-block !important; padding: 18px 22px 17px 22px; font-weight: bold !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 1.5px !important; text-decoration: none !important; line-height: 1 !important; box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);}
.hhs-foot-nav-col a.hs-button.large.primary, .hhs-foot-nav-col input[type="submit"] { color: #ffffff !important; border: 2px solid #a7c445 !important; background-color: #a7c445 !important; padding: 14px 28px 13px 28px !important; font-weight: 700 !important; }
form ::placeholder { color: #777;}
body form select.hs-input { background-image: url(https://www.cranksoftware.com/hubfs/Crank%20Software%202021/Image/Dropdown-Shap.png);    background-repeat: no-repeat;    background-size: 12px;    background-position: center right 15px; }
body form .hs-input { width: 100%; font-family: 'Rubik', Sans-Serif !important; font-size: 16px !important; padding: 10px 15px !important; display: block; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; -webkit-border-radius: 0px; -moz-border-radius: 0px; -o-border-radius: 0px; -ms-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none 0 1px 1px rgba(0,0,0,.075); -moz-box-shadow: none 0 1px 1px rgba(0,0,0,.075); -o-box-shadow: none 0 1px 1px rgba(0,0,0,.075); -ms-box-shadow: none 0 1px 1px rgba(0,0,0,.075); box-shadow: none 0 1px 1px rgba(0,0,0,.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
.hhs-footer-mod .hhs-foot-nav-col form label { display: none;}
.hhs-footer-mod .container { max-width: 1110px;}
.hhs-footer-mod .nav-col-2>h5.hide-mobile, .hhs-footer-mod .nav-col-1>h5.hide-mobile { display: none;}
.nav-col-3 ul li:last-child { pointer-events: none;}
.theme-flex {display: flex; flex-flow: row wrap;display: flex; flex-flow: row wrap;}
.fill-btn a { font-family: 'Rubik', Sans-Serif !important; border-radius: 2px !important; display: inline-block !important; padding: 18px 22px 17px 22px; font-weight: bold !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 1.5px !important; text-decoration: none !important; line-height: 1 !important; color: #ffffff !important; border: 2px solid #a7c445; background: #a7c445;     visibility: visible;}
.fill-btn a:hover { color: #ffffff !important; transform: scale(1.05);}
.border-btn a, .blue-border-btn a {font-family: 'Rubik', Sans-Serif !important; border-radius: 2px !important; display: inline-block !important; padding: 18px 22px 17px 22px; font-weight: bold !important; font-size: 12px !important; text-transform: uppercase !important; letter-spacing: 1.5px !important; text-decoration: none !important; line-height: 1 !important; border: 2px solid #ffffff !important; color: #ffffff;    background: transparent;    visibility: visible;}
.border-btn a:hover { background: #fff !Important; color: #363636 !Important; border-color: #fff !Important; transform: scale(1.05); }
.blue-border-btn a { border: 2px solid #a7c445 !important; color: #a7c445 !important;}
.blue-border-btn a:hover { background: transparent !important; color: #fff !important; border-color: #a7c445 !important; transform: scale(1.05); background-color:#a7c445 !important;}
/*Site Hero Section*/
.site-hero-section { min-height: 70vh; display: flex; align-items: center; display: -webkit-flex; -webkit-align-items: center; padding: 120px 0 0; position:relative;overflow:hidden;}
.site-hero-section .hero-content { padding-bottom: 150px;}
.hero-text { font-size: 1.414em; line-height: 1.2em; font-weight: 300; }
/* .site-hero-section  h1 { text-transform: uppercase;} */
.site-hero-section:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); content: ''; }
.hero-cta>span { margin: 2px; display: inline-block;}
.hero-cta { margin-top: 37px;}
.bgcover { background-repeat: no-repeat; background-position: center top; background-size: cover;}

.brand-boxes img { display: inline-block; vertical-align: middle;    max-height: 72px;  }
.brand-items {  max-width: 940px; margin: 0 auto; float: none; display: flex; align-items: center; padding:0 40px; }
.brand-items ul.slick-dots { display: none !important;}
.brand-section h6 { font-size: 20px; text-transform: uppercase; letter-spacing: 1.6px; margin-bottom: 30px; }
.slick-arrow { font-size: 0; width: 25px; height: auto; background-color: transparent; border: 0; position: absolute; top: 50%; z-index: 12; cursor: pointer; background-size: 15px 15px !important; transform: translateY(-50%);-webkit-transform: translateY(-50%);}
button.slick-prev.slick-arrow  { left: 10px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 15px solid #a7c445; border-bottom: 10px solid transparent; padding: 0px; }
button.slick-next.slick-arrow  { right: 10px; width: 0; height: 0; border-top: 10px solid transparent; border-left: 15px solid #a7c445; border-bottom: 10px solid transparent; padding: 0px; }
.zigzag-img { height: 100%; padding-bottom: 56.25%;}
.zigzag-section .hero-cta {margin-top: 15px;}
.zigzag-section .hero-cta>span { margin-left: 0; margin-right: 15px;}
.zigzag-section .hero-cta>span:last-child { margin-left: 0; margin-right: 0px;}
.zigzag-section .hhs-rich-text-in { max-width: 500px; display: inline-block;position:relative;}
body .hhs-divider { border-bottom: 0; border-top: 3px solid; margin: 20px 0 0px !important; line-height: initial;    border-color: #a7c445 }
body .hhs-divider.center { text-align: center; max-width: 50px; margin: 0 auto !important; margin-top: 20px !important; }
body .hhs-divider.right { position: relative; left: 85%; }
.hhs-card-flip-con .back p a {    display: inline;}
body .hhs-card-flip-con .tile .contents {padding: 1em;}
body .hhs-card-flip-con .tile .back p {font-size: 15px;}
.hhs-card-flip-con .front .contents { padding-top: 70px !important; text-align: center;}
.hhs-card-flip-con .front .contents h4 { padding-top: 10px !important;font-size:20px !Important; }
.site-hero-section .hhs-wave-con-top, .site-hero-section .hhs-wave-con { width: 100%; bottom: -1px;position:absolute;left:0;}
.heading-bg { padding: 20px; border-top-right-radius: 50px; border-bottom-right-radius: 50px; text-align: center; position:relative;}
.heading-bg h3 { margin: 0;position:relative;}
/* .heading-bg:before { position: absolute; right: 20%; width: 10000%; height: 100%; content: ''; top: 0; } */
.heading-bg-parent {overflow:hidden;}
.zigzag-section .hhs-rich-text { text-align: right !important;}
.zigzag-section .order-2 .hhs-rich-text{ text-align: left !important;}
.zigzag-section { position: relative;}
.hhs-hero.hhs-highlight-form .hhs-divider { border-color: rgba(255,255,255,0);}
.hhs-testimonial-scroller-mod .row { box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%); padding: 50px; position:relative;}
body #hs_cos_wrapper_widget_1624620230172 .hhs-testimonial-scroller-mod img, body .hhs-testimonial-scroller-mod img { height: auto !important; }
.hhs-testimonial-scroller-mod .quote-con { font-style: italic;margin-top: 0; margin-bottom: 0;position:relative;font-family: 'Georgia', serif;}
.hhs-testimonial-scroller-mod .test-name { color: #a7c445 !important;}

.hhs-testimonial-scroller-mod h3.testi-title { text-align: center; width: 100%;}
.hhs-testimonial-scroller-mod .test-title { font-weight: 500;}
.brand-items .slick-arrow { top: 50%; border-right-color: #a7c445 !important; border-left-color: #a7c445 !important; }
.brand-items button.slick-arrow.slick-disabled { opacity: .5; }

.star-rating { display: flex;    justify-content: center; margin:10px 0 0; }
.flickity-button {box-shadow:none !important;}
.zigzag-section .hhs-bg-image { padding-bottom: 35%; position: relative;}
.zigzag-section .hhs-rich-text {height: 100%;  display: flex; align-items: center; justify-content: flex-end;display: -webkit-flex; -webkit-align-items: center; -webkit-justify-content: flex-end; }
.zigzag-section .order-2 .hhs-rich-text {justify-content: flex-start;-webkit-justify-content: flex-start; }
.hhs-testimonial-scroller-mod .flickity-viewport { height: 100% !important;}
.hhs-testimonial-scroller-mod .flickity-page-dots { margin-top: 0px !important; }
.hhs-testimonial-scroller-mod .flickity-slider { min-height: 350px;position: relative;}
input[type="submit"] {cursor:pointer;}
footer .submitted-message { color: #6d8f3a; text-align: center; border: 1px solid; padding: 5px; }
body  .hhs-testimonial-scroller-mod .img-circle img, body #hs_cos_wrapper_widget_1625553595965 .hhs-testimonial-scroller-mod img { -webkit-border-radius: 100%; border-radius: 100%;    -webkit-box-shadow: 0 0 0 2px rgb(167 196 69);    box-shadow: 0 0 0 2px rgb(167 196 69);    border: 5px solid #fff; height: auto !important; width: 100% !important; max-width: 120px !important; }
.testiSection .scrolling-testimonials .slick-track { display: flex;    flex-wrap: wrap;    align-items: center; }

.imgtextSec .row { margin: 0 -15px !important; align-items: center; -webkit-align-items: center; }
.imgtextSec .hhs-rich-text-in h3, .vdt-text-content h3 { position: relative;    margin: 0 0 20px;    padding:30px 0 0; }
.imgtextSec .hhs-rich-text-in h3:before, .vdt-text-content h3:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0 ;  width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.imgtextSec .hhs-rich-text h4 { font-weight: 400;    font-size: 20px; }

/*LP*/
.hhs-col-6 { width: 50%; float: left; }    
.fa, .fal, .fab, .fas, .far { color: #6d8f3a;    text-align: center;    font-family: "Font Awesome 5 Free"; }

.flexwrap { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }
.alignCenter { align-items:center; -webkit-align-items:center; }
body .hhs-header-mod { padding: 10px 0 !important; }
body .hhs-header-mod .hhs-header-logo {  padding: 20px 0 0; }
body .hhs-header-mod .hhs-header-logo .logo-standard, body .hhs-header-mod .hhs-header-logo .logo-sticky { max-width: 220px !important; }
.hhs-header { position: absolute;  top: 0;  left: 0;  display: inline-table !important;   width: 100%; }
.hhs-header-full { padding: 0 20px; }
.hhs-header-logo img.logo-color,
.no-hero .hhs-header-logo.hhs-header-trans img.logo-color{ display: block; }
.hhs-header-logo img.logo-white,
.no-hero .hhs-header-logo.hhs-header-trans img.logo-white,
.hhs-header-logo.hhs-header-trans img.logo-color,
.hhs-header-logo.hhs-header-trans img.for-sticky,
.hhs-header-logo img.for-sticky{  display: none; }
.hhs-header-logo.hhs-header-trans img.logo-white { display: block;}
.sticky-menu .hhs-header-logo img.for-sticky,
.sticky-menu .hhs-header-logo.hhs-header-trans img.for-sticky {  display: block; }
.sticky-menu .hhs-header-logo.hhs-header-trans img.for-main,
.sticky-menu .hhs-header-logo img.for-main,
.sticky-menu .hhs-header-logo.hhs-header-trans img.logo-white { display: none;}
.hhs-header-menu { float: right !important;  }
.hhs-header-cta { float: right;  margin-left: 15px; }
.hhs-header-cta .cta-primary { padding: 10px 15px;  font-size: 10px !important; }
.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul { margin-right: 10px; }
.hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { max-width: none;  overflow: visible;  text-transform: uppercase;  font-weight: bold;  padding: 6px ;}
.hhs-hat-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a { max-width: none;  overflow: visible;  text-transform: uppercase;  font-weight: bold;  font-size: 11px;  text-align: right;  padding: 0px 10px 0 10px;}
.hhs .hhs-text-center { text-align: center; }
.hhs .hhs-hero {  position: relative; width:100%; }
.hhs .hhs-hero .overlay { position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%; }
.hhs .hhs-center-hero { margin: 0 auto !important;    float: none !important;    position: relative;     z-index: 10; }
.hhs.htcSection .hhs-hero { display: flex;    align-items: center;     justify-content: center; background-size: cover; background-repeat: no-repeat;    background-position: center; }
.lpHeroSection { color: #fff; background-repeat: no-repeat;    width: 100%;    z-index: 500; display: flex; justify-content: center;    align-items: center;   position: relative; background-size: cover;  }
.lpHeroSection h1 { font-size: 48px; line-height: 1.3; } 
.lpHeroSection h2 { font-size: 36px; }
.lpHeroSection h3 { font-size: 28px; font-weight: 400; }
.lpHeroSection h4 { line-height: 1.4;    font-size: 18px; }
.dgSection { padding: 50px 0px; }
.dgRight { width: 40%;    padding-left: 40px; }
.dgLeft { width: 60%; }
.dgForm { background-color: #a7c445;      box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%); overflow: hidden; }
.dgForm form { padding: 30px; }
.dgFormSubtext { margin: 10px 0 0; }
.dgfTitle { border-bottom: 2px solid #fff;    background-color: #333333;    padding: 22px; }
.dgForm h3 { color: #fff; text-align: center;    font-size: 18px;    line-height: normal;    font-weight: 500;    margin: 0; }
.dgForm h3.form-title { display: none; }
.dgForm form .legal-consent-container .hs-richtext, .dgForm form .legal-consent-container .hs-richtext p { font-size: 14px;    font-weight: 500;    line-height: 1.614;    color: #363636;    margin: 0 0 20px; }
.dgForm form input.hs-button.primary.large { background: #333333 !important; }
.dgForm form ul.no-list.hs-error-msgs.inputs-list { margin: 15px 0 0; }
.dgForm .grecaptcha-badge { margin: 0; }
.dgForm .submitted-message, .dgForm .submitted-message p { font-size: 16px;    line-height: 24px;    font-weight: 500; }
.dgForm .submitted-message { color: #fff;    text-align: center; padding: 20px; }
.dgForm form .hs-form-field > label { color: #363636; font-size: 14px;    line-height: 22px;    font-weight: 500;    font-family: 'Roboto'; }
.dgFormSubtext, .dgFormSubtext * { color: #fff;    text-align: center; }
.dgForm form .inputs-list li label { margin: 0; font-family: 'Roboto';    position: static;    height: auto !important;    font-size: 14px;    font-weight: 500;    line-height: 1.614;    color: #363636; }
.dgForm form .mdl-checkbox__box-outline { border: 2px solid #363636; }
.dgForm form .mdl-checkbox.is-checked .mdl-checkbox__box-outline { border-color: #fff; }
.dgForm form .mdl-checkbox.is-checked .mdl-checkbox__tick-outline { background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K); }
.dgFormSubtext * { margin: 0; }
.dgCTA { padding: 30px;    text-align: center; }
.dgForm form .cookie-reset-container { text-align: left;    color: #363636;    font-size: 14px;    line-height: 22px;    font-weight: 500;    font-family: 'Roboto'; }
body .hhs-divider-center { margin: 0 auto 50px !important; }
.hub-divider { width: 100px;    padding-bottom: 20px;    height: 5px;    position: relative;    margin: 0 0 50px 0;    z-index: 10; }
.fwSection a.cta-primary { margin: 20px 0 0; }
.fwSection h3 { margin: 0 0 20px; }
.fwSection p:last-child { margin: 0; }
.hhs { display: flex;    align-content: center;    align-items: center;    flex-direction: column;    flex-wrap: nowrap;    height: 100%;    justify-content: space-around;    position: relative;    width: 100%; }
.container { float: none !important; }
.fwSection table { margin: 40px 0 0; }
.fwTitle h3 { position: relative; margin: 0 0 30px; padding:30px 0 0px  } 
.fwTitle h3:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.fwSection h6 {  line-height: normal; }
.gallerycardSection { padding: 50px 0px 20px; }
.galleryInner a.hhs-gallery-image { padding: 0 0 56.25%;    display: block;    background-size: cover;    background-position: center;    background-repeat: no-repeat; }
.galleryInner .hhs-gallery-card { width: 31.66%;    margin: 0 2.5% 30px 0; border-radius: 2px;   background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);      overflow: hidden; position: relative; padding-bottom: 80px; }
.galleryInner .hhs-gallery-card:nth-child(3n) { margin-right: 0; }
.galleryInner .hhs-gallery-text { padding: 20px 15px 0; }
.hhs-gallery-Buttons { position: absolute;    bottom: 20px;    left: 0; text-align: center;    right: 0; }
.galleryInner .hhs-gallery-text h4 { font-weight: 500;    margin: 0 0 10px;    }

.ritSection .flexwrap { background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);  overflow: hidden; }
.ritSection .hhs-text-content { padding: 20px 30px !important; }
.ritSection .hhs-container-fluid img { width: 100%;    height: 100% !important; }
.ritSection .hhs-container-fluid { height: 100%; }

.dgText h4 { font-size: 20px; font-weight: 400; line-height: 1.4; }
.dgText { padding: 25px 0px 0; }
.dgText p:last-child { margin: 0; }
.SaiBox:hover { transform: scale(1.05); }
.SaiBox { width: 32%; text-align: center; margin-right: 2%; border-radius: 2px; box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%); transition: all ease-in-out .3s;    padding: 10px; margin-bottom: 20px; }
.SaiBox:nth-child(3n) { margin-right: 0; }
.dgSai h6 { margin: 0 0 20px; }
.saiContent h4 { margin: 20px 0 10px; font-size: 20px;  }
.bottomText { padding: 12px 0 0;    border-top: 1px solid #dddddd;    margin: 12px 0 0; }
.bottomText strong { font-weight: 700; }
.dgSai  {  padding: 20px 0 0;  margin:20px 0 0;   border-top: 1px solid #363636; }
.bottomText p { margin: 0; }
.eventSchedSection { padding: 30px 0px; }
.hhs-event-sched:hover { transform: scale(1.04); }
.hhs-event-sched { width: 31.66%;    margin: 0 2.5% 20px 0;    background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    padding: 30px;    border-radius: 2px;     text-align: center; transition: all ease-in-out .3s; }
.hhs-event-sched:nth-child(3n), .hhs-event-sched:last-child { margin-right: 0; }
.event-sched-time h5 { font-size: 36px; margin: 0 0 10px; }
.event-sched-title h5 { font-size: 20px;    margin: 0 0 15px;    position: relative;    padding: 30px 0 0; } 
.event-sched-title h5:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.event-sched-title h6 { font-size: 16px; }
.eventSched.flexwrap { justify-content: center; }
.iwtBox { width: 23.5%;    margin: 0 2% 20px 0; border-radius: 2px; background-color: #fff; box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);   transition: all ease-in-out .3s;    padding: 20px; }
.iwtBox:nth-child(4n) { margin-right: 0; }
.iwt-icon img { max-width: 200px; margin: 0 0 20px }
.row-fluid .iwtInner.three_column .iwtBox { width: 32%; margin: 0 2% 20px 0; }
.row-fluid .iwtInner.three_column .iwtBox:nth-child(3n), .row-fluid .iwtInner.two_column .iwtBox:nth-child(2n) { margin-right: 0; }
.row-fluid .iwtInner.two_column .iwtBox { width: 49%; margin: 0 2% 20px 0; }
.iwtInner.flexwrap { justify-content: center; }      
.iwtBox:last-child { margin-right: 0 !important; }                         
.iwt-text-content ul { display: flex;    flex-wrap: wrap;    justify-content: left;    list-style: none;    padding: 0;    margin: 20px -15px; }
.iwt-text-content ul li { width: 50%;    text-align: left;    padding: 0 15px 10px; }
.iwt-text-content a.cta-secondary { background-color: #a7c445 !important;    color: #fff !important; border: 2px solid #a7c445 !important; }
.iwt-text-content a.cta-secondary i { color: #fff !important; }
.iwt-text-content h4  { font-size: 18px; margin: 0 0 15px; font-weight: 500; }
.iwt-text-content p:last-child { margin: 0; }
.galleryInner .hhs-gallery-image-con { overflow: hidden; }
.galleryInner a.hhs-gallery-image:hover { transform: scale(1.1); }
.galleryInner a.hhs-gallery-image { -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out;    -ms-transition: all 300ms ease-in-out;    -o-transition: all 300ms ease-in-out;    transition: all 300ms ease-in-out; }

.hs-TeamSection  { padding: 50px 0px 20px; }
.teamTitle h3 { text-align: center;    padding: 30px 0 0px;    margin: 0 0 50px;    position: relative; }
.teamTitle h3:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.teamMember { width: 31.66%;    margin: 0 2.5% 30px 0;    border-radius: 10px;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    transition: all ease-in-out .3s;  overflow: hidden;  position: relative; }
.teamMember:nth-child(3n) { margin-right: 0; }
.memberImage { padding: 0 0 58.25%;    background-size: cover;    background-repeat: no-repeat;    background-position: center top; }
.team-member-name { padding: 20px; text-align: center; }
.team-member-name h4 { margin: 0 0 10px; color: #a7c445; }
.team-member-name h6 { margin: 0; }
.memberBio { background-color: rgba(167, 196, 69,.9);    position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%;    opacity: 0;    visibility: hidden;    transition: all ease-in-out .3s; display: flex; flex-flow: column;    justify-content: center;    align-items: center; padding: 20px; text-align: center; overflow-y: auto; }
.teamMember:hover .memberBio { opacity: 1;    visibility: visible;    }
.teamMember:hover .memberSocial { display: block; }
.memberSocial { display: none; }
.memberSocial ul { display: flex;    align-items: center;    list-style: none; justify-content: center; margin: 0; padding: 0; }
.memberSocial ul svg { width: 25px;    height: 25px;    color: #fff;    fill: #fff; }
.memberSocial ul li ~ li { margin-left: 7px; }
.memberSocial ul li { line-height: normal; }
.memberSocial ul li a { color: #fff;    display: inline-block; transition: all ease-in-out .3s; }
.memberSocial ul li a:hover { transform:scale(1.2); }
.memberDesc p:last-child { margin: 0; }
.memberDesc, .memberDesc p  { color: #fff; }
.memberDesc { margin: 20px 0 0; }

.galleryTitle { margin: 0 auto 40px;  }
.galleryTitle h3 {  position: relative; max-width:750px; margin: 0 auto;  padding:30px 0 0px;   text-align: center;    color: rgba(34, 34, 34,100); }
.galleryTitle h3:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.gallerySubText { margin: 20px 0 0; }
.hhs.htcSection h3 { position: relative; margin: 0 0 15px;  padding:30px 0 0px;   text-align: center;    color: rgba(34, 34, 34,100) !important; }
.hhs.htcSection h3:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.hhs.htcSection p:last-child {  margin: 0; }
.followSection .hhs-content-align { display: flex;    flex-wrap: wrap;    align-items: center;    height: 100%; }
.followSection h3 { position: relative; margin: 0 0 15px;  padding:0 0 20px;   text-align: center;    color: rgba(34, 34, 34,100) !important; }
.followSection h3:before { content: "";    background-color: #fff;    position: absolute;    bottom: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.ourLogos-section .slick-track { display: flex;    align-items: center; }
.vdtInner.flexwrap.flex_right { flex-flow: row-reverse; -webkit-flex-flow: row-reverse; }
.vdtLeft  { width: 50%; }
.vdtRight { width: 50%;    padding-left: 100px; }
.vdt-text-content a.cta-primary { margin: 30px 0 0; } 
.vdtInner.flexwrap.flex_right .vdtRight  {  padding:0 30px 0 0; }
.vdtRight p:last-child  { margin-bottom: 0; }
.videoPadding { padding: 0 0 60%;    position: relative;    width: 100%;   height: 100%; }
.videoPadding video { position: absolute;   object-fit: cover;    width: 100%;    height: 100%;    top: 0; }
.zvtLeft { width:50%; }
.zvtRight { width:50%; padding:0 0 0 50px; }
.zvtInner.flexwrap.flexflow { flex-flow: row-reverse; -webkit-flex-flow: row-reverse; }
.zvtInner.flexwrap.flexflow .zvtRight { padding:0 50px 0 0px;  }
.zvtRight h3 { position: relative; margin: 0 0 15px;  padding:30px 0 0px;    color: rgba(34, 34, 34,100) !important; }
.zvtRight h3:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;      width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.zvtImage img { width: 100%; }
.zvtRight p:last-child {  margin: 0; }
.sampleMenu ul { display: flex !important;    flex-wrap: wrap;    align-items: center;    justify-content: center; margin: 0 !important; list-style: none; padding: 0; }
.sampleMenu ul li a { color:#fff; text-transform: uppercase; padding: 12px 20px !important;    max-width: inherit !important;    text-overflow: initial !important;    vertical-align: middle; display: inline-block; }
.sampleMenu ul li a:hover { background-color: #6d8f3a;    color: #fff; } 
.sampleMenu ul li ~ li { margin-left: 10px; }
.wpSection { padding: 50px 0px;    text-align: center; }
.wpTop { margin: 0 0 40px; }
.wpTop h3 { position: relative; margin: 0 0 15px;  padding:30px 0 0px;    color: rgba(34, 34, 34,100) !important; }
.wpTop h3:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;   right: 0;   width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.wpVideo { max-width: 600px;    margin: 0 auto 50px;     width: 100%; }
.wpBottom { max-width: 900px;    margin: 0 auto; padding: 20px;   width: 100%; background-color: #f0f0f0; }
.wpbItem { width: 33.33%;    text-align: left;    padding: 0 12px; }
.wpbInner { margin: 0 -12px; }
.wpbCta.wpbItem { text-align: center; }
.guSchedule { padding: 50px 0px; }
.gusTop h3 { text-align: center;  position: relative; margin: 0 0 15px;  padding:30px 0 0;    color: rgba(34, 34, 34,100) !important; }
.gusTop h3:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;   right: 0;   width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.gusBox { background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    border-radius: 2px;    overflow: hidden;    width: 100%;    margin: 0 0 20px;    padding: 20px; transition: all ease-in-out .3s; }
.gusTitle h4 {  position: relative; margin: 0 0 15px;  padding:30px 0 0;    color: rgba(34, 34, 34,100) !important; }
.gusTitle h4:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;     width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }
.gusButton { margin: 20px 0 0; }
.scheduleContent ~ .scheduleContent { margin: 30px 0 0; }
.gusBox:last-child {  margin-bottom: 0; }

.cdSection { overflow: hidden; }
.cdSection h3  { margin: 0 0 10px; }
.cdSection .hhs-text-content p:last-child { margin: 0; }
.fwText h4 { font-weight: 400; }
/*blog*/

header.header.headerDark { min-height: 65px; }
header.header.headerDark .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a { color: rgba(68, 68, 68, 1) !important; }
header.header.headerDark .hhs-header-logo .logo-sticky { display: block !important; }
header.header.headerDark .hhs-header-logo .logo-standard { display: none !important; }
header.header.headerDark .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a, header.header.headerDark .hhs-header-search a i { color: rgba(68, 68, 68, 1) !important;  }
.blog-main-hero { padding: 50px 0px;  }
.blog-hero-inner { position: relative;    background-color: rgba(0,0,0,.6);    background-blend-mode: overlay; padding:50px 30px; }
.blog-hero-left { width: 60%; }
.blog-hero-right {  width: 40%;    padding-left: 30px; }
.blog-hero-left h1 { color: #fff;    font-size: 50px;    line-height: 60px; font-weight: 700; margin: 0; }
.blog-hero-right h3 { color: #fff;    font-size: 20px;    line-height: 25px;    font-weight: 400;     margin: 0 0 15px; }
.blog-hero-form h3.form-title { display: none; }
.blog-hero-form form label.hs-error-msg { color: #fff; }
.blog-hero-form form .hs-form-field > label { color: #fff;    font-size: 16px;    line-height: 20px;    margin: 0 0 10px; } 
.blog-hero-form .submitted-message { color: #fff; }
.postItem { width: 31.66%;    margin: 0 2.5% 30px 0;    background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    overflow: hidden;    position: relative; -webkit-transition: all 300ms ease-in; -moz-transition: all 300ms ease-in;    -ms-transition: all 300ms ease-in;    -o-transition: all 300ms ease-in;    transition: all 300ms ease-in; }
.postItem:nth-child(3n) { margin-right: 0; }
.postImage a { background-color: #f0f0f0; -webkit-transition: all 300ms ease-in-out;    -moz-transition: all 300ms ease-in-out;    -ms-transition: all 300ms ease-in-out;    -o-transition: all 300ms ease-in-out;    transition: all 300ms ease-in-out;    padding: 0 0 56.25%;    display: block;    background-size: cover;    background-position: center center;    background-repeat: no-repeat; }
.postItem:hover { -moz-transform: scale(1.01);    -webkit-transform: scale(1.01);    -o-transform: scale(1.01);    -ms-transform: scale(1.01);    transform: scale(1.01); }
.postContent { padding: 20px; }
.postRead { color: #222222;    font-weight: 900;    text-transform: uppercase;    font-size: 12px;    line-height: 16px;     letter-spacing: 1px; }
.postTitle h2, .postTitle h2 a { font-size: 22px;    font-weight: 400;    color: #222;    margin: 10px 0px; }
.postTitle h2 a:hover { color:#a7c445 !important; }
.postSummery, .postSummery p { color: #222222;    font-weight: 300 !important; }

.blogPagination { padding: 30px 0 60px; width: 100%; display: flex;    align-items: center;    justify-content: center;    flex-wrap: wrap; }
.blogPagination a { font-weight: 400; border-radius: 2px;  border: 2px solid #a7c445;  min-width: 50px; min-height: 50px;    display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: center;    padding: 10px; }
.blogPagination > div { display: flex;    flex-wrap: wrap;    justify-content: center;    align-items: center; }
.blogPagination a:hover {  background-color: #a7c445; color:#fff; }
.blogPagination a:hover i { color:#fff; }
.blogPagination a.previous-posts-link i { margin-right: 10px; transition: all 0.4s ease-in-out; }
.blogPagination a.next-posts-link i { margin-left: 10px; transition: all 0.4s ease-in-out; }

.main-post-section { padding: 50px 0px 0; }
.mptRight { width: 50%; padding-left: 20px; }
.mptLeft { width: 50%; }
.reading-minutes { color: #222222;    font-weight: 900;    text-transform: uppercase;    font-size: 12px;    line-height: 16px;    letter-spacing: 1px; }
.blog-post-title h1, .blog-post-title h1 span, .blog-post-title h1 a { font-size: 50px;    font-weight: 700;    text-transform: uppercase;    color: #222222; }
.blog-post-title h1 a:hover, .blog-post-title h1 a:hover span { color:#a7c445; }
.blog-post-meta a { color: #222;    font-weight: 500; }
.blog-post-meta, .blog-post-meta a { font-size: 14px;    line-height: normal; }
.topics-lable { font-size: 14px;    line-height: normal;    font-weight: 900;    margin-right: 10px;  padding-top: 6px; }
.blog-post-topics { display: flex;   padding: 30px 0 0; }
.main-post-bottom { padding: 50px 0 0;    max-width: 850px;    margin: 0 auto; border-bottom: 1px solid rgba(0,0,0,0.2); }
.main-post-content p { margin: 0 0 25px; }
.main-post-content, .main-post-content p { font-size: 18px;    line-height: 1.6em;    font-weight: 300; }
.blog-post-meta a:hover { color:#6d8f3a;  }
.main-post-content h2 {  font-size: 42px; color:#222; font-weight: 400; }
.main-post-content h3 {  font-size: 32px; color:#222; font-weight: 400; }
.main-post-content h4 {  font-size: 22px; color:#222; font-weight: 400; }
.main-post-content h5 {  font-size: 21px; color:#222; font-weight: 400; }
.main-post-content h6 {  font-size: 12px; color:#222; font-weight: 400; }
.mpaLeft { width: 14%; }
.mpaRight { width: 86%; padding-left: 20px; }
.main-post-author { padding: 50px 0; }
.post-author-avatar { background-size: cover;    background-position: center top;    background-repeat: no-repeat;    width: 100px;    height: 100px;    background-color: #808080;    border-radius: 100px;    display: inline-block; }
.mpaRight h4, .mpaRight h4 a { font-size: 28px;    font-weight: 400;    line-height: 1.2em; }
.next-post { width: 50%;    padding: 0 20px; }
.prev-post { width: 50%;    padding: 0 20px; }
.post-pagination { margin: 0 -20px; padding: 30px 0 50px; }
.nav-text h6.post-jump-label, .nav-text h6.post-jump-label a { color: #222;    font-size: 11px;    text-transform: uppercase;    font-weight: 900;    letter-spacing: 1px;    line-height: 1.2em; }
.next-post .nav-text h6.post-jump-label { text-align: right; }
.nav-text a.pagi-featured-image { max-height: 200px; width: 100%;    overflow: hidden;    display: inline-block; }
.nav-text h5, .nav-text h5 a { color: #222;    font-weight: 700;    text-transform: uppercase;    letter-spacing: 1px;    font-size: 12px;    line-height: 20px; }
.nav-text h5 a:hover, .nav-text h6.post-jump-label a:hover { color: #a7c445; }
.nav-text a.pagi-featured-image .pagi-Image { width: 100%; -webkit-transition: all 300ms ease-in;    -moz-transition: all 300ms ease-in;    -ms-transition: all 300ms ease-in;    -o-transition: all 300ms ease-in;    transition: all 300ms ease-in; background-repeat: no-repeat; background-size: cover;    background-position: center top;    padding: 0 0 56.25%;     height: 100%; background-color: #f0f0f0;  }
.nav-text a.pagi-featured-image:hover .pagi-Image { -moz-transform: scale(1.01);    -webkit-transform: scale(1.01);    -o-transform: scale(1.01);    -ms-transform: scale(1.01);    transform: scale(1.01);  }
.blogComments { background-color: #f5f5f5;    padding: 50px 0px; }
.blogComments form .grecaptcha-badge {  margin: 0; }
.blogComments div#comments-listing { display: none !important; }
.blogComments .container { max-width: 890px; }
.blog-post-social-sharing ul.hs-blog-social-share-list { margin: 0; }
.blog-post-social-sharing .hs-blog-social-share { padding: 20px 0 0;    border: 0; }
.wheroSection h1 { font-size: 48px; line-height: 1.3; } 
.wheroSection h2 { font-size: 36px; }
.wheroSection h3 { font-size: 28px; font-weight: 400; }
.wheroSection h4 { font-weight: 300; }
.accoSection .hhs-accordion-content { display: none; padding: 20px 20px 20px; border: 2px solid #a7c445;    overflow: hidden;    border-bottom-left-radius: 5px;    border-bottom-right-radius: 5px; }   
.row-fluid .accoSection { padding: 50px 0; width: 100%; float: left; }
.row-fluid .accoSection ul.hhs-accordion { list-style: none;    margin: 0;    padding: 0; }
.accoTitle h3 { text-align: center;    position: relative;    margin: 0 0 40px;    padding: 30px 0 0;    color: rgba(34, 34, 34,100) !important; }
.accoTitle h3:before { content: ""; background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto;  }     
.row-fluid .accoSection ul.hhs-accordion > li { background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    border-radius: 2px;    overflow: hidden;   width: 49%; float: left;        margin: 0 2% 20px 0;    transition: all ease-in-out .3s; }    
.row-fluid .accoSection ul.hhs-accordion > li:nth-child(2n) { margin-right: 0; }
.accoSection .accordion-title { cursor: pointer; color: #363636;    padding: 20px 40px 20px 20px;    width: 100%;    font-weight: 500;    font-size: 18px;    line-height: 22px;    position: relative;    display: flex;    align-items: center; }
.accoSection .accordion-title:before { content: "";    border-left: 3px solid #363636;    border-bottom: 3px solid #363636;    position: absolute;    right: 25px;    height: 10px;    width: 10px;    transform: rotate(-45deg);    transition: all ease-in-out .3s; }
.accoSection .accordion-title.active:before { transform: rotate(135deg); }    
.accoSection .hhs-accordion-content p:last-child { margin-bottom: 0; }
.row-fluid .accoSection ul.hhs-accordion li:last-child { margin-bottom: 0; }
.accoSection .accordion-title:hover, .accoSection .accordion-title.active { background-color: #a7c445;    color: #fff; }
.accoSection .accordion-title:hover:before, .accoSection .accordion-title.active:before { border-color:#fff; }
.imgtextSec .hhs-rich-text { margin: 0 !important; }
.imgtextSec .hhs-rich-text p:last-child {  margin-bottom:0; }
.row-fluid .iwt-icon i { margin: 0 0 20px; }
.imgtextSec .hhs-rich-text-in h3 { font-size: 24px; }
.row-fluid .iitLeft { width: 35%; }
.row-fluid .iitRight { width: 65%;    padding-left: 30px; }
.row-fluid .iitIcon img { max-width: 40px; }
.row-fluid .iitBox { position: relative;    padding-left: 60px;    min-height: 40px;    display: flex;    align-items: center;    margin: 0 0 30px; }
.row-fluid .iitBox:last-child {  margin:0; }
.row-fluid .iitIcon { position: absolute;    top: 0;    left: 0; }
.row-fluid .iitText p:last-child  { margin: 0; }
.tformSection form .hs-richtext h6 { font-size: 14px; line-height: 20px; text-align: center;  }
.tformSection form .hs-richtext, .tformSection form .hs-richtext p { font-size: 14px;    line-height: normal;    color: #fff; text-align: left; }
.tformSection form .mdl-checkbox__box-outline { border-color: #fff; top:0; }
.tformSection form.hs-form .mdl-checkbox.is-checked .mdl-checkbox__tick-outline { background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K); }
.tformSection form.hs-form .mdl-checkbox.is-checked .mdl-checkbox__box-outline { border-color: #fff; }
.tformSection .hhs-form-con { margin: 0 auto; }
.tformText h3 { text-align: center;    position: relative;    margin: 0 0 40px;    padding: 0 0 20px; }
.tformText h3:before { content: ""; background-color: #fff;    position: absolute;    bottom: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto;  }     
.itcinner { position: relative; background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    border-radius: 2px;    overflow: hidden;    width: 100%;    margin: 0 0 20px;    padding: 20px 20px 20px 110px;    transition: all ease-in-out .3s; }
.itcIcon { position: absolute;    left: 20px;    top: 30px; }
.itcIcon img { max-width: 65px; filter: invert(48%) sepia(41%) saturate(528%) hue-rotate(42deg) brightness(98%) contrast(93%); }      
.itcCon h4 { font-weight: 500; position: relative;    margin: 0 0 15px;    padding:15px 0 0;     color: rgba(34, 34, 34,100) !important; }
.itcCon h4:before { content: ""; background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto;  }
.itcButton { margin: 10px 0 0;    width: 30%;    display: flex;    align-items: center;    justify-content: flex-end; }
.itcCon { width: 70%; }
.itcinner:last-child { margin: 0; }

.iwtcInner { margin: 0 -15px; justify-content: center; -webkit-justify-content: center; }
.iwtcBox { width: 50%;    padding: 0 15px; margin:0 0 20px; }
.iwtcInner.three_column .iwtcBox { width: 33.33%; }
.iwtcInner.four_column .iwtcBox { width: 25%; }
.iwtcBox i, .iwtcBox img { margin: 0 0 20px; }
.iwtcBox .hhs-text-content h4 { font-weight: 500; }
.iwtcBox .hhs-content-con { border-radius: 2px;    background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    overflow: hidden;    position: relative;    padding: 20px;     height: 100%; }

.ptScrollCon { padding: 50px 0; }
.ptsCont h2 {  position: relative; margin: 0 0 30px;    padding: 30px 0 0;    color: rgba(34, 34, 34,100) !important; }
.ptsCont h2:before { content: "";  background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }  

.ptScrollmenu { background-color: #000; }
.ptsmInner { margin: 0 0 50px; }
.ptsmInner h3 { position: relative; margin: 0 0 30px;    padding: 30px 0 0 ;    color: rgba(34, 34, 34,100) !important;  }
.ptsmInner h3:before { content: "";  background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;       width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }  

.ptsmBox { position: relative; width: 23.5%;    margin: 0 2% 20px 0; border-radius: 2px; background-color: #fff; box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);   transition: all ease-in-out .3s;    padding: 20px 30px; }
.ptsmBox:nth-child(4n) { margin-right: 0; }
.ptsmBox:hover { transform: scale(1.04);  }
.row-fluid .ptsmBoxes.three_column .ptsmBox { width: 32%; margin: 0 2% 20px 0; }
.row-fluid .ptsmBoxes.three_column .ptsmBox:nth-child(3n), .row-fluid .ptsmBoxes.two_column .ptsmBox:nth-child(2n) { margin-right: 0; }
.row-fluid .ptsmBoxes.two_column .ptsmBox { width: 49%; margin: 0 2% 20px 0; }
.ptsmBoxes.flexwrap { justify-content: center; }      
.ptsmBox:last-child { margin-right: 0 !important; }   
.ptsmButton { margin: 20px 0 0; }
.ptsmIcon { min-height: 90px;    display: flex;    justify-content: center;    align-items: center; }
.ptsmIcon img { object-fit: contain;    max-height: 90px; }
a.ptsmLinks { position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%; }

.didBox { width: 31.66%;    margin: 0 2.5% 20px 0;    background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);   border-radius: 2px;  transition: all ease-in-out .3s; overflow: hidden; padding-bottom: 100px; position: relative; }
.didBox:nth-child(3n), .didBox:last-child { margin-right: 0; }
.didContent { padding: 20px 20px 0; }
.didImage {  overflow: hidden;  text-align: center; }
.didContent h3 { position: relative; margin: 0 0 15px;    padding: 30px 0 0;    color: rgba(34, 34, 34,100) !important;  font-size: 24px; font-weight: 400; }
.didContent h3:before { content: "";  background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;       width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }  
.didContent h4 { font-size: 16px; line-height: normal;    margin: 0 0 20px;    font-weight: 400;    font-style: italic; }
.didText ul { padding-left: 20px;    margin: 10px 0 0; }
.didButton a.cta-primary i { color: #fff; }
.didImage img, .didImage a { transition: all ease-in-out .3s; width: 100%; }
.didImage:hover img { transform:scale(1.05); }
.didButton { position: absolute;    bottom: 20px;    left: 0; right:0; margin:0 auto; text-align: center; }
.imgtextSec .hhs-rich-text-in ul { padding-left: 20px;    margin: 20px 0; }

.counterMSec .row { margin: 0 -15px !important; }
.counterColumn { border-radius: 2px;    background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    transition: all ease-in-out .3s;     padding: 20px; }
.counterColumn h2 { font-size: 40px; }
.counterColumn:hover { transform: scale(1.05); }

.newsmSection {  padding:50px 0; }  
.newsmTop h2 { position: relative; margin: 0;    padding:30px 0 0;    color: rgba(34, 34, 34,100) !important;  font-size: 40px; font-weight: 700; }
.newsmTop h2:before { content: "";  background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0; right:0;      width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }  
.newsmTtext { margin: 20px 0 0; }
.newsmTbtn { margin: 40px 0 0; }
.newsmTop { margin: 0 0 50px; }
.newsmImage  { width: 30%;    padding: 0 15px; display: flex; align-items: center;    justify-content: center; }
.newsmContent { width: 70%;    padding: 0 15px; }
.newsmContent h4 {  position: relative; margin: 0 0 15px;    color: rgba(34, 34, 34,100) !important; }
.newsmBoxes { background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    border-radius: 2px;    overflow: hidden;    width: 100%;     padding: 30px;    transition: all ease-in-out .3s; }
.newsmBoxes ~ .newsmBoxes {   margin: 20px 0 0;  }
.newsmBoxes.csfsBoxes { transition: auto; }


.newsmImage img { max-width: 280px !important; }
.newsmCText h5 { font-size: 18px; }
.newsmCbtn { margin: 20px 0 0; }
.galleryInner.two_column .hhs-gallery-card:nth-child(2n) { margin-right: 0; }
.galleryInner.two_column .hhs-gallery-card { width: 48.75%;    margin: 0 2.5% 30px 0; }
.galleryInner .false.hhs-gallery-card { padding-bottom: 20px; }

.idiLeft { width: 65%; }
.idiRight { width: 35%;    padding-left: 20px; }
.idirImage ~ .idirImage { margin: 20px 0 0; }
.idiLeft img { height: 100% !important;    object-fit: cover; }

.cmsLeft { width: 65%; }
.cmsRight { width: 35%;    padding-left: 70px; }
.cmsrBox { background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    border-radius: 2px;    overflow: hidden;    width: 100%;    padding: 30px;    transition: all ease-in-out .3s;    margin: 0 0 20px;    text-align: center; }
.cmsrBicon { font-size: 34px;    margin: 0 0 20px; }
.cmsrBtext h6 { font-size: 18px;    letter-spacing: normal; }
.smslTop { margin: 0 0 30px; }
.smslTop h2 { position: relative; margin: 0 0 20px;   padding:30px 0 0;   color: rgba(34, 34, 34,100) !important;  font-size: 40px; font-weight: 700; }
.smslTop h2:before { content: "";  background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0; width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }  
.cmsfinner .hs-richtext, .cmsfinner .hs-richtext p { font-size: 14px;    line-height: 20px;    font-weight: 400;    color: #000; }
.cmsForm { margin: 0 0 30px; }
.cmsfinner form .hs-form-field input[type=text], 
.cmsfinner form .hs-form-field input[type=email], 
.cmsfinner form .hs-form-field input[type=phone],
.cmsfinner form .hs-form-field input[type=number], 
.cmsfinner form .hs-form-field input[type=tel], 
.cmsfinner form .hs-form-field input[type=date], 
.cmsfinner form .hs-form-field textarea { background-color:#fff; border: 1px solid #000; border-radius: 2px;    color: #000;  }

.filterCTop .filterCTcon { margin: 0 0 60px; display:none;  }
.filterCTop .filterCTcon.active-data  { display:block; }
.filterButtons ul { display: flex;    flex-wrap: wrap;    justify-content: center; display: -webkit-flex;    -webkit-flex-wrap: wrap;    -webkit-justify-content: center;     list-style: none; padding: 0; margin: 0; }
.filterSection { padding: 0px 0 50px; overflow: hidden; }
.filterButtons ul li { text-transform: uppercase; padding: 15px 8px; max-width: inherit !important;    text-overflow: initial !important;    vertical-align: middle;    cursor: pointer;    color: #fff;    font-size: 16px;    line-height: 24px;    font-weight: 400;    transition: all ease-in-out .3s;    margin: 0 5px; }
.filterButtons ul li:hover, .filterButtons ul li.is-active { background-color: #a7c445;    color: #fff; }
.filterBox { width: 33.33%; padding:0 15px;    margin: 0 0 20px 0;  position: relative; }
.filterBoxInn { height: 100%;  background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);   border-radius: 2px;  overflow: hidden; }
.filterButtonsFull { background-color: #000; margin: 0 0 60px; }

.filterbTCon { padding: 20px; border-top: 5px solid rgba(167, 196, 69,100); margin-top: -1px; }
.filterbTCon h3 { position: relative; margin: 0 0 15px;     color: rgba(34, 34, 34,100) !important;  font-size: 22px; font-weight: 400; }
.vidPadding { position: relative;    padding: 0 0 56.25%;    width: 100%;     height: 100%; }
.vidPadding iframe, .vidPadding video { position: absolute;    top: 0;    left: 0;    width: 100%;     height: 100%; }
.filterCTop h2 {  text-transform: uppercase; font-size: 34px; position: relative; padding:30px 0 0;    margin: 0 0 20px;    color: rgba(34, 34, 34,100) !important; }
.filterCTop h2:before { content: "";  background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }  
.filterCText { max-width: 700px;    margin: 0 auto 20px; }
.filterbT { overflow: hidden; }
a.filterbImage { -webkit-transition: all 300ms ease-in-out;    -moz-transition: all 300ms ease-in-out;    -ms-transition: all 300ms ease-in-out;    -o-transition: all 300ms ease-in-out;    transition: all 300ms ease-in-out; }
a.filterbImage:hover { transform: scale(1.1); }
.filterbImage { background-color: #f2f2f2; display: block;    padding: 0 0 56.25%;    background-size: cover;    background-repeat: no-repeat;    background-position: center top; }
.filterlMore { margin: 30px 0 0; }
.filterbTCtext h4 { min-height:88px; }
.filterbTCtext h4, .filterbTCtext h4 a { font-size: 18px;  line-height: 22px; color: #363636; }
.filterbTCtext h4 a:hover { color: #a7c445; }
.resIBox { width: 31.66%;    margin: 0 2.5% 20px 0;    background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);   border-radius: 10px; border: 3px solid rgba(167, 196, 69,100);  transition: all ease-in-out .3s; overflow: hidden; padding: 30px; position: relative; }
.resIBox:nth-child(3n), .didBox:last-child { margin-right: 0; }
.resIcons img { width: 100%;    max-height: 100px;    object-fit: cover; }
.resITitle h2 {  font-size: 34px; position: relative; margin: 0 0 30px;    padding:30px 0 0;    color: rgba(34, 34, 34,100) !important; }
.resITitle h2:before { content: "";  background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    right: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }  
.resItext h4 {  margin:0; font-size: 20px; line-height: normal; }
.resIBox a.resILink { position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%; }
.resIBox:hover { transform: scale(1.05); }

.ctmpImage img { max-width:250px; }
.ctmpModal {display:none;  }  
.row-fluid .ctmpInner .ctmpBox { width: 32%; margin: 0 2% 20px 0;  background-color: #fff;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);   border-radius: 2px;  transition: all ease-in-out .3s; overflow: hidden; padding: 30px; position: relative; }
.row-fluid .ctmpInner .ctmpBox:nth-child(3n), .row-fluid .ctmpInner.two_column .ctmpBox:nth-child(2n) { margin-right: 0; }
.row-fluid .ctmpInner.two_column .ctmpBox { width: 49%; margin: 0 2% 20px 0; }
.ctmpCon h3 { font-size: 18px;    margin: 10px 0; }
.ctmpButton { position: absolute;    bottom: 30px;    left: 0;    right: 0;    margin: 0 auto; }
.row-fluid .ctmpInner .ctmpBox.true { padding-bottom: 100px; }
.ctmpModal.modal { width: 100%;    padding: 60px 50px 60px !important;    max-width: 800px !important; }
.ctmpMInner { margin: 0 -15px; }
.ctmpMLeft { width: 50%;    padding: 0 15px; }
.ctmpMRight { width: 50%;    padding: 0 15px; }
.ctmpMOuter h2 { position: relative; margin: 0 0 40px;    padding:30px 0 0;    color: rgba(34, 34, 34,100) !important;  font-size: 36px; font-weight: 400; text-align:center; }
.ctmpMOuter h2:before { content: "";  background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;   right:0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }  
.ctmpMText h4 { font-size: 18px;    margin: 10px 0; }
.ctmpMForm form .hs-form-field input[type=text], 
.ctmpMForm form .hs-form-field input[type=email], 
.ctmpMForm form .hs-form-field input[type=phone],
.ctmpMForm form .hs-form-field input[type=number], 
.ctmpMForm form .hs-form-field input[type=tel], 
.ctmpMForm form .hs-form-field input[type=date], 
.ctmpMForm form .hs-form-field textarea { background-color:#fff; border: 1px solid #000; border-radius: 2px;    color: #000;  }
.ctmpMForm form .hs-richtext, .ctmpMForm form .hs-richtext p { font-size: 16px;    line-height: 24px;     color: #363636; }

.csfsButton { display:none; }
.csfsButton.active-data { display:block; }
.csfsSection { padding: 0 0 50px; }
.csfsButtonsfull  {  background-color: #000;    margin: 0 0 60px; }
.csfsButtons ul { display: flex;    flex-wrap: wrap;    justify-content: center;    display: -webkit-flex;    -webkit-flex-wrap: wrap;    -webkit-justify-content: center;    list-style: none;     padding: 0;     margin: 0; }
.csfsButtons ul li { text-transform: uppercase; padding: 15px 8px;    max-width: inherit !important;    text-overflow: initial !important;    vertical-align: middle;    cursor: pointer;    color: #fff;    font-size: 16px;    line-height: 24px;    font-weight: 400;    transition: all ease-in-out .3s;    margin: 0 5px; }
.csfsButtons ul li.is-active, .csfsButtons ul lihover { background-color: #a7c445;    color: #fff; }
  


.partner-logo img {display: none;}
.slick-slider{ position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
-webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list{  position: relative; display: block; overflow: hidden; }
.slick-list:focus{ outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{ -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track{ position: relative; top: 0; left: 0; display: block;}
.slick-track:before,
.slick-track:after{ display: table; content: ''; clear: both;}
.slick-loading .slick-track{ visibility: hidden;}
.slick-slide{ display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide{ float: right;}
.slick-slide img{ display: block;}
.slick-slide.slick-loading img{ display: none;}
.slick-slide.dragging img{ pointer-events: none;}
.slick-initialized .slick-slide{ display: block;}
.slick-loading .slick-slide{ visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden { display: none; }
.our-Logos-section .scrolling-logos { padding: 0 30px; }
.our-Logos-section .container { max-width: 1180px; }
.our-Logos-section h6, .our-Logos-section h3 {  position: relative;    margin: 0 0 20px;  text-transform: uppercase; }

.our-Logos-section { padding:25px 0; overflow:hidden;}
.scrolling-logos .slick-track { display: flex; align-items: center; display: -webkit-flex; -webkit-align-items: center; }
.scrolling-logos.slick-initialized .slick-slide{ line-height:72px; text-align:center; outline: none; margin: 0 20px; height: auto; }
.scrolling-logos.slick-initialized .slick-slide img{ display:inline-block; vertical-align:middle; max-height: 72px; object-fit: contain; }
.scrolling-logos .slick-arrow{ font-size: 0; width: 25px; height: 100px; background-color: transparent; border: 0; position: absolute; top:33%; /*margin-top:-28px;*/ z-index: 12; cursor: pointer; background-size: 15px 15px !important; transform: none; }
.scrolling-logos .slick-arrow:focus{ outline: none;}
.scrolling-logos button.slick-prev { left: 0px; width: 0; height: 0; border-top: 10px solid transparent; border-right: 15px solid #a7c445; border-bottom: 10px solid transparent; padding: 0px; }
.scrolling-logos button.slick-next { right: 0px; width: 0; height: 0;  border-top: 10px solid transparent; border-left: 15px solid #a7c445; border-bottom: 10px solid transparent; padding: 0px;}
.scrolling-logos .slick-dots{ width:100%; text-align:center; list-style:none;  left:0; bottom:-50px; padding-left: 0px; } 
.scrolling-logos .slick-dots li{ display:inline-block; padding:5px;}
.scrolling-logos .slick-dots button{ display:block; width:11px; height:11px; background-color:#111; border-radius:50%; border:none; font-size:0; padding: 0px !important; }
.scrolling-logos .slick-dots li.slick-active button{ background-color:#FFFFFF; }


.testimonal-con { margin: 25px 0;     background: #f5f5f5;    padding: 25px;    -webkit-border-radius: 4px;    -moz-border-radius: 4px;    -ms-border-radius: 4px;    -o-border-radius: 4px;    border-radius: 4px; }
.testimonial-avatar { margin: 10px auto 25px auto; }
.testimonial-avatar img { margin: 0 auto;    display: block; }
.quote-box { padding-bottom: 25px;    -moz-background-clip: padding;    -webkit-background-clip: padding-box;    background-clip: padding-box;    position: relative; }
.quote-box p { font-family: 'Georgia', serif;    font-style: italic;    font-size: 18px;    text-align: center; }
.person-info, .starRating { text-align: center; }
.dgtestSection .dgText { padding:0; }

.logoKitSec { padding: 50px 0; }
.logokLeft { width: 65%;  }
.logokRight { width: 32.5%;     margin-left: 2.5%; }
.logokrText { margin: 20px 0 0; }
.logokCon h4 { font-size: 20px;    margin: 0 0 15px;    position: relative;    padding: 30px 0 0; }
.logokCon h4:before { content: "";    background-color: rgba(167, 196, 69,100);    position: absolute;    top: 0;    left: 0;    width: 100%;    max-width: 100px;    height: 3px;    margin: 0 auto; }

.richtSection { padding:50px 0;  }
.richtSection .container { max-width: 920px; }
.ofForms .hs-input { border: 1px solid #ccc !important; }
.ofForms .hs-input.error { border-color: #da0101 !important; }
.jobpRight { width: 75%;   padding-left: 30px; }
.jobpLeft { width: 25%; }
.jobpSection { padding: 60px 0; }
.jobpImage img { max-width: 200px !important;  }
.jobpImage { margin: 0 0 30px; }
.jobprTitle h3 { margin: 0 0 30px; }
.jobpSocial ul li a {  padding: 5px 5px 0px 5px;    margin: 0 5px; }
.jobpSocial ul li { display: inline-block; }
.jobpSocial ul { padding: 0;    margin: 0;    list-style: none; }
.jobpSocial { margin: 20px 0 0; }
.jobpSocial ul li i { font-weight: 700; }

.caseSItem { margin: 0 0 30px; }
.testiCon { background-color: #f5f5f5;    padding: 25px;    border-radius: 4px; text-align: center; }
.testiavtar { width: 120px;    height: 120px;    margin: 0 auto 20px;        background-repeat: no-repeat;    background-size: contain;    background-position: center;    }
.testiqbox { margin: 0 0 20px; }
.jobpText blockquote { margin: 20px 0;    padding-left: 20px;    border-left: 3px solid #6d8f3a; }
.jobpText table tr td { padding: 20px 0; }
.jobpText table tr td ul { margin: 20px 0 0;    padding-left: 20px; }
.jobpText table { border: 0 !important; }

.zig-content ul { padding-left: 20px; }
.teamMLeft { width: 30%; }
.teamMRight { width: 70%;    padding-left: 40px; }
.teamMSocial a svg { width: 20px; height: 20px; color: #6d8f3a; fill: #6d8f3a; }
.teamMSocial ul { padding: 0;    margin: 0;    list-style: none; }
.teamMSocial ul li { margin: 20px 0 0;    display: inline-block; }
.teamMSocial ul li ~ li { margin: 20px 0 0 10px; }
.teamMItem { margin: 0 0 30px;    box-shadow: 1px 1px 7px 4px rgb(0 0 0 / 10%);    transition: all ease-in-out .3s;    overflow: hidden;    padding: 20px;    border-radius: 10px; }
.teamMItem:last-child { margin-bottom: 0; }
.teamMContent h6 { font-size: 14px; }
.teamMSocial ul li a { display: inline-block;    transition: all ease-in-out .3s; }
.teamMSocial ul li a:hover { transform: scale(1.2); }
.teamMSection { padding: 60px 0; }

 .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3) ul { min-width: 204px; }

.body__home .hhs { height: auto; }

/*responsive CSS*/

@media (min-width: 980px) {
.hhs-col-1, .hhs-col-2, .hhs-col-3, .hhs-col-4, .hhs-col-5, .hhs-col-6, .hhs-col-7, .hhs-col-8, .hhs-col-9, .hhs-col-10, .hhs-col-11,  { float: left;    padding-left: 15px;    padding-right: 15px; }
  
  
  
}

@media(max-width:1140px){
  body .scrolling-testimonials button.previous, body .scrolling-testimonials button.next {width: 30px !important; height: 30px !important;}
  body .scrolling-testimonials button.previous { left: -25px; }
  body .scrolling-testimonials button.next { right: -25px;}
  .hhs-testimonial-scroller-mod .row { width: 90%;  margin: 0 auto !important;  float: none;}
  .hhs-testimonial-scroller-mod .flickity-slider { min-height: 400px;  }
  .lpHeroSection h1 { font-size: 36px; }
  .lpHeroSection h3 { font-size: 28px; }
  .lpHeroSection h2 { font-size: 30px; }
  .main-content-body .container  {  max-width: 970px; }
  .main-post-section .container {  max-width: 970px; }
  .blog-post-title h1, .blog-post-title h1 span, .blog-post-title h1 a { font-size: 40px; }
  .wheroSection h1 { font-size: 36px; } 
  .wheroSection h2 { font-size: 30px; }
  .wheroSection h3 { font-size: 28px; }
  .wheroSection h4 { font-size: 18px; }
  
  
  
  }
@media(max-width:991px){
h1, h2, h3, h4, h5, h6 {line-height: 1.33em;}
h1 { font-size: 3.157em;}
h2 { font-size: 2.369em;}
h3 {font-size: 1.777em;}
h4, .hero-text { font-size: 1.333em;}
h5 { font-size: 1em;}
h6 {font-size: 12px;}
.zigzag-section .hhs-rich-text { justify-content: flex-start !important;-webkit-justify-content: flex-start !important;}
.zigzag-section .hhs-rich-text-in {max-width: 100%;}
.hhs-video-text-mod .hhs-rich-text { padding-top: 40px; }
.zigzag-section .hhs-rich-text { padding: 20px 15px 20px 15px !important; height: auto; }
.zigzag-section .hhs-bg-image { padding-bottom: 0;}
.zigzag-section .hhs-reg-image {height: auto !important; width: 100% !important; position: relative; top: auto; left: auto; bottom: auto; right: auto;}
.order-mobile .row { display: flex; flex-direction: column-reverse; }
.hhs-testimonial-scroller-mod { padding: 50px 0 !important; }
.hhs-testimonial-scroller-mod .flickity-button { width: 26px !important; height: 26px !important; }
.hhs-testimonial-scroller-mod .scrolling-testimonials button.previous { left: -30px;}
.hhs-testimonial-scroller-mod .scrolling-testimonials button.next {right: -30px;}
.brand-items { max-width: 700px; padding:0; }
  
.hhs-wave-module svg, .hhs-wave-module { min-width: auto !important;}
.custom-menu-primary .hs-menu-wrapper>ul li:last-child ul { left: auto !important; right: 0; }
body .hamburger { padding-top: 19px;}
.hhs-testimonial-scroller-mod .quote-con { font-size: 18px !important;  margin-left: 0;    margin-right: 0;}  

.hhs-testimonial-scroller-mod .row>.col-12 { padding: 0; }
.hhs-footer-mod .hhs-foot-logo {  text-align: left;}
  .nav-col-1 { margin-bottom: 50px;}
.dgLeft { width: 100%; }  
.dgRight { width: 100%;    padding: 40px 0 0; }  
 .hhs-col-6 { width: 100%; } 
  .hide-mobile { display: none !important; }
  
  .galleryInner .hhs-gallery-card, .galleryInner.two_column .hhs-gallery-card { width: 100%;    margin: 0 0 30px !important; }
  
  .lpHeroSection h1, .wheroSection h1 { font-size: 30px; }
  .lpHeroSection h2, .wheroSection h2 { font-size: 26px; }
  .lpHeroSection h3, .wheroSection h3 { font-size: 24px; }
  .lpHeroSection h4, .wheroSection h4 { font-size: 18px; }
  
  
  .iwtBox, .teamMember, .hhs-event-sched, .row-fluid .iwtInner.three_column .iwtBox, .ptsmBox, .row-fluid .ptsmBoxes.three_column .ptsmBox, .didBox, .resIBox, .row-fluid .ctmpInner .ctmpBox { width: 49%;    margin: 0 2% 20px 0 !important; }
  .iwtBox:nth-child(2n), .teamMember:nth-child(2n), .hhs-event-sched:nth-child(2n), .row-fluid .iwtInner.three_column .iwtBox:nth-child(2n), .ptsmBox:nth-child(2n), .row-fluid .ptsmBoxes.three_column .ptsmBox:nth-child(2n), .didBox:nth-child(2n), .resIBox:nth-child(2n), .row-fluid .ctmpInner .ctmpBox:nth-child(2n) {  margin-right: 0 !important; }
  .dgText table, .dgText table td { width: 100% !important;    display: block; }
  .galleryInner .hhs-gallery-text h4 { min-height: auto; }
  .main-content-body .container  {  max-width: 970px; }
  .blog-main-hero { padding: 10px 0px 50px; }
  header.header.headerDark .hamburger-inner, 
  header.header.headerDark .hamburger-inner::before,
  header.header.headerDark .hamburger-inner::after, 
  header.header.headerDark .hamburger.is-active .hamburger-inner,
  header.header.headerDark .hamburger.is-active .hamburger-inner::before, 
  header.header.headerDark .hamburger.is-active .hamburger-inner::after { background-color: rgba(68, 68, 68, 1) !important; }
  header.header.headerDark .hamburger--spring.is-active .hamburger-inner {  background-color: transparent !important; }
  header.header.headerDark .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a { color: #fff !important; }
  .blog-hero-left h1 { font-size: 36px;    line-height: 46px; }
  .postTitle h2, .postTitle h2 a { font-size: 20px; }
  .main-post-section .container {  max-width: 720px; }
  .blog-post-title h1, .blog-post-title h1 span, .blog-post-title h1 a { font-size: 36px; }
  .zigzag-section .row { flex-direction: column-reverse; }
  .zigzag-section .row .order-2 { order: 1; } 
  .zigzag-section .hhs-rich-text-in h3 { margin: 0; }
  .vdtLeft { width: 100%; }
  .vdtRight  { width: 100%;    padding: 20px 0 0; }
  .vdtInner.flexwrap.flex_right .vdtRight { padding: 20px 0 0; }
  .vdtInner.flexwrap.flex_right { flex-flow: column;    -webkit-flex-flow: column; } 
  .row-fluid .iitLeft { width: 100%; }
  .row-fluid .iitLeft img { width: 100%; }
  .row-fluid .iitRight { width: 100%;    padding: 30px 0 0; }
  .hhs.fftextSection .hhs-col-6 { width: 100% !important; flex: 100%; }
  .hhs.fftextSection .hhs-text-content { padding: 30px !important; }
  .itcCon { width: 100%; }
  .itcButton { width: 100%;    justify-content: left; }                
  .counterMSec .row > div ~ div { margin: 30px 0 0; }
  .counterMSec .row > div { padding: 0; }
  .counterMSec .row { margin: 0 !important; }
  .row-fluid .accoSection ul.hhs-accordion > li { width:100%; margin: 0 0 20px; }
  .cmsLeft { width: 100%; }
  .cmsRight { width: 100%;    padding: 30px 0 0; }
  .filterBox { width: 50%;  }
  .logokLeft { width: 100%; }
  .logokRight { width: 100%;    margin: 30px 0 0; }
  .teamMLeft { width: 100%; }
  .teamMImage img { width: 100%; }
  .teamMRight { width: 100%; padding: 20px 0 0; }
  
  
  .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul.hs-menu-children-wrapper { right: 100% !important; left: auto !important; }
 
  
}
@media(max-width:967px){
.hhs-nav-opt-items {
    padding-top: 10px;
}
}
@media(max-width:768px){
.custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li.active a:hover { background-color: #111111 !important; }
body .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-item a { color: #f5f5f5 !important;}
body .lang_list_class li, body .custom-menu-primary .hs-menu-wrapper > ul ul { background: rgba(255, 255, 255, 1) !important; background-color: rgba(255, 255, 255, .08) !important;}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .hhs-lang-switch .lang_list_class li a { color: #f5f5f5 !important; }
  body .custom-menu-primary .hs-menu-wrapper>ul, body .custom-menu-primary .hs-menu-wrapper>ul li.active a:hover { background-color: #111 !important; }
  body .custom-menu-primary.hhs-header-trans .hs-menu-wrapper > ul li { border-top: 1px solid rgba(255, 255, 255, .15);}
  body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, body .hhs-lang-switch .lang_list_class li a { color: #f5f5f5 !important; }
  .hhs-testimonial-scroller-mod .row { width: 100%;}
  footer.footer * { text-align: left !important;}
  
  .hhs-nav-opt-items { padding-top: 0; }
  body .hamburger { margin-top: 15px; }
  
  
  .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3) > ul.hs-menu-children-wrapper { right: 100% !important; left: auto !important; }

  .hhs-header-menu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul > li:nth-child(4) > ul.hs-menu-children-wrapper > li:nth-child(3) ul { min-width: auto; }
}
@media(max-width:767px){
h1, h2, h3, h4, h5, h6 { line-height: 1.25em;}
h1 {font-size: 2em;}
h2 { font-size: 1.8em;}
h3 {font-size: 1.5em;}
h4, .hero-text { font-size: 1.25em;}
h6 { font-size: 12px;}  
  .brand-items button.slick-prev.slick-arrow { left: -15px; }
  .brand-items button.slick-next.slick-arrow { right: -16px; }
  .SaiBox { width: 100%;    margin: 0 0 20px; }
  .iwtBox, .teamMember, .hhs-event-sched, .row-fluid .iwtInner.three_column .iwtBox, .ptsmBox, .didBox, .resIBox, .row-fluid .ctmpInner .ctmpBox { width: 100% !important;    margin: 0 0 30px 0 !important; }
  .iwtBox:last-child,.row-fluid .iwtInner.three_column .iwtBox:last-child { margin-bottom:0 !important; }
  .fwSection table tr td { width: 100% !important;    display: block; }
  .fwSection table tr td img   {   margin: 0 auto !important;    float: none !important; }
  .event-sched-time h5 { font-size: 32px; }
  .event-sched-title h5 { font-size: 18px; }
  .hhs-event-sched:last-child { margin: 0 !important; }
  .followSection .hhs-center-hero { max-width: 100% !important; }
  .followSection .hhs-center-hero table { width: 100% !important; }
  .vdtLeft { width: 100%; }
  .vdtRight  { width: 100%;    padding: 20px 0 0; }
  .zvtLeft { width: 100%; }
  .zvtRight, .zvtInner.flexwrap.flexflow .zvtRight { width: 100%;    padding: 30px 0 0 0; }
  .zvtInner.flexwrap.flexflow { flex-flow: column;    -webkit-flex-flow: column; }
  .sampleMenu ul li {  width: auto; }
  .wpbItem { width: 100%;    padding: 0; }
  .wpbCta.wpbItem { text-align: left; }
  .wpbItem ~ .wpbItem { margin: 10px 0 0; }
  .wpVideo table { width: 50% !important; }
  .postItem { width: 100%;    margin: 0 0 30px; }
  .blog-hero-left { width: 100%; }
  .blog-hero-right { width: 100%; padding: 30px 0 0; }
  .blog-hero-left h1 { font-size: 36px;    line-height: 46px; }
  .mptLeft {  width: 100%; }
  .mptRight { width: 100%; padding: 30px 0 0; }
  .mpaLeft { width: 100%; }
  .mpaRight { width: 100%; padding: 10px 0 0; }
  .blog-post-topics { flex-wrap: wrap; }
  .topics-lable { margin: 0 0 10px;  }
  .itcIcon img { max-width: 50px; }
  .itcinner { padding: 20px 20px 20px 90px; }                                                                            
  .iwtcInner.four_column .iwtcBox, .iwtcBox, .iwtcInner.three_column .iwtcBox { width: 100%; margin:0 0 20px; padding:0; }    
  .iwtcBox:last-child { margin-bottom:0px !important; } 
  .iwtcInner { margin: 0; }
  .ptsmBox:last-child { margin: 0 !important; }
  .ptsmIcon img { object-fit: contain; max-width: 200px !important;   max-height: 70px; }
  .ptsmIcon { min-height: auto; }
  .ptsMenu.sampleMenu ul li { width: 50%;    margin: 0; }
  .ptScrollmenu { padding: 10px 0; }
  .newsmImage { width: 100%;    padding: 0; }
  .newsmContent { width: 100%;    padding: 30px 0 0; }
  .newsmImage img { max-width: 200px !important; }
  .newsmTop h2 { font-size: 34px; }
  .idiLeft { width: 100%;   }
  .idiRight { width: 100%;    padding: 20px 0 0; }
  .filterBox { width: 100%;    margin: 0 0 20px 0 !important;  }
  .filterButtons ul { padding: 30px 0; -webkit-justify-content: left; justify-content: left; }
  .filterButtons ul li { width: 49%;    margin-right: 2%;  margin-left: 0; margin-bottom: 10px; padding: 10px 8px; }
  .filterButtons ul li:nth-child(2n) { margin-right: 0; }
  .filterCTop h2 { font-size:28px; }
  .filterCTop .filterCTcon { margin: 0 0 40px; }
  .row-fluid .ctmpInner .ctmpBox.true { padding-bottom: 30px; }
  .ctmpButton { position: static;    margin: 20px 0 0; }  
  .ctmpMInner { margin: 0; }
  .ctmpMLeft { width: 100%;    padding: 0; }
  .ctmpMRight { width: 100%;    padding: 30px 0 0; }
  .ctmpModal.modal { padding: 40px 30px 40px !important; }
  .ctmpMOuter h2 { font-size: 28px; margin: 0 0 20px; }
  .csfsButtons ul {  padding:30px 0; }
  .csfsButtonsfull { margin: 0 0 30px; }
  .partners-logo button.slick-prev{ left:0; }
  .partners-logo button.slick-next{ right:0;}
  .jobpLeft { display: none; }
  .jobpRight { width: 100%;    padding-left: 0; }
  .jobpText table tr td { width: 100% !important;    display: block; }
  .systems-page .hs-search-results__listing li a.hs-search-results__title { font-size: 18px; }
  
  body .testiSection.testimonials-section .scrolling-testimonials button.slick-arrow { width: 22px; height: 22px; }
  body .hhs-pop.hhs-modal.hhs-search-modal { padding: 10px 20px !important; max-width: 600px !important; }
  body .hhs-search-modal .hs-search-field__input { font-size: 18px !important; }
}
@media(max-width:480px){
  .hero-cta>span+span { margin-top: 15px;}
  .container .row, .container .row>div { padding-left: 0 !important; padding-right: 0 !important;}
  body .hhs-highlight-form { height: 200px !important;}
  .hhs.htcSection .hhs-hero { height: 250px !important; } 
  .accoSection .accordion-title { font-size: 16px; }
  .imgtextSec .row { margin: 0 !important; }

}

@media(max-width:350px){
  .lpHeroSection h1 { font-size: 24px; }
  .lpHeroSection h3 { font-size: 20px; }
  .dgForm .grecaptcha-badge { margin: 0;    transform: scale(0.8);    transform-origin: 0; }
  .lpHeroSection h2 { font-size: 20px; }
  body .hhs-header-mod .hhs-header-logo .logo-standard, body .hhs-header-mod .hhs-header-logo .logo-sticky { max-width: 140px !important; }
  body .hamburger { margin-top: 10px; }
  
}