@font-face {
    font-family: 'montserratextralight';
    src: url('fonts/montserrat-extralight-webfont.eot');
    src: url('fonts/montserrat-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-extralight-webfont.woff2') format('woff2'),
         url('fonts/montserrat-extralight-webfont.woff') format('woff'),
         url('fonts/montserrat-extralight-webfont.ttf') format('truetype'),
         url('fonts/montserrat-extralight-webfont.svg#montserratextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('fonts/montserrat-regular-webfont.woff') format('woff'),
         url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratthin';
    src: url('fonts/montserrat-thin-webfont.eot');
    src: url('fonts/montserrat-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-thin-webfont.woff2') format('woff2'),
         url('fonts/montserrat-thin-webfont.woff') format('woff'),
         url('fonts/montserrat-thin-webfont.ttf') format('truetype'),
         url('fonts/montserrat-thin-webfont.svg#montserratthin') format('svg');
    font-weight: normal;
    font-style: normal;

}
@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity:0;
		-webkit-transform:translate3d(0,100%,0);
		transform:translate3d(0,100%,0);
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none;
	}
}
.fadeInUp{
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes enterRight {
  0%   { -webkit-transform:translateZ(300px) translateY(0px) translateX(100px); opacity: 0;  }
  100% { -webkit-transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1; }
}
@-moz-keyframes enterRight {
  0%   { -moz-transform:translateZ(300px) translateY(0px) translateX(100px); opacity: 0;  }
  100% { -moz-transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1;  }
}
@keyframes enterRight {
  0%   { transform:translateZ(300px) translateY(0px) translateX(100px); opacity: 0;  }
  100% { transform:translateZ(0px) translateY(0px) translateX(0deg); opacity: 1;  }
}
.animate-right {
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: enterRight;
	animation-name: enterRight;
}
* {
	margin:0;
	padding:0;
}
img{
	border:none;
}
ul{
	padding:15px;
}

#tabs ul{padding:0px !important;}

body{
	border:0;
}
#overlay{
	font-size:14px;
	line-height: 22px;
	color: #565656;
    font-family: Montserrat, Arial, Tahoma, sans-serif;
	font-weight: normal;
	background:url("images/bg_fade.png") repeat-x;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}
h1{}h2{margin:0px;padding:0px;font-size:inherit;color:inherit;font-weight:normal;}
h1 {
	font-size: 36px;
    line-height: 36px;
}
h2 {
    font-size: 48px;
    line-height: 48px;
	font-weight: 300;
	margin-bottom: 20px;
}
h3 {
    font-size: 36px;
    line-height: 38px;
	font-weight: 300;
}
textarea{font-family:inherit}

.text-link:hover{text-decoration:underline;cursor:pointer}
a {text-decoration: none; color: #f59f3d;}
a:hover {
    color: #486e14;
	text-decoration:underline;
}
hr {
	background-color: rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .2);
	display: block;
    border: none;
    outline: none;
    height: 1px;
    width: 25%;
    margin: 0 auto 20px;
    clear: both;
}
hr.hrLeft {
	margin-left: 0;
}
.fl{float:left}
.fr{float:right}

.center{
	text-align:center;
}

.clear{
	clear:both;
}
.standard_input{
	color:#000;
	cursor:text;
	border:1px solid #999;
	background-color:white;
	height:20px;
}
.overdiv {
	max-width:1200px;
	width:100%;
	margin: auto;
	position: relative;
}
.white {
	color:#FFF;
}
.yellow_bg {
	background-color: #fbb900;
}
.raspberry_bg {
	background-color: #d60f53;
}
.orange_bg {
	background-color: #f59f3d !important;
}
#live_preview_end{
	z-index:11;
}

