/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');


/* WORDPRESS CORE CSS */ 
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* BASE STYLES */
body, * {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: inherit;
    text-rendering: optimizeLegibility;
}
.h1, h1 {
    font-size: 58px;
    line-height: 1.2;
    color: #304494;
    letter-spacing: 0;
    font-weight: 700;
}
.h2, h2 {
    font-size: 44px;
    color: #344F8C;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 700;
}
.h1 strong, h1 strong, .h2 strong, h2 strong {
    color: #EB7D00;
    display: block;
}
.orange {
    color: #EB7D00;
}
.blue {
    color: #304494;
}
.lightblue {
    color: #509ACB;
}
.button,
.menu-btn a {
    font-weight: 600;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.15);
    border-radius: 8px;
    padding: 8px 24px;
    background: rgb(235,125,0);
    background: linear-gradient(0deg, rgba(235,125,0,1) 0%, rgba(247,180,0,1) 100%);
    font-size: 18px;
    line-height: 1;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    border: none;
}
.button.dark {
    background: rgb(235,95,0);
    background: linear-gradient(0deg, rgba(235,95,0,1) 0%, rgba(247,150,0,1) 100%);
}

/* HEADER */
.logocell {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.logocell .logoblock {
    border-right: 1px solid #DCDCDC;
    padding-right: 25px;
    margin-right: 25px;
}
.headerborder {
    padding-top: 20px;
}
.buttonbox {
    display: inline-block;
	text-align: right;
	/*
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
	*/
}
.buttonbox .button {
    font-size: 24px;
}

/* FOOTER */
.logotagrow {
    margin-top: 35px;
}
.logotagrow h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    color: #EB7D00;
    letter-spacing: 0;
}
.addressrow p {
    font-weight: 500;
}
.addressrow h3 {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    color: #344F8C;
    letter-spacing: 0;
}
.footerborder {
    border-top: 1px solid #DCDCDC;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 30px;
}
.footerborder p, .footerborder li a {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
}
.footerborder li a {
    font-size: 12px;
    line-height: 1;
    padding: 0 5px 0 0;
    position: relative;
    display: inline-block;
    color: #343434;
}
.footerborder li {
    padding: 0 5px 0 0;
}
.footerborder li:after {
    content: "•";
    float: right;
}
.footerborder li:last-child:after {
    display: none;
}
#menu-footer-tools-menu {
    display: flex;
    justify-content: flex-end;
}

/* MAIN MENU */
#headerrow {
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 100;
}
#menu-main-menu,
#menu-utility-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #DCDCDC;
    padding: 0;
}
#menu-main-menu.menu a,
#menu-utility-menu li:not(.menu-btn) a {
    font-size: 20px !important;
    line-height: 1;
    font-weight: 500;
    color: #343434;
    letter-spacing: -0.37px;
    padding: 20px 0;
}
#menu-main-menu.menu a:hover {
    color: #344F8C;
}
#menu-utility-menu .menu-btn a {
    color: ;
}
#menu-main-menu.menu li.active a {
    background-color: #344F8C;
    color: #fff;
    padding: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
div.ubermenu {
    display: none;
    position: absolute;
    z-index: 100;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 13px 13px -13px rgb(0 0 0 / 15%);
    padding-top: 20px;
    padding-bottom: 40px;
    max-width: 100%;
    border-top: 5px solid #344F8C;
}
div.ubermenu.active {
    display: block;
}
.uberoverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(52,79,140,.5);
    z-index: 99;
}
.uberoverlay.active {
    display: block;
}
.contentstart {
    padding-top: 60px;
}
div.ubermenu > .grid-container > .grid-x {
    padding-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
}
div.ubermenu ul.menu > li {
    width: 100%;
}
div.ubermenu ul.menu > li > a {
    padding: 7px 0;
    color: #344F8C;
    transition: color 0.2s ease-in-out;
    line-height: 1.3;
}
div.ubermenu ul.menu > li > a:hover {
    color: #000;
}
div.ubermenu h5 a {
    color: #000;
    transition: color 0.2s ease-in-out;
}
div.ubermenu h5 a:hover {
    color: #344F8C;  
}

/* HOMEPAGE */
.productrow {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #F2F2F2;
}
.greyrow, .vc_section.greyrow {
    position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  background-color: #F2F2F2;
    overflow: visible;
}
.greyrow:after {
    content:'';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 70.5px 0 70.5px;
    border-color: #f2f2f2 transparent transparent transparent;
    bottom: -46px;
    left: 50%;
    margin-left: -70px;
    z-index: 1;
}
.whiterow, .vc_section.whiterow {
    position: relative;
    overflow: visible;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}
