/*
	Theme Name: Skyline Child
	Theme URI: https://pilotdigital.com
	Description: Child theme of Skyline
  Author: Tyler Hoffman
	Author URI: https://pilotdigital.com
	Version: 1.0.1
  Template: skyline
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: skyline-child
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/
/**
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 * Loading first in the style.scss & classic-editor.scss
 */
/*
 * Inspired by Normalize.css, HTML5 Boilerplate & Bootstrap Reboot Projects under MIT License
 */
/**
 * Document basic styling
 * DO NOT CHANGE THIS FILE!
 * To override any of the settings in this section, add your styling code in the custom directory.
 */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.
 */

/* header */

.header__inner .menu-burger {
  background-color: white;
}
.header.transparent .menu-burger__line {
  background-color: #59595F;
}

#pre-form {
  display: block;
  height: 0;
  position: relative;
  top: -55px;
}

/* helpers */
.d-flex {
  display: flex; 
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.p-2 {
  padding: 2rem;
}

.p-3 {
  padding: 3rem;
}

.px-5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pr-4 {
  padding-right: 4rem;
  padding-left: 3rem;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin: auto;
}

.mb-4 {
  margin-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 2rem;
}


ul.blue-xl-dots,
ul.blue-xl-dots > li {
  list-style-type: none;
}

ul.blue-xl-dots > li {
  background: none;
  padding-left: 1.5rem;
  margin: 0 0 1rem 0;
}

ul.blue-xl-dots li::before {
  content: "\2022";
  color: #9FD7E1;
  font-weight: bold;
  display: inline-block;
  width: 1.5rem;
  margin-left: -1.5rem;
  font-size: 1.5rem;
  position: absolute;
}

ul.blue-xl-dots > li a {
  text-decoration: underline;
  transition: .2s all;
}

ul.blue-xl-dots > li a:hover {
  color: #9FD7E1;
}

.pt-sec {
  padding-top: 40px;
}

.pb-sec {
  padding-bottom: 40px;
}

.pt-sec-plus {
  padding-top: 40px;
}

.pb-sec-plus {
  padding-bottom: 40px;
}

.tech-row2-quote {
  background-color: #FFF;
  background-position: 1rem 1rem;
  background-size: 1rem 1rem;
  background-repeat: no-repeat;
}

.flex-justify-end {
  justify-content: flex-end;
}

.text-center {
  text-align: center;
}

.techniques-applications,
.techniques-projects {
  display: flex;
  border-top: 1px solid #7A7A7A;
}

.techniques-applications:first-child {
  margin-top: 2rem;
}

.techniques-applications .application,
.techniques-projects .project {
  flex-grow: 1;
  padding: 0 0 1.5rem 0;
  border-right: 1px solid #7A7A7A;
}

.project-image, .application-image {
  width: 100%;
  overflow: hidden;
  height: 350px;
  margin-bottom: 16px;
}

.project-image img, .application-image img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.techniques-applications .application:last-child,
.techniques-projects .project:last-child  {
  border-right: none;
}

.techniques-applications .application a {
  text-decoration: underline;
  transition: all .2s;
}

.techniques-applications .application a:hover {
  color: #9FD7E1;
}

.techniques-applications .application img,
.techniques-projects .project img {
  transition: all .3s;
}

.techniques-applications .application img:hover,
.techniques-projects .project img:hover {
  transform: scale(1.1);
}

.techniques-projects .project h4 {
  color: #6EC1E4;
}

.techniques-projects .project img {
  max-width: 100%;
}

.techniques-projects.applications-projects > .project {
  flex-grow: 0;
  flex-basis: 33.333%;
}

.techniques-applications > .application {
  flex-grow: 0;
  flex-basis: 33.333%;
}

.row.copy-row > div {
  padding-left: 2rem;
  padding-right: 2rem;
  flex-basis: 50%;
}

.row.copy-row > div:first-child {
  padding-left: 0;
}

.row.copy-row > div:last-child {
  padding-right: 0;
}

.bg--d-g {
  background-color: #59595F;
}

.underline {
  text-decoration: underline;
}

.gform_new_outer .gform_new .gfield {
  margin-bottom: 1.5rem;
}

.gform_new_outer .gform_new input[type="text"],
.gform_new_outer .gform_new input[type="email"],
.gform_new_outer .gform_new input[type="tel"] {
  border-radius: 0.25rem !important;
  padding: 1.5rem 0.75rem;
}

.gform_new_outer .gform_new textarea {
  border-radius: 0.25rem !important;
  padding: 1rem 0.75rem;
}

.gform_new_outer .gform_new .gform_button {
  color: #59595F;
  padding: 1rem 2.5rem !important;
}

.gform_wrapper {
  margin: 0 3rem;
}

.featured-applications > .item {
  padding-left: 1rem;
  padding-right: 1rem;
}

.featured-applications > .item:first-child {
  padding-left: 0;
}

.featured-applications > .item:last-child {
  padding-right: 0;
}

.featured-applications a > h3 {
  text-decoration: underline;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.copy-row h2 {
  line-height: 2.25rem;
}

#content h2 {
  font-family: "px-grotesk-regular",Arial,Helvetica,sans-serif;
  font-weight: 400;
}

.application h3 {
  font-family: "px-grotesk-regular",Arial,Helvetica,sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
}

#content .extrabold-title h2 {
  font-family: "px-grotesk-bold",Arial,Helvetica,sans-serif;
  font-weight: 400;
}

