@charset "UTF-8";
.page-public .navbar {
  z-index: 15;
  width: 100%;
  max-width: 100%;
}
.page-public .navbar .header-container {
  max-width: 1100px;
  margin: 0 auto;
}

.navbar,
#menu-header-menu {
  align-items: flex-start;
  justify-content: space-between;
}
.navbar.no-nav-menu,
#menu-header-menu.no-nav-menu {
  box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.22);
}
.navbar.no-nav-menu .row > .login,
#menu-header-menu.no-nav-menu .row > .login {
  display: none;
}

nav.navbar {
  margin-bottom: 0;
  min-height: 75px;
  max-width: 1100px;
  margin: 0 auto;
}
nav.navbar .header-container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
nav.navbar::before, nav.navbar::after {
  display: none;
}
nav.navbar .row::after,
nav.navbar .row::before {
  display: none;
}

.main-navigation {
  margin: 0;
}
.main-navigation ul {
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}
.main-navigation ul li {
  margin-left: 0;
}

#site-navigation {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.logo {
  padding-top: 3px;
  width: 166px;
}

#desktop-header-buttons {
  padding-top: 6px;
}

.menu-header-menu-container {
  border-top: 1px solid #C0C4CA;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.42);
}

#menu-header-menu {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  position: relative;
  z-index: 15 !important;
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 15px;
}
#menu-header-menu li.menu-item {
  display: flex;
  margin-bottom: -1px;
  line-height: unset;
}
#menu-header-menu button.dropdown-toggle {
  display: none;
}
#menu-header-menu .menu-item-has-children.is-open,
#menu-header-menu .menu-item-has-children ul.sub-menu {
  background-color: #114989;
}
#menu-header-menu .menu-item-has-children:not(.is-open) ul.sub-menu {
  display: none !important;
}
#menu-header-menu > .menu-item {
  margin-top: -1px;
}
#menu-header-menu > .menu-item.current-menu-item, #menu-header-menu > .menu-item.current-menu-parent {
  box-shadow: inset 0px -6px 0px 0px #114989;
  box-sizing: border-box;
}
#menu-header-menu .menu-item-has-children.is-open ul.sub-menu {
  position: absolute;
  display: block;
  margin: 0;
  z-index: 10 !important;
  list-style: none;
  top: 48px;
}
#menu-header-menu .menu-item-has-children.is-open ul.sub-menu li.heading {
  display: table-cell;
}
#menu-header-menu .menu-item-has-children.is-open ul.sub-menu li {
  min-width: auto !important;
  width: auto !important;
}
#menu-header-menu .menu-item-has-children.is-open a {
  color: #ffffff;
}

.main-navigation ul ul {
  padding-left: 1em;
}

#menu-header-menu > li.menu-item {
  margin-left: 0;
  margin-right: 3%;
}
@media (max-width: 1255px) {
  #menu-header-menu > li.menu-item {
    margin-right: 1%;
  }
}
@media (max-width: 1070px) {
  #menu-header-menu > li.menu-item {
    margin-right: 0%;
  }
}
#menu-header-menu > li.menu-item a {
  padding: 15px !important;
  color: #2A3B4C;
  font-family: "canada-type-gibson", "Helvetica", "Arial", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}
#menu-header-menu > li.menu-item a:hover {
  text-decoration: none;
}
#menu-header-menu > li.menu-item a:focus {
  text-decoration: none;
}
#menu-header-menu > li.menu-item.is-open {
  background-color: unset !important;
}
#menu-header-menu > li.menu-item.is-open a {
  color: #2A3B4C !important;
  text-decoration: none !important;
}
#menu-header-menu > li.menu-item.is-open ul.sub-menu {
  margin: 1px 0 0 -35px;
  padding: 25px 15px 15px 25px;
  width: 189px !important;
  background: #114989 !important;
}
#menu-header-menu > li.menu-item.is-open ul.sub-menu:before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 12px solid #114989;
  position: absolute;
  top: -12px;
  left: 45%;
}
#menu-header-menu > li.menu-item.is-open ul.sub-menu li {
  border: none !important;
}
#menu-header-menu > li.menu-item.is-open ul.sub-menu li a {
  color: #FFF !important;
  text-transform: unset !important;
  font-weight: 300 !important;
  transition: 0.3s;
  padding: 0 0 15px 0 !important;
}
#menu-header-menu > li.menu-item.is-open ul.sub-menu li a:hover {
  color: #00c0fc !important;
}

#menu-header-menu > li.menu-item a[href="#search"],
#mobile-search-btn {
  background: url("/wp-content/themes/legit-script/public/images/search.png") no-repeat;
  background-size: 26px;
  display: inline-block;
  height: 26px;
  width: 26px;
  color: transparent;
  outline: transparent;
  margin-right: 10px;
  position: relative;
  top: 10px;
}

#menu-header-menu > li.menu-item a[href="#search"] {
  margin-top: 3px;
  margin-left: 40px;
}

#mobile-menu-toggle {
  color: #114989;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 15px;
  z-index: 9999;
  text-decoration: none;
}

.navbar .col.login {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  display: flex;
  align-items: flex-end;
  transition: 0.3s;
}
.navbar .col.login a, .navbar .col.login path, .navbar .col.login svg {
  transition: 0.3s;
  cursor: pointer;
}
.navbar .col.login:hover a {
  color: #2072C6 !important;
}
.navbar .col.login:hover path {
  fill: #2072C6 !important;
}
.navbar .col.login svg {
  height: 30px;
  width: 30px;
  margin-left: 8px;
}
.navbar .col.login a {
  color: #114989;
  font-size: 15px;
  vertical-align: bottom;
  display: flex;
  flex-direction: row;
  align-items: center;
}

nav.navbar .btn-primary {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 10px;
  margin-left: 15px;
  transition: 0.3s;
}
nav.navbar .btn-primary:hover {
  color: #FFF;
  background-color: #2072C6 !important;
  border-color: #2072C6 !important;
}

nav.navbar .language-dropdown {
  width: 140px;
  top: 15px;
}
nav.navbar .language-dropdown button {
  width: 100%;
  min-width: 140px;
  height: 32px;
  margin-top: -5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-transform: unset !important;
  background-color: #F2F3F4;
  border: unset;
  border-radius: 5px;
  font-size: 14px;
  color: #2072C6;
}
nav.navbar .language-dropdown button .bi-globe {
  margin-right: 10px;
  font-size: 15px;
  color: #5E6166;
}
nav.navbar .language-dropdown button .bi-chevron-down {
  margin-left: 10px;
  margin-top: 3px;
}
nav.navbar .language-dropdown button:after {
  display: none !important;
}
nav.navbar .language-dropdown button:hover, nav.navbar .language-dropdown button:focus, nav.navbar .language-dropdown button:active {
  background-color: #DFE4EB !important;
  box-shadow: unset !important;
  color: #2072C6;
}
nav.navbar .language-dropdown .dropdown-menu {
  width: 100%;
  left: 15px;
  top: 32px;
}
nav.navbar .language-dropdown .dropdown-menu .bi-globe {
  margin-right: 10px;
  font-size: 15px;
  color: #5E6166;
}

#search-form {
  background-color: #E0E5EC;
  border-top: 5px solid #114989;
  display: none;
  position: fixed;
  right: 16%;
  margin-top: -5px;
  width: 300px;
  z-index: 1000;
  box-shadow: 5px 5px 15px 1px rgba(0, 0, 0, 0.43);
}
#search-form input {
  margin: 10px;
  padding: 10px;
  width: 260px;
}
@media (max-width: 576px) {
  #search-form {
    width: 100%;
    right: auto;
  }
  #search-form input {
    width: 85%;
    margin: 10px auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #search-form {
    width: 100%;
    right: auto;
  }
  #search-form input {
    width: 85%;
    margin: 10px auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #search-form {
    width: 100%;
    right: auto;
  }
  #search-form input {
    width: 85%;
    margin: 10px auto;
  }
}

#mobile-header-menu {
  display: none;
}

@media (max-width: 1023px) {
  #menu-header-menu {
    flex-direction: column !important;
  }
  #menu-header-menu > li.menu-item a[href="#search"] {
    display: none;
  }

  #site-navigation,
#desktop-header-buttons {
    display: none;
  }

  #mobile-header-menu {
    display: block;
    padding-top: 15px;
    z-index: 9999;
  }

  .wpmm-menu {
    background-color: #124989 !important;
    --mm-color-background: #124989 !important;
  }
  .wpmm-menu a {
    color: white !important;
    font-size: 18px;
  }
  .wpmm-menu .mm-btn:after, .wpmm-menu .mm-btn:before {
    border-color: white !important;
  }
  .wpmm-menu .mm-navbar {
    padding-right: 0;
  }
  .wpmm-menu .mm-navbars_top {
    border-bottom: #7091AD solid 2px;
  }
  .wpmm-menu .mm-navbars_top a {
    text-transform: uppercase;
  }
  .wpmm-menu .mm-btn.mm-btn_prev.mm-navbar__btn {
    background-color: #1D426A;
  }
  .wpmm-menu .mm-btn.mm-btn_prev.mm-navbar__btn.mm-hidden {
    display: block !important;
  }
  .wpmm-menu .mm-navbar__title {
    background-color: #1D426A;
    text-align: left;
    padding-left: 20px;
  }
  .wpmm-menu .mm-panels .mm-listitem:after,
.wpmm-menu .mm-navbars_bottom .mm-listitem:after {
    border: none;
  }
  .wpmm-menu .mm-panels .mm-listitem,
.wpmm-menu .mm-navbars_bottom .mm-listitem {
    border-bottom: #7091AD solid 2px;
  }
  .wpmm-menu .mm-panels .mm-listitem a:hover,
.wpmm-menu .mm-navbars_bottom .mm-listitem a:hover {
    color: #37C0FC !important;
    background-color: transparent !important;
  }
  .wpmm-menu .mm-panels #mm-2 a,
.wpmm-menu .mm-navbars_bottom #mm-2 a {
    text-transform: uppercase;
  }
  .wpmm-menu .mm-panels .mm-listitem__btn:not(.mm-listitem__text),
.wpmm-menu .mm-navbars_bottom .mm-listitem__btn:not(.mm-listitem__text) {
    border-left: none;
  }
  .wpmm-menu .mm-navbars_bottom {
    bottom: 90px;
  }
  .wpmm-menu .mm-navbars_bottom .mm-listitem {
    text-align: left;
  }
  .wpmm-menu .mm-navbars_bottom .mm-listitem.contact-us, .wpmm-menu .mm-navbars_bottom .mm-listitem.language-switch, .wpmm-menu .mm-navbars_bottom .mm-listitem.login {
    background-color: #1D426A;
  }
  .wpmm-menu .mm-navbars_bottom .mm-listitem.contact-us a, .wpmm-menu .mm-navbars_bottom .mm-listitem.language-switch a, .wpmm-menu .mm-navbars_bottom .mm-listitem.login a {
    text-transform: capitalize;
  }
  .wpmm-menu .mm-navbars_bottom .mm-listitem.contact-us::after, .wpmm-menu .mm-navbars_bottom .mm-listitem.language-switch::after, .wpmm-menu .mm-navbars_bottom .mm-listitem.login::after {
    content: " ";
    display: block;
    position: absolute;
    left: 140px;
    top: 0px;
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .wpmm-menu .mm-navbars_bottom .mm-listitem.language-switch::after {
    background-image: url("/wp-content/themes/legit-script/public/images/language-selector-white.png");
  }
  .wpmm-menu .mm-navbars_bottom .mm-listitem.login::after {
    background-image: url("/wp-content/themes/legit-script/public/images/user-white.png");
  }
}
@media (max-width: 576px) {
  .navbar {
    padding: 0 10px;
  }

  .logo {
    padding-top: 8px;
  }

  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-58vw, 0, 0);
    transform: translate3d(-58vw, 0, 0);
  }
}
@media (max-width: 576px) and (max-width: 460px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media (max-width: 576px) {
  .wpmm-menu.mm-menu_opened {
    max-width: calc(30vw);
  }
  .wpmm-menu .mm-navbars_bottom {
    top: 320px;
    bottom: auto;
  }
}
.site-footer {
  width: 100%;
  margin: 0;
  padding-bottom: 40px;
  background-color: #2A3B4C;
  font-size: 16px;
  color: #fff;
}

.site-footer-container {
  max-width: 1120px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .site-footer-container .col-lg-8 ul {
    padding-left: 0;
  }
  .site-footer-container .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer-container .col-lg-8 ul {
    padding-left: 0;
  }
  .site-footer-container .col-lg-4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    padding-left: 30px;
  }
}

.footer-links-container {
  list-style: none;
}
.footer-links-container a:hover {
  text-decoration: none;
}
.footer-links-container a span:hover {
  text-decoration: underline;
}

.footer-links-container li {
  margin-left: 0;
  display: inline-block;
}

.footer-links-container li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.footer-links-container.primary li a {
  text-transform: uppercase;
}

.footer-links-container.secondary {
  margin-top: 10px;
}

.footer-links-container:not(.social) li:not(:last-child) a::after {
  content: "|";
  padding: 0 8px;
}

.footer-links-container.social,
.footer-links-container.primary {
  margin-top: 40px;
}

.footer-links-container.social li {
  margin-right: 16px;
  margin-left: 0;
}
.footer-links-container.social li img {
  height: 25px;
}