.whiterow:after {
    content:'';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 70.5px 0 70.5px;
    border-color: #ffffff transparent transparent transparent;
    bottom: -46px;
    left: 50%;
    margin-left: -70px;
    z-index: 1;
}
.productrow img {
  width: 100%;
  height: auto;
  display: block;
}
.productrow:before, 
.productrow:after {
  content:'';
  position: absolute;
  bottom: 0;
  width: 50%;
  background-color: inherit;
  padding-bottom:3%;
}
.productrow:before {
  right: 50%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.productrow:after {
  left: 50%;
  -ms-transform-origin: 0 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  transform: skewX(-45deg);
}
.boxesrow {
    position: relative;
    padding: 20px 0 50px 0;
    margin-top: -1px;
}
.boxesrow .box {
    background-color: #fff;
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.21);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	padding: 15px;
}
.productboxes .box {
    padding: 25px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.imagebox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottomrow .imagebox {
	align-items: center;
}
.boxesrow .box .textbox {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.productboxes .box .textbox {
    margin-top: 30px;
}
.boxesrow .box h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #344F8C;
    letter-spacing: 0;
    text-align: center;
}
.brandsrow {
    padding-top: 80px;
}
.brandsrow h2 {
    font-size: 44px;
    font-weight: 700;
    color: #344F8C;
    letter-spacing: 0;
    line-height: 1.2;
}
.aboutrow, .rowbot {
    padding-top: 80px;
    padding-bottom: 80px;
}
.logobox {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.logobox img {
    mix-blend-mode: multiply;
}

/* CATEGORY PAGE */
.whiterow .boxesrow {
    background-color: transparent;
}

/* PRODUCT PAGE */
.ctashadow {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.ctarow h4 {
    margin-bottom: 20px;
}

/* DEFAULT PAGE */
.sidebarcontent h2,
.sidebarcontent h3,
.sidebarcontent h4,
.sidebarcontent h5,
.sidebarcontent h6 {
    color: #344F8C;
}
.teammember {
    padding: 60px 20px 20px 20px;
}
.teammember .circlephoto {
    margin-bottom: 40px;
}
.teammember img {
    border-radius: 100%;
}
.teammember h4 {
    color: #344F8C;
}
.boxesrow .box.teammember h5 {
    color: #509ACB;
}
.teammember a {
    color: #000;
    padding-top: 10px;
    transition: color 0.2s ease-in-out;
}
.teammember a:hover {
    color: #344F8C;
    text-decoration: underline;
}
.boxesrow .box.teammember .textbox {
    height: auto;
}

/* UTILITY MENU */
#menu-utility-menu {
    /*
    display: flex;
    flex-wrap: nowrap;
    */
    justify-content: flex-end;
    align-items: center;
    border-top: none;
}
/* Spacing as needed */
#menu-utility-menu li:not(.menu-btn) {
    margin-right: 20px;
}

/* SIDEBAR */
.sidebarcta {
    position: relative;
    background-color: #F2F2F2;
    padding: 40px 20px 20px 20px;
    margin-bottom: 20px;
}
.sidebarcta:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 40px 0 40px;
    border-color: #ffffff transparent transparent transparent;
    top: 0;
    left: 50%;
    margin-left: -30px;
    z-index: 1;
}
.sidebarcontent {
    margin-bottom: 20px;
}
.sidebarcontent h5, .sidebarcontent h5 a {
    color: #509ACB;
}
.sidebarcontent iframe {
    margin-top: 20px;
}

/* MOBILE MENU */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; 
}

.hamburger:focus {
  outline: none;
}

.hamburger:hover {
    opacity: 0.7; 
}

.hamburger.active:hover {
    opacity: 0.7; 
}

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
    background-color: #000; 
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; 
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; 
}

.hamburger-inner::before {
    top: -10px; 
}

.hamburger-inner::after {
    bottom: -10px; 
}

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; 
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); 
}

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); 
}

.hamburger--squeeze.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; 
}

.hamburger--squeeze.active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
}

#mobilemenu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    height: 100%;
    bottom: 100%;
    top: 0;
    left: -100%;
    z-index: 10000;
}

#mobilemenu.active {
    left: 0;
}

#mobilemenu .menu-main-menu-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mobilemenu li a {
  font-size: 24px;
  font-weight: 300;
}


/* SEARCH BOX */
#searchbox {
    position: absolute;
    top: -50%;
    width: 100%;
    padding: 40px;
    background-color: rgba(255,255,255,0.85);
    z-index: 9000;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    transition: top ease 0.5s;
}

#searchbox.active {
    top: 0;
}

#searchtrigger, #searchsubmit, #searchclose {
  width: 30px;
  height: 30px;
  border: none;
  color: #000;
  position: relative;
  display: inline-block;
  outline: none;
}

#searchclose {
  display: block;
  margin: 0 auto;
}

#searchtrigger:before,
#searchsubmit:before,
#searchclose:before {
  content: "\f002";  
  font-family: "Font Awesome 5 Pro"; 
  font-weight: 300;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  color: #000;
}

#searchclose:before {
  content: "\f057";
  font-size: 20px;
}

#s {
  width: calc(100% - 40px);
  display: inline-block;
}

.belowcontent {
	padding-top: 30px;
}
.technicalvideo {
	padding-bottom: 30px;
}

.menu .active>a {
    background: inherit;
    color: inherit;
}

#contactsales {
    position: fixed;
	top: 100%;
    right: 50px;
    z-index: 9999;
	width: 350px;
	transition: all 0.25s ease-in-out;
}

#contactsales.openpos, #contactsales.confirmation {
	bottom: 0 !important;
	top: auto;
}