.font-bold, .box-link, .footer__menu .menu-a {
  font-family: "px-grotesk-bold",Arial,Helvetica,sans-serif;
}
.gform-body div.gfield--type-textarea.gfield--width-full {
  max-width: 100%;
  flex: 0 0 100%;
}
/* typography */


/* temp */
.fullcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.header__phone {
  width: 56px;
  height: 56px;
  top: 17px;
  right: calc(max(calc((100% - 1810px) / 2), (194px / 2)));
  z-index: 600;
}

.icon--map-marker,
.icon--hours {
  width: 22px;
  height: 22px;
}

.header__phone .icon.icon--phone {
  /*width: 23px;
  height: 23px;*/
  display: none;
}

.border-white {
  border: 1px solid white;
}

.tax-technique h2 {
  font-size: 1.85rem;
  margin-bottom: 1.5rem;
}

.p-box-md {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tax-technique .top-image-holder {
  max-height: none;
}
.top-image-holder .block-50 {
  max-height: 750px
}

.top-image-holder .block-50 img {
  width: 100%;
    height: 750px;
    object-fit: cover;
}

main section h2 {
  line-height: 2.5rem;
}

.submenu-element .mb-4 {
  margin-bottom: 0.25rem;
}

.pt--52 {
  padding-top: 52px;
}

.pb--32 {
  padding-bottom: 32px;
}

.mb--56 {
  margin-bottom: 56px;
}

.w-100 {
  width: 100%;
}

.d-block {
  display: block;
}


/* menu */

.contact-thirdlevel {
  padding: 20px 0 0 0;
}

.contact-thirdlevel > li {
  list-style-type: none;
  background: none;
  padding: 0;
}

.submenu-a.hover-link.no-link,
.submenu-a.hover-link.no-link:hover {
  cursor: default;
}



.tech-row2-leftbg {
  background-repeat: no-repeat;
  background-position: top left;
  background-color: transparent;
}

.newlogo > img {
  max-width: 260px;
}

h1, h2, h3, h4, h5, h6,
h1.type-35 {
  font-size: 32px;
  line-height: 32px;
}

/* blackberry blue */
.slider-tabs__tab::after,
.slider-tabs__tab.loc,
.bg--lc,
.pattern-gallery,
.pagination,
.slider-tabs__tab.loc {
  background-color: #002159;
}

.slider-tabs {
  border-bottom: 10px solid #002159;
}

.js-state:hover, .js-state.loc {
  fill: #002159;
}

.submit:hover {
  background-color: #002159;
  color: #FFFFFF;
}

.slider-tabs__tab.loc:hover {
  color: #000000;
}

/* barely blue */
.bg--blue,
::selection,
.slider-tabs__tab:hover,
.scale-link::after,
.hover--bg-blue-dark:hover,
.hover--bg-blue:hover,
.gform_wrapper.gravity-theme .gform_footer input[type="submit"],
.submit,
.buildertool-color-holder .Request-quote a,
.chevron-link:hover,
.more-link::before,
.carousel-nav__btn:hover
 {
  background-color: #C7DDF3;
}

.tax-application h1::after {
  background-color: #C7DDF3 !important;
}
.submit,
.buildertool-color-holder .Request-quote a {
  color: #000000;
}
.request_a_quote_form .gf_page_steps .gf_step span.gf_step_number {
  background: #C7DDF3;
  border-color: #C7DDF3;
}
.request_a_quote_form .gf_page_steps::before,
.request_a_quote_form #_gform_previous_button_5, .request_a_quote_form #_gform_next_button_5,
.request_a_quote_form input[type="button"], .request_a_quote_form input[type="submit"],
.product-type-list:hover span, .product-type-html ul li.product-type.active span {
  background: #C7DDF3;
}
.gform_wrapper.gravity-theme .gform_footer input[type="submit"],
.pattern-gallery a.quote-button {
  background: #C7DDF3;
  font-family: 'px-grotesk-regular', Arial, sans-serif;
}

.pagination .page-numbers.current {
  border-color: #C7DDF3;
}

.page-template-documents, .page-template-products, .page-template-projects, .page-template-patterns {
    .document-link.hover-link.over.p-gut.gutter-half:hover {
        background-color: #C7DDF3;
    }
}

/* oh wow that's blue */
.mega-menu .menu-a::after,
.showroom-designer-gallery .designer-col:hover .inner {
  background-color: #00B4ED;
}

.header__search.hover--blue-lc:hover {
  background-color: transparent !important;
  color: #00B4ED;
}

.IconLauncher__BaseLauncher-c3ou5a-0.IconLauncher__ShapedLauncher-c3ou5a-1.hpCmyD.reagan--widget-loaded {
  background-color: #00B4ED !important;
}

.hover--blue-lc:hover {
  color: #00B4ED;
}

.request_a_quote_form #_gform_previous_button_5:hover, .request_a_quote_form #_gform_next_button_5:hover {
  background-color: #00B4ED !important;
}

