/*!
Theme Name: QMI 2023
Theme URI: https://pilotdigital.com/themes/chicago-1924
Author: Pilot Digital
Author URI: http://pilotdigital.com
Description: first aerial circumnavigation of the world
Version: 2.0.0
Template: chicago-1924
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: chicago-1924
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

Chicago 1924 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

:root {
    --primary: #131D2F;
    --accent: #FF6E1E;

    --accent-dark: #FF6E1E;

    --neutral-100: whitesmoke;
    --neutral-300: gainsboro;
    --neutral-500: #ABABAB;
    --neutral-700: #777777;
    --neutral-900: #303030;
	--paddingAmount: 2.5rem;
	--paddingAmount: 85px;
	--gform-theme-form-row-gap: 20px; 
	    --wp--preset--font-size--medium: 16px;
	
    font-size: 1.15rem;
}

.has-medium-font-size {    
    line-height: 1.5rem;
}

.margin-top-paragraph{
	margin-top:1.5rem !important;
}

.gform-theme--api, .gform-theme--foundation{
	--gform-theme-form-row-gap: 20px; 
	--gform-theme-control-box-shadow-focus: none;
	--gform-theme-control-border-style: none;
	--gform-theme-font-size-primary: 20px;
	--gform-theme-control-size-sm: 60px;
    --gform-theme-control-size-md: 60px;
    --gform-theme-control-size-lg: 60px;
    --gform-theme-control-size-xl: 60px;
	--gform-theme-border-radius: 0; 
}

input{
	border-radius: 0 !important;
}

body {
  color: var(--primary);
  font-family: "myriad-pro", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

div#content {
    top: -90px;
    position: relative;
}

.btn {
    cursor: pointer;
    display: block;
    font-family: "myriad-pro", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    padding: 0.75rem 1.25rem;
    margin: 1rem 0;
    transition: all .2s ease-in-out;
    padding-right: 0.75rem;
    background: #fff;
    color: #131D2F;
    border: 1px solid #131D2F;
    max-width: max-content;
    text-decoration: none;
}

a.btn:after {
    content: "";
    background: url(/wp-content/uploads/2023/08/link_arrow.svg);
    width: 40px;
    height: 1rem;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    line-height: 40px;
    background-position: bottom;
    margin-left: 10px;
    background-size: auto 100%;
    top: 2px;
}

a.btn:hover {
    border-color: var(--accent-dark);
}

.site-header nav#site-navigation #primary-menu.menu-is-open:before {
    height: 90px;
    position: fixed;
    transform: none;
    opacity: 1;
}

.admin-bar .site-header nav#site-navigation #primary-menu.menu-is-open:before {
    top: 32px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
  line-height: 1.15;
  margin-bottom: .25em;
}

h1 {
  font-size: calc(1.75rem + 1vw);
}

h2 {
  font-size: calc(1.73rem + 1vw); 
}

h3 {
  font-size: calc(1.5rem + .5vw);
}

h4 {
  font-size: calc(1.2rem + .25vw);
}

h5 {
  font-size: calc(1rem + .25vw);
  margin-bottom: .25em; 
  text-transform: uppercase;
}

h4 a, h2 a, h3 a {
    text-decoration: none;
}

p {
  line-height: 1.5;
  margin: 1rem 0 1.25rem 0; 
}

p {
    font-size: 1.2rem;
}

p, ul, p.width-75 {
    max-width: 60vw;
}

blockquote {
  quotes: "\201C""\201D""\2018""\2019";
  margin: 1.5rem 0 1.5rem 1rem;
}

blockquote p {
  color: var(--primary);
  font-size: 1rem;
  padding: 2rem 1rem 1rem 1.75rem;
  margin: 0;
  position: relative;
}

blockquote p::before {
  content: open-quote;
  color: var(--accent);
  font-size: 5rem;
  position: absolute;
  top: -.3rem;
  left: -1rem;
}

blockquote cite {
  font-style: normal;
  padding-left: 1.75rem;
}

::selection {
  background: var(--accent);
  color: white;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* Links
	 ========================================================================== */

a {
  color: var(--primary);
      text-decoration: underline;
}

a:hover {
  color: var(--accent-dark);
}

a:focus,
button:focus {
  outline: 1px dotted var(--primary);
}

a:focus,
a:active {
  text-decoration: none;
}

a:active {  

}

.single-post-nav a, #breadcrumbs a {
    text-decoration: none;
}

/* Buttons
	 ========================================================================== */

button,
input[type=submit],
.wp-block-button__link {
  background: var(--accent);
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: block;
  font-family: "myriad-pro", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: .75rem 1.25rem;
  margin: 1rem 0;
  transition: all .2s ease-in-out;
  padding-right: 0.75rem;
  /* padding-right: .75rem; */
}

button:hover,
input[type=submit]:hover,
.wp-block-button__link:hover {
  background: var(--accent-dark);
  border-color: var(--accent-dark);
}

.is-style-outline .wp-block-button__link {
  background: none;
  border: 2px solid var(--accent);
  color: var(--accent);
}

.is-style-outline .wp-block-button__link:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: white;
}

/* Menus
	 ========================================================================== */

.main-navigation {
  width: auto;
}

.main-navigation #primary-menu > li {
  padding: 1.5rem 0;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/* Wrapper class widths */

.content-width,
.single .entry-content,
.single .post-thumbnail,
.single .entry-footer {
  max-width: var(--contentWidth);
}

.main-width,
.wall-to-wall .wp-block-group__inner-container,
.site-info-block {
  max-width: var(--mainWidth);
}

.content-width,
.main-width,
.wall-to-wall .wp-block-group__inner-container,
.site-info-block,
.single .entry-content,
.single .post-thumbnail,
.single .entry-footer {
  margin: auto;
  padding: 0 var(--paddingAmount);
}

.wrapper{
	padding-left:var(--paddingAmount);
	padding-right:var(--paddingAmount);
}

/* Flex
	 ========================================================================== */

.flex,
.site-header .wrapper,
#primary-menu {
  display: flex;
  flex-flow: row wrap;
}

.site-branding {
  flex: 0 1 25%;
}

.main-navigation {
  flex: 1 1 auto;
}

.site-search {
  flex: 0 1 auto;
}

/* Flex Alignment */

.site-header .wrapper,
.main-navigation {
  align-items: center;
}

/* CSS Grid
	 ========================================================================== */

.grid,
.page .entry-header,
.blog main > header,
.single .entry-header {
  /* display: -ms-grid;
  display: grid;
  gap: 0 1rem; */
}

.grid,
.site-main > article .entry-header,
.blog main > header,
.site-main .page-header {
   -ms-grid-columns: (1fr)[8];
   grid-template-columns:
    [full-start] minmax(0, 1fr)
    [main-start] repeat(6, minmax(0, 9.5rem))
    [main-end] minmax(0, 1fr) [full-end];
}

/* CSS Grid Column Placement */

.site-main > article .entry-header h1,
.site-main > article .entry-header .h-intro-txt,
.site-main > article .entry-header #breadcrumbs,
.blog main > header h1,
.site-main .page-header h1 {
  -ms-grid-column-span: 6;
  -ms-grid-column: 2;
  grid-column: 2 / span 6;
}

/* CSS Row Column Placement */


/* CSS Grid Alignment */

.site-main > article .entry-header h1 {
  -ms-grid-row-align: center;
  align-self: center;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

hr {
  background: var(--neutral-300);
  border: none;
  height: 1px;
}

.single-accord-item.open-accord-item .sai-content {
    grid-template-columns: 76% 17%;
    grid-gap: 12px;
}

.single-accord-item.open-accord-item .sai-content .saic-text br {
    display: block;
    content: "";
    margin: 16px 0px;
}

/* Lists
	 ========================================================================== */

 ul,
 ol {
   list-style: none;
   margin: 0 0 1.5rem 0;
   padding-left: 1rem;
 }

 article ul {
   list-style-type: disc;
 }

 article ul ul {
   list-style-type: disc;
 }

 article ol {
   list-style-type: decimal;
 }

 article ol ol {
   list-style-type: lower-alpha;
 }

 ul li,
 ol li {
   line-height: 1.3;
   margin: 0.5rem 0;
 }

 .entry-content ul li,
 .entry-content ol li {
   font-size: 1.2rem;
 }

 li::marker {
   color: var(--primary);
 }

 /* Tables
 	 ========================================================================== */

 table {
   border-collapse: collapse;
   margin: 1em 0 3rem;
   width: 100%;
 }

 thead th {
   background: var(--accent);
   color: white;
 }

 tr {
   border-bottom: 1px solid var(--neutral-300);
   line-height: 2;
 }

 th,
 td {
   line-height: 1.5;
   padding: .5em;
   text-align: left;
 }

 /* Forms
 	 ========================================================================== */

 form {
   margin-bottom: 1.5rem;
 }

 form ul {
   padding: 0;
 }

 form ul li::before {
   display: none;
 }

 .form-label {
   display: block;
   line-height: 2;
   font-weight: 700;
 }

 input,
 textarea,
 select {
   font-size: .95rem;
   padding: .5rem;
   border: none;
   border-radius: 0;
   transition: border-color 0.3s ease;
 }
 
 textarea {
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
}

 input:focus,
 textarea:focus,
 select:focus {
   outline: none;
   border-color: var(--accent);
   box-shadow: 0 0 0 1px var(--accent);
 }

::placeholder {
	color: var(--primary);
	font-weight: normal;

}

select{
	border-radius: 0 !important;
}

input, select, textarea {
	box-shadow: none !important;
}
 
 .post, .page{
	 margin-bottom:0;
 }
 
 
 /*MENU */


.inner-mega-menu {
    display: flex;
}



.menuBox.mega-align-left .inner-mega-menu {
    max-width: 1920px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.menuBox.mega-align-left .inner-mega-menu a{
	color: #131D2F;	
}

.menuBox.mega-align-left .inner-mega-menu a.wp-block-button__link {
    background: transparent;
}
 
 
 .custom-logo {
/* max-height: 78px;
    width: auto !important;
    margin-top: 6px; */
    max-height: 64px;
    width: auto !important;
    margin-top: 11px;
}
 .hasRobustSub .inner-menu-content h4 {
    margin-top: 5px;
    margin-bottom: .2rem;
    font-size: 1.2rem;
	text-transform: uppercase;
	min-height: 2.7rem; 
}

.hasRobustSub .inner-menu-content .case-study-menu-item h4 {
    margin-bottom: 0;    
}

#menu-item-43 .inner-menu-content h4, #menu-item-42 .inner-menu-content h4 {
    min-height: auto;
}

.main-navigation #primary-menu > li {
    padding: 0;
    height: 100%;
    z-index: 2;
} 

.main-navigation .menu-item .menuBox.mega-menu {
   
}

.main-navigation .menu-item .menuBox.mega-menu.isVisible {
    transform-origin: top;
  animation: dropdown .2s ease-out;
}

@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  40% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}

.main-navigation .menu-item .menuBox.mega-menu.isVisible {
    position: fixed;
	
    top: 90px;
}
.site-header .wrapper, .main-navigation {     
    height: 90px;    
}

body.admin-bar #primary-menu > li > .menuBox.isVisible {
    top: 122px;
}

nav#site-navigation #primary-menu {
    color: #fff;
    height: 90px;
    align-items: center;
	padding-right: 1rem;     
    float: right;
	padding-left:55px; 
}


.site-branding {
    height: 90px;
}

nav#site-navigation #primary-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #2B3444;
    z-index: -1;
    height: 100%;
    width: 100vw;
    opacity: 0.7;
    transform: skew(30deg); /* angle you want */
    /* transform-origin: top right; */
    /* -webkit-transition: all 0.5s ease-out; */
    /* transition: all 0.5s ease-out; */
}

nav#site-navigation #primary-menu > li > a {
    color: #fff;
	padding: 0;
	font-weight: 600;
}

nav#site-navigation #primary-menu:after {
    content: "";
}

.wp-block-button__link {
    background: #fff;
    color: #131D2F;
    border: 1px solid #131D2F;
}

.wp-block-button__link:hover {
    background: #fff;
    color: #131D2F;
    border: 1px solid #131D2F;
}

.menuBox.mega-align-left .inner-mega-menu a {
    color: #fff;
    border-color: #fff;
}

.menuBox .inner-menu-content .wp-block-button__link {
    max-width: 320px;
}

.menuBox .inner-menu-content h3 {
    margin-top: 0;
	min-height: 200px;
}

.menuBox .inner-menu-content {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 2rem;
    color: #fff;
}

.imm-left {
    flex: 1 1 40%;
    max-width: 370px;
    margin-right: 10%;
}

.imm-right {
    flex: 1 1 50%;
}

#primary-menu > li > .menuBox.mega-menu.isVisible {
    display: block;
    background: #2B3444;
    color: #fff;
}

#primary-menu > li#menu-item-63 > .menuBox.isVisible .sub-menu,
#primary-menu > li#menu-item-43 > .menuBox.isVisible .sub-menu,
#primary-menu > li#menu-item-70 > .menuBox.isVisible .sub-menu,
#primary-menu > li#menu-item-72 > .menuBox.isVisible .sub-menu,
#primary-menu > li#menu-item-71 > .menuBox.isVisible .sub-menu,
#primary-menu > li#menu-item-42 > .menuBox.isVisible .sub-menu {
    display: none;
}

.main-navigation .isVisible .close-mega-menu {
    color: #fff;
} 

.single-prod-cat-menu {
    flex: 1 1 22%;
    gap: 20px;
    margin-bottom: 1rem;
}

.imm-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

li#menu-item-63 .imm-right {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 1rem;	
}

li#menu-item-63 .spcm-img-container{
	height:150px; 	
}

.spcm-img-container {
    height: 200px;
    overflow: hidden;
    position: relative;
    /* margin-right: 20px; */
    width: 100%;
}

.spcm-img-container img {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.admin-bar header.site-header.nav-up{
	top: 32px;
	background: transparent;
	border: 0;
}

header.site-header.nav-up{
	top: 0;
}

.site-search.search-toggle {
    color: #fff;
    z-index: 2;
}

.main-navigation .isVisible .close-mega-menu {
    border: 0;
}

header.site-header.didScroll {
    background: transparent;
    border: 0;
}

.single-prod-cat-menu {
    justify-content: space-around;
    margin-right: 10px;
    margin-left: 10px;
}

#cid72 .imm-right .single-prod-cat-menu {
    flex: 1 1 45%;
}