#contactsales .salestab, #salestab.salestab {
    position: relative;
    float: right;
    background-color: #F2F2F2;
    border-radius: 5px 5px 0 0;
    height: 40px;
    width: auto;
	padding: 10px 10px 0 10px;
}

#contactsales .salestab {
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	z-index: 1;
}

#salestab.salestab {
	display: none;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 9998;
    transition: bottom 0.25s ease-in-out;
    height: auto;
    padding-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0px 5px rgb(0 0 0 / 20%);
	width: 350px;
	border-top: 3px solid #EB7D00;
}	

#salestab.salestab.openinvite {
	display: flex;
}

#contactsales .salestab a, #salestab.salestab a {
	color: #000;
	transition: all 0.5s ease-in-out;
}

#contactsales .salestab a:hover, #salestab.salestab a:hover {
	color: #000;
}

#contactsales .salescontent {
    position: relative;
    float: left;
    width: 100%;
	background-color: #F2F2F2;
	padding: 10px 10px 20px 20px;
    border-radius: 5px 0 0 0;
	box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
	z-index: 2;
}

#contactsales .salescontent .gform_wrapper input, #contactsales .salescontent .gform_wrapper select {
    padding: 8px 10px !important;
}

#contactsales .salescontent .gform_wrapper textarea {
	font-size: 15px;
}

#contactsales .salescontent h4 {
    font-size: 17px;
    color: #000;
}

#contactsales.confirmation .salescontent h4 {
	display: none;
}

#contactsales .salescontent .gform_wrapper .gform_footer input.button, #contactsales .salescontent .gform_wrapper .gform_footer input[type=submit] {
	background-color: #fff !important;
}

#contactsales .salescontent .gform_wrapper .gform_footer input.button:hover, #contactsales .salescontent .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #000 !important;
}

#contactsales .salescontent .gform_wrapper .gform_footer {
	width: 94%;
}

#salestab.salestab .avatar {
	width: 30%;
	margin-right: 20px;
}

#salestab.salestab .avatar img {
	border-radius: 3px;
}

#salestab.salestab .linkmessage p {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	text-transform: normal;
	margin: 0;
	padding: 0;
}

#salestab.salestab .linkmessage a.contacttab {
	text-transform: normal;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
}

#salestab.salestab .linkmessage a.button {
	text-transform: normal;
	color: #fff !important;
	margin-top: 5px;
	font-size: 15px;
	padding: 5px 10px;
}

#gform_fields_5 .gfield p {
	font-size: 15px;
	margin-bottom: 0;
}

.gform_wrapper.gravity-theme #gform_fields_5 .gfield_label {
    font-size: 13px;
}

/* MEDIA QUERIES */

/* DESKTOP */ 
@media screen and (min-width: 1281px) {

}

/* LAPTOP */ 
@media screen and (min-width: 1025px) and (max-width: 1280px) {

}

/* TABLET HORIZONTAL */ 
@media screen and (min-width: 769px) and (max-width: 1024px) {

}

/* TABLET VERTICAL */ 
@media screen and (min-width: 681px) and (max-width: 768px) {

}


/*MOBILE VERTICAL*/
@media screen and (max-width: 680px) {
	#headerrow .phonenumber h3, #headerrow .buttonbox {
		display: none;
	}
	#mobilemenu {
	    height: auto;
    	bottom: auto;
		padding-bottom: 30px;
	}
	#mobilemenu.active {
    	box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 25%);
	}
	#mobilemenu .buttonbox .button {
    	width: 100%;
	}
	#mobilemenu .phonenumber h3{
	    font-size: 24px;
	    text-align: center;
    	padding: 20px 0 10px 0;
	}
	#menu-mobile-menu > li {
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
		width: 100%;
		position: relative;
	}
	 #menu-mobile-menu li.menu-item-has-children > a:after {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 14px 7px 0 7px;
		border-color: #1779ba transparent transparent transparent;
		right: 0;
		position: relative;
		float: right;
		top: 5px;
    }
    #menu-mobile-menu li.menu-item-has-children.active > a:after {
	    border-width: 0 7px 14px 7px;
    	border-color: transparent transparent #1779ba transparent;
    }
	#mobilemenu li a {
	    font-size: 24px;
    	font-weight: 600;
		padding: 0;
		margin: 0;
	}
	ul.sub-menu {
    	list-style: none;
	    margin: 0;
    	padding: 10px 0 0 0;
	    display: none;
	}
	#mobilemenu ul.sub-menu li a {
	    font-size: 18px;
		line-height: 1.3;
    	font-weight: 400;
		padding: 5px;
	}
	#menu-mobile-menu li.active ul.sub-menu {
		display: block;
	}
	
	.h1, h1 {
    	font-size: 36px;
	}
	.h2, h2, .brandsrow h2 {
	    font-size: 30px;
	}
	
	.aboutrow .button, .whiterow .button {
		margin-bottom: 20px;
	}
	.contentstart {
    	padding-top: 20px;
	}
	.aboutrow, .rowbot {
	    padding-top: 30px;
	    padding-bottom: 30px;
    	margin-bottom: 20px;
	}
}