.icon.color--blue,
.color--blue-letters,
.mngmnt-showcase-section .secondary-heading h2 span.sky-text,
.mngmnt-people-section .heading-block h2 span.sky-text,
.sky-text {
  color: #00B4ED;
}

.js-state {
  fill: #00B4ED;
}
/* stuff changed to white */
body {
  background-color: #FFFFFF;
}
.bg--whiteish,
.mngmnt-people-section {
  background-color: #FFFFFF;
}
.submit.border,
.page-template-documents section.pt-sec .left-cont,
.page-template-products section.pt-sec .left-cont,
.page-template-projects section.pt-sec .left-cont,
.page-template-patterns section.pt-sec .left-cont,
.box-link:hover {
  background-color: #FFFFFF;
}

/* stuff changed to black */
.hover--bg-blue:hover,
.color--lc,
.gform_wrapper.gravity-theme .gform_footer input[type="submit"],
.submit.border,
.box-link:hover,
.chevron-link:hover,
.gform_wrapper.gravity-theme .gform_previous_button.button, .gform_wrapper.gravity-theme .gform_save_link.button {
  color: #000000;
}

.box-link:hover {
  border-color: #000000;
}

.mngmnt-people-section {
  border-top: 1px solid #000000;
}

.filters-box.loc,
.carousel-nav__btn {
  background-color: #000000;
}
.footer__social {
  opacity: 1;
  color: #000000;
}

