@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body form {
  --wpforms-label-size-font-size: 16px !important;
}
@media (max-width: 781px) {
  body .mlrg-reverse-mobile.wp-block-columns {
    flex-direction: column-reverse;
    /* Reverse the order of columns */
    /* Ensure each column takes full width and height auto */
  }
  body .mlrg-reverse-mobile.wp-block-columns .wp-block-column {
    width: 100%;
    height: auto;
    /* Prevent fixed heights from breaking layout */
    min-height: 0;
    /* Allows content to shrink if needed */
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 781px) {
  body .wp-block-buttons.is-content-justification-space-between {
    justify-content: center;
  }
}
@media (max-width: 781px) {
  body header .phone-container {
    display: none !important;
  }
}
@media (max-width: 991px) {
  body header {
    /* Show the mobile menu icon for screens smaller than tablet width */
    /* Make the burger button larger */
    /* Make the SVG icon itself larger */
  }
  body header > .wp-block-group {
    height: 90px;
    padding-top: 29px !important;
  }
  body header .wp-block-site-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px;
  }
  body header .search-phone-row {
    position: absolute;
    right: 0;
  }
  body header .menu-row {
    position: absolute;
    left: 0px;
  }
  body header .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex !important;
  }
  body header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
  body header .wp-block-navigation__responsive-container-open {
    width: 44px !important;
    /* Increase click area */
    height: 44px !important;
  }
  body header .wp-block-navigation__responsive-container-open svg {
    width: 32px !important;
    /* Adjust to desired size */
    height: 32px !important;
  }
  body header .wp-block-navigation__responsive-container-close {
    right: 15px;
    top: 20px;
  }
  body header .wp-block-navigation__container {
    width: 100%;
    gap: 0 !important;
  }
  body header .wp-block-navigation__container > li {
    width: 100%;
  }
  body header .wp-block-navigation__container > li a {
    width: 100%;
    padding: 15px !important;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
  }
  body header .wp-block-navigation__container > li.current-menu-item a, body header .wp-block-navigation__container > li a:hover {
    background-color: var(--wp--preset--color--maroon);
    color: white !important;
    text-decoration: none !important;
  }
}
@media (max-width: 781px) {
  body footer .is-layout-flex {
    justify-content: center !important;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.home #hero-section {
  background-color: white !important;
  margin-top: 0;
}
@media (max-width: 991px) {
  body.home #hero-section {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
}
body.home #hero-section > .moduletable {
  margin-top: 0;
  position: relative;
  width: 100%;
}
body.home #hero-section #bg-image {
  height: 305px;
  min-height: 0;
  max-height: none;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 991px !important;
  background-position: top;
  background-attachment: fixed;
  max-width: var(--wp--style--global--content-size);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  body.home #hero-section #bg-image {
    height: 450px;
    background-size: 1450px !important;
  }
}
body.home #hero-section #crane-hook-holder {
  position: fixed;
  height: 268px;
  width: 100%;
  overflow: hidden;
  top: 197px;
  left: 0;
}
@media (min-width: 992px) {
  body.home #hero-section #crane-hook-holder {
    height: 360px;
    top: 289px;
  }
}
body.home #hero-section #crane-hook {
  height: 100%;
  width: 100%;
  background-position: bottom !important;
  margin-top: 0;
  background-size: 991px !important;
}
@media (min-width: 992px) {
  body.home #hero-section #crane-hook {
    background-size: 1450px !important;
  }
}
body.home #hero-section .special-header {
  line-height: 0;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
body.home #hero-section .special-header img {
  max-width: min(100%, 510px);
  line-height: 0;
}
@media (min-width: 782px) {
  body.home #hero-section .special-header img img {
    max-width: 550px;
  }
}
body.home .oxford-dashboard-block img {
  height: 210px;
  object-fit: cover;
  width: 100%;
}
body.home .oxford-dashboard-block h3 {
  text-align: center;
  font-weight: 500;
  font-size: 1.7em;
  padding: 6px 0;
  background: var(--wp--preset--color--light-gray);
  margin: -28px -20px 15px !important;
  color: white;
  line-height: 1;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #2c2e36;
}
body {
  min-height: 100vh;
  font-weight: 500;
}
@media (min-width: 992px) {
  body:not(.page-template-dashboard) {
    padding-bottom: 64px;
  }
}
body .scroll-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 999;
  width: 48px;
  height: 48px;
  background: var(--wp--preset--color--primary, #007cba);
  border-radius: 50%;
  display: none;
  /* Hidden by default, JS will show it */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  text-decoration: none;
}
body .scroll-to-top::after {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  background: transparent;
}
body .scroll-to-top:hover {
  background: var(--wp--preset--color--secondary, #005a87);
}
body header, body footer, body main {
  padding-left: 15px;
  padding-right: 15px;
}
body header > .wp-block-group, body .wp-site-blocks > .wp-block-group {
  margin-bottom: 0 !important;
}
body main {
  min-height: calc(100vh - 90px - 65px - 72px);
  margin: 0 !important;
}
@media (min-width: 992px) {
  body main {
    min-height: calc(100vh - 141px - 65px - 72px);
  }
}
body .wp-block-template-part {
  padding-left: 20px;
  padding-right: 20px;
}
body .wp-block-paragraph a {
  color: #000;
}
body .wp-block-paragraph a:hover {
  color: #2c2e36;
}
body .entry-content .wp-block-button a:hover, body .entry-content button:hover {
  color: white !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  letter-spacing: 0.03em;
}
body footer {
  padding: 0 !important;
  margin: 0;
  margin-block-start: 0 !important;
}
body footer > div:last-child {
  display: flex;
  align-items: center;
  z-index: 1;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 782px) {
  body footer > div:last-child {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  body footer > div:last-child {
    position: fixed;
    height: 65px;
  }
}
body footer > div:last-child > .wp-block-group {
  width: 100%;
}
body footer > div:last-child a {
  background-color: transparent;
  height: 65px;
  border-radius: 0;
  color: white;
}
body footer > div:last-child a:hover {
  background-color: var(--wp--preset--color--footer-gray);
  color: white;
}
body header {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  z-index: 1;
  position: relative;
}
body header a.wp-block-navigation-item__content {
  font-size: 17px;
}
body header a.wp-block-navigation-item__content span {
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  body header li.current-menu-item a.wp-block-navigation-item__content span, body header a.wp-block-navigation-item__content:hover span {
    border-bottom: 1px solid;
  }
}
body header .wp-block-search__input {
  background-image: url(../images/magnifying_lens.png);
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-transition: width 1s ease-in-out;
  -moz-transition: width 1s ease-in-out;
  -o-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  height: 30px;
  background-position: 6px 6px;
  border: none;
  width: 30px;
  min-width: 30px;
  height: 30px;
  padding: 0;
  outline: 0;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
}
body header .wp-block-search__input:focus {
  padding: 5px 10px 5px 30px;
  width: 100%;
  padding: 1px 14px 1px 40px;
  -webkit-box-shadow: inset 0px 0px 5px 1px rgba(62, 62, 62, 0.2);
  -moz-box-shadow: inset 0px 0px 5px 1px rgba(62, 62, 62, 0.2);
  box-shadow: inset 0px 0px 5px 1px rgba(62, 62, 62, 0.2);
}
@media (min-width: 782px) {
  body header .wp-block-search__input:focus {
    width: 450px;
  }
}
body.admin-bar header {
  z-index: 999999;
}