@media (max-width: 576px) {
  .site-footer,
.site-footer-container {
    padding: 0;
  }

  ul.footer-links-container {
    margin-left: auto;
    padding-left: 0;
    justify-content: center;
    text-align: center;
  }
  ul.footer-links-container li a {
    font-size: 14px;
  }
  ul.footer-links-container .col-lg-8 {
    padding: 0;
  }

  ul.footer-links-container.secondary {
    display: block;
    background-color: transparent;
    padding: 0;
  }

  ul.footer-links-container.social {
    justify-content: center;
  }
  ul.footer-links-container.social li {
    margin: 0 10px;
  }

  .copyright-wrapper {
    text-align: center;
    padding-bottom: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .site-footer,
.site-footer-container {
    padding: 0;
  }

  ul.footer-links-container {
    margin-left: auto;
    padding-left: 0;
    justify-content: center;
    text-align: center;
  }
  ul.footer-links-container li a {
    font-size: 14px;
  }
  ul.footer-links-container .col-lg-8 {
    padding: 0;
  }

  ul.footer-links-container.secondary {
    display: block;
    background-color: transparent;
    padding: 0;
  }

  ul.footer-links-container.social {
    justify-content: center;
  }
  ul.footer-links-container.social li {
    margin: 0 10px;
  }

  .copyright-wrapper {
    text-align: center;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .site-footer,
.site-footer-container {
    padding: 0;
  }

  ul.footer-links-container {
    margin-left: auto;
    padding-left: 0;
    justify-content: center;
    text-align: center;
  }
  ul.footer-links-container li a {
    font-size: 14px;
  }
  ul.footer-links-container .col-lg-8 {
    padding: 0;
  }

  ul.footer-links-container.secondary {
    display: block;
    background-color: transparent;
    padding: 0;
  }

  ul.footer-links-container.social {
    justify-content: center;
  }
  ul.footer-links-container.social li {
    margin: 0 10px;
  }

  .copyright-wrapper {
    text-align: center;
    padding-bottom: 50px;
  }
}
form select {
  background-color: #fff;
  background-image: url("/wp-content/themes/legit-script/public/images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  /* Remove default dropdown chevron */
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-left: 15px;
}
form select::-ms-expand {
  display: none;
}
form select:focus {
  outline: none;
}
form .checkbox label:after {
  content: "";
  display: table;
  clear: both;
}
form .checkbox .cr {
  position: relative;
  display: inline-block;
  border: none;
  background-color: #F2F3F4;
  width: 1.3em;
  height: 1.3em;
  margin-right: 12px;
}
form .checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 50%;
  left: 15%;
  color: white;
}
form .checkbox label input[type=checkbox] {
  display: none;
}
form .checkbox label input[type=checkbox] + .cr > .cr-icon {
  opacity: 0;
}
form .checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  opacity: 1;
}
form .checkbox label input[type=checkbox]:checked + .cr {
  background-color: #114989;
}
form .checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
form .checkbox label .checkbox-label {
  float: right;
}

.btn.btn-primary,
.fl-button {
  font-size: 16px;
  padding: 5px 25px;
  border-radius: 5px;
  background-color: #114989 !important;
  border-color: #114989 !important;
}

.btn.btn-primary:hover,
.fl-button:hover {
  background-color: #2072C6 !important;
  border-color: #2072C6 !important;
}

a.fl-button {
  text-decoration: none !important;
}

.page-template-checker-results .check-legitimacy-content,
.page-template-checker-product .check-legitimacy-content {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-checker-results .checker .no-results,
.page-template-checker-product .checker .no-results {
  color: #2A3B4C;
  margin-top: 70px;
  margin-bottom: 70px;
}
.page-template-checker-results .checker .results-wrapper,
.page-template-checker-product .checker .results-wrapper {
  width: 80%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  color: #114989;
}
.page-template-checker-results .checker .results-wrapper hr,
.page-template-checker-product .checker .results-wrapper hr {
  margin: 35px 0;
}
.page-template-checker-results .checker .results-wrapper .product-name,
.page-template-checker-product .checker .results-wrapper .product-name {
  color: #2A3B4C;
}
.page-template-checker-results .checker .results-wrapper .results-meta,
.page-template-checker-product .checker .results-wrapper .results-meta {
  color: #2A3B4C;
}
.page-template-checker-results .checker .results-wrapper .results-meta.bottom,
.page-template-checker-product .checker .results-wrapper .results-meta.bottom {
  margin-top: 35px;
  margin-bottom: 75px;
}
.page-template-checker-results .checker .results-wrapper .result-wrapper,
.page-template-checker-product .checker .results-wrapper .result-wrapper {
  line-height: 1.75;
}
.page-template-checker-results .checker .results-wrapper .result-wrapper a,
.page-template-checker-product .checker .results-wrapper .result-wrapper a {
  color: inherit;
}
.page-template-checker-results .checker .results-wrapper .pagination,
.page-template-checker-product .checker .results-wrapper .pagination {
  margin-bottom: 20px;
}
.page-template-checker-results .checker .results-wrapper .report-wrapper,
.page-template-checker-product .checker .results-wrapper .report-wrapper {
  margin: 70px 0 135px;
}
.page-template-checker-results .checker .results-wrapper .report-wrapper .container,
.page-template-checker-product .checker .results-wrapper .report-wrapper .container {
  margin: 0;
}
.page-template-checker-results .checker .results-wrapper .report-wrapper .container .report-product input,
.page-template-checker-product .checker .results-wrapper .report-wrapper .container .report-product input {
  background-color: #DFE4EB;
}
.page-template-checker-results .checker .results-wrapper .report-wrapper .container .report-product input::placeholder,
.page-template-checker-product .checker .results-wrapper .report-wrapper .container .report-product input::placeholder {
  color: #114989;
}
.page-template-checker-results .checker .results-wrapper .classifications,
.page-template-checker-product .checker .results-wrapper .classifications {
  padding-top: 60px;
  padding-bottom: 65px;
  margin-bottom: 70px;
  background-color: #DFE4EB;
}
.page-template-checker-results .checker .results-wrapper .classifications .container,
.page-template-checker-product .checker .results-wrapper .classifications .container {
  width: 80%;
}
.page-template-checker-results .checker .results-wrapper .btn,
.page-template-checker-product .checker .results-wrapper .btn {
  color: white;
  font-size: 12px;
  /*width: 135px; - This no longer works with new text*/
  text-align: center;
}
.page-template-checker-results .checker .results-wrapper .btn:hover,
.page-template-checker-product .checker .results-wrapper .btn:hover {
  cursor: default;
}
.page-template-checker-results .checker .results-wrapper .btn.btn-green,
.page-template-checker-product .checker .results-wrapper .btn.btn-green {
  background-color: #85C51F;
}
.page-template-checker-results .checker .results-wrapper .btn.btn-red,
.page-template-checker-product .checker .results-wrapper .btn.btn-red {
  background-color: #F84C4C;
}
.page-template-checker-results .checker .results-wrapper .btn.btn-blue,
.page-template-checker-product .checker .results-wrapper .btn.btn-blue {
  background-color: #114989;
}
.page-template-checker-results .checker .results-wrapper .btn.btn-orange,
.page-template-checker-product .checker .results-wrapper .btn.btn-orange {
  background-color: #FA9D3A;
}
.page-template-checker-results .checker .results-wrapper .btn.btn-yellow,
.page-template-checker-product .checker .results-wrapper .btn.btn-yellow {
  background-color: #FCD23A;
}

.search-wrapper form {
  width: 70%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

p.archive-search-no-results {
  margin-top: 65px;
  margin-bottom: 65px;
}

article h4.fl-post-title,
article .body-copy-text1 {
  color: #114989;
}
article h4.fl-post-title {
  padding: 0 20px;
  margin-top: 75px !important;
  margin-bottom: 55px;
}
article img.fl-photo-img {
  margin-bottom: 20px;
}
article .tools-wrapper {
  color: #114989 !important;
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 35px;
}
article .tools-wrapper p.subscribe {
  margin-bottom: 35px;
}
article .tools-wrapper p.blog-btn {
  margin-bottom: 45px;
}
article .tools-wrapper .fl-post-nav {
  padding: 40px 0;
}
article .tools-wrapper p.post-meta {
  margin-bottom: 55px;
}
article .tools-wrapper p.post-meta > a {
  margin-right: 15px;
}
article .tools-wrapper p.post-meta .categories {
  margin-left: 5px;
}
article .ls-single-post-content {
  color: #2A3B4C;
}

#ls-captcha {
  background-color: transparent;
}
#ls-captcha .g-recaptcha,
#ls-captcha .ls-captcha-btn-wrapper {
  margin-left: auto;
  margin-right: auto;
}
#ls-captcha .g-recaptcha {
  margin-top: 150px;
  width: 304px;
}
#ls-captcha .ls-captcha-btn-wrapper {
  width: 101px;
}
#ls-captcha #ls-captcha-submit {
  margin-bottom: 150px;
}

.check-legitimacy-wrap {
  position: relative;
  background-color: black;
  margin: 0;
  color: white;
  padding: 30px 60px;
}
@media (max-width: 576px) {
  .check-legitimacy-wrap {
    padding: 30px 20px 0;
  }
  .check-legitimacy-wrap .check-legitimacy-spacer {
    display: none;
  }
}
.check-legitimacy-wrap form {
  background-color: transparent;
}
.check-legitimacy-wrap .row.container-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 576px) {
  .check-legitimacy-wrap .row.container-wrapper {
    padding: 0;
  }
}
.check-legitimacy-wrap.consumer {
  background-color: whitesmoke;
  color: #114989;
}
.check-legitimacy-wrap.consumer .check-legitimacy-content p.h7 {
  color: #114989;
}
.check-legitimacy-wrap.consumer .row {
  padding-top: 20px;
  padding-bottom: 20px;
}
.check-legitimacy-wrap.consumer .row.container-wrapper {
  padding-left: unset !important;
  padding-right: unset !important;
}
.check-legitimacy-wrap.consumer h4 {
  margin-top: 20px;
  margin-bottom: 0;
}

.check-legitimacy-wrap:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/legit-script/public/images/bg-check-legitimacy.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.check-legitimacy-wrap.consumer:before {
  opacity: 1;
  background-image: url("/wp-content/themes/legit-script/public/images/bg-checker-form-consumer.jpg");
}

.check-legitimacy-content {
  position: relative;
}
.check-legitimacy-content p.h7 {
  color: white;
}
.check-legitimacy-content .input-group {
  margin-left: 0;
  margin-right: auto;
}
.check-legitimacy-content .input-group input[type=text] {
  height: 100%;
  padding-left: 15px;
  margin-left: 10px;
  font-size: 16px;
}
.check-legitimacy-content .input-group input[type=text]::placeholder {
  color: #114989;
  font-size: 16px;
}
.check-legitimacy-content .btn.btn-primary {
  font-size: 18px;
  padding: 8px 25px;
  z-index: inherit !important;
}
@media (max-width: 576px) {
  .check-legitimacy-content {
    margin-bottom: 40px;
  }
}
.check-legitimacy-content.website-checker-container {
  margin-left: auto;
  margin-right: auto;
}

.block-editor-block-list__block .check-legitimacy-content .input-group {
  width: auto;
}

@media (max-width: 576px) {
  .check-legitimacy-content .input-group {
    width: 100%;
  }
  .check-legitimacy-content .input-group input[type=text] {
    margin-left: 0;
  }
  .check-legitimacy-content .input-group input[type=text]::placeholder {
    display: none;
  }
}
/*Home page styles*/
.home #hero {
  position: relative;
}
@media (max-width: 576px) {
  .home #hero #hero-bg {
    height: 1300px;
  }
}
@media (min-width: 1600px) {
  .home #hero .bg-layer {
    position: absolute;
    height: 657px;
    width: 100%;
    background-image: url("/wp-content/themes/legit-script/public/images/hp-hero-bg-repeat.gif");
    background-repeat: repeat;
    margin-top: -49px;
  }
  .home #hero #hero-bg {
    max-height: 670px;
    background-size: 1700px !important;
  }
}

/* Consumer page styles */
.page-public #hero {
  position: relative;
}
.page-public #hero .bg-layer {
  height: 435px;
  width: 100%;
  background: #074083;
  position: absolute;
  bottom: 0;
}

#hero {
  /* Convert H2 to H1 - LEG-361 */
}
#hero #hero-bg {
  background-size: cover !important;
  background-position: center 0rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 650px;
  padding-top: 180px;
  padding-bottom: 140px;
}
@media (min-width: 1400px) {
  #hero #hero-bg {
    background-position: center -5rem !important;
    padding-top: 200px;
    padding-bottom: 160px;
  }
}
@media (max-width: 576px) {
  #hero #hero-bg {
    padding-top: 0;
    background-position-y: 0 !important;
  }
}
#hero #hero-bg ul.icons-nav {
  max-width: 1700px;
  margin: 0 auto;
}
#hero #hero-bg.consumer-hp {
  max-height: 1000px;
  margin-top: -150px;
}
@media (min-width: 1400px) {
  #hero #hero-bg.consumer-hp {
    background-size: 1700px !important;
  }
}
#hero #hero-bg.consumer-hp .title-container {
  display: flex;
  margin-top: 400px;
}
@media (max-width: 576px) {
  #hero #hero-bg.consumer-hp .title-container {
    margin-top: 470px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #hero #hero-bg.consumer-hp .title-container {
    margin-top: 470px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #hero #hero-bg.consumer-hp .title-container {
    margin-top: 470px;
  }
}
@media (max-width: 576px) {
  #hero #hero-bg.consumer-hp {
    height: 1320px;
    max-height: unset;
    padding: 0;
    background-position-y: unset !important;
    background-size: unset !important;
    background-color: #074083 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #hero #hero-bg.consumer-hp {
    height: 1320px;
  }
}
#hero .hero-overlay {
  position: absolute;
  top: 15rem;
  right: 10rem;
  left: 10rem;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #hero {
    padding: 0 10%;
  }
}
@media (max-width: 576px) {
  #hero {
    padding-left: 40px;
    padding-right: 40px;
  }
}
#hero h2, #hero h3 {
  color: white;
}
#hero h1 {
  color: white;
  font-weight: 400;
  font-size: 38px;
  /* https://germinate.atlassian.net/browse/LEG-363?focusedCommentId=14030 */
  margin-top: 20px;
  margin-bottom: 20px;
}
#hero h1.title {
  color: white;
  font-weight: 200;
  text-align: center;
}
#hero h1.title.consumer-hp {
  color: #114989;
  margin-bottom: 0 !important;
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  #hero h1.title.consumer-hp {
    padding-left: 5%;
    padding-right: 5%;
  }
}
#hero .hero-intro {
  font-size: 1.9rem;
  color: white;
  padding-left: 12%;
  padding-right: 12%;
  margin-top: 15vh;
  text-align: center;
}
#hero .hero-intro.consumer-hp {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 150px;
  padding-bottom: 14px;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  #hero .hero-intro.consumer-hp {
    padding-left: 12%;
    padding-right: 12%;
    padding-top: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #hero .hero-intro.consumer-hp {
    margin-top: 10px;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 60px;
  }
}
#hero .hero-intro p {
  margin-bottom: 20px;
}
#hero .title strong {
  font-weight: 500;
}
#hero ul.icons-nav {
  display: flex;
  justify-content: center;
  justify-content: space-around;
  padding: 0 100px;
}
@media (max-width: 1300px) {
  #hero ul.icons-nav {
    padding: 0 50px;
  }
}
@media (max-width: 1200px) {
  #hero ul.icons-nav {
    padding: 0 20px;
  }
}
@media (max-width: 760px) {
  #hero ul.icons-nav {
    padding: 0 10px;
  }
}
#hero ul.icons-nav li {
  text-align: left;
  list-style: none;
  margin-left: 0;
  margin-right: 40px;
  width: 100%;
  display: flex;
}
#hero ul.icons-nav li:last-child {
  margin-right: 0;
}
#hero ul.icons-nav li a {
  display: flex;
  align-items: center;
  min-height: 150px;
  border-radius: 5px;
  color: white;
  text-decoration: none !important;
  background-color: rgba(17, 73, 137, 0.5);
}
#hero ul.icons-nav li a:hover, #hero ul.icons-nav li a:active {
  background-color: rgba(4, 122, 203, 0.5);
  /*border: 1px solid #8BBCE0;*/
  box-shadow: 0 0 29px 4px rgba(0, 0, 0, 0.54);
}
#hero ul.icons-nav li a .row {
  margin: 0;
}
#hero ul.icons-nav li .copy {
  padding: 20px;
}
@media (min-width: 1200px) {
  #hero ul.icons-nav li .copy {
    padding-left: 3px;
  }
}
#hero ul.icons-nav li .copy p.title {
  font-size: 1.2em;
  font-weight: 500;
  text-align: left;
  line-height: 1.2em;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  #hero ul.icons-nav li .copy p.title {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
  }
}
#hero ul.icons-nav li .copy p.title .bi-chevron-right {
  display: none;
}
#hero ul.icons-nav li .copy p.description {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.1em;
  margin-bottom: 0;
  margin-block-end: 0;
}
#hero ul.icons-nav li .icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90px;
  min-width: 95px;
  min-height: 100px;
  margin: 10px 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #hero ul.icons-nav li .icon {
    margin: 20px 0 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #hero ul.icons-nav li .icon {
    margin: 20px 0 0;
  }
}
@media (max-width: 576px) {
  #hero ul.icons-nav li .icon {
    margin: 20px 0 0;
  }
}
#hero ul.icons-nav li .icon.popup-shield {
  background-image: url("/wp-content/themes/legit-script/public/images/popup-shield-icon.png");
}
#hero ul.icons-nav li .icon.handcuffs {
  background-image: url("/wp-content/themes/legit-script/public/images/handcuffs-icon.png");
}
#hero ul.icons-nav li .icon.certificate {
  background-image: url("/wp-content/themes/legit-script/public/images/certificate-icon.png");
}
#hero.wrapper.container-wrapper h1, #hero.wrapper.container-wrapper h3, #hero.wrapper.container-wrapper .h7 {
  width: 65%;
}
#hero.wrapper.container-wrapper h1 p, #hero.wrapper.container-wrapper h3 p, #hero.wrapper.container-wrapper .h7 p {
  font-size: 20px;
  line-height: 28.571px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  #hero.wrapper.container-wrapper h1, #hero.wrapper.container-wrapper h3, #hero.wrapper.container-wrapper .h7 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  #hero {
    margin-top: 0;
  }
  #hero #hero-bg {
    background-position-y: -20vh !important;
    height: 1130px;
    max-height: unset;
    justify-content: flex-start;
  }
  #hero #hero-bg h1.title {
    padding-top: 10rem;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  #hero #hero-bg h1.title.consumer-hp {
    padding-top: 0;
  }
}
@media (max-width: 576px) {
  #hero #hero-bg ul {
    flex-direction: column;
    width: 100%;
    padding: 0 20px;
    margin-right: 0;
    margin-left: 0;
  }
  #hero #hero-bg ul li {
    margin-bottom: 1rem;
  }
  #hero #hero-bg ul li a {
    justify-content: center;
  }
  #hero #hero-bg ul li .copy {
    padding: 0 !important;
  }
  #hero #hero-bg ul li .copy p {
    text-align: center;
  }
}
@media (max-width: 576px) {
  #hero .hero-overlay {
    top: 7%;
    margin-left: -40vw;
    margin-right: -40vw;
  }
  #hero .hero-overlay ul.icons-nav {
    flex-direction: column !important;
    margin-left: 0;
  }
  #hero .hero-overlay ul.icons-nav a {
    min-width: auto;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  #hero .hero-overlay ul.icons-nav a p.title,