nav#site-navigation #primary-menu > li > a {
    max-width: 110px;
    border-right: 1px solid #fff;
    padding-right: 1rem;
    line-height: 1.2rem;
    height: 2.4rem;
    position: relative;
}

nav#site-navigation #primary-menu > li.current-menu-item > a {
    color: var(--accent-dark);
}

nav#site-navigation #primary-menu > li.current-menu-item > a:before {
    content: "";
    position: absolute;
    height: 5px;
    background: var(--accent-dark);
    width: calc(100% - 1rem);
    top: -5px;
}

button.nav-menu-toggle {
    display: none;
}

.site-search.search-toggle i {
    font-size: 2.5rem;
}

header.site-header {
    z-index: 1;
}

nav#site-navigation #primary-menu > li:hover > a:before {
    content: "";
    position: absolute;
    height: 5px;
    background: var(--accent-dark)  !important;
    width: calc(100% - 1rem);
    top: -5px;
}

nav#site-navigation #primary-menu > li:hover > a {
    color: var(--accent-dark) !important;
}

nav#site-navigation #primary-menu:hover > li.current-menu-item > a {
    color: #fff;
}

nav#site-navigation #primary-menu:hover > li.current-menu-item > a:before {
    background: none;
} 

.menuBox.mega-align-left .inner-mega-menu a:hover {
    color: var(--accent-dark);    
}
 
/* FOOTER */
.site-search.search-toggle i:hover {
    color: var(--accent-dark);
}

footer.site-footer {
    background: #131D2F;
    color: #fff;
    padding-top: 5rem;
    position: relative;
    overflow: hidden;
    padding-bottom: 3rem;
    margin-top: 0;
}

footer.site-footer .footer-top-text {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(44% + 2px);
	min-width: 225px;
    font-size: 3rem;
    height: 85px;
    background: #FFF;
    color: var(--primary);
}

#back-to-top {
    position: absolute;
    
    width: 50px;
    cursor: pointer;
    height: 30px;    
    right: 4rem;
	bottom: -70px;
}

.admin-bar .home div#back-to-top{
	bottom: -102px;
}

body.admin-bar div#back-to-top {
    bottom: -70px;
}



.footer-top-text p {
    margin: 0;
    padding: 0;
}

.footer-top-text:before {
    content: "";
    left: -90px;
    top: 0px;
    z-index: 1000;
    width: 60px;
    height: 85px;
    transform: skewX(30deg);
    position: absolute;
    background: #fff;
}

footer.site-footer .wp-block-button__link {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

footer.site-footer:before {
content: "";
    background: url('/wp-content/uploads/2024/03/qmi_footer_icon.svg');
    position: absolute;
    left: 100px;
    top: -140px;
    height: 800px;
    width: 100%;
    background-repeat: no-repeat;
    z-index: 1;
}

footer.site-footer * {
    z-index: 1;
    position: relative;
}

footer.site-footer .site-info.wrapper {
    padding-left: 0;
    flex: 1 1 50%;
}

footer.site-footer .site-info.wrapper p {
    font-size: .75rem;
}

footer.site-footer .site-info.wrapper span {
    padding: 0 0.2rem;
}

.footer-contact-blurb {
    max-width: 600px;
}

section.site-info-block p {
    margin: 0;
}

footer.site-footer h2 {
    margin-top: 0;
}

.footer-widget-col-2 {
    margin-top: 110px;
}

section.site-info-block {
    display: flex;
}

#footer-btm-right {
    flex: 1 1 50%;
    color: #fff;
}

#footer-btm-right a {
    color: #fff;
    font-size: 2rem;
    text-decoration: none;
	margin-right: 15px;
}

#footer-btm-right p a {
    font-weight: 700;
}

.widget_wpb_widget_chicago_socail a {
    border: 3px solid;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    text-align: center;
}
a.social{
	margin: 0;
}

.social.facebook::after {    
    content: "\f39e";
}

.social.linkedin::after {    
    content: "\f0e1";
}

#footer-btm-right .widget_wpb_widget_chicago_socail a:after {
    line-height: 44px;
    text-align: center;
    width: 50px;
}

footer.site-footer a {
    color: #fff;
    text-decoration: none;
}

div#footer-btm-right {
    margin-bottom: 0;
}

div#footer-btm-right .wp-block-columns {
    margin-bottom: 0;
}

footer.site-footer .widget_wpb_widget_chicago_socail {
    margin-bottom: 0;
}


.footer-phone-container p, .footer-location-container p {
    font-size: 1.2rem !important;
}

section.site-info-block.footer-bottom {
    margin-top: 4rem;
}

footer.site-footer .footer-top-text p {
    margin: 0; 
    padding: 0;
    font-style: italic;
}

.footer-top-text:after {
    content: "";
    position: absolute;
    left: -60px;
    width: 60px;
    height: 85px;
    background: #fff;
    top: 0px;
}

.wp-block-button__link:hover, footer.site-footer .wp-block-button__link:hover {
    color: var(--accent-dark);
    border-color: var(--accent-dark);
}

footer.site-footer a:hover, #footer-btm-right a:hover {
    color: var(--accent-dark);
}


/* HERO */
.blog main > header {
    position: relative;
    overflow: hidden;
    width: 100%;
    z-index: 0;
	padding: 0;
}

.single .entry-header, .page .site-main > article > .entry-header {
    padding: 0;
}


.hero-container span{
	color: var(--heroAccent);
}

header.entry-header {
    /* top: -90px; */
    z-index: 0;
}

.hero-image {
    height: 75vh;
    min-height: 725px;
    overflow: hidden;
    width: 100vw;
    position: absolute;
    left: 0;
}

.hero-image:after{
	background : -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 1) 30%,rgba(3, 3, 3, 0.81) 43.07%,rgba(12, 12, 12, 0.68) 52.38%,rgba(28, 28, 28, 0.56) 60.53%,rgba(50, 50, 50, 0.46) 68.02%,rgba(79, 79, 79, 0.36) 75.05%,rgba(114, 114, 114, 0.26) 81.74%,rgba(156, 156, 156, 0.17) 88.16%,rgba(203, 203, 203, 0.08) 94.21%,rgba(255, 255, 255, 0) 99.95%);
	background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.3,rgba(0, 0, 0, 1) ),color-stop(0.4307,rgba(3, 3, 3, 0.81) ),color-stop(0.5238,rgba(12, 12, 12, 0.68) ),color-stop(0.6053,rgba(28, 28, 28, 0.56) ),color-stop(0.6802,rgba(50, 50, 50, 0.46) ),color-stop(0.7505,rgba(79, 79, 79, 0.36) ),color-stop(0.8174,rgba(114, 114, 114, 0.26) ),color-stop(0.8816,rgba(156, 156, 156, 0.17) ),color-stop(0.9421,rgba(203, 203, 203, 0.08) ),color-stop(0.9995,rgba(255, 255, 255, 0) ));
	background : -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	background : linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	opacity : 0.5;
	filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity=50) progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#FFFFFF' , GradientType=1);
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
    top: 0;
    content: "";
	z-index: 2;
}

.hero-image:before{
	background : #2B3444;
	background : rgba(43, 52, 68, 1);
	opacity : 0.5;
	filter: alpha(opacity=50) progid:DXImageTransform.Microsoft.Alpha(opacity=50) ;
	position: absolute;
	width: 100%;
    height: 100%;
	left: 0;
    top: 0;
    content: "";
	z-index: 1;
}

.home .hero-image:after {    
	opacity: .46;
    z-index: 2;
    background: #293445;    
    /* background: #293445; */
    /* background : rgba(41, 52, 69, 1); */
    opacity: 0.6;
	filter:none;
}

.home .hero-image:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgba(0,160,255,1) 0%, rgba(0,0,0,1) 100%);
    z-index: 1;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(0, 160, 255, 1) 0%,rgba(186, 190, 197, 1) 99.98%);
    background : -webkit-linear-gradient(0deg, rgba(0, 160, 255, 1) 0%, rgba(186, 190, 197, 1) 99.98%);
    background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(0, 160, 255, 1) ),color-stop(0.9998,rgba(186, 190, 197, 1) ));
    background : -o-linear-gradient(0deg, rgba(0, 160, 255, 1) 0%, rgba(186, 190, 197, 1) 99.98%);
    background : -ms-linear-gradient(0deg, rgba(0, 160, 255, 1) 0%, rgba(186, 190, 197, 1) 99.98%);
    background : linear-gradient(90deg, rgba(0, 160, 255, 1) 0%, rgba(186, 190, 197, 1) 99.98%);
    opacity: 0.3;
	filter:none;
}

.hero-image img {
    position: absolute;
    min-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-container {
    position: relative;
    height: calc(75vh + 1px);
}

.slide-content {
    position: absolute;
    z-index: 2;
    top: calc(8vh + 90px);
    color: #fff;
    max-width: 1920px;
    padding-left: var(--paddingAmount);
    left: 0;
    right: 0;
    margin: 0 auto;
	z-index: 44;
	    padding-right: var(--paddingAmount);
		    top: calc(50% - 45px);
    bottom: auto;
    transform: translateY(-50%);
}

h3.hero-text {
    font-weight: normal;
    max-width: 805px;
	font-size: calc(1.4rem + .4vw); 
}

h3.sc-subtitle {
    margin: 0;
}

.hero-container h1 {
    margin-top: 0;
	text-transform: uppercase;
}

.hero-container-btm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 3rem;
    height: 85px;
    color: #000;
    z-index: 4444;
}

.hcb-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background: #fff;
    height: 100%;
}

.hcb-accent {
    width: 40px;
    height: 86px;
    transform: skewX(30deg);
    position: absolute;
    bottom: -1px;
    left: 50%;
    background: var(--heroAccent);
}

.hcb-left:before {
    width: 86px;
    height: 86px;
    transform: skewX(30deg);
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #fff;
    content: "";
}

.inactive-hero-slide {
	/* right: -500vw; */
}

.active-hero-slide {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.hero-image.inactive-hero-slide {
    /* position: absolute; */
}

.single-dot {
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    /* margin-right: 20px; */
    border-radius: 20px;
    border: 2px solid #fff;
    cursor: pointer;
}

.hcb-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background: transparent;
    height: 100%;
    color: #fff;
    background: none;
    border: none;
}

.hero-dots {
    position: absolute;
    /* right: 50%; */
    /* left: 50%; */
    /* display: flex; */
    /* flex-direction: row; */
    top: 30px;
    left: 20%;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    width: 100%;
    text-align: center;
}

.single-dot.inactive-dot {
    background: transparent;
    border: 2px solid #fff;
}

a.wp-block-button__link.wp-element-button:after {
    content: "";
    background: url('/wp-content/uploads/2023/08/link_arrow.svg');
    width: 40px;
    height: 1rem;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    line-height: 40px;
    background-position: bottom;
    margin-left: 10px;
    background-size: auto 100%;
    top: 2px; 
} 


.menuBox.mega-align-left .inner-mega-menu a.csmi-link {
    color: var(--accent-dark);
    margin-top: 0.5rem;
	font-weight: 700;
}

a.csmi-link:after {
    content: "";
    background: url(/wp-content/uploads/2023/08/link_arrow.svg);
	width: 50px;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-left: 5px;
    height: 19px;
    background-size: contain;
    top: 3px;
}


/*Home */
.home-top-section h2 {
    font-size: calc(1.75rem + 1vw);
    margin-top: 0;
} 

.home .single-accord-item:first-of-type .sai-toggle-bar h4 {
    margin-top: 0.5em;
}

.wp-block-columns.home-top-section > .wp-block-column:first-of-type {
    padding-right: 8%;
}

.wp-block-columns.home-top-section > .wp-block-column:last-of-type .wp-block-button {
    margin-top: 2rem;
}  

.home .entry-content.wrapper {
    max-width: 100vw;
    padding: 0;
    margin-top: 40px;
}

.home-top-section {
    padding-left: var(--paddingAmount);
    padding-right: var(--paddingAmount);
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 4rem;
    margin-top: 2rem;
}

p#breadcrumbs {    
    font-size: 0.9rem;
	margin: 0 auto;
	    max-width: 100vw;
		    margin-top: .75rem;
}

.home p#breadcrumbs {
    max-width: 1920px;
    
    padding-left: var(--paddingAmount);
    padding-right: var(--paddingAmount);    
}

.inactive-hasi-img {
    display: none;
}

.home-application-slider {
    height: 800px;
    overflow: hidden;
	margin-top: 65px;
}

.home-app-slider-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    position: relative;
}

.hasi-background {
    background: #131D2F;
    height: 100%;
    position: relative;
	    z-index: 2;
}

.hasi-slide {
    position: absolute;
    max-width: 1920px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 7rem;
}

.hasi-slide.active-hasi-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    z-index: 2;
}

.hasi-right {
    color: #fff;
    padding: 0 var(--paddingAmount);
}

.hasi-left {
    padding: 0 var(--paddingAmount);
}

.hasi-slide .wp-block-button__link {
    border: 1px solid #fff;
}

.hasil-content h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: calc(1.75rem + 1vw);
    margin-top: 0;
    max-width: 575px;
}

.hasi-img:after {
    content: "";
    height: 100%;
    width: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg,  rgba(186, 186, 186, 1) 1%, rgba(186, 186, 186, 1) 1%, rgba(107, 107, 107, 1) 30%, rgba(49, 49, 49, 1) 50%, rgba(14, 14, 14, 1) 63%, rgba(0, 0, 0, 1) 76%);
    opacity: 0.5;
}

.hasi-img {
    position: relative;
    height: 100%;
}

.hasi-img-container {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.hasi-img-container img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    min-width: 200%;
    min-height: 100%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
}

.hasir-content a {
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 1.5rem;
	font-size: 1.2rem;
	font-weight: 600; 
	    display: inline-block;
}

.hasir-content ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.hasir-content ul li {
    padding: 0;
    margin: 0;
	margin-bottom: 0.5rem; 
}

.hasir-content a:hover {
    color: var(--accent-dark);
}

.hasir-content h4 {
    margin-top: 0;
    font-size: calc(1.35rem + .25vw);
}

.hasir-content {
    max-width: 600px;
    margin: 0 auto;
}


footer.site-footer .footer-top-text p {
    font-size: 3rem;
    line-height: 2rem;
    width: auto;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
} 

