/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .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-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-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-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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.col-xs {
  position: relative;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.col-xs-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.col-xs-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.col-xs-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.pull-xs-0 {
  right: auto;
}

.pull-xs-1 {
  right: 8.33333%;
}

.pull-xs-2 {
  right: 16.66667%;
}

.pull-xs-3 {
  right: 25%;
}

.pull-xs-4 {
  right: 33.33333%;
}

.pull-xs-5 {
  right: 41.66667%;
}

.pull-xs-6 {
  right: 50%;
}

.pull-xs-7 {
  right: 58.33333%;
}

.pull-xs-8 {
  right: 66.66667%;
}

.pull-xs-9 {
  right: 75%;
}

.pull-xs-10 {
  right: 83.33333%;
}

.pull-xs-11 {
  right: 91.66667%;
}

.pull-xs-12 {
  right: 100%;
}

.push-xs-0 {
  left: auto;
}

.push-xs-1 {
  left: 8.33333%;
}

.push-xs-2 {
  left: 16.66667%;
}

.push-xs-3 {
  left: 25%;
}

.push-xs-4 {
  left: 33.33333%;
}

.push-xs-5 {
  left: 41.66667%;
}

.push-xs-6 {
  left: 50%;
}

.push-xs-7 {
  left: 58.33333%;
}

.push-xs-8 {
  left: 66.66667%;
}

.push-xs-9 {
  left: 75%;
}

.push-xs-10 {
  left: 83.33333%;
}

.push-xs-11 {
  left: 91.66667%;
}

.push-xs-12 {
  left: 100%;
}

.offset-xs-1 {
  margin-left: 8.33333%;
}

.offset-xs-2 {
  margin-left: 16.66667%;
}

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

.offset-xs-4 {
  margin-left: 33.33333%;
}

.offset-xs-5 {
  margin-left: 41.66667%;
}

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

.offset-xs-7 {
  margin-left: 58.33333%;
}

.offset-xs-8 {
  margin-left: 66.66667%;
}

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

.offset-xs-10 {
  margin-left: 83.33333%;
}

.offset-xs-11 {
  margin-left: 91.66667%;
}

@media (min-width: 544px) {
  .col-sm {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-sm-0 {
    right: auto;
  }

  .pull-sm-1 {
    right: 8.33333%;
  }

  .pull-sm-2 {
    right: 16.66667%;
  }

  .pull-sm-3 {
    right: 25%;
  }

  .pull-sm-4 {
    right: 33.33333%;
  }

  .pull-sm-5 {
    right: 41.66667%;
  }

  .pull-sm-6 {
    right: 50%;
  }

  .pull-sm-7 {
    right: 58.33333%;
  }

  .pull-sm-8 {
    right: 66.66667%;
  }

  .pull-sm-9 {
    right: 75%;
  }

  .pull-sm-10 {
    right: 83.33333%;
  }

  .pull-sm-11 {
    right: 91.66667%;
  }

  .pull-sm-12 {
    right: 100%;
  }

  .push-sm-0 {
    left: auto;
  }

  .push-sm-1 {
    left: 8.33333%;
  }

  .push-sm-2 {
    left: 16.66667%;
  }

  .push-sm-3 {
    left: 25%;
  }

  .push-sm-4 {
    left: 33.33333%;
  }

  .push-sm-5 {
    left: 41.66667%;
  }

  .push-sm-6 {
    left: 50%;
  }

  .push-sm-7 {
    left: 58.33333%;
  }

  .push-sm-8 {
    left: 66.66667%;
  }

  .push-sm-9 {
    left: 75%;
  }

  .push-sm-10 {
    left: 83.33333%;
  }

  .push-sm-11 {
    left: 91.66667%;
  }

  .push-sm-12 {
    left: 100%;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-md-0 {
    right: auto;
  }

  .pull-md-1 {
    right: 8.33333%;
  }

  .pull-md-2 {
    right: 16.66667%;
  }

  .pull-md-3 {
    right: 25%;
  }

  .pull-md-4 {
    right: 33.33333%;
  }

  .pull-md-5 {
    right: 41.66667%;
  }

  .pull-md-6 {
    right: 50%;
  }

  .pull-md-7 {
    right: 58.33333%;
  }

  .pull-md-8 {
    right: 66.66667%;
  }

  .pull-md-9 {
    right: 75%;
  }

  .pull-md-10 {
    right: 83.33333%;
  }

  .pull-md-11 {
    right: 91.66667%;
  }

  .pull-md-12 {
    right: 100%;
  }

  .push-md-0 {
    left: auto;
  }

  .push-md-1 {
    left: 8.33333%;
  }

  .push-md-2 {
    left: 16.66667%;
  }

  .push-md-3 {
    left: 25%;
  }

  .push-md-4 {
    left: 33.33333%;
  }

  .push-md-5 {
    left: 41.66667%;
  }

  .push-md-6 {
    left: 50%;
  }

  .push-md-7 {
    left: 58.33333%;
  }

  .push-md-8 {
    left: 66.66667%;
  }

  .push-md-9 {
    left: 75%;
  }

  .push-md-10 {
    left: 83.33333%;
  }

  .push-md-11 {
    left: 91.66667%;
  }

  .push-md-12 {
    left: 100%;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-lg-0 {
    right: auto;
  }

  .pull-lg-1 {
    right: 8.33333%;
  }

  .pull-lg-2 {
    right: 16.66667%;
  }

  .pull-lg-3 {
    right: 25%;
  }

  .pull-lg-4 {
    right: 33.33333%;
  }

  .pull-lg-5 {
    right: 41.66667%;
  }

  .pull-lg-6 {
    right: 50%;
  }

  .pull-lg-7 {
    right: 58.33333%;
  }

  .pull-lg-8 {
    right: 66.66667%;
  }

  .pull-lg-9 {
    right: 75%;
  }

  .pull-lg-10 {
    right: 83.33333%;
  }

  .pull-lg-11 {
    right: 91.66667%;
  }

  .pull-lg-12 {
    right: 100%;
  }

  .push-lg-0 {
    left: auto;
  }

  .push-lg-1 {
    left: 8.33333%;
  }

  .push-lg-2 {
    left: 16.66667%;
  }

  .push-lg-3 {
    left: 25%;
  }

  .push-lg-4 {
    left: 33.33333%;
  }

  .push-lg-5 {
    left: 41.66667%;
  }

  .push-lg-6 {
    left: 50%;
  }

  .push-lg-7 {
    left: 58.33333%;
  }

  .push-lg-8 {
    left: 66.66667%;
  }

  .push-lg-9 {
    left: 75%;
  }

  .push-lg-10 {
    left: 83.33333%;
  }

  .push-lg-11 {
    left: 91.66667%;
  }

  .push-lg-12 {
    left: 100%;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    position: relative;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

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

  .pull-xl-0 {
    right: auto;
  }

  .pull-xl-1 {
    right: 8.33333%;
  }

  .pull-xl-2 {
    right: 16.66667%;
  }

  .pull-xl-3 {
    right: 25%;
  }

  .pull-xl-4 {
    right: 33.33333%;
  }

  .pull-xl-5 {
    right: 41.66667%;
  }

  .pull-xl-6 {
    right: 50%;
  }

  .pull-xl-7 {
    right: 58.33333%;
  }

  .pull-xl-8 {
    right: 66.66667%;
  }

  .pull-xl-9 {
    right: 75%;
  }

  .pull-xl-10 {
    right: 83.33333%;
  }

  .pull-xl-11 {
    right: 91.66667%;
  }

  .pull-xl-12 {
    right: 100%;
  }

  .push-xl-0 {
    left: auto;
  }

  .push-xl-1 {
    left: 8.33333%;
  }

  .push-xl-2 {
    left: 16.66667%;
  }

  .push-xl-3 {
    left: 25%;
  }

  .push-xl-4 {
    left: 33.33333%;
  }

  .push-xl-5 {
    left: 41.66667%;
  }

  .push-xl-6 {
    left: 50%;
  }

  .push-xl-7 {
    left: 58.33333%;
  }

  .push-xl-8 {
    left: 66.66667%;
  }

  .push-xl-9 {
    left: 75%;
  }

  .push-xl-10 {
    left: 83.33333%;
  }

  .push-xl-11 {
    left: 91.66667%;
  }

  .push-xl-12 {
    left: 100%;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/* Responsive Grid */

.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: 1px;
  *margin-left: 0;
  -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%;
}
.row-fluid .span11 {
  width: 91.66%;
}
.row-fluid .span10 {
  width: 83.33%;
}
.row-fluid .span9 {
  width: 75%;
}
.row-fluid .span8 {
  width: 66.66%;
}
.row-fluid .span7 {
  width: 58.33%;
}
.row-fluid .span6 {
  width: 50%;
}
.row-fluid .span5 {
  width: 41.66%;
}
.row-fluid .span4 {
  width: 33.33%;
}
.row-fluid .span3 {
  width: 25%;
}
.row-fluid .span2 {
  width: 16.66%;
}
.row-fluid .span1 {
  width: 8.33%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding-left: 15px;
  padding-right: 15px;
}
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
.dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
  padding-left: 0px;
  padding-right: 0px;
}


@media (min-width: 768px) {
  .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: 1px;
    margin-left: 0;
    -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%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.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 ;
  }
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width:100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face{
  font-family:Averta;
  src:url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable2021/fonts/Averta-Bold.woff2) format('woff2'),
    url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable2021/fonts/Averta-Bold.woff) format('woff');
  font-weight:700;
  font-style:normal
}
@font-face{
  font-family:'Averta Demo PE';
  src:url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable2021/fonts/AvertaDemoPE-Regular.woff2) format('woff2'),
    url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable2021/fonts/AvertaDemoPE-Regular.woff) format('woff');
  font-weight:400;
  font-style:normal
}
html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.625;
  transition:all .2s ease-in-out;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.12;
  letter-spacing: -3px;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
  line-height: 1.45;
}

h6 {
  font-size: .9rem;
  line-height: 1.2;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
}

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;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 18px;
  padding: 15px 53px;

  text-decoration: none;
    font-family: 'Averta';
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
input#hs-pwd-widget-password{
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
input#hs-pwd-widget-password {
    height: auto !important;
    margin: 0 0 20px !important;
    max-width: 500px;
    display: block;
}
.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:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

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: #c87872;
}
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: #b9554d;
}

.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 {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.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: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.dj_app_content blockquote {
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
  margin-left: 0;
  padding: 25px;
  margin-right: 0;
}

.dj_app_content blockquote em {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}

.dj_app_content blockquote p {
  /* margin: 0; */
  line-height: 1.5;
}
.dj_app_content {
  padding: 20px 20px;
}
.dj_career_form .ad-form-container.tr-bnner-container .form-col-inner {
    max-width: 800px;
    margin: auto;
}
.dj_app_content ul {
  /* margin: 0; */
  padding-left: 17px;
}
.hhs-price-compare-mod td .hs-button {
  border-radius: 0;
}
body .newsletter-right input[type="submit"] {
  margin: 1px;
}
/* Slider */
.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;
}
.section_image_star a[href="javascript:void(0);"] {
  cursor: text;
  pointer-events: none;
}
.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.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;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  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;
}

.hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
}

.banner.dark-content h1 {
  margin-bottom: 30px;
}

.hs_cos_wrapper_bookmark_menu-container {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 2px 4px 34px rgb(14 8 80 / 12%);
  padding: 10px 30px;
  position: absolute;
  top: -23px;
  width: 100%;
}

div#hs_cos_wrapper_bookmark {
  position: relative;
}

.bookmark-menu-container ul {
  margin: 0;
  justify-content: center;
}

.bookmark-menu-container {
  position: relative;
  position: sticky;
  top: 135px;
  z-index: 99;
}
@media (max-width:767px){
  .bookmark-menu-container{
    top: 100px;
  }
}
.bookmark-menu-container .page-center {
  position: relative;
}

.bookmark-menu-container ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1B1D35;
  margin: 0px 15px;
  transition: all 0.4s ease;
}

.bookmark-menu-container ul li a:hover,
.bookmark-menu-container ul li a.active{
  color: #F47920;
}

.bookmark-menu-container ul li:first-child a {
  margin-left: 0;
}

.bookmark-menu-container ul li:last-child a {
  margin-right: 0;
}
.hs_cos_wrapper_bookmark_menu-container.ag-ver {
  position: static;
  padding: 0 15px;
  border: 1px solid #E5EAF4;
  box-shadow: 0px 15px 35px rgb(0 0 0 / 5%);
  border-radius: 8px;
}
.breadcrumb-container ul:after {
  display: table;
  content: '';
  width: 100%;
}

.breadcrumb-container {
  border-bottom: 1px solid #E5EAF4;
}

.service-listing-container {
  padding-top: 60px;
}

.service-listing-container .page-center {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: space-between;
}

.service-listing-container .bookmark-menu-container {
  width: 30%;
  max-width: 330px;
  padding: 0 15px;
}

.service-listing-container .srl-page {
  width: 70%;
  max-width: 780px;
  padding: 0 15px;
}
.bookmark-menu-container .ag-ver ul {
  flex-direction: column;
}

.service-listing-container .page-center div#hs_cos_wrapper_bookmark {
  width: 100%;
}

.bookmark-menu-container .ag-ver ul li {
  border-bottom: 1px solid #E5EAF4;
}

.bookmark-menu-container .ag-ver ul li a {
  margin: 0;
  display: flex;
  justify-content: space-between;
  padding: 12px  0;
  align-items: center;
}

.bookmark-menu-container .ag-ver ul li:last-child {
  border: 0;
}
.service-listing-container .bookmark-menu-container .page-center {
  position: sticky;
  top: 120px;
  margin-bottom: 20px;
}
.counter-container h2 {
  font-family: Averta;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0px;
  text-align: left;
  color: #F47920;
}

.counter-container p {
  font-size: 18px;
}
.bookmark-menu-container.plat-page div#hs_cos_wrapper_bookmark {
  display: flex;
  justify-content: center;
}

.bookmark-menu-container.plat-page div#hs_cos_wrapper_bookmark .hs_cos_wrapper_bookmark_menu-container {
  width: auto;
}
@media (max-width:650px){
  .service-listing-container .bookmark-menu-container {
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .service-listing-container .srl-page {
    width: 100%;
    max-width: 100%;
  }
}


.acc-inner-items {
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px 15px;
}

.acc-title-contaioner {
  padding-bottom: 0;
  cursor: pointer;
  position: relative;
  color: #1B1D35;
}

.acc-title-contaioner h6 {
  margin: 0;
  transition: all .4s ease;
}

.acc-content-inner p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

.acc-content-contaioner {
  display: none;
}

.acc-title-contaioner:after {
  content: '+';
  font-weight: 900;
  font-size: 20px;
  line-height: 1.2;
  transition: all .4s ease;
  position: absolute;
  right: 0;
  top: -2px;
}
.acc-inner-items .acc-title-contaioner:hover, .acc-inner-items.active .acc-title-contaioner {
  color: #F47920;
}

.acc-inner-items .acc-title-contaioner:hover h6, .acc-inner-items.active .acc-title-contaioner h6 {
  /*color: #F47920;*/
}

.acc-inner-items.active .acc-title-contaioner:after {
  content: '-';
}

.acc-content-inner {
  padding-top: 15px;
}

.th-cr .acc-title-contaioner:after {
  display: none;
}

.th-cr .acc-title-contaioner h6:before {
  width: 18px;
  height: 18px;
  display: block;
  content: '';
  border: 2px solid #F47920;
  border-radius: 100%;
  transition: all .4s ease;
  margin-right: 10px;
  margin-top: 3px;
}

.th-cr .acc-title-contaioner:hover h6:before, .th-cr .active .acc-title-contaioner h6:before {
  background: #F47920;
}

.th-cr .acc-title-contaioner h6 {
  display: flex;
}

.th-cr .acc-inner-items.active {
  background: #E5EAF4;
}

.th-cr .acc-inner-items {
  position: relative;
}

.th-cr .acc-inner-items.active:before {
  width: 23px;
  height: 23px;
  background: #E5EAF4;
  position: absolute;
  top: 39px;
  left: -11.5px;
  content: '';
  display: block;
  transform: rotate(-45deg);
}
.th-cr .acc-content-inner p a:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  color: #737373;
  transition: all .15s linear;
}
.bookmark-menu-container .ag-ver ul li a:after {
  content: '\f105';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  transition: all .15s linear;
}
.th-cr .acc-content-inner p a {
  display: inline-flex;
  align-items: center;
}