/*Background image*/
.bg_container{
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.bg_container img{
	display: none;
}

/* HEADER */

#headerOver {
	height: 140px;
}
#head_top{
	background-color: #494949;
    height: 30px;
	width:100%;
}
#top_head_txt {
	float: right;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-family: montserratregular,Verdana,Arial,Helvetica,sans-serif;
}
#top_head_txt a{
	color: #FFF;
}
#logo{
	padding: 12px 0px 0px 0px;
	height: 100px;
	float: left;
}
#logo img{
	height:90px;
}
.mobileBurger {
	display: none;
	float: right;
    margin-top: 45px;
	cursor: pointer;
}
#mobileTop {
	position: fixed;
    right: 20px;
    bottom: 20px;
	display: none;
	opacity: 0.5;
	cursor: pointer;
}
#mobileTop.active img {
	content: url("images/arrowTopHover.png");
}
#sidebar_area{
	width: 100%;
    position: relative;
    z-index: 100;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	transition:         all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	font-family: montserratthin,Verdana,Arial,Helvetica,sans-serif;
}
#sidebar{
	width: 100%;
    min-height: 20px;
    font-size: 14px;
    text-transform: capitalize;
    box-sizing: border-box;
	background: #fff;
}
#sidebar .menu_selected > div > a{
	background: rgba(255,255,255,.05);
    color: #ffffff;
}
#sidebar a{
	text-decoration: none;
	color: #444;
}
#sidebar ul{
	width:100%;
	min-height: 20px;
	margin: 0;
	padding: 0;
	list-style:none;
	box-sizing: border-box;
}
#sidebar > ul {
	border-bottom: 2px solid;
}
#sidebar ul  li  ul {

}
#sidebar ul  li.menu_selected  ul {
	display: block;
}
#sidebar > ul > li{
	padding: 0px 20px;
    background-color: #cccccc;
    border-bottom: 1px solid #ffffff;
}
#sidebar > ul > li:hover > div > a{
	color: #FFF;
}
#sidebar > ul > li.menu_selected {

}
#sidebar > ul > li > div > a {
	color: #444;
}
#sidebar  ul  li  ul li.menu_selected   {

}
#sidebar  ul li ul li div a {

}
#sidebar  ul  li  ul {
    padding-left: 30px;
}
#sidebar .menu_selected ul li div a{

}
#sidebar .menu_selected {


}
#sidebar ul li div {
	padding: 15px 0px;
	cursor:pointer;
}
#sidebar .menu_left{
	width: 80%;
    float: left;
}
#tabs{
	float: right;
	margin-top: 37px;
	text-transform: capitalize;
	font-weight: 100;
}
#tabs ul{
	list-style:none;
	float:left;
	margin-right:10px;
}
#tabs > ul > li{
    display: inline-block;
    white-space: nowrap;
    padding: 10px 15px;
	cursor: pointer;
	position: relative;
	z-index: 4;
}
#tabs > ul > li:hover{
}
#tabs > ul > li.menu_selected > div > a, #tabs > ul > li.menu_selected > ul > li.menu_selected a{
	color: #f59f3d;
}
#tabs ul li a{
	color: #444;
	font-size:16px;
	line-height: 22px;
	text-decoration: none;
}
#tabs ul li:hover > div > a {
	color: #f59f3d !important;
}
#tabs > ul > li a:after {
    content: "";
    display: block;
    overflow: hidden;
    width: 0px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
    z-index: 206;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#tabs ul > li.hover > div > a:after, #tabs ul > li.hover > ul > li:hover a:after {
    width: 100%;
}
#tabs ul > li#ami_contact.hover > div > a:after {
    width: 0px;
}
#tabs > ul > li a:after {
    background: #f59f3d;
}
#tabs > ul > li:hover > div > a{
}
#tabs > ul > li:hover >ul{
	display:block;
}
#tabs > ul >#ami_news:hover > ul{
	display: none;
}
#tabs ul li ul{
	margin-right:0px;
	z-index:101;
	position:absolute;
	width:auto;
	display:none;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
    left: 50%;
	padding: 20px 5px 5px 5px !important;
	background: #FFF;
}
#tabs ul li ul li{
	padding:7px 0;
	min-width:104px;
	color:#ffffff;
	text-align:center;
	line-height:10px;
	font-size:9px;
	cursor:pointer;
	position:relative;
    padding: 0 10px 10px 10px !important;
    background: #FFF;
	margin-top: 10px;
}
#tabs ul li ul li:hover{

}
#tabs ul li ul li:hover a{

}
#tabs ul li ul il div a{
	color:#000;
}
#scrollHeader {
	position: fixed;
    width: 100%;
    background: #FFF;
    top: 0;
    z-index: 10;
    display: none;
}
#tabs.mobileTabs {
	margin: 0;
	margin-top: 8px;
}
#head_middle.mobileMiddle {
	height: 60px;
	opacity: .97;
    filter: alpha(opacity = 97);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#logo.mobileLogo {
	width: auto !important;
    overflow: hidden;
    margin-top: 3px;
    height: 50px;
    line-height: 50px;
    max-height: 40px;
	padding: 5px 0;
}
#logo.mobileLogo img {
	height: 56px;
    width: auto !important;
}
/*
#tabs > ul > li > ul > li:hover > ul{
	display:block;
}
#tabs ul li ul li ul{
	margin-right:0px;
	z-index:101;
	position:absolute;
	left:100%;
	top:0px;
	width:auto;
	display:none;
}
#tabs ul li ul li ul li{
	background:#3593C9;
	padding:7px 0;
	min-width:104px;
	color:#ffffff;
	text-align:center;
	line-height:10px;
	font-size:9px;
	font-weight:bold;
	cursor:pointer;
}
#tabs ul li ul li ul li:hover{
	background-color:#1967B1;
}
*/
.demo {
	font-size: 18px;
    color: #ffffff;
    background-color: #f59f3d;
    border: 1px solid #f59f3d;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px 30px;
    float: right;
    margin: 0px 0px 0px 15px;
	text-transform: none;
}
#tabs ul li.demo a {
	font-size: 18px;
    color: #ffffff !important;
	font-weight: normal;
}
.section {
	position: relative;
	width: 100%;
}
.section.highlight_left{
    background-color: #fbb900;
	min-height: 500px;
}
.section.highlight_left:before{
	content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
	background: #f2f2f2;
}
#slider {
	height: 414px;
	font-size: 18px;
    line-height: 30px;
	color: rgb(100, 99, 99);
	position: relative;
	z-index:1;
}
.slider {
	z-index:2;
}
.sliderButton.slide_tracker_on, .sliderButton:hover {
    border-color: #f59f3d;
	background: #fff;
}

.mint_field {
	min-width: 50px;
	min-height:24px;
	overflow: hidden;
}