.hasi-dots {
    position: absolute;
    bottom: 2.5rem;
    z-index: 1;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.hasi-dot-single {
    width: 20px;
    height: 20px;
    background: #fff;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
    border: 2px solid #fff;
    cursor: pointer;
}

.hasi-dot-single.inactive-dot {
    background: transparent;
    border: 2px solid #fff;
}

.testimonial {
    background: rgb(129 134 144 / 35%);
    position: relative;
    padding-bottom: 2rem;
}

.testimonial .testimonial__blockquote {
    font-size: calc(1.45rem + .25vw);
    font-weight: bold;
    padding: 5.5rem 0 9.5rem 0;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    line-height: 1.4;
    padding-left: 175px;
}


footer.testimonial__attribution {
    margin-top: 1rem;
}

.testimonial blockquote cite {
    padding-left: 0;
    color: #259EFF;
    font-size: 1.1rem;
}

.testimonial .testimonial__blockquote:before {
    content: url('/wp-content/uploads/2023/08/quotes.svg');
    position: absolute;
    height: 150px;
    width: 150px;
    left: 0;
}

.testimon-dots {
    position: absolute;
    bottom: 6.5rem;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
    text-align: center;
}

.testimon-dot-single {
    width: 20px;
    height: 20px;
    background: var(--primary);
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
    border: 2px solid var(--primary);
    cursor: pointer;
}

.testimon-dot-single.inactive-dot {
    background: transparent;
    border: 2px solid var(--primary);
}

.testimonial__col.inactive-testimon-slide {
    display: none;
}

.testimon-btm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    font-size: 3rem;
    height: 85px;
    color: #000;
}

.tb-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background: #fff;
    height: 100%;
}

.tb-accent {
    width: 40px;
    height: 85px;
    transform: skewX(30deg);
    position: absolute;
    bottom: 0;
    left: 50%;
    background: var(--heroAccent);
}

.tb-right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    background: transparent;
    height: 100%;
}

.tb-left:before {
    width: 40px;
    height: 85px;
    transform: skewX(30deg);
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    content: "";
}

.hcb-scroll-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    bottom: 150px;
    right: 0;
    margin: 0 auto;
    z-index: 11111;
    cursor: pointer;
}

h2.wp-block-heading.inline-heading {
    display: inline-block;
}

figure.inline-image {
    display: inline-block;
    vertical-align: middle;
}

.home-case-study {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 var(--paddingAmount);
    margin-top: 2.5rem;
}

.home-case-study h2.inline-heading {
    max-width: 760px;
    margin-left: 2rem;
    vertical-align: middle;
    font-size: calc(1.75rem + 1vw);
}

.home-case-study .wp-block-column p:first-of-type {
    margin-top: 0;
}

.home-case-study .wp-block-columns {
    margin-top: 2.5rem;
}

.home-case-study .wp-block-column p {
    max-width: 600px;
}

.hasir-content a:before {
    content: url('/wp-content/uploads/2023/08/list_arrow.svg');
    height: 1rem;
    width: 1rem;
    position: absolute;
    left: 0;
}

.hasir-content a:hover::before {
    content: url('/wp-content/uploads/2023/08/list_arrow_orange.svg');
    width: 2rem;
}

.hasir-content a:hover {
    padding-left: 2.5rem;
}

.footer-widget-col-2 {
    padding-left: 3.5rem;
}

div#footer-btm-right {
    padding-left: 3.5rem;
}

.footer-widget-col-2 .wp-block-buttons {
    /* justify-content: right;*/
}

div#footer-btm-right .wp-block-columns .wp-block-column:first-of-type {
    /* min-width: 280px; */
    min-width: 47%;
}

.site-header.didScroll nav#site-navigation #primary-menu:before {
    height: 90px;
    position: fixed;
    transform: none;
	opacity: 1;
}

.admin-bar .site-header.didScroll nav#site-navigation #primary-menu:before {
    top: 32px; 
}

.footer-widget-col-2 .widget_block:last-of-type {
    padding-top: 28px;
} 


/*PRODUCTS PAGE */
h2.wp-block-heading.has-x-large-font-size {
    font-size: calc(1.75rem + 1vw) !important;
}

.width-20{
    max-width: 20%;
}

.width-30{
    max-width: 30%;
}

.width-40{
    max-width: 40%;
}

.width-50{
    max-width: 50%;
}

.width-60{
    max-width: 60%;
}

.width-70{
    max-width: 70%;
}

.width-80{
    max-width: 80%;
}

.width-75{
    max-width: 75%;
}

.width-25{
    max-width: 25%;
}

.width-33{
    max-width: 33%;
}

.width-66{
    max-width: 66%;
}

.full-width-bg:before {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
}

.color-and-finishes .swatches .wp-block-image {
    max-width: 170px;
}

.gray-bg:before {
    background: rgb(129 134 144 / 25%);
}

.full-width-bg {
    position: relative;
    padding: 2.5rem 0;
    margin-top: 85px;
    padding-top: 85px;
    margin-bottom: 85px;
    padding-bottom: 0;
}

.full-width-bg .gform_wrapper {
    width: 75%; 
    margin: 0 auto;
	margin-top: 85px;
}

/*Products page */
.product-cover-block {
    position: relative;
    height: 800px;
    overflow: visible;
}

.pcb-img {
    overflow: hidden;
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
}

.pcb-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pcb-img:After {
    content: "";
    background: -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 1) 30%,rgba(3, 3, 3, 0.81) 43.07%,rgba(12, 12, 12, 0.68) 52.38%,rgba(28, 28, 28, 0.56) 60.53%,rgba(50, 50, 50, 0.46) 68.02%,rgba(79, 79, 79, 0.36) 75.05%,rgba(114, 114, 114, 0.26) 81.74%,rgba(156, 156, 156, 0.17) 88.16%,rgba(203, 203, 203, 0.08) 94.21%,rgba(255, 255, 255, 0) 99.95%);
	background : -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.3,rgba(0, 0, 0, 1) ),color-stop(0.4307,rgba(3, 3, 3, 0.81) ),color-stop(0.5238,rgba(12, 12, 12, 0.68) ),color-stop(0.6053,rgba(28, 28, 28, 0.56) ),color-stop(0.6802,rgba(50, 50, 50, 0.46) ),color-stop(0.7505,rgba(79, 79, 79, 0.36) ),color-stop(0.8174,rgba(114, 114, 114, 0.26) ),color-stop(0.8816,rgba(156, 156, 156, 0.17) ),color-stop(0.9421,rgba(203, 203, 203, 0.08) ),color-stop(0.9995,rgba(255, 255, 255, 0) ));
	background : -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	background : -ms-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FFFFFF' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	opacity : 0.3;
	filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#FFFFFF' , GradientType=1);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

.pcb-inner {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.pcb-link {
    background: #131D2F;
    width: 360px;
    position: absolute;
    bottom: 0;
    right: 2.5rem;
}

.pcb-link a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    display: block;
    padding: 1rem;
    padding-bottom: 4rem;
	font-weight: 700;
}

.pcb-link a:after {
    content: "";
    width: 50px;
    border-left: 1px solid #fff;
    height: 30px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
    background-position-x: 10px;
    background-size: calc(100% - 10px);
}

.pcb-link a:hover::after {
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-orange.svg);
    border-color: var(--accent-dark);
}

.pcb-link a:hover {
    color: var(--accent-dark);
}

.pcb-inner h3 {
    font-size: calc(1.75rem + 1vw) !important;
    max-width: 350px;
}

.gform_footer button {
    background: transparent !important;
    color: var(--primary) !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 1rem !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    padding: 0 !important;
}

.gform_footer button:hover {
    color: var(--accent-dark) !important;
}

.gform_footer button::after {
    content: "" !important;
    width: 55px !important;
    border-left: 1px solid var(--primary);
    height: 80% !important;
    margin-left: 5px;
    background: url('/wp-content/uploads/2023/08/link_arrow.svg');
    background-repeat: no-repeat;
    background-position: center , right;
    background-size: 30px;
}

.right-screen-bg:before {
    width: 100vw;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: 0;
    margin-right: -50vw;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
}

.right-screen-bg {
    position: relative;
}

.right-screen-bg.bg-green:before {
    background: #38C43F;
    overflow: visible;
}

.right-screen-bg.bg-green.bg-opacity-20:before {
    opacity: .2;
}

.cat-intro p {
    padding-right: 7rem;
}

.cat-intro .right-screen-bg ul {
	margin-top: 0;
	font-size: 1em;
	margin-bottom: 0;
}



.right-screen-bg h4 {
    color: var(--heroAccent);
    padding: 0;
    margin: 0;
	padding-bottom: 0.5rem;
}

.right-screen-bg {
    padding: 20px;
    margin-top: 2.83em;
}

.background-heading {
    background: var(--primary);
    color: #fff;
    padding: 0.5rem 1rem;
} 

.pgic-shields span {
    background: url('/wp-content/uploads/2023/09/shield-empty.svg');
    width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 1px;
}

.pgic-shields {
    margin-top: 1.5rem;
    display: none;
}

.pgic-shields.shield_one span:nth-of-type(1),
.pgic-shields.shield_one_five span:nth-of-type(1),
.pgic-shields.shield_two span:nth-of-type(1),
.pgic-shields.shield_two_five span:nth-of-type(1),
.pgic-shields.shield_three span:nth-of-type(1),
.pgic-shields.shield_three_five span:nth-of-type(1),
.pgic-shields.shield_four span:nth-of-type(1),
.pgic-shields.shield_four_five span:nth-of-type(1),
.pgic-shields.shield_five span:nth-of-type(1),
.pgic-shields.shield_two span:nth-of-type(2),
.pgic-shields.shield_two_five span:nth-of-type(2),
.pgic-shields.shield_three span:nth-of-type(2),
.pgic-shields.shield_three_five span:nth-of-type(2),
.pgic-shields.shield_four span:nth-of-type(2),
.pgic-shields.shield_four_five span:nth-of-type(2),
.pgic-shields.shield_five span:nth-of-type(2),
.pgic-shields.shield_three span:nth-of-type(3),
.pgic-shields.shield_three_five span:nth-of-type(3),
.pgic-shields.shield_four span:nth-of-type(3),
.pgic-shields.shield_four_five span:nth-of-type(3),
.pgic-shields.shield_five span:nth-of-type(3),
.pgic-shields.shield_four span:nth-of-type(4),
.pgic-shields.shield_four_five span:nth-of-type(4),
.pgic-shields.shield_five span:nth-of-type(4),
.pgic-shields.shield_five span:nth-of-type(5){
    background-image: url('/wp-content/uploads/2023/09/shield-full.svg');
}

.pgic-shields.shield_one_five span:nth-of-type(2){
	background-image: url('/wp-content/uploads/2023/09/shield-half.svg');
}

.pgic-shields.shield_two_five span:nth-of-type(3){
	background-image: url('/wp-content/uploads/2023/09/shield-half.svg');
}

.pgic-shields.shield_three_five span:nth-of-type(4){
	background-image: url('/wp-content/uploads/2023/09/shield-half.svg');
}

.pgic-shields.shield_four_five span:nth-of-type(5){
	background-image: url('/wp-content/uploads/2023/09/shield-half.svg');
}

.pgi-image h4 {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
	padding-left: .75rem;
    padding-right: .75rem;
    z-index: 4;
	text-transform: uppercase;
}

.pgi-image {
    position: relative;
    width: 100%;
   
	aspect-ratio: 1 / 1;
    max-height: 500px;
}

.pgi-content {
    border-bottom: 1px solid var(--primary);
    padding-bottom: 0.5rem;
}

.pgic-header h4 {
    margin-bottom: 0.5rem;
    font-size: calc(1rem + .25vw);
    cursor: pointer;
    position: relative;
}

.pgic-header h4:after {
    content: url('/wp-content/uploads/2023/08/accord-plus.svg');
    width: 1rem;
    height: 1rem;
    top: 0;
    right: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.pgic-text {
    display: none;
}

.pgi-content.contentShown .pgic-text, .pgi-content.contentShown .pgic-shields {
    display: block;
}

.pgic-text p {
    font-size: 1rem;
    margin-top: 0;
}

.pgi-content.contentShown .pgic-header h4:after {
    content: url('/wp-content/uploads/2023/08/accord-minus.svg');
    background-repeat: no-repeat;
    background-position: center;
}
 
.product-icon-button:before {
    position: absolute;
    background: rgb(129 134 144 / 25%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.product-icon-button {
    position: relative;
	margin-top: 20px;
}

.pcibi-img {
    height: 125px;
    width: 125px;
}

.pcibi-img img {
    height: 100%;
    width: auto;
}

.product-icon-button-inner a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 1.5rem;
    padding-bottom: 3rem;
}

.product-icon-button-inner h4 {
    margin: 0;
    margin-top: 1rem;
	height: 3rem;
	text-transform: uppercase;	
	font-size: 1.2rem;
}

.product-icon-button-inner a:after {
    content: "";
    width: 50px;
    border-left: 1px solid var(--primary);
    height: 30px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background-image: url('/wp-content/uploads/2023/09/arrow-primary.svg');
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
    background-position-x: 5px;
    background-size: calc(100% - 5px);
} 

.product-icon-button-inner:hover a:after {    
    background-image: url('/wp-content/uploads/2023/09/arrow-primary-orange.svg');
}

.product-grid-item {
	margin-bottom: 85px; 
} 

.product-grid-item ul li,
.product-grid-item ol li {
font-size: 1rem;
}

.wp-container-13 .pgi-content.contentShown .pgic-text {
    min-height: 110px;
} 

.full-width-gallery-slider {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
}

.full-width-gallery-images {
    position: relative;
    height: 800px;
    z-index: 0;
}

.full-width-gallery {
    position: relative;
    z-index: 1;
    margin-top: 85px;    
}

.full-width-gallery-images img {
    position: absolute;
    top: 0;
    width: 100vw;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.full-width-gallery-slider .item {
    height: 800px;
    position: relative;
}

.slick-next, .slick-prev {
    z-index: 4;
}

.slick-next .slick-next-icon, .slick-next .slick-prev-icon, .slick-prev .slick-next-icon, .slick-prev .slick-prev-icon{
	opacity: 1 !important; 
}

.slick-next {
    right: var(--paddingAmount) !important;
}

.slick-prev {
    left: var(--paddingAmount) !important;
}

.full-width-gallery-slider .item:before {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(12, 12, 12, 0.68) 88.16%, rgba(3, 3, 3, 0.81) 94.21%, rgba(0, 0, 0, 1) 99.95%);
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}

.slick-next .slick-next-icon:before, .slick-prev .slick-prev-icon:before {
    content: "";
    background: url('/wp-content/uploads/2023/09/slider-arrow.svg');
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
}

.cbws-slider.slick-initialized.slick-slider {
    border: 2px solid transparent;
}

.cbws-slider.slick-initialized.slick-slider.darkButtons {
    border: 2px solid;
	border-color : rgba(129, 134, 144, .25);
}

.darkButtons .slick-next .slick-next-icon:before, .darkButtons .slick-prev .slick-prev-icon:before {
    background: url('/wp-content/uploads/2023/09/slider-arrow-dark.svg');
}

.slick-slider .slick-arrow {
    border: none;
    background: none;
    color: transparent;
    height: 40px;
    width: 40px;
	top: calc(50% - 20px);
}

.slick-slider .slick-arrow:focus{
	top: calc(50% - 20px);
}

.slick-prev .slick-prev-icon:before {
    transform: rotate(180deg);
}

.slick-next .slick-next-icon, 
.slick-next .slick-prev-icon, 
.slick-prev .slick-next-icon, 
.slick-prev .slick-prev-icon {
    width: 40px;
    height: 40px;
}

.wp-block-image figcaption {    
    margin-top: 0.25rem;
}

.wp-block-image a:after {
    content: "";
    width: 50px;
    border-left: 1px solid #fff;
    height: 30px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
    background-position-x: 10px;
    background-size: calc(100% - 10px);
}

.wp-block-image a:before{
	    content: "";
	    height: 100%;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    z-index: 2;
	    background: -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 1) 30%,rgba(3, 3, 3, 0.81) 43.07%,rgba(12, 12, 12, 0.68) 52.38%,rgba(28, 28, 28, 0.56) 60.53%,rgba(50, 50, 50, 0.46) 68.02%,rgba(79, 79, 79, 0.36) 75.05%,rgba(114, 114, 114, 0.26) 81.74%,rgba(156, 156, 156, 0.17) 88.16%,rgba(203, 203, 203, 0.08) 94.21%,rgba(255, 255, 255, 0) 99.95%);
	    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.3,rgba(0, 0, 0, 1) ),color-stop(0.4307,rgba(3, 3, 3, 0.81) ),color-stop(0.5238,rgba(12, 12, 12, 0.68) ),color-stop(0.6053,rgba(28, 28, 28, 0.56) ),color-stop(0.6802,rgba(50, 50, 50, 0.46) ),color-stop(0.7505,rgba(79, 79, 79, 0.36) ),color-stop(0.8174,rgba(114, 114, 114, 0.26) ),color-stop(0.8816,rgba(156, 156, 156, 0.17) ),color-stop(0.9421,rgba(203, 203, 203, 0.08) ),color-stop(0.9995,rgba(255, 255, 255, 0) ));
	    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	    background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FFFFFF' ,GradientType=0)";
	    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(0, 0, 0, 1) 99.95%);
	    opacity: 0.2;
	    filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#FFFFFF' , GradientType=1);
	    z-index: 0;
}