.banner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px 0;
  text-align: center;
  padding-bottom: 266px;
  overflow: hidden;
}
.sr-banner .banner {
  padding-bottom: 150px;
}
.banner .bottom-bg img {
  width: 100%;
}
.banner .bottom-bg {
  position: absolute;
  bottom: -3px;
  line-height: 0;
  right: -1px;
  left: -1px;
  width: 102%;
}

.banner * {
  color: #fff;
}
.banner.dark-content * {
  color: #1B1D35;
}
.banner h1 {
  font-size: 60px;
  letter-spacing: -3px;
  margin-bottom: 25px;
}
.banner.dark-content h1 {
  margin-bottom: 30px;
}
@media (max-width:991px){
  .banner h1 {
    font-size: 54px;
  }
}
@media (max-width:767px){
  .banner h1 {
    font-size: 40px;
  }
  .banner {
    padding-bottom: 130px !important;
  }
}

.cnt-with-left-icon {
  display: flex;
}

.cnt-icon-container {
  background: #1B1D35;
  box-shadow: 0px 20px 24px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cnt-cnt-container {
  padding-left: 15px;
  width: calc(100% - 64px);
}

.cnt-top-icon-container {
  background: #FFFFFF;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.1);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.no-bg .cnt-top-icon-container {
  background: transparent;
  box-shadow: none;
}
.e-book-container {
  display: flex;
  border-radius: 12px;
  align-items: center;
}

.e-book-container > * {
  width: 50%;
  padding: 0 15px;
}
.e-book-container .image-container {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  width: 40%;
}
.e-book-container .image-container img {
  max-width: 350px;
  width: 100%;
}
.e-book-content {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 50px;
  width: 60%;
}
.e-book-content .inner-content {
  margin-bottom: 30px;
}
@media (max-width:767px){
  .e-book-container{

    flex-wrap: wrap;
  }
  .e-book-container>* {
    width: 100%;
    text-align: center;
    padding-top: 25px;
  }
}

.home-page-banner {
  padding-top: 130px;
  position: relative;
  min-height: 613px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
}

.home-banner-inner img {
  position: absolute;
  top: 130px;
  right: 0;
  max-width: 620px !important;
}
.home-banner-content-container-inner {
  max-width: 500px;
}

.home-page-banner .page-center {
  width: 100%;
}

@media (max-width:1140px){
  .home-banner-inner img {
    bottom: -55px;
    width: 50%;
    top: auto;
  }

  .home-page-banner {
    min-height: 491px;
  }

  .home-banner-content-container-inner {
    width: 50%;
  }
}


.logo-slider-container .slick-track {
  display: flex;
}

.logo-slider-container .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}

.logo-slider-container .slick-track:before, .logo-slider-container .slick-track:after {
  display: none;
}

.logo-slider-container .logo-slides-inner {
  padding: 0 15px;
}

.logo-slider-container ul.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
  justify-content: center;
  margin-top: 15px;
}

.logo-slider-container ul.slick-dots li {
  width: 9px;
  height: 9px;
  background: #E5EAF4;
  margin: 0 8px;
  border-radius: 100%;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.logo-slider-container ul.slick-dots li button {
  display: none;
}

.logo-slider-container ul.slick-dots li:hover,.logo-slider-container  ul.slick-dots li.slick-active {
  background: #F47920;
}
@media (max-width:767px){
  .logo-slider-container ul.slick-dots li {
    margin: 0 2px;
  }
}



.solution-card {
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  border-radius: 8px;
  padding: 20px;
  transition: all .2s ease;
}

.solution-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: #E5EAF4;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.solution-card:hover {
  box-shadow: 2px 4px 34px rgba(14, 8, 80, 0.12);
  transform: scale(1.06);
}

.solution-card:hover .solution-icon {
  background: rgb(244 120 31 / 20%);
}
.solution-content .viewmoew {
  color: #1B1D35;
  font-family: Averta;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  margin-top: 1rem;
}

.solution-content .viewmoew i {
  margin-left: 8px;
  color: #737373;
}

.solution-content .viewmoew:hover {
  color: #F47920;
}
.solution-more-content {
  display: none;
}
.program-builder {
  border-radius: 12px;
  display: flex;
  padding: 50px 30px;
  padding-bottom: 50px;
}

.program-builder > * {
  width: 50%;
  padding: 0 15px;
}

.program-builder .program-builder-image {
  line-height: 0;
}

.program-builder .program-builder-image img {
  width: 440px;
  display: block;
  margin: 0 auto;
}
.quiz-builder-btn {
  margin-bottom: 20px;
}
.hovered .solution-content-content {
  opacity: 0;
  pointer-events: none;
  margin-bottom: -52px;
}

.solution-content-content {
  margin-bottom: 0;
  transition: all .5s ease;
}
@media (max-width:767px){
  .program-builder>* {
    width: 100%;
  }

  .program-builder {flex-direction: column-reverse;}

  .program-builder .program-builder-content {
    margin-bottom: 40px;
  }

  .program-builder {
    padding: 40px 15px;
  }
}
.ratimng-card-container {
  min-height: 247px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.rating-inner {
  display: flex;
  align-items: center;
  line-height: 0;
}

.rating-inner span {
  margin: 0 4px;
  display: block;
}

.rating-inner span:first-child {
  margin-left: 0;
}

.rating-inner span:last-child {
  margin-right: 0;
}

.rating-inner span.rating-value {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width:767px){
  .ratimng-card-container {
    min-height: 0;
  }

  .ratimng-card-container > * {
    margin-bottom: 10px;
  }

  .ratimng-card-container > *:last-child {
    margin-bottom: 0;
  }
}
.solution-icon-container {
  display: flex;
  align-items: center;
}

.solution-icon-icon {
  background: #E5EAF4;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 73px;
}

.solution-icon-title {
  padding-left: 15px;
  width: calc(100% - 73px);
}

.solution-icon-title h3 {
  margin: 0;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -1px;
}

.solutions-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.solutions-content {
  margin-top: 30px;
  padding-bottom: 0;
}

.solutions-content ul li {
  border-bottom: 1px solid #E5EAF4;
  padding: 11px 0;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  color: #595959;
}

.solutions-content ul li a {
  color: #595959;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 24px;
  justify-content: space-between;
}

.solutions-content ul li a:hover {
  color: #f47920;
}

.solutions-content ul li:last-child {
  border-bottom: 0;
}

.solutions-container {
  padding: 20px 10px;
  padding-top: 30px;
}
.solutions-content.tw-col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.solutions-content.tw-col ul  li {
  width: 46%;
}

.solutions-content.tw-col ul li:nth-last-child(2) {
  border-bottom: 0;
}
.solutions-content ul li a i {
  margin-left: 10px;
}
@media(max-width:890px){
  .solution-icon-title h3 {
    font-size: 19px;
    line-height: 21px;
  }
}
@media (max-width:767px){
  .solutions-content.tw-col ul {
    display: block;
  }

  .solutions-content.tw-col ul li {
    width: 100%;
  }

  .solutions-content.tw-col ul li:nth-last-child(2) {
    border-bottom: 1px solid #e5eaf4;
  }
  .solutions-content ul li a {
    font-size: 16px;
  }
}
.hs-tabber-cust-mod {
  display: flex;
  flex-wrap: wrap;
}

.hs-tabber-cust-mod .tabber-tab {
  width: 30%;
  padding: 0 15px;
}

.hs-tabber-cust-mod .tabber-content {
  width: 70%;
}

.hs-tabber-cust-mod .tabber-tab ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-tabber-cust-mod .tabber-tab li {
  background: #FFFFFF;
  mix-blend-mode: normal;
  border-radius: 8px;
  margin-bottom: 8px;
}

.hs-tabber-cust-mod .tabber-tab li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Averta;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.1px;
  padding: 10px 15px;
  color: #1B1D35;
}

.hs-tabber-cust-mod .tabber-tab li a:hover, .hs-tabber-cust-mod .tabber-tab li.active a {
  color: #F47920;
}

.tab-pane {
  display: flex;
  flex-wrap: wrap;
}

.tab-pane > * {
  width: 50%;
  padding: 0 15px;
}

.tab-image-container {
  text-align: center;
}

.tab-pane-content ul {
  padding: 0;
  list-style: none;
}

.tab-pane-content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 40px;
}

.tab-pane-content ul li:before {
  width: 20px;
  height: 20px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-flex;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  align-items: center;
  left: 0;
  justify-content: center;
  top: 5px;
  background: hsl(25deg 91% 54% / 8%);
  border-radius: 100%;
  color: #F47920;
  font-size: 10px;
  position: absolute;
}
@media (max-width:767px){
  .e-book-container>* {
    width: 100%;
    text-align: center;
    padding-top: 25px;
  }

  .hs-tabber-cust-mod .tabber-tab {
    width: 100%;
    margin-bottom: 25px;
  }

  .hs-tabber-cust-mod .tabber-content {
    width: 100%;
  }
}
@media (max-width:479px){
  .tab-pane>* {
    width: 100%;
  }

  .tab-image-container {
    margin-bottom: 24px;
  }
}

.testi-top-container {
  margin-bottom: 50px;
}

.testi-top-container .page-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}

.testi-top-container .page-center > * {
  width: 50%;
  padding: 0 15px;
}

.testi-top-container .testi-top-slider-arrows {
  display: flex;
  justify-content: flex-end;
}

.testi-top-container .testi-top-slider-arrows .slick-arrow {
  width: 42px;
  height: 42px;
  margin: 0 10px;
  cursor: pointer;
}

.testi-top-container .testi-top-slider-arrows .slick-arrow .button-bg {
  width: 100%;
  height: 100%;
  background: url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/arrow-circle-left-1-24px.1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testi-top-container .testi-top-slider-arrows .slick-arrow.next {
  margin-right: 0;
}

.testi-top-container .testi-top-slider-arrows .slick-arrow.prev {
  margin-left: 0;
}

.testi-top-container .testi-top-slider-arrows .slick-arrow.next .button-bg {
  transform: rotate(180deg);
}

.testi-top-container .testi-top-slider-arrows .slick-arrow.prev:hover .button-bg {
  background-image: url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/arrow-circle-right-1-24px.2.svg);

  transform: rotate(-180deg);
}

.testi-top-container .testi-top-slider-arrows .slick-arrow.next:hover .button-bg {
  background-image: url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/arrow-circle-right-1-24px.2.svg);
  transform: none;
}

.testi-top-container .testi-top-slider-arrows .slick-arrow.slick-disabled {
  pointer-events: none;
}
.testi-slides-inner {
  background: #FFFFFF;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 7.5px;
  padding: 20px 25px;
}

.testi-quotes p {
  font-size: 24px;
  line-height: 36px;
}

.testi-quotes {
  margin-bottom: 30px;
}

.testi-author {
  display: flex;
  align-items: flex-start;
}

.testi-author-image {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  overflow: hidden;
}

.test-author-detail {
  width: calc(100% - 56px);
  padding-left: 30px;
}

.test-author-detail h6 {
  color: #F47920;
}