.hover-link:hover .filters-download, .filters-download:hover,
.submit.dark {
  background-color: #000000;
  color: #FFFFFF;
}
.page-template-documents, .page-template-products, .page-template-projects, .page-template-patterns {
    .search-cont input.submit {
        background: #000000 url(assets/img/search-icon-inv.png) no-repeat center center !important;
        color: #FFFFFF !important;
    }
}

.loc .menu-burger__inner.abs-center .abs-tl {
  left: 7px;
}

.logo {
  top: 17px;
}

form .label {
  top: -24px;
  left: 0;
}

.single form input {
  border: 1px solid #CCC;
  padding: 19px 17px 17px;
}

.js-state:hover .path,
.js-state.loc .path {
  fill: #002159;
}

.style-content blockquote p {
  border-left: solid 12px #00B4ED;
}

.menu-burger:hover {
  background-color: #000000;
}

.home-projects-border {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}


/* scrollbar changes */
* {
	scrollbar-width:thin;
	scrollbar-color:#00B4ED #ffffff;
}
*::-webkit-scrollbar {
	width:8px
}
*::-webkit-scrollbar-track {
	background:#ffffff;
}
*::-webkit-scrollbar-thumb {
	background-color:#00B4ED;
}
::-moz-selection {
	background-color:#00B4ED;
	color:#000000;
}

.page-template-documents, .page-template-products, .page-template-projects, .page-template-patterns {
    .search-cont input.submit {
         height: 54px !important;
    }
}

.mega-menu .menu-item .submenu-a:hover, .mega-menu .menu-item.current-menu-item>.submenu-a {
  color: #00B4ED;
}


@media only screen and (max-width: 980px) {
  .p-img {
    height: 95vh;
  }
  .text-over-img.abs-center header {
    padding-top: 3rem;
  }
  .header__phone {
    right: 155px;
    top: 18px;
  }
  .mb-d-56 {
    margin-bottom: 28px;
  }

  #header-menu .megamenu__inner.over a.no-link:hover {
    color: #FFF;
  }
}

@media (max-width: 540px) {
  .header__phone {
    right: 115px;
    top: 8px;
  }
  .pt-m-20 {
    padding-top: 20px;
  }
  .logo {
    max-width: 175px;
    top: 41px;
  }

  .megamenu__inner {
    padding: 108px 32px 20px;
  }

  .infopopup-holder__close {
    top: 76px;
  }
  .filters-opener .icon {
    right: 42px;
  }
  

}



@media only screen and (min-width: 530px) {
  #header {
    padding-top: 0;
    padding-bottom: 0.75rem;
  }

  .tax-application #content {
    margin-top: 72px;
  }
  .header__menu {
    padding: 1.875rem 0 0 0;
  }
  .header__right {
    font-family: "helveticaneuelight",Arial,Helvetica,sans-serif;
    color: #59595F;
  }

  .techniques-applications .application {
    padding: 1.5rem 0;
  }

  .header__inner .icon {
    fill: #59595F;
  }
  .header__inner .menu-burger {
    background: #59595F;
    color: white;
  }

  .header.transparent .menu-burger__line {
    background-color: white;
  }
  header ul.menu-ul li.main-item a {
    font-family: "helveticaneuelight",Arial,Helvetica,sans-serif;
    color: #59595F;
    font-weight: 300;
    font-size: 1.15rem;
  }
  .techniques-applications .application,
  .techniques-projects .project {
    padding: 1.5rem;
  }
  .pt-sec-plus {
    padding-top: 60px;
  }
  
  .pb-sec-plus {
    padding-bottom: 60px;
  }
  
  .tax-technique h2 {
    margin-bottom: 1.85rem;
  }
  
  .nobold {
    font-weight: 400 !important;
  }

  .px-5 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .tech-row2-quote {
    background-color: #FFF;
    background-position: 1.5rem 3rem;
    background-size: auto auto;
    background-repeat: no-repeat;
  }

  .mb-d-4 {
    margin-bottom: 2rem;
  }

  .pt-d-52 {
    padding-top: 52px;
  }
  .mb-d-56 {
    margin-bottom: 56px;
  }

  .side-filters_inner {
    padding-top: 132px;
  }

  /* .mega-menu .open-active .submenu-list.third-level {
    background-color: #002159;
  } */

  .mega-menu .submenu-list.third-level .submenu-item a:hover {
    color: #00B4ED;
  }
  .site-container header h1.mb-t {
    margin-bottom: 64px;
  }
}