.sld_img{
	position:absolute;
	display:none;
}
/* SLIDER */
.slide_img {
	position: relative;
	width: initial;
	max-width:100%;
}
.imageWrap {
    max-width: 53%;
    min-width: 41.66%;
    position: absolute;
    right: 0;
	position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
	text-align: center;
}
.slider_middle {
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slider {
	position: relative;
}
.slider h2 {
	font-size: 24px;
    line-height: 30px;
	color: rgb(245, 159, 61);
}
.sliderArrow {
	top: 50%;
	position: absolute;
	opacity: 0;
	-webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
	cursor: pointer;
}
#arrowLeft:hover {
	background-image: url("images/arrowLeftHover.png");
}
#arrowLeft {
	background-image: url("images/arrowLeft.png");
	width:  40px;
	height:  40px;
}
#arrowRight:hover {
	background-image: url("images/arrowRightHover.png");
}
#arrowRight {
	background-image: url("images/arrowRight.png");
	width:  40px;
	height:  40px;
}
.sliderArrow img:hover {
	background: #f59f3d;
}
.slider:hover .sliderArrow {
	opacity: 1;
}
.sliderArrow.left {
	left:20px;
}
.sliderArrow.right {
	right: 20px;
}
#overlay button, #overlay  input {
	font-family: Montserrat, Arial, Tahoma, sans-serif;
}
.sliderButton{
    width: 12px;
    height: 12px;
    float:left;
	margin-right: 5px;
    background: #999;
    border: 3px solid #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(130,130,130, 0.3);
}
#overlay button::-moz-focus-inner,
#overlay input[type="button"]::-moz-focus-inner,
#overlay input[type="submit"]::-moz-focus-inner,
#overlay input[type="reset"]::-moz-focus-inner {
     padding: 0 !important;
     border: 0 none !important;
 }
.slide_navigation {
	position: absolute;
    top: 90%;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
}
#sliderProducts {
	position: absolute;
    top: -40px;
    width: auto;
    padding: 0px 15px;
    height: 40px;
    left: 0;
    background-color: #f2f2f2;
    font-size: 20px;
    line-height: 40px;
    vertical-align: middle;
    cursor: pointer;
	z-index: 5;
}
#sliderProducts img {
	margin-left: 40px;
	margin-top: 13.5px;
}
.fadeIn img{
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/* INDEX  */
.section2 {
	width: 48%;
	float:left;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#ourProducts .section2 {
	padding: 75px 0px 0px 0px;
    margin: 0px 1% 20px;
	line-height: 30px;
    font-size: 18px;
}
#ourProducts #productsSecond.section2 {
	padding: 75px 0px 0px 40px;
}
#ourProducts  .section2 a{
	display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #646363;
    padding: 8px 50px;
    font-size: 19px;
    color: #646363;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	line-height: 22px;
	outline:0;
}
#ourProducts  .section2 a:hover{
	background: #ffffff;
    border: 2px solid #ffffff;
    color: #d60f53;
    text-decoration: none;
}
#ourProducts  .productsImage{
	max-width:370px;
	width:100%;
	float:right;
}
#ourProducts .section2.second .productsImage{
	max-width:310px;
}
#ourProducts .section2.second a{
	color: #646363;
    border: 2px solid #646363;
}
#ourProducts .section2.second a:hover{
	color: #fbb900;
    border: 2px solid #ffffff;
}
#ourProducts  .productsImage img{
	width: 100%;
}
.productsText {
	width: 90%;
}
#ourProductsText {
	float:left;
}
#ourProductsText a{
	color: #FFF;
}
#ourProductsText a:hover{
	text-decoration: none;
}
.productsText img {
	margin-bottom: 40px;
}
#edutionSolutions {
	padding-top: 60px;
    padding-bottom: 0px;
    background-image: url("images/pattern-orange.jpg");
    background-repeat: repeat;
    background-position: center top;
}
#edutionSolutionsEmbed {
	width: 64.666%;
	float: left;
}
#edutionSolutions #edutionSolutionsText{
	font-size: 24px;
    color: #ffffff;
    line-height: 30px;
	width: 31.333%;
    float: right;
}
#edutionSolutions #edutionSolutionsText a{
    font-size: 20px;
    color: #656464;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #656464;
    padding: 10px 30px;
    display: inline-block;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	line-height: 22px;
}
#edutionSolutions #edutionSolutionsText a:hover {
	border: 2px solid #ffffff;
    background: #ffffff;
    color: #f59f3d;
    text-decoration: none;
}
#edutionSolutions .mint_field a:hover{
    border: 2px solid #ffffff;
    background: #ffffff;
    color: #f59f3d;
    text-decoration: none;
}
#edutionSolutions .overdiv{
	padding-bottom: 60px;
}
/* ABOUT */
#aboutUs {
	padding: 40px 0px 11px 0px;
}
#aboutUs .section2.aboutUsImages {
	position: relative;
}
#aboutUsText {
	padding-bottom: 106px;
}
#aboutUs .fadeIn:nth-child(2) img{
	animation-delay: .5s;
}
#aboutUs .fadeIn:nth-child(3) img{
	animation-delay: 1s;
}
#aboutUs h1{
	color: #f59f3d;
    font-size: 24px;
	font-weight: 300;
}
.aboutUsImage {
	float: left;
}
.aboutUsImage img{
	width: 100%;
}
.aboutUsImage.fadeIn img{
	opacity: 0;
}
.aboutUsImages .aboutUsImage:nth-child(1) {
	width: 220px;
}
.aboutUsImages .aboutUsImage:nth-child(2) {
    width: 180px;
    padding: 0px 0px 0px 15px;
    position: absolute;
    top: 89px;
    left: 270px;
}
.aboutUsImages .aboutUsImage:nth-child(3) {
    position: absolute;
    left: 50px;
    top: 280px;
    width: 300px;
}
#aboutUs .section2:nth-child(2) {
	padding: 0px 0px 0px 50px;
}
#aboutPartnerText:empty {
	display: none;
}
#aboutPartnerText {
	margin: 46px auto;
	max-width: 1120px;
}
#aboutPartner {
	max-width: 1162px;
	margin: 0 auto 110px;
}
.multi_partner {
	margin: 0 26px;
}
.multi_partner img {
	margin: 0 auto;
}
/* PRODUCT & SOLUTIONS */
.greyBar {
	height: 55px;
    color: #ffffff;
    line-height: 55px;
    font-size: 24px;
    background-color: #cccccc;
}
#productSolutions .headerText:after,
#consumablesHeader.headerText:after,
#aboutGreyPartners .headerText:after {
	content: '';
    display: block;
    bottom: -29px;
    left: 0px;
    width: 0;
    height: 0;
    border-color: #cccccc transparent transparent transparent;
    border-style: solid;
    border-width: 15px;
}
#productSolutions #solutionsSectionFullImage {
    width: 400px;
	margin-top: 72px;
	max-width: 100%;
}
#productSolutions #solutionsSectionFullImage .fadeInUp {
	opacity: 0;
}
#productSolutions #solutionsSectionFullImage img{
	max-width: 100%;
}
#productSolutions #solutionsSectionFullImage img {
    width: 100%;
}
#productSolutions .section2.first {
	margin-right: 4%;
}
#productSolutions .solutionsText {
	margin-top: 8px;
	margin-bottom: 12px;
}
#solutionsTwoSectionImage img{
	left: 40px;
}
#solutions h2{
	font-size: 24px;
    color: #f59f3d;
}
#solutions h3{
	font-size: 20px;
    color: #f59f3d;
	line-height: 30px;
}
#solutions h4{
	color: #646363;
    font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
	font-weight: normal;
}
#solutionsSectionFullText h3{
	color: #565656;
}
.solutionsImage {
	height: 352px;
	position: relative;
	max-width: 100%;
}
.solutionsImage.fadeInUp {
	opacity: 0;
}
.solutionsImage img{
	position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
	max-width: 100%;
}
#solutions .section {
	clear: both;
	margin: 80px 0 40px 0;
	float: left;
}
.ourPS.overdiv {
	padding: 52px 0 66px 0;
}
#ourSolutionsPage.ourPS.overdiv {
	padding: 60px 0 20px 0;
}
.ourPSImage img{
	width:100%;
	max-width: 100%;
}
.ourPSImage {
	padding: 128px 0px 0px 60px;
    width: 455px;
}
.ourPSImage.animate-right {
	opacity: 0;
}
#ourSolutionsPage #ourSolutionsSectionText{
	margin-top: 0px;
}
#ourSolutionsSectionText img {
	margin-bottom: 7px;
}
#ourSolutionsSectionImage.ourPSImage {
	position: absolute;
    bottom: 20px;
	width: 560px;
	padding: 0;
	max-width: 100%;
}
#ourSolutionsPage h2, #ourProductsPage h2{
    font-size: 24px;
    color: #fff;
}
#ourSolutionsPage h3, #ourProductsPage h3{
	font-size: 18px;
    line-height: 24px;
    margin-top: 20px;
}
#ourProductsPage h3 {
    margin-top: 48px;
	line-height: 28px;
}
#ourSolutionsPage, #ourProductsPage{
	font-size: 14px;
    line-height: 24px;
}
.section3 {
	width: 64.666%;
	float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.section32 {
	width: 31.333%;
	float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#getInTouch.overdiv {
	padding: 40px 0;
}
#getInTouch a{
	background-color: #ffffff;
    color: #f59f3d;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #ffffff;
    padding: 12px 30px;
    font-size: 19px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    float: right;
    margin-top: 55px;
}