.wp-block-image a {
    position: relative;
    display: inline-block;
}

.wp-block-image a:hover::after {
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-orange.svg);
}

.fb-container-inner {
    display: block;
}

.single-fb-item {
    /* background: rgba(56, 196, 63, .5); */
    padding: 1rem;
    font-weight: 600;
    border: 1px solid #000;
    display: grid;
    align-items: center;
    border-collapse: collapse;
    border-top: none;
}

.fb-container-inner h4 {
    padding-left: 1rem;
    /* margin-bottom: 1rem; */
    border: 1px solid #000;
    box-sizing: border-box;
    border-bottom: none;
    margin: 0;
    padding-top: 1.33em;
    padding-bottom: 1rem;
}

.feat-benefits-container {
    position: relative;
    padding: 1rem 0 4rem 0;
    margin-bottom: 85px;
	padding-top: 50px;
	padding-bottom: 85px;
}

.feat-benefits-container:before {
    width: 100vw;
    position: absolute;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    background: rgb(129 134 144 / 25%);
}

.fb-items .single-fb-item:nth-of-type(4n + 1), .fb-items .single-fb-item:nth-of-type(4n + 2) {
    /* background: #38C43F; */
} 

.fb-items .single-fb-item:nth-of-type(1), .fb-items .single-fb-item:nth-of-type(2) {
    border-top: 1px solid #000;
}

.fb-header-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgb(56 196 63 / 50%);
    /* border: 1px solid #000; */
    /* box-sizing: border-box; */
    /* border-bottom: none; */
}

.fb-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    border-collapse: collapse;
}

.pgi-image a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0;
    line-height: 0;
    z-index: 1;
}

.pgi-image a:after {
    /* content: "";
    width: 80px;
    border-left: 1px solid #fff;
    height: 50px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
    background-position-x: 10px;
    background-size: calc(90% - 10px);
    z-index: 4; */

    content: "";
    width: 55px;
    border-left: 1px solid #fff;
    height: 33px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
    background-position-x: 5px;
    background-size: calc(100% - 10px);
    z-index: 4;
}

.pgi-image img {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.pgi-image a:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(0, 0, 0, 1) 30%,rgba(3, 3, 3, 0.81) 43.07%,rgba(12, 12, 12, 0.68) 52.38%,rgba(28, 28, 28, 0.56) 60.53%,rgba(50, 50, 50, 0.46) 68.02%,rgba(79, 79, 79, 0.36) 75.05%,rgba(114, 114, 114, 0.26) 81.74%,rgba(156, 156, 156, 0.17) 88.16%,rgba(203, 203, 203, 0.08) 94.21%,rgba(255, 255, 255, 0) 99.95%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
    background: -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0.3,rgba(0, 0, 0, 1) ),color-stop(0.4307,rgba(3, 3, 3, 0.81) ),color-stop(0.5238,rgba(12, 12, 12, 0.68) ),color-stop(0.6053,rgba(28, 28, 28, 0.56) ),color-stop(0.6802,rgba(50, 50, 50, 0.46) ),color-stop(0.7505,rgba(79, 79, 79, 0.36) ),color-stop(0.8174,rgba(114, 114, 114, 0.26) ),color-stop(0.8816,rgba(156, 156, 156, 0.17) ),color-stop(0.9421,rgba(203, 203, 203, 0.08) ),color-stop(0.9995,rgba(255, 255, 255, 0) ));
    background: -o-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
    background: -ms-linear-gradient(0deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(255, 255, 255, 0) 99.95%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#FFFFFF' ,GradientType=0)";
    /* background: linear-gradient(90deg, rgba(0, 0, 0, 1) 30%, rgba(3, 3, 3, 0.81) 43.07%, rgba(12, 12, 12, 0.68) 52.38%, rgba(28, 28, 28, 0.56) 60.53%, rgba(50, 50, 50, 0.46) 68.02%, rgba(79, 79, 79, 0.36) 75.05%, rgba(114, 114, 114, 0.26) 81.74%, rgba(156, 156, 156, 0.17) 88.16%, rgba(203, 203, 203, 0.08) 94.21%, rgba(0, 0, 0, 1) 99.95%); */
    opacity: 0.3;
    filter: alpha(opacity=30) progid:DXImageTransform.Microsoft.Alpha(opacity=30) progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#FFFFFF' , GradientType=1);
}

.pgi-image a:hover::after {
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-orange.svg);
    border-color: var(--accent-dark);
}

.content-block-with-slider {
    display: grid;
    grid-template-columns: 75% 25%;
}

.content-block-with-slider {
    border-top: 1px solid var(--primary);
    padding: 1.5rem 0;
	align-content: center;
}

.cbws-slider-container .slick-prev {
    left: 1.5rem !important;
}

.cbws-slider-container .slick-next {
    right: 1.5rem !important;
}

.cbws-slider,
.cbws-slider.slick-slider {
    margin: 0;
	line-height: 0;
}

.cbwsc-text {
    padding-right: 1.5rem;
    max-width: 60vw;
	margin-bottom: 85px;
}



.cbws-slider-container {
    align-self: center;
}

.cbws-content h3, .cbws-content h4 {
    margin-top: 0;
    margin-bottom: 1rem;
}

.cbws-slider-container .item {
    min-height: 400px;
	position: relative;
}

.cbws-slider-container .item img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.item.addBorder img{
	object-fit: contain;
    width: auto;
    height: auto;
}

.product-category-item a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    max-width: 230px;
    font-weight: 800;
}

.product-category-item p {    
    border-right: 1px solid var(--primary);
    padding-right: 1rem;
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    padding-left: 1rem;
}

body .is-layout-flex.product-category-item {
    align-items: stretch;
} 

.product-category-item p:last-of-type {
    border: none;
}

.product-category-item {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
	    column-gap: 0;
}

.product-category-item p:first-of-type {
    padding-left: 0;
}

#quote-form.full-width-bg:before {
    height: calc(100% + 300px);
}

div#quote-form {
    margin-bottom: 0;
}

.postid-806 div#quote-form {
    margin-top: -85px;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area:before {
    display: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area {
    display: flex !important;
    align-items: baseline !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_instructions {
    margin-right: 1rem !important;
    color: var(--primary);
}

button.gform_button_select_files {
    background: #fff !important;
    color: #131D2F !important;
    border: 1px solid #131D2F !important;
    border-radius: 0 !important;
    padding: 0 !important;
    block-size: auto !important;
    min-block-size: auto !important;
    min-height: 0 !important;
    max-height: 100% !important;
    border-radius: 0 !important;
    cursor: pointer;    
    font-family: "myriad-pro", sans-serif !important;
    font-size: 1rem !important;
    padding: 0.75rem 1.25rem !important;    
    transition: all .2s ease-in-out !important;
}

button.gform_button_select_files:hover {
    color: var(--accent-dark) !important;
    border-color: var(--accent-dark) !important;
} 

.hasForm .footer-top-text:before {
    background: rgb(223 225 227);
}

footer.site-footer.hasForm .footer-top-text {background: rgb(223 225 227);}

footer.site-footer.hasForm .footer-top-text:after {
    background: rgb(223 225 227);
}

div#quote-form h2 {
    margin-top: 0;
}

div#quote-form p,
div#contact-form p {
    font-size: 1.5rem;
	max-width: 100%;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area{
	border-radius: 0 !important;
	border: none !important;
	padding: 6px !important;
	padding-left: 12px !important;
	height: 60px;
	position: relative !important;
	cursor: pointer;
}



span.gform_drop_instructions {
    display: none;
}

.gform_drop_area.gform-theme-field-control button {
    display: none !important;
}

.gform_drop_area.gform-theme-field-control .gform_drop_instructions {
    display: none;
}

.gform_fileupload_multifile:before {
    content: "" !important;
    background: url(/wp-content/uploads/2023/09/attach-image.svg);
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 15px;
    z-index: 1;
    background-repeat: no-repeat;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area:after {
    content: "Attach Images (click to locate)";
    width: 100%;
    position: absolute;
    top: 20px;
    text-align: left;
    margin: auto;
    color: var(--primary);
}

figure.wp-block-video.full-width-video {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    content: "";
    height: 800px;
    z-index: 2;
    top: 0;
	font-size: 0;
}

figure.wp-block-video.full-width-video video {
    object-fit: cover;
    height: 100%;
}

.use-case-images img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.use-case-images {
    gap: 0.5em;
}

.use-case-images a {
    height: 350px;
    display: block;
}

.sub-title {
    margin-top: 0;
    margin-bottom: 2rem;
}

.bg-primary.full-width-bg:before {
    background: var(--primary);
}

.bg-primary.full-width-bg {
    color: #fff;
    padding-bottom: 85px;
}

.bg-primary.full-width-bg .wp-block-columns h4 {
    color: var(--accent-dark);
}

.no-margin {
	margin: 0;
}

.full-width-bg.bg-blue:before {
    background: #269EFF;
}

.full-width-bg.bg-blue {
    color: #fff;
    padding-bottom: 85px;
}

.full-width-bg.bg-blue .wp-block-column h4 {
    color: var(--primary);
}



.bg-cutout:before {
    content: "";
    left: -90px;
    top: 0px;
    z-index: 1000;
    width: 60px;
    height: 85px;
    transform: skewX(30deg);
    position: absolute;
    background: #fff;
    z-index: 0;
}

.bg-cutout:after {
    content: "";
    position: absolute;
    left: -60px;
    width: 60px;
    height: 85px;
    background: #fff;
    top: 0px;
}

body .bg-cutout {
position: absolute;
    top: 0;
    right: 0;
    font-size: 3rem;
    height: 85px;
    background: #FFF;
    color: var(--primary);
    left: 57%;
    width: 100vw;
}

.has-bg-cutout {
    position: relative;
}
figure.top-margin-h2 {
    margin-top: 1em;
    font-size: calc(1.75rem + 1vw);
}

.wp-block-image figcaption a {    
    text-decoration:none;
}

.bg-primary .wp-block-image figcaption a {
color: #fff;
}

.bg-primary .wp-block-image figcaption a:hover {
    color: var(--accent-dark);
}

.wp-block-image figcaption a:before {
    display:none;
}

.wp-block-image figcaption a:after {
    display:none;
}

.com-sec-applications .wp-block-image > a{
    width: 100%;
    display: block;
    height: calc((100vw - ((var(--paddingAmount)*2) + 4em*4))/4);
}

.com-sec-applications .wp-block-image img{
    width: 100%;
    display: block;
    height: calc((100vw - ((var(--paddingAmount)*2) + 4em*4))/4);
    object-fit: cover;

}

.com-sec-applications .wp-block-image a img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.shield-override {
    font-weight: 600;
}

.com-sec-applications figcaption {
    font-size: calc(1.1rem + .25vw);
} 

/* .page-id-383 .pgi-content.contentShown .pgic-text {
    min-height: 200px;
} */

.item.addBorder {
    max-width: 300px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cbws-slider .slick-slide.slick-current.slick-active {
    text-align: center;
}

.max-width-1100{
	    max-width: 1144px; 
}

.main-navigation .isVisible .close-mega-menu::before {
    content: "Close";
    display: inline-block;
    font-family: "myriad-pro", sans-serif;
    font-size: 1rem;
    /* line-height: 0rem; */
}

button.close-mega-menu {
    /* width: 100px; */
}

.main-navigation .isVisible .close-mega-menu {
    border: 1px solid #fff;
    padding: 4px 6px 6px 6px;
    top: 10px;
    right: 10px;
}

.main-navigation .isVisible .close-mega-menu:hover {
    border-color: var(--accent-dark);
}

.main-navigation .isVisible .close-mega-menu:hover::before {
    color: var(--accent-dark);
}

.main-navigation .isVisible .close-mega-menu::after {
    font-family: "Material Icons";
    font-weight: normal;
    color: inherit;
    content: '\e5cd';
    font-weight: normal;
    margin: 0;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    top: 4px;
    position: relative;
    margin-left: 4px;
    color: var(--accent-dark);
}

.no-bold {
    font-weight: normal;
}

.pgi-image a:hover h4 {
    color: var(--accent-dark);
}

.product-category-item.com-sec p:nth-of-type(5) {
    max-width: 200px;
}

.product-category-item.com-sec p:first-of-type {
    max-width: 225px;
} 

.product-category-item.res-prot p:first-of-type {
    max-width: 230px;
}

.res-prot-cutout h4, 
.com-sec-cutout h4 {
    margin-top: 1rem;
}

.page-id-371 .pgi-content.contentShown .pgic-text {
    min-height: 85px;
} 

.become-dealer-icons {
    text-align: center;
}

.become-dealer-icons img {
    max-width: 140px;
}

.become-dealer-icons figcaption {
    margin-top: 1rem;
	font-weight: 600;
}

.become-dealer-icons {
    margin-top: 50px;
}

.wp-block-button__width-100 a {
    text-align: left;
    position: relative;
    padding-right: 50px;
}

.wp-block-button__width-100 a.wp-block-button__link.wp-element-button:after {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.page-id-973,
.page-id-973 .hcb-left, 
.page-id-973 .hcb-left:before,
.page-id-973 footer.site-footer .footer-top-text,
.page-id-973 .footer-top-text:before,
.page-id-973 .footer-top-text:after{
    background: rgb(223 224 227);
}

.entry-content ul li, 
.entry-content ol li {
    margin: 0;
}

.entry-content ul {
    margin-top: 1rem;
    font-size: 1.2rem;
}

div#contact-form.full-width-bg {
    padding-bottom: 80px;
}

.case-studies-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem 2rem;
}

.case-studies-grid .pgi-image:hover ~ .scs-content h4,
.case-studies-grid  .pgi-image:hover ~ .scs-content a {
    color: var(--accent-dark);
}

a.arrow-link:after {
    content: "";
    background: url(/wp-content/uploads/2023/08/link_arrow.svg);
    width: 40px;
    height: 1.6rem;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    line-height: 40px;
    background-position: 5px center;
    margin-left: 10px;
    background-size: calc(100% - 5px);
    top: 0.5rem;
    border-left: 1px solid;
}

a.arrow-link {
    text-decoration: none;
    font-size: 1rem;
    margin-top: 2rem;
    display: block;
    /* border-right: 1px solid black; */
    font-weight: 600;
}

a.arrow-link:before {
    content: "";
}

.cs-show-more {
    margin-top: 4rem;
    text-align: center;
}

a.show-more {
    display: block;
    text-decoration: none;
    border: 1px solid var(--primary);
    width: 200px;
    margin: 0 auto;
    font-weight: 600;
    padding: 10px 0;
}

a.show-more:hover {
    border-color: var(--accent-dark);
    color: var(--accent-dark);
}

select.cs_filter {
    background: #D2D3D6;
    font-weight: 600;
    width: 200px;
}

select.blog_filter, select.news_filter{
	background: #D2D3D6;
    font-weight: 600;
    width: 100%;
}

.cs_filter_container {
    margin-bottom: 2rem;
}

.blog_filter_container, .news_filter_container {
    margin-bottom: 2rem;
	margin-top: 2rem;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1rem;
}

.search-bar-container {
    grid-column: 2/4;
	    position: relative;
}

img.search-bar-icon {
    position: absolute;
    right: 10px;
    z-index: 11;
    top: 25%;
    height: 50%;
	cursor: pointer;
}

.product-icons p {
    min-height: 3.5rem; 
}

.wp-block-image.is-style-default.responsive-fix img {
    max-width: 30vw;
} 

input.blog-search.search-bar::-webkit-search-cancel-button {
    position: relative;
    right: 50px;
}

img.search-bar-icon-orange.search-bar-icon {
    display: none;
}

.search-icon-container:hover .search-bar-icon-init {
    display: none;
}

.search-icon-container:hover .search-bar-icon-orange {
    display: block;
}

.post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem 1rem;
}

.grid-meta p {
    margin: 0;
    font-size: 1rem;
}

.post-grid-excerpt p {
    font-size: 1rem;
}

.blog-show-more {
    margin-top: 4rem;
    text-align: center;
}

.single-blog-grid-item h3 {
    margin-top: 1rem;
	    text-transform: uppercase;
        font-size: calc(1.2rem + .25vw);
}

.home-application-slider.about-us-slider {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.case-studies-grid.news-items-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 2rem 1rem;
}

.post-grid-excerpt {
    margin-top: 1rem;
} 

.single-blog-grid-item .scs-link {
    position: absolute;
    bottom: 0;
}

.single-blog-grid-item .entry-content {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

.single-blog-grid-item .grid-meta {
    margin-top: 16px;
}

.single-blog-grid-item .arrow-link {
    margin-top: 16px;
}

.out-team-content {
    display: grid;
    grid-template-columns: 90% 10%;
    align-items: end;
    margin-top: 1em;
}

.out-team-content h4 {
    margin: 0;
	text-transform: uppercase;
}

select.tech_filter {
    background: #D2D3D6;
    font-weight: 600;
    width: 100%;
}

.tech_filter_container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 2rem;
    margin-top: 2rem;
    display: grid;
    grid-gap: 1rem;
}

.case-studies-grid.tech-items-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem 1rem;
}