#hero .hero-overlay ul.icons-nav a p.description {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  #hero .hero-overlay ul.icons-nav a .icon {
    margin-bottom: -20px;
    background-size: 70px !important;
  }
}
.stats {
  background-color: white;
  color: #114989;
  min-height: 200px;
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  margin: 40px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stats {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .stats {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .stats {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .stats img {
    display: none;
  }
}
@media (max-width: 576px) {
  .stats img {
    display: none;
  }
}
.stats .row {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.stats h2 {
  font-weight: 600;
}
.stats .intro {
  padding: 0 0 0 10rem;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stats .intro {
    margin: 0;
    padding: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .stats .intro {
    margin: 0;
    padding: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .stats .intro {
    margin: 0;
    padding: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.stats .intro h2 {
  font-size: 1.8em;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stats .intro h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .stats .intro h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .stats .intro h2 {
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: center;
  }
}
.stats .number, .stats .copy {
  text-align: center;
}
.stats .number {
  font-size: 3em;
  font-weight: 700;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stats .number {
    font-size: 2.5em;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .stats .number {
    font-size: 2.5em;
  }
}
@media (max-width: 576px) {
  .stats .number {
    font-size: 2.5em;
  }
}
.stats .divider {
  background-color: #CDECF8;
  height: 5px;
  width: 80px;
  margin: 0 auto 10px;
}
.stats .copy {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  color: #2A3B4C;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .stats .copy {
    max-width: 130px;
    font-size: 18px;
    border-bottom: #114989 solid 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 20px 0 !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .stats .copy {
    max-width: 130px;
    font-size: 18px;
    border-bottom: #114989 solid 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 20px 0 !important;
  }
}
@media (max-width: 576px) {
  .stats .copy {
    max-width: 130px;
    font-size: 18px;
    border-bottom: #114989 solid 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    padding: 20px 0 !important;
  }
}
.stats .copy.col {
  padding: 0 15px;
}
.stats .has-right-divider {
  border-right: #0072C6 solid 1px;
  height: 140px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .stats .has-right-divider {
    border: none;
    height: auto;
  }
}
@media (max-width: 576px) {
  .stats .has-right-divider {
    border: none;
    height: auto;
  }
}

.blurb #blurb-bg {
  background-image: url("/wp-content/themes/legit-script/public/images/hp-blurb.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 490px;
}
@media (max-width: 576px) {
  .blurb #blurb-bg {
    background-position: 30%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blurb #blurb-bg {
    background-position: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blurb #blurb-bg {
    background-position: 30%;
  }
}
.blurb .row {
  margin: 0;
}
.blurb .row .col.image {
  padding: 0;
}
.blurb .copy {
  background-color: #EBF7FC;
  padding-top: 65px;
  padding-bottom: 45px;
  padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .blurb .copy {
    padding-right: 50px;
  }
  .blurb .copy .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .blurb .copy {
    padding-right: 50px;
  }
  .blurb .copy .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .blurb .copy {
    padding-right: 50px;
  }
  .blurb .copy .col-lg-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.blurb .copy h5 {
  color: #114989;
  margin-bottom: 20px;
}
.blurb .copy p {
  font-size: 17px;
  font-weight: 400;
}
.blurb .button-col {
  margin-bottom: 0 !important;
}
.blurb .btn.btn-primary {
  font-size: 12px;
}
.blurb .btn.btn-primary a {
  text-decoration: none;
}
.blurb .btn.btn-primary a:focus, .blurb .btn.btn-primary a:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  .blurb {
    margin-top: 20px;
  }
  .blurb .copy {
    padding: 20px;
    margin-right: auto;
    margin-left: auto;
  }
}
.wp-block-create-block-large-intro {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.wp-block-create-block-large-intro .row {
  display: flex;
  align-items: center;
}
.wp-block-create-block-large-intro .row .col-lg-7 {
  flex: 0 0 78%;
  max-width: 78%;
}
@media (max-width: 576px) {
  .wp-block-create-block-large-intro .row .col-lg-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.wp-block-create-block-large-intro .row .col-lg-1 {
  flex: 0 0 5%;
  max-width: 5%;
}
.wp-block-create-block-large-intro .row .col-lg-4 {
  flex: 0 0 17%;
  max-width: 17%;
}
.wp-block-create-block-large-intro .row .copy-wrapper {
  display: flex;
  flex-direction: column;
}
.wp-block-create-block-large-intro .row .copy-wrapper h4 {
  color: #114989;
}
.wp-block-create-block-large-intro .row .copy-wrapper .h7 {
  line-height: 1;
}
.wp-block-create-block-large-intro .row .copy-wrapper .h7.subtitle {
  margin-top: 0;
}
.wp-block-create-block-large-intro .row .copy-wrapper .h7.subtitle,
.wp-block-create-block-large-intro .row .copy-wrapper div.h7 p {
  color: #2A3B4C;
  margin-bottom: 2rem;
}
.wp-block-create-block-large-intro .row .hex {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: min-content;
  padding: 0;
}
.wp-block-create-block-large-intro .row .hex img {
  display: flex;
  margin-top: 0;
  height: 200px;
}
@media (max-width: 576px) {
  .wp-block-create-block-large-intro .row .hex img {
    display: none;
  }
}

/* Merchant Monitoring - Top pattern (Pattern C) Increase space or line height - LEG-345 */
body.page-merchant-monitoring .wp-block-create-block-large-intro .copy-wrapper h4 {
  margin-bottom: 23px;
}

body.home article.page.hentry {
  padding-top: 0;
}

.latest-posts {
  padding-top: 45px;
  padding-bottom: 65px;
  color: #114989;
}
@media (min-width: 1200px) {
  .latest-posts.content.resources .row.mt-5 {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .latest-posts.content.resources .row.mt-5 {
    padding-left: 0px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .latest-posts.content.resources .row.mt-5 {
    padding-left: 0px;
  }
}
@media (max-width: 576px) {
  .latest-posts.content.resources .row.mt-5 {
    padding-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .latest-posts.content.resources {
    margin: 0 10%;
  }
}
@media (max-width: 576px) {
  .latest-posts.content.resources h5 {
    margin-left: 15px;
  }
}
.latest-posts .load-more-resources-btn {
  cursor: pointer;
}
.latest-posts .watch-summary {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.latest-posts .see-more-container a {
  text-decoration: none !important;
}
.latest-posts .see-more-container a span.see-more {
  font-weight: 800;
}
.latest-posts h6, .latest-posts .h8 {
  color: #114989;
  margin-bottom: 20px;
  /*
  Reverted change requested by Spencer - Work session with Michael and Mati on Oct 13 2021 - required to fix other issues this caused
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  */
}
.latest-posts ul {
  margin-top: 0;
  margin-left: -10px;
  padding-left: 0;
  display: flex;
  justify-content: center;
  float: none;
  list-style: none !important;
  max-width: none !important;
}
.latest-posts ul li:not(:last-child) {
  font-size: 16px !important;
  color: black;
  padding-left: 10px;
  margin-right: 40px;
}
.latest-posts ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 0;
  flex-grow: 1;
  flex-basis: 0;
}
.latest-posts ul li .post-entry {
  display: flex;
}
.latest-posts ul li .post-entry .row.mt-3 .avatar {
  flex: 0;
  padding: 0;
}
.latest-posts ul li .post-entry .row.mt-3 .date {
  padding-left: 0;
}
.latest-posts ul li .post-entry .row.mt-5 {
  flex-wrap: nowrap;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .latest-posts ul li .post-entry .row.mt-5 {
    margin-top: 5px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .latest-posts ul li .post-entry .row.mt-5 {
    margin-top: 5px !important;
  }
}
.latest-posts ul li .post-entry .row.mt-5 .avatar {
  align-items: flex-start !important;
  flex: 0 0 8% !important;
  padding: 0 !important;
}
.latest-posts ul li .post-entry p.excerpt {
  font-size: 16px !important;
  line-height: 1.2;
  margin-bottom: 0;
}
.latest-posts ul li .post-entry p.excerpt a {
  font-size: 16px !important;
}
.latest-posts ul li .post-entry a {
  text-decoration: none;
}
.latest-posts ul li .post-entry.is-featured .avatar-row {
  margin-top: 30px;
}
.latest-posts ul li .post-entry.is-featured .avatar-row p {
  font-size: 14px;
}
.latest-posts ul li .post-entry.is-featured .avatar-row p.post-terms {
  font-size: 16px;
}
.latest-posts ul li .post-entry.is-featured p.excerpt a {
  font-size: 20px !important;
}
.latest-posts ul li .post-entry a.title {
  text-decoration: none;
}
.latest-posts ul li .post-entry a.title .h8 {
  line-height: 1.3em;
}
.latest-posts ul li .post-entry .green-left-border {
  border-left: 5px solid #85C51F;
}
.latest-posts ul li .post-entry .green-left-border .excerpt {
  font-size: 14px !important;
  font-weight: 400;
}
.latest-posts ul li .post-entry .avatar-frame {
  border: none;
}
.latest-posts ul li .post-entry .avatar-frame,
.latest-posts ul li .post-entry .avatar-frame img {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 30px;
  /* Saf3+, Chrome */
  border-radius: 30px;
  /* Opera 10.5, IE 9 */
  /*-moz-border-radius: 30px;  Disabled for FF1+ */
}
.latest-posts ul li .post-entry .mt-5 .date {
  padding-left: 15px;
}
.latest-posts ul li .post-entry .date {
  padding-left: 5px;
}
.latest-posts ul li .post-entry .date p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
  font-weight: 400;
}
.latest-posts ul li .post-entry .date a,
.latest-posts ul li .post-entry .date a:visited {
  color: #114989;
}
.latest-posts.bb-module ul li .post-entry p.excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.latest-posts a:hover {
  text-decoration: none;
}
.latest-posts a span.plus {
  font-size: 30px;
  color: #2072C6;
  margin-right: 15px;
  top: 5px;
  position: relative;
}
.latest-posts.content h2, .latest-posts.content h3 {
  font-size: 22px !important;
}
.latest-posts.content ul {
  flex-direction: column;
}
.latest-posts.content ul li {
  padding-left: 0;
  color: #2A3B4C !important;
}
.latest-posts.content ul li .post-entry {
  margin-bottom: 50px;
}
.latest-posts.content ul li .post-entry a:hover {
  text-decoration: none;
}
.latest-posts.content ul li .post-entry .row {
  margin-left: 0;
  margin-right: 0;
}
.latest-posts.content ul li .post-entry .excerpt {
  min-height: 80px;
  font-size: 16px;
  font-weight: 400;
}
.latest-posts.content ul li .post-entry .excerpt a {
  color: #2A3B4C;
  font-size: 16px;
}
.latest-posts.content ul li .post-entry .excerpt a:hover {
  text-decoration: none;
}
.latest-posts.content ul li .post-entry img {
  max-height: 130px;
}
.latest-posts.resources ul {
  margin-left: 0;
}
.latest-posts.resources ul li {
  margin-right: 0 !important;
}
.latest-posts .more-updates a {
  font-size: 16px;
  font-weight: bold;
  color: #114989 !important;
  border-bottom: none;
  text-decoration: underline;
}
.latest-posts .more-updates a:visited {
  color: #114989 !important;
}
.latest-posts .more-updates a.h8 {
  font-size: 16px !important;
}
.latest-posts .more-updates i.bi {
  margin-left: 5px;
  font-size: 16px;
}
.latest-posts .search-form-mobile {
  display: none;
}
@media (max-width: 576px) {
  .latest-posts .search-form-mobile {
    display: flex;
  }
  .latest-posts .search-form-mobile #news-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
  .latest-posts .search-form-mobile #news-search-form .mt-4 .col {
    padding-left: 0;
  }
}
.latest-posts .blog-posts h3 {
  font-size: 18px !important;
}
.latest-posts .blog-posts .post-entry:not(.is-featured) {
  margin-left: -5px;
}
.latest-posts .blog-posts .post-entry:not(.is-featured) .avatar {
  padding-left: 0;
}
.latest-posts .blog-posts .post-entry:not(.is-featured) .avatar .avatar-frame img {
  width: 35px;
  height: 35px;
}
.latest-posts .blog-posts ul li {
  margin-left: -5px;
  margin-right: 0 !important;
}
.latest-posts .blog-posts .post-entry .post-terms {
  text-decoration: underline;
}
.latest-posts .blog-posts .post-entry img {
  max-height: inherit !important;
}
.latest-posts .pagination-separator {
  margin-bottom: 0;
  border-top: #C0C4CA solid 2px;
}
.latest-posts .pagination {
  margin-top: 0;
  justify-content: center;
  box-shadow: none;
  padding-bottom: 40px;
  padding-top: 20px;
}
.latest-posts .pagination a {
  font-size: 16px;
  font-weight: bold;
}
.latest-posts .pagination .page-numbers.current {
  font-size: 16px;
}
.latest-posts .pagination a.page-numbers:not(.prev):not(.next):not(:last-child)::after,
.latest-posts .pagination span.page-numbers:not(.prev):not(.next):not(:last-child)::after {
  content: "|";
  padding-left: 20px;
  padding-right: 20px;
}
.latest-posts .pagination a.page-numbers:hover {
  text-decoration: none;
}
.latest-posts .pagination a.prev, .latest-posts .pagination a.next {
  background-color: transparent;
}
.latest-posts .pagination .prev:before, .latest-posts .pagination .next:after {
  content: "";
  background-repeat: no-repeat;
  background-position: top;
  height: 30px;
  width: 30px;
  margin-top: 2px;
}
.latest-posts .pagination .prev:before {
  margin-right: 10px;
  background-image: url("/wp-content/themes/legit-script/public/images/pagination-arrow-left.png");
}
.latest-posts .pagination .next:after {
  background-image: url("/wp-content/themes/legit-script/public/images/pagination-arrow-right.png");
  margin-left: 5px;
}
.latest-posts .pagination a.page-numbers.prev, .latest-posts .pagination a.page-numbers.next {
  color: #114989;
  display: contents;
}
.latest-posts .pagination a.prev.page-numbers::after {
  content: "";
  padding-left: 15px;
}
.latest-posts p.intro {
  font-size: 24px;
  color: #2A3B4C;
  margin: 50px 0;
}
.latest-posts #news-search-form {
  margin-top: 85px;
  margin-bottom: 50px;
}
.latest-posts #news-search-form form {
  background-color: white;
}
.latest-posts #news-search-form input[type=text],
.latest-posts #news-search-form input::placeholder,
.latest-posts #news-search-form select > option {
  color: #114989 !important;
  font-size: 13px;
}
.latest-posts #news-search-form input[type=text],
.latest-posts #news-search-form select {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  background-color: #F2F3F4;
  border: none;
}
.latest-posts #news-search-form .select-wrapper label {
  position: relative;
  top: 13px;
  color: #2A3B4C;
}
.latest-posts #news-search-form .select-wrapper i.glyphicon {
  top: 50px;
  left: -50px;
}
.latest-posts #news-search-form .select-wrapper i.glyphicon.glyphicon-th {
  left: -58px;
}
.latest-posts #news-search-form .select-wrapper select {
  width: 100%;
  padding-left: 35px;
}
.latest-posts #news-search-form .checkbox-wrapper label.form-check-label {
  margin-top: 12px;
  padding-left: 12px;
}

.fl-module-latest-news-h .latest-posts li {
  display: flex;
  flex-direction: unset;
  justify-content: unset;
  margin-left: 0;
  flex-grow: 1;
  flex-basis: 0;
}
.fl-module-latest-news-h .latest-posts li .post-entry {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .fl-module-latest-news-h .latest-posts {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .fl-module-latest-news-h .latest-posts {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .fl-module-latest-news-h .latest-posts {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 576px) {
  .latest-posts {
    display: flex;
    flex-direction: column;
  }
  .latest-posts .post-entry.is-featured .row {
    flex-direction: inherit;
  }
  .latest-posts .post-entry.is-featured .row .date {
    padding-left: 40px;
  }
  .latest-posts .post-entry.is-featured .featured-img {
    margin-left: -61px !important;
    margin-right: -61px !important;
    width: auto;
  }
  .latest-posts .post-entry .row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .latest-posts .post-entry .row.green-left-border {
    flex-direction: unset;
  }
  .latest-posts .post-entry .row.mt-5, .latest-posts .post-entry .row.mt-3 {
    flex-direction: row;
  }
  .latest-posts .post-entry .row.mt-3 .date {
    padding-left: 15px;
  }
  .latest-posts .col-9 {
    padding: 0;
  }
  .latest-posts .col-9,
.latest-posts .col-3,
.latest-posts .col-4,
.latest-posts .col-8 {
    width: 100%;
    max-width: 100%;
  }
  .latest-posts .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .latest-posts .country-wrapper {
    padding: 0;
  }
  .latest-posts ul {
    /*width: 80vw;*/
    margin-left: 0;
    flex-direction: column !important;
  }
  .latest-posts ul li {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto !important;
  }
  .latest-posts #subscribe-form {
    width: 80vw;
  }
  .latest-posts #news-search-form {
    margin-top: 0;
  }
  .latest-posts .more-updates {
    margin-left: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .latest-posts {
    display: flex;
    flex-direction: column;
  }
  .latest-posts .post-entry.is-featured .row {
    flex-direction: inherit;
  }
  .latest-posts .post-entry.is-featured .row .date {
    padding-left: 40px;
  }
  .latest-posts .post-entry.is-featured .featured-img {
    margin-left: -61px !important;
    margin-right: -61px !important;
    width: auto;
  }
  .latest-posts .post-entry .row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .latest-posts .post-entry .row.green-left-border {
    flex-direction: unset;
  }
  .latest-posts .post-entry .row.mt-5, .latest-posts .post-entry .row.mt-3 {
    flex-direction: row;
  }
  .latest-posts .post-entry .row.mt-3 .date {
    padding-left: 15px;
  }
  .latest-posts .col-9 {
    padding: 0;
  }
  .latest-posts .col-9,
.latest-posts .col-3,
.latest-posts .col-4,
.latest-posts .col-8 {
    width: 100%;
    max-width: 100%;
  }
  .latest-posts .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .latest-posts .country-wrapper {
    padding: 0;
  }
  .latest-posts ul {
    /*width: 80vw;*/
    margin-left: 0;
    flex-direction: column !important;
  }
  .latest-posts ul li {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto !important;
  }
  .latest-posts #subscribe-form {
    width: 80vw;
  }
  .latest-posts #news-search-form {
    margin-top: 0;
  }
  .latest-posts .more-updates {
    margin-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .latest-posts {
    display: flex;
    flex-direction: column;
  }
  .latest-posts .post-entry.is-featured .row {
    flex-direction: inherit;
  }
  .latest-posts .post-entry.is-featured .row .date {
    padding-left: 40px;
  }
  .latest-posts .post-entry.is-featured .featured-img {
    margin-left: -61px !important;
    margin-right: -61px !important;
    width: auto;
  }
  .latest-posts .post-entry .row {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .latest-posts .post-entry .row.green-left-border {
    flex-direction: unset;
  }
  .latest-posts .post-entry .row.mt-5, .latest-posts .post-entry .row.mt-3 {
    flex-direction: row;
  }
  .latest-posts .post-entry .row.mt-3 .date {
    padding-left: 15px;
  }
  .latest-posts .col-9 {
    padding: 0;
  }
  .latest-posts .col-9,
.latest-posts .col-3,
.latest-posts .col-4,
.latest-posts .col-8 {
    width: 100%;
    max-width: 100%;
  }
  .latest-posts .col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .latest-posts .country-wrapper {
    padding: 0;
  }
  .latest-posts ul {
    /*width: 80vw;*/
    margin-left: 0;
    flex-direction: column !important;
  }
  .latest-posts ul li {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto !important;
  }
  .latest-posts #subscribe-form {
    width: 80vw;
  }
  .latest-posts #news-search-form {
    margin-top: 0;
  }
  .latest-posts .more-updates {
    margin-left: 30px;
  }
}
.latest-videos {
  background-color: #F2F3F4;
  padding-bottom: 50px;
  padding-top: 50px;
}
@media (max-width: 576px) {
  .latest-videos .video-container {
    margin-top: 10rem;
  }
}
.latest-videos h6 {
  color: #114989;
  margin-top: 20px;
  margin-bottom: 30px;
}
.latest-videos .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.latest-videos .excerpt {
  margin-top: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.latest-videos .btn {
  position: absolute;
  bottom: 0;
}
.latest-videos .dashicons {
  color: #114989;
  font-size: larger;
  margin-top: 2px;
}
.latest-videos .see-more {
  color: #2A3B4C;
  margin-left: 15px;
}
.latest-videos .video-preview img {
  max-height: 150px;
}
.latest-videos .video-preview a {
  text-decoration: none !important;
}
.latest-videos .video-preview a .title {
  margin-top: 20px;
  color: #114989;
}
.latest-videos a.more-videos {
  cursor: pointer;
  text-decoration: none !important;
}
.latest-videos a.more-videos:hover {
  text-decoration: none !important;
  color: #114989 !important;
}

@media (max-width: 576px) {
  .latest-videos .excerpt {
    height: 220px;
  }
}
@media (max-width: 976px) {
  .latest-videos .video-preview {
    height: auto;
  }
}
#subscribe-form {
  background-color: #DFE4EB;
  width: 250px;
  padding: 20px;
}
#subscribe-form form .form-control,
#subscribe-form form select {
  font-size: 14px;
  line-height: 2;
}
#subscribe-form form h2 {
  margin-top: 0 !important;
  font-size: 20px !important;
  font-weight: 100;
}
#subscribe-form form label {
  font-size: 14px;
}
#subscribe-form form #country {
  width: 100%;
  border: 0;
  height: 40px;
}
#subscribe-form .btn.btn-primary {
  margin-top: 10px;
  font-size: 16px;
}

