/*Variables*/
#lgh {
  /*Header*/
  /* Website Search in Header */
  /* INFO BANNER */
  /* Newsletter Page Styles */
  /* Footer Styles*/
  /* components */
  /* Alert Boxes */
  /* CAPTCHA */
}
#lgh main,
#lgh .main {
  margin: 30px auto 0;
  padding: 0 1rem 30px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1310px;
}
#lgh .header .email-phone li {
  margin-right: 1rem;
}
#lgh .header .lgh-sites-toggle {
  margin-left: 1rem;
}
#lgh .header .lgh-sites-toggle .dropdown-container {
  position: relative;
  width: 170px;
}
#lgh .header .lgh-sites-toggle .dropdown-container .current-site {
  display: none !important;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 16px;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  border: none;
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-button:hover {
  transform: translateY(-1px);
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-button:active {
  transform: translateY(0);
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-button .flag-text {
  display: flex;
  align-items: center;
  gap: 10px;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-button .dropdown-icon {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-button.open .dropdown-icon {
  transform: rotate(180deg);
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-menu {
  position: absolute;
  top: calc(108%);
  left: 0;
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  z-index: 10;
  overflow: hidden;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  text-decoration: none;
  color: #333333;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  gap: 10px;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-menu .dropdown-item:hover {
  background: #f5f5f5;
  padding-left: 20px;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-menu .dropdown-item .flag-icon {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  object-fit: cover;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-menu .dropdown-item .dropdown-item-text {
  flex: 1;
  font-size: 14px;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-menu .dropdown-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 2px 0;
}
#lgh .header .lgh-sites-toggle .dropdown-container .dropdown-button.open + .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#lgh.logged-in .loginArea {
  display: none !important;
}
#lgh .minisearch .label {
  border: none;
}
#lgh .minisearch #search:focus {
  box-shadow: 0 4px 5px 1px #cccccc;
  padding-top: 0;
}
#lgh .wrapper wp-page,
#lgh .wrapper article {
  margin-bottom: 3rem;
  padding-bottom: 30px;
}
#lgh .wrapper wp-page .page-title,
#lgh .wrapper article .page-title {
  margin-bottom: 1.5rem;
}
#lgh .wrapper wp-page .page-title.cp-title,
#lgh .wrapper article .page-title.cp-title {
  font-size: 32px;
}
#lgh .wrapper wp-page h3,
#lgh .wrapper article h3 {
  margin-bottom: 1rem;
}
#lgh .wrapper wp-page .alignleft,
#lgh .wrapper article .alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
#lgh .wrapper wp-page .aligncenter,
#lgh .wrapper article .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  text-align: center;
}
#lgh .wrapper wp-page .alignright,
#lgh .wrapper article .alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
#lgh .wrapper wp-page .alignleft img,
#lgh .wrapper article .alignleft img,
#lgh .wrapper wp-page .aligncenter img,
#lgh .wrapper article .aligncenter img,
#lgh .wrapper wp-page .alignright img,
#lgh .wrapper article .alignright img {
  width: 100%;
}
#lgh .wrapper wp-page .wp-caption-text,
#lgh .wrapper article .wp-caption-text {
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #a3a3a3;
}
#lgh .block-search .minisearch .field.search > label.active {
  background: transparent;
  cursor: pointer;
}
#lgh .block-search .minisearch .field.search > label.active::before {
  content: "";
}
#lgh .block-search .minisearch .field .control #searchResults {
  display: none;
  border: 1px solid #ccc;
  background: #fff;
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
  top: 50px;
}
#lgh .block-search .minisearch .field .control .search-result-item {
  border-bottom: 1px solid #eee;
}
#lgh .block-search .minisearch .field .control .search-result-item:last-child {
  border-bottom: none;
}
#lgh .block-search .minisearch .field .control .search-result-item a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
}
#lgh .block-search .minisearch .field .control .search-result-item a:hover {
  background-color: #b0aa00;
  color: #fafafa;
}
#lgh .block-search .minisearch .field .control .search-result-item#noResults {
  padding: 10px;
}
#lgh .info-banner {
  background-color: #b0aa00;
  color: #ffffff;
}
#lgh .info-banner .main {
  margin-top: 0;
}
#lgh .info-banner .main .ib-container {
  display: block;
}
#lgh .info-banner .main .ib-container .ib-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}
#lgh .info-banner .main .ib-container .ib-item .ib-text {
  margin-bottom: 1rem;
}
#lgh .info-banner .main .ib-container .ib-item .ci-actions {
  display: flex;
  gap: 24px;
}
#lgh .info-banner .main .ib-container .ib-item .ci-actions .lgh-btn {
  display: inline-block;
  padding: 13px 26px;
}
#lgh .newsletter-page #main {
  margin-top: 6rem;
}
#lgh .newsletter-page .entry-header,
#lgh .newsletter-page .entry-content {
  text-align: center;
}
#lgh .newsletter-page .newsletter-form-container {
  max-width: 600px;
  margin: 60px auto;
  padding: 50px 40px;
  background: #fafafa;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  #lgh .newsletter-page .newsletter-form-container {
    padding: 40px 24px;
    margin: 40px 20px;
  }
}
#lgh .newsletter-page .wpcf7-form label {
  display: block;
  margin-bottom: 20px;
}
#lgh .newsletter-page .wpcf7-form label:last-of-type {
  margin-bottom: 0;
}
#lgh .newsletter-page .wpcf7-form input[type="text"],
#lgh .newsletter-page .wpcf7-form input[type="email"] {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  background: #ffffff;
}
#lgh .newsletter-page .wpcf7-form input[type="text"]::placeholder,
#lgh .newsletter-page .wpcf7-form input[type="email"]::placeholder {
  color: #999;
}
#lgh .newsletter-page .wpcf7-form input[type="text"]:focus,
#lgh .newsletter-page .wpcf7-form input[type="email"]:focus {
  outline: none;
  border-color: #b0aa00;
  box-shadow: 0 0 0 3px rgba(176, 170, 0, 0.1);
}
#lgh .newsletter-page .wpcf7-form input[type="text"]:hover,
#lgh .newsletter-page .wpcf7-form input[type="email"]:hover {
  border-color: #ccc;
}
#lgh .newsletter-page .wpcf7-form .input-group {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}
@media (max-width: 480px) {
  #lgh .newsletter-page .wpcf7-form .input-group {
    flex-direction: column;
  }
}
#lgh .newsletter-page .wpcf7-form .input-group .form-control {
  flex: 1;
}
#lgh .newsletter-page .wpcf7-form .input-group .input-group-append button.btn-primary {
  padding: 16px 36px;
  background: #b0aa00;
  border: 2px solid #b0aa00;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  height: 60px;
}
@media (max-width: 480px) {
  #lgh .newsletter-page .wpcf7-form .input-group .input-group-append button.btn-primary {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
    height: unset;
  }
}
#lgh .newsletter-page .wpcf7-form .input-group .input-group-append button.btn-primary .fa {
  transition: transform 0.3s ease;
}
#lgh .newsletter-page .wpcf7-form .input-group .input-group-append button.btn-primary:hover {
  background: #878300;
  border-color: #878300;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(176, 170, 0, 0.3);
}
#lgh .newsletter-page .wpcf7-form .input-group .input-group-append button.btn-primary:hover .fa {
  transform: translateX(4px);
}
#lgh .newsletter-page .wpcf7-form .input-group .input-group-append button.btn-primary:active {
  transform: translateY(0);
}
#lgh .newsletter-page .wpcf7-form .input-group .input-group-append button.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}
#lgh .newsletter-page .wpcf7-form .turnstile-captcha {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
#lgh .newsletter-page .wpcf7-form .turnstile-captcha > div {
  display: inline-block;
}
#lgh .newsletter-page .wpcf7-form .wpcf7-response-output {
  margin: 24px 0 0;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 15px;
  text-align: center;
}
#lgh .newsletter-page .wpcf7-form.invalid .wpcf7-response-output {
  background: #fff3f3;
  border-color: #ff4444;
  color: #cc0000;
}
#lgh .newsletter-page .wpcf7-form.sent .wpcf7-response-output {
  background: #f0f9f4;
  border-color: #b0aa00;
  color: #4a4700;
}
#lgh .newsletter-page .wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #ff4444;
  font-size: 14px;
}
#lgh .newsletter-page .wpcf7-form input.wpcf7-not-valid {
  border-color: #ff4444;
}
#lgh .newsletter-page .wpcf7-form input.wpcf7-not-valid:focus {
  box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.1);
}
#lgh .newsletter-page .wpcf7-form .wpcf7-spinner {
  margin-left: 12px;
}
#lgh #footer {
  background: #000000;
  color: #ffffff;
}
#lgh #footer .footer-newsletter {
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 0 30px;
}
@media (max-width: 768px) {
  #lgh #footer .footer-newsletter {
    padding: 40px 0;
  }
}
#lgh #footer .footer-newsletter .footer-newsletter-content {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #lgh #footer .footer-newsletter .footer-newsletter-content {
    flex-direction: column;
    text-align: center;
  }
}
#lgh #footer .footer-newsletter .footer-newsletter-title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  #lgh #footer .footer-newsletter .footer-newsletter-title {
    font-size: 24px;
  }
}
#lgh #footer .footer-newsletter .footer-newsletter-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 auto;
  max-width: 500px;
  line-height: 1.6;
}
@media (max-width: 991px) {
  #lgh #footer .footer-newsletter .footer-newsletter-subtitle {
    font-size: 15px;
    margin-bottom: 24px;
  }
}
#lgh #footer .footer-newsletter .footer-newsletter-form {
  margin: 0;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .form-wrapper {
  position: relative;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .form-wrapper .human-notice {
  padding-top: .2rem;
  margin: 0;
  color: rgba(170, 170, 0, 0.44);
  font-size: 10px;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form label {
  display: none;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group {
  display: flex;
  gap: 12px;
  margin-top: 0;
  justify-content: center;
}
@media (max-width: 600px) {
  #lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group {
    flex-direction: column;
  }
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .form-control {
  flex: 1;
  width: 100%;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .form-control input[type="email"] {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .form-control input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .form-control input[type="email"]:focus {
  outline: none;
  border-color: #b0aa00;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(176, 170, 0, 0.15);
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .form-control input[type="email"]:hover {
  border-color: rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.08);
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .input-group-append button.btn-primary {
  padding: 16px 32px;
  background: #b0aa00;
  border: 2px solid #b0aa00;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  #lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .input-group-append button.btn-primary {
    width: 100%;
    justify-content: center;
    height: 52px;
    padding: 0;
  }
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .input-group-append button.btn-primary .fa {
  transition: transform 0.3s ease;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .input-group-append button.btn-primary:hover {
  background: #878300;
  border-color: #878300;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(176, 170, 0, 0.4);
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .input-group-append button.btn-primary:hover .fa {
  transform: translateX(4px);
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .input-group-append button.btn-primary:active {
  transform: translateY(0);
}
@media (max-width: 600px) {
  #lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .input-group .input-group-append button.btn-primary.enabled .fa::before {
    content: "Subscribe";
    font-family: Univers Condensed Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 20px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .turnstile-captcha {
  display: none !important;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form.invalid .wpcf7-response-output {
  background: rgba(255, 68, 68, 0.1);
  border-color: #ff4444;
  color: #ffcccc;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form.sent .wpcf7-response-output {
  background: rgba(176, 170, 0, 0.1);
  border-color: #b0aa00;
  color: #fff94a;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #ffcccc;
  font-size: 13px;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form input.wpcf7-not-valid {
  border-color: #ff4444;
  background: rgba(255, 68, 68, 0.05);
  color: #fff;
}
#lgh #footer .footer-newsletter .footer-newsletter-form .wpcf7 form input.wpcf7-not-valid:focus {
  box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.15);
}
#lgh #footer .footer.links {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
#lgh #footer .footer.links .footer-inner {
  display: flex;
  width: 100%;
}
#lgh #footer .footer.links .footer-inner > div {
  width: 25%;
  align-self: stretch;
}
#lgh #footer .footer.links .footer-inner .social {
  align-self: flex-start;
}
#lgh #footer .footer.links .footer-inner .social .footer-follow .footer-nav-heading {
  margin-bottom: 0;
}
#lgh #footer .footer.links .footer-inner .social .footer-follow .social-links {
  display: flex;
  gap: .5em;
}
#lgh #footer .footer.links .footer-inner .social .footer-follow .social-links .fa-stack {
  width: 1.8em;
}
#lgh #footer .footer.links .footer-inner .footer-menu .menu .menu-item {
  margin-bottom: 1rem;
}
#lgh #footer .footer.links .footer-inner .footer-menu .menu .menu-item > a {
  color: #ffffff;
}
#lgh .lgh-btn {
  width: auto;
  font-family: Univers Condensed Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 14px 36px;
  -moz-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  -webkit-transition: opacity .5s ease;
  margin: 20px 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity .5s ease;
  word-break: break-word;
  text-decoration: none;
}
#lgh .lgh-btn.lgh-btn-primary {
  background: #b0aa00;
  color: #ffffff;
}
#lgh .lgh-btn.lgh-btn-primary:hover {
  background: #7d7900;
}
#lgh .lgh-btn.lgh-btn-secondary {
  background: #000000;
  color: #ffffff;
}
#lgh .lgh-btn.lgh-btn-secondary:hover {
  background: #333333;
}
#lgh .alert-box {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  position: relative;
  padding: .75rem 2.5rem;
  padding-left: 4rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  /* fade effect */
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
#lgh .alert-box.show {
  opacity: 1;
}
#lgh .alert-box.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-top: solid 3px #155724;
}
#lgh .alert-box.error {
  background: #cccccc;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  border-top: solid 3px #721c24;
}
#lgh .alert-box .alert-message {
  font-size: 1rem;
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
#lgh .alert-box .alert-message .lgh-btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #b0aa00;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  font-size: 1rem;
  margin: 0;
}
#lgh .alert-box .alert-message .lgh-btn:hover {
  background-color: #7d7900;
}
#lgh .alert-box .icon {
  font-size: 1.5rem;
  position: absolute;
  left: 1.25rem;
}
#lgh .alert-box .close-alert-box {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
#lgh .turnstile-captcha {
  display: flex;
  justify-content: center;
}
/*misc*/
.section[data-content-type=row] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.img-100 {
  display: block;
  height: auto;
  width: 100%;
}
.text-center {
  text-align: center !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1.5rem !important;
}
.text-danger {
  color: #dc3545 !important;
}
.no-underline {
  text-decoration: none !important;
}
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1030;
}
.lightbox img {
  max-width: 70%;
  max-height: 70%;
  margin: auto;
}
.lightbox .lightbox-close {
  position: absolute;
  top: 50px;
  right: 50px;
  border: none;
  cursor: pointer;
}
.lightbox .lightbox-close::before {
  content: "";
  line-height: 1;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  font-family: ms-icons;
  color: #b0aa00;
  text-shadow: -1px -1px 0px #333333, 0px 1px 1px #ffffff;
  opacity: .8;
}
.bullets {
  list-style-type: disc;
  padding-inline-start: 40px;
}
.no-scroll {
  overflow: hidden;
}
.wpcf7 form.invalid .wpcf7-response-output {
  margin: 0;
  padding: .5em;
  text-align: center;
  margin-top: 1rem;
}
input[type='radio'] {
  accent-color: #000000;
}
.quick-quote-form,
.order-catalog-form {
  border: 1px solid #cccccc;
  background-color: #fafafa;
  padding: 40px 35px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.quick-quote-form .form-group,
.order-catalog-form .form-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  column-gap: 5%;
}
.quick-quote-form .form-group.form-half > div,
.order-catalog-form .form-group.form-half > div {
  width: 50%;
}
.quick-quote-form .form-group.form-full > div,
.order-catalog-form .form-group.form-full > div,
.quick-quote-form .form-group.form-full label,
.order-catalog-form .form-group.form-full label,
.quick-quote-form .form-group.form-full span,
.order-catalog-form .form-group.form-full span {
  width: 100%;
}
.quick-quote-form .form-group.form-full.show-label,
.order-catalog-form .form-group.form-full.show-label {
  flex-direction: column;
  column-gap: 0;
}
.quick-quote-form .form-group .country-select.inside .flag-dropdown,
.order-catalog-form .form-group .country-select.inside .flag-dropdown {
  width: 100%;
}
.quick-quote-form .form-group .country-select.inside .flag-dropdown .country-list,
.order-catalog-form .form-group .country-select.inside .flag-dropdown .country-list {
  width: 100%;
}
.quick-quote-form .col-form-label,
.order-catalog-form .col-form-label {
  display: none;
}
.quick-quote-form .wpcf7-text,
.order-catalog-form .wpcf7-text,
.quick-quote-form textarea,
.order-catalog-form textarea,
.quick-quote-form select,
.order-catalog-form select {
  width: 100%;
  resize: none;
  cursor: pointer;
  color: fieldtext;
}
.quick-quote-form .wpcf7-text::placeholder,
.order-catalog-form .wpcf7-text::placeholder,
.quick-quote-form textarea::placeholder,
.order-catalog-form textarea::placeholder,
.quick-quote-form select::placeholder,
.order-catalog-form select::placeholder {
  color: #909090;
  opacity: .7;
}
.quick-quote-form .qq-submit #submit,
.order-catalog-form .qq-submit #submit {
  width: 100%;
  text-align: center;
  margin: 0;
  cursor: pointer;
}
.quick-quote-form .wpcf7-not-valid-tip,
.order-catalog-form .wpcf7-not-valid-tip {
  display: none;
}
.order-lgh-catalog {
  display: block;
}
.order-lgh-catalog img {
  display: none;
}
.order-lgh-catalog .col-sm-12 {
  width: 100%;
}
.order-lgh-catalog .wpcf7-submit {
  width: auto;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  padding: 14px 36px;
  max-width: 100%;
  cursor: pointer;
  background: #b0aa00;
  color: #ffffff;
}
.order-lgh-catalog .wpcf7-submit:hover {
  background: #7d7900;
}
.order-lgh-catalog .wpcf7-response-output {
  margin-top: 20px !important;
}
.my-custom-embed-wrapper {
  text-align: center;
  /* Center the video if needed */
  max-width: 100%;
  margin: 1.5rem auto;
  /* Add some margin */
}
.my-custom-embed-wrapper iframe {
  max-width: 100%;
}
.math-quiz {
  text-align: center;
  width: 150px;
  margin: auto;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1);
}
.math-quiz .math-quiz-label {
  font-size: 1.2rem;
  display: block;
}
.math-quiz input {
  width: 100px;
  height: 35px;
  text-align: center;
  padding: 0 10px;
}
[data-name="honeypot"] {
  display: block;
  opacity: 0;
  height: 1px;
  pointer-events: none;
}
.wpcf7-submit.disabled {
  cursor: not-allowed !important;
  opacity: .5;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Responsive adjustments */
@media screen and (min-width: 768px) {
  /* INFO BANNER */
  #lgh .info-banner .main .ib-container {
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top.equipment-menu > .ntrn__sub .ntrn__cols .ntrn__col > .ntrn__item > .ntrn__link {
    font-size: 25px;
    font-family: Univers Condensed Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top.equipment-menu > .ntrn__sub .ntrn__cols .ntrn__col > .ntrn__item > .ntrn__link:hover {
    color: #4d4d4d;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top.equipment-menu > .ntrn__sub .ntrn__cols .ntrn__col > .ntrn__item .ntrn__sub--level2 {
    margin-top: 20px;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top.equipment-menu > .ntrn__sub .ntrn__cols .ntrn__col > .ntrn__item .ntrn__sub--level2 .ntrn__item .ntrn__link {
    text-transform: none;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) {
    position: relative;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) > .ntrn__sub {
    width: fit-content;
    height: 300px;
    padding: 0;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) > .ntrn__sub .ntrn__cols {
    flex-direction: column;
    width: 260px;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) > .ntrn__sub .ntrn__cols .ntrn__col {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) > .ntrn__sub .ntrn__cols .ntrn__col .ntrn__item {
    width: 100%;
    height: 100%;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) > .ntrn__sub .ntrn__cols .ntrn__col .ntrn__item .ntrn__link {
    font-size: 21px;
    font-family: Univers Condensed Bold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) > .ntrn__sub .ntrn__cols .ntrn__col:hover {
    background: #000000;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) > .ntrn__sub .ntrn__cols .ntrn__col:hover .ntrn__item {
    color: #ffffff;
  }
  .ntrn__menu > .ntrn__item.ntrn__item--hassub.ntrn__item--top:not(.equipment-menu) > .ntrn__sub .ntrn__cols .ntrn__col:hover .ntrn__item .ntrn__link {
    color: #ffffff;
  }
  .order-lgh-catalog {
    display: flex;
    gap: 2rem;
  }
  .order-lgh-catalog img {
    display: block;
  }
  #lgh #newsletterPage.wrapper #main {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .quick-quote-form .form-group.form-half {
    display: block;
  }
  .quick-quote-form .form-group.form-half > div {
    width: 100%;
  }
  .quick-quote-form .form-group.form-half > div:last-child {
    margin-top: 1.5rem;
  }
}