.test-author-detail p {
  font-size: 16px;
  line-height: 28px;
  color: #737373;
}
@media (max-width:767px){
  .testi-quotes p {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .testi-author {
    flex-direction: column;
  }

  .test-author-detail {
    width: 100%;
    padding: 0;
    margin-top: 10px;
    text-align: center;
  }

  .testi-author-image {
    margin: 0 auto;
  }
}
@media (max-width:550px){
  .testi-top-container .page-center .testi-top-title {
    width: 64%;
  }

  .testi-top-container .page-center  .testi-top-slider-arrows {
    width: 36%;
  }

  .testi-top-container .testi-top-slider-arrows .slick-arrow {
    margin: 0 5px;
    width: 30px;
    height: 30px;
  }
}
.wellabel-action-container {
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.wellabel-action-container h3.form-title {
  display: none;
}

.wellabel-action-container .hs-form-field {
  position: relative;
  margin: 0;
}

.wellabel-action-container .hs-form-field > label {
  display: none;
}

.wellabel-action-container .hs-form-field .hs-input {
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  box-shadow: 0px -10px 35px rgba(0, 0, 0, 0.03);
  border-radius: 12px;
  background: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  height: 56px;
  padding-right: 153px;
}

.wellabel-action-container .hs-submit {
  position: absolute;
  top: 6px;
  right: 7px;
}

.wellabel-action-container form {
  position: relative;
}

.wellabel-action-container .hs-submit input {
  padding: 12.5px 24px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
@media (max-width:500px){
  .wellabel-action-container .hs-submit input {
    padding: 12.5px 11px;
    font-size: 14px;
  }

  .wellabel-action-container .hs-form-field .hs-input {
    padding-right: 101px;
    font-size: 14px;
  }
}
.why-content-container {
  position: relative;
  padding-bottom: 13%;
}

.why-content-container .why-image-container {
  line-height: 0;
  max-width: 50%;
  position: absolute;
  bottom: 0;
}

.why-content-container h1 span {
  color: #F47920;
  display: block;
}

.why-content-container .why-icon-item {
  margin-bottom: 30px;
  display: flex;
}

.why-content-container .why-icon-item .why-icon-icon {
  background: #FFFFFF;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.1);
  width: 56px;
  height: 56px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.why-content-container .why-icon-item .why-icon-conten {
  width: calc(100% - 56px);
  padding-left: 30px;
}
.hm-page h2 {
  font-size: 54px;
  font-weight: 700;
}
.hm-page .wellabel-action-container h2 {
  font-size: 40px;
}
@media (max-width:1120px){
  .why-content-container {
    position: relative;
    padding-bottom: 3vw;
  }
}
@media (max-width:767px){
  .hm-page h2[style="font-size:40px;"],
  .hm-page .wellabel-action-container h2 {
    font-size: 30px !important
  }
  .home-banner-content-container-inne r {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .home-banner-inner img {
    position: static;
    width: 100%;
  }

  .home-page-banner {
    padding-top: 102px;
  }

  .banner-image-container {
    text-align: right;
    margin-right: -15px;
    margin-bottom: -11vw;
  }
  .hm-page h2 {
    font-size: 35.64px;
    font-weight: 700;
  }
}
@media (max-width:767px){
  .why-content-container h1 span {
    display: inline-block;
    margin-left: 4px;
  }

  .why-title h1 {
    margin-bottom: 30px;
  }

  .why-content-container .why-image-container {
    position: static;
    margin-top: 50px;
    max-width: 100%;
  }

  .why-content-container {
    padding-bottom: 0;
  }
  .hs_cos_wrapper_bookmark_menu-container.ag-hori {
    position: static;
    margin-top: -23px;
  }
}
.working-card {
  border: 1px solid #ECEEF2;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 20px 25px;
  color: #737373;
  transition: all .2s ease;
  background: #fff;
}
.working-card:hover {
  background: #FAFAFA;
  box-shadow: 2px 4px 34px rgba(14, 8, 80, 0.12);
  cursor: pointer;
}
.working-card .working-icon {
  width: 56px;
  height: 56px;
  background: rgb(229 234 244 / 50%);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: all .2s ease;
}
.working-card:hover .working-icon {
  background: hsl(25deg 91% 54% / 20%);
}
.working-content a {
  color: #1B1D35;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.working-card:hover .working-content a {
  color: #F47920;
  justify-content: space-between;
}

.working-content a span {
  transition: all .15s linear;
  opacity: 0;
  visibility: hidden;
  width: 0;
  white-space: nowrap;
}

.working-card:hover .working-content a span {
  width: auto;
  opacity: 1;
  visibility: visible;
}

.working-content a i {
  transition: all .15s linear;
}
.service-listing-container .dnd-section-item {
  padding-bottom: 60px;
}
.service-listing-container .dnd-section-item h3 {
  margin-bottom: 24px;
}
.hs_cos_gallery_main  .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 60%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -12px;
  padding: 11px 4px 4px 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0;
  z-index: 9;
  border: 2px solid #737373;
  border-radius: 25px;
  transition:all .3s ease;
  color: #737373;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.hs_cos_gallery_main  .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -12px;
  padding: 10px 0px 4px 0px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0;
  z-index: 9;
  right: 0;
  top: 60%;
  border: 2px solid #737373;
  border-radius: 25px;
  transition:all .3s ease;
  color: #737373;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 4px;
}
.hs_cos_gallery_main  .slick-prev::before {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 24px;
  opacity: 1;
  line-height: normal;
  color: inherit !important;
}
.hs_cos_gallery_main .slick-next::before {
  content: "\f105";
  font-size: 24px;
  color: #737373;
  font-family: FontAwesome;
  color: inherit !important;
}
.hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: flex !important;
  flex-direction: column-reverse;
}

.hs_cos_gallery_main  .slick-dots {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0rem 0;
  list-style-type: none;
  line-height: normal;
}
.hs_cos_gallery_main .slick-slide-inner-wrapper .caption.below {
  text-align: center !important;
  color: #737373;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 0 60px;
}

.hs_cos_gallery_main .slick-slide-inner-wrapper img {
  max-height: 500px;
}

.hs_cos_gallery_main button:hover {
  outline: 0;
  color: #f47920;
  border: 2px solid #f47920;
}

.hs_cos_gallery_main .slick-dots li {
  width: auto;
  margin: 0 .25rem;
  height: auto;
  display: inline-flex;
}

.hs_cos_gallery_main .slick-dots li button {
  display: block;
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 100%;
  background-color: #e5eaf4;
  text-indent: -9999px;
  transition: all .3s ease;
}

.hs_cos_gallery_main .slick-dots li button:hover, .hs_cos_gallery_main .slick-dots li.slick-active button {
  background-color: #f47920;
}

.hs_cos_gallery_main {
  margin: 0;
  padding-bottom: 40px;
}
@media (max-width:767px){
  .invest ul li {
    display: block;
    padding: 10px 0;
  }

  .invest ul {
    flex-wrap: wrap;
  }

  .hbspt-form form div {
    float: none;
  }
  .e-book-container .image-container {
    width: 100%;
    padding: 38px;
    padding-bottom: 0;
  }
}
@media (max-width:600px){
  .hs_cos_wrapper_bookmark_menu-container.ag-hori ul li {
    width: 50%;
    text-align: center;
  }

  .bookmark-menu-container ul li a {
    margin: 0;
  }
  .invest ul li {
    display: block;
    padding: 10px 0;
  }

  .invest ul {
    flex-wrap: wrap;
  }

  .hbspt-form form div {
    float: none;
  }
}
@media (max-width:479px){
  .hs_cos_wrapper_bookmark_menu-container.ag-hori ul li {
    width: 100%;
  }
  .bookmark-menu-container {
    position: relative;
    top: 0;
  }
}








.tr-bnner-container {
  position: relative;
  padding: 93px 0;
  padding-top: 150px;
}

.tr-bnner-container .tr-br-img {
  position: absolute;
  top: 0;
  right: 0;
}

.tr-bnner-container .row {
  align-items: center;
}

.tr-bnner-container .content-col-inner {
  padding-right: 59px;
}

.tr-bnner-container .form-col-inner {
  padding: 25px 20px;
  background: #1B1D35;
  border-radius: 10px;
  color: #fff;
}

.tr-bnner-container .form-col-inner h5 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.1px;
  max-width: 344px;
  margin: 0 auto;
}
.tr-bnner-container .form-col-inner h3.form-title {
  display: none;
}


.tr-bnner-container .form-col-inner form {
  margin: 20px 0;
}

.tr-bnner-container .form-col-inner form fieldset {
  max-width: 100% !important;
}

.tr-bnner-container .form-col-inner form fieldset .input {
  margin: 0 !important;
  position: relative;
}
.float-label .submitted-message {
  text-align: center;
  padding: 15px 0;
}
.float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.float-label select + svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.tr-bnner-container .form-col-inner form fieldset .field:not(:last-child) {
  padding-right: 15px;
}

.tr-bnner-container .form-col-inner form fieldset .field:not(:first-child) {
  padding-left: 15px;
}

.tr-bnner-container .form-col-inner form .field > label {
  color: #fff;
  font-size: 12px;
  line-height: 13px;
  transition: all .2s ease;
  opacity: 0;
}

.tr-bnner-container .form-col-inner form .hs-button {
  margin-top: 30px;
  width: 100%;
}

.tr-bnner-container .form-col-inner form .field .hs-input::placeholder {
  color: #737373;
  transition: all .2s ease;
}

.tr-bnner-container .form-col-inner form .field .hs-input {
  box-shadow: 0px -10px 35px rgba(0, 0, 0, 0.03);
  border: 1px solid #fff;
}

.tr-bnner-container .form-col-inner form .field .hs-input:focus {
  border: 1px solid #F47920;
}
.tr-bnner-container .form-col-inner form .field.focused .hs-input::placeholder {
  opacity: 0;
}

.tr-bnner-container .form-col-inner form .field.focused > label {
  opacity: 1;
}
.banner .banner-content {
  max-width: 800px;
  padding: 0 40px;
}
.banner .banner-content h6 {
  font-weight: normal;
  font-family: Averta Demo PE;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.banner .banner-content h6 img {
  vertical-align: top;
  margin-left: 10px;
}
.fit-ccard-inner {
  padding: 38px 10px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  min-height: 270px;
  height: 100%;
}

.fit-card-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.fit-card-content * {
  color: #fff;
}

.fit-ccard-inner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1b1d35b8;
  transition: all .3s ease;
  transform: scale(0);
  visibility: hidden;
  opacity: 0;
}

.fit-ccard-inner:hover {
  cursor: pointer;
}

.fit-ccard-inner:hover:after {
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}

.fit-ccard-inner .fit-card-desc {
  transition: all .3s ease;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
}

.fit-ccard-inner:hover .fit-card-desc {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.fit-ccard-inner h4 {
  position: relative;
  transition: all 0s ease;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 4px;
}
.fit-card-content > h4 {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  transform: translateY(-50%);
}

.fit-ccard-inner:hover .fit-card-content > h4 {
  transform: scale(0);
}
.chk-bnner-container {
  padding: 40px 25px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 12px;
}

.chk-bnner-container .content-col-inner * {
  color: #fff;
}

.chk-bnner-container .form-col-inner {
  padding: 0;
  background: transparent;
}

.chk-bnner-container .form-col-inner form {
  position: relative;
  margin: 0;
}

.chk-bnner-container .form-col-inner form fieldset .field {
  width: 50%;
  padding-right: 5px;
  position:relative;
}

.chk-bnner-container .form-col-inner form fieldset .field:not(:last-child) {
  padding-right: 5px;
}

.chk-bnner-container .form-col-inner form fieldset .field:not(:first-child) {
  padding-left: 5px;
}

.chk-bnner-container .form-col-inner form fieldset.form-columns-2 .field:not(:first-child) {
  padding-right: 0;
}

.chk-bnner-container .form-col-inner form .hs-button {
  margin: 0;
  width: calc(50% - 5px);
  background: #1B1D35;
  border-color: #1B1D35;
  min-height: 58px;
  position: absolute;
  bottom: 18px;
  right: 0;
}

.tr-bnner-container .form-col-inner form .actions {
  padding-left: 5px;
}

.chk-bnner-container .hs-error-msgs {
  position: absolute;
  bottom: -27px;
}

.chk-bnner-container .hs_error_rollup .hs-error-msgs {
  bottom: -25px;
  padding: 0;
  margin: 0;
}

.chk-bnner-container .hs-error-msgs label {
  font-size: 13px;
  margin: 0;
}
.chk-bnner-container .content-col-inner {
  padding-right: 10px;
}
.paddsection .tab-container {
  position: relative;
  position: sticky;
  top: 130px;
  z-index: 9;
  display: flex;
  justify-content: center;
  margin: 0;
}

.paddsection .tab-container .tab-inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 2px 4px 34px rgb(14 8 80 / 12%);
  padding: 10px 30px;
  position: absolute;
  top: -23px;
  width: auto;
}

.paddsection .tab-container .tab-inner ul {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
  justify-content: center;
}

.paddsection .tab-container .tab-inner ul li {
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1b1d35;
  margin: 0px 15px;
  transition: all .4s ease;
}

.paddsection .tab-container .tab-inner ul li:first-child {
  margin-left: 0;
}

.paddsection .tab-container .tab-inner ul li:last-child {
  margin-right: 0;
}

.paddsection .tab-container .tab-inner ul li:hover, .paddsection .tab-container .tab-inner ul li.filter-active {
  color: #f47920;
}

div#portfolio {
}

.portfolio-full-width-container {
  margin-top: 110px;
  margin-bottom: 80px;
}

.portfolio-full-width-container .row {
  align-items: center;
}

div#portfolio span.cat {
  display: inline-block;
  background: rgba(244, 121, 32, 0.1);
  border-radius: 3px;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #F47920;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

div#portfolio h2 {
  margin-top: 30px;
  color: #183B56;
  letter-spacing: 0.2px;
}

div#portfolio p {
  color: #1B1D35;
  font-size: 18px;
  line-height: 30px;
}

.dwnld-button a {
  display: inline-flex;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  padding-left:0;
}

.dwnld-button a svg {
  margin-left: 8px;
}

.dwnld-button a:hover {
  color: #183B56;
}

.dwnld-button a svg * {
  transition: all .15s linear;
}

.dwnld-button a:hover svg * {
  fill: #183B56;
}

div#portfolio .port-content-outer h2 {
  margin: 14px 0px;
  color: #1B1D35;
  font-size: 28px;
  line-height: 36px;
  font-weight: normal;
  font-family: Averta Demo PE;
}

.port-content-outer .port-image {
  border-radius: 8px;
  min-height: 293px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

div#portfolio span.cat.Reports {
  background: rgba(224, 0, 67, 0.1);
  color: #E00043;
}
.port-content-outer {
  padding-bottom: 50px;
}
div#portfolio 
span.cat.Webinars {
  background: rgba(231, 93, 217, 0.1);
  color: #E75DD9;
}

div#portfolio span.cat.Podcasts {
  background: rgba(62, 212, 227, 0.1);
  color: #3ED4E3;
}

div#portfolio span.cat.Ebooks {
  background: rgba(54, 179, 126, 0.1);
  color: #36B37E;
}

div#portfolio 
span.cat.Template {
  background: rgba(77, 16, 180, 0.1);
  color: #4D10B4;
}

div#portfolio 
span.cat.Tools {
  background: rgba(124, 124, 124, 0.1);
  color: #7C7C7C;
}
.banner-section.web-page {
  position: relative;
  overflow-x: hidden;
}

.banner-section.web-page .first-image {
  left: -88.65px;
  top: -210.03px;
  position: absolute;
  width: 721px;
  height: 721px;
}

.banner-section.web-page  img.sec-image {
  position: absolute;
  width: 1250px;
  height: 1250px;
  right: -165px;
  top: -489.33px;
}
.web-banner .content-col-inner {
  padding-right: 108px;
}

.web-banner .desc-box {
  border: 2px solid #E5EAF4;
  background: #FAFAFA;
  padding: 15px;
  margin-top: 50px;
  margin-bottom: 60px;
}

.web-banner .desc-box ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.web-banner .desc-box ul li {
  padding: 0 15px;
  width: 50%;
  color: #1B1D35;
}

.web-banner .main-content-containmer h3 {
  color: #1B1D35;
  font-size: 24px;
  line-height: 36px;
  font-family: Averta Demo PE;
  font-weight: normal;
  text-transform: uppercase;
}

.web-banner .main-content-containmer p {
  color: #1B1D35;
  font-size: 18px;
  line-height: 30px;
}

.web-banner .main-content-containmer ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.web-banner .main-content-containmer ul li {
  width: 50%;
  padding-left: 45px;
  margin-bottom: 20px;
  position: relative;
  min-height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #1B1D35;
}

.web-banner .main-content-containmer ul li:before {
  background: rgba(84, 84, 212, 0.1);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #F47920;
  border-radius: 100%;
  position: absolute;
  left: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  font-size: 12px;
}
.ed-banner.tr-bnner-container .form-col-inner {
  background: transparent;
  padding-right: 93px;
  position: relative;
  z-index: 9;
}

.ed-banner h1 {
  margin: 27px 0px;
  letter-spacing: -2px;
  font-size: 32px;
  line-height: 52px;
}

.ed-banner.tr-bnner-container .form-col-inner form .field .hs-input {
  box-shadow: 0px -10px 35px rgba(0, 0, 0, 0.03);
  border: 2px solid #E5EAF4;
  border-radius: 8px;
}

.ed-banner.tr-bnner-container .form-col-inner form .field>label {
  color: #595959;
}

.ed-banner.tr-bnner-container .form-col-inner form .field .hs-input:focus {
  border: 2px solid #F47920;
}

.ed-banner .share-container p {
  color: #737373;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.ed-banner .share-container {
  padding-top: 30px;
}

.ed-banner .share-container ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}

.ed-banner .share-container ul li {
  margin-right: 35px;
}

.ed-banner .share-container ul li:last-child {
  margin-right: 0;
}

.ed-banner .share-container ul li a {
  color: #1B1D35;
}

.ed-banner .share-container ul li a:hover {
  color: #F47920;
}

.tr-bnner-container.web-banner.ed-banner {
  padding: 0;
}

.ed-banner .content-col {
  padding-top: 261px;
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 60px;
  z-index: 9;
}

.ed-banner:after {
  content: '';
  display: block;
  width: 58.33333%;
  height: 100%;
  background: #e5eaf4;
  position: absolute;
  top: 0;
  right: 0;
}

.ed-banner .form-col {
  padding-top: 150px;
  margin-bottom: 30px;
}

.ed-banner.tr-bnner-container .row {
  align-items: flex-start;
}

.ed-banner.web-banner .content-col-inner {
  padding: 20px 83px;
  position: relative;
}

.ed-banner.web-banner .content-col-inner .qt-img {
  position: absolute;
  left: 0;
  top: 50px;
}

.ed-banner .content-col .top-rgt-img {
  position: absolute;
  right: 14px;
  z-index: 2;
  top: 175px;
}

.ed-banner .content-col .bottom-lt-img {
  position: absolute;
  z-index: 2;
  bottom: 0;
}

.ed-banner .content-col .bottom-rgt-img {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: 0;
}
.banner.cnt-align-left .banner-content {
  max-width: 1200px;
  padding: 0 15px;
}

.banner.cnt-align-left {
  text-align: left;
}

.banner.cnt-align-left .banner-content * {
  max-width: 800px;
}
.tp-svg .cnt-icon-container {
  border-radius: 100%;
}

.ad-form-container.tr-bnner-container .form-col-inner {
  padding: 30px 35px;
}

.ad-form-container.tr-bnner-container .form-col-inner h2 {
  text-align: center;
  margin-bottom: 25px;
}

.tr-bnner-container.ad-form-container {
  padding: 0;
}
.cnt-with-left-icon.small-icon .cnt-icon-container {
  width: auto;
  height: auto;
}

.cnt-with-left-icon.small-icon {
  align-items: center;
  margin-bottom: 10px;
}

.cnt-with-left-icon.small-icon p {
  margin: 0;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
}
.th-pll .acc-inner-items {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 10px 15px;
}

.th-pll .acc-inner-items .acc-title-contaioner {
  padding-left: 30px;
}

.th-pll .acc-inner-items .acc-title-contaioner:after {
  right: unset;
  left: 0;
}

.th-pll .acc-inner-items .acc-content-inner {
  padding-left: 30px;
}
.ed-banner .share-container ul li a svg * {
  fill: #1b1d35;
  transition: all .15s linear;
}

.ed-banner .share-container ul li a:hover svg * {
  fill: #f47920;
}
.banner .banner-content.with-img {
  display: flex;
  align-items: center;
}

