/* =========================================
   1. Variables & Config
   ========================================= */
:root {
  --wp--preset--color--pale-gray: #F4F7F9;
  --wp--preset--color--light-gray: #dde5ed;
  --wp--preset--color--gray: #8BA1B0;
  --wp--preset--color--lf-blue: #01426A;
  --wp--preset--color--lf-orange: #E35205;
  --wp--preset--color--contrast: #222C33;
}

/* =========================================
   2. Global Resets & Utils
   ========================================= */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: none;
  scroll-behavior: smooth;
}

:focus {
  outline: 0;
}

/* =========================================
   3. Main Styles (.eu Namespace)
   ========================================= */
.eu html, .eu body, .eu div, .eu span, .eu applet, .eu object, .eu iframe,
.eu h1, .eu h2, .eu h3, .eu h4, .eu h5, .eu h6, .eu p, .eu blockquote, .eu pre,
.eu a, .eu abbr, .eu acronym, .eu address, .eu big, .eu cite, .eu code,
.eu del, .eu dfn, .eu em, .eu font, .eu img, .eu ins, .eu kbd, .eu q, .eu s, .eu samp,
.eu small, .eu strike, .eu strong, .eu sub, .eu sup, .eu tt, .eu var,
.eu dl, .eu dt, .eu dd, .eu ol, .eu ul, .eu li, .eu fieldset, .eu form, .eu label, .eu legend,
.eu table, .eu caption, .eu tbody, .eu tfoot, .eu thead, .eu tr, .eu th, .eu td,
.eu select, .eu input, .eu option {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
.eu {
  /* --- Page Structure --- */
}
.eu.body, .eu body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: "trade-gothic-next", Arial, sans-serif;
  overflow-x: hidden;
  color: #60607D;
}
.eu .wrapper {
  position: relative;
  width: 100%;
  background: #ffffff;
}
.eu .main {
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1360px;
  font-family: "trade-gothic-next", Arial, sans-serif;
}
.eu {
  /* --- Block Displays --- */
}
.eu article, .eu aside, .eu details, .eu figcaption, .eu figure, .eu footer, .eu header, .eu hgroup, .eu nav, .eu section {
  display: block;
}
.eu audio, .eu canvas, .eu video {
  display: inline-block;
}
.eu video {
  min-height: 350px;
}
.eu audio:not([controls]) {
  display: none;
  height: 0;
}
.eu {
  /* --- Typography & Elements --- */
}
.eu h1 {
  font-size: 50px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 800;
  padding-bottom: 15px;
}
.eu h1[pardot-region=section_content_headline] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 data-name=%27Layer 2%27 viewBox=%270 0 63.98 63.98%27%3E%3Cpath fill=%27%23e35205%27 d=%27M63.98 0H0v63.98h17.38v-46.6h46.6V0z%27 data-name=%27Layer 1%27/%3E%3C/svg%3E");
  background-size: 1cap 1cap;
  background-repeat: no-repeat;
  padding-top: 0.6666666667cap;
  padding-left: 0.6666666667cap;
  margin-top: 0;
  background-position-y: 0.3333333333cap;
}
.eu h2 {
  font-size: 44px;
  color: #01426A;
  line-height: 1.3;
  font-weight: 800;
  padding-bottom: 70px;
  text-align: center;
}
.eu h3 {
  font-size: 36px;
  color: #01426A;
  line-height: 1.3;
  font-weight: 800;
  padding-bottom: 20px;
  text-align: left;
}
.eu h4 {
  font-size: 32px;
  color: #01426A;
  line-height: 1.3;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: left;
}
.eu h5 {
  font-size: 20px;
  color: #01426A;
  line-height: 1.3;
  padding-bottom: 6px;
  text-align: left;
}
.eu p, .eu .description, .eu .list-font {
  font-size: 20px;
  color: #222C33;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 10px;
}
.eu a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.eu a:hover {
  text-decoration: none;
}
.eu a:focus {
  text-decoration: none !important;
  outline: none !important;
}
.eu a.link-caret {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.eu a.link-caret::after {
  content: "";
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  border-top: 0.1875rem solid #E35205;
  border-left: 0.1875rem solid #E35205;
  transform: rotate(135deg);
  position: relative;
  top: -0.0625rem;
  right: -0.4375rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.eu a.link-caret span {
  margin-right: -6px !important;
}
.eu a.link-caret:hover:after {
  right: -0.75rem;
}
.eu pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
.eu q {
  quotes: none;
}
.eu q:before, .eu q:after {
  content: "";
  content: none;
}
.eu blockquote {
  quotes: "" "";
}
.eu blockquote:before, .eu blockquote:after {
  content: "";
}
.eu small {
  font-size: 80%;
}
.eu sub, .eu sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.eu sup {
  top: -0.5em;
}
.eu sub {
  bottom: -0.25em;
}
.eu ul {
  margin-left: 12px;
}
.eu ul li {
  padding-bottom: 10px;
  color: #222C33;
}
.eu nav.ul, .eu ol.li {
  list-style-image: none;
}
.eu {
  /* --- Tables --- */
}
.eu table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}
.eu caption, .eu th, .eu td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.eu {
  /* --- Images & Media --- */
}
.eu img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
}
.eu img.img-responsive {
  max-width: 100% !important;
  height: auto !important;
}
.eu {
  /* --- Utility Classes --- */
}
.eu .none {
  display: none;
}
.eu .clear {
  clear: both;
}
.eu .cf:before, .eu .cf:after {
  content: "";
  display: table;
}
.eu .cf:after {
  clear: both;
}
.eu .padding-bottom-65 {
  padding-bottom: 65px;
}
.eu .padding-bottom-100 {
  padding-bottom: 100px !important;
}
.eu .padding-bottom-25 {
  padding-bottom: 25px !important;
}
.eu .padding-bottom-0 {
  padding-bottom: 0px !important;
}
.eu .pdb-60 {
  padding-bottom: 60px !important;
}
.eu .c-dblue {
  color: #01426A !important;
}
.eu .c-white {
  color: #ffffff !important;
  padding-bottom: 20px;
}
.eu .wid50 {
  width: 50%;
}
.eu .wid30 {
  width: 32%;
}
.eu .wid20 {
  width: 20%;
}
.eu .wid40 {
  width: 40%;
}
.eu .wid70 {
  width: 65%;
}
.eu .wid80 {
  width: 72%;
}
.eu .flex-fix-100 {
  width: 100%;
}
.eu .flex-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.eu .align_center {
  justify-content: center !important;
  align-items: center;
}
.eu .img-border {
  border: solid #425563 1px !important;
}
.eu {
  /* --- Inputs & Buttons --- */
}
.eu button, .eu input, .eu select, .eu textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  box-shadow: none;
}
.eu textarea {
  overflow: auto;
  vertical-align: top;
}
.eu textarea::-webkit-input-placeholder {
  color: #60607D;
  opacity: 1;
}
.eu textarea:-moz-placeholder {
  color: #60607D;
  opacity: 1;
}
.eu textarea::-moz-placeholder {
  color: #60607D;
  opacity: 1;
}
.eu textarea:-ms-input-placeholder {
  color: #60607D;
  opacity: 1;
}
.eu input[type=button], .eu input[type=submit] {
  -webkit-appearance: none !important;
}
.eu input::-webkit-input-placeholder {
  color: #60607D;
  opacity: 1;
}
.eu input:-moz-placeholder {
  color: #60607D;
  opacity: 1;
}
.eu input::-moz-placeholder {
  color: #60607D;
  opacity: 1;
}
.eu input:-ms-input-placeholder {
  color: #60607D;
  opacity: 1;
}
.eu button::-moz-focus-inner, .eu input[type=submit]::-moz-focus-inner {
  border: 0;
}
.eu .btn {
  width: auto;
  padding: 10px 30px;
  border: 3px solid #E35205;
  background: #E35205;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  margin: 0 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.eu .btn:hover {
  background-color: #D14900 !important;
  color: #ffffff !important;
  border-color: #D14900 !important;
}
.eu .btn-outline {
  background: transparent;
  color: #E35205;
}
.eu .btn-outline:hover {
  background: #B34104 !important;
  color: #ffffff !important;
  border-color: #B34104 !important;
}
.eu .btn-null {
  color: #ffffff !important;
  background: #8BA1B0 !important;
  border: 3px solid #8BA1B0 !important;
}
.eu .link_orange {
  color: #E35205;
  display: inline-block;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.eu .link_orange i {
  font-size: 11px;
}
.eu .link_orange:hover {
  color: #D14900 !important;
}
.eu {
  /* --- Header & Sections --- */
}
.eu .header_main {
  width: 100%;
  padding: 40px 0;
}
.eu .logo {
  max-width: 220px;
  width: 100%;
}
.eu .main_section {
  padding: 128px 0;
  position: relative;
}
.eu .main_section .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.eu .content_wrapper {
  font-size: 20px;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 300;
  position: relative;
}
.eu .content_wrapper p {
  padding-bottom: 20px;
  color: #ffffff;
}
.eu #main_section .content_wrapper {
  max-width: unset !important;
}
.eu #main_section h3 {
  color: #ffffff;
}
.eu #main_section a {
  font-weight: bold;
  color: #E35205 !important;
}
.eu .content_pd {
  padding: 22px 45px 0 45px;
}
.eu {
  /* --- Specific Section Blocks --- */
}
.eu .blk_content {
  padding-bottom: 160px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.eu .blk_content .wid50 {
  width: 48%;
}
.eu .blk_content img {
  max-width: 648px;
  width: 100%;
}
.eu .blk_content:nth-child(odd) {
  flex-direction: row-reverse;
}
.eu .blk_content:nth-child(odd) .text_content {
  padding-left: 20px;
}
.eu .blk_content:last-child {
  padding-bottom: 0 !important;
}
.eu {
  /* --- Backgrounds & Sidebars --- */
}
.eu .get-bg img {
  display: none;
}
.eu .set-bg {
  background-repeat: no-repeat !important;
  z-index: 1;
  background-size: cover !important;
  background-position: center center;
}
.eu .set-bg .bg_img_icon {
  width: 30px;
  background-size: contain !important;
  height: 30px;
  min-height: 25px;
  padding-right: 10px !important;
}
.eu .sidebar {
  background-color: #425563;
  color: #ffffff;
  padding: 2.5rem;
}
.eu .sidebar h5, .eu .sidebar p {
  color: #ffffff;
}
.eu .sidebar a.link-caret::after {
  border-top: 0.1875rem solid #ffffff;
  border-left: 0.1875rem solid #ffffff;
}
.eu .sidebar a.dtmBrand.textBold {
  color: #ffffff !important;
}
.eu .ebook-sidebar {
  width: 30% !important;
}
.eu .ebook-sidebar .bullet_text {
  width: 100%;
}
.eu {
  /* --- Bullet Lists --- */
}
.eu .bulleted_img_blk {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.eu .bullet_img {
  width: 13%;
  padding-top: 1px;
  padding-right: 10px !important;
}
.eu .bullet_img img {
  max-width: 28px;
}
.eu .wid50 .bullet_img {
  width: 7%;
}
.eu .bullet_text {
  width: 85%;
}
.eu .bullet_text p {
  font-size: 16px;
}
.eu .guided_bullets {
  padding-top: 0px;
}
.eu .guided_bullets li {
  font-size: 16px;
  position: relative;
  list-style-type: none;
  margin-left: 6px;
  padding-left: 8px;
  padding-bottom: 16px;
  color: #ffffff;
}
.eu .guided_bullets li:before {
  content: " ";
  position: absolute;
  left: -20px;
  top: 5px;
  background: url("https://assets.laserfiche.com/_images/pardot_lp/eu/tick.png");
  width: 17px;
  height: 15px;
}
.eu .bullets-site {
  padding: 0 0 1rem 0 !important;
}
.eu .bullets-site ul {
  margin: 1rem 0;
}
.eu .bullets-site ul li {
  list-style: none;
  margin-bottom: 0.4rem !important;
  padding-left: 2.1rem;
  position: relative;
}
.eu .bullets-site ul li:before {
  background-image: url("https://www.laserfiche.com/wp-content/themes/laserfiche/dist/images/checkmark-orange.svg");
  background-repeat: no-repeat;
  content: "";
  height: 0.75rem;
  left: 0;
  position: absolute;
  top: 0.5rem;
  width: 1rem;
}
.eu {
  /* --- Thank You Page Variants --- */
}
.eu.thankyou .bg-blue {
  background: #F4F7F9 !important;
}
.eu.thankyou .bg-white {
  background: #ffffff !important;
}
.eu.thankyou .btn {
  margin: 0 !important;
}
.eu.thankyou .section2 {
  padding: 160px 0;
}
.eu.thankyou .section2 h2, .eu.thankyou .section1 h2 {
  text-align: left;
  padding-bottom: 20px;
}
.eu.thankyou .section3 {
  padding: 100px 0 120px;
}
.eu.thankyou .section3 p {
  color: #222C33 !important;
}
.eu.thankyou_cover_bg {
  max-width: 424px;
  width: 100%;
  margin: 0 auto;
}
.eu {
  /* --- Form Styles (Pardot/Generic) --- */
}
.eu .form_content {
  max-width: 648px;
  background: #ffffff;
  padding: 50px !important;
  margin: 0 0 0 auto !important;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.eu .form_title h3 {
  font-size: 18px;
  color: #00491F;
  line-height: 1.3;
  font-weight: 800;
  padding-bottom: 35px;
  text-align: left;
}
.eu .form {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
.eu .form .form-field {
  margin: 0 0 8px !important;
  float: left !important;
  clear: none !important;
  padding: 0 5px !important;
  width: 100% !important;
}
.eu .form .form-field.error {
  margin-bottom: 2px !important;
}
.eu .form .form-field.error input, .eu .form .form-field.error select, .eu .form .form-field.error textarea {
  border-color: #c0262c !important;
}
.eu .form .form-field.hidden {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0;
  margin-bottom: 0 !important;
}
.eu .form .col1, .eu .form .col-md-12 {
  width: 100% !important;
}
.eu .form .field-container {
  float: left;
  width: 50%;
}
.eu .form .field-container:nth-last-of-type(3), .eu .form .field-container:nth-last-of-type(2), .eu .form .field-container:nth-last-of-type(1) {
  width: 100%;
}
.eu .form p .field-label {
  width: 100% !important;
  display: none !important;
  text-align: left !important;
  background: none !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  color: #222C33 !important;
  margin: 0 0 8px !important;
  line-height: 1.25;
}
.eu .form input[type=text], .eu .form select, .eu .form textarea {
  color: #222C33 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  background-color: #ffffff;
  padding: 14px 10px !important;
  float: left !important;
  width: 100% !important;
  border-radius: 0 !important;
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  appearance: none !important;
  outline: 0 !important;
  vertical-align: baseline !important;
  border: 1px solid #8BA1B0;
}
.eu .form input[type=text] {
  height: 48px;
}
.eu .form textarea {
  resize: none !important;
}
.eu .form select {
  background: #fff url("https://assets.laserfiche.com/_images/pardot_lp/eu/select_arrow.png") no-repeat 98% center !important;
  background-size: 14px auto !important;
  cursor: pointer;
  height: 48px !important;
}
.eu .form select::-ms-expand {
  display: none !important;
}
.eu .form input[type=submit] {
  margin: 0 auto !important;
  color: #ffffff !important;
  border-radius: 5px !important;
  letter-spacing: 0 !important;
  padding: 16px 24px !important;
  display: inline-block !important;
  float: none !important;
  font-size: 18px !important;
  font-weight: 800;
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  cursor: pointer !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  position: relative !important;
  text-transform: uppercase !important;
  z-index: 1 !important;
  background: #E35205 !important;
  border: 1px solid #E35205 !important;
  height: auto !important;
  box-shadow: none;
  width: auto;
  white-space: normal !important;
  word-wrap: break-word;
}
.eu .form input[type=submit]:hover {
  background-color: #D14900 !important;
  border-color: #D14900 !important;
  color: #ffffff !important;
}
.eu .form p.submit {
  margin: 10px auto 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: center !important;
  display: inline-block !important;
}
.eu .form a {
  color: #8BA1B0;
  text-decoration: underline;
}
.eu .form a:hover {
  color: #D14900;
}
.eu .form .pd-checkbox, .eu .form .pd-radio {
  width: 100% !important;
}
.eu .form .pd-checkbox span.value, .eu .form .pd-radio span.value {
  width: 100% !important;
  float: left;
}
.eu .form .pd-checkbox span, .eu .form .pd-radio span {
  display: inline-block !important;
  margin: 0 0 13px !important;
  width: auto;
  vertical-align: top;
}
.eu .form .pd-checkbox span:last-child, .eu .form .pd-radio span:last-child {
  margin-bottom: 0 !important;
}
.eu .form .pd-checkbox label.inline, .eu .form .pd-radio label.inline {
  margin: 0 !important;
  color: #8BA1B0;
  position: relative;
  font-size: 14px !important;
  line-height: 1.3 !important;
  padding-left: 35px !important;
  cursor: pointer !important;
  width: auto !important;
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  float: left;
  font-weight: 400;
  text-align: left;
}
.eu .form .pd-checkbox.field-label, .eu .form .pd-radio.field-label {
  margin: 0 0 19px !important;
}
.eu .form .pd-checkbox input, .eu .form .pd-radio input {
  opacity: 0 !important;
  position: absolute !important;
  width: auto !important;
  cursor: pointer !important;
}
.eu .form .pd-checkbox input[type=checkbox] + label.inline:before {
  content: "" !important;
  background: #ffffff !important;
  border: 1px solid #BCBCBC !important;
  float: left !important;
  vertical-align: middle !important;
  width: 15px !important;
  height: 15px !important;
  padding: 2px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  margin-top: 4px !important;
  left: 0 !important;
  position: absolute !important;
}
.eu .form .pd-checkbox input[type=checkbox]:checked + label.inline:before {
  content: url("https://assets.laserfiche.com/_images/pardot_lp/eu/tick.png") !important;
  background: #ffffff !important;
  color: #E35205 !important;
  border-color: #8BA1B0 !important;
  line-height: 1 !important;
}
.eu .form .pd-radio label.inline {
  line-height: 19.2px !important;
  color: #222C33;
}
.eu .form .pd-radio .field-label {
  padding-left: 0 !important;
}
.eu .form .pd-radio input[type=radio] + label.inline:before {
  content: "" !important;
  background: #ffffff !important;
  border: 2px solid #8BA1B0 !important;
  float: left !important;
  vertical-align: middle !important;
  width: 12px !important;
  height: 12px !important;
  padding: 1px !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  text-align: center !important;
  left: 0 !important;
  position: absolute !important;
  border-radius: 50px !important;
}
.eu .form .pd-radio input[type=radio]:checked + label.inline:before {
  content: url("https://assets.laserfiche.com/_images/pardot_lp/eu/tick.png") !important;
  background: #ffffff !important;
  color: #E35205 !important;
  border-color: #8BA1B0 !important;
  font-size: 9px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eu .form p.error.no-label, .eu .form p.errors {
  background: #ffffff !important;
  color: #c0262c !important;
  padding-bottom: 10px;
  font-weight: 800;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}
.eu .form .thankyou {
  width: 100% !important;
  text-align: center !important;
  float: left !important;
  padding: 20px 0 !important;
}
.eu .form .thankyou h2 {
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  width: 100% !important;
  display: block !important;
  font-size: 24px !important;
  color: #0066cc !important;
  margin: 0 0 15px !important;
  font-weight: bold;
}
.eu .form .thankyou p {
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  text-align: center !important;
  font-size: 15px !important;
  color: #8BA1B0 !important;
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-weight: bold;
}
.eu .form span.description {
  width: 100% !important;
  display: inline-block !important;
  margin: 0 !important;
  font-size: 15px !important;
  line-height: 1.3em !important;
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  font-weight: 600 !important;
}
.eu .option-check-box {
  color: #8BA1B0;
  position: relative;
  font-size: 14px !important;
  line-height: 1.3 !important;
  padding-left: 0 !important;
  margin: 0 0 10px 0 !important;
  cursor: pointer !important;
  width: auto !important;
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  float: left;
  font-weight: 400;
  text-align: left;
}
.eu .option-check-box-star {
  background: url(https://storage.pardot.com/602291/249431/lf_required.gif) no-repeat;
  margin-top: 4px;
  margin-left: -1px;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
}
.eu .Customer_Activity_Interest label.inline {
  padding: 10px 20px 0 0;
}
.eu .Customer_Activity_Interest label {
  margin: 50px;
}
.eu .Customer_Activity_Interest label.inline::after {
  display: none;
}
.eu {
  /* --- Footer --- */
}
.eu footer {
  background: #ffffff;
  padding: 140px 0 30px;
  margin: 0 auto;
  text-align: center;
  color: #222C33;
  line-height: 1.1;
}
.eu footer p {
  font-size: 16px;
  color: #222C33;
  line-height: 1.1;
}
.eu footer a:hover {
  color: #E35205 !important;
}
.eu ul.social-icons {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 24px;
  margin-left: 0 !important;
}
.eu ul.social-icons.align-left {
  justify-content: left !important;
  padding-top: 10px;
}
.eu ul.social-icons li {
  padding-right: 23px;
  padding-bottom: 0;
}
.eu ul.social-icons li:last-child {
  padding-right: 0;
}
.eu ul.social-icons li.icon a {
  background: #E35205;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222C33 !important;
}
.eu ul.social-icons li.icon a:hover {
  background: #D14900;
}
.eu .footer_text {
  color: #222C33;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 30px;
}
.eu .footer_text.wid30 {
  width: 30%;
}
.eu .footer_text.wid40 {
  width: 40%;
}
.eu .footer_text .heading, .eu .footer_text .heading > a {
  color: #8BA1B0;
  padding-bottom: 20px;
  font-weight: 800;
}
.eu .footer_text .ft_title {
  color: #E35205;
  padding-bottom: 15px;
  text-align: left;
  font-weight: 800;
}
.eu .footer_text ul {
  list-style-type: none;
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}
.eu .footer_text ul li {
  list-style-type: none;
  text-align: left;
  font-size: 16px;
  color: #222C33;
  font-weight: 400;
  padding-bottom: 18px;
}
.eu .footer_text ul li a {
  color: #222C33;
}
.eu .footer_text ul li a:hover {
  color: #D14900;
}
.eu .footer_address {
  gap: 1rem;
  align-items: center;
}
.eu .footer_address p {
  color: #222C33;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 2px;
}
.eu .footer_links {
  padding: 32px 0 0;
}
.eu .footer_links a {
  color: #222C33;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 2px;
}
.eu .footer_links a:hover {
  opacity: 0.7;
}
.eu .ft_social ul.social-icons {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 24px;
  margin-left: 0 !important;
}
.eu {
  /* --- Videos --- */
}
.eu .video_iframe {
  width: 100%;
  position: relative;
  padding: 0 0 59%;
}
.eu .video_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.eu {
  /* --- Resources / Appendix Styles --- */
}
.eu p.gartner-discalimer {
  font-size: 80%;
  color: var(--wp--preset--color--gray);
  font-style: italic;
}
.eu .resource-text-pad {
  padding: 0.5rem 1.2rem 2rem 1.2rem !important;
}
.eu .resource-text-pad h3 a {
  color: #01426A;
  text-decoration: underline;
}
.eu .resource-text-pad h3 a:hover {
  color: #E35205;
  text-decoration: underline #01426A;
}
.eu .resource-list {
  list-style-type: none;
  margin-bottom: 0.4rem !important;
  padding-left: 1.8rem;
}
.eu .resource-list li {
  margin-left: 1.25rem;
  position: relative;
}
.eu .resource-list li:before {
  content: "";
  background-image: url(https://www.laserfiche.com/wp-content/themes/laserfiche/assets/images/checkmark-orange.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: -2rem;
  top: 0.8rem;
  width: 1rem;
  height: 0.75rem;
}
.eu .resource-list li a {
  color: #E35205;
  text-decoration: underline;
}
.eu .resource-list li a:hover {
  color: #222C33;
  text-decoration: underline #E35205 3px;
  transition: 0.2s;
}
.eu .col-flex {
  display: flex;
  justify-content: space-between;
  align-items: left;
  flex-wrap: wrap;
  margin-bottom: 5rem !important;
}
.eu .resource-col-6 {
  width: 41.25%;
}
.eu .resource-col-3 {
  width: 24.75%;
}
.eu .resource-col-9 {
  width: 75.25%;
}
.eu .resource-col-4 {
  width: 33%;
}
.eu .resource-col-8 {
  width: 66%;
}
.eu .caseStudy-pictogram {
  width: 50% !important;
  margin: 0 0 1rem 0;
}
.eu .caseStudy-pic {
  width: 50% !important;
  margin: 0.5rem 1rem 1rem 0 !important;
}
.eu .caseStudy-SiSoOu {
  background: #01426A;
  padding: 40px 40px 25px 40px !important;
  color: #ffffff !important;
  margin-bottom: 35px !important;
}
.eu .caseStudy-SiSoOu p {
  color: #ffffff !important;
}
.eu .caseStudy-SiSoOu-header {
  text-transform: uppercase;
  font-weight: 800 !important;
  margin-bottom: 0px;
  color: #ffffff !important;
  padding: 0 !important;
}
.eu .caseStudy-intro p {
  font-weight: 600 !important;
  color: #01426A !important;
}
.eu .case-study {
  padding: 0 0 150px 0 !important;
  width: 75% !important;
  margin: 0 auto !important;
}
.eu .case-study h1 {
  color: #01426A !important;
}
.eu .case-study h2 {
  text-align: left;
  margin: 0 !important;
  padding: 20px 0 !important;
}
.eu .case-study ul {
  margin: 0 15px 35px 15px;
}
.eu .case-study ul li {
  font-size: 20px !important;
}
.eu .case-study img {
  width: 100%;
  height: auto;
}
.eu .case-study p {
  padding: 0 0 25px 0;
}
.eu {
  /* --- Misc --- */
}
.eu .responsive {
  display: none;
}
.eu .desktop {
  display: block;
}

/* =========================================
   4. Global Elements (Outside .eu scope)
   ========================================= */
#scroll {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  display: none;
  z-index: 10;
  text-transform: uppercase;
  width: auto;
  padding: 14px 17px;
  border: 3px solid #E35205;
  background: #E35205;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#scroll:hover {
  border-color: #D14900 !important;
  background: #D14900 !important;
}

.up_btn {
  border: 2px solid #ffffff !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 auto 5px !important;
  text-align: center;
  display: inherit;
}

p.error.no-label {
  font-size: 14px !important;
  font-family: "trade-gothic-next", Arial, sans-serif !important;
  font-weight: 300 !important;
  text-align: left !important;
  padding: 0 6px !important;
  color: #c0262c !important;
  margin: 0 0 15px !important;
  clear: both;
}

form.form p.required label::after, form.form span.required label::after {
  background: url("https://storage.pardot.com/602291/249431/lf_required.gif") no-repeat;
  margin-top: 4px;
  margin-left: -1px;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
}

a.dtmBrand.textBold {
  font-weight: bold;
  color: #E35205 !important;
  font-size: 16px;
}

a.G2number1 {
  color: #01426A;
}
a.G2number1:link {
  text-decoration: none;
  color: #01426A;
}
a.G2number1:visited {
  text-decoration: none;
  color: #8BA1B0;
}
a.G2number1:hover {
  text-decoration: underline;
  color: #E35205;
}
a.G2number1:active {
  text-decoration: none;
  color: #01426A;
}

#run-smarter {
  height: 2rem;
  display: inline-block;
  aspect-ratio: 7/1;
}

/* =========================================
   5. Third Party Integrations
   ========================================= */
button#ot-sdk-btn {
  color: #222C33 !important;
  border: unset !important;
  font-size: 16px !important;
  line-height: unset !important;
  padding: unset !important;
  text-align: left;
  background: unset !important;
  font-family: "trade-gothic-next", Arial, sans-serif;
}
button#ot-sdk-btn:hover {
  color: #E35205 !important;
}

[id^=gartner-pi-widget] {
  width: 100% !important;
  border: 1px solid #222C33 !important;
}
[id^=gartner-pi-widget] .gartner-pi-card .gartner-pi-as-of-date {
  margin-bottom: 12px;
  margin-top: 8px;
  transform: unset !important;
}
[id^=gartner-pi-widget][data-size=large] .gartner-pi-card .gartner-pi-logo {
  float: right;
  width: 130px !important;
  margin-top: 10px;
}
[id^=gartner-pi-widget] .gartner-pi-h1 {
  margin-top: 4px !important;
}

.gartner-pi-reviews-link {
  padding-bottom: 6px !important;
  text-align: left;
}

.gartner-pi-header {
  font-weight: bold;
}

.main.gartner-discalimer-pad {
  padding-bottom: 130px;
}

/* =========================================
   6. Media Queries
   ========================================= */
@media (max-width: 1024px) {
  .caseStudy-pic {
    width: 100% !important;
    margin: 0 0 0.5rem 0 !important;
  }
  .caseStudy-pictogram {
    width: 100% !important;
    margin: 0 0.5rem 0.5rem 0 !important;
  }
  .eu .wid50 {
    width: 100%;
  }
  .eu .form_content {
    margin: 0 auto !important;
  }
  .eu .main_section .main {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .eu .content_wrapper {
    max-width: 100%;
    width: 100%;
    margin: auto 0 30px auto;
  }
  .eu .text_content {
    padding-bottom: 30px;
  }
  .eu .blk_content:nth-child(odd).text_content {
    padding-left: 0;
  }
  .eu .form_content {
    padding: 30px !important;
  }
  .eu .form {
    width: 100% !important;
  }
  .eu .form .form-field {
    padding: 0 5px !important;
  }
  .eu .form, .eu .form_title h3 {
    margin: 0 auto !important;
    text-align: left;
    font-size: 26px;
    padding-bottom: 15px;
  }
  .eu .thankyou .blk_content .text_content {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
  }
  .eu .insight_ss {
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  #scroll {
    padding: 8px;
    font-size: 13px;
  }
  .up_btn {
    width: 26px;
    height: 26px;
  }
  button#ot-sdk-btn {
    font-size: 14px !important;
  }
  .resource-col-6, .resource-col-3, .resource-col-9, .resource-col-4, .resource-col-8 {
    width: 100%;
  }
  .resource-text-pad {
    padding: 2rem 0 !important;
  }
  .case-study {
    width: 100% !important;
  }
  .eu .form select {
    background-size: 12px auto !important;
  }
  .eu .blk_content.wid50 {
    width: 100%;
  }
  .eu .wid30 {
    width: 50%;
  }
  .eu .section2.wid30 {
    width: 50%;
    padding-bottom: 40px;
  }
  .eu .bulleted_img_blk {
    padding-bottom: 40px;
  }
  .eu .section2 .flex-container, .eu .section2_rep.flex-container {
    justify-content: center;
  }
  .eu .pdb-60 {
    padding-bottom: 40px !important;
  }
  .eu .wid40 {
    width: 50%;
  }
  .eu .header_main, .eu .main_section, .eu .section1, .eu .section2,
  .eu .thankyou .section2, .eu .section2_rep, .eu .section3, .eu .thankyou .section3 {
    padding: 70px 0;
  }
  .eu footer {
    padding: 70px 0 30px;
  }
  .eu .footer_text, .eu .blk_content, .eu h2 {
    padding-bottom: 40px;
  }
  .eu .footer_text ul li {
    padding-bottom: 14px;
  }
  .eu footer ul.social-icons {
    padding: 10px 0 20px;
  }
  .eu .footer_text.wid30, .eu .wid20 {
    width: 50%;
    padding-bottom: 20px;
  }
  .section-html .main {
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .section-html .main .flex-container .wid30, .section-html .main .flex-container .wid20 {
    width: 50%;
    padding-right: 20px;
  }
}
@media (max-width: 800px) {
  .eu .header_main, .eu .main_section, .eu .section1, .eu .section2,
  .eu .section2_rep, .eu .section3, .eu .thankyou .section3, .eu .thankyou .section2 {
    padding: 40px 0;
  }
  .eu footer {
    padding: 40px 0 30px;
  }
  .eu .blk_content img {
    max-width: 450px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-html .main .flex-container .wid30, .section-html .main .flex-container .wid20 {
    width: 100%;
  }
  .eu .section2_rep.wid30 {
    width: 100%;
  }
  .eu .logo {
    max-width: 180px;
    width: 100%;
  }
  .eu .content_wrapper:before {
    background: linear-gradient(to right, #E35205 10px, transparent 10px) 0 0, linear-gradient(to bottom, #E35205 10px, transparent 10px) 0 0;
  }
  .eu .content_pd {
    padding: 10px 0 0 20px;
  }
  .eu .section2.wid30 {
    width: 100%;
  }
  .eu .bullet_img {
    width: 6%;
    padding-top: 4px;
  }
  .eu .bullet_img img {
    max-width: 20px;
  }
  .eu h1 {
    font-size: 42px;
    padding-bottom: 15px;
  }
  .eu h3 {
    font-size: 28px;
    padding-bottom: 3px;
  }
  .eu h4 {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .eu h5 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .eu .footer_text, .eu .blk_content, .eu h2, .eu .section3 h2 {
    font-size: 38px;
  }
  .eu .bulleted_img_blk, .eu .section2 .wid30 {
    padding-bottom: 20px;
  }
  .eu p {
    font-size: 16px;
  }
  .eu .guided_bullets li {
    font-size: 14px;
  }
  .eu p, .eu .form .pd-radio label.inline, .eu .form p.field-label {
    font-size: 14px !important;
  }
  .eu .form .pd-checkbox span {
    width: 100% !important;
    padding-bottom: 1px;
    margin-right: 0 !important;
  }
  .eu .form .pd-radio.field-label {
    margin: 0 0 15px !important;
  }
  .eu .form input[type=submit] {
    padding: 9px 15px !important;
    font-size: 18px !important;
  }
}
@media (max-width: 680px) {
  .eu .pdb-60 {
    padding-bottom: 30px !important;
  }
  .eu h1 {
    font-size: 36px;
    padding-bottom: 15px;
  }
  .eu .footer_text, .eu .blk_content, .eu h2, .eu .section3 h2 {
    font-size: 32px;
  }
  .eu h3 {
    font-size: 24px;
    padding-bottom: 3px;
  }
  .eu h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .eu h5 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .eu .bulleted_img_blk, .eu .section2 .wid30, .eu .text_content {
    padding-bottom: 10px;
  }
  .eu p {
    font-size: 14px;
  }
  .eu footer ul.social-icons li {
    padding-right: 15px;
  }
}
@media (max-width: 600px) {
  .eu .blk_content {
    flex-direction: column;
  }
  .eu .form .col2, .eu .col-md-6 {
    width: 100% !important;
    padding: 0 !important;
  }
  .eu .btn {
    padding: 8px 15px;
    font-size: 13px;
  }
  .eu h1 {
    font-size: 38px;
    padding-bottom: 15px;
  }
  .eu h3 {
    font-size: 26px;
    padding-bottom: 3px;
  }
  .eu h4 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .eu h5 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .eu .footer_text, .eu .blk_content, .eu h2, .eu .section3 h2 {
    font-size: 34px;
  }
  .eu .bulleted_img_blk, .eu .section2 .wid30 {
    padding-bottom: 20px;
  }
  .eu p {
    font-size: 14px;
  }
  .eu .guided_bullets li {
    font-size: 14px;
  }
  .eu p, .eu .form .pd-radio label.inline, .eu .form p .field-label, .eu .list-font {
    font-size: 14px !important;
  }
  .eu .form input[type=submit] {
    padding: 9px 15px !important;
    font-size: 14px !important;
  }
}
@media (max-width: 480px) {
  .eu .bullet_img {
    width: 10%;
  }
  .eu .form input[type=text], .eu .form select, .eu .form textarea {
    font-size: 12px !important;
  }
  .form .field-container {
    width: 100% !important;
  }
  .form input[type=text] {
    height: 45px;
  }
  .form select {
    height: 45px !important;
  }
}
@media (max-width: 420px) {
  .eu .footer_text .wid30, .eu .wid20, .eu .footer_text .wid40 {
    width: 100%;
    padding-bottom: 20px;
  }
  .eu .btn {
    margin: 10px;
  }
  .eu .bullet_img {
    width: 12%;
  }
}

/*# sourceMappingURL=mcae_lp_2026.css.map */