.single-tech-item h4 {
    margin-top: 1rem;
    margin-bottom: 0;
}

.single-tech-item .pgi-image {
    max-height: 450px;
} 

.single-post .hero-container ,
.small-hero .hero-container ,
.single-news .hero-container {
    height: calc(55vh + 1px);
}

.single-post .hero-container .slide-content,
.single-news .hero-container .slide-content {
    max-width: 70%;
    right: unset;
}

.single-post .hero-image,
.single-news .hero-image {
    min-height: 0;
    height: 100%;
}

.single-post .entry-content {
    max-width: 100%;
}

a.back-blog {
    display: block;
    text-decoration: none;
    border: 1px solid var(--primary);
    width: 220px;
    margin: 0 auto;
    font-weight: 600;
    padding: 10px 0;
	text-align: center;
}

.post-nav.prev-post {
	align-self: center;
}

.post-nav.next-post {
    margin-left: auto;
    align-self: center;
}

.single-post-nav {
    padding-top: 85px;
    /* border-top: 1px solid var(--primary);
    margin-top: 85px; */
    display: flex;
    justify-content: center;
}



.back-to-blog {
    margin-left: auto;
}

.blog #content #back-to-top {
    bottom: -139px;
}

.post-nav {
    font-weight: 700;
	    min-width: 200px;
}

.post-nav.prev-post a:before {
    content: "";
    background: url(/wp-content/uploads/2023/08/link_arrow.svg);
    width: 30px;
    height: 1.6rem;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    line-height: 40px;
    background-position: 5px center;
    margin-right: 10px;
    background-size: calc(100% - 5px);
    top: 0.5rem;
    border-left: 1px solid;
    transform: rotate(180deg);
	color: var(--primary);
}

.post-nav.next-post a:after {
        content: "";
        background: url(/wp-content/uploads/2023/08/link_arrow.svg);
        width: 30px;
        height: 1.6rem;
        position: relative;
        display: inline-block;
        background-repeat: no-repeat;
        line-height: 40px;
        background-position: 5px center;
        margin-left: 10px;
        background-size: calc(100% - 5px);
        top: 0.5rem;
        border-left: 1px solid;
		color: var(--primary);
}

a.prev-post-link, a.next-post-link {
	 
	position: relative;
}


.spmc-data p {
    font-size: calc(1.2rem + .25vw);
    line-height: 1.15;
    font-weight: bold;
    margin: 0;
}

.spmc-data {
    margin-top: 2rem;
}

a.resp-sharing-button__link {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
}

.resp-sharing-button.resp-sharing-button--facebook.resp-sharing-button--small {
    width: 100%;
    height: 100%;
}

.spmc-share {
    display: flex;
    align-items: center;
    align-self: center;
    justify-self: end;
}

.single-post-meta-container {
    display: grid;
    grid-template-columns: 70% 30%;
}

span.share_text {
    font-weight: bold;
    border-right: 1px solid;
    padding-right: 20px;
    margin-right: 20px;
} 

.resp-sharing-button__icon.resp-sharing-button__icon--solid {
    height: 100%;
}

.spmc-share img {
    height: 100%;
    display: block;
    margin: 0 auto;
}

.resp-sharing-button__icon.resp-sharing-button__icon--solid {
    text-align: center;
}

.about-icon-grid .wp-block-column {
    cursor: pointer;
    background: rgb(129 134 144 / 25%);
    height: auto;
    width: 100%;
    padding: 15px 30px 65px 30px;
    align-content: center;
    position: relative;
}

.about-icon-grid .wp-block-column:after {
    content: "";
    width: 80px;
    border-left: 1px solid #fff;
    height: 50px;
    right: 10px;
    bottom: 0;
    position: absolute;
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-white.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10px;
    background-position-x: 10px;
    background-size: calc(90% - 10px);
    z-index: 4;
}

.about-icon-grid .wp-block-column:hover:after {
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-orange.svg);
    border-color: var(--accent-dark);
}

.about-icon-grid .wp-block-column img {
    height: 80px;
}

.about-icon-grid .wp-block-column p {
    font-size: 1rem;
    margin-top: 0.5em;
}

.about-icon-grid .wp-block-column h4 {
    margin: 0;
}

.about-page-team .pgi-image,
.team-page-grid .pgi-image {
    aspect-ratio: 1/1;
    height: auto;
}

.about-page-team {
    margin-bottom: 2rem;
    margin-top: 3rem;
} 


/*Timeline */
.timeline-inner {
    max-width: 100vw;
    position: relative;
}

.timeline_items {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 85px;
    margin-bottom: 85px;
}

.timeline-item-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: calc(100% - var(--scrollbar-width));
    position: relative;
    left: calc(var(--scrollbar-width)/2);
}

.timeline-left {
    grid-column: 1;
    padding-right: 100px;
    position: relative;
    width: 100%;
    /* display: inline-flex; */
    padding-top: 20px;
    padding-bottom: 20px;
    grid-row: 1;
    visibility: hidden;
    max-height: 330px;
}

.timeline-right {grid-column: 2;padding-left: 100px;position: relative;width: 100%;display: inline-flex;padding-top: 20px;padding-bottom: 20px;grid-row: 1;visibility: hidden;max-height: 330px;}

.timeline-date {
    position: absolute;
    width: 100px;
    border-radius: 200px;
    background: #dfe1e3;
    height: 100px;
    text-align: center;
    display: grid;
    align-content: center;
    color: var(--primary);
    font-weight: bold;
    left: 0;
    right: 0;
    top: 20px;
    margin: 0 auto;
    /* z-index: 1111; */
    z-index: 2;
}

.timeline-date:hover {
    scale: 1.5;
    background: var(--primary);
	color: #fff;
}

.timeline-left .tii-text {
    max-width: 60%;
    float: right;
    display: inline-block;
}

.timeline-right .tii-text {
    max-width: 60%;
    display: inline-block;
    z-index: 2;
}

.tii-image.beside {
    display: inline-grid;
    width: 27%;
    margin-left: 5%;
    align-items: center;
}

.tii-image.beside img {
    max-height: 200px;
}

.single-timeline-item {
    margin-bottom: 50px;
}

.tii-text {}

.single-timeline-item.item_left .timeline-left {
    background: rgb(129 134 144 / 25%);
}

.single-timeline-item.item_right .timeline-right {
    background: rgb(129 134 144 / 25%);
}

.tii-image.background {
    /* position: absolute; */
    /* height: 100%; */
    /* width: 100%; */
    z-index: 0;
    filter: blur(2px);
}

.single-timeline-item.item_left.background_img .timeline-left {
    position: relative;
    padding: 0;
}

.single-timeline-item.item_right.background_img .timeline-right {
    position: relative;
    padding: 0;
    overflow: hidden;
}

.img-sizing {
    /* visibility: hidden; */
}

.single-timeline-item.item_right.background_img .timeline-right .tii-text {
    position: absolute;
    z-index: 1;
    left: 100px;
    top: 30px;
    padding: 10px 5px;
}

.single-timeline-item.item_left.background_img .timeline-left .tii-text {
    float: none;
    right: 100px;
    position: absolute;
    z-index: 1;
    top: 30px;
    padding: 10px 5px;
}

.single-timeline-item.item_right.background_img .timeline-right .tii-text:before {
    content: "";
    background: #818690;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    /* opacity: 0.25; */
    background: #dfe1e3;
    left: 0;
    top: 0;
}

.single-timeline-item.item_left.background_img .timeline-left .tii-text:before {
    content: "";
    background: #818690;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    /* opacity: 0.25; */
    background: #dfe1e3;
    left: 0;
    top: 0;
}


.timeline-inner:after {
    content: "";
    width: 2px;
    /* border: 1px dashed; */
    height: calc(100% + 60px);
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='black' stroke-width='4' stroke-dasharray='10%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}

.timeline_items:before {
    content: "";
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
    background: black;
    height: 2px;
}

.timeline_items:after {
    content: "";
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: 0 auto;
    background: black;
    height: 2px;
}

.single-timeline-item.item_left.dateHover .timeline-left, 
.single-timeline-item.item_right.dateHover .timeline-right {
    background: rgb(129 134 144 / 25%);
    visibility: visible;
    /* max-height: 330px; */
    overflow: hidden;
}

.single-timeline-item.item_left.background_img.dateHover .timeline-left, 
.single-timeline-item.item_right.background_img.dateHover .timeline-right {
    background: transparent;
}

.single-timeline-item.item_right.dateHover.background_img .timeline-right .tii-text:before, 
.single-timeline-item.item_left.dateHover.background_img .timeline-left .tii-text:before {
    background: #dfe1e3;
    opacity: 0.8;
}



.single-timeline-item.item_left.background_img .timeline-left, 
.single-timeline-item.item_right.background_img .timeline-right {
    background: transparent;
}

.single-timeline-item.item_left.background_img.dateHover .timeline-left .tii-image.background, 
.single-timeline-item.item_right.background_img.dateHover .timeline-right .tii-image.background {
    filter: none;
    /* object-fit: cover; */
}


/*Parts and service */

/* .technical-assistance {
    width: 1000px;
    margin: 0 auto;
} */

/*---------*/
.case-studies-grid.gallery-items-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
	    grid-gap: 2rem 1rem;
}