.banner .banner-content .ban-content-inner {
  width: 60%;
  max-width: 100%;
}

.banner .banner-content .banner-content-image {
  width: 40%;
  max-width: 100%;
  text-align: center;
}
.cnt-with-top-icon.cnt-align-center {
  text-align: center;
}
.cnt-with-top-icon {
  border-radius: 8px;
}
.hs-tabber-cust-mod.tt2 .tabber-tab ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 6px 0;
}

.hs-tabber-cust-mod.tt2 {
  flex-direction: column;
}

.hs-tabber-cust-mod.tt2 .tabber-tab {
  width: 100%;
  padding: 0;
}

.hs-tabber-cust-mod.tt2 .tabber-content {
  width: 100%;
}

.tt2 .tab-pane {
  flex-direction: row-reverse;
  margin: 0 -15px;
}
.hs-tabber-cust-mod.tt2 .tabber-tab li a {
  background: #f479201a;
  margin-right: 13px;
  font-weight: normal;
  font-size: 13px;
  text-transform: uppercase;
}

.hs-tabber-cust-mod.tt2 .tabber-tab {
  margin-bottom: 20px;
}
.tt2 .tab-pane-content {
  width: 60%;
}
.tt2 .tab-image-container {
  text-align: center;
  width: 40%;
}
.banner .banner-content .banner-content-image img {
  max-width: 100%;
}
.old_usr_container {
  padding: 80px 0;
  position: relative;
  padding-top: 130px;
}

.old_usr_container .right-top-circle {
  position: absolute;
  top: 0;
  right: 0;
}

.old_usr_container .content-container {
  color: #fff;
}

.old_usr_container .wellabel-action-container h1 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 40px;
  letter-spacing:0;
}

.old_usr_container .wellabel-action-container {
  max-width: 100%;
  margin-right: 0;
  padding-bottom: 90px;
}

.old_usr_container .content-container .cnt-cntr-inner {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.old_usr_container .content-container .cnt-cntr-inner h5 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.old_usr_container .content-container .cnt-cntr-inner .watch-section p {
  font-size: 14px;
  line-height: 24px;
  color: #FAFAFA;
}

.old_usr_container .two-col-watch-section a {
  display: flex;
}

.old_usr_container .watch-image {
  position: relative;
  width: 150px;
}

.old_usr_container .watch-image .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, -50%) scale(1);
  transition: all .2s ease-out;
}

.old_usr_container .watch-image img {
  display: block;
}

.old_usr_container .watch-content {
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  width: calc(100% - 150px);
}

.old_usr_container .watch-content p {
  margin: 0;
}

.old_usr_container .content-container .cnt-cntr-inner .watch-section .watch-content p {
  font-size: 16px;
  line-height: 19px;
  color: #F47920;
}

.old_usr_container a:hover .watch-image .play-icon {
  transform: translate(-50%, -50%) scale(1.4);
}
.old_usr_container .img-cntr-inner {
  position: absolute;
  left: 0;
}

.old_usr_container .image-container {
  position: static;
}

.old_usr_container .content-container .cnt-cntr-inner {
  box-sizing: content-box;
}
.home-banner-content-container-inner.wellabel-action-container {
  max-width: 590px;
  padding: 0;
  margin-left: 0;
}

.home-page-banner.new-usr-banner {
  padding-top: 60px;
}

.new-usr-banner .new-user-logo img {
  position: static;
  width: 150px;
  height: auto;
  max-width: 100%;
  margin-bottom: 18px;
}

.home-page-banner.new-usr-banner h1 {
  margin-bottom: 30px;
}

.home-page-banner.new-usr-banner h1 + p {
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  max-width: 470px;
}

.home-page-banner.new-usr-banner .form-container {
  max-width: 399px;
}

.home-page-banner.new-usr-banner .demo-content-container {
  margin-top: 70px;
  border-top: 1px solid #E0E0E0;
  max-width: 468px;
  padding: 20px 0;
}

.home-page-banner.new-usr-banner .demo-content-container h5 {text-transform: uppercase;font-weight: bold;font-size: 14px;line-height: 24px;}

.home-page-banner.new-usr-banner .demo-content-container p {
  color: #737373;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  max-width: 323px;
  margin-bottom: 8px;
}

.home-page-banner.new-usr-banner .demo-button-content a {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
}

.home-page-banner.new-usr-banner .demo-button-content a img {
  position: static;
  margin-left: 10px;
  margin-top: 4px;
  width: auto;
}
.home-page-banner.new-usr-banner .demo-button-content span {
  display: block;
}
.ic-top .cnt-top-icon-container {
  border: 1px solid #E5EAF4;
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
}

.ic-top {
  position: relative;
}
.paddsection .tab-container .tab-inner ul li a {
  color: inherit;
}
.banner .overay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.banner .overay + .banner-content {
  position: relative;
}
.lib-container {
}

.lib-container .ft-cat {
  background: #E5EAF4;
  border-radius: 3px;
  padding: 5px 6px;
  color: #1B1D35;
  font-size: 12px;
  line-height: 15px;
  display: inline-block;
  margin-bottom: 28px;
}

.lib-container h3 {
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.2px;
  margin-bottom: 21px;
}

.lib-container p {
  font-size: 18px;
  line-height: 30px;
  color: #1B1D35;
}

.lib-list-img {
  text-align: center;
}

.lib-listing-container {
  padding-top: 38px;
}

.lib-listing-container .lib-list-img {
  text-align: left;
}

.lib-listing-container h3 {
  color: #1B1D35;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

.lib-listing-container p {
  color: #737373;
  letter-spacing: -0.1px;
}

.lib-list-item {
  margin-bottom: 100px;
  display: none;
}

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

.loadmore-button a#load {
  border: 1px solid #1B1D35;
  box-sizing: border-box;
  filter: drop-shadow(0px 10px 25px rgba(21, 37, 72, 0.1));
  border-radius: 8px;
  padding: 16px 21px;
  display: inline-flex;
  align-items: center;
  color: #1B1D35;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  fill: #1B1D35;
}

.loadmore-button a#load svg {
  margin-right: 10px;
}

.loadmore-button a#load * {
  fill: #1B1D35;
  transition: all .15s ease-in-out;
}

.loadmore-button a#load:hover {
  background: #1B1D35;
  color: #fff;
}

.loadmore-button a#load:hover * {
  color: #fff;
  fill: #fff;
}
.blog-fixed-subs.res-page {
  max-width: 100%;
}

.blog-fixed-subs.res-page .fixed-content-container {
  text-align: right;
}

.blog-fixed-subs.res-page a {
  background: #1B1D35;
  border-radius: 8px;
  display: inline-block;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  font-weight: bold;
  padding: 12.5px 53px;
  border: 1px solid #1B1D35;
  transition: all .4s ease 0s;
}

.blog-fixed-subs.res-page a:hover {
  background: transparent;
  color: #1B1D35;
}
.cnt-with-top-icon p:last-child {
  margin: 0;
}
.loved_analyst {
  width: 100%;
  float: left;
  padding-bottom: 100px;
}

.loved_analyst h2 {
  margin-bottom: 60px;
  text-align: center;
}