@media only screen and (min-width: 980px) {
  .pt-sec {
    padding-top: 80px;
  }
  
  .pb-sec {
    padding-bottom: 80px;
  }
  .pt-sec-plus {
    padding-top: 120px;
  }
  
  .pb-sec-plus {
    padding-bottom: 120px;
  }

  .px-5 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .mb-d-4 {
    margin-bottom: 4rem;
  }

  .pb-d-2 {
    padding-bottom: 2rem;
  }

  .pt-d-1 {
    padding-top: 1rem;
  }

  /* #header-menu .menu-link {
    color: #575a5d;
  }*/
  #header-menu .menu-link {
    color: #000000;
  }
  .tech-row2-leftbg {
    background-size: 53% auto;
  }

  /* new logo styles */
  #logo > img {
    max-width: 100%;
    padding-top: 5px;
  }

  .site-container {
    margin-top: 32px;
  }

  #hubspot-messages-iframe-container {
    margin-right: 5rem;
  }
  
  
}

/* technique taxonomy pages */

.tax-technique h1::after {
  margin-left: 0;
}

/* applications tax pages */

.tax-application h1::after {
content: '';
  position: absolute;
  background-color: #C7C6C6;
  width: 95px;
  height: 10px;
  left: 0;
  right: 0;
  bottom: -40px;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .techniques-applications, .techniques-projects {
    flex-basis: 50%;
  }

  .megamenu__inner {
    padding-right: 160px;
  }


  .site-container {
    padding-top: 68px;
  }

}

@media screen and (max-width: 800px) {
  .techniques-applications, .techniques-projects {
    display: block;
    border-top: none;
  }

  .techniques-applications .application,
.techniques-projects .project {
  border-right: none;
}

.techniques-projects:first-child {
  border-top: none;
}
}
  

@media screen and (max-width: 768px) {
  .d-flex {
    flex-wrap: wrap;
  }

  .copy-row {
    flex-flow: column;
  }

  .row.copy-row > div {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .copy-row h2 {
    margin-top: 32px;
  }

  .block-50 {
    width: 100%;
    max-height: unset
  }

  .top-image-holder .block-50 img {
    max-height: 500px;
  }

  .top-image-holder .pr-4 {
    padding-right: 52px;
    padding-left: 52px;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .pb-sec {
    gap: 3rem;
  }

  #home-tab-slider .slider-content .block-40 > .block-50 {
    width: 50%;
  }


}

@media screen and (max-width: 530px) {

  .top-image-holder .pr-4 {
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }

  .gform_wrapper {
    margin: 0 1.5rem;
  }

  #header-menu > .megamenu__inner,
  #menu-megamenu_en.menu-ul,
  .menu-ul > li.main-item,
  .main-item .submenu-list,
  .main-item .submenu-item,
  .mega-menu .submenu-list.third-level {
    overflow: hidden;
  }

  .mega-menu .submenu-list {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .mega-menu .submenu-list.third-level {
    max-height: 0;
    padding-top: 0;
    transition: all 0.6s ease;
    width: 100%;
  }

  .mega-menu .submenu-item {
    margin-bottom: 0;
  }
  
  .mega-menu .open-active .submenu-list.third-level {
    max-height: 99vh;
    background-color: #002159;
    margin-top: 13px;
    margin-bottom: 25px;
  }

  .megamenu__inner {
    padding-right: 22px;
  }

  .mega-menu .submenu-list.third-level .submenu-item {
    margin-bottom: 0;
    margin-left: 25px;
  }
  .mega-menu .submenu-list.third-level .submenu-item a {
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
    color: #ffffff;
  }
  .mega-menu .submenu-list.third-level .submenu-item a:hover,
  .mega-menu .submenu-list.third-level .submenu-item a:active,
  .contact-thirdlevel a:hover,
  .contact-thirdlevel a:active {
    color: #00B4ED;
  }
  .mega-menu .submenu-list.third-level .submenu-item:first-child a {
    margin-top: 12px;
  }
  .mega-menu .submenu-list.third-level .submenu-item:last-child a {
    margin-bottom: 12px;
  }

  #contact-submenu .grid-fluid {
    display: flex;
    flex-direction: column;
  }

  #header-menu li.open-active > a.submenu-a,
  #header-menu li.open-active > a.submenu-a:hover {
    color: #00B4ED !important;
  }

  #header-menu .megamenu__inner.over a.no-link:hover {
    color: #00B4ED !important;
  }

}
  