#getInTouch a:hover{
    color: #ffffff;
    background-color: transparent;
    text-decoration: none;
}
#getInTouch h2{
	color: #ffffff;
    font-size: 35px;
}
#getInTouch {
	font-size: 18px;
}
#careers .section {
	padding: 30px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#careers .section h1{
	color: #f59f3d;
    font-size: 40px;
	font-weight: 300;
}
#careers .section{
	color: #898989;
    font-size: 14px;
}
#careers .section{
	color: #898989;
    font-size: 14px;
}
#careersHeader.headerText:after, #newsHeader.headerText:after {
	content: '';
    display: block;
    bottom: -29px;
    left: 0px;
    width: 0;
    height: 0;
	border-color: #f59f3d transparent transparent transparent;
    border-style: solid;
    border-width: 15px;
}
#newsHeader{
	z-index: 1;
}
.sectionOneFour a{
	color: #565656;
}
.sectionOneFour a:hover{
	color: #f59f3d;
}
.sectionOneFour {
	width: 23%;
	float: left;
	position:relative;
	margin-right: 4%;
}
.sectionThreeFour {
	width: 73%;
	float: left;
	position:relative;
}
#solutions .requestMainHeader h2,
.requestMainHeader h2{
	color: #f59f3d;
	font-size: 35px;
}
span.checkboxInput {
    display: inline-block;
    margin: 0 0 0 1em;
    float: left;
}
span.checkboxInput:nth-child(4) {
    clear:both;
}
input[type="checkbox"] {
    margin: 3px 3px 3px 4px;
	display: inline;
}
.inputFields {
	width: 100%;
	clear: both;
	display: flex;
	flex-wrap: wrap;
}
.inputFields select {
	margin-bottom: 0!important;
}
.fieldInput {
	width: 48%;
	float: left;
	display: flex;
	flex-direction: column;
}
.fieldInput:nth-child(odd) {
	margin-right: 4%;
}
.mTen {
	margin-bottom: 10px;
}
.mTwelve {
	margin-bottom: 13px;
}
.fieldInput input {
	width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0 !important;
	border-width: 1px;
    box-shadow: initial;
    border-color: #b7b7b7;
}
.inputFields .fieldInput textarea {
	flex-grow: 2;
	margin-bottom: 0;
	resize: none;
}
#interestIn {
	font-size: 16px;
}
.sectionThreeFour .check{
	margin-bottom: 17px;
}
.inputFields input[type="radio" i], input[type="checkbox" i] {
    background-color: initial;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}