.single-gallery-item .pgi-image {
    aspect-ratio: 1/1;
    height: auto;
}

select.gallery_filter {
    background: #D2D3D6;
    font-weight: 600;
    width: 100%;
}

input.blog-search.search-bar::placeholder,
input.news-search.search-bar::placeholder {
    color: #D2D3D6;
    font-weight: 600;
    font-family: 'myriad-pro';
    padding-left: 10px;
}

.width-100 {
    max-width: 100%;
}

.single-tech-item a {
    text-transform: uppercase;
	    z-index: 2;
    position: relative;
} 

.show-mobile{
	display:none;
}

.qmi_filter_options {
    display: none;
	position: absolute;
    z-index: 111;
    background: #D2D3D6;
    width: 100%;
    padding: 1rem .75rem 1rem .75rem;
}

input.hidden {
    display: none;
}

.qmi_filter_inner {
    position: relative;
    height: 100%;
}

.qmi_filter_click {
    height: 100%;
    font-weight: 600;
    background: #d2d3d6;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding-left: 1.5rem;
	    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.qmi_filter_click:after {
    content: "";
    background: url('/wp-content/uploads/2023/11/select_down_arrow.svg');
    position: absolute;
    right: 20px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.qmi_filter_sing_option:hover {
    cursor: pointer;
    font-weight: 600;
}

.hide-select-overlay {
    position: fixed;
    width: 100vw;
    height: 100vw;
    background: transparent;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}

.qmi_filter_container.cs-filter-item {
    width: 200px;
} 

input.search-bar {
    position: relative;
    z-index: 2;
	width: 100%;
    height: 100%;
} 

.active-selected{
	font-weight: 600;
}

.qmi_filter_sing_option {
    margin-bottom: 10px; 
}

h3.hero-text a {
    color: #fff;
} 

.about-us-slider .hasil-content h3 {
    text-transform: none;
}

.single-news-item a {
    text-transform: uppercase;
}

.single-gallery-item h4 {
    text-transform: uppercase;
    margin-top: 15px;
}

.blog-image {
    margin-top: 85px;
    margin-bottom: 85px;
}

.single-tech-item .pgi-image a:before {
    background: rgb(129 134 144 / 25%);
    opacity: 1;
    z-index: -1;
}

.single-tech-item .pgi-image img {
    height: auto;
    width: auto;
    max-width: 70%;
    max-height: 70%;
    left: 10%;
    top: 9%;
    object-fit: contain;
    height: 70%;
}

.single-tech-item .pgi-image a:after {
    background-image: url(/wp-content/uploads/2023/09/arrow-primary.svg);
    border-color: var(--primary);
}

.single-tech-item .pgi-image a:hover::after {
    background-image: url(/wp-content/uploads/2023/09/arrow-primary-orange.svg);
    border-color: var(--accent-dark);
}


.main-navigation .menu-item.menu-item-has-children.menu-open > ul.sub-menu {
    visibility: visible;
    opacity: 100 !important;
    display: block;
    z-index: 11;
    background: rgb(43 52 68 / 70%);
    width: 250px;
}

.main-navigation .menu-item.menu-item-has-children.menu-open > ul.sub-menu a {
    color: #fff;
}

.main-navigation #primary-menu .sub-menu li:not(.menu-header):hover {
    background: no-repeat;
    /* color: var(--accent-dark); */
}

.main-navigation #primary-menu .sub-menu li:not(.menu-header):hover a {
    color: var(--accent-dark);
    text-decoration: none;
}

.main-navigation #primary-menu li.menu-open .sub-menu li a {     
    font-weight: 600;
    line-height: 1.4rem;
}

header.didScroll ~ div.search-box-wrapper {
    position: fixed;
	    z-index: 111;
}

.about-page-team .pgi-image a:before {
    visibility: hidden;
}

.error-404 input.search-field {
    border: 1px solid rgb(129 134 144 / 25%);
}

.search-form .search-submit {
    padding-right: 1em;
    padding-left: 1em;
}

.pgic-legend{
	display:none;
}

.pgi-content.contentShown .pgic-legend{
	display: block;
}

.pgic-legend a {
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 12px;
    display: block;
}

.pgic-legend {
    margin: 0;
    padding: 0;
    
    position: relative;
}


.pgic-shields.show_clarity span:nth-of-type(3), 
.pgic-shields.show_clarity span:nth-of-type(4), 
.pgic-shields.show_clarity span:nth-of-type(5) {
    display: none;
}

.pgic-shields.show_clarity span {
    background: url('/wp-content/uploads/2024/01/clarity_icon.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
	    width: 30px;
    height: 30px;
}

.pgic-shields.show_clarity span:nth-of-type(2) {
    display: none;
}

.pgic-shields.show_clarity.high_clarity span:nth-of-type(2) {
    display: inline-block;
}


header.site-header.didScroll{
	z-index:9980;
}

.single-commercial-security .airport-security-grid {
    margin-top: 0px;
    padding-top: 1.25rem;
}

.page-id-27 .com-sec-applications {
 margin-bottom: 0px;
}
.page-id-27 #quote-form {
    margin-top: 0px;
   }

.common-uses {
    gap: 34px;
    margin-top: 56px;
    /* align-items: baseline; */
}
.common-uses .wp-block-image img {
    width: 175px!important;
    height: auto!important;
    object-fit: contain;
}

.common-uses .wp-block-image figcaption {
    margin-top: 12px;
    font-weight: bold;
    line-height: 1.2;
}


/*SFG TABLE*/
.sfg-table-outer.feat-benefits-container {
    margin-bottom: -85px;
}

.sfg-table-outer.feat-benefits-container {
    margin-bottom: -85px;
}

.sfgth-single {
    background: rgb(56 196 63 / 50%);
    text-align: center;
    font-weight: bold;
    padding-left: 1rem;
    border: 1px solid #000;
    box-sizing: border-box;
    margin: 0;
    padding-top: 1.33em;
    padding-bottom: 1rem;
    border-bottom: none;
}

.sfgr-heading {
    background: rgb(56 196 63 / 50%);
    font-weight: bold;
    padding-left: 1rem;
    /* margin-bottom: 1rem; */
    border: 1px solid #000;
    box-sizing: border-box;
    border-bottom: none;
    margin: 0;
    padding-top: 1.33em;
    padding-bottom: 1rem;
}

.sfg-table-header, .sfgtb-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.sfgth-single:first-of-type {
    text-align: left;
    border-bottom: none;
}

.sfgth-single span {
    font-weight: normal;
}

.sfgr-heading span {
    font-weight: normal;
}

.qcheckguard-secondary {
    padding-left: 1rem;
}

span.checked-item {
    background: red;
    width: 1rem;
    height: 1rem;
    display: block;
    text-align: center;
    line-height: 1rem;
}

.sfgr-item {
    font-weight: bold;
    padding-left: 1rem;
    /* margin-bottom: 1rem; */
    border: 1px solid #000;
    box-sizing: border-box;
    border-bottom: none;
    margin: 0;
    padding-top: 1.33em;
    padding-bottom: 1rem;
    text-align: center;
}

.sfgtb-row.last-row {}

.sfgtb-row.last-row .sfgr-heading {
    border-bottom: 1px solid #000;
}

.sfgtb-row.last-row .sfgr-item {
    border-bottom: 1px solid #000;
	    text-align: left;
}

.checked-item-container, .qcheckguard-blank {
    width: 10px;
    height: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.checked-item {
    background: #38C43F;
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    /* margin-top: .5rem; */
    border-radius: 100%;
    text-align: center;
    /* margin: .5rem auto; */
}


.available-notice {
    font-weight: bold;
}

.sfg-table-container.hide-mobile {
    clear: both;
}

.sfgto-title {
    display: grid;
    grid-template-columns: 1fr 130px;
    align-items: baseline;
    margin-bottom: 1rem;
}

.available-notice .checked-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
}


.page-id-373 .product-grid-item,
.page-id-371 .product-grid-item {
    margin-bottom: 0;
}

sub, sup {
    font-size: 50%;
}

sup {
    top: -0.8em;
}

.about-icon-grid a {
    text-decoration: none;
}

.saic-text ol li, .saic-text ul li {
    font-size: 1rem;
}

nav.navigation.posts-navigation {
    clear: both;
    display: block;
}

.search .content-width {
    display: block;
}
 
/*MOBILE */
@media screen and (max-width: 768px) {
:root {
    --paddingAmount: 1.5rem;
}

.logo-icons2 figure {
		max-height: 400px;
		display: block;
		clear: both;
		height: auto;
		width: 100%;
		margin: 0 auto;
		position: relative;
		margin-bottom: -25%;
		aspect-ratio: 1/1;
		margin-top: -15%;
		z-index: -1;
	}

	.logo-icons2 figure img {
		width: 100%;
		height: 100%;
		display: block;
		/* object-fit: contain !important; */
		position: absolute;
		left: 0;
		top: 0;
		height: auto;
		width: 100%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}

	.logo-icons .wp-block-buttons {
		position: relative;
		z-index: 4;
	}





.color-swatches-float .wp-block-column .wp-block-column  .wp-block-column{
	height: 150px;
}


.hero-container {    
    height: calc(50vh + 1px);
}

#back-to-top{
	right: 20px !important;
	bottom: 100px !important;
}

.show-mobile{
	display:block;
}

.hide-mobile{
	display:none;
}

select.cs_filter.show-mobile,
select.blog_filter.show-mobile, 
select.gallery_filter.show-mobile, 
select.tech_filter.show-mobile, 
select.news_filter.show-mobile{
	display:none;
}

.qmi_filter_container.hide-mobile{
	display:block;
	width: 100%;
}

h3.sc-subtitle {
    font-size: 1.1rem;
}

.slide-content {
    top: calc(5vh + 90px);
    padding-right: var(--paddingAmount);
}

.single-post .hero-container,
.single-news .hero-container {
    height: 35vh;
}

.single-post .hero-container .slide-content,
.single-news .hero-container .slide-content {
    max-width: 95%;
    right: unset;
}

h1 {
    font-size: 1.6rem;
}

h3.hero-text {
    font-size: 1.3rem;
}

.inactive-hero-slide {
    right: -2000%;
}

.hcb-left {
    width: 25%;
}

.hcb-accent {
    left: 25%;
}

.hcb-right {width: calc(75% - 85px);}

.home-top-section h2 {
    font-size: 1.5rem;
}

p {
    font-size: 1rem;
}

.product-cover-block {
    height: 400px;
}

.home-app-slider-inner {
    grid-template-rows: 200px 7fr;
    grid-template-columns: 1fr;
}

 

.hasi-slide, .hasi-slide.active-hasi-slide {
    grid-template-columns: 1fr;
    grid-template-rows: 200px 7fr;
    top: 1rem;
}

button, input[type=submit], .wp-block-button__link {
    font-size: .8rem;
    text-align: left;
}

.hasil-content h3 {
    font-size: 1.2rem;
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 1.25rem;
}

.hasir-content h4 {
    font-size: 1.1rem;
    margin: 0;
}

.testimonial .testimonial__blockquote {
    padding-left: var(--paddingAmount);
	padding-right: var(--paddingAmount);
}

.testimonial .testimonial__blockquote:before{
	 height: 40px;
	width: 40px;
	top: calc(5.5rem - 40px);
	left: var(--paddingAmount);
}

.tb-left {
    width: 25%;
}

.tb-accent {
    left: 25%;
}

.tb-right {
    width: 75%;
}

.home-case-study h2.inline-heading {
    margin: 0;
}

.footer-widget-col-2 {
    padding: 0;
}

.footer-widget-col-2 .wp-block-buttons {
    justify-content: left;
}

section.site-info-block.footer-bottom {
    margin-top: 0;
    display: grid;
    grid-template-rows: 1fr 1fr;
}

.about-us-slider {
    height: 650px;

}

div#footer-btm-right {
    padding: 0;
    grid-row: 1;
}

footer.site-footer .site-info.wrapper {
    grid-row: 2;
}

footer.site-footer .footer-top-text p {
    font-size: 1.6rem;
    line-height: 1.9rem;
    top: 10px;
}

footer.site-footer h2 {
    font-size: 1.4rem !important;
    margin-top: 1.5rem;
}

p.footer-contact-blurb {
    font-size: 1.2rem !important;
}

.footer-widget-col-2 {
    margin-top: 0;
}

section.site-info-block { 
    display: block;
}

.hero-image {
    height: 50vh;
}

body .is-layout-flex.product-category-item {
    flex-wrap: wrap;
    display: block;
}

.pcb-link {
    right: 0;
	left: 0;
}

.pcb-inner {}

.product-cover-block {
    width: 100%;
}

.product-category-item p {
    max-width: none !important;
    padding: 0;
    border: 0;
    display: block;
    margin-bottom: 1rem;
}

.width-70 {
    max-width: 100%;
}

p, p.width-75 {
    max-width: 100%;
}

.site-header, .admin-bar header.site-header.nav-up, header.site-header.nav-up {
    background: #2B3444;
} 

.cat-intro p {
    padding: 0;
}

.right-screen-bg:before {
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.pgi-image a, .pgi-image img {
    aspect-ratio: 1/1;
    height: auto;
}

.pgi-image {
    height: auto;
}

.product-grid-item {
    margin-bottom: 2rem;
}

p#breadcrumbs {
    margin-top: 1rem;
}

.com-sec-applications .wp-block-image > a {
    height: auto;
    aspect-ratio: 1/1;
}

.wp-block-columns.become-dealer-icons{
    display: block;
}



.wp-block-columns.become-dealer-icons .wp-block-column {
    margin-bottom: 2rem;
}

.become-dealer-icons figcaption {
    margin: 10px;
}

body .is-layout-flex {
    display: block;
}

figure.wp-block-video.full-width-video {
    max-height: 50vh;
}

.about-icon-grid .wp-block-column {
    margin-bottom: 1rem;
}

.case-studies-grid.about-page-team.news-items-grid {
    display: block;
}

.case-studies-grid.about-page-team.news-items-grid .single-case-study {
    margin-bottom: 2rem;
}

.case-studies-grid.news-items-grid {
    display: block;
}

.blog_filter_container, .news_filter_container {
    display: block;
}

.single-case-study, .single-news-item {
    margin-bottom: 2rem;
}