/*@media (max-width: 1350px) {
  .megamenu__inner
  {
      padding-right: 174px;
  }
}*/

/* some overrides */
.elementor {
  padding-top: 0;
}

.pt-page {
  padding-top: 0;
}

.icon.icon--phone {
  top: 50%;
}

.header__search.scrolled {
  color: #000000 !important;
}

.hover--blue:hover {
  color: #C7DDF3;
}

#menu-item-220 > span > a {
  text-decoration: none;
}
#menu-item-220 > span > a:hover {
  text-decoration: underline;
}

.mega-menu .megamenu__inner {
  padding: 32px 0 0;
}

.header--mainmenu .menu {
  display: flex;
  width: 70%;
  margin: 0 100px 0 auto;
  list-style-type: none;
  justify-content: end;
}

.header--mainmenu .menu li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: none;
}

.header--mainmenu .menu li a {
  display: block;
  position: relative;
  padding: 2px 12px 24px;
  transition: background-color 277ms cubic-bezier(0.16, 0.01, 0.77, 1), color 277ms cubic-bezier(0.16, 0.01, 0.77, 1);
  will-change: background-color, color;
}

.header--mainmenu .menu li:not(.item--button) a:after {
  content: '';
  background-color: #00B4ED;
  width: 100%;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  /*prefixes copied from original css*/
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 380ms;
  -o-transition-duration: 380ms;
  -webkit-transition-duration: 380ms;
  transition-duration: 380ms;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transform-origin: right 50%;
  -ms-transform-origin: right 50%;
  -webkit-transform-origin: right 50%;
  transform-origin: right 50%;
  will-change: transform;
}
.header--mainmenu .menu li:not(.item--button) a:hover:after {
  /*prefixes copied from original css*/
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform-origin: left 50%;
  -ms-transform-origin: left 50%;
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}

.header--mainmenu .menu li.item--button a {
  color: #fff;
}

.header--mainmenu .menu li.item--button a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 75%;
  background-color: #002159;
  left: 0;
  bottom: calc(100% / 3);
  z-index: -1;
    transition: background-color 500ms cubic-bezier(0.16, 0.01, 0.77, 1), color 500ms cubic-bezier(0.16, 0.01, 0.77, 1);
    will-change: background-color, color;
}

.header--mainmenu .menu li.item--button a:hover:before {
  background-color: #00B4ED;
}

.menu-burger {
  background-color: #fff !important;
}

.menu-burger__line {
  background-color: #000 !important;
  height: 3px;
}

.menu-burger__line.line--top {
  margin-top: -10px;
}

.menu-burger__line.line--mid {
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}

.menu-burger__line.line--bottom {
  margin-top: 10px;
}

.menu-burger.loc .menu-burger__line.line--top {
  -moz-transform: rotate(45deg) translateY(14px);
  -ms-transform: rotate(45deg) translateY(14px);
  -webkit-transform: rotate(45deg) translateY(14px);
  transform: rotate(45deg) translateY(14px);
}