.loved_analyst-three-column-sec {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.loved_analyst-three-column-sec>div {
  flex: 0 0 31.33%;
  margin: 15px 3% 15px 0;
}

.loved_analyst .margin_btm_img {
  display: block;
  margin: 26px 0 17px;
}

.loved_analyst p {
  font-size: 16px;
  color: #737373;
}

/*   .ratting-sec {margin: 20px 0;} */
.ratting-sec {
  margin: 20px 0;
  display: flex;
  align-items: center;
}

.loved_analyst-three-column-sec>div:last-child {
  margin-right: 0;
}

.loved_analyst-three-column-sec>div:nth-child(3n) {
  margin-right: 0;
}
.loved_analyst-img a {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  transition: .3s;
  min-height: 75px;
}
.loved_analyst-img > span {
  align-items: center;
  display: inline-flex;
  text-decoration: none;
  transition: .3s;
  min-height: 75px;
}
.blog-fixed-subs-inner .inputs-list label {
  color: #fff !important;
}
.blog-fixed-subs .hs_error_rollup {
  display: none;
}
.blog-fixed-subs-inner.wellabel-action-container .hs-submit input:hover {
  color: #fff;
}
.btn a {
  background: #f47920;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  padding: 16px 25px;
  margin: 0 41px 0 0;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border: 2px solid #f47920;
  transition: .6s;
}

.btn a:last-child {
  margin-right: 0;
}

.actions input:hover, .btn a:hover {
  background: #fff;
  color: #f47920;
}
p.lead {
  font-size: .85rem;
}
.fit-ccard-inner .fit-card-desc h4 {
  margin-top: 0;
}

.fit-ccard-inner .fit-card-desc p {
  margin-bottom: 0;
}
.main-post-list-container .blog-fixed-subs .submitted-message.hs-main-font-element {
  color: #fff;
}



.pagination-inner {}

.pagination-inner ul.clearfix {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
}
.dj_career_form .tr-bnner-container .form-col-inner form .field > label {
  opacity: 1;
}

.dj_career_form .tr-bnner-container .form-col-inner form h4 {
  color: #eee;
}
.pagination-inner ul li {
  padding: 5px 10px;
}

.pagination-inner ul li a {
  display: block;
  border-bottom: 2px solid;
  font-weight: 700;
}

.pagination-inner ul li a:hover {
  color: #000;
}
.select {
  position: relative;
  display: flex;
  line-height: 2;
  height: 60px;
  background: #fff;
  overflow: hidden;
  border-radius: .25em;
}
.dj_catrgory_filter_wrapper h4 {
  /* margin-top: 30px; */
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  color: #959595;
  mix-blend-mode: normal;
  margin-bottom: 10px;
}

.dj_catrgory_filter_wrapper .select {
  margin-bottom: 30px;
}
select.job-filter {
  padding-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #E5EAF4;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  border-radius: 8px;
  padding-left: 15px;
  width: 100%;
}
.career-job-location {
  text-align: right;
}
.select::after {
  content: '';
  position: absolute;
  background-image: url('https://f.hubspotusercontent30.net/hubfs/226537/arrow.png');
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  padding: 0 1em;
  background-position: center;
  height: 60px;
  align-items: center;
  display: flex;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}

.select:hover::after {
  color: #f39c12
}

select.job-filter[name="location"] > option:not(.active) {
  display: none;
}

.info-icon {
  position: relative;
}

.info-icon:before {
  content: attr(data-tooltip);
  position: absolute;
  width: 160px;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 14px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px;
  line-height: 1.6;
  padding: 3px 5px;
  text-align: center;
  display: block;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

.info-icon:hover:before {
  opacity: 1;
  pointer-events: auto;
}

.info-icon:after {content: '';position: absolute;top: 25px;left: 50%;transform: translateX(-50%) rotate(135deg);border: 0px solid rgba(0,0,0,0.6);border-bottom-width: 10px;border-right-width: 10px;border-right-color: white;width: 10px;height: 10px;display: block;opacity: 0;pointer-events: none;}

.info-icon:hover:after {
  opacity: 1;
  pointer-events: auto;
}

select.job-filter[disabled] {
  cursor: not-allowed;
}
.select.disabled:hover::after {
  color: inherit;
}
.careers-browse-jobs__icon img {
  max-width: 100%;
}
.dj_career_banner {
  background-image: url('https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/banner-all.svg');
  text-align: initial;
  padding-bottom: 150px;
}
img.dj_car_icon.border_radius_0 {
  width: 20px;
  vertical-align: text-bottom;
  display: inline-block;
}
.pagination-inner ul li.disabled-pagination-link {
  display: none;
}
@media (min-width: 768px) {
  .dj_catrgory_filter_wrapper.without-region > .row-fluid > .span2 {
    width: calc(100% / 5.58);
  }
}

@media (max-width: 1279px) {
  .dj_catrgory_filter_wrapper.without-region>.row-fluid>.span2 {
    width: calc(100% / 3.2);
    margin-bottom: 20px;
    float: left;
    margin-left: 2.127659574%;
  }
  .dj_catrgory_filter_wrapper.without-region>.row-fluid>.span2:nth-child(3n+1) {
    margin-left: 0;
  }
}
select.job-filter option.active {
  background-color: unset;
}
hr.dj_post_divider {
  background: #C7C7C7;
  border: 0;
  margin: 10px 0 20px;
}

.row-fluid.dj_career_listing_item {
  padding-bottom: 30px;
}

ul.career_tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.career_tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.career_tabs li a.hs-button{
  background: #FAFAFA;
  mix-blend-mode: normal;
  border-radius: 8px;
  color: #737373;
}

ul.career_tabs li a.hs-button.current {
  background: #1B1D35;
  color: #fff;
}

.career_tabs-content{
  display: none;
}

.career_tabs-content.current{
  display: inherit;
}

@media (max-width: 600px) {
  .dj_catrgory_filter_wrapper.without-region>.row-fluid>.span2 {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    margin-left: 0;
  }
  .dj_catrgory_filter_wrapper.without-region {
    margin-bottom: 30px;
  }
}




/*   .owl-carousel.off {    display: block;} */
@media (max-width:870px){


  .loved_analyst-img.wow.animate__fadeInUpBig {
    text-align: center;
  }

  .loved_analyst-img.wow.animate__fadeInUpBig .ratting-sec {
    max-width: 159px;
    margin: 0 auto 20px;
  }
}
@media(max-width: 767px) {
  .ratting-sec {
    justify-content:center
  }

  .loved_analyst-three-column-sec>div {
    flex: 0 0 100%;
    margin-right: 0;
    text-align: center;
  }

  .loved_analyst {
    padding: 50px 0;
  }

  .loved_analyst h2 {
    margin-bottom: 16px;
  }
  .pop-listing-container .pop-lists .pop-list-content {
    min-height: 366px;
  }
  .sepratore.visible-phone {
    margin: 43px 0 80px;
  }
  .home-banner-content-container-inner {
    width: 100%;
    margin-bottom: 20px;
  }
  main.body-container-wrapper.hm-page .span3.widget-span.widget-type-cell.dnd-column h3 {
    text-align: center;
  }
}

@media (max-width: 785px) {
  .ratting-sec {
    max-width: 250px;
    margin: 20px auto;
  }

  .loved_analyst-img {
    text-align: center;
  }
}
@media (max-width:1400px){
  .old_usr_container .content-container .cnt-cntr-inner {
    padding-right:100px;
    max-width: 464px;
    margin-right:0;
  }
}
@media (max-width:1199px){
  .old_usr_container .image-container {
    max-width: 40%;
    flex: 0 0 40%;
    padding-left: 0;
  }

  .old_usr_container .content-container {
    max-width: 60%;
    flex: 0 0 60%;
  }

  .old_usr_container .img-cntr-inner {
    position: static;
  }

  .old_usr_container .row {
    align-items: center;
  }

  .old_usr_container .content-container .cnt-cntr-inner {
    padding-right: 133px;
  }
}
@media (max-width:1024px){
  .fit-ccard-inner h4 {
    font-size: 20px;
    letter-spacing: 1.5px;
  }
  .ed-banner.tr-bnner-container .form-col-inner {
    padding-right: 20px;
  }

  .ed-banner.web-banner .main-content-containmer ul li {
    width: 100%;
  }
  .old_usr_container .content-container .cnt-cntr-inner {
    padding-right: 0;
  }
}
@media (max-width:991px){
  .Bored-section .span3 {
    width: 50%;
  }
}
@media (max-width:767px){
  .tr-bnner-container .content-col-inner {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .Bored-section .span3 {
    width: 100%;
  }
  .paddsection .tab-container {
    top: 1.3px;
    margin: 0;
  }

  .paddsection .tab-container .tab-inner {
    position: static;
    margin-top: -23px;
  }
  .portfolio-full-width-container {
    margin-top: 50px;
  }
  .portfolio-full-width-container .content-inner {
    margin-bottom: 30px;
  }
  .banner-section.web-page .first-image {
    left: 0;
  }

  .banner-section.web-page img.sec-image {
    right: 0;
    width: auto;
    height: auto;
    top: 0;
  }
  .web-page .tr-bnner-container .form-col-inner h5 {
    max-width: 100%;
  }
  .ed-banner .content-col {
    padding-top: 50px;
    background: #e5eaf4;
    border-bottom: 60px solid transparent;
    margin: 0;
  }

  .ed-banner.web-banner .content-col-inner {
    padding: 20px 70px;
  }

  .ed-banner:after {
    display: none;
  }

  .ed-banner .content-col:after {
    display: table;
    content: '';
    width: 100%;
  }
  .banner .banner-content.with-img {
    flex-direction: column;
    margin-bottom: -90px;
  }

  .banner .banner-content .ban-content-inner {
    width: 90%;
  }

  .banner .banner-content .banner-content-image {
    width: 100%;
    margin-top: 20px;
  }
  .old_usr_container .row {
    flex-direction: column;
    display: block;
  }

  .old_usr_container .image-container {
    max-width: 100%;
  }

  .old_usr_container .content-container {
    max-width: 100%;
  }

  .old_usr_container .content-container .cnt-cntr-inner {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 50px;
  }
  .home-banner-content-container-inner.wellabel-action-container {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .home-page-banner.new-usr-banner h1+p {
    max-width: 100%;
  }

  .home-page-banner.new-usr-banner .form-container {
    margin: 0 auto;
  }

  .home-page-banner.new-usr-banner .demo-content-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .home-page-banner.new-usr-banner .demo-content-container p {
    max-width: 100%;
  }

  .home-page-banner.new-usr-banner .demo-button-content a {
    justify-content: center;
  }
  .hovered .solution-content-content {
    margin-bottom: -13px;
  }
  .tlp-page #test3 .row-number-6 img {
    position: relative;
    left: -24px;
  }
  .blog-fixed-subs.res-page .fixed-content-container {
    text-align: center;
  }

  .blog-fixed-subs.res-page  .form-container {
    text-align: center;
  }
  .ed-banner .content-col .top-rgt-img {
    top: 43px;
  }
  .new-user-logo {
    text-align: left;
  }
  .old_usr_container .wellabel-action-container h1 {
    font-size: 30.0px;
  }
  .main-article-inner {
    padding-left: 30px;
  }
}
@media (max-width: 600px){
  .paddsection .tab-container .tab-inner ul li {
    width: 50%;
    text-align: center;
    margin: 0;
    padding: 5px 0;
  }

}
@media (max-width:550px){

  .web-banner .desc-box ul li {
    width: 100%;
    padding: 0;
  }

  .web-banner .main-content-containmer ul li {
    width: 100%;
  }

  .tt2 .tab-image-container {
    text-align: center;
    width: 100%;
  }

  .tt2 .tab-pane-content {
    width: 100%;
  }

  .tt2 .tab-pane {
    flex-direction: column-reverse; 
  }
}
@media (max-width:480px){
  .paddsection .tab-container {
    position: relative;
    top: 0;
  }
  .paddsection .tab-container .tab-inner ul li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .ed-banner.web-banner .content-col-inner {
    padding: 20px 23px;
  }

  .ed-banner.web-banner .content-col-inner .qt-img {
    top: 0;
  }

  .tr-bnner-container .form-col-inner form fieldset .field {
    width: 100% !important;
    padding: 0 !important;
  }
}
@media (max-width:400px){
  .tr-bnner-container .form-col-inner form fieldset .field .hs-input {
    width: 100% !important;
  }

  .tr-bnner-container .form-col-inner form fieldset .field:not(:last-child) {
    padding: 0;
  }

  .tr-bnner-container .form-col-inner form fieldset .field:not(:first-child) {
    padding: 0;
  }
  .chk-bnner-container .form-col-inner form fieldset .field {
    width: 100%;
    padding: 0;
  }

  .chk-bnner-container .form-col-inner form .hs-button {
    width: 100%;
    position: static;
  }

  .tr-bnner-container .form-col-inner form .actions {
    padding: 0;
  }

  .chk-bnner-container .hs_error_rollup .hs-error-msgs {
    position: static;
  }
  .old_usr_container .watch-image {
    position: relative;
    width: 100px;
  }
  .old_usr_container .watch-content{
    width: calc(100% - 100px);
  }
}



.time-inner-container {
  display: flex;
  justify-content: space-between;
}

.time-inner-container .hs_cos_wrapper_bookmark_menu-container.ag-ver {
  padding: 0;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.time-content-holder {
  width: 100%;
  max-width: 893px;
  padding-left: 30px;
  padding-top: 12px;
}

.time-holder {
  max-width: 115px;
}

.time-content-row-title h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1px;
  margin-bottom: 24px;
}

.time-holder ul {
  margin: 0;
  flex-direction: column;
}

.time-holder ul h5 {
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  font-family: Averta Demo PE;
  margin-bottom: 24px;
}

.time-holder ul + ul {
  margin-top: 42px;
}

.time-holder div#hs_cos_wrapper_bookmark {
  padding-left: 16px;
  border-left: 5px solid #E5EAF4;
  position: sticky;
  top: 119px;
}

.time-holder ul li {
  margin-left: -21px;
}

.time-holder ul li a {
  display: flex;
  height: 40px;
  align-items: center;
  border-left: 5px solid transparent;
  padding-left: 19px;
  color: #1B1D35;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  transition: all .3s ease-in-out .0s;
}

.time-holder ul li a:hover, .time-holder ul li a.active {
  color: rgba(244,121,32,1.0);
  font-family: Averta;
  font-weight: 700;
  border-color: rgba(244,121,32,1.0);
}
.time-accr-trigger {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #1B1D35;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 10px 0;
}

.time-accr-trigger .open {
  display: none;
}

.time-accr-trigger span {
  margin-left: 24px;
}

.time-accr-trigger:hover, .active .time-accr-trigger {
  color: #F47920;
  font-weight: bold;
  font-family: 'Averta';
}

.active .time-accr-trigger svg.close {
  display: none;
}

.active .time-accr-trigger svg.open {
  display: inherit;
}

.time-accr-content-inner {
  padding-left: 37px;
  font-size: 18px;
  line-height: 30px;
}

.time-accr-content-inner *:last-child {
  margin: 0;
}

.accr-items:not(:last-child) {
  margin-bottom: 30px;
}

.time-content-row {
  padding-bottom: 40px;
  border-bottom: 1px solid #E5EAF4;
}

.time-content-row + .time-content-row {
  padding-top: 30px;
}

.time-accr-content {
  display: none;
}
.time-row-for-year + .time-row-for-year {
  padding-top: 30px;
}
.jump-container {
  text-align: center;
}

.jump-container h2 {
  font-size: 54px;
  line-height: 64px;
  letter-spacing: -3px;
  margin-bottom: 64px;
}

.jump-icons {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.jump-title h3 {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  margin-right: 12px;
  transition: all .15s linear;
}

.jump-title a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jump-title a:hover h3 {
  color: #F47920;
}

.jump-title svg path {
  transition: all .15s linear;
}

.jump-title a:hover svg path {
  fill: #F47920;
}

.jump-content {
  max-width: 297px;
  display: inline-block;
  margin-top: 8px;
}

.jump-cols {
  margin-bottom: 30px;
}

.time-row-for-year:last-child .time-content-row:last-child {
  border: 0;
}
.time-accr-trigger svg {
  width: 13px;
  height: 13px;
}

.time-accr-trigger span {
  display: block;
  width: 100%;
}
.custom-error {
  margin-top: 99px;
  padding-top: 60px;
  text-align: center;
  padding-bottom: 60px;
}

.custom-error img {
  width: 600px;
  max-width: 100%;
}

.custom-error h2 {
  margin: 20px 0px;
  margin-bottom: 33px;
  text-transform: initial;
  letter-spacing: 0.04em;
  color: #626262;
  font-weight: 600;
}
.nwz + main h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.3px;
  margin: 0;
}

.media-image-container {
  line-height: 0;
  margin-bottom: 11px;
}

.media-content-container h3 {
  font-size: 20px;
  line-height: 48px;
  letter-spacing: -0.3px;
  margin: 0;
}

.media-content-container a {
  font-size: 18px;
  line-height: 22px;
  font-family: 'Averta';
}

.media-content-container a svg {
  margin-left: 16px;
}

.media-content-container a svg path {
  fill: currentColor;
}
.nwz + main .press-container h2 {
  margin-bottom: 32px;
}

.press-items:not(:last-child) {
  margin-bottom: 24px;
}

.press-meta span {
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  display: inline-block;
}

.press-meta span:first-child:after {
  content: '|';
  margin: 0 5px;
}

.press-meta a {
  display: block;
  font-family: 'Averta';
  margin-top: 2px;
}
.tr-bnner-container .form-col-inner form .hs_interested_solutions.field > label {
  opacity: 1;
  font-size: 20px;
  margin-bottom: 18px;
  margin-top: 20px;
}

.tr-bnner-container .form-col-inner form .hs_interested_solutions.field ul * {
  color: #fff;
  font-size: 16px;
}
.pr-cat-card a {
  background: #FAFAFA;
  mix-blend-mode: normal;
  border-radius: 8px;
  display: block;
  padding: 30px 24px;
  box-shadow: 0px 0px 16px #73737359;
  color: #737373;
}

.pr-cat-card a h3 {
  font-size: 24px;
  line-height: 20px;
  color: #737373;
  margin-bottom: 15px;
}


.pr-cat-card a p {
  margin: 0;
}

.pr-cat-card a:hover {
  background: #1B1D35;
  color: #fff;
}
.pr-cat-card.active_card > a {
  background: #1B1D35;
  color: #fff;
}
.pr-cat-card.active_card > a h3 {
  color: #ffffff;
}
.pr-cat-card a:hover h3 {
  color: #ffffff;
}
.well-sr-page table {
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 10px;
  border: 0;
}

.well-sr-page table th {
  color: white;
  height: 70px;
  font-size: 20px;
  border: 0;
  padding: 4px;
  vertical-align: middle;
  font-size: 15px;
}

.well-sr-page table th.orange {
  background: #6FCF97;
}

.well-sr-page table .purple {
  background: #1B90FB;
}

.well-sr-page table .pink {
  background: #FFC107;
  color: #ffffff;
}

.well-sr-page table .green {
  background: #F47920;
}

.well-sr-page table th:last-child {
  border-top-right-radius: 10px;
}

.well-sr-page table th:nth-child(2) {
  border-top-left-radius: 10px;
}

.well-sr-page table td {
  border: 1px solid rgba(210,210,210,0.7);
  padding: 20px;
  background: transparent;
  white-space: normal;
  word-break: break-all;
  font-size: 13px;
  color: #19191B;
  vertical-align: middle;
}

.well-sr-page table tr>td:first-child {
  font-weight: bold;
}

.well-sr-page table tr:nth-child(2) td:first-child {
  border-top-left-radius: 10px;
}

.well-sr-page table tr:hover {
  background-color: #f5f5f5;
}

.well-sr-page table td:first-child {
  text-align: left;
}
.dj_sidebar_content {
  margin-top: 20px;
}

.dnd_area-module-10.cnt-with-left-icon {
  align-items: center;
}

.dnd_area-module-10.cnt-with-left-icon p {
  margin: 0;
}
@media (max-width:1130px){
  .header_menu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }

  .time-holder {
    max-width: 220px;
    width: 100%;
  }

  .time-content-holder {
    width: calc(100% - 220px);
    max-width: 100%;
  }
}
@media (max-width:767px){
  .time-holder {
    max-width: 80px;
    padding-top: 12px;
  }

  .time-content-holder {
    width: calc(100% - 80px);
    padding-top: 0;
    padding-left: 50px;
  }

  .time-content-row-title h2 {
    font-size: 28px;
    line-height: 32px;
  }

  .accr-items:not(:last-child) {
    margin-bottom: 0;
  }

  .time-accr-trigger {
    font-size: 16px;
  }

  .time-accr-content-inner {
    font-size: 16px;
  }

  .time-holder ul h5 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 17px;
  }

  .time-holder ul li a {
    font-size: 15px;
    padding-left: 13px;
  }

  .time-holder div#hs_cos_wrapper_bookmark {
    padding-left: 10px;
  }

  .time-holder ul li {
    margin-left: -15px;
  }

  .jump-container h2 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .pr-cat-card {
    margin-bottom: 20px;
  }
  .e-book-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cnt-with-top-icon {
    margin-bottom: 15px;
  }
}
@media (max-width:480px){
  .time-inner-container {
    flex-direction: column;
  }

  .time-holder {
    max-width: 100%;
  }

  .time-content-holder {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }

  .time-holder div#hs_cos_wrapper_bookmark {
    border: 0;
    border-top: 5px solid #e5eaf4;
    padding-left: 0;
    padding-top: 10px;
  }

  .time-holder div#hs_cos_wrapper_bookmark .hs-menu-wrapper {
    display: flex;
    margin: 0 -15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .time-holder ul+ul {
    margin: 0;
  }

  .time-holder ul {
    padding: 0 15px;
    text-align: center;
    width: 33.33%;
  }

  .time-holder ul li a {
    padding-left: 0;
    border-left: 0;
    border-bottom: 2px solid transparent;
    text-align: center;
    justify-content: center;
  }

  .time-holder ul li {
    margin-left: 0;
  }
  .time-accr-trigger span {
    margin-left: 13px;
  }

  .time-accr-content-inner {
    padding-left: 23px;
    font-size: 14px;
  }

  .time-accr-trigger {
    font-size: 14px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494a52;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}
body .login_button .hs-button {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}
/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* ===================== Custom Header ========================= */

.custom-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  padding: 20px 0;
  transition: all .6s ease-in-out;
  background: transparent;
  top: 0;
}
.header-show .custom-header {
  background: #fff;
}

.header-hide .custom-header {
  background: #fff;
}

.custom-header .page-center {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.custom-header  .logo-container {
  width: 15%;
  padding: 0 15px;
}

.custom-header .header_right_container {
  width: 85%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0 15px;
}

.header_menu .hs-menu-wrapper > ul {
  margin: 0;
  position: relative;
  display: flex;
}

.header_menu .hs-menu-wrapper > ul > li {
  position: relative;
  margin: 0 10px;
}

.header_menu .hs-menu-wrapper > ul > li > a {
  font-size: 16px;
  text-align: center;
  display: inline-block;
  padding: 8px;
  color: #fff;
}

.header_menu .hs-menu-wrapper .hs-menu-children-wrapper {
  position: absolute;
  top: 177%;
  width: auto;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #FAFAFA;
  box-shadow: 0px 5px 17px rgba(27, 29, 53, 0.1);
  border-radius: 8px;
  left: 0;
  min-width: 200px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 20px 20px;
}

.header_menu .hs-menu-wrapper > ul li.hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.header_menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  content: '\f107';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 4px;
  color: #737373;
  transition: all .15s linear;
}
.header_menu .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after {
  color: rgba(244,121,32,1.0);
  transform: rotate(
    180deg
  );
}
.header_menu .hs-menu-wrapper > ul ul li a {
  display: block;
  padding: 3px 10px;
  color: #1B1D35;
  white-space: nowrap;
}
.hd-dark .header_menu .hs-menu-wrapper>ul>li>a,
.header-hide .header_menu .hs-menu-wrapper>ul>li>a, 
.header-show .header_menu .hs-menu-wrapper>ul>li>a {
  color: #1B1D35;
}
.header_menu .hs-menu-wrapper > ul > li:hover > a {
  color: rgba(244,121,32,1.0);
}

.header_menu .hs-menu-wrapper > ul ul li {
  display: block;
  width: 100%;
}

.header_menu .hs-menu-wrapper > ul ul li:last-child > a {
  border-bottom: 0;
}

.header_menu .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(244,121,32,1.0);
}

.header_search {
  position: relative;
}

.header_search .search-trigger {
  color: #fff;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header_search 
div#hs_cos_wrapper_header_search {
  display: none;
}

.request_button .hs-button {
  border: 0;
}
.lp .request_button .hs-button {
  font-weight: bold;
}
.request_button {
  margin: 0 20px;
}

.login_button .hs-button {
  background: transparent;
  border-width: 1px;
}