.inputFields input[type="checkbox" i] {
    -webkit-appearance: checkbox;
    box-sizing: border-box;
}
.inputFields input[type="checkbox" i] {
    margin: 3px 3px 3px 4px;
}
.inputFields input[type="checkbox"] {
    display: inline;
}
.inputFields input, .inputFields textarea, .inputFields keygen, .inputFields select, .inputFields button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}
.inputFields input {
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.inputFields input[type="text"], .inputFields input[type="password"], .inputFields input[type="email"], .inputFieldsinput[type="tel"], .inputFields textarea, .inputFields select {
    padding: 11px 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    border-width: 6px;
    border-style: solid;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inputFields input[type="text"], .inputFields input[type="tel"], .inputFields input[type="password"], .inputFields input[type="email"], .inputFields textarea, .inputFields select {
    background-color: #fff;
    border-color: #f3f3f3;
    -webkit-box-shadow: inset 0 0 0 1px #b7b7b7;
    box-shadow: inset 0 0 0 1px #b7b7b7;
    color: #a3a3a3;
}
.inputFields input[type="text"], .inputFields input[type="password"], .inputFields input[type="email"], .inputFields input[type="tel"], textarea, .inputFields select {
    padding: 11px 10px;
    outline: none;
    margin: 0;
    width: 230px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    border-width: 6px;
    border-style: solid;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.inputFields input[type="text"], .inputFields input[type="password"], .inputFields input[type="email"], .inputFields input[type="tel"], .inputFields textarea, .inputFields select {
    border-width: 1px;
    box-shadow: initial;
    border-color: #b7b7b7;
	width: 100%;
    box-sizing: border-box;
}
.inputFields input[type="text"]:focus, .inputFields input[type="tel"]:focus, .inputFields input[type="password"]:focus, .inputFields input[type="email"]:focus, .inputFields textarea:focus, .inputFields select:focus {
     color: #646363;
     background-color: #ececec !important;
}
.fieldInput.textarea-130-container {
	width: 100%;
	margin-right: 0;
}
.inputFields textarea.textarea-130 {
	min-height: 130px;
}
/* .inputFields input[type="button" i input[type="submit" i], .inputFields input[type="reset" i], .inputFields input[type="file" i]::-webkit-file-upload-button, button {  */
     /* align-items: flex-start;  */
     /* text-align: center;  */
     /* cursor: default;  */
     /* color: buttontext;  */
     /* background-color: buttonface;  */
     /* box-sizing: border-box;  */
     /* padding: 2px 6px 3px;  */
    /* border-width: 2px;  */
    /* border-style: outset;  */
    /* border-color: buttonface;  */
     /* border-image: initial;  */
/* }  */
#overlay a.button, #overlay  a.tp-button, #overlay button, #overlay input[type="submit"], #overlay input[type="button"], #overlay input[type="reset"], #overlay input[type="button"] {
    border-color: #545454;
    color: #545454;
	outline: 0;
}
#overlay a.button, #overlay a.tp-button, #overlay button, #overlay input[type="submit"], #overlay input[type="button"], #overlay input[type="reset"], #overlay input[type="button"] {
    display: inline-block;
    padding: 11px 30px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    margin-right: 7px;
    background: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
#overlay .form-submit input[type=submit], #overlay input[type="button"], #overlay .form-submit button {
    font-size: 18px;
    color: #ffffff;
    background-color: #f59f3d;
    border: 1px solid #f59f3d;
    display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 10px 30px;
    float: left;
    clear: both;
    outline: none;
    -webkit-appearance: initial;
    appearance: intitial;
    -moz-appearance: intitial;
}
.demo:hover, .form-submit input[type=submit]:hover, #overlay  input[type="button"]:hover, .form-submit button:hover {
    background-color: #ffffff;
    color: #f59f3d;
    text-decoration: none;
}
.demo:hover > div > a {
	color: #f59f3d !important;
	text-decoration: none !important;
}
.overdiv.contact {
	margin-top: 40px;
}
.mFourtit {
	margin-bottom: 40px;
}
.mBSeven {
	margin-bottom: 70px;
}
.mTTwen {
	margin-top: 20px;
}
/* STORY */
#newsBanner {
	height: 330px;
	position: relative;
}
#newsBanner img {
	width: 100%;
}
#newsBanner::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
	opacity: 0.7;
}
.news-filters {
	display: flex;
	margin-bottom: 48px;
	font-size: 16px;
}
.news-filters div {
	padding-right: 32px;
	min-width: 80px;
}
.storyColumn {
	float: left;
    width: 65.75956%;
	margin-right: 50px;
	margin-bottom: 50px;
}
#story_form .inputFields{
	width: 50%;
    float: left;
}
#story_form .form-submit{
	width: 50%;
    float: left;
}
#story_form .form-submit button{
	margin-left: 10px;
}
.storyImage img{
	width: 100%;
}
#storySide {
	width: calc( 100% - 65.75956% - 50px);
    float: left;
}
#storySide img{
	width: 100%;
}
#news {
	padding: 3% 0 0;
}
#story_overview_content_area {
	display: flex;
	flex-wrap: wrap;
}
.story_overview_content {
	margin: 0 3% 3% 0;
	flex-basis: 376px;
}
.story_side_overview_content {
	margin-bottom: 6%;
}
.story_overview_image {
	cursor: pointer;
	text-align:center;
	height: 245px;
	overflow: hidden;
}
.story_overview_content:nth-child(3n) {
	margin-right: 0px;
}
.story_overview_content:nth-child(3n + 1) {
	clear:both;
}
.story_overview_content img{
	max-width: 100%;
}
#overlay .story_side_overview_content button,#overlay .story_overview_content button{
	display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	padding: 8px 32px;
    font-size: 14px;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	color: #646363;
    border: 2px solid #646363;
	text-transform: initial;
}
#story_date {
	margin-top: 5px;
}
#storyImage {
	margin-top: 20px;
}
#overlay .story_side_overview_content button:hover,#overlay .story_overview_content button:hover{
	background-color: #f59f3d;
	border: 2px solid #f59f3d;
    color: #FFF;
}
.story_overview_date {
	display: none;
}
.story_overview_content_left, .story_side_overview_content_left {
	position: relative;
}
.preview_cat {
	position: absolute;
	background-color: #f59f3d;
	border: 1px solid #f59f3d;
	padding: 5px 20px;
	border-radius: 20px;
	top: 8px;
	right: 8px;
	color: #FFFFFF;
}
.story_category {
	margin-top: 20px;
}
.story_text {
	margin-top: 20px;
	margin-bottom: 20px;
}
.story_overview_subtitle, .story_side_overview_subtitle {
    margin-bottom: 32px;
	min-height: 110px;
}
.story_overview_title, .story_side_overview_title {
	font-size: 24px;
    font-weight: 300;
    line-height: 36px;
	margin-top: 16px;
	min-height: 72px;
	display: flex;
	align-items: center;
}
#story_title h1 {
	color: #f59f3d;
    line-height: 48px;
    font-weight: 300;
    font-size: 35px;
}
#storyImage {
	width: 100%;
}
#orderConsumableMulti .multiField_1 {
	width: 100%;
	margin-bottom: 10px;
	text-align:center;
}
#orderConsumableMulti .multiField_1 img{
	max-width: 100%;
}
#order_multi {
	width: 100%;
	min-height: 20px;
}
#order_multi .multiField_0_area {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
#order_multi .multiField_0 {
	display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #f59f3d;
    padding: 8px 50px;
    font-size: 19px;
    color: #f59f3d;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	line-height: 22px;
	outline:0;
	cursor: pointer;
}
#order_multi .multiField_0.selected,
#order_multi .multiField_0:hover{
	background: #f59f3d;
    border: 2px solid #f59f3d;
    color: #ffffff;
    text-decoration: none;
}
#order_multi .multiField_1 {
	width: 100%;
	margin-bottom: 10px;
	text-align:center;
}
#order_multi .multiField_1 img{
	max-width: 100%;
}
#order_multi .multiField_2 {
	width: 100%;
	font-size: 24px;
	color: #f59f3d;
	line-height: 48px;
	font-weight: 300;
}
#order_multi .multiField_3 {
	width: 100%;
	margin-top: 30px;
}
.copyRight.mobile {
	display: none;
	margin-top: 20px;
}
#sliderMobile .mobileSlide {
	padding: 0 0 40px 0;
    border-bottom: 1px solid;
    margin-bottom: 20px;
}
#sliderMobile .mobileSlide:last-child {
    border-bottom: 0px;
}
#sliderMobile {
	display: none;
	line-height: 22px !important;
	font-size: 16px;
}
#sliderMobile h2 {
	font-size: 20px !important;
	line-height: 22px !important;
	margin: 0;
}
#sliderMobile .slide, #sliderMobile .slide_img {
	max-width: 100% !important;
	position: relative;
	display: block !important;
	margin: auto;
	z-index: initial !important;
}
#sliderMobile .slide {
	width: 100% !important;
}
#sliderMobile .slide_img {
    margin: 0px auto 20px auto;
}
#sliderMobile .slider_middle {
	position: relative;
    top: initial;
	left: initial;
    transform: initial;
}
#terms h2 {
    font-size: 24px;
    color: #f59f3d;
}
#terms {
    margin-top: 40px;
}
/* FOOTER */
#footer{
	min-height:30px;
	background: #646363;
	color: #ffffff;
	padding: 30px 0 20px 0;
	font-size: 14px;
	line-height: 22px;
}
#footer .left{
	float: left;
}
#footer .left .social{
	margin-top: 40px;
}
#footer .left .social img{
	margin: 0 9px 0 0;
}
#footer .right{
	margin-right: -7px;
    float: right;
}
#footer a {
	color:#FFF;
}
#footer a:hover {
	color:#FFF;
}
#socialFooter {
	margin-left: 3px;
}
/* PAGE LAYOUT */

