@charset "UTF-8";
/* WPGridBuilder */
.hero-facet select option {
  color: #333 !important;
}
.hero-facet .wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
  border: 0;
}
.hero-facet .wpgb-facet-3 {
  height: 100%;
}
.hero-facet .wpgb-facet-3 fieldset {
  height: 100%;
}
.hero-facet .wpgb-facet-3 fieldset .wpgb-search-facet {
  height: 100%;
}
.hero-facet .wpgb-facet-3 fieldset .wpgb-search-facet label {
  height: 100%;
}
.hero-facet .wpgb-facet-3 fieldset .wpgb-search-facet label input {
  height: 100%;
}
.services-card .overlay {
  opacity: 0.8;
}
/* Gravity Forms */
.gform_wrapper .gform_body input, .gform_wrapper .gform_body textarea, .gform_wrapper .gform_footer input.gform_button[type='submit'] {
  border-radius: 0px;
  transition: 0.3s ease-in-out all;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gform_body textarea {
  border-width: 1px;
  border-color: #D0D3D8FF;
  border-style: solid;
  background-color: #FFFFFF00;
  padding: 14px;
  color: #30343C;
}
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, .gform_wrapper .gform_body textarea:focus {
  border-width: 1px;
  border-color: #2A3A89FF;
  border-style: solid;
  background-color: #FFFFFF00;
  box-shadow: 0px 0px 0px #00000055;
}
.gform_wrapper .gform_body label.gfield_label {
  font-size: 16px;
  font-weight: 600;
  color: #3F4551;
}
.gform_wrapper .gform_body input::placeholder, .gform_wrapper .gform_body textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #737B8B;
}
.gform_wrapper .gform_footer input.gform_button[type='submit'] {
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #2A3A89;
  padding: 16px 40px;
  height: auto;
  display: block;
  width: 100%;
  border: none;
}
.gform_wrapper .gform_footer input.gform_button[type='submit']:hover {
  color: #FFFFFFFF;
  background-color: #1B2558FF;
  box-shadow: 0px 0px 0px #00000055;
  border: none;
}
.gform_title {
  display: none;
}
/* Mission and Fleet Gallery */
.adv-specs__gallery.oxy-gallery .oxy-gallery-item {
  aspect-ratio: 1.6;
}
/* Header Menu Special Aviation Solutions */
.mega-menu__aviation-solutions-small {
  display: none;
}
@media (min-width: 992px) {
  .oxy-mega-dropdown_link {
    height: 100%;
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link:hover {
    color: #fff !important;
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link:hover:before {
    transform: rotate(-10deg) translateY(3px);
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link:hover:after {
    transform: rotate(10deg) translateY(3px);
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link:hover .oxy-mega-dropdown_link-text {
    background-color: var(--secondary);
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link:before {
    content: "";
    width: 32px;
    height: 40px;
    background-image: url(https://staging.rogershelicopters.com/wp-content/uploads/2022/12/left-wing-golden.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    margin-right: -1px;
    transition: 0.3s;
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link:after {
    content: "";
    width: 32px;
    height: 40px;
    background-image: url(https://staging.rogershelicopters.com/wp-content/uploads/2022/12/right-wing-golden.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    margin-left: -1px;
    transition: 0.3s;
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link .oxy-mega-dropdown_link-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    background-color: transparent;
    border: 1px solid var(--secondary);
    padding: 8px 12px;
    transition: 0.3s;
    z-index: 1;
    position: relative;
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link .oxy-mega-dropdown_link-text .mega-menu__aviation-solutions-small {
    font-weight: 400;
    display: flex;
  }
  .mega-menu__aviation-solutions a.oxy-mega-dropdown_link .oxy-mega-dropdown_link-text:after {
    content: "View all →";
    position: absolute;
    top: 100%;
    width: 100%;
    color: #fff;
    /*background-color: #fff;*/
    text-align: center;
    padding: 6px;
    font-size: 0.7em;
  }
  .mega-menu__aviation-solutions .oxy-mega-dropdown_link-current {
    color: #fff !important;
  }
  .oxy-mega-dropdown_inner {
    cursor: auto;
    z-index: 10;
  }
}
/* Header New Badge */
@media (min-width: 992px) {
  .oxy-mega-dropdown_link {
    height: 100%;
  }
  .mega-menu__badge a.oxy-mega-dropdown_link {
    padding: 0px !important;
    transition-duration: 0.6s !important;
    margin-top: -15px !important;
    height: calc(100% + 30px) !important;
    align-items: stretch;
  }
  .mega-menu__badge a.oxy-mega-dropdown_link:hover {
    color: #fff !important;
    transform: scale(1.15);
  }
  .mega-menu__badge a.oxy-mega-dropdown_link:hover .oxy-mega-dropdown_link-text {
    background-color: var(--secondary-800);
  }
  .mega-menu__badge a.oxy-mega-dropdown_link:before {
    content: "";
    height: 100%;
    width: 90px;
    background-image: url(https://staging.rogershelicopters.com/wp-content/uploads/2022/12/fancy-left-wing.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    margin-right: -1px;
    transition: 0.3s;
  }
  .mega-menu__badge a.oxy-mega-dropdown_link:after {
    content: "";
    height: 100%;
    width: 90px;
    background-image: url(https://staging.rogershelicopters.com/wp-content/uploads/2022/12/fancy-right-wing.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    margin-left: -1px;
    transition: 0.3s;
  }
  .mega-menu__badge a.oxy-mega-dropdown_link .oxy-mega-dropdown_link-text {
    display: flex;
    background-image: url(https://staging.rogershelicopters.com/wp-content/uploads/2022/12/badge-bg.svg);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding: 10px 0px;
    transition: 0.6s;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
  }
  .mega-menu__badge a.oxy-mega-dropdown_link .oxy-mega-dropdown_link-text .mega-menu__badge-uppertext {
    font-size: 0.8em;
    margin-bottom: 4px;
  }
  .mega-menu__badge a.oxy-mega-dropdown_link .oxy-mega-dropdown_link-text .mega-menu__badge-aviation {
    letter-spacing: 0.15em;
  }
  .mega-menu__badge a.oxy-mega-dropdown_link .oxy-mega-dropdown_link-text .mega-menu__badge-solutions {
    letter-spacing: 0.02em;
  }
  .mega-menu__badge .oxy-mega-dropdown_link-current {
    color: #fff !important;
  }
  .oxy-mega-dropdown_inner {
    cursor: auto;
    z-index: 10;
  }
}
@media (max-width: 991px) {
  .mega-menu__badge .oxy-mega-dropdown_link-text {
    gap: 4px;
    display: flex;
  }
}