.login_button .hs-button:hover {
  color: rgba(255,255,255,1.0);
  background: transparent;
}
.header_search .search-trigger:hover {
  color:rgba(244,121,32,1.0);
}
.header_search .hs-search-field__input {
  border: 1px solid #E5EAF4;
  background: #FFFFFF;
  color: #737373;
  font-size: 16px;
  line-height: 28px;
  font-family: Averta;
  padding: 10px 15px;
  border-radius: 8px;
  box-shadow: 0px -10px 35px rgba(0, 0, 0, 0.03);
  width: 100%;
}

.header_search div#hs_cos_wrapper_header_search {
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  height: 100%;
  background: #1b1d35b3;
  z-index: 9;
  padding: 10px;
}

.header_search div#hs_cos_wrapper_header_search .hs-search-field {
  height: auto;
  width: calc(100% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-width: 767px;
  margin: 0 auto;
  left: 50%;
}
.header_search  ul.hs-search-field__suggestions {
  width: 100%;
  max-width: 767px;
  padding: 10px;
  background: #fff;
  position: absolute;
}
.header_search div#hs_cos_wrapper_header_search .hs-search-field .hs-search-field__bar {
  width: 100%;
  max-width: 767px;
  margin: 0 auto;
}
.header_search ul.hs-search-field__suggestions:empty {
  display: none;
}
.mobile-trigger {
  display: none;
}
.child-trigger {
  display: none;
}
.hd-dark .login_button .hs-button{
  background: transparent;
}
.hd-dark .login_button .hs-button,
.header-show .login_button .hs-button,
.header-hide .login_button .hs-button {
  border-color: #1B1D35;
  color: #1B1D35;
}

.hd-dark .login_button .hs-button:hover,
.header-show .login_button .hs-button:hover, 
.header-hide .login_button .hs-button:hover {
  background: #1B1D35;
  color: #fff;
}
.header_menu .hs-menu-wrapper .hs-menu-children-wrapper:before {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  background: #FAFAFA;
  border-radius: 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: -6px;
  left: 29px;
}

.header_menu .hs-menu-wrapper>ul>li:hover:after {
  display: block;
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  top: 60%;
}
.header_menu .hs-menu-wrapper>ul>li.Solutions > ul {
  display: flex;
  flex-wrap: wrap;
  min-width: 420px;
}

.header_menu .hs-menu-wrapper>ul>li.Solutions > ul > li {
  width: 50%;
}

.header_menu .hs-menu-wrapper>ul>li.Solutions > ul > li > a {
  color: #1B1D35;
  opacity: 0.3;
  font-family: Averta;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header_menu .hs-menu-wrapper>ul>li.Solutions > ul > li > ul {
  position: static;
  opacity: 1;
  visibility: visible;
  box-shadow: none;
  padding: 0px 0;
}
.hd-dark .header_search .search-trigger, 
.header-show .header_search .search-trigger, 
.header-hide .header_search .search-trigger {
  color: #1b1d35;
}
.header-show div#hs_cos_wrapper_header_logo,
.header-hide div#hs_cos_wrapper_header_logo {
  display: none;
}

div#hs_cos_wrapper_scroll_header_logo {
  display: none;
}

.header-show div#hs_cos_wrapper_scroll_header_logo,
.header-hide div#hs_cos_wrapper_scroll_header_logo {
  display: block;
}
.header-hide .custom-header {
  box-shadow: 0px -14px 34px rgb(244 121 32);
}

.header-show .custom-header {
  box-shadow: 0px -14px 34px rgb(244 121 32);
}
@media(max-width:1130px){
  .request_button .hs-button {
    font-size: 13px;
  }

  .login_button .hs-button {
    font-size: 13px;
  }
}
@media(max-width:1060px) and (min-width:1001px){
  .header_menu .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
  }
}
@media(max-width:1000px){
  .header_menu {
    position: absolute;
    top: 140%;
    width: 100%;
    display: none;
    background: #fff;
    right: 0;
    max-height: calc(100vh - 200px);
    overflow-y: auto !important;
  }

  .custom-header .page-center {
    position: relative;
  }

  .mobile-trigger {
    display: inline-flex;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-left: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .mobile-trigger span {
    width: 100%;
    height: 5px;
    background: #fff;
    display: block;
    border-radius: 4px;
    transition: all .4s ease-in-out;
    transform-origin: left;
  }

  .mobile-trigger span + span {
  }

  .mobile-trigger:hover span {
    background-color: rgba(244,121,32,1.0);
  }
  .header_menu .hs-menu-wrapper>ul {
    display: block;
  }.mobile-open .mobile-trigger span:nth-child(1) {
    transform: rotate(45deg);
  }

  .mobile-open .mobile-trigger span:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .mobile-trigger span:nth-child(3) {
    transform: rotate( -45deg );
  }


  .header_menu .hs-menu-wrapper>ul>li {
    margin: 0;
    padding: 0 15px;
  }

  .header_menu .hs-menu-wrapper>ul>li>a {
    padding: 8px 0;
    color: #1B1D35;
  }

  .header_menu .hs-menu-wrapper .hs-menu-children-wrapper {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background: transparent;
    display: none;
    transition: none;
    min-width: 0;
    border-radius: 0;
  }
  .child-trigger {
    display: flex;
    width: 40px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 15px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }

  .child-trigger:after {
    content: '\f107';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 0;
    color: #737373;
    transition: all .3s ease-in-out;
  }

  .header_menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    display: none;
  }

  .child-open > .child-trigger:after {
    transform: rotate(180deg);
  }
  .custom-header .logo-container {
    width: auto;
  }

  .custom-header .logo-container img {
    width: 150px !important;
  }

  .custom-header .header_right_container {
    width: calc(100% - 180px);
  }
  .header-show .mobile-trigger span, .header-hide .mobile-trigger span,.hd-dark .mobile-trigger span {
    background: #1B1D35;
  }
  .header-show .header_search .search-trigger,
  .header-hide .header_search .search-trigger{
    color: #1B1D35;
  }
  .header_menu .hs-menu-wrapper .hs-menu-children-wrapper {
    padding: 0;
    box-shadow: none;
    display: none;
  }

  .header_menu .hs-menu-wrapper .hs-menu-children-wrapper ul ul li {
    position: relative;
    width: 100%;
    position: relative;
  }

  .header_menu .hs-menu-wrapper>ul>li.Solutions>ul>li {
    width: 100%;
  }
  .header_menu .hs-menu-wrapper>ul ul li {
    position: relative;
  }


  .header_menu .hs-menu-wrapper>ul>li.Solutions>ul {
    display: none;
  }

  .header_menu .hs-menu-wrapper>ul>li.Solutions>ul>li>a {
    line-height: normal;
    padding: 8px 10px;
  }

  .header_menu .hs-menu-wrapper>ul>li.Solutions ul .child-trigger {
    width: 40px;
    height: 32px;
    right: 0;
  }

  .header_menu .hs-menu-wrapper>ul>li:hover:after {
    display: none;
  }

  .header_menu .hs-menu-wrapper>ul>li.Solutions>ul>li>ul {
    padding: 0;
  }
  .header_menu .hs-menu-wrapper>ul>li.Solutions>ul {
    display: none;
    min-width: 0;
  }
}
@media (min-width:768px){
  .header_menu.mobile {
    display: none !important;
  }
}
@media (max-width:767px){
  .custom-header .logo-container img {
    width: 120px !important;
  }
  .custom-header .header_right_container {
    width: calc(100% - 150px);
  }
  .request_button {
    margin: 10px 0;
    padding: 0 15px;
  }

  .login_button {
    margin: 10px 0;
    padding: 0 15px;
  }

  .request_button .hs-button {
    width: 80%;
    margin: auto;
    display: block;
  }

  .login_button .hs-button {
    width: 80%;
    margin: auto;
    display: block;
  }
  .mobile-trigger {
    width: 30px;
    height: 30px;
  }
  .login_button .hs-button {
    border-color: #1b1d35;
    color: #1b1d35;
  }
  .login_button .hs-button:hover {
    background: #1b1d35;
    border-color: #1b1d35;
    color: #fff;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}


.custom-footer {
  background: #1B1D35;
  padding-top: 90px;
  padding-bottom: 50px;
}
.custom-footer.lp {
  padding-top: 50px;
}


.custom-footer .page-center {
  padding: 0;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
}

.footer_top_logo_section {
  width: 40%;
  padding: 0 15px;
}

.footer_top_sitemap {
  width: 60%;
  padding: 0 15px;
}

.footer_top_logo_section div#hs_cos_wrapper_header_logo img {
  max-width: 200px;
}

.footer_top_logo_section 
div#hs_cos_wrapper_intro {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
  max-width: 366px;
}

.footer_top_logo_section div#hs_cos_wrapper_form .field {
  margin: 0;
  max-width: 293px;
}

.footer_top_logo_section div#hs_cos_wrapper_form .field .hs-input {
  border: 1px solid #E5EAF4;
  box-shadow: 0px -10px 35px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  font-size: 16px;
  line-height: 28px;
  color: #737373;
  padding: 10px 15px;
}
.footer_top_logo_section div#hs_cos_wrapper_form {
    overflow: hidden;
    display: block;
}
.footer_top_logo_section div#hs_cos_wrapper_form .primary.large {
  background: #F47920;
  border-radius: 0px 8px 8px 0px;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  border: 0;
  padding: 20px 24px;
}

.footer_top_logo_section div#hs_cos_wrapper_form form {
  position: relative;
  max-width: 389px;
}

.footer_top_logo_section div#hs_cos_wrapper_form form .hs_submit {
  position: absolute;
  right: 2px;
  top: 0;
}

.footer_top_logo_section div#hs_cos_wrapper_form .primary.large:hover {
  background: #D66E24;
}
.footer_top_sitemap .hs-menu-wrapper > ul {
  display: block;
  margin: 0;
}

.footer_top_sitemap .hs-menu-wrapper > ul > li {
  width: 33.33%;
  padding: 0 15px;
  float: left;
  margin-bottom: 60px;
}
.footer_top_sitemap .hs-menu-wrapper>ul:after {
  display: table;
  content: '';
  width: 100%;
  margin-top: 0;
}
.footer_top_sitemap .hs-menu-wrapper > ul > li > a {
  font-weight: bold;
  font-family: Averta;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FAFAFA;
  margin-bottom: 15px;
  display: block;
}

.footer_top_sitemap .hs-menu-wrapper > ul ul li a {
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  font-size: 16px;
  display: inline-block;
  color: #E5EAF4;
}

.footer_top_sitemap .hs-menu-wrapper > ul li {
  display: block;
}

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

.footer_top_sitemap .hs-menu-wrapper > ul ul li a:hover {
  color: #D66E24;
}

.footer_top_sitemap .hs-menu-wrapper > ul > li:first-child > ul > li > a {
  font-family: Averta;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FAFAFA;
  opacity: 0.3;
  pointer-events: none;
  margin-bottom: 10px;
}

.footer_top_sitemap .hs-menu-wrapper > ul > li:first-child > ul > li {
  margin-bottom: 20px;
}

.footer_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer_copyriught {
  width: 40%;
  padding: 0 15px;
  color: #fff;
  font-size: 14px;
  line-height: 23px;
}

.footer_privacy {
  width: 30%;
  padding: 0 15px;
}

.footer_social_links {
  width: 30%;
  padding: 0 15px;
}

.footer_top_sitemap .hs-menu-wrapper {
  display: block;
  margin: 0 -15px;
}

.footer_privacy .hs-menu-wrapper > ul {
  margin: 0;
}

.footer_privacy .hs-menu-wrapper > ul > li:not(:last-child) {
  margin-right: 25px;
}

.footer_privacy .hs-menu-wrapper > ul > li > a {
  font-size: 14px;
  line-height: 23px;
  text-decoration-line: underline;
  color: #E5EAF4;
}

.footer_privacy .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(244,121,32,1.0);
}

.footer_social_links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.footer_social_links ul li {
  margin: 0 15px;
}

.footer_social_links ul li a {
  background: #37456F;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
}

.footer_social_links ul li a:hover {
  color: rgba(244,121,32,1.0);
}

.custom-footer.lp.light-footer {
  background: #fff;
}

.custom-footer.lp.light-footer .footer_copyriught {
  color: #1B1D35;
}

.custom-footer.lp.light-footer .footer_privacy .hs-menu-wrapper>ul>li>a {
  color: #1B1D35;
}
.custom-footer.lp.light-footer .footer_privacy .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(244,121,32,1.0);
}
@media (max-width:950px){
  .footer_social_links ul li {
    margin: 0 6px;
  }

  .footer_privacy .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-right: 10px;
  }

  .footer_privacy {
    width: 34%;
  }

  .footer_social_links {
    width: 26%;
  }

  .footer_social_links ul li a {
    width: 31px;
    height: 31px;
  }
  .footer_top_logo_section div#hs_cos_wrapper_form form .hs_submit {
    right: 0;
  }

}
@media (max-width:767px){
  .footer_top_logo_section {
    width: 100%;
    text-align: center;
  }

  .footer_top_logo_section div#hs_cos_wrapper_intro {
    margin: 10px auto;
  }

  .footer_top_logo_section div#hs_cos_wrapper_form form {
    margin: 0 auto;
  }

  .footer_top_sitemap {
    width: 100%;
    margin-top: 25px;
  }

  .footer_copyriught {
    width: 33.33%;
  }

  .footer_privacy {
    width: 33.33%;
  }

  .footer_social_links {
    width: 33.33%;
  }

  .footer_privacy .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-right: 6px;
  }
}
@media (max-width:600px){
  .footer_copyriught {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_privacy {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer_social_links {
    width: 100%;
    text-align: center;
  }

  .footer_privacy .hs-menu-wrapper>ul {
    justify-content: center;
  }

  .footer_privacy .hs-menu-wrapper>ul>li:not(:last-child) {
    margin-right: 25px;
  }

  .footer_social_links ul {
    justify-content: center;
  }
}
@media (max-width:480px){
  .footer_top_sitemap .hs-menu-wrapper>ul>li {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    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: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@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;
  }
}
.blog-post img {
  max-width: 100%;
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@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: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.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: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  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: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.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;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

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

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

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

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}


/* ======================= Custom blog ====================== */

.breadcrumb-menu {
  border-bottom: 1px solid #E5EAF4;
}

.breadcrumb-menu ul {
  padding: 16px 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.breadcrumb-menu ul li {
  display: inline-flex;
  align-items: center;
  color: #959595;
  font-size: 16px;
  line-height: 28px;
}

.breadcrumb-menu ul li i {
  padding: 0 18px;
}

.breadcrumb-menu ul li a {
  color: #1B1D35;
}

.breadcrumb-menu ul li a:hover {
  color: #F47920;
}
.main-blog-article {
  padding-top: 72px;
}

.sidebar-widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 43px;
  text-align: center;
}

.sidebar-widget ul span {
  color: #737373;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 27px;
}

.sidebar-widget ul li:not(:last-child) {
  margin-bottom: 14px;
}

.sidebar-widget ul li a {
  color: #1B1D35;
  font-size: 18px;
  line-height: 21px;
}

.sidebar-widget ul li a:hover {
  color: #F47920;
}

.span3.slidebar {
  position: sticky;
  top: 95px;
}
.span2.slidebar {
  position: sticky;
  top: 95px;
}

.main-article-inner {
  /* max-width: 750px; */
  MARGIN: 0 AUTO;
}

.main-article-inner h3 {
  font-size: 30px;
  line-height: 44px;
  font-weight: normal;
  font-family: Averta Demo PE;
}

.main-article-inner h6 {
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  font-family: Averta Demo PE;
  font-weight: normal;
}
.main-article-inner h6 + h2 {
  margin-top: 48px;
}

.main-article-inner h2 {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -0.3px;
  margin-bottom: 20px;
}

.main-article-inner p {
  line-height: 28px;
  color: #737373;
  margin-bottom: 32px;
}

.hs-blog-listing, .hs-blog-post {
  background: transparent !important;
}

.main-article-inner h4 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}
.main-article-inner .hs_cos_gallery_main {
  padding: 48px 0;
  margin: 0;
}

.main-article-inner .hs_cos_gallery_main .slick-arrow {
  background: #F47920;
  border-radius: 100%;
  border: 0;
  padding: 0;
  width: 56px;
  height: 56px;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.main-article-inner .hs_cos_gallery_main .slick-arrow:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  line-height: 18px;
}

.main-article-inner .hs_cos_gallery_main .slick-prev:before {
  content: '\f060';
}

.main-article-inner .hs_cos_gallery_main .slick-next:before {
  content: '\f061';
}

.main-article-inner .hs_cos_gallery_main .slick-arrow.slick-prev {
  left: -28px;
}

.main-article-inner .hs_cos_gallery_main .slick-arrow.slick-next {
  right: -28px;
}

.main-article-inner .hs_cos_gallery_main ul.slick-dots {
  display: none !important;
}

.main-article-inner .hs_cos_gallery_main .slick-slide-inner-wrapper {
  flex-direction: column;
}

.main-article-inner .hs_cos_gallery_main .caption.below {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  color: #737373;
  font-size: 14px;
  line-height: 20px;
  margin-top: 12px;
}
.blog-fixed-subs-inner .form-container .submitted-message p {
  margin: 0;
  color: #fff;
  font-size: 20px;
  text-align: center;
}
.main-article-inner .hs_cos_gallery_main .caption.below p {
  margin: 0;
}
.main-article-inner blockquote {
  background: #1B1D35;
  border-radius: 8px;
  margin: 30px 0;
  border: 0;
  padding: 0 50px;
  padding-top: 129px;
  padding-bottom: 98px;
  text-align: center;
  letter-spacing: -0.3px;
  font-size: 36px;
  line-height: 1.4;
  color: #FFFFFF;
  position: relative;
}
.main-article-inner blockquote p {
  color: inherit;
  line-height: inherit;
}
.main-article-inner blockquote q {
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-top: 21px;
  font-weight: normal;
  letter-spacing: 0;
}

.main-article-inner blockquote q:before,
.main-article-inner blockquote q:after {
  display: none;
}

.main-article-inner blockquote:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f10d';
  font-size: 40px;
  line-height: 46px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 57px;
}
.blog-post-images-container {
  margin: 0 -15px;
  margin-top: 56px;
  margin-bottom: 48px;
}