#main{
	/* min-height:500px; */
}
#main_field{
	min-height:200px;
	width:600px;
	font-size:20px;
}
#main_field2{
	min-height:100px;
}

#many .mint_field{
	min-height:50px;
	width:100%;
}

.gal_img{
	border:2px solid #999;
	height:100px;
	width:100px;
	float:left;
	margin:10px;
	text-align:center;
}
.gal_img img{
	max-width:100px;
	max-height:100px;
}

/* fixed style tests */

.style_one{
	color:red;
}
.style_two{
	color:blue;
}
.mint_widget{
	width:150px;
	height:150px;
	float:left;
	margin:10px;
	padding:10px;
}
.widget1{
	background-color:#009;
}
.widget2{
	background-color:#900;
}
.widget3{
	background-color:#909;
	border-radius:50px;
}
.multi_add {
	float: left;
}
.invalid {
	border-color: #FF0000 !important;
}
#order_multi .multi_field_area,
#orderConsumableMulti .multi_field_area{
    width: calc(33.333% - 20px);
    margin: 0 30px 30px 0;
    float: left;
}
#order_multi .multi_field_area:nth-child(3n),
#orderConsumableMulti .multi_field_area:nth-child(3n) {
	margin: 0;
}
#order_multi .multi_field_area:nth-child(3n + 1),
#orderConsumableMulti .multi_field_area:nth-child(3n + 1) {
	clear: both;
}
.grecaptcha-badge {
	z-index: 999999;
}
/* POPUP */