.full-width-gallery-images {
    max-height: 50vh;
}

.full-width-gallery-slider .item {
    max-height: 50vh;
}

.single-post-meta-container {
    display: block;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
}

.spmc-data {
    grid-row: 1;
    margin-top: 10px;
}

.spmc-share {
    grid-row: 1;
    justify-self: end;
	margin-top: 0.7rem;
}

.single-post-nav {
    flex-direction: row; 
}

.back-to-blog {
    margin: 1em auto;
}

.post-nav.prev-post {
    align-self: center;
}

.post-nav.next-post {
    align-self: center;
    margin: 0;
    text-align: right;
    order: 3;
}

a.prev-post-link, a.next-post-link {
    font-size: 0;
    color: transparent;
    border-color: var(--primary);
}



.back-to-blog {
    order: 2;
}

.single-post-nav {order: 1;padding-top: 2rem;margin-top: 2rem;}

.blog_filter_container, .news_filter_container {
    display: block;
}

.blog_filter_container > *, .news_filter_container > * {
    margin-bottom: 1rem;
}

.post-grid {
    display: block;
}

.post-grid article {
    margin-bottom: 2rem;
}

.cbwsc-text {
    max-width: 100%;
    margin-bottom: 32px;
}

.content-block-with-slider {
	display: block;
}

.width-75 {
    max-width: 100%;
}  

.case-studies-grid.tech-items-grid {
    display: block;
}

.tech_filter_container {
    display: block;
}

.tech_filter_container > * {margin-bottom: 1em;}

.single-tech-item .pgi-image {
    height: auto;
}

.main-navigation ul ul {
    float: none;
}


.site-search.search-toggle {
    display: none;
}

.main-navigation button.menu-toggle {
    display: block;
    float: right;
    color: var(--primary);
}

.site-search.search-toggle {
    display: none;
}

.main-navigation button.menu-toggle {
    display: block;
    float: right;
    color: var(--accent-dark);
    background: transparent;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
    /* background: yellow; */
    position: absolute;
    right: 20px;
}

.main-navigation #primary-menu {
    display: block;
}

.noThumbMenu .main-navigation.toggled.isFixed .menu-primary-menu-container {
    background: #2B3444;
    z-index: 2;
    position: relative;
}

.main-navigation #primary-menu li {
    display: block;
    padding: 1rem 0;
}

nav#site-navigation #primary-menu > li > a {
    border: none;
    padding:  0;
    margin: 0;
}

nav#site-navigation #primary-menu {
    height: auto;
}



.noThumbMenu .main-navigation.toggled .menu-toggle {
    float: none;
    position: absolute;
    right: 20px;
    white-space: nowrap;
    text-align: center;
    z-index: 9980;
}


.site-branding {
    z-index: 9980;
}


.noThumbMenu .main-navigation.toggled:before {
    content: "";
    background: #2B3444;
    width: 100vw;
    position: fixed;
    z-index: 2;
    height: 90px;
    z-index: 99;
}

#nav-icon span {
    background: var(--accent-dark);
}
.site-branding {
    height: auto;
}

button.nav-menu-toggle {
    display: block;
    float: right;
    font-size: 30px;
}

.main-navigation .menu-item.menu-item-has-children.menu-open > ul.sub-menu{
position: relative;
    
}

.main-navigation #primary-menu .sub-menu li {
    padding: 0.5rem 0;
}

#primary-menu.hasMegaMenu li.default-menu .sub-menu, 
#primary-menu.hasRobustSub li.default-menu .sub-menu {
    padding: 10px;
}

header.site-header {
    position: fixed;
    width: 100vw;
	z-index: 22; 
}



div#content {
    top: 90px;
	padding-bottom: 150px;
}

.case-studies-grid {
    display: block;
}

select.cs_filter.show-mobile {
    width: 100%;
}

/* .single-accord-item.open-accord-item .sai-content {
    grid-template-columns: 1fr;
} */

.fb-items {
	grid-auto-rows: unset;
}

.sai-toggle-bar h4, .pgic-header h4 {
margin-right: 24px;
}

.sai-toggle-bar h4:after, .pgic-header h4:after {
right: -22px;
}

.pgi-content .pgic-text, .pgi-content ul {
    max-width: unset;
}	

p, ul {
    max-width: 100%;
}

footer.site-footer .widget_wpb_widget_chicago_socail {
    margin-bottom: 24px;
}

.footer-bottom {
    gap: 24px;
}

.footer-bottom .wrapper {
    margin: 0px;
}

.fb-container-inner.show-mobile .fb-items {
    display: block;
}

.fb-container-inner.show-mobile .fb-header-container {
    display: block;
}

.fb-items .single-fb-item:nth-of-type(2) {
    border-top: none;
}

.fb-header-container.benefits-header h4 {
    border-top: none;
}

.sfg-table-header, .sfgtb-row {
    grid-template-columns: 1fr 1fr;
}

.performance-mobile {
    margin-bottom: 2rem;
}


.sfgto-title{
	display:block;
}

.sfgth-single,
.sfgr-item,
.sfgr-heading{
	padding-left:.5rem;
	padding-right:.5rem;
	font-size: .9rem;
}






    

}

@media screen and (max-width: 400px){
.pcb-link {
    left: -10px;
    width: 250px;
}

.product-cover-block {
    height: 500px;
}



}

@media screen and (max-width: 475px){
    .full-width-bg .gform_wrapper {
        width: 90%;
    }
}


@media screen and (max-width: 600px){
	.hero-dots {
        left: 0;
        gap: 8px;
    }
}

.gal-filter-click.qmi_filter_click {
		padding-left: .5rem;
		padding-right: 32px;
	}

	.qmi_filter_click:after {
		right: 10px;
	}
	
	.product-resource-link-container {
    margin-top: 1.75em;
} 

/*start 1100px */
@media screen and (max-width: 1100px){
	.custom-logo {
		max-height: 40px; 
	}
	.post-nav{
		min-width:auto;
	}
	
	.saic-image {
    text-align: right;
}

.saic-image img {
    height: 75px;
    display: inline-block;
}
	
	.feat-benefits-container {
    margin-bottom: 0;
}
	body .is-layout-flex {
        display: block;
    }
	
	.wp-block-buttons.is-content-justification-center {
		text-align: center;
	}
	
	.slide-content{
		top: calc(50% - 45px); 
		bottom: auto;
		transform: translateY(-50%);
	}
	
	.search-box-wrapper {
		background: none;
		bottom: 0;
		position: relative;
		width: 100%;
		padding-left: 0;
	}

	.wrapper.search-box {
		width: 100%;
		padding: 0;
	}

	.main-navigation #primary-menu.hasMegaMenu > li:last-of-type {
		margin-right: 1em;
	}
	
	.wp-block-spacer {
		max-height: 2rem;
	}
	
	body .color-swatches {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.color-swatches-float .wp-block-column .wp-block-column  .wp-block-column {
		width: 31%;
		float: left;
		margin-right: 1%;
		margin-left: 1%;
		height: 200px;
		margin-bottom: auto;
	}
	
	.color-swatches-float {
		padding-bottom: 2rem; 
	}
	
	.color-swatches-float ~ div{
		clear: both;
	}
	
	.color-swatches-float:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
	}
	
	.about-icon-grid .wp-block-column{
		padding: 15px 15px 65px 15px;
	}
	
	.about-icon-grid .wp-block-column h4,
	.about-icon-grid .wp-block-column p{
		font-size: .85rem;
	}
	
	body .is-layout-flex.product-resource-link-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	div#quote-form{
		clear: both;
	}
	
	.wp-block-columns.become-dealer-icons .wp-block-column {
		width: 50%;
		float: left;
	}
	
	.single-post-nav{
		padding-top: 70px; 
	}
	
	body .about-icon-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1rem;
		row-gap: 0;
	}
	
	.postid-806 .entry-content .wp-block-group.full-width-bg.gray-bg {
    margin-top: 45px;
}
	
	.com-sec-applications .wp-block-image > a {
    height: auto;
    aspect-ratio: 1 / 1;
    max-height: 360px;
}
	
	.product-category-item p {font-size: 1rem;}

	.product-category-item p {
    width: 100%;
    padding-left: 0;
    margin-top: 1rem;
    border: none;
}

.pcb-link {
    right: 0;
    left: 0;
} 
	
	h2.wp-block-heading.has-x-large-font-size br {
		display: none;
	}
	
	#nav-icon {
		width: 18px;
	  height: 20px;
	  position: relative;
		-webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  transition: .5s ease-in-out;
	  cursor: pointer;
    margin-right: .5rem;
    float: left;
	}

	#nav-icon span {
		display: block;
	  position: absolute;
	  height: 2px;
	  width: 100%;
	  background: black;
	  border-radius: 1px;
	  opacity: 1;
	  left: 0;
		-webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	  transition: .25s ease-in-out;
	}

	#nav-icon span:nth-child(1) {
		top: 0;
	}

	#nav-icon span:nth-child(2),
	#nav-icon span:nth-child(3) {
	  top: 8px;
	}

	#nav-icon span:nth-child(4) {
	  top: 16px;
	}
	
	.main-navigation.toggled.isFixed {
        position: fixed;
        bottom: var(--height-of-thumb-menu);
        left: 0;
        height: calc(100vh - var(--height-of-thumb-menu));
        z-index: 1000;
        /* padding: 1rem; */
    }

	/* Menu span elements transform to X */
	.toggled #nav-icon span:nth-child(1) {
	  top: 10px;
	  width: 0%;
	  left: 50%;
	}

	.toggled #nav-icon span:nth-child(2) {
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}

	.toggled #nav-icon span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
	  transform: rotate(-45deg);
	}

	.toggled #nav-icon span:nth-child(4) {
	  top: 10px;
	  width: 0%;
	  left: 50%;
	}
	
	    .main-navigation button.menu-toggle {
        display: block;
        float: right;
        color: var(--accent-dark);
        background: transparent;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        width: 60px;
        /* background: yellow; */
        position: absolute;
        right: 20px;
		margin-top: 30px; 
    }
	
	.menu-primary-menu-container {
        display: none;
        visibility: hidden;
    }
	
	.main-navigation.toggled .menu-primary-menu-container {
        display: block;
        visibility: visible;
        padding: 5rem 1.5rem 0;
    }
	
	nav#site-navigation #primary-menu {
		padding: 0;
		float: none;
		top: 90px;
	}
	
	nav#site-navigation #primary-menu {
        height: auto;
    }
	
	.main-navigation #primary-menu li {
        display: block;
        padding: 1rem 0;
    }
	
	header.site-header {
        position: fixed;
        width: 100vw;
        z-index: 22;
    }
	
	.site-header, .admin-bar header.site-header.nav-up, header.site-header.nav-up, header#masthead {
        background: #2B3444;
    }
	
	.site-branding {
        height: auto;
    }
	
	.site-branding {
        z-index: 9980;
    }
	
	.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox > .sub-menu {
		padding-left: 0;
	}
	
	.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox > .sub-menu {
		display: block !important;
	}
	
	.site-search.search-toggle {
        display: none;
    }
	
	.admin-bar .main-navigation.toggled.isFixed {
        position: fixed;
        bottom: var(--height-of-thumb-menu);
        height: calc(100vh - var(--height-of-thumb-menu) - 46px);
    }
	
	.admin-bar.noThumbMenu .main-navigation.toggled.isFixed {
        bottom: 0;
        height: calc(100vh - 46px);
    }
	
	.noThumbMenu .main-navigation.toggled.isFixed {
            background: #2B3444;
	}
	
	.main-navigation #primary-menu {
        display: block;
    }
	
	    nav#site-navigation #primary-menu > li > a {
        border: none;
        padding: 0;
        margin: 0;
    }
	
	
    .admin-bar.noThumbMenu .main-navigation.toggled.isFixed.tallerThanScreen .menu-primary-menu-container {
        height: calc(100vh - 46px);
    }

    .noThumbMenu .main-navigation.toggled.isFixed.tallerThanScreen .menu-primary-menu-container {
        height: 100vh;
    }

    .admin-bar .main-navigation.toggled.isFixed.tallerThanScreen .menu-primary-menu-container {
        height: calc(100vh - var(--height-of-thumb-menu) - 46px);
    }

    .noThumbMenu .main-navigation.toggled.isFixed .menu-primary-menu-container {
        background: #2B3444;
        z-index: 2;
        position: relative;
    }

    .main-navigation.toggled.isFixed.tallerThanScreen .menu-primary-menu-container {
        overflow-y: scroll;
        height: calc(100vh - var(--height-of-thumb-menu));
    }

    .main-navigation.toggled .menu-primary-menu-container {
        display: block;
        visibility: visible;
        padding: 5rem 1.5rem 0;
    }

    .menu-primary-menu-container {
        display: none;
        visibility: hidden;
    }
	 .main-navigation.toggled {
        width: 100%;
        background: var(--neutral-100);
    }
	
button.nav-menu-toggle {
display: block;
float: right;
font-size: 30px;
}

.main-navigation.toggled.isFixed.tallerThanScreen .menu-primary-menu-container {
overflow-y: scroll;
height: calc(100vh - var(--height-of-thumb-menu));
}

nav#site-navigation #primary-menu {
width: 100%;
max-width: 100%;
}

.main-navigation #primary-menu > li {
border-bottom: 1px solid var(--neutral-300);
font-size: 1.5rem;
justify-content: space-between;
flex-flow: row wrap;
}

#primary-menu.hasRobustSub .menuBox.isVisible .inner-menu-content, #primary-menu.hasRobustSub li .sub-menu li span {
display: none;
}


.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox > .sub-menu {
padding-left: 0;
}


.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox .sub-menu {
padding-top: 0;
padding-bottom: .25rem;
}


.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox > .sub-menu {
display: block !important;
}


.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox .sub-menu {
visibility: visible;
float: none;
position: relative;
box-shadow: none;
border: none;
background: transparent;
}


#primary-menu.hasRobustSub .menuBox.isVisible > .sub-menu {
font-size: 1rem;
visibility: visible;
}

.main-navigation #primary-menu .sub-menu li {
display: block;
padding: 0.5rem 0;
width: 100%;
}

.main-navigation #primary-menu li.menu-open .menuBox > .sub-menu > li > a {
color: #fff;
}

.main-navigation .close-mega-menu {
display: none;
visibility: hidden;
}

.main-navigation .isVisible .close-mega-menu{

display: none;
visibility: hidden;
}