@media (max-width: 576px) {
  .page-blog .ls-page .post-entry .col.date {
    padding-left: 15px !important;
  }
}
@media (max-width: 576px) {
  .page-blog .ls-page .post-entry {
    display: flex;
    flex-direction: column;
  }
  .page-blog .ls-page .post-entry div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .page-blog .ls-page .post-entry div img {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .page-blog .ls-page .post-entry {
    display: flex;
    flex-direction: column;
  }
  .page-blog .ls-page .post-entry div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .page-blog .ls-page .post-entry div img {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .page-blog .ls-page .post-entry {
    display: flex;
    flex-direction: column;
  }
  .page-blog .ls-page .post-entry div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .page-blog .ls-page .post-entry div img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.ls-page {
  min-height: 70vh;
}
.ls-page .hero-bg {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-color: #5e6166;
  background-position: top;
  background-size: cover;
  z-index: -5;
  opacity: 1;
  min-height: 100%;
  position: relative;
  margin-top: -50px;
}
.ls-page .hero-bg .overlay {
  min-height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.ls-page .wrapper {
  color: white;
  width: 100%;
  margin-top: 50px;
  z-index: 1;
  padding: 60px 20px !important;
}
@media (max-width: 576px) {
  .ls-page .wrapper {
    margin-top: 60px !important;
  }
}
.ls-page .wrapper h1, .ls-page .wrapper h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.ls-page .wrapper .intro {
  font-size: 18px;
  max-width: 50%;
  font-weight: 100;
}
.ls-page img.hex {
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.ls-page .copy {
  font-size: 22px;
  font-weight: bold;
  color: #114989;
}

@media (max-width: 576px) {
  .ls-page h1, .ls-page h2, .ls-page .intro {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
  }
  .ls-page .hero-bg.has-subtitle {
    height: 550px;
  }
  .ls-page .wrapper {
    top: 80px;
  }
  .ls-page .wrapper .intro {
    max-width: 100% !important;
  }
  .ls-page .copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.our-customers {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 65px 0;
}
.our-customers .title {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .our-customers .title {
    text-align: center;
  }
}
.our-customers .components-base-control.title input[type=text],
.our-customers h4 {
  color: #114989;
  font-size: 26px;
  text-align: center;
}
.our-customers ul.images-container {
  justify-content: center;
  text-align: center;
  list-style: none;
  display: flex;
  max-width: max-content !important;
  /*
  padding-left: 20%;
  padding-right: 20%;
  */
  gap: 50px;
}
.our-customers ul.images-container li {
  margin: 0 !important;
}

@media (max-width: 576px) {
  .our-customers ul {
    flex-direction: column;
  }
  .our-customers ul li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.link-bar,
.wp-block-create-block-link-bar {
  background-color: #2072C6;
}
.link-bar .components-base-control__help,
.wp-block-create-block-link-bar .components-base-control__help {
  color: white;
  text-shadow: 2px 2px black;
}
.link-bar h4,
.wp-block-create-block-link-bar h4 {
  color: white;
  font-size: 26px;
  text-align: center;
  padding-top: 30px;
}
.link-bar ul.links-container,
.wp-block-create-block-link-bar ul.links-container {
  list-style: none;
  padding: 30px;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  max-width: max-content !important;
}
@media (max-width: 576px) {
  .link-bar ul.links-container,
.wp-block-create-block-link-bar ul.links-container {
    text-align: center;
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .link-bar ul.links-container,
.wp-block-create-block-link-bar ul.links-container {
    text-align: center;
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .link-bar ul.links-container,
.wp-block-create-block-link-bar ul.links-container {
    text-align: center;
    flex-direction: column;
  }
}
.link-bar ul.links-container li,
.wp-block-create-block-link-bar ul.links-container li {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.link-bar ul.links-container li a,
.wp-block-create-block-link-bar ul.links-container li a {
  color: white;
  cursor: pointer;
  border-bottom: none;
  text-decoration: none;
}
.link-bar ul.links-container li a:hover,
.wp-block-create-block-link-bar ul.links-container li a:hover {
  color: white;
  text-decoration: none;
}
.link-bar ul.links-container li a span.underline:hover,
.wp-block-create-block-link-bar ul.links-container li a span.underline:hover {
  text-decoration: underline;
  color: white;
}
.link-bar ul.links-container li button,
.wp-block-create-block-link-bar ul.links-container li button {
  background-color: white;
  color: #114989;
}
.link-bar ul.links-container li:not(:last-child) a::after,
.wp-block-create-block-link-bar ul.links-container li:not(:last-child) a::after {
  content: "|";
  padding: 0 8px;
}
@media (max-width: 576px) {
  .link-bar ul.links-container li:not(:last-child) a::after,
.wp-block-create-block-link-bar ul.links-container li:not(:last-child) a::after {
    content: "";
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .link-bar ul.links-container li:not(:last-child) a::after,
.wp-block-create-block-link-bar ul.links-container li:not(:last-child) a::after {
    content: "";
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .link-bar ul.links-container li:not(:last-child) a::after,
.wp-block-create-block-link-bar ul.links-container li:not(:last-child) a::after {
    content: "";
  }
}

.wp-block-create-block-contact-buttons {
  background-color: #2A3B4C;
  background-image: url("/wp-content/themes/legit-script/public/images/pattern-p-background.png");
  padding-bottom: 35px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .wp-block-create-block-contact-buttons {
    background-image: url("/wp-content/themes/legit-script/public/images/pattern-p-background-mobile.png");
  }
}
.wp-block-create-block-contact-buttons .components-base-control.title input[type=text],
.wp-block-create-block-contact-buttons .h7.title {
  padding-top: 35px;
  color: white;
  text-align: center;
  background-color: transparent;
  font-size: 20px;
}
.wp-block-create-block-contact-buttons label {
  color: white;
}
.wp-block-create-block-contact-buttons ul.contact-buttons-container {
  list-style: none;
  text-align: center;
  padding-left: 0;
  margin-top: 15px !important;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: bold;
}
.wp-block-create-block-contact-buttons ul.contact-buttons-container li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}
.wp-block-create-block-contact-buttons ul.contact-buttons-container li a {
  color: white;
  cursor: pointer;
  border-bottom: none;
}
.wp-block-create-block-contact-buttons ul.contact-buttons-container li a:hover {
  text-decoration: underline;
  color: white;
}
.wp-block-create-block-contact-buttons ul.contact-buttons-container li button,
.wp-block-create-block-contact-buttons ul.contact-buttons-container li .btn {
  background-color: white;
  color: #114989;
  min-width: 150px;
}
.wp-block-create-block-contact-buttons ul.contact-buttons-container li .btn {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}
.wp-block-create-block-contact-buttons ul.contact-buttons-container li .btn:hover {
  color: #114989;
  text-decoration: none;
}

@media (max-width: 576px) {
  .wp-block-create-block-contact-buttons ul.contact-buttons-container {
    margin-left: 0;
  }
  .wp-block-create-block-contact-buttons ul.contact-buttons-container li {
    padding-bottom: 20px;
  }
}
.wp-block-create-block-downloads {
  padding-top: 65px;
  padding-bottom: 65px;
}
.wp-block-create-block-downloads .title {
  margin-bottom: 30px;
}
.wp-block-create-block-downloads ul.downloads-container {
  list-style: none;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  padding-left: 0;
}
.wp-block-create-block-downloads ul.downloads-container li {
  margin-left: 0;
  width: 100%;
}
.wp-block-create-block-downloads ul.downloads-container li:not(:first-child) {
  margin-left: 20px;
}
.wp-block-create-block-downloads ul.downloads-container li .download-preview {
  height: 220px;
  max-width: 330px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
}
.wp-block-create-block-downloads ul.downloads-container li .download-preview .copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: rgba(0, 114, 198, 0.9);
  padding: 15px;
  text-align: left;
  color: white;
  width: 100%;
}
.wp-block-create-block-downloads ul.downloads-container li .download-preview .copy .btn-wrapper {
  text-align: start;
  margin-top: 10px;
}
.wp-block-create-block-downloads ul.downloads-container li .download-preview .copy .body-copy-text2 {
  text-align: left;
  color: white;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-block-create-block-downloads ul.downloads-container li a {
  color: white;
  cursor: pointer;
  border-bottom: none;
}
.wp-block-create-block-downloads ul.downloads-container li a:hover {
  text-decoration: underline;
  color: white;
}
.wp-block-create-block-downloads ul.downloads-container li button,
.wp-block-create-block-downloads ul.downloads-container li .btn {
  background-color: white;
  color: #114989;
}
.wp-block-create-block-downloads ul.downloads-container li .btn {
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
}
.wp-block-create-block-downloads ul.downloads-container li .btn:hover {
  color: #114989;
  text-decoration: none;
}

@media (max-width: 576px) {
  .wp-block-create-block-downloads ul.downloads-container {
    flex-direction: column !important;
    margin-left: 0;
  }
  .wp-block-create-block-downloads ul.downloads-container li {
    width: 100%;
    margin-left: 0 !important;
    padding-bottom: 20px;
  }
}
.marketo-container {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .marketo-container .col-md-12 {
    padding-right: 0;
    padding-left: 0;
  }
}
.marketo-container h3.gform_title {
  font-size: 30px;
  color: #114989;
  padding-left: 15px;
}
.marketo-container #marketo-form-wrap,
.marketo-container #subscribe-form,
.marketo-container #contact-form {
  background-color: #DFE4EB;
  width: 350px !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .marketo-container #marketo-form-wrap,
.marketo-container #subscribe-form,
.marketo-container #contact-form {
    width: 100% !important;
  }
}
.marketo-container #marketo-form-wrap h2,
.marketo-container #subscribe-form h2,
.marketo-container #contact-form h2 {
  color: #114989;
  font-size: 22px;
  padding-top: 30px;
  margin-bottom: 0;
  padding-left: 20px;
}
.marketo-container #marketo-form-wrap form,
.marketo-container #subscribe-form form,
.marketo-container #contact-form form {
  padding: 15px;
  padding-bottom: 0;
  color: #2A3B4C !important;
  width: 350px !important;
  font-family: "canada-type-gibson", "Helvetica", "Arial", sans-serif !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .marketo-container #marketo-form-wrap form,
.marketo-container #subscribe-form form,
.marketo-container #contact-form form {
    width: 100% !important;
  }
}
.marketo-container #marketo-form-wrap form .mktoAsterix,
.marketo-container #marketo-form-wrap form .gfield_required.gfield_required_asterisk,
.marketo-container #subscribe-form form .mktoAsterix,
.marketo-container #subscribe-form form .gfield_required.gfield_required_asterisk,
.marketo-container #contact-form form .mktoAsterix,
.marketo-container #contact-form form .gfield_required.gfield_required_asterisk {
  float: left !important;
}
.marketo-container #marketo-form-wrap form .gfield_required.gfield_required_asterisk,
.marketo-container #subscribe-form form .gfield_required.gfield_required_asterisk,
.marketo-container #contact-form form .gfield_required.gfield_required_asterisk {
  margin-right: 5px;
}
.marketo-container #marketo-form-wrap form .mktoLabel,
.marketo-container #subscribe-form form .mktoLabel,
.marketo-container #contact-form form .mktoLabel {
  font-weight: 400;
  font-size: 14px !important;
}
.marketo-container #marketo-form-wrap form .mktoField,
.marketo-container #subscribe-form form .mktoField,
.marketo-container #contact-form form .mktoField {
  margin-top: 10px;
  font-size: 16px;
  width: 95% !important;
  border: 0;
  height: 40px;
}
.marketo-container #marketo-form-wrap form .mktoButton,
.marketo-container #marketo-form-wrap form .gform_button.button,
.marketo-container #subscribe-form form .mktoButton,
.marketo-container #subscribe-form form .gform_button.button,
.marketo-container #contact-form form .mktoButton,
.marketo-container #contact-form form .gform_button.button {
  text-shadow: none;
  box-shadow: none;
  margin-top: 10px;
  font-size: 16px;
  padding: 10px 25px;
  border-radius: 5px;
  background-image: none;
  background-color: #114989;
  border-color: #114989;
  font: normal 16px "canada-type-gibson", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.marketo-container #marketo-form-wrap form .mktoButton:hover,
.marketo-container #marketo-form-wrap form .gform_button.button:hover,
.marketo-container #subscribe-form form .mktoButton:hover,
.marketo-container #subscribe-form form .gform_button.button:hover,
.marketo-container #contact-form form .mktoButton:hover,
.marketo-container #contact-form form .gform_button.button:hover {
  background-color: #2072C6 !important;
  border-color: #2072C6 !important;
}
.marketo-container.modal-body {
  margin: 0;
  padding: 0;
}
.marketo-container.modal-body #marketo-form-wrap {
  width: 100% !important;
}
.marketo-container.modal-body #marketo-form-wrap form {
  width: 100% !important;
  padding-left: 40px;
  padding-right: 40px;
}
.marketo-container.modal-body #marketo-form-wrap form .mktoField {
  width: 100% !important;
}
.marketo-container.modal-body #marketo-form-wrap form .mktoFormCol {
  width: 50%;
}
.marketo-container.modal-body #marketo-form-wrap form .mktoFieldWrap {
  width: 90%;
}
.marketo-container.modal-body #marketo-form-wrap form textarea {
  height: auto;
}
.marketo-container #subscribe-form {
  width: 250px !important;
}
.marketo-container #subscribe-form .title {
  padding-left: 0;
}
.marketo-container #subscribe-form form {
  width: 230px !important;
  padding-left: 0 !important;
}
.marketo-container #subscribe-form form .mktoFormCol,
.marketo-container #subscribe-form form .mktoLabel {
  width: 220px !important;
}
.marketo-container #subscribe-form form .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}
.marketo-container #subscribe-form form .mktoButtonRow .mktoButtonWrap .mktoButton {
  margin-bottom: 0;
}
.marketo-container .gform_wrapper {
  margin-bottom: 0;
}
.marketo-container .gform_wrapper #gform_fields_3 {
  max-width: unset !important;
}
.marketo-container .gform_wrapper .gform_body.gform-body {
  color: #2A3B4C !important;
}
.marketo-container .gform_wrapper .gform_body.gform-body .gfield_label,
.marketo-container .gform_wrapper .gform_body.gform-body .gfield_description.gfield_consent_description {
  font-weight: 400;
  font-size: 14px !important;
}
.marketo-container .gform_wrapper .gform_body.gform-body .gfield_consent_label {
  width: 90%;
}
.marketo-container .gform_wrapper .gform_body.gform-body select {
  border: none !important;
}
.marketo-container .gform_wrapper .gform_body.gform-body input:not([type=checkbox]), .marketo-container .gform_wrapper .gform_body.gform-body select {
  height: 40px;
}
.marketo-container .gform_wrapper .gform_body.gform-body ul.gfield_checkbox {
  margin-left: 10px;
  margin-top: 0;
}
.marketo-container .gform_wrapper .gform_body.gform-body .gfield_description.gfield_consent_description {
  border: none;
  overflow: hidden;
}