#appends {
	width: 100%;
	height: 0;
}
.blocker {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 501;
	background-color:rgba(73,73,73,0.4);
}
#popup2 {
	width: 400px;
	min-height: 20px;
	margin: auto;
	padding: 30px;
	background-color: #ffffff;
	border: 2px solid #f59f3d;
	font-family: Montserrat, Arial, Tahoma, sans-serif;
	font-size: 24px;
	line-height: 48px;
	font-weight: 300;
	text-align: center;
	box-sizing: border-box;
	opacity: 0;
}
#popup2.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 502;
}
#popup2 span {
	font-weight: normal;
}
#popup2 .button {
	margin-top: 30px;
	display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border: 2px solid #f59f3d;
    padding: 8px 50px;
    font-size: 19px;
    color: #f59f3d;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	line-height: 22px;
	outline:0;
	cursor: pointer;
}
#popup2 .button:hover{
	background: #f59f3d;
    border: 2px solid #f59f3d;
    color: #ffffff;
    text-decoration: none;
}
#button_area {
	width: 100%;
	min-height: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 1px solid #b7b7b7;
	text-align: center;
}
#button_area .button {
	margin-top: 30px;
	display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	background-color: #f59f3d;
    border: 2px solid #f59f3d;
    padding: 8px 50px;
    font-size: 19px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	line-height: 22px;
	outline:0;
	cursor: pointer;
}
#button_area .button:hover {
	background-color: #ffffff;
    border: 2px solid #f59f3d;
    color: #f59f3d;
    text-decoration: none;
}
#basket_area {
	width: 100%;
	min-height: 20px;
	margin-bottom: 40px;
}
#basket_area .basket_row {
	width: 100%;
	min-height: 20px;
	margin-bottom: 30px;
	padding-top: 30px;
	border-top: 1px solid #b7b7b7;
}
#basket_area .basket_row.first{
	padding-top: 0;
	border-top: 0;
}
#basket_area .basket_image {
	float: left;
	width: 25%;
	min-height: 20px;
}
#basket_area .basket_image img {
	width: 100%;
}
#basket_area .basket_text {
	float: left;
	width: 50%;
	min-height: 20px;
	padding: 0 30px;
	font-size: 24px;
	color: #f59f3d;
	line-height: 48px;
	font-weight: 300;
	box-sizing: border-box;
}
#basket_area .basket_button_area {
	float: left;
	width: 25%;
	min-height: 20px;
	text-align: right;
}
#basket_area .basket_button {
	display: inline-block;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	background-color: #f59f3d;
    border: 2px solid #f59f3d;
    padding: 8px 50px;
    font-size: 19px;
    color: #ffffff;
    transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
	line-height: 22px;
	outline:0;
	cursor: pointer;
}
#basket_area .basket_button:hover {
	background-color: #ffffff;
    border: 2px solid #f59f3d;
    color: #f59f3d;
    text-decoration: none;
}

/* Homepage Case Area
------------------------------------ */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf::before,
.cf::after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf::after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

#case_multi_container{
	padding: 60px 0;
}
#overlay .case_field.multi_field_area{
	clear: none;
	margin: 0 50px;
}
.case_field .multiField_0 img{
	max-height: 80px;
}
.case_field .multiField_1{
	font-size: 18px;
	margin: 24px 0;
}
.case_field .multiField_2{
	font-size: 16px;
	font-weight: bold;
}
.case_field .multiField_3{
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	padding: 10px 15px;
	background-color: #f59f3d;
	border-radius: 8px;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	margin-top: 24px;
	margin-bottom: 24px;
}
.case_field .multiField_4{
	float: right;
}
.case_field .multiField_4 p{
	display: flex;
}
.case_field .multiField_4 img{
	max-height: 80px;
	margin: 0 10px;
}

#case_multi_container .slider{
	padding: 0 10%;
}
#overlay .slider .slick-arrow{
	width: 40px;
	height: 40px;
	font-size: 0;
	border: none;
	padding: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	outline: none !important;
}
#overlay button::-moz-focus-inner{
	border: 0;
}
#overlay .slider .slick-prev{
	left: 40px;
	background-image: url("images/chevron_right.svg");
	transform: translateY(-50%) rotate(180deg);
}
#overlay .slider .slick-next{
	right: 40px;
	background-image: url("images/chevron_right.svg");
}
#overlay .slick-dots button{
	display: none;
	font-size: 0;
	line-height: 0;
	border: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}
.slick-dots{
	display: block;
	width: 100%;
	padding: 48px 0 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	position: relative;
	background: #f2f2f2;
	border: 1px solid #5656562e;
	border-radius: 100%;
}
.slick-dots li + li{
	margin-left: 10px;
}
.slick-dots li.slick-active{
	background: #f59f3d;
	border: 1px solid #f59f3d;
}