.blog-post-images-container .post-image-gallery-items {
  padding: 0 15px;
  line-height: 0;
  margin-bottom: 30px;
  width: 50%;
}

.blog-post-images-container .post-image-gallery-items a {
  display: block;
}

.blog-post-images-container .grid-caption {
  margin-top: -18px;
  text-align: center;
}

.blog-post-images-container .grid-caption p {
  margin: 0;
  color: #737373;
  font-size: 14px;
  line-height: 20px;
}
.blog-article-inner {
  padding-bottom: 62px;
}

.blog-fixed-subs {
  background: #F47920;
  padding: 32px 0;
  position: sticky;
  bottom: 0;
  /*   margin-bottom: 221px; */
}

.blog-fixed-subs-inner.wellabel-action-container {
  max-width: 1200px;
  padding: 0 15px;
}

.blog-fixed-subs-inner .right-content-container {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.blog-fixed-subs-inner .right-content-container h2 {
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.2px;
  margin: 0;
}

.blog-fixed-subs-inner.wellabel-action-container .hs-submit input {
  background: #1B1D35;
}

.blog-fixed-subs-inner.wellabel-action-container .hs-submit input:hover {
  background: #F47920;
}
.fixed-content-container {
  padding: 0 15px;
  width: calc(100% - 510px);
}

.blog-fixed-subs-inner .form-container {
  width: 100%;
  padding: 0 15px;
  max-width: 510px;
}
.blog-post-related-article-container {
  background: #E5EAF4;
  padding-top: 73px;
  padding-bottom: 48px;
}

.related-title-container .page-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-post-related-article-container .slider-button {
  display: flex;
}

.blog-post-related-article-container .slider-button .slick-arrow {
  line-height: 0;
  font-size: 0;
  margin: 0 9px;
  cursor: pointer;
}

.blog-post-related-article-container .slider-button .slick-arrow * {
  fill: #737373;
  transition: all 0.1s ease;
}

.blog-post-related-article-container .slider-button .slick-arrow:hover * {
  fill: #F47920;
}

.related-title-container {
  padding-bottom: 50px;
}
.related-post-slider-container .blog-index__post-inner-card {
  box-shadow: none;
  background: transparent;
  padding: 0 22.5px;
}

.related-post-slider-container .blog-index__post-image {
  border-radius: 8px;
}

.related-post-slider-container .blog-index__post-content--small {
  padding: 23px 40px 0 24px;
  font-size: 16px;
  line-height: 26px;
  color: #737373;
}

.related-post-slider-container h2 {
  letter-spacing: -0.3px;
  font-size: 22px;
  line-height: 36px;
}

.related-post-slider-container h2 a {
  color: #1B1D35;
}

.related-post-slider-container h2 a:hover {
  color: rgba(244,121,32,1.0);
}
.related-post-slider-container .slick-list {
  overflow: visible !important;
}

.related-post-slider-container {
  overflow: hidden;
}

.related-post-slider-container .slick-slide:not(.slick-active) {
  filter: blur(6px);
}

.blog-post-related-article-container.no-child {
  display: none;
}
.normail-list div#banner {
  background-color: #fff !important;
  background-position: bottom;
}
.main-post-list-container .blog-fixed-subs {
  position: static;
  padding: 29px 10px;
  border-radius: 12px;
  background-image: url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/Base-6.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
.featured-post-card-inner {
  margin-top: -277px;
  position: relative;
  z-index: 2;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #E5EAF4;
  box-sizing: border-box;
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
}

.featured-post-card-inner .featured-card-image {
  width: 50%;
  line-height: 0;
}

.featured-post-card-inner .featured-card-content {
  width: 50%;
  padding: 36px;
}

.featured-post-card-inner .featured-card-content h5.cat-text {
  display: table;
  margin: 0;
  background: rgb(244 121 32 / 10%);
  border-radius: 2000px;
  padding: 6px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #F47920;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 23px;
}

.featured-post-card-inner .featured-card-content h2 {
  letter-spacing: -1px;
  font-weight: bold;
  margin-bottom: 16px;
}

.featured-post-card-inner .featured-card-content p {
  font-size: 18px;
  line-height: 26px;
  color: #2F3447;
  margin-bottom: 60px;
}

.featured-post-card-inner .featured-card-content .readmore a {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
}

.featured-post-card-inner .featured-card-content .readmore a svg {
  margin-left: 10px;
}

.featured-post-card {
  padding-bottom: 100px;
}

.featured-post-card-inner .featured-card-image img {
  width: 100%;
}
.pop-top-title h2 {
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 32px;
}
.pop-top-columns {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  align-items: center;
}

.pop-top-columns .pop-top-column-content {
  max-width: 602px;
}

.all-button {
  border: 1px solid #1B1D35;
  box-sizing: border-box;
  filter: drop-shadow(0px 10px 25px rgba(21, 37, 72, 0.1));
  border-radius: 8px;
  color: #1B1D35;
  font-size: 18px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 16px 31px;
  fill: #1B1D35;
}

.all-button svg path {
  fill: #1B1D35;
}

.all-button:hover {
  background: #1B1D35;
  color: #fff;
  fill: #fff;
}

.all-button:hover svg path {
  fill: #fff;
}

.all-button svg {
  margin-left: 10px;
}

.pop-listing-container {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.pop-listing-container .pop-lists {
  width: calc(50% - 30px);
  margin: 0 15px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  transition: all .4s ease 0s;
  filter: drop-shadow(0px 20px 50px rgba(15, 24, 44, 0.15));
}
.pop-listing-container .pop-lists:hover {
  transform: scale(1.05);
}
.pop-listing-container .pop-lists .pop-list-content {
  height: 100%;
  padding: 40px;
  background: linear-gradient(180deg, rgba(24, 59, 86, 0.0001) 0%, rgba(22, 49, 70, 0.453847) 45.38%, #152532 100%);
}

.pop-listing-container .pop-lists .pop-list-content .pop-cat {
  display: table;
  background: hsl(0deg 0% 100% / 50%);
  border-radius: 2000px;
  padding: 6px 15px;
  color: #F47920;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 150px;
}

.pop-listing-container .pop-lists .pop-list-content h2 {
  color: #FFFFFF;
  letter-spacing: 0.2px;
  margin-bottom: 32px;
}
.popular-article-container {
  padding-bottom: 180px;
}
.cat-slider-container {
  margin-bottom: 80px;
  position: relative;
}

.cat-slider-container .prev {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.cat-slider-container .next {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 20px;
}

.cat-slider-container .slick-arrow {
  z-index: 9;
  cursor: pointer;
}

.cat-slider-container .cat-slides a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 60px 10px;
  margin: 0 15px;
  background: linear-gradient(0deg, rgba(27, 29, 53, 0.5), rgba(27, 29, 53, 0.5)), url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/Base-4.png);
  border-radius: 8px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
.cat-slider-container .cat-slides a {
  min-height: 280px;  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px){
.cat-slider-container .cat-slides a {
  min-height: 240px;  }
}

.cat-slider-container .cat-slides a.it2 {
  background: linear-gradient(0deg, rgba(27, 29, 53, 0.5), rgba(27, 29, 53, 0.5)), url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/Base-3-1.png);
}
.cat-slider-container .cat-slides a.it3 {
  background: linear-gradient(0deg, rgba(27, 29, 53, 0.5), rgba(27, 29, 53, 0.5)), url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/Base-2-1.png);
}
.cat-slider-container .cat-slides a.it4 {
  background: linear-gradient(0deg, rgba(27, 29, 53, 0.5), rgba(27, 29, 53, 0.5)), url(https://f.hubspotusercontent30.net/hubfs/226537/Wellable_Logos/Wellable_Jan_2021/Images/Base-2-1.png);
}

.cat-slider-container .cat-slides a h3 {
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
}

.cat-slider-container .slick-list {
  overflow: visible;
}

.cat-slider-container {
  overflow: hidden;
}

.cat-slider-container .slick-slide:not(.slick-active) {
  position: relative;
  opacity: 0.2;
}
.blog-fixed-subs {
  max-width: 1200px;
  margin: 0 auto;
}

.main-post-list-container .blog-fixed-subs h2 {
  letter-spacing: -0.3px;
  font-size: 20px;
  line-height: 1.2;
  padding-right: 30px;
}

.main-post-list-container .blog-fixed-subs .form-container {
  padding-left: 40px;
}
.main-post-list-container .blog-post-related-article-container {
  background: transparent;
}
.related-post-slider-container .slick-list {
  margin: 0 -15px;
}
.featured-post-card.bottom-one .featured-post-card-inner {
  margin-top: 0;
}
.main-post-list-container .blog-fixed-subs.bottom-one {
  margin-bottom: 64px;
}
.sepratore {
  margin: 100px 0 80px;
}

.sepratore div div {
  height: 1px;
  background: #E5EAF4;
}
.post-by-tag-container h2 {
  font-size: 32px;
  line-height: 32px;
  color: #1B1D35;
  margin: 0;
  text-transform: capitalize;
}
.tag-post-bottom {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.tag-post-bottom .tag-post-list {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 93px;
}

.tag-post-bottom .tag-post-list .tag-post-image {
  display: block;
  width: 100%;
  min-height: 250px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.06);
  transition: all .4s ease 0s;
}

.tag-post-bottom .tag-post-list:hover .tag-post-image {
  transform: scale(1.05);
}

.tag-post-bottom .tag-post-list .tag-post-content {
  padding: 24px;
  padding-top: 32px;
  color: #737373;
}

.tag-post-bottom .tag-post-list .tag-post-content a {
  color: #1B1D35;
}

.tag-post-bottom .tag-post-list .tag-post-content a:hover {
  color: rgba(244,121,32,1.0);
}

.tag-post-bottom .tag-post-list .tag-post-content h4 {
  letter-spacing: -0.3px;
  font-size: 22px;
  line-height: 36px;
}
.all-post-container .tag-post-bottom .tag-post-list {
  margin-bottom: 40px;
}

.hs-content-path-sample-blog-all .blog-fixed-subs.bottom-one {
  margin-bottom: 108px;
}
.topic-container-page .bookmark-menu-container .ag-ver ul li a:not(.active):after {
  display: none;
}
.topic-container-page .bookmark-menu-container .ag-ver ul li:last-child {
  margin: 0 -15px;
  padding: 0 15px;
  background: #E5EAF4;
  margin-top: -2px;
}

.topic-container-page .bookmark-menu-container .ag-ver ul li.view-all a {
  justify-content: flex-start;
  fill: #1b1d35;
  padding: 19px 0;
}

.topic-container-page .bookmark-menu-container .ag-ver ul li.view-all a svg {
  margin-left: 15px;
  fill: inherit;
}

.topic-container-page .bookmark-menu-container .ag-ver ul li.view-all a svg path {
  fill: inherit;
}

.topic-container-page .bookmark-menu-container .ag-ver ul li.view-all a:hover {
  fill: rgba(244,121,32,1.0);
}
.hs-blog-post .blog-fixed-subs {
  max-width: 100%;
}
.blog-post-related-article-container .pop-top-columns {
  padding: 0;
  width: 100%;
}
.topic-container-page {
  padding-top: 100px;
}

.topic-container-page .blog-fixed-subs.top-one {
  margin-bottom: 120px;
}

.topic-container-page .main-post-list-container .blog-fixed-subs.bottom-one {
  margin-bottom: 138px;
}
@media (max-width:1090px){

  .main-article-inner .hs_cos_gallery_main .slick-arrow.slick-next {
    right: -11px;
  }

  .main-article-inner .hs_cos_gallery_main .slick-arrow.slick-prev {
    left: -11px;
  }
}
@media (max-width:991px){
  .fixed-content-container {
    width: 50%;
  }

  .blog-fixed-subs-inner .form-container {
    width: 50%;
  }
  .related-post-slider-container .blog-index__post-content--small {
    padding: 23px 15px 0 15px;
  }
  .main-post-list-container .blog-fixed-subs {
    padding: 29px 10px;
  }
  .main-post-list-container .blog-fixed-subs h2 {
    padding-right: 0;
  }
}

@media (max-width:767px){
  .related-post-slider-container .blog-index__post-inner-card {
    padding: 0;
  }

  .related-post-slider-container .slick-list {
    overflow: hidden !important;
  }
  .blog-fixed-subs {
    margin-bottom: 0;
    padding: 15px 0;  
  }
  .right-content-container {
    flex-direction: column;
  }

  .fixed-content-container {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }

  .blog-fixed-subs-inner .form-container {
    width: 100%;
  }

  .blog-fixed-subs-inner.wellabel-action-container .hs-form-field .hs-input {
    height: 45px;
  }

  .blog-fixed-subs-inner.wellabel-action-container .hs-submit input {
    padding: 6.5px 24px;
  }
  .sidebar-widget ul {
    position: absolute;
    left: -9px;
  }

  .span9.main-article {
    padding-left: 38px;
    padding-right: 38px;

  }
  .breadcrumb-menu ul {
    flex-wrap: wrap;
  }
  .blog-post-images-container .post-image-gallery-items {
    width: 100%;
    text-align: center;
  }
  .main-article-inner h3 {
    font-size: 20px;
    line-height: 1.5;
  }

  .main-article-inner h2 {
    font-size: 26px;
    line-height: 1.5;
  }

  .main-article-inner .hs_cos_gallery_main .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .main-article-inner blockquote {
    margin: 40px 0;
    padding: 0 20px;
    padding-top: 129px;
    padding-bottom: 98px;
    font-size: 18px;
    line-height: 1.5;
  }

  .main-article-inner blockquote q {
    font-size: 14px;
  }
  .sidebar-widget ul span {
    font-size: 12px;
    margin-bottom: 7px;
  }

  .sidebar-widget ul li a {
    font-size: 14px;
  }

  .sidebar-widget ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .main-post-list-container .blog-fixed-subs {
    padding: 40px 0px;
  }

  .main-post-list-container .blog-fixed-subs h2 {
    padding-right: 0;
  }

  .featured-post-card-inner .featured-card-image {
    width: 100%;
  }

  .featured-post-card-inner .featured-card-content {
    width: 100%;
    border: 1px solid #e5eaf4;
  }

  .featured-post-card-inner {border: 0;}

  .normail-list div#banner {
    padding-bottom: 332px !important;
  }

  .pop-top-columns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pop-top-columns .pop-top-column-content {
    max-width: 100%;
  }

  .pop-listing-container .pop-lists {
    width: 100%;
    margin-bottom: 30px;
  }

  .pop-listing-container .pop-lists:hover {
    transform: scale(1.03);
  }

  .popular-article-container {
    padding-bottom: 64px;
  }
  .main-post-list-container .blog-fixed-subs {
    padding: 40px 0px;
  }

  .main-post-list-container .blog-fixed-subs h2 {
    padding-right: 0;
  }

  .featured-post-card-inner .featured-card-image {
    width: 100%;
  }

  .featured-post-card-inner .featured-card-content {
    width: 100%;
    border: 1px solid #e5eaf4;
  }

  .featured-post-card-inner {
    border: 0;
  }

  .normail-list div#banner {
    padding-bottom: 332px !important;
  }

  .pop-top-columns {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pop-top-columns .pop-top-column-content {
    max-width: 100%;
  }

  .pop-listing-container .pop-lists {
    width: 100%;
    margin-bottom: 30px;
  }

  .pop-listing-container .pop-lists:hover {
    transform: scale(1.03);
  }

  .popular-article-container {
    padding-bottom: 64px;
  }

  .cat-slider-container .cat-slides a {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .related-post-slider-container .slick-list {
    margin: 0;
  }

  .post-by-tag-container h2 {
    margin-bottom: 25px;
  }

  .tag-post-bottom .tag-post-list {
    width: 100%;
    margin-bottom: 30px;
  }

  .tag-post-bottom .tag-post-list:hover .tag-post-image {
    transform: scale(1.03);
  }
  .topic-container-page {
    padding-top: 70px;
  }

  .topic-container-page .blog-fixed-subs.top-one {
    margin-bottom: 70px;
  }

  .topic-container-page .main-post-list-container .blog-fixed-subs.bottom-one {
    margin-bottom: 70px;
  }
  .cat-slider-container .slick-arrow svg {
    width: 25px;
    height: 25px;
  }

  .cat-slider-container .cat-slides a {
    width: 100%;
    margin: 0;
  }
  .tag-post-bottom .tag-post-list .tag-post-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .hs-blog-post .banner .banner-content {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width:500px){
  .related-title-container .page-center {
    flex-direction: column;
    text-align: center;
  }

  .blog-post-related-article-container .slider-button {
    margin-top: 10px;
  }
  .featured-post-card-inner .featured-card-content {
    padding: 24px;
  }

  .pop-listing-container .pop-lists .pop-list-content {
    padding: 24px;
  }

  .main-post-list-container .blog-fixed-subs .form-container {
    padding: 0;
  }

  .main-post-list-container .blog-fixed-subs div {
    
    margin: 0;
  }

  .main-post-list-container .blog-fixed-subs {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-post-list-container .blog-fixed-subs .fixed-content-container {
    margin-bottom: 24px;
  }

  .main-post-list-container .blog-fixed-subs-inner.wellabel-action-container .hs-form-field .hs-input {
    padding-right: 122px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 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: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
  margin-top: 95px;
}
.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;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.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: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.hs-search-results__title {
  font-size: 20px;
}

.srh-banner .banner .banner-content {
  max-width: 1000px;
}
.srh-banner + .content-wrapper {
  padding: 0 15px;
}

.srh-banner + .content-wrapper .systems-page {
  margin: 0;
  padding: 40px 0;
}

.hs-search-results__listing {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

ul.hs-search-results__listing li {
  width: 32.33%;
  margin-right: 15px;
  padding: 15px;
  background: #fff;
  border: 1px solid #e5eaf4;
  box-sizing: border-box;
  box-shadow: 0px 6px 10px rgb(0 0 0 / 3%);
  border-radius: 8px;
}

ul.hs-search-results__listing li:nth-child(3n) {
  margin-right: 0;
}

ul.hs-search-results__listing li a.hs-search-results__title {
  text-decoration: none;
  font-family: Averta Demo PE;
  font-weight: bold;
}
form#email-prefs-form input[type="checkbox"] {
  font-size: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50px;
  height: 30px;
  background: #ddd;
  border-radius: 5px;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

form#email-prefs-form input[type="checkbox"]:checked {
  background: #f47a20;
}

form#email-prefs-form input[type="checkbox"]:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 .25em rgba(0,0,0,.3);
  box-shadow: 0 0 .25em rgba(0,0,0,.3);
  -webkit-transform: scale(.7);
  transform: scale(.7);
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

form#email-prefs-form input[type="checkbox"]:checked:after {
  left: calc(100% - 30px);
}
form#email-prefs-form {}

form#email-prefs-form .page-header {
  border-bottom: 1px solid transparent;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

form#email-prefs-form div#content > p.header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 10px;
  background: none;
}
form#email-prefs-form .item .item-inner {
    border-bottom: 1px solid #ccc;
    /* display: inline-block; */
    clear: both;
    margin-bottom: 20px;
    position: relative;
}
.subscribe-options {}

.subscribe-options p.header {
  background: none;
  border-top: 1px solid transparent;
  padding-top: 10px;
  margin-top: 10px;
}
form#email-prefs-form span.fakelabel {
  color: #1B1D35;
  font-family: Averta;
  font-size: 26px;
  font-weight: 700;
  display: inline-flex;
  vertical-align: middle;
  margin-bottom: 10px;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-evenly;
}

form#email-prefs-form span.fakelabel span {
  display: inline-block;
  vertical-align: middle;
}
form#email-prefs-form span.fakelabel input[type="checkbox"] {
  /* float: right; */
  display: block;
  margin-left: 10px;
  margin-top: 8px !important;
}
@media (max-width:1050px){
  ul.hs-search-results__listing li {
    width: 48%;
  }

  ul.hs-search-results__listing li:nth-child(3n) {
    margin-right: 15px;
  }

  ul.hs-search-results__listing li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width:767px){
  ul.hs-search-results__listing li {
    width: 100%;
  }

  ul.hs-search-results__listing li {
    margin-right: 0 !important;
  }

}
/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
	max-width: 1200px;
}