#page .wp-block-create-block-contact-form .marketo-container #contact-form {
  width: 100% !important;
}
#page .wp-block-create-block-contact-form .marketo-container #contact-form form {
  width: 100% !important;
}
#page .wp-block-create-block-contact-form .marketo-container #contact-form form .mktoField {
  width: 100% !important;
}
#page .wp-block-create-block-contact-form .marketo-container #contact-form form .mktoFormCol {
  width: 50%;
}
#page .wp-block-create-block-contact-form .marketo-container #contact-form form .mktoFieldWrap {
  width: 90%;
}
#page .wp-block-create-block-contact-form .marketo-container #contact-form form textarea {
  height: 40px;
}
#page .wp-block-create-block-contact-form .marketo-container #contact-form form .mktoButtonRow {
  margin-left: 50%;
  margin-bottom: 0;
  position: absolute;
  top: 352px;
}
#page .wp-block-create-block-contact-form .marketo-container #contact-form form .mktoButtonRow .mktoButton {
  margin-bottom: 0;
}
#page .wp-block-create-block-contact-form .marketo-container #contact-form form .mktoButtonRow span.mktoButtonWrap {
  margin-left: -10px !important;
}

#page .wp-block-create-block-marketo-form .marketo-container.modal-body form input[name=reportaWebsite], #page .wp-block-create-block-marketo-form .marketo-container.modal-body form input[name=reportaProduct] {
  width: 210% !important;
}

#page .fl-module.fl-module-marketo-form.aside-form .wp-block-create-block-marketo-form .full-width {
  width: 100%;
  left: auto;
  right: auto;
  margin-left: auto;
  margin-right: auto;
}
#page .fl-module.fl-module-marketo-form.aside-form .wp-block-create-block-marketo-form form {
  padding-bottom: 40px;
}
#page .fl-module.fl-module-marketo-form.aside-form .wp-block-create-block-marketo-form form .mktoFormCol {
  width: 100%;
}

#contactUsModal .modal-header {
  background-color: #DFE4EB;
}
#contactUsModal .modal-header .close {
  margin-top: 10px;
  margin-right: 5px;
  color: #114989;
}
#contactUsModal h5.modal-title {
  color: #114989;
  font-size: 22px;
  padding-top: 30px;
  margin-bottom: 0;
  padding-left: 40px;
}
#contactUsModal form .mktoButtonRow .mktoButtonWrap button.mktoButton {
  margin-bottom: 40px;
}