/* Products page */
.grid-container {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -2% 40px;
}
.grid-container img {
	max-width: 100%;
}
.grid-container h2 {
	font-size: 24px;
	color: #f59f3d;
}
.grid-container .grid-item {
	width: 46%;
	margin: 40px 2% 0;
}
#see_more_container{
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
#overlay #see_more{
	display: none;
	font-size: 16px;
	color: #ffffff;
	background-color: #f59f3d;
	border: 1px solid #f59f3d;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 10px 30px;
	margin: 0px 0px 0px 15px;
	text-transform: none;
}
#overlay #see_more:hover{
	background-color: #ffffff;
	color: #f59f3d;
}
/*Products form*/
#solutionsHeaderForm,
#requestDemoSubtitle{
	margin-bottom: 20px;
}

/* GENERAL POPUP */
.close_popup {
	width: 17px;
	height: 22px;
	position: absolute;
	top: 24px;
	right: 24px;
	cursor: pointer;
	z-index: 10;
	font-size: 22px;
}
#website_popup{
	width: 500px;
	margin: 30px auto 0;
	border: solid 1px #eaeaeb;
	box-shadow: 0px 0px 0px 10px #494949;
	display: none;
}
#website_popup.no_admin{
	width: 500px;
	padding: 24px;
	background: white;
	border: solid 1px #eaeaeb;
	box-shadow: 0px 0px 0px 10px #494949;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 15;
	overflow: hidden;
}
#website_popup.show_popup {
	display: block;
}
.admin_message{
	font-weight:bold;
	font-size:18px;
	margin-bottom:4px;
	margin-top:8px;
}
#general_popup_title, #general_popup_text, #general_popup_img{
	margin-bottom:16px;
}
#general_popup_title{
	font-size:30px;
	line-height:1.5;
	font-weight:bold;
}
#general_popup_button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #f59f3d;
	border: 1px solid #f59f3d;
	border-radius: 20px;
	padding: 8px 16px;
	line-height: 1.5;
	text-decoration: none;
}
#overlay.shadow {
	position: relative;
}
#overlay.shadow::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 14;
}

#overlay.shadow::before {
	background: rgba(48, 69, 92, 0.5000);
}

/* New landing form */

div.solutions-landing{
	overflow-x: hidden;
}

div.landing-form-header {
	margin-bottom: 22px;
}

div.landing-form-container {
	display: grid;
	grid-template-columns: 38.88888888888889% 1fr;
	position: relative;
	column-gap: 140px;
}

div.landing-form-container:after {
	background-image: url("/mint-project/style/images/landing-bg.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	content: "";
	position: absolute;
	top: 0;
	left: min(0px, (100vw - 100%) / -2);
	height: 100%;
	width: 100vw;
	z-index: -100;
}

div.landing-form-container > div {
	padding: 50px 0;
}

form.landing-form {
	padding: 20px 40px;
	column-gap: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	background-color: #f4f4f4;
}

form.landing-form > div.fieldInput {
	width: 100%;
}

form.landing-form > div.fieldInput > label {
	padding: 6px;
}

form.landing-form > div.fieldInput > input {
	height: 30px;
	outline: none;
	border: 1px solid #CCCCCC;
	background-image: none;
	background-color: #FFFFFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 8px 5px;
}

form.landing-form > div.fieldInput.invalid > input,
form.landing-form > div.fieldInput > input.invalid {
	border-color: #cc3333 !important;
}

form.landing-form > div.fieldInput > div.input-error {
	visibility: hidden;
	color: #cc3333;
	margin: 2px 0;
}

form.landing-form > div.fieldInput.invalid > div.input-error,
form.landing-form > div.fieldInput > input.invalid ~ div.input-error {
	visibility: visible;
}

form.landing-form > div.landing-form-submit, form.landing-form > div.form_er {
	grid-column: 1/-1;
}

form.landing-form > div.form_er:empty {
	display: none;
}

form.landing-form > div.landing-form-submit {
	grid-column: 1/-1;
	padding: 37px 44px 12px;
	text-align: center;
	display: flex;
}

form.landing-form > div.landing-form-submit > div:empty {
	display: none;
}

form.landing-form > div.landing-form-submit > button.g-recaptcha {
	border-radius: 20px !important;
	text-transform: unset !important;
	margin: 0 auto !important;
}

.landing-image-columns-header {
	margin: 44px auto;
	line-height: initial;
}

.landing-image-columns-container {
	display: flex;
	justify-content: center;
	padding: 60px 20px 80px;
	row-gap: 30px;
}

.landing-image-columns-item {
	display: grid;
	grid-template-columns: 1fr;
	grid-auto-rows: auto;
	justify-items: center;
	row-gap: 16px;
	padding: 0 30px;
	box-sizing: border-box;
	flex: 0 0 25%;
}

.landing-image-columns-item > div.clear{
	display: none;
}

.landing-image-columns-item > .multiField_0 {
	height: auto;
	width: auto;
	max-width: 250px;
	max-height: 250px;
}

.landing-image-columns-item > .multiField_0 > img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: flex;
}

.landing-image-columns-item > .multiField_1:empty {
	display: none;
}

.grey_bg {
	background-color: #f8f8f8;
}

.landing-image-rows-container {
	display: grid;
	grid-auto-rows: auto;
	grid-template-columns: 1fr;
}

.landing-image-rows-item {
	display: flex;
	padding: 60px 0 20px;
	column-gap: 20px;
}

.landing-image-rows-item:nth-of-type(2n) {
	flex-direction: row-reverse;
}

.landing-image-rows-item:last-child {
	margin-bottom: 50px;
}

.landing-image-rows-item > .multiField_0 {
	flex: 0 0 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.landing-image-rows-item > .multiField_0 > img {
	aspect-ratio: 1.282051282051282;
	display: flex;
}

.landing-image-rows-item > .multiField_1 {
	flex: 1 1 66%;
	padding-top: 30px;
	font-size: 21px;
	color: #f59f3d;
}