.dnd-section {
	padding-bottom: 80px;
	padding-top: 80px;
}
.page-center {
	max-width: 1200px;
  padding:0 15px;
}




html {
	font-size: 16;
}

body {
	color: #595959;
	font-family: Averta Demo PE;
	font-size: 16px;
}

p {
	font-family: Averta Demo PE;
	font-weight: 400
}

a {
	font-family: Averta Demo PE;
	color: rgba(244, 121, 32, 1.0);
	cursor: pointer;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

a:hover,
a:focus {
	color:#f3893e;
}

a:active {
	color: rgba(255, 161, 72, 1.0);
}

h1 {
	color: #1B1D35;
	font-family: Averta;
	font-size: 54px;
	font-weight: 700;
}
@media(max-width: 1000px) {
	h1 {
		font-size: 39.9978px;
	}
}
@media(max-width: 767px) {
	h1 {
		font-size: 35.64px;
	}
}

h2 {
	color: #1B1D35;
	font-family: Averta;
	font-size: 40px;
	font-weight: 700;
}
@media(max-width: 1000px) {
	h2 {
		font-size: 36.0px;
	}
}
@media(max-width: 767px) {
	h2 {
		font-size: 30.0px;
	}
}

h3 {
	color: #1B1D35;
	font-family: Averta;
	font-size: 36px;
	font-weight: 700;
}
@media(max-width: 1000px) {
	h3 {
		font-size: 29.998800000000003px;
	}
}
@media(max-width: 767px) {
	h3 {
		font-size: 27.9972px;
	}
}

h4 {
	color: #1B1D35;
	font-family: Averta;
	font-size: 24px;
	font-weight: 700;
}

h5 {
	color: #1B1D35;
	font-family: Averta;
	font-size: 22px;
	font-weight: 700;
}

h6 {
	color: #1B1D35;
	font-family: Averta;
	font-size: 20px;
	font-weight: 700;
}

blockquote {
	border-left: 10px solid #1B1D35;;
}





form,
.submitted-message {
	border-color: rgba(#null, 0.0);
	font-family: Averta Demo PE;
}

h3.form-title {
	background-color: rgba(89, 89, 89, 1.0);
	color: rgba(27, 29, 53, 1.0);
}

.hs-button,
.button--primary {
	background-color: rgba(244, 121, 32, 1.0);
	border-color: rgba(244, 121, 32, 1.0);
	border-radius: 8px;
	border-width: 0px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 17px;
	padding-bottom: 17px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
	background-color: #D66E24;
	border-color: #D66E24;
	color: #fff);
}

.hs-button:active,
.button--primary:active {
	background-color: rgba(255, 161, 72, 1.0);
	border-color: rgba(255, 161, 72, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
	color: rgba(#null, 1.0);
}

.hs-form legend {
	color: rgba(#null, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
	border-color: rgba(255, 255, 255, 1.0);
	color: ;
	border-radius: px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
	border-color: rgba(89, 89, 89, 1.0);
}

.fn-date-picker .pika-table thead th {
	color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
	color: #595959;
}

.hs-richtext {
	font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: Averta Demo PE;
}

.fn-date-picker td.is-today .pika-button {
	color: #595959;
}

.fn-date-picker td.is-selected .pika-button {
	background: #595959;
}

.fn-date-picker td .pika-button:hover {
	background-color: #1B1D35 !important;
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(#null, 1.0);
	color: rgba(#null, 1.0);
}

thead th,
thead td {
	background-color: rgba(89, 89, 89, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(#null, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(#null, 1.0);
}





.header {
	background-color: rgba(248, 250, 252, 1.0);
}

.header__container {
	max-width: 1200px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	color: ;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
	color: ;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
	color: ;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
	background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li {
	background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
	background-color: 
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
	color: ;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
	background-color: ;
}
body .custom-menu-primary .submenu.level-2 > li > a {
	color: ;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
	background-color: ;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
	background-color: ;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
	background-color: ;
	color: ;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
	color: ;
	background-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
	font-family: Averta Demo PE;
}

.header__language-switcher-label-current:after {
	border-top-color: rgba(#null, 1.0);
}

@media(max-width: 767px) {
	.header__navigation {
		background-color: rgba(248, 250, 252, 1.0);
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: rgba(#null, 1.0);
	}
}





.footer {
	background-color: rgba(255, 255, 255, 1.0);
	color: ;
}

.footer__container {
	max-width: 1200px;
}





.content-wrapper {
	max-width: 1200px;
}

.blog-post__date {
	border-color: #595959;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
	color: #595959;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
	color: #313131;
}

.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: #818181;
}

.blog-tag-filter__menu-link--active-item:after {
	background-color: #595959;
}

.blog-pagination__link {
	color: #595959;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
	background-color: #595959;
}

.blog-post__title {
	color: #1B1D35;
	font-family:Averta;
	font-size: 40px;
	font-weight: ;
}

.blog-post__author {
	background-color: #1B1D35;
}

#comments-listing .comment-reply-to {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
	color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
	color: rgba(#null, 0.0);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
	background-color: rgb(238, 240, 242);
}

.hs-blog-listing,
.hs-blog-post {
	background-color: #F8FAFC;
}

.blog-index__post-inner-card {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__tag-link:hover{
	color: #f3893e;
}

.blog-post__read-more svg {
	fill: #595959;
}

.blog-post__read-more a:hover svg {
	fill: #f3893e;
}

.blog-sidebar ul {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
	color: #595959;
}

.blog-sidebar a:hover {
	color: #f3893e;
}

.blog__subscription-block {
	background-color: rgb(238, 240, 242);
}

.post-featured-image {
	max-height: 600px;
}

.blog-post {
	box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-post__meta a {
	color: #595959;
}

.blog-post__body, .blog-post__tags a {
	color: #595959;
}

.blog-post__meta a:hover {
  color: #f3893e
}

.blog-post__links {
	border-top:  2px solid rgb(7, 9, 33);
}

.blog-post__back-to-blog {
	color: #595959;
}

.blog-post__back-to-blog:hover {
	color: #f3893e;
}

.blog-post__back-to-blog svg {
	fill: #595959;
}

a.blog-post__back-to-blog:hover svg {
	fill: #f3893e;
}

.comment.depth-0,
.blog-comments form {
	border-top: 2px solid rgb(7, 9, 33);
}

.comment.depth-1 {
	border-left: 2px solid rgb(7, 9, 33);
}

.section.post-footer .hs-input {
	border-color: rgb(7, 9, 33);
}

.blog-recent-posts {
	background-color: rgb(238, 240, 242);
}










body .icon svg {
	fill: #595959;
}

body .tns-nav button.tns-nav-active {
	background-color: #595959;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
	background-color: #595959;
}

body .social-links__icon {
	background-color: #595959;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
	fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
	fill: rgba(#null, 0.0);
}

body .team-member__description {
	background-color: #1B1D35;
}

.page-center {
	max-width: 1200px;
	margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
	background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}


form#email-prefs-form span.fakelabel input[type="checkbox"] {
    float: right;
    display: block;
    margin-left: 10px;
    margin-top: 15px;
    vertical-align: bottom;
}

/*******************************rich text card by sachin**************/


.row-card{
  margin: 50px 0px;
  display: flex;
}

.card1_main, .card2_main, .card-1, .card-2
{
  display: flex !important;
}

.card1-body, .card2-body
{
   display: flex !important;
   flex-direction: column;
}

.card1-body .Para, .card2-body .Para
{
  flex : 1;
}



.M-span{
  width:97%!important;
}
.card-1{
  text-align:center;
  background-color: #e5eaf4;
  border-radius: 15px;
  padding:31px;
  white-space: normal;
}
.card-2{
  text-align:center;
  background-color: #fff0e5;
  border-radius: 15px;
  /*min-height: 752px;*/
  padding:31px;
  white-space: normal;
}

.img_class{
  max-height:50px;
  margin-bottom:5px;
}
.text_img{
  max-height: 30px;
  margin-bottom: 50px;
}

.para-text{
  text-align: left;
  /* min-height: 120px;
  max-height: 190px; */
  margin-bottom: 40px;
}

.list-css{
   /*min-height:200px;*/
  text-align: left;
}

@media only screen and (max-width: 1025px){
 .para-text {
    text-align: left;
    max-height: 240px;
    margin-bottom: 40px;
}
  
}


@media only screen and (max-width: 769px){
  .row-card{
  display: block;
}
.M-span {
width: 100%!important;
}
.para-text{
text-align: left;
}
.card2_main{
margin-top:50px;  
}
  
.card1-body,.card2-body{
margin:0px 0px 0px 0px;
}
.list-css{
text-align: left;
}
.row-card .span6 {
    width: 100%!important;
}
}
@media only screen and (max-width: 414px){
  
.card-1{
  padding:0px;
}
.card-2{
  padding:0px;
}
.card1-body,.card2-body{
margin:15px;
}
  
}

li.tab-link {
    margin: 0 30px 0 0;
}
/* @import url('http://example.com/example_style.css'); */

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

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

.web-banner .main-content-containmer ul li {
  padding-right: 10px !important; }

.dedicated_aacount {
  padding: 50px 0 !important;
  margin: 50px 0 !important;}

.footer_top_sitemap .hs-menu-wrapper > ul ul li a { 
  color: #ffffff !important; }

.footer_privacy .hs-menu-wrapper > ul > li > a {
  color: #ffffff !important; }

.chk-bnner-container {
  border-radius: 8px !important;}

.blog-fixed-subs {
  padding: 15px 0 !important; }

.blog-index__post-image .blog-index__post-image--small {
  background-image: none !important; }

.main-article-inner blockquote {
  padding-bottom: 50px !important; }

.cat-slider-container .cat-slides a {
  background: rgba(27, 29, 53,1.0) !important; }