@media (max-width: 576px) {
  .marketo-container.modal-body #marketo-form-wrap form .mktoFormCol {
    width: 100%;
  }
  .marketo-container.modal-body #marketo-form-wrap form .mktoButtonRow .mktoButtonWrap.mktoCupidGreen {
    margin-left: auto !important;
  }

  #page .wp-block-create-block-contact-form .marketo-container #contact-form form .mktoFormCol {
    width: 100%;
  }
  #page .wp-block-create-block-contact-form .marketo-container #contact-form form .mktoButtonRow {
    top: auto;
    margin-left: 10px;
    position: relative;
  }

  #page .wp-block-create-block-marketo-form .marketo-container.modal-body form input[name=reportaWebsite], #page .wp-block-create-block-marketo-form .marketo-container.modal-body form input[name=reportaProduct] {
    width: 100% !important;
  }
}
.wp-block-create-block-pricing-matrix .title {
  margin-bottom: 20px;
  color: #114989;
}
.wp-block-create-block-pricing-matrix table {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-create-block-pricing-matrix table.table-bordered td, .wp-block-create-block-pricing-matrix table.table-bordered th {
  border-width: 2px;
}
.wp-block-create-block-pricing-matrix table thead tr th {
  padding: 14px;
}
.wp-block-create-block-pricing-matrix table th {
  text-align: center;
  font-weight: normal;
  background-color: #CDECF8;
}
.wp-block-create-block-pricing-matrix table td {
  text-align: center;
}

ul.product-list {
  list-style: none;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-left: 0;
}
ul.product-list li {
  width: 350px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  ul.product-list li {
    width: 185px;
  }
}
ul.product-list li h6 {
  color: #114989;
  margin-bottom: 13px;
}
ul.product-list li p {
  line-height: 21px;
  margin-bottom: 1.5rem;
}
ul.product-list li p.excerpt {
  color: #2A3B4C;
  margin-top: 15px;
}
ul.product-list li p.excerpt a {
  text-decoration: none;
}
ul.product-list li p.excerpt a:hover {
  text-decoration: none;
}
ul.product-list li a.btn-primary {
  text-decoration: none;
  color: white;
}
ul.product-list li a.btn-primary:hover {
  text-decoration: none;
}
ul.product-list .product-image,
ul.product-list img {
  height: auto;
  max-height: 245px;
  background-position: center;
}
ul.product-list .product-image {
  height: 175px;
  margin-bottom: 12px;
  background-repeat: no-repeat;
}

@media (max-width: 576px) {
  ul.product-list {
    margin-left: 0;
    flex-direction: column !important;
  }
  ul.product-list li {
    margin-left: 0;
    width: auto;
  }
}
/* About page styles */
@media (max-width: 576px) {
  .page-about .wp-block-create-block-services ul.services-container .copy {
    padding-top: 30px;
  }
  .page-about .wp-block-create-block-services ul.services-container .copy div.h8 {
    margin-top: 0;
  }
}

.wp-block-create-block-services .title, .wp-block-create-block-services h6 {
  margin-bottom: 30px;
}
.wp-block-create-block-services ul.services-container {
  list-style: none;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
  max-width: max-content !important;
  padding-left: 0;
}
@media (max-width: 576px) {
  .wp-block-create-block-services ul.services-container {
    justify-content: center;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-services ul.services-container {
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-services ul.services-container {
    justify-content: center;
  }
}
.wp-block-create-block-services ul.services-container li {
  flex: 0 0 32%;
  margin-left: 0;
}
.wp-block-create-block-services ul.services-container li .h8,
.wp-block-create-block-services ul.services-container li .body-copy-text1 {
  margin-top: 20px;
}
.wp-block-create-block-services ul.services-container li .body-copy-text1 {
  text-align: left;
}
.wp-block-create-block-services ul.services-container li a.title {
  text-decoration: none;
}
.wp-block-create-block-services ul.services-container li img {
  max-height: 45px;
}

@media (max-width: 576px) {
  .wp-block-create-block-services ul.services-container {
    flex-direction: column !important;
    margin-left: 0;
  }
}
/* About page styles */
.page-about .wp-block-create-block-standard-paragraph .container-wrapper .row.mt-3 {
  padding-bottom: 0;
}
.page-about .wp-block-create-block-standard-paragraph-with-image .full-width .col .row {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .page-about .wp-block-create-block-standard-paragraph-with-image .full-width.image {
    min-height: 740px;
  }
}

/* Adiction treatment certification page styles */
.page-addiction-treatment-certification .wp-block-create-block-standard-paragraph .row {
  padding-bottom: 0;
}
.page-addiction-treatment-certification .wp-block-create-block-standard-paragraph-with-image .row {
  padding-top: 0;
  padding-bottom: 0 !important;
}

/* https://germinate.atlassian.net/browse/LEG-144 */
.wp-block-create-block-standard-paragraph,
.wp-block-create-block-standard-paragraph-with-image {
  color: #2A3B4C;
}
.wp-block-create-block-standard-paragraph .row,
.wp-block-create-block-standard-paragraph-with-image .row {
  padding-top: 65px;
  padding-bottom: 65px;
}

@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph .container-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph .container-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph .container-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.wp-block-create-block-standard-paragraph .container-wrapper .body-copy-text1 {
  color: #2A3B4C;
}
.wp-block-create-block-standard-paragraph .container-wrapper .body-copy-text1.subtitle {
  text-transform: uppercase;
  color: #2A3B4C;
  margin-bottom: 1.8rem;
}
.wp-block-create-block-standard-paragraph .container-wrapper p {
  width: 78%;
  margin-bottom: 2rem;
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph .container-wrapper p {
    width: 100%;
  }
}
.wp-block-create-block-standard-paragraph .container-wrapper .row {
  padding-top: 0;
}

@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image {
    flex-direction: column;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right {
    flex-direction: column;
  }
}
@media (max-width: 576px) and (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px !important;
  }
}
@media (max-width: 576px) and (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy .row {
    padding: 0;
  }
}
@media (max-width: 576px) and (min-width: 1200px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy .row {
    padding: 0;
  }
}
@media (max-width: 576px) and (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left {
    flex-direction: column;
  }
}
@media (max-width: 576px) and (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 40px;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .offset-lg-3 {
    padding: 0;
    margin-right: 0;
  }
}
@media (max-width: 576px) and (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .row {
    padding: 0;
  }
}
@media (max-width: 576px) and (min-width: 1200px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .row {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy .row {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy .row {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left {
    flex-direction: column;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 40px;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .offset-lg-3 {
    padding: 0;
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .row {
    padding: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) and (min-width: 1200px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .row {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy .row {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 1200px) {
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.right .copy .row {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    padding-left: 60px;
    padding-right: 40px;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .offset-lg-3 {
    padding: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .row {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 1200px) {
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy h6.title {
    margin-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .row.left .copy .row {
    padding: 0;
  }
}
.wp-block-create-block-standard-paragraph-with-image .image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.wp-block-create-block-standard-paragraph-with-image .image.left, .wp-block-create-block-standard-paragraph-with-image .image.right {
  margin: 60px 0;
  height: 445px !important;
  max-width: 100%;
  flex: 1;
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .image.left, .wp-block-create-block-standard-paragraph-with-image .image.right {
    margin: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .image.left, .wp-block-create-block-standard-paragraph-with-image .image.right {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .image.left, .wp-block-create-block-standard-paragraph-with-image .image.right {
    margin: 0;
  }
}
.wp-block-create-block-standard-paragraph-with-image .image.left {
  margin-right: -200px;
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .image.left {
    margin-right: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .image.left {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .image.left {
    margin-right: 0;
  }
}
.wp-block-create-block-standard-paragraph-with-image .image.right {
  margin-left: -200px;
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .image.right {
    margin-left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-standard-paragraph-with-image .image.right {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-standard-paragraph-with-image .image.right {
    margin-left: 0;
  }
}
.wp-block-create-block-standard-paragraph-with-image .full-width {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.wp-block-create-block-standard-paragraph-with-image .full-width.image, .wp-block-create-block-standard-paragraph-with-image .full-width.has-background-color {
  max-width: unset;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.wp-block-create-block-standard-paragraph-with-image .full-width .row.left {
  justify-content: flex-start;
}
.wp-block-create-block-standard-paragraph-with-image .full-width .row.right {
  justify-content: flex-end;
}
.wp-block-create-block-standard-paragraph-with-image .full-width.has-background-color > .row {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-create-block-standard-paragraph-with-image .full-width .body-copy-text1 {
  color: #2A3B4C;
}
.wp-block-create-block-standard-paragraph-with-image .full-width .body-copy-text1.subtitle {
  text-transform: uppercase;
  color: #2A3B4C;
  margin-bottom: 1.8rem;
}
.wp-block-create-block-standard-paragraph-with-image .full-width p {
  margin-bottom: 2rem;
}
.wp-block-create-block-standard-paragraph-with-image .full-width .left {
  padding-left: 0;
}
.wp-block-create-block-standard-paragraph-with-image .full-width .left .offset-lg-3 {
  margin-left: 0;
  margin-right: 15%;
  padding-left: 15px;
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .full-width.image {
    padding-top: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .full-width.image .title {
    margin-top: 0;
  }
}
.wp-block-create-block-standard-paragraph-with-image .full-width.image .subtitle, .wp-block-create-block-standard-paragraph-with-image .full-width.image p {
  color: #FFF;
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .full-width.image .col-auto {
    padding: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .full-width.image .col-auto a:after {
    color: #FFF;
  }
}
@media (max-width: 576px) {
  .wp-block-create-block-standard-paragraph-with-image .col-auto {
    display: flex;
    padding: 0;
  }
  .wp-block-create-block-standard-paragraph-with-image .col-auto a {
    width: 65%;
  }
  .wp-block-create-block-standard-paragraph-with-image .col-auto a:after {
    content: "";
  }
}

.wp-block-create-block-case-study {
  padding-top: 65px;
  padding-bottom: 0 !important;
}
.wp-block-create-block-case-study .container-wrapper {
  padding-bottom: 65px;
}
.wp-block-create-block-case-study .container-wrapper .image {
  box-shadow: 2px -2px 15px #a9a9a95c;
  max-height: 310px;
}
.wp-block-create-block-case-study .copy {
  padding-top: 50px;
  padding-left: 50px;
  margin-right: 10px;
}
.wp-block-create-block-case-study .copy h6.title {
  margin-top: 0;
  margin-bottom: 10px;
}
.wp-block-create-block-case-study .copy p {
  color: #2A3B4C;
}
.wp-block-create-block-case-study .copy p.h7 {
  color: #2A3B4C;
}
.wp-block-create-block-case-study .copy .link a {
  font-size: 16px;
}
@media (max-width: 576px) {
  .wp-block-create-block-case-study {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  .wp-block-create-block-case-study .row {
    padding: 0;
  }
  .wp-block-create-block-case-study .row.right {
    flex-direction: column-reverse;
  }
  .wp-block-create-block-case-study .row .image {
    background-image: none !important;
    height: 170px;
    min-height: 0 !important;
  }
  .wp-block-create-block-case-study .row .image .mobile-image {
    height: 170px;
    background-size: cover;
  }
  .wp-block-create-block-case-study .row .image:nth-child(1) {
    min-height: unset !important;
    height: auto !important;
    display: inline-table !important;
  }
  .wp-block-create-block-case-study .row .copy {
    margin-top: 30px !important;
    padding-top: 0;
    padding-bottom: 0 !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .wp-block-create-block-case-study .row .copy .link a:after {
    content: "";
  }
}

.wp-block-create-block-inside-stories .full-width {
  background-color: #F2F3F4;
  padding-bottom: 80px;
}
.wp-block-create-block-inside-stories .title {
  padding-top: 80px;
  text-align: center;
}
.wp-block-create-block-inside-stories ul.stories-container {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  max-width: max-content;
  padding-left: 0;
}
@media (max-width: 576px) {
  .wp-block-create-block-inside-stories ul.stories-container {
    width: 90%;
    flex-direction: column;
    margin: auto;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-inside-stories ul.stories-container {
    width: 90%;
    flex-direction: column;
    margin: auto;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-inside-stories ul.stories-container {
    width: 90%;
    flex-direction: column;
    margin: auto;
  }
}
.wp-block-create-block-inside-stories ul.stories-container li {
  flex-basis: 31%;
  margin-left: 0;
}
.wp-block-create-block-inside-stories ul.stories-container li .story-box {
  margin-top: 150px;
  box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  border: 0;
  text-align: center;
  padding: 30px;
  background-color: white;
}
.wp-block-create-block-inside-stories ul.stories-container li .story-box img {
  margin-top: -140px;
}
.wp-block-create-block-inside-stories ul.stories-container li .story-box p {
  color: #2A3B4C;
}
.wp-block-create-block-inside-stories ul.stories-container li .story-box h6,
.wp-block-create-block-inside-stories ul.stories-container li .story-box .h7,
.wp-block-create-block-inside-stories ul.stories-container li .story-box .link {
  text-align: left;
}
.wp-block-create-block-inside-stories ul.stories-container li .story-box h6 {
  padding-top: 40px;
}
.wp-block-create-block-inside-stories ul.stories-container li .story-box .link {
  margin-top: 40px;
}
.wp-block-create-block-inside-stories.block-editor-block-list__block ul.stories-container {
  gap: 0;
}

.wp-block-create-block-report-suspicious .check-legitimacy-wrap.consumer .form-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}
.wp-block-create-block-report-suspicious .check-legitimacy-wrap.consumer .form-wrapper h2 {
  padding-top: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.wp-block-create-block-report-suspicious .check-legitimacy-wrap.consumer .form-wrapper .check-legitimacy-content {
  margin-bottom: 20px;
}
.wp-block-create-block-report-suspicious .check-legitimacy-wrap.consumer .form-wrapper h4 {
  margin-bottom: 30px !important;
}
.wp-block-create-block-report-suspicious .check-legitimacy-wrap.consumer .form-wrapper h6 {
  color: #114989;
}

.wp-block-create-block-quote {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
.wp-block-create-block-quote img {
  max-width: 85%;
}
.wp-block-create-block-quote .components-base-control.quote input[type=text],
.wp-block-create-block-quote h3 {
  color: #2072C6;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 100;
  padding-left: 15px;
  padding-top: 10px;
}
.wp-block-create-block-quote .components-base-control.quote input[type=text]::before, .wp-block-create-block-quote .components-base-control.quote input[type=text]::after,
.wp-block-create-block-quote h3::before,
.wp-block-create-block-quote h3::after {
  font-size: 100px;
  font-style: normal;
  height: 82px;
  position: absolute;
  z-index: 1;
  font-family: auto;
  color: #2072C6;
  opacity: 0.9;
}
.wp-block-create-block-quote .components-base-control.quote input[type=text]::before,
.wp-block-create-block-quote h3::before {
  content: "“";
  top: -20px;
  left: -25px;
}
.wp-block-create-block-quote .components-base-control.quote input[type=text]::after,
.wp-block-create-block-quote h3::after {
  content: "”";
  margin-top: -15px;
  padding-left: 0;
}
.wp-block-create-block-quote .components-base-control.credit input[type=text],
.wp-block-create-block-quote p.credit {
  color: #2072C6;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 100;
}
.wp-block-create-block-quote .link > a {
  color: #114989 !important;
  text-decoration: underline;
}
.wp-block-create-block-quote .link > a .bi-chevron-right {
  font-size: 14px;
  margin-left: 5px;
  color: #114989;
}

@media (max-width: 576px) {
  .wp-block-create-block-quote h3 {
    padding-top: 30px;
  }
  .wp-block-create-block-quote h3::before, .wp-block-create-block-quote h3::after {
    font-size: 80px;
  }
  .wp-block-create-block-quote h3::before {
    left: 10px;
  }
  .wp-block-create-block-quote h3::after {
    margin-top: -15px;
  }
}
.wp-block-create-block-report-addiction .full-width {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.wp-block-create-block-report-addiction .row.container-wrapper {
  padding-left: 65px;
  padding-right: 65px;
}
@media (max-width: 576px) {
  .wp-block-create-block-report-addiction .row.container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.wp-block-create-block-report-addiction .check-legitimacy-content {
  padding: 10px;
  margin-bottom: 65px;
}
@media (max-width: 576px) {
  .wp-block-create-block-report-addiction .check-legitimacy-content .spacer {
    display: none;
  }
}

.wp-block-create-block-faq {
  background-color: #F2F3F4;
  padding-bottom: 50px;
}
.wp-block-create-block-faq .faq-item-title {
  margin-left: -60px;
  cursor: pointer;
}
.wp-block-create-block-faq .faq-item-title .title input.components-text-control__input[type=text] {
  margin-top: 0;
}
.wp-block-create-block-faq span.dashicons {
  color: #114989;
  font-size: larger;
  margin-right: 20px;
}
.wp-block-create-block-faq .h8 .col {
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 0;
}
.wp-block-create-block-faq .faq-item-title.h8 a {
  text-decoration: none;
}
.wp-block-create-block-faq .faq-item-title.h8 a:hover {
  text-decoration: none;
}
.wp-block-create-block-faq .edit-block .offset-0 {
  margin-left: 50px;
}
.wp-block-create-block-faq .save-block .offset-0 {
  margin-left: 48px;
}
.wp-block-create-block-faq .save-block .offset-0 ul {
  margin-left: 20px !important;
}
.wp-block-create-block-faq ul li.has-indent {
  margin-left: 40px !important;
}
.wp-block-create-block-faq ul li.has-indent span {
  padding-left: 0 !important;
}
.wp-block-create-block-faq p {
  width: 75%;
}
@media (max-width: 576px) {
  .wp-block-create-block-faq p {
    width: 100%;
  }
}
.wp-block-create-block-faq .fl-accordion-button {
  padding-top: 20px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}
.wp-block-create-block-faq .fl-accordion-button a {
  text-decoration: none !important;
}
.wp-block-create-block-faq .fl-accordion-button a:hover {
  text-decoration: none !important;
}
.wp-block-create-block-faq .fl-accordion-button a:focus {
  outline: none;
}
.wp-block-create-block-faq .fl-accordion-item {
  border-top-color: #C0C4CA !important;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-left: 20px;
}
.wp-block-create-block-faq .fl-accordion-item:last-child {
  margin-bottom: 0;
}
.wp-block-create-block-faq .fl-accordion-button-icon {
  color: #114989;
  font-size: 16px;
  /*font-weight: 500; Not supported by FA??? */
  -webkit-text-stroke: 1px white;
  opacity: 1;
  padding-right: 20px;
}
.wp-block-create-block-faq .fl-accordion-content {
  padding-left: 40px;
  font-size: 16px;
  font-weight: 100;
}

@media (max-width: 576px) {
  .wp-block-create-block-faq .faq-item-title {
    margin-left: -20px;
    padding-bottom: 0 !important;
  }
  .wp-block-create-block-faq .faq-item-title .col-1 {
    margin-right: 10px;
  }
  .wp-block-create-block-faq .offset-0 {
    margin-left: 20px !important;
  }
}
.wp-block-create-block-contact-form .full-width {
  padding-top: 65px;
  padding-bottom: 65px;
}
.wp-block-create-block-contact-form h6 {
  margin-bottom: 1rem;
}
.wp-block-create-block-contact-form .body-copy-text1 {
  color: #2A3B4C;
}

.wp-block-create-block-video-feature {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #F3F4F5;
}
.wp-block-create-block-video-feature .image-block {
  min-height: 300px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 576px) {
  .wp-block-create-block-video-feature .image-block {
    background-position: left;
    min-height: 150px;
  }
}
.wp-block-create-block-video-feature .body-copy-text1 p {
  margin-bottom: 1.8rem;
}

.ls-page.not-found #hero h1 {
  width: 100% !important;
}
.ls-page.not-found h6 {
  padding-top: 65px;
  padding-bottom: 65px;
}
.ls-page.not-found form {
  margin-bottom: 65px;
}

.block-editor-block-list__layout .full-width {
  width: auto;
  position: inherit;
  left: 0;
  right: auto;
  margin-left: auto;
  margin-right: auto;
}
.block-editor-block-list__layout p.rich-text {
  font-family: "canada-type-gibson";
}

.h1-hero-bg {
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/legit-script/public/images/h1-hero-bg.png");
  background-color: rgba(0, 0, 0, 0.74);
  opacity: 1;
  min-height: 276px;
}
.h1-hero-bg h1 {
  padding: 100px 10% 0 10%;
}
.h1-hero-bg .wp-block-create-block-page-banner input[type=text] {
  padding-top: 100px;
}

.wp-block-create-block-large-intro,
.wp-block-create-block-video-feature,
.wp-block-create-block-product-overview,
.wp-block-create-block-list-with-image,
.wp-block-create-block-faq,
.wp-block-create-block-pricing-matrix,
.wp-block-create-block-product-list,
.wp-block-create-block-wide-image-width-text-v2,
.wp-block-create-block-services {
  padding-top: 40px;
}
@media (max-width: 576px) {
  .wp-block-create-block-large-intro,
.wp-block-create-block-video-feature,
.wp-block-create-block-product-overview,
.wp-block-create-block-list-with-image,
.wp-block-create-block-faq,
.wp-block-create-block-pricing-matrix,
.wp-block-create-block-product-list,
.wp-block-create-block-wide-image-width-text-v2,
.wp-block-create-block-services {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-large-intro,
.wp-block-create-block-video-feature,
.wp-block-create-block-product-overview,
.wp-block-create-block-list-with-image,
.wp-block-create-block-faq,
.wp-block-create-block-pricing-matrix,
.wp-block-create-block-product-list,
.wp-block-create-block-wide-image-width-text-v2,
.wp-block-create-block-services {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-large-intro,
.wp-block-create-block-video-feature,
.wp-block-create-block-product-overview,
.wp-block-create-block-list-with-image,
.wp-block-create-block-faq,
.wp-block-create-block-pricing-matrix,
.wp-block-create-block-product-list,
.wp-block-create-block-wide-image-width-text-v2,
.wp-block-create-block-services {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.wp-block-create-block-large-intro .full-width.image,
.wp-block-create-block-large-intro .full-width.row,
.wp-block-create-block-video-feature .full-width.image,
.wp-block-create-block-video-feature .full-width.row,
.wp-block-create-block-product-overview .full-width.image,
.wp-block-create-block-product-overview .full-width.row,
.wp-block-create-block-list-with-image .full-width.image,
.wp-block-create-block-list-with-image .full-width.row,
.wp-block-create-block-faq .full-width.image,
.wp-block-create-block-faq .full-width.row,
.wp-block-create-block-pricing-matrix .full-width.image,
.wp-block-create-block-pricing-matrix .full-width.row,
.wp-block-create-block-product-list .full-width.image,
.wp-block-create-block-product-list .full-width.row,
.wp-block-create-block-wide-image-width-text-v2 .full-width.image,
.wp-block-create-block-wide-image-width-text-v2 .full-width.row,
.wp-block-create-block-services .full-width.image,
.wp-block-create-block-services .full-width.row {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wp-block-create-block-large-intro .components-base-control.title input[type=text],
.wp-block-create-block-large-intro h2,
.wp-block-create-block-video-feature .components-base-control.title input[type=text],
.wp-block-create-block-video-feature h2,
.wp-block-create-block-product-overview .components-base-control.title input[type=text],
.wp-block-create-block-product-overview h2,
.wp-block-create-block-list-with-image .components-base-control.title input[type=text],
.wp-block-create-block-list-with-image h2,
.wp-block-create-block-faq .components-base-control.title input[type=text],
.wp-block-create-block-faq h2,
.wp-block-create-block-pricing-matrix .components-base-control.title input[type=text],
.wp-block-create-block-pricing-matrix h2,
.wp-block-create-block-product-list .components-base-control.title input[type=text],
.wp-block-create-block-product-list h2,
.wp-block-create-block-wide-image-width-text-v2 .components-base-control.title input[type=text],
.wp-block-create-block-wide-image-width-text-v2 h2,
.wp-block-create-block-services .components-base-control.title input[type=text],
.wp-block-create-block-services h2 {
  margin-top: 15px;
  color: #114989 !important;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 0 !important;
  margin-bottom: 5px;
}
.wp-block-create-block-large-intro .components-base-control.subtitle input[type=text],
.wp-block-create-block-large-intro .h7.subtitle,
.wp-block-create-block-large-intro .body-copy-text1.subtitle,
.wp-block-create-block-video-feature .components-base-control.subtitle input[type=text],
.wp-block-create-block-video-feature .h7.subtitle,
.wp-block-create-block-video-feature .body-copy-text1.subtitle,
.wp-block-create-block-product-overview .components-base-control.subtitle input[type=text],
.wp-block-create-block-product-overview .h7.subtitle,
.wp-block-create-block-product-overview .body-copy-text1.subtitle,
.wp-block-create-block-list-with-image .components-base-control.subtitle input[type=text],
.wp-block-create-block-list-with-image .h7.subtitle,
.wp-block-create-block-list-with-image .body-copy-text1.subtitle,
.wp-block-create-block-faq .components-base-control.subtitle input[type=text],
.wp-block-create-block-faq .h7.subtitle,
.wp-block-create-block-faq .body-copy-text1.subtitle,
.wp-block-create-block-pricing-matrix .components-base-control.subtitle input[type=text],
.wp-block-create-block-pricing-matrix .h7.subtitle,
.wp-block-create-block-pricing-matrix .body-copy-text1.subtitle,
.wp-block-create-block-product-list .components-base-control.subtitle input[type=text],
.wp-block-create-block-product-list .h7.subtitle,
.wp-block-create-block-product-list .body-copy-text1.subtitle,
.wp-block-create-block-wide-image-width-text-v2 .components-base-control.subtitle input[type=text],
.wp-block-create-block-wide-image-width-text-v2 .h7.subtitle,
.wp-block-create-block-wide-image-width-text-v2 .body-copy-text1.subtitle,
.wp-block-create-block-services .components-base-control.subtitle input[type=text],
.wp-block-create-block-services .h7.subtitle,
.wp-block-create-block-services .body-copy-text1.subtitle {
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
}
.wp-block-create-block-large-intro h6, .wp-block-create-block-large-intro .h7,
.wp-block-create-block-video-feature h6,
.wp-block-create-block-video-feature .h7,
.wp-block-create-block-product-overview h6,
.wp-block-create-block-product-overview .h7,
.wp-block-create-block-list-with-image h6,
.wp-block-create-block-list-with-image .h7,
.wp-block-create-block-faq h6,
.wp-block-create-block-faq .h7,
.wp-block-create-block-pricing-matrix h6,
.wp-block-create-block-pricing-matrix .h7,
.wp-block-create-block-product-list h6,
.wp-block-create-block-product-list .h7,
.wp-block-create-block-wide-image-width-text-v2 h6,
.wp-block-create-block-wide-image-width-text-v2 .h7,
.wp-block-create-block-services h6,
.wp-block-create-block-services .h7 {
  color: #114989;
}
.wp-block-create-block-large-intro .body-copy-text1,
.wp-block-create-block-video-feature .body-copy-text1,
.wp-block-create-block-product-overview .body-copy-text1,
.wp-block-create-block-list-with-image .body-copy-text1,
.wp-block-create-block-faq .body-copy-text1,
.wp-block-create-block-pricing-matrix .body-copy-text1,
.wp-block-create-block-product-list .body-copy-text1,
.wp-block-create-block-wide-image-width-text-v2 .body-copy-text1,
.wp-block-create-block-services .body-copy-text1 {
  color: #2A3B4C;
}
.wp-block-create-block-large-intro .components-base-control.title input[type=text],
.wp-block-create-block-large-intro .components-base-control.subtitle input[type=text],
.wp-block-create-block-video-feature .components-base-control.title input[type=text],
.wp-block-create-block-video-feature .components-base-control.subtitle input[type=text],
.wp-block-create-block-product-overview .components-base-control.title input[type=text],
.wp-block-create-block-product-overview .components-base-control.subtitle input[type=text],
.wp-block-create-block-list-with-image .components-base-control.title input[type=text],
.wp-block-create-block-list-with-image .components-base-control.subtitle input[type=text],
.wp-block-create-block-faq .components-base-control.title input[type=text],
.wp-block-create-block-faq .components-base-control.subtitle input[type=text],
.wp-block-create-block-pricing-matrix .components-base-control.title input[type=text],
.wp-block-create-block-pricing-matrix .components-base-control.subtitle input[type=text],
.wp-block-create-block-product-list .components-base-control.title input[type=text],
.wp-block-create-block-product-list .components-base-control.subtitle input[type=text],
.wp-block-create-block-wide-image-width-text-v2 .components-base-control.title input[type=text],
.wp-block-create-block-wide-image-width-text-v2 .components-base-control.subtitle input[type=text],
.wp-block-create-block-services .components-base-control.title input[type=text],
.wp-block-create-block-services .components-base-control.subtitle input[type=text] {
  border: 1px solid #757575;
}
.wp-block-create-block-large-intro p a,
.wp-block-create-block-video-feature p a,
.wp-block-create-block-product-overview p a,
.wp-block-create-block-list-with-image p a,
.wp-block-create-block-faq p a,
.wp-block-create-block-pricing-matrix p a,
.wp-block-create-block-product-list p a,
.wp-block-create-block-wide-image-width-text-v2 p a,
.wp-block-create-block-services p a {
  text-decoration: underline;
}
.wp-block-create-block-large-intro .rich-text,
.wp-block-create-block-video-feature .rich-text,
.wp-block-create-block-product-overview .rich-text,
.wp-block-create-block-list-with-image .rich-text,
.wp-block-create-block-faq .rich-text,
.wp-block-create-block-pricing-matrix .rich-text,
.wp-block-create-block-product-list .rich-text,
.wp-block-create-block-wide-image-width-text-v2 .rich-text,
.wp-block-create-block-services .rich-text {
  margin-left: 10px;
  font-family: "canada-type-gibson";
  border-radius: 2px;
  border: 1px dashed #757575;
  padding-left: 10px;
  margin-left: 0;
}
.wp-block-create-block-large-intro .subtitle,
.wp-block-create-block-video-feature .subtitle,
.wp-block-create-block-product-overview .subtitle,
.wp-block-create-block-list-with-image .subtitle,
.wp-block-create-block-faq .subtitle,
.wp-block-create-block-pricing-matrix .subtitle,
.wp-block-create-block-product-list .subtitle,
.wp-block-create-block-wide-image-width-text-v2 .subtitle,
.wp-block-create-block-services .subtitle {
  padding-left: 0;
}
.wp-block-create-block-large-intro .hex img,
.wp-block-create-block-video-feature .hex img,
.wp-block-create-block-product-overview .hex img,
.wp-block-create-block-list-with-image .hex img,
.wp-block-create-block-faq .hex img,
.wp-block-create-block-pricing-matrix .hex img,
.wp-block-create-block-product-list .hex img,
.wp-block-create-block-wide-image-width-text-v2 .hex img,
.wp-block-create-block-services .hex img {
  height: 60%;
}
.wp-block-create-block-large-intro .video-link,
.wp-block-create-block-video-feature .video-link,
.wp-block-create-block-product-overview .video-link,
.wp-block-create-block-list-with-image .video-link,
.wp-block-create-block-faq .video-link,
.wp-block-create-block-pricing-matrix .video-link,
.wp-block-create-block-product-list .video-link,
.wp-block-create-block-wide-image-width-text-v2 .video-link,
.wp-block-create-block-services .video-link {
  color: #114989;
  font-size: 16px;
  padding-bottom: 20px;
}
.wp-block-create-block-large-intro .video-link i.glyphicon,
.wp-block-create-block-video-feature .video-link i.glyphicon,
.wp-block-create-block-product-overview .video-link i.glyphicon,
.wp-block-create-block-list-with-image .video-link i.glyphicon,
.wp-block-create-block-faq .video-link i.glyphicon,
.wp-block-create-block-pricing-matrix .video-link i.glyphicon,
.wp-block-create-block-product-list .video-link i.glyphicon,
.wp-block-create-block-wide-image-width-text-v2 .video-link i.glyphicon,
.wp-block-create-block-services .video-link i.glyphicon {
  top: 3px;
}
.wp-block-create-block-large-intro .video-link a,
.wp-block-create-block-video-feature .video-link a,
.wp-block-create-block-product-overview .video-link a,
.wp-block-create-block-list-with-image .video-link a,
.wp-block-create-block-faq .video-link a,
.wp-block-create-block-pricing-matrix .video-link a,
.wp-block-create-block-product-list .video-link a,
.wp-block-create-block-wide-image-width-text-v2 .video-link a,
.wp-block-create-block-services .video-link a {
  color: #114989;
  text-decoration: underline;
  margin-left: 15px;
}
.wp-block-create-block-large-intro ul li,
.wp-block-create-block-video-feature ul li,
.wp-block-create-block-product-overview ul li,
.wp-block-create-block-list-with-image ul li,
.wp-block-create-block-faq ul li,
.wp-block-create-block-pricing-matrix ul li,
.wp-block-create-block-product-list ul li,
.wp-block-create-block-wide-image-width-text-v2 ul li,
.wp-block-create-block-services ul li {
  margin-left: 0;
}
.wp-block-create-block-large-intro ul li.empty,
.wp-block-create-block-video-feature ul li.empty,
.wp-block-create-block-product-overview ul li.empty,
.wp-block-create-block-list-with-image ul li.empty,
.wp-block-create-block-faq ul li.empty,
.wp-block-create-block-pricing-matrix ul li.empty,
.wp-block-create-block-product-list ul li.empty,
.wp-block-create-block-wide-image-width-text-v2 ul li.empty,
.wp-block-create-block-services ul li.empty {
  list-style: none;
}

.wp-block-create-block-product-list {
  background-color: #F2F3F4;
}

.wp-block-create-block-case-study {
  background-color: #F2F3F4;
  padding: 0;
}
.wp-block-create-block-case-study .image {
  display: block;
  min-height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wp-block-create-block-case-study .mobile-image {
  display: none;
}
.wp-block-create-block-case-study .copy {
  margin-top: auto;
  margin-bottom: auto;
}
.wp-block-create-block-case-study .copy .components-base-control.title input[type=text],
.wp-block-create-block-case-study .copy h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-create-block-case-study .copy .link {
  padding-bottom: 40px;
}
.wp-block-create-block-case-study .copy .link a {
  color: #114989;
  text-decoration: underline;
}
.wp-block-create-block-case-study .hex img {
  right: 0;
  position: absolute;
  bottom: 0;
  width: 190px;
  height: 190px;
}

form {
  background-color: #DFE4EB;
}
form .form-group.required .control-label {
  color: #5E6166;
}
form .form-group.required .control-label:before {
  content: "*";
  color: red;
}

.wp-block-create-block-contact-form {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.wp-block-create-block-contact-form .full-width {
  background-color: #DFE4EB;
}

.wp-block-create-block-standard-paragraph .has-background-color {
  color: #2A3B4C;
}

.wp-block-create-block-standard-paragraph-with-image h6,
.wp-block-create-block-standard-paragraph-with-image .components-base-control.title input[type=text] {
  font-size: 20px;
}
.wp-block-create-block-standard-paragraph-with-image p.h7, .wp-block-create-block-standard-paragraph-with-image h7,
.wp-block-create-block-standard-paragraph-with-image .components-base-control.subtitle input[type=text] {
  font-size: 20px;
}
.wp-block-create-block-standard-paragraph-with-image p.h7.subtitle, .wp-block-create-block-standard-paragraph-with-image h7.subtitle,
.wp-block-create-block-standard-paragraph-with-image .components-base-control.subtitle input[type=text] {
  margin-bottom: 2rem;
}
.wp-block-create-block-standard-paragraph-with-image .copy {
  padding-bottom: 60px;
  padding-left: 80px;
}
.wp-block-create-block-standard-paragraph-with-image .copy h6 {
  margin-top: 60px;
}
.wp-block-create-block-standard-paragraph-with-image .copy:not(.left) {
  max-width: calc(1100px/2);
}
.wp-block-create-block-standard-paragraph-with-image .full-width.image h6, .wp-block-create-block-standard-paragraph-with-image .full-width.image h7, .wp-block-create-block-standard-paragraph-with-image .full-width.image p.h7,
.wp-block-create-block-standard-paragraph-with-image .full-width.image .components-base-control.title input[type=text],
.wp-block-create-block-standard-paragraph-with-image .full-width.image .components-base-control.subtitle input[type=text] {
  color: white;
}
.wp-block-create-block-standard-paragraph-with-image .full-width.image a {
  color: white;
}
.wp-block-create-block-standard-paragraph-with-image .full-width.image a .bi-chevron-right {
  color: #FFF;
}
.wp-block-create-block-standard-paragraph-with-image .full-width.image a:hover {
  color: #FFF;
}
.wp-block-create-block-standard-paragraph-with-image .full-width.image a:hover .bi-chevron-right {
  color: #FFF;
}
.wp-block-create-block-standard-paragraph-with-image a {
  color: inherit;
}
.wp-block-create-block-standard-paragraph-with-image .image {
  min-height: 425px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wp-block-create-block-product-overview {
  padding-bottom: 80px;
  padding-top: 60px;
}
.wp-block-create-block-product-overview .image {
  background-repeat: no-repeat;
  min-height: 330px;
}
.wp-block-create-block-product-overview .copy a {
  color: #114989;
  text-decoration: underline;
}

.wp-block-create-block-list-with-image {
  min-height: 400px;
  background-repeat: no-repeat;
}
.wp-block-create-block-list-with-image .title.txt-white,
.wp-block-create-block-list-with-image .components-base-control.title.txt-white input[type=text] {
  padding-top: 80px;
  color: white !important;
  background-color: transparent;
}
.wp-block-create-block-list-with-image ul {
  list-style: square !important;
}
.wp-block-create-block-list-with-image ul li {
  font-size: 16px !important;
}
.wp-block-create-block-list-with-image ul.txt-white li::marker {
  color: white !important;
}

.wp-block-create-block-wide-image-width-text-v2 {
  padding-top: 0;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

.wp-block-create-block-report-addiction .full-width {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #E0E5EC;
}
.wp-block-create-block-report-addiction .full-width h6 {
  color: #114989;
}

.wp-block-create-block-large-intro .hex img {
  margin-top: 70px;
}
@media (max-width: 576px) {
  .wp-block-create-block-large-intro .hex {
    margin-top: 0;
  }
}

.wp-block-create-block-open-positions .iframe-wrapper {
  height: 800px;
  max-width: calc(100% - 25px);
  padding-left: 20px;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.wp-block-create-block-open-positions .title {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 60px;
}

.wp-block-create-block-large-intro,
.wp-block-create-block-product-overview,
.wp-block-create-block-latest-news,
.wp-block-create-block-quote,
.wp-block-create-block-video-feature,
.wp-block-create-block-case-study,
.wp-block-create-block-list-with-image,
.wp-block-create-block-faq,
.wp-block-create-block-contact-form,
.wp-block-create-block-downloads,
.wp-block-create-block-product-list,
.wp-block-create-block-pricing-matrix {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 576px) {
  .wp-block-create-block-large-intro,
.wp-block-create-block-product-overview,
.wp-block-create-block-latest-news,
.wp-block-create-block-quote,
.wp-block-create-block-video-feature,
.wp-block-create-block-case-study,
.wp-block-create-block-list-with-image,
.wp-block-create-block-faq,
.wp-block-create-block-contact-form,
.wp-block-create-block-downloads,
.wp-block-create-block-product-list,
.wp-block-create-block-pricing-matrix {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .wp-block-create-block-large-intro,
.wp-block-create-block-product-overview,
.wp-block-create-block-latest-news,
.wp-block-create-block-quote,
.wp-block-create-block-video-feature,
.wp-block-create-block-case-study,
.wp-block-create-block-list-with-image,
.wp-block-create-block-faq,
.wp-block-create-block-contact-form,
.wp-block-create-block-downloads,
.wp-block-create-block-product-list,
.wp-block-create-block-pricing-matrix {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-large-intro,
.wp-block-create-block-product-overview,
.wp-block-create-block-latest-news,
.wp-block-create-block-quote,
.wp-block-create-block-video-feature,
.wp-block-create-block-case-study,
.wp-block-create-block-list-with-image,
.wp-block-create-block-faq,
.wp-block-create-block-contact-form,
.wp-block-create-block-downloads,
.wp-block-create-block-product-list,
.wp-block-create-block-pricing-matrix {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .wp-block-create-block-large-intro {
    padding-right: 20px;
  }
}

@media (max-width: 576px) {
  .wp-block-create-block-large-intro {
    padding-bottom: 40px;
  }
  .wp-block-create-block-large-intro div.hex {
    display: none;
  }

  .wp-block-create-block-standard-paragraph .col-auto {
    padding-left: 0;
  }

  .wp-block-create-block-case-study .image {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
  }

  .wp-block-create-block-case-study .mobile-image {
    display: block;
    height: 550px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .wp-block-create-block-case-study .copy {
    margin-top: 420px;
  }

  .wp-block-create-block-case-study .hex {
    display: none;
  }

  .wp-block-create-block-contact-form .fields {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .wp-block-create-block-product-overview .image {
    background-position: center;
  }
}
.fl-post-header {
  display: none;
}

#page .fl-row-content-wrap {
  padding-top: 0;
}
#page .fl-module-content.fl-node-content {
  margin: 0;
}
@media (max-width: 576px) {
  #page .fl-module-content.fl-node-content .fl-button-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }
}
#page #content .fl-content.col-md-12 {
  margin-top: 0;
  margin-bottom: 0;
}
#page #content .fl-content.col-md-12 .fl-row-content-wrap {
  padding-bottom: 0;
}

.bb-ls-block-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (max-width: 576px) {
  .bb-ls-block-65 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .bb-ls-block-65 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .bb-ls-block-65 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.bb-ls-block-65.h7 p, .bb-ls-block-65.h7 li {
  color: #2A3B4C;
}

a.fl-accordion-button-label {
  color: #2A3B4C;
}

body {
  font-family: "canada-type-gibson", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  color: #2A3B4C;
  overflow-x: hidden;
}

h1 {
  color: white;
  font-weight: 100;
  font-size: 38px;
}

h2 {
  color: #114989;
  font-weight: 400;
  font-size: 38px;
  margin-top: 40px;
  margin-bottom: 20px;
}

h3 {
  color: #114989;
  font-size: 30px;
}

h4, .h4 {
  color: #114989;
  font-size: 26px;
}

h5 {
  color: #114989;
  font-size: 20px;
}

h6, .h6 {
  color: #114989;
  font-size: 20px;
  font-weight: 400;
}

.h7 {
  color: #114989;
  font-size: 20px;
}

.h8 {
  color: #114989;
  font-size: 16px;
}

h3, .h7 {
  font-weight: 100;
}

h4, .h4, h5, .h5, .h8 {
  font-weight: 500;
}

p {
  font-size: 16px;
  font-weight: 100;
  line-height: 22.8571px;
  margin-block-end: 20px;
  margin-bottom: 20px;
}

li {
  font-size: 16px;
  font-weight: 100;
  line-height: 22.8571px;
}

.body-copy-text1,
.body-copy-text2,
.body-copy-text3 {
  font-weight: 100;
  color: #2A3B4C;
}

.body-copy-text1 {
  font-size: 16px;
}

.body-copy-text2 {
  font-size: 14px;
}

.body-copy-text3 {
  font-size: 12px;
}

.site-content a:not(.btn),
.site-content a:not(.btn):hover {
  text-decoration: underline;
}

.entry-content, .entry-summary {
  padding: 0 5% 5%;
}

a .bi-chevron-right {
  font-size: 14px;
  color: #114989;
  margin-left: 5px;
}
a .bi-chevron-right:before {
  font-weight: 600 !important;
}

span.spinner {
  background: url(/wp-admin/images/spinner.gif) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  visibility: hidden;
  vertical-align: middle;
  opacity: 0.7;
  width: 20px;
  height: 20px;
  margin: 4px 10px 0;
}
span.spinner.is-active {
  visibility: visible;
}

@media (max-width: 576px) {
  body {
    width: 100%;
  }

  .row {
    margin: 0;
  }
}
body::before {
  display: none;
}

#page.site {
  max-width: 100%;
}

.site-content {
  margin-left: 0px;
  width: 100%;
}

.site-main {
  padding: 0;
}

.hentry {
  padding-top: 40px;
  position: inherit;
}

article {
  margin-top: 30px !important;
  padding-top: 0 !important;
  border: 0;
  box-shadow: none !important;
}
article .entry-header {
  padding: 0 !important;
}
article .entry-header .h7 a {
  text-decoration: none;
  color: #114989;
}
article .entry-header .h7 a:hover {
  text-decoration: none;
}
article .entry-summary {
  padding: 0 !important;
}
article .entry-summary p {
  font-size: 16px;
}
article .entry-summary .more-link {
  display: none;
}
article .entry-footer {
  padding: 0 !important;
  font-size: 14px;
  color: #114989;
  background-color: #FFF;
}
article.fl-post.page.hentry {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.navigation.pagination {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.navigation.pagination .nav-links {
  width: 25%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.navigation.pagination .page-numbers {
  display: inline-flex;
  background: #FFF;
  align-items: center;
  justify-content: center;
}
.navigation.pagination a {
  text-decoration: none !important;
  color: #114989;
}
.navigation.pagination .next {
  font-size: 16px;
  flex-direction: row-reverse;
}
.navigation.pagination .next:before {
  content: ">" !important;
  font-size: 16px;
}
.navigation.pagination .prev {
  font-size: 16px;
}
.navigation.pagination .prev:before {
  content: "<" !important;
  font-size: 16px;
}
.navigation.pagination .page-numbers {
  line-height: 3.3684em;
  padding: 0 0.8421em;
}
.navigation.pagination .prev,
.navigation.pagination .next {
  height: 64px;
  padding: 0;
  width: 64px;
}
.navigation.pagination .prev:before,
.navigation.pagination .next:before {
  height: 64px;
  line-height: 64px;
  width: 64px;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.vertical-align-children {
  display: flex;
  align-items: center;
}

.container-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

ul {
  list-style: square;
}
ul li {
  margin-left: 40px;
}
ul li::marker {
  color: #2072C6;
  font-size: 18px;
}

/* https://germinate.atlassian.net/browse/LEG-167 */
body.page-template-consumer-home main ul li {
  margin-left: 40px !important;
}

hr {
  border-top-color: #C0C4CA !important;
}

.has-right-arrow::after {
  content: "ᐳ";
  color: #114989;
  display: inline-block;
  position: relative;
  left: 10px;
  top: 0;
  font-size: smaller;
}
.has-right-arrow.white::after {
  color: white;
}

.txt-white {
  color: white !important;
}

.grey {
  background-color: #F2F3F4;
}

/* enable absolute positioning */
.inner-addon {
  position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon {
  left: 0px;
}

.right-addon .glyphicon {
  right: 0px;
}

/* add padding  */
.left-addon input {
  padding-left: 35px;
}

.right-addon input {
  padding-right: 35px;
}

.no-padding-top.fl-module.fl-module-accordion .wp-block-create-block-faq {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-accordion .wp-block-create-block-faq {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-standard-paragraph-d .wp-block-create-block-standard-paragraph > .row,
.no-padding-top.fl-module.fl-module-standard-paragraph-image-e .wp-block-create-block-standard-paragraph-with-image .row {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-standard-paragraph-d .wp-block-create-block-standard-paragraph > .row,
.no-padding-bottom.fl-module.fl-module-standard-paragraph-image-e .wp-block-create-block-standard-paragraph-with-image .row {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module .fl-module-content .wp-block-create-block-large-intro {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module .fl-module-content .wp-block-create-block-large-intro {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-product-overview-f .fl-module-content .wp-block-create-block-product-overview {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-product-overview-f .fl-module-content .wp-block-create-block-product-overview {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-latest-news-h .fl-module-content .latest-posts {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-latest-news-h .fl-module-content .latest-posts {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-quote-i .fl-module-content .wp-block-create-block-quote {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-quote-i .fl-module-content .wp-block-create-block-quote {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-customer-awards-bar-j .fl-module-content .wp-block-create-block-customer-awards-bar > .our-customers {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-customer-awards-bar-j .fl-module-content .wp-block-create-block-customer-awards-bar > .our-customers {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-video-feature-k .fl-module-content .wp-block-create-block-video-feature {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-video-feature-k .fl-module-content .wp-block-create-block-video-feature {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-case-study-l .fl-module-content .wp-block-create-block-case-study {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-case-study-l .fl-module-content .wp-block-create-block-case-study {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-list-image-m .fl-module-content .wp-block-create-block-list-with-image {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-list-image-m .fl-module-content .wp-block-create-block-list-with-image {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-contact-form-o .fl-module-content .wp-block-create-block-contact-form {
  padding-top: 0 !important;
}
.no-padding-top.fl-module.fl-module-contact-form-o .fl-module-content .wp-block-create-block-contact-form > .full-width {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-contact-form-o .fl-module-content .wp-block-create-block-contact-form {
  padding-bottom: 0 !important;
}
.no-padding-bottom.fl-module.fl-module-contact-form-o .fl-module-content .wp-block-create-block-contact-form > .full-width {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-downloads-r .fl-module-content .wp-block-create-block-downloads {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-downloads-r .fl-module-content .wp-block-create-block-downloads {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-product-list-u .fl-module-content .wp-block-create-block-product-list {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-product-list-u .fl-module-content .wp-block-create-block-product-list {
  padding-bottom: 0 !important;
}

.no-padding-top.fl-module.fl-module-pricing-matrix-v .fl-module-content .wp-block-create-block-pricing-matrix {
  padding-top: 0 !important;
}

.no-padding-bottom.fl-module.fl-module-pricing-matrix-v .fl-module-content .wp-block-create-block-pricing-matrix {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

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