.menu-burger.loc .menu-burger__line.line--bottom {
  -moz-transform: rotate(-45deg) translateY(-14px);
  -ms-transform: rotate(-45deg) translateY(-14px);
  -webkit-transform: rotate(-45deg) translateY(-14px);
  transform: rotate(-45deg) translateY(-14px);
}

@media screen and (max-width: 1350px) {
  .megamenu__inner {
    font-size: 18px;
  }
}

@media screen and (max-width: 1200px) {
  .site-container {
    padding-top: 49px;
  }

  .megamenu__inner {
    font-size: 16px;
  }

  .header--mainmenu .menu {
    margin-right: 85px;
  }

  .header--mainmenu .menu li a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .header--mainmenu .menu li.item--button:not(:last-child) {
    margin-right: 10px;
  }
}

@media all and (max-width: 980px) {
  .mega-menu-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 87px;
    width: 100%;
    background: #fff;
  }

  .megamenu__inner {
    font-size: 19px;
  }

  .header--mainmenu .menu {
    display: block;
    width: 100%;
    margin: 100px 0 0 32px;
  }

  .header--mainmenu .menu li {
    margin-bottom: 10px;
  }

  .header--mainmenu .menu li a {
    padding: 6px;
    display: inline-block;
  }

  .header--mainmenu .menu li.item--button {
    margin-bottom: 20px;
  }

  .header--mainmenu .menu li.item--button a {
    padding: 10px 25px;
    border: 1px solid #fff;
    min-width: 130px;
    text-align: center;
  }

  .header--mainmenu .menu li a:after,
  .header--mainmenu .menu li.item--button a:before {
    display: none;
  }

  .header--mainmenu .menu li.item--button:not(:last-child) {
    margin-top: 20px;
  }
}

@media all and (max-width: 800px) {
  .logo {
    -moz-transform: translateY(20%) scale(0.8);
    -ms-transform: translateY(20%) scale(0.8);
    -webkit-transform: translateY(20%) scale(0.8);
    transform: translateY(20%) scale(0.8);
  }
}

@media all and (max-width: 540px) {
  .mega-menu-bg:after {
    height: 67px;
  }

  .logo {
    -moz-transform: translateY(-55%) scale(0.8);
    -ms-transform: translateY(-55%) scale(0.8);
    -webkit-transform: translateY(-55%) scale(0.8);
    transform: translateY(-55%) scale(0.8);
  }
}

@media only screen and (min-width: 1201px) {
  .header--mainmenu .menu li.item--button {
    margin-right: 20px;
    margin-left: 13px;
  }

  .header--mainmenu .menu li.item--button:last-child {
    margin-right: 15px;
    margin-left: 5px;
  }
}

@media screen and (min-width: 1301px) {
  .header--mainmenu .menu li.item--button {
    margin-left: 20px;
    margin-right: 35px;
  }

  .header--mainmenu .menu li.item--button:last-child {
    margin-right: 27px;
    margin-left: 5px;
  }

  .header--mainmenu .menu li.item--button a:before {
    bottom: initial;
    top: -15%;
    width: 110%;
    height: 90%;
    left: -5%;
  }
}