.main-navigation #primary-menu .sub-menu > li.menu-item-has-children button.nav-menu-toggle, .main-navigation #primary-menu > li.menu-item-has-children button.nav-menu-toggle {
font-weight: normal;
background: none;
padding: 0;
margin: 0;
color: inherit;
text-align: center;
z-index: 0;
cursor: pointer;
line-height: 1; 
}

.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox .sub-menu {
padding-top: 0;
padding-bottom: .25rem;
}

.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox {position: relative;top: 0;float: none;background: transparent;color: #fff;display: block;}

.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox .sub-menu {
visibility: visible;
float: none;
position: relative;
box-shadow: none;
border: none;
background: transparent;
width: 100%;
max-width: 100%;
}

.main-navigation .menu-item .menuBox .sub-menu li.menu-item-has-children::after {
display: none;
}

.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox > .sub-menu li.menu-open ul {
display: block !important;
}

.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox .sub-menu {
    padding-bottom: 0;
}

.main-navigation #primary-menu > li.menu-item-has-children.menu-open .menuBox .sub-menu li:last-of-type {
    padding-bottom: 0;
} 

ul#primary-menu li .isVisible { 


left: 0;

}

.main-navigation #primary-menu .sub-menu li:not(.menu-header):hover a {
color: #fff;
}

.main-navigation #primary-menu li.menu-open .sub-menu .sub-menu li a:before {
	content: "- ";
	position: absolute;
	left: 0;
}

.main-navigation #primary-menu li.menu-open .sub-menu .sub-menu li a {
	padding-left: 12px;
	display: inline-block;
	position: relative;
	left: 10px;
}

.noThumbMenu .main-navigation.toggled .menu-toggle {
        float: none;
        position: absolute;
        right: 20px;
        white-space: nowrap;
        text-align: center;
        z-index: 9980;
    }
    #nav-icon span {
        background: var(--accent-dark);
    }
	
	section.site-info-block {
        display: block;
    }

    footer.site-footer h2 {
        font-size: 1.4rem !important;
        margin-top: 1.5rem;
    }

    

    div#footer-btm-right {
        padding: 0;
        grid-row: 1;
    }

    .footer-bottom .wrapper {
        margin: 0px;
    }

    footer.site-footer .site-info.wrapper {
        grid-row: 3;
        margin: 0;
    }

    section.site-info-block.footer-bottom {
        margin-top: 0;
        display: grid;
        grid-template-rows: auto;
        text-align: left;
    }

    footer.site-footer .widget_wpb_widget_chicago_socail {
        margin-bottom: 24px;
    }

    .footer-bottom {
        gap: 24px;
    }

    .footer-widget-col-2 {
        padding: 0;
    }

    p.footer-contact-blurb {
        font-size: 1.2rem !important; 
    }

.footer-widget-col-2 {
        margin-top: 0;
    }
	
	footer.site-footer .footer-top-text p {
        font-size: 1.4rem;
        top: 20px;
        left: -25px;
    }

.home-case-study .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    margin-bottom: 23px;
}

    #back-to-top {
        right: 20px !important;
        
    }
	
	.hasil-content .wp-block-buttons {
    margin-top: 1rem;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    margin-bottom: 1em;
}

.case-studies-grid.gallery-items-grid{
	grid-template-columns: 1fr 1fr;
}
h2 br {
    display: none;
}
.br-mobile br {
    display: block;
}

p{
	max-width: 100vw;
}

.wrapper.search-box.clear {
    display: block;
    height: auto;
}

.qmi_filter_click {
    font-size: .7rem;
} 
 
.hero-container{
	min-height: 600px; 
}

    .search-box-wrapper {
        bottom: 0;
    }
	
	.entry-content ul li, .entry-content ol li{
    font-size: 1rem;
} 

footer.site-footer {
    padding-bottom: var(--paddingAmount);
}

.hbspt-form {
    width: 100%;
}

.feat-benefits-container + div {
    border: none;
}



footer.site-footer:before{
    
    left: 10px;
    top: 90px;
    height: 710px;
    width: 130%;
    background-repeat: no-repeat;
    z-index: 1;
    max-width: none;	
}

.home-top-section .accordion-container {
    margin-top: 3rem;
}

.pgi-image h4 {
    font-size: calc(1.2rem + .5vw);
}

.wp-block-image .alignleft {
    clear: both;
    float: none;
}

	body .two-column-mobile {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	




	.two-column-mobile-float .wp-block-column .wp-block-group {
		width: 49%;
        display: inline-block;
        vertical-align: top;
	}
	
	.two-column-mobile-float .wp-block-column {
		display: inline;
	} 



	.two-column-mobile-float ~ div {
		clear: both;
	} 
	
	.product-icon-button-inner a{
		padding:1rem;
		    padding-bottom: 3rem;
	}
	
	.product-icon-button-inner h4 {
		font-size: .85rem;
	}
	
	html {
		width: 100vw;
		overflow-x: hidden;
	}
	
	.qmi_filter_click:after{
		width: 13px;
		height: 13px; 
	}
	
	.wp-block-column.is-vertically-aligned-bottom {
		align-self: end;
	}
	
		
	
	 
	
	.logo-icons2 .wp-block-column:first-of-type figure {
		margin-top: -5%;
	}
	
	
	.about-icon-grid .wp-block-column{
		    align-content: baseline; 
	}
	
	.postid-806 div#quote-form {
		margin-top: -20px;
	}
	
	.wp-block-columns.two-column-mobile p:empty {
		display: none;
	}

	.wp-block-columns:empty {
		display: none;
	}

	.two-column-mobile .wp-block-column:has(p:empty) {
		display: none;
	}

	.two-column-mobile .wp-block-column:empty {
		display: none;
	}

	.two-column-mobile .wp-block-column {
		align-self: baseline; 
	}
	
	body .wp-block-columns.two-column-mobile .wp-block-column {
        align-self: baseline;
        /* flex-basis: 45% !important; */
        flex-grow: 0;
        gap: 0;
        flex: 0 1 47% !important;
        width: 100%;
    }
	
	body .two-column-mobile.two-column-align-top .wp-block-column {
		align-self: start;
	}
	
	body .two-column-mobile {
        display: flex;
        grid-template-columns: 1fr 1fr;
        flex-wrap: wrap !important;
        column-gap: 5%;
		row-gap: 5%;
    }
	
	div#quote-form{
		margin-top:0;
	}
	
	.home-right-column {
		display: flex;
		flex-direction: column;
	}

	.home-right-column .wp-block-buttons {
		order: 1;
	}

	.home-right-column .accordion-container {
		order: 2;
	}
	
	
}
/*end 1100px */
@media screen and (min-width: 550px) and (max-width: 1100px){
	body .two-column-tablet {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	
	
}

@media screen and (min-width: 769px) and (max-width: 1100px){
	.tech_filter_container.gallery_filter_container {
		grid-template-columns: 1fr 1fr 1fr;
	}
	
	.gal-filter-click.qmi_filter_click {
		padding-left: .5rem;
		padding-right: 32px;
	}

	.qmi_filter_click:after {
		right: 10px;
	}
	
	.product-resource-link-container .wp-block-column {
        flex-basis: 30% !important;
        max-width: 31%;
    }
	
	.product-resource-link-container {
        flex-wrap: wrap !important;
    }
	
	body .is-layout-flex.product-resource-link-container{
		display:flex;
		gap: 3%;
	}
	
}

@media screen and (min-width: 530px) and (max-width: 1100px){
	
section.site-info-block {
    display: contents;
    /* grid-row: 1; */
}

.footer-widget-col-1 * {
    grid-column: 1;
    grid-row: 3;
}

.footer-widget-col-1 {
    display: contents;
    grid-column: 1;
    grid-row: 1;
}

footer.site-footer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto auto;
    gap: 1.5rem;
    padding-left: var(--paddingAmount);
    padding-right: var(--paddingAmount);
}

div#block-14 {
    grid-column: 1;
}

div#block-10 {
    grid-column: 1;
    grid-row: 2;
    /* margin-bottom: 0; */
}

div#block-9 {
    grid-row: 1;
    padding: 0;
    margin: 0;
}

.footer-widget-col-1 {
    grid-row: 1;
}

.footer-widget-col-1 {
    display: grid;
    grid-template-rows: max-content auto;
}

.site-info.wrapper {
    grid-column: 1/3;
    grid-row: 3;
}

section.site-info-block.footer-bottom {
    display: contents;
}

div#footer-btm-right {
    grid-column: 2;
    grid-row: 2;
}

div#block-15 {
    grid-column: 2;
    grid-row: 1;
    padding-top: 80px;
    padding-bottom: 0;
    display: grid;
    grid-template-rows: auto auto auto;
}

.footer-widget-col-2 {
    display: contents;
    grid-column: 1;
}

footer#colophon {}

#footer-btm-right .widget_wpb_widget_chicago_socail a:after {
    line-height: 31px;
    width: 35px;
    font-size: 1rem;
}

.widget_wpb_widget_chicago_socail a {
    height: 36px;
    width: 36px;
}

p.footer-contact-blurb.has-large-font-size {
    padding-bottom: 30px;
}

footer.site-footer .wp-block-button__link {
    margin-top: 0;
}

.wp-block-group.footer-phone-container a:last-of-type {
    font-size: 1rem;
    display: block;
}

div#block-15 .wp-block-button__link {
    margin-top: 1rem;
}

div#block-15 .wp-block-columns {
    grid-row: 3;
}

div#block-11 {
    margin-top: -70px;
} 
}

@media screen and (max-width: 1200px){
	.home-case-study h2.inline-heading{
		margin-left: 0;
	}
}

@media screen and (min-width: 1920px){
	h3.hero-text{
		max-width: 890px;
	}
}


@media screen and (min-width: 1520px){
	.about-icon-grid .wp-block-column {
		display: grid;
	}
}

@media screen and (min-width: 1101px){
	
}

@media screen and (min-width: 1101px) and (max-width: 1415px){
	
.menu-primary-menu-container {
    /* width: 100%; */
}

nav#site-navigation #primary-menu {
    width: 100%;
    /* float: right; */
    padding-left: 0;
    max-width: 75vw;
}

.site-search.search-toggle {
    /* display: none; */
    width: 1rem;
}

a.custom-logo-link {
    align-self: self-end;
    vertical-align: middle;
}

.site-header .wrapper, .main-navigation {
    align-content: center;
}

header#masthead:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #2B3444;
    z-index: -1;
    height: 100%;
    width: 100vw;
   
}

nav#site-navigation #primary-menu:before{
    display:none;
    
} 

.site-branding {
    height: 90px;
    max-width: 80px;
    /* vertical-align: middle; */
    display: grid;
    align-content: center;
}
}
@media screen and (min-width: 1101px) and (max-width:1300px){
	.about-icon-grid-container .wp-block-columns {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	
	.product-resource-link-container {
    flex-wrap: wrap !important;
}

.product-resource-link-container .wp-block-column {
    flex-basis: 30% !important;
	max-width: 31%;
}

.footer-widget-col-2 .wp-block-columns {
    display: block;
}

div#footer-btm-right .wp-block-columns {
    display: block;
}

.color-swatches p {
    font-size: .8rem;
}

}

@media screen and (min-width: 769px) and (max-width:1100px){
	.hasi-slide {
		top: 1rem;
	}

	.hasir-content {
		max-width: 100%;
	}

	.hasi-right {
		padding: 0 1.5rem;
		padding-top: 2rem;
	}
	
	.hasi-left {
		padding-top: 2rem;
	}
}
@media screen and (min-width: 769px) and (max-width:1300px){
	.content-block-with-slider{
	    grid-template-columns: 65% 35%;
}
}

@media screen and (min-width: 1101px) and (max-height: 800px){
	li#menu-item-63 .spcm-img-container {
		height: 100px; 
	}
}

@media screen and (min-width: 1101px) and (max-width: 1300px){
		.imm-left{
			max-width:300px;
			margin-right: 3%;
		}
}

@media screen and (max-height: 600px){
.hero-container {
    height: calc(100vh + 90px);
	min-height: 0;
}

.slide-content { 
    top: 50%;
}

.hero-container h1 {
	font-size: calc(1rem + 1vw);
}

h3.hero-text {
    font-size: calc(1rem + .4vw);
}
}

@media screen and (min-width: 1301px) and (max-width: 1470px){
	#footer-btm-right .widget_wpb_widget_chicago_socail a:after {
    line-height: 27px;
    text-align: center;
    width: 33px;
    font-size: 1rem;
}

.widget_wpb_widget_chicago_socail a {
    border: 3px solid;
    border-radius: 100px;
    height: 35px;
    width: 35px;
    text-align: center;
}
}

@media screen and (min-width: 1100px) and (max-width: 1300px) {
		#footer-btm-right .widget_wpb_widget_chicago_socail a:after {
			line-height: 27px;
			text-align: center;
			width: 33px;
			font-size: 1rem;
		}

		.widget_wpb_widget_chicago_socail a {
			border: 3px solid;
			border-radius: 100px;
			height: 35px;
			width: 35px;
			text-align: center;
		}
    div#footer-btm-right .wp-block-columns {
        display: grid;
        grid-template-columns: auto auto;
        gap: 0;
    }
}

@media screen and (min-width:600px) and (max-width: 1100px){
	.logo-icons2 figure {
		max-height: 400px;
		display: block;
		clear: both;
		height: auto;
		width: 100%;
		margin: 0 auto;
		position: relative;
		margin-bottom: -10%;
		aspect-ratio: 1/1;
		margin-top: -15%;
		z-index: -1;
	}

	.logo-icons2 figure img {
		width: 100%;
		height: 100%;
		display: block;
		object-fit: contain;
		position: absolute;
		
		height: auto;
		
		margin: 0 auto;
		max-height: 100%;
		
	}

	.logo-icons2 .wp-block-buttons {
		position: relative;
		z-index: 4;
	}

}

@media screen and (max-width: 500px){
	.logo-icons2 figure {
        margin-bottom: -40%;    
    } 
	
}


.no-padding-top{
	padding-top: 0;
}
.no-padding-bottom {
	padding-bottom: 0;
}
.no-padding{
	padding:0;
} 
.no-margin-top{
	margin-top: 0;
}
.no-margin-bottom{
	margin-bottom: 0;
}
.padding-top-small{
	padding-top:45px;
}
.padding-bottom-small{
	padding-bottom:45px;
}
.margin-top-small{
	padding-top:45px;
}
.margin-bottom-small{
	padding-bottom:45px;
}