:root {
  --pb-pad: 0px;
  --body: #fff;
  --header: #fff;
}
@media (max-width: 576px) {
  html:has(.lightbox-item,.popout .item) ins[id*="_Adhesion_"] {
    display: none !important;
  }
}
.btn {
  background: #780000 !important;
  border-color: #780000 !important;
}
.btn:hover {
  background: #670000 !important;
}
input {
  accent-color: #780000;
  background: #fff;
}
body {
  font-family: 'Lato', sans-serif;
  padding-right: 0px !important;
  background: #F3F0F0;
  color: #838383;
  line-height: 1.8em;
}
input {
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  font-weight: bolder;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b {
  content: '';
  border-bottom: 3px solid #780000;
  display: inline-block;
  padding-bottom: 0.2em;
}
h6 {
  font-weight: 400;
}
.lightbox-fullscreen,
.lightbox-reload {
  display: none !important;
}
.main {
  max-width: 1257px;
  margin: 0 auto;
}
.lightbox-content > .module {
  margin: 0;
  padding: 0;
}
.container {
  max-width: none;
  padding: 0px;
}
header {
  background: #fff;
}
header .logo {
  padding: 24px 0px;
  margin-left: 15px;
  display: inline-block;
  width: 170px;
  text-align: center;
}
h1,
h2 {
  font-size: 2.1em;
  line-height: 1.125em;
}
h1.text-is-center {
  max-width: 765px;
  margin-left: auto;
  margin-right: auto;
}
h3 {
  font-size: 1.5em;
  line-height: 1.3em;
}
h4 {
  font-size: 1.4em;
  line-height: 1.4em;
}
h5 {
  font-size: 1.2em;
  line-height: 1.2em;
}
h6 {
  font-size: 1.1em;
}
.parent-position-below {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 50px;
}
.btn-default {
  color: #780000 !important;
  border-radius: 0;
  background: transparent !important;
  border: none;
  border-bottom: 3px solid #780000;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
}
.btn-default:hover,
.btn-default:active {
  background: none !important;
}
.icondesc .pb-element-image {
  background: #f9f9f9;
  height: 70px;
  width: 70px;
  vertical-align: middle;
  text-align: center;
  border-radius: 5px;
  display: table-cell;
}
.icondesc h6 {
  margin-top: 10px;
}
header .menu-top {
  margin: 0px -20px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
header .menu-top > li {
  display: inline-block;
  float: none !important;
  margin: 0px !important;
}
header .menu-top > li > a,
header .menu-top > li > span {
  text-decoration: none;
  color: #888;
  padding: 30px 25px;
  font-size: 1.1em;
  display: inline-block;
  font-weight: 700;
}
header .menu-top > li.active > a,
header .menu-top > li > a:hover,
header .menu-top > li > a:active,
header .menu-top > li > a:focus {
  color: #780000;
}
.sidemenu {
  background: #000;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.3);
}
.sidemenu li {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.noposition-above header {
  margin-bottom: 36px;
}
footer {
  font-weight: 400;
  background: #000000;
  color: #fff;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}
footer > section {
  padding: 0px 15px;
}
footer h3.module-title {
  padding: 0px;
  margin-bottom: 30px;
  font-weight: 700;
}
footer a,
footer a:hover,
footer a:visited,
footer a:active {
  color: #fff;
}
footer a:hover,
footer a:active {
  text-decoration: underline;
}
footer .logo {
  margin: 40px 0px;
  display: inline-block;
}
footer .parent-position-footer1 .module {
  padding-left: 0px;
}
footer .parent-position-footer1 .module .module-contents {
  margin-left: 0px;
  font-size: 1.2em;
  line-height: 1.125em;
}
footer .foottop {
  padding: 20px 15px;
}
footer .foot {
  padding: 15px 15px;
}
footer .foot .menu li {
  border-bottom: 1px solid #838383;
  font-size: 1.2em;
  margin-bottom: 10px;
  padding: 0;
}
footer .foot .menu li > * {
  padding: 10px 0px;
  color: #fff !important;
  display: block;
}
footer .copyright {
  padding: 15px 15px;
}
footer .copy-text {
  font-size: 1.2em;
}
.box {
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  border-radius: 10px;
}
.parent-position-top {
  float: right;
  display: flex;
}
.parent-position-top > * {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.parent-position-top > * .menu {
  *zoom: 1;
  /*border-left:2px solid #f1f4f5;*/
}
.parent-position-top > * .menu:before,
.parent-position-top > * .menu:after {
  content: "";
  display: table;
}
.parent-position-top > * .menu:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.parent-position-top > * .menu > li {
  /*border-right:2px solid #f1f4f5;*/
}
.parent-position-top > * .menu > li > * > .anchor {
  display: none;
}
.parent-position-top > * .menu > li > a,
.parent-position-top > * .menu > li > span {
  padding: 27px 3px;
  display: inline-block;
}
.parent-position-top > * .icon {
  margin: 0;
  font-size: 2.4em;
  color: #525252;
}
.parent-position-top > * .cart-summary {
  padding: 27px 3px;
  margin: 0;
  margin-top: -4px !important;
  position: relative;
}
.parent-position-top > * .cart-summary .cart-summary-info {
  border-radius: 50%;
  padding: 0px 5px;
  color: #fff;
  background: #d00;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 10px;
  line-height: 15px;
}
.parent-position-top > * .cart-summary .cart-summary-info > .flex {
  display: inline;
}
.parent-position-top > * .cart-summary.cart-empty .cart-summary-info {
  display: none;
}
.parent-position-top > * .cart-summary.cart-empty .icon {
  color: #777;
}
.parent-position-top > * .submenu {
  background: #555 !important;
  border: 1px solid #444;
  box-shadow: inset 0px 10px 10px rgba(0, 0, 0, 0.3);
}
.parent-position-top > * .submenu a {
  color: #fff;
}
.parent-position-top > * .submenu a:hover {
  text-decoration: none;
  background: #000 !important;
}
.box {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  color: #000;
}
.btn {
  text-transform: uppercase;
}
.btn-primary {
  background: #780000;
  border-color: #780000;
}
.btn-primary:hover,
.btn-primary:active {
  background: #680000;
  border-color: #680000;
}
.report-type-select {
  margin-bottom: 30px;
}
.report-type-select input[type="radio"] {
  display: none;
}
.report-type-select label {
  cursor: pointer;
  font-size: 1.125em;
  font-weight: 700;
  color: #000;
  margin: 0px 40px 0px 0px;
}
.report-type-select label span {
  padding-bottom: 8px;
}
.report-type-select label input[type="radio"]:checked + span {
  border-bottom: 4px solid #780000;
  color: #780000;
}
.modulename_shc-equistat_search .btn {
  font-size: 1.2em;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: none;
  font-weight: bold;
}
.formitem-name-keywords label {
  margin: 0;
}
.formitem-name-keywords .input-container {
  margin: 0;
}
.formitem-name-exact {
  margin: 0px;
  font-size: 0.8em;
}
.formitem-name-exact label {
  vertical-align: middle;
  margin: 0;
  line-height: 1.2em;
  color: #666;
}
.plugin-equistat .modulename_shc-equistat_search {
  padding: 15px;
}
.plugin-equistat .modulename_shc-equistat_search .module-title {
  display: none;
}
.plugin-equistat .modulename_shc-equistat_search .box {
  padding: 15px 70px 15px;
}
.plugin-equistat .modulename_shc-equistat_search .btn {
  margin-top: 28px;
  font-size: 1em;
  padding-top: 4px;
  padding-bottom: 4px;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark ::before,
.dark ::after {
  color: #fff;
}
.modulename_shc-testimonials {
  padding: 40px 20px;
  font-size: 1.4em;
}
.modulename_shc-testimonials h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  padding: 0;
}
.modulename_shc-testimonials .testimonial-by::before {
  content: '- ';
}
.modulename_shc-testimonials q {
  quotes: '';
  padding: 0;
  margin-bottom: 40px;
  line-height: 2em;
}
.modulename_shc-testimonials q::before,
.modulename_shc-testimonials q::after {
  content: '';
}
.modulename_shc-testimonials .sly-container {
  padding: 0 !important;
}
.modulename_shc-testimonials .prev,
.modulename_shc-testimonials .next {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  font-size: 1.4em;
}
.modulename_shc-testimonials .prev {
  right: 80px;
}
.modulename_shc-equistat_search .box h3 {
  font-size: 2em;
  font-weight: 700;
  padding: 0;
  margin-bottom: 25px;
  text-align: center;
}
.modulename_shc-equistat_search input[type="text"] {
  font-size: 1.2em;
}
.modulename_shc-equistat_search .buttons > * {
  margin: 0;
}
.modulename_shc-equistat_search button {
  padding: 4px 30px;
  box-shadow: 0px 8px 3px rgba(0, 0, 0, 0.1);
}
.modulename_shc-equistat_search .formitem-name-category {
  margin-bottom: 30px;
}
.modulename_shc-equistat_search .formitem-name-category .input-items {
  text-align: left;
  margin: 0px 15px;
}
.modulename_shc-equistat_search .formitem-name-category .input-container label input {
  transform: scale(1.2);
  margin-top: 7px;
}
.modulename_shc-equistat_search .input-items {
  text-align: center;
}
.modulename_shc-equistat_search .input-items label {
  margin: 0px 10px;
  text-align: left;
}
.modulename_shc-equistat_search.modselect .box {
  max-width: 930px;
}
.modulename_shc-equistat_search.modselect .box input[type="text"] {
  font-size: inherit;
}
.modulename_shc-equistat_search.modselect .box button {
  margin-top: 40px;
}
.modulename_shc-equistat_search.modselect .box .label-container .label {
  font-size: 0.8em;
}
.btn-group-lg > .btn,
.btn-lg {
  font-size: 1.5rem;
  font-weight: 700;
}
.ad {
  text-align: center;
}
.ad .module {
  padding: 50px;
  margin: 0;
}
.parent-container > .ad {
  box-shadow: inset 0px -10px 25px rgba(0, 0, 0, 0.05);
}
#content > .pb > * {
  margin-bottom: 50px;
}
.pb-rows.box {
  margin-left: 20px;
  margin-right: 20px;
}
.pb-main .pb-main {
  padding: 0;
}
.sidepopout-buttons-right {
  top: 50%;
}
.sidepopout-button {
  background: #780000;
  padding: 15px 10px;
  text-transform: uppercase;
  font-size: 0.75em;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  font-weight: bold;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
.parent-position-bottom .modulename_shc-html .module-contents {
  max-width: 494px !important;
  font-size: 1.1em;
  margin: 0 auto !important;
}
@media (max-width: 800px) {
  .parent-position-below {
    display: block;
    text-align: center;
  }
  .report-type-select label {
    font-size: 1em;
  }
  .report-type-select label input[type="radio"]:checked + span {
    text-decoration: underline;
    border: none;
  }
  .modulename_shc-equistat_search .isfloated {
    display: flex;
    flex-direction: column;
  }
  .modulename_shc-equistat_search .isfloated > * {
    clear: both;
  }
  .modulename_shc-equistat_search .isfloated .alignright {
    float: none;
    margin: 0;
  }
  .modulename_shc-equistat_search .isfloated input[type="text"] {
    width: 100%;
  }
  .modulename_shc-equistat_search .btn {
    display: block;
    width: 100%;
  }
  header .row {
    display: flex;
    justify-content: flex-end;
    margin: 0;
  }
  header .row .span4 {
    flex-grow: 1;
  }
  header .row .logo {
    padding: 14px 10px;
  }
  header .row > * {
    padding: 0;
  }
  .parent-position-top > * .menu {
    display: flex;
  }
  .parent-position-top > * .menu > li > a,
  .parent-position-top > * .menu > li > span {
    padding: 15px 5px;
  }
  .parent-position-top > * .cart-summary {
    padding: 15px 5px;
  }
  .pb-rows.box {
    padding: 0;
  }
  .row > * {
    clear: both;
  }
  .ad .module {
    padding: 10px;
  }
  .mobile_nopad {
    padding: 50px 20px !important;
  }
  .parent-position-above .formitem-name-category label {
    display: block;
  }
  .pb-container,
  .col-xs-12 {
    padding: 0px;
  }
  .component-55 img {
    max-width: 100%;
  }
}
@media (min-width: 800px) {
  .modulename_shc-testimonials {
    padding: 140px 40px 95px 40px;
  }
  .modulename_shc-testimonials h3 {
    margin-bottom: 45px;
  }
  .modulename_shc-testimonials q {
    max-width: 800px;
  }
  .modulename_shc-equistat_search {
    padding: 134px 0px 302px;
  }
  .modulename_shc-equistat_search .box {
    margin: 0 auto;
    max-width: 730px;
    padding: 30px 70px;
  }
}
.parent-position-popout {
  max-width: 500px !important;
}
.parent-position-popout .module-title {
  font-size: 1.9em;
  font-weight: bold;
  padding: 0;
  margin-bottom: 40px;
}
.parent-position-popout .modulename_shc-equistat_search {
  padding: 0px;
}
.parent-position-popout .modulename_shc-equistat_search .isfloated {
  display: flex;
  flex-direction: column-reverse;
}
.parent-position-popout .modulename_shc-equistat_search .isfloated > * {
  clear: both;
}
.parent-position-popout .modulename_shc-equistat_search .isfloated .alignright {
  float: none;
  margin: 0;
}
.parent-position-popout .modulename_shc-equistat_search .isfloated input[type="text"] {
  width: 100%;
}
.parent-position-popout .modulename_shc-equistat_search .buttons {
  text-align: left;
}
a {
  color: #780000;
}
a:hover,
a:active {
  color: #000;
}
.postarchive-careers h3 a {
  color: #838383;
}
.postarchive-careers h3 a:hover,
.postarchive-careers h3 a:active {
  color: #838383;
  text-decoration: none;
}
header .menu-top {
  overflow: visible;
}
header .menu-top .submenu {
  position: absolute;
  top: 100%;
  left: 0px;
  text-align: left;
}
header .menu-top .submenu li a {
  color: #888;
}
header .menu-top .submenu li a:hover,
header .menu-top .submenu li a:active {
  color: #333;
}
header .menu-top .submenu li + li {
  border-top: 1px solid #eee;
}
.menu-top :hover > ul.submenu {
  display: block;
}
.checkout-container .formitem-name-contact_email .formwarning {
  display: none !important;
}
.form_equistat_search .item-label {
  display: inline-block;
}
.form_equistat_search .item-label small {
  color: #333;
}
.form_equistat_search .formitem-name-category label {
  font-size: 1.125em;
  font-weight: 400;
}
.pagetype-default #content {
  padding: 30px;
  background: #fff;
  max-width: 95%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 20px auto;
}
hr {
  border: none;
  border-top: 3px solid #9B1B1B;
  max-width: 200px;
  margin-left: 0px;
}
.parent-position-bottom .background_transition-container > div {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.form_users_edituser .formitem-name-username {
  display: none !important;
}
.disclaimer {
  font-size: 1em;
  color: #9B1B1B;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bolder;
  font-style: italic;
}
.disclaimer:empty {
  display: none;
}
.password_help {
  color: #333;
  font-size: 0.8em;
  line-height: 1.1em;
  margin-bottom: 10px;
  padding: 10px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-style: italic;
  font-weight: bold;
}
.password_help p {
  margin: 0;
}
.password_help ul {
  margin: 0px;
  padding: 0 0 0 20px;
}
.eqsh_min {
  margin-bottom: 10px;
}
.carousel-control-prev {
  width: 60px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  background: linear-gradient(90deg, #f3f0f0 0%, rgba(0, 0, 0, 0) 80%);
}
.carousel-control-next {
  width: 60px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  position: absolute;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #f3f0f0 80%);
}
.fieldset-subscribe {
  font-size: 0.9em;
}
.fieldset-subscribe .label {
  display: none;
}
.fieldset-subscribe label {
  margin: 0;
  vertical-align: top;
}
.fieldset-subscribe .label-container,
.fieldset-subscribe .input-container {
  margin: 0;
}
#mc-embedded-subscribe-form:has(#mce-success-response:not(:empty)) .mc-field-group,
#mc-embedded-subscribe-form:has(#mce-success-response:not(:empty)) .buttons,
#mc-embedded-subscribe-form:has(#mce-success-response:not(:empty)) h4 {
  display: none;
}
.equistat_options h2,
.equistat_options h3 {
  text-align: center;
}
.equistat_options h3 {
  font-size: 1em;
  color: #999;
  font-weight: normal;
}
.equistat_options hr {
  border-top: 1px solid #ddd;
  max-width: 100%;
}
.equistat_options section {
  padding: 15px;
}
.equistat_options > hr {
  border-top-width: 2px;
  margin: 10px 0px;
}
.equistat_options .indent {
  padding-left: 20px;
  text-transform: capitalize;
}
.equistat_options label {
  margin: 0;
  line-height: 1.2em;
}
.equistat_options p,
.equistat_options h1,
.equistat_options h2,
.equistat_options h3,
.equistat_options h4,
.equistat_options h5,
.equistat_options h6 {
  margin: 0;
}
.equistat_options h6 {
  font-size: 0.8em;
  padding-left: 20px;
  color: #444;
  margin-bottom: 3px;
  font-weight: bolder;
}
.equistat_options fieldset hr {
  max-width: 100px;
  margin: 5px 0px 5px 30px;
}
/*# sourceMappingURL=/themes/equistat/assets/css/serve.template.less.css.gz.map */