.show-only-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .hide-mobile-bp {
    display: none;
  }

  .show-only-mobile {
    display: block;
  }

  .mobile-force-show {
    display: block;
  }

  section.footer .divider {
    margin-left: 0;
    margin-right: 0;
  }

  .site--footer {
    display: flex;
    flex-direction: column;
  }

  .site--footer .footer-block-tnc {
    width: 100%;
    float: none;
    display: block;
  }

  .site--footer .footer-block-newsletter {
    order: 2;
    padding-bottom: 0;
  }

  .site--footer .footer-block-nav {
    order: 1;
  }

  .site--footer .divider {
    order: 4;
  }

  .site--footer .footer-block-tnc {
    order: 5;
  }

  .site--footer .footer-block-socials {
    order: 3;
    margin: 20px 0;
  }

  .site--footer .footer-block-newsletter a.logo.newlogo {
    transform: none;
  }

  .site--footer .footer-block-newsletter p.gutter {
    margin: 0;
  }

  .site--footer .footer-block-newsletter .newsletter-holder {
    display: block;
  }

  .site--footer .footer-block-newsletter .newsletter-holder > p.font-bold {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }

  .site--footer .footer-block-newsletter .newsletter-holder .flex__col-25.tab-50 {
    width: 100%;
    display: block;
  }

  .site--footer .footer-block-newsletter .newsletter-holder .flex__col-25.tab-50 div.gform_wrapper {
    margin: 0;
  }

  .site--footer .footer-block-newsletter .newsletter-holder .gform_wrapper.gravity-theme .gform_fields {
    margin: 0;
  }

  .site--footer .footer-block-tnc > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .site--footer .footer-block-tnc > div > span:first-child {
    display: block;
    text-align: center;
    order: 2;
  }

  .site--footer .footer-block-tnc > div > span:last-child {
    display: block;
    text-align: center;
    order: 1;
  }

  .site--footer .footer-block-tnc > div > span:last-child a {
    padding: 0;
  }

  .site--footer .footer-block-tnc > div > span:last-child a:first-child {
    padding-left: 0;
  }

  .site--footer .footer-block-tnc > div > span:last-child a:last-child {
    margin-left: 20px;
  }

  .site--footer .footer-block-socials .social-links {
    width: 100%;
    display: flex;
    margin: 0;
    justify-content: center;
  }

  .site--footer .footer-block-socials .social-links a {
    max-width: 50px;
  }

  .site--footer .footer-block-socials .social-links a img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 541px) and (max-width: 767px) {
  .site--footer .footer-block-newsletter .newsletter-holder .gform_wrapper.gravity-theme .gfield input.large {
    width: calc(100% - 185px);
  }
}

@media screen and (max-width: 540px) {
  .site--footer {
    padding-top: 32px;
  }

  .site--footer .footer-block-newsletter .newsletter-holder .flex__col-25.tab-50 div.gform_wrapper > form {
    display: flex;
  }

  .site--footer .footer-block-newsletter .newsletter-holder .gform-body.gform_body {
    margin: 0 5px 0 0;
    flex: 2;
  }

  .site--footer .footer-block-newsletter .newsletter-holder .gform-footer.gform_footer {
    display: inline-block;
    flex: 1;
  }

  .site--footer .footer-block-newsletter .newsletter-holder .gform_wrapper.gravity-theme .gfield input.large {
    width: 100%;
  }

  .site--footer .footer-block-socials .social-links {
    gap: 20px;
  }
}

.cpt-single-cover-img {
  width: 100%;
  height: auto;
}

.page-template-products .search-cont #search-holder,
.page-template-patterns .search-cont #search-holder,
.page-template-documents .search-cont #search-holder,
.page-template-projects .search-cont #search-holder {
  margin-bottom: 40px;
}

.page-template-products .search-cont form div.new-search-results-holder,
.page-template-patterns .search-cont form div.new-search-results-holder,
.page-template-documents .search-cont form div.new-search-results-holder,
.page-template-projects .search-cont form div.new-search-results-holder {
  margin: 0;
  padding: 0;
  max-height: 0;
  transition: max-height .33s;
}

.page-template-products .search-cont form div.new-search-results-holder:has(a),
.page-template-patterns .search-cont form div.new-search-results-holder:has(a),
.page-template-documents .search-cont form div.new-search-results-holder:has(a),
.page-template-projects .search-cont form div.new-search-results-holder:has(a) {
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
  max-height: 1000px;
}

.page-template-products .search-cont form input#search-field,
.page-template-patterns .search-cont form input#search-field,
.page-template-documents .search-cont form input#search-field,
.page-template-projects .search-cont form input#search-field {
  padding-left: 10px;
}

.newsletter-holder .gform_wrapper.gravity-theme .gform-footer .gform-loader {
  position: absolute;
}