* {
    text-decoration: none;
    outline: 0;
    padding: 0;
    margin: 0;
	line-height: 1.5em;
	box-sizing: border-box;
}
html {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
body {
    font-family: Roboto, Verdana, Helvetica, Arial, sans-serif;
}
strong, b{
	font: inherit;
	font-weight: 400;
}
.button-disabled {
	cursor: wait;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.container {
    width: 100%;
    height: 100%;
    min-width: 100px;
    }
.center {
    width: 100%;
    margin: 0 auto;
	max-width: 1024px;
}
.middle-container {
    width: 100%;
    height: 100%;
    }
header {
    width: 100%;
    height: auto;
	}
footer {

    width: 100%;
    height: auto;
	}
.head_color{
	background-color: none;
}
.logo {
    display:table-cell;
    position: relative;
    width: 244px;
    height: 50px;
    vertical-align: middle;
}
.logo .logo-link svg{
  vertical-align: middle;
}
nav{
	display:inline-block;
	text-align: right;
	list-style: none;
	}
#more{
display: none;
text-align: center;
}
.more_button{
background-color: #EAEAEC;
	height:20px;
}
a{
	height: inherit;
	width: inherit;
  color:#009DC9;
}
a:hover{
	color:#009DC9;
}
h1{
color:#8C8C99;
text-align: center;
font-size: 2em;
font-weight: 300;
}
h2{
color: #291336;
font-size: 1.563em;
text-align:center;
}
h3{
color:#8C8C99;
text-align: center;
font-size: 1.563em;
font-weight: inherit;
}
h4{
color: #291336;
font-size: 1.125em;
text-align:center;
font-weight: inherit;
}
h4 a{
color: #009DC9;
font-weight: inherit;
}
h5{
color:#8C8C99;
text-align: center;
font-size: 2em;
font-weight: inherit;
}
h6 {
	font-size: 1.063em;
}
object, object svg {
width: inherit;
height: inherit;
cursor: pointer;
}
svg {
	width: inherit;
	height: inherit;
	cursor: pointer;
	max-height: 100%;
}
img{
	width: 100%;
	height: 100%;
}
object, svg{
pointer-events: none;
}
.index_title h2, .index_title_single h2{
  font-weight: 500;
}
#feature_tb_img{
width:5em;
max-width:128px;
height:auto;
max-height:128px;
}
.show_more {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 28px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    font-size: 1.2em;
    color: #b3b3b3;
	background: #ffffff;
    min-width: 120px;
	cursor: pointer;
	margin-top: 1em;
	margin-bottom: 1em;
}
.show_more_2 {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 28px;
    border: 1px solid #d4d7e1;
    border-radius: 3px;
    font-size: 16px;
	font-weight: 400;
    color: #d4d7e1;
	background: #B2B4C4;
    min-width: 120px;
	cursor: pointer;
	margin-top: 1em;
	margin-bottom: 3em;
}
.cust_button_demo, .cust_button_demo:hover {
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 28px;
    border-radius: 3px;
    background: #291336;
    background: -webkit-gradient(linear, left top, left bottom, from(#291336), to(#291336));
    background: -moz-linear-gradient(top, #291336, #291336);
    background: linear-gradient(to bottom, #291336, #291336);
    font: normal normal bold 1em inherit;
    color: #ffffff;
    text-decoration: none!important;
	font-weight: 300;
	letter-spacing: 0.04em;
}
.footer-links {
    font-size: 0.8em;
    color: #474952;
    width: 100%;
    line-height: 20px;
    padding-top: 2em;
	padding-bottom: 2em;
	font-weight:400;
	}
a.footer-link {
    font-size: 0.8em!important;
    color: #474952;
    font-weight: 400;
    text-decoration: none;
}
a.footer-link:hover {
    font-size: 0.8em!important;
    color: #474952;
    font-weight: 400;
    text-decoration: underline;
}
.editfields {
	-webkit-appearance: none;
	color:#72727A;
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	font: inherit;
	margin-bottom: 1em;
	box-sizing: border-box;
	width: 100%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
}
.contact_request_input{
	-webkit-appearance: none;
	color:#72727A;
	font-size: 1em;
	border-width:1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	margin-bottom: 1em;
	box-sizing: border-box;
	width: 80%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	font: inherit;
}
.newsletter_mail{
	-webkit-appearance: none;
	color:#474952;
	font-size: 1em;
	border:1px solid #ffffff;
	border-radius: 3px;
	margin-bottom: 1em;
	box-sizing: border-box;
	width: 80%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.5em;
	padding-right: 0.7em;
	font: inherit;
}
.footer_action_block .newsletter_container .newsletter_mail{
	width: 100%;
}
.newsletter_mail::-webkit-input-placeholder{
	color: #BEB7C2;
	}
.newsletter_mail:-moz-placeholder{
	color: #BEB7C2;
	opacity:  1;
}
.newsletter_mail::-moz-placeholder{
	color: #BEB7C2;
	opacity:  1;
}
.newsletter_mail:-ms-input-placeholder{
	color: #BEB7C2;
}
.app-type {
    display: inline-block;
    width: 25%;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #e7e9ec;
}
.app-list {
    display: inline-block;
    width: 75%;
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #e7e9ec;
}
.homepage-bar{
	background-color: #ffffff;
	height: 1em;
	width:100%;
}
.solution_homepage_block{
	display: none;
	text-align: left;
	background-color: #9D9DA8;
	color: #ffffff;
}
.solution_homepage_text{
	padding: 1em 2em;

}
.homepage_solution_title{
	text-align: center;
}
.homepage_solution{
	width:100%;
	display: block;
}
.supported_platforms{
	display: table;
	width: 100%;
}
.supported_platform{
	display: table-cell;
	}
.supported_platforms_spacer{
	height: 0.15em;
	width: 100%;
	background-color: #A6A8AB;
}
.supported_platforms_container{
	display: none;
}
.footer_action_block_spacer{
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	margin-bottom: 1em;
	margin-top: 1em;
}
.footer_action_block{
	display: table-cell;
	width:50%;
}
.footer_action_block_row{
	display: table-cell;
	width: 50%;
}
.footer_action_block_row .footer_action_block:first-of-type{
	padding-right: 1em;
}
.footer_action_block_row .footer_action_block:last-of-type{
	padding-left: 1.5em;
}
.footer_action_block_row:last-of-type .footer_action_block:first-of-type{
	width: 25%;
}
.footer_action_block_row:last-of-type .footer_action_block:last-of-type{
	width: 75%;
}
.footer_action_block  h6{
	font-weight: 400;
}
.footer_action_block li {
	list-style: none;
	line-height: 1.7em;
}
.footer_action_block_link{
	color: #D1D1D6;
	font-size: 0.938em;
}
.footer_action_block_icon{
	width: 37px;
	height: 37px;
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0.750em;
	margin-right: 0.5em;
}
.footer_action_block_text_row_text{
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 1em;
}
.footer_action_block_text{
	display: table;
	width: 100%;
}
.footer_action_block_text_row{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.footer_action_block_text_1_row{
	display: table-row;
	width: 100%;
}
#menu_concept_list li, #menu_concept_list li a{
	list-style: none;
	display: inline-block;
	color: #333342;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 0.2em;
	margin-left: 1.2em;
	margin-right: 0.1em;
	text-transform: uppercase;
}
#menu_concept_list li a:hover{
	color:#009DC9;
}
#m1, #m2, #m3, #m4, #m5, #m6{
	display: none;
}

.header_spacer{
	background-color: #461D44;
	width: 100%;
	height: 0.5em;
}
#menu_concept_container{
	background-color: #4D4D5C;
	color: #B9B9C1;
	position: relative;
	width: 100%;
	display: table;
}
#lang_drop {
	display: none;
	position: absolute;
	z-index: 4;
	background-color: #EAEAEC;
	text-align: right;
}
.lang_drop li, .lang_drop_li{
	list-style: none;
	display: block;
	color: #8c8c96;
	font-size: 0.813em;
	line-height: 1.05em;
	background-color: #EAEAEC;
	margin-left: 1em!important;
	margin-right: 1em!important;
	margin-top: 5px!important;
	margin-bottom: 5px!important;
}
.index_icon{
	text-align: center;

}
.index_title, .index_title_single{
	text-align: center;
	vertical-align: middle;
}
.index_desc{
	text-align: center;
}
.active_container_back{
	background-color: #F5F5F6;
}
.active_container_homepage{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.active_container_block{
	display: table-cell;
	vertical-align: top;
	width:24.5%;
	}
.active_container_block aside{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.active_container_block_spacer, .active_container_block_spacer_2, .active_container_block_spacer_1{
	display: none;
	}
.active_container_block_spacer_bg{
	background-color: #E4E4F0;
	width: 1px;
	height: 216px;
	display: block;
	margin-top: 170px;
  margin-left: auto;
  margin-right: auto;
}
.active_container_block h3{
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-left: 0.5em;
	padding-top: 0.2em;
}
.active_container_block h3 a{
  font: inherit;
  color: inherit;
}
.res-quote, .res-quote i {
    font-size: 1em;
    color: #4e5158;
    width: 100%;
    height: auto;
    padding-top: 10px;
    line-height: 20px;
    text-align: right;
}
.container_testimonials_customers{
	display: none;
}
.testimonials{
	display: table-cell;
	width: 34%;
	vertical-align:middle;
}
.customers{
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding-bottom: 20px;
}
.customers img{
	max-height: 303px;
}
.container_testimonials_customers_spacer{
	display: table-cell;
	width: 4%;
	}
.container_testimonials_customers_spacer_bg{
	background-color: #D9D9D9;
	width: 1px;
	height: 220px;
	margin-top: 49px;
	margin-left: auto;
	margin-right: auto;
	}

.newsletter_container{
	display: table;
	padding: 1.5em;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff;
}
.newsletter_form{
	display: table-row;
}
.newsletter_text{
	display: table-row;
	padding-bottom: 1em;
	font-size: 0.938em;
}
#mc-embedded-subscribe, #mc-embedded-subscribe:hover{
	font: inherit;
	color: #ffffff;
	display: inline-block;
	text-align: center;
	font-weight: 400;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 28px;
  padding-right: 28px;
  background-color:#333342;
	border-radius: 3px;
	border-style: none;
  vertical-align: middle;
  letter-spacing: 0.04em;
  width: auto;
}
#mc-embedded-subscribe:hover{
	cursor: pointer;
}
.button_newsletter{
	text-align: center;
}
.button_request{
	display: inline-block;
	background-color: #49176D;
	border-radius: 3px;
	border-style: none;
	font: inherit;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;
	vertical-align: middle;
	letter-spacing: 0.04em;
}
.request_call_form_content .button_request .link-submit{
	color: #FFFFFF;
	font-weight: 400;
}

	.footer_logo{
		display: table-cell;
		padding-left: 1em;
		width: 3em;
	}
	.footer_nav{
		display: table-cell;
		text-align: right;
		vertical-align: middle;
		font-weight: inherit;
	}
.contact_form_item{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.flag-logo, .flag-logo-w {
	display: table-cell;
	vertical-align: bottom;
	width: 35px;
	height: 35px;

	line-height: 1.5em;
}
.flag-logo-w{
	padding-bottom: 0;
}
.flag-name {
	color: #291036;
	font-size:15px;
	display: table-cell;
	padding-left: 1.5em;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	padding-right: 1em;
	padding-top: 0.1em;
	width: 30%;
	}
.flag-name-w {
	color: #291036;
	font-size:15px;
	display: table-cell;
	padding-left: 1.5em;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5em;
	padding-right: 1em;
	width: 30%;
}
.flag-phone {
	text-align:left;
	display: table-cell;
	padding-left: 1em;
	color: #000000;
	font-size: 15px;
	vertical-align: top;

	line-height: 1.5em;
	padding-top: 0.1em;

	}
.flag-phone a{
	color: #291036;
	font-weight: 600;
	font-size: inherit;
	}
.flag-phone-w{
	text-align:left;
	display: table-cell;
	padding-left: 1em;
	color: #000000;
	font-size: 15px;
	vertical-align: middle;

	line-height: 1.5em;
}
.flag-phone-w a{
	color: #291036;
	font-weight: 600;
	font-size: inherit;
	}
.flag-line {
border-bottom: 1px solid #efefef;
}
.contact_container{
	background-color: #EAEAEC;
	padding-top: 2.917em;
	padding-left: 3.083em;
	padding-right: 3.083em;
	padding-bottom: 2.917em;
}
.contact_container_menu{
	display: none;
	position: absolute;
	z-index: 3;

}
.contact_heading{
	display: block;
	text-align: left;
	color: #291036;
	font-size: 15px;
	line-height: 22px;
}
.contact_spacer{
	width: 100%;
	height: 1px;
	background-color: #D2D2D6;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.contact_country, .contact_subject{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color:#BEB7C2;
	font-size: 1em;
	border-width:1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 80%;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	font: inherit;
	background: url('../images/img/site/other_open.svg');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-clip: padding-box;
	background-color: #FFFFFF;
}
.contact_subject{
	margin-bottom: 0.5em;
}
.contact_request h3{
	font-size: 1.2em;
	text-align: left;
	color: #333342;
	padding-bottom: 0.5em;
	margin-top: 1em;
}
.link-submit, .link-submit:hover{
	font-size: 1em;
	color: #291336;
	display: block;
	text-align: center;
	background: transparent;
	border: none;
	width: 100%;
	font-weight: 400;
}
.search_form{
	position: relative;
	width: 100%;
	display: none;
}
.search_form_field{
	font-size: 1.5em;
	padding:0.5em;
	border-width:1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	font: inherit;
	background-color: transparent;
	width: 14em;
	font-weight: 400;
	display: block;
	width: 100%;
  -webkit-appearance: none;
}
.search_form_inner_container{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.search_form_inner_container_icon, .search_form_inner_container_close{
	display: none;
}
.search_form_inner_container_icon object, .search_form_inner_container_close object, .search_form_inner_container_icon svg, .search_form_inner_container_close svg{
	width: 25px;
	height: 25px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.search_form_field::-webkit-input-placeholder{
	color: #4d4d5f;
	}
.search_form_field:-moz-placeholder{
	color: #4d4d5f;
	opacity:  1;
}
.search_form_field::-moz-placeholder{
	color: #4d4d5f;
	opacity:  1;
}
.search_form_field:-ms-input-placeholder{
	color: #4d4d5f;
}
.solution_flex{
	padding-top: 1em;
	padding-bottom: 1.3em;
	font-size: 1.2em;
	color: #D2D2D6;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: baseline;
  align-content: flex-end;
}
.sol_homepage_text_1 .solution_flex .solution_line{
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #D2D2D6;
  flex-grow: 50;
  margin-left: 0.3em;
}
.read_more{
	color: #009DC9;
}
.solution_line_2{
	display: none;
}
.solution_line_3{
	background-color: #E1E1E5;
	height: 1px;
	width:100%;
	margin-bottom: 1em;
	margin-top: 1em;
}
.more_menu_footer_item{
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	font-weight: 400;
	}
.more_menu_footer_item a{
	color: #474952;
	font-weight: inherit;
}

#menu_footer{
	display: none;
}
.feed_text{
	color: #808080;
	font-size: 0.938em;
	line-height: 1.2em;
}
#twitter .feed_text{
  word-break: break-all;
}
.feed_text > div:first-of-type{
	font: inherit;
}
.feed_text a, .feed_text a:visited{
	color: #808080;
	font-size: inherit;
}
.feed_date{
	color: #A7A7B1;
	font-size: 0.750em;
	margin-bottom: 0.5em;
	}
.feed_date a, .feed_date a:visited {
	font-size: inherit;
	color: #A7A7B1;
}
.lang_spacer{
	width: 100%;
	height: 1px;
	background-color: #D6D6DB;
}
.solution_mdm_box ul{
	list-style: none;
}
.solution_dlp_box ul {
	list-style: none;
}
.solution_dlp .solution_dlp_section_title{
	color: #ffffff;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0.03em;
  font-size: 25px;
}
.solution_mdm .solution_mdm_section_title{
	color: #ffffff;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0.03em;
  font-size: 25px;
}
.solution_mdm a .solution_mdm_section_title:hover{
	color: #009DC9;
}
.solution_dlp_text{
	margin-bottom: 2.333em;
	font-size: 14px;
    width: 95%;
}
.solution_mdm_text{
	margin-bottom: 2.333em;
	font-size: 14px;
}
.solution_dlp_box a, .solution_mdm_box a {
	color: #FFFFFF;
	line-height: 1.3em;
	letter-spacing: 0.03em;
}
.solution_dlp_box a:hover, .solution_mdm_box a:hover{
	color: #009DC9;
}
.products_box_icon{
	display: table-cell;
	width: 41px;
	height: 41px;
	vertical-align: top;
}
.products_box_icon img{
	width: 100%;
	height: auto;
}
.products_box_icon object{
	width: inherit;
	height: inherit;
}
.products_box_text{
	display: table-cell;
	width: 85%;
	padding-bottom: 2em;
}
.products_box_text .products_box_text_title{
	color: #ffffff;
	text-align: left;
	font-weight: 400;
  font-size: 19.85px;
}
.products_box_text a, .products_box_text ul li a, .products_box_text ul li{
	color: #B9B9C1;
	font-size: 12.7px;
	line-height: 1.6em;
}
.products_box_text p{
	font: inherit;
}
.support_box_content_text, .support_box_content_text p{
	font: inherit;
	font-size: 14px;
	margin-bottom: 2.333em;
	line-height: 1.5em;
}
.products_box_text ul{
	list-style: outside;
	margin-top: 0.5em;
	padding-left: 0.7em;
}
.products_box_text a:hover{
	color: #009DC9;
}
.products_box_image{
	padding-top: 1em;
	text-align: center;
	display: block;
	width: 136px;
	height: 115px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
.products_spacer, .products_spacer_2{
	background-color: #717181;
	width: 100%;
	height: 1px;
}
.support_box_content_title a{
	color: #FFFFFF;
}
.support_box_content_title a:hover{
	color: #009DC9;
}
.support_box_content_title .support_box_content_title_text{
	color: inherit;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0.03em;
  font-size: 25px;
}
.support_box_content_text a{
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 0.03em;
	}
#support_box_2 .support_box_content .support_box_content_text a{
	font-size: 1em;
	letter-spacing: 0.03em;
}
.support_box_content_text a:hover{
	color: #009DC9;
}
.support_box_content_text a strong{
	color: #ffffff;
	}
.support_box_content_text ul{
	list-style: none;
	margin-top: 1em;
	font-size: inherit;
}
.support_box_content_text a strong:hover{
	color: #009DC9;
}
#support_box_3 .support_box_content_text ul {
	list-style: disc;
	list-style-position: outside;
	font-size: inherit;
	line-height: 1.5em;
	padding-left: 1em;
}
#support_box_3 .support_box_content_text ul li{
	font: inherit;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.support_box_content .products_spacer{
	margin-top: 1em;
	font-size: smaller;
}
.partner_box_small_title .partner_box_small_title_text, .partner_box_large_title .partner_box_large_title_text{
	color: #ffffff;
	text-align: left;
	font-weight: 300;
	letter-spacing: 0.03em;
  font-size: 25px;
}
.partner_box_small_title a .partner_box_small_title_text:hover, .partner_box_large_title a .partner_box_large_title_text:hover{
	color: #009DC9;
}
.partner_box_large_text, .partner_box_small_text{
	padding-bottom: 1em;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.03em;
}
.menu_desktop{
	display: none;
}
.main_menu_container{
	display: table-cell;
  position: relative;
}
.custom_lp_phone_container{
  position: absolute;
  top: 0;
  right: 0;
}
.custom_lp_phone_icon{
  width: 48px;
  height: 48px;
  display: table-cell;
  vertical-align: middle;
}
.custom_lp_phone_icon svg{
  width: 48px;
  height: 48px;
}
.custom_lp_phone_text{
  font-size: 15px;
  line-height: 1.5em;
  display: table-cell;
  vertical-align: top;
  text-align: left;
  color: #583A5E;
  padding-left: 0.5em;
}
.custom_lp_phone_text a{
  color: #009DC9;
  text-decoration: none;
}
.dropdown_menu{
	position: absolute;
	background-color: #4D4D5C;
	z-index: 5;
	color: #B9B9C1;
	overflow: hidden;
	text-align: left;
	display: none;
	box-sizing: border-box;
}
.close_button{
	position: absolute;
	top: 1em;
	right: 2em;
	width: 3em;
	height: 3em;
	border: none;
    background: transparent;
	cursor: pointer;
}
.close_button img{
	width: 100%;
	height: auto;
}
.mobile_main li{
	list-style: none;
	list-style-position: inside;
}
.mobile_main li a{
	color: #ffffff;
	font-size: 2em;
	}
.icon_triangle{
	position: absolute;
	width: 32px;
	height: 32px;}
.icon_triangle_reversed_more_menu{
	display: inline-block;
	width: 12px;
	height: 12px;
}
.slider_container{
	background-color: transparent;
	width: 100%;
}
.cososys_black_logo{
	display: inline-block;
	width: 59px;
	height: 40px;
}
.active_container_icon{
	display: table-cell;
	width: 38px;
	height: 38px;
}
.active_container_icon svg, .active_container_icon object{
  width: 38px;
  height: 38px;
}
.active_container_block h4{
	text-align: left;
}
.more_menu_container{
	display: none;
}
.menu_concept_icon, .menu_concept_contact, .menu_product_icon{
	display: table-cell;
	margin-right: 1em;
	width: 3em;
	height: 3em;
	cursor: pointer;
	text-align: center;
    vertical-align: middle;
	border: none;
    background: transparent;
   }
.solution_icon{
	display: table-cell;
	width: 52px;
	height: 52px;
	vertical-align: middle;
	font-weight: 400;
	margin-bottom: 1.47em;
}
.solution_text{
	display: table-cell;
	vertical-align: middle;
	font: inherit;
	padding-left: 1em;
}
.sol_homepage_text_1_features{
	display: block;
}
.sol_homepage_text_1, .sol_homepage_text_2, .sol_homepage_text_3{
	position: relative;
}
.sol_homepage_text_1_feature{
	font-size: 1.125em;
}
.sol_homepage_text_3 .sol_homepage_text_3_title{
	font-size: 1.875em;
	font-weight: 300;
	color: #ffffff;
	}
.sol_homepage_text_3 p{
	margin-bottom: 1em;
	color: #333342;
}
.solution_dlp_box strong{
	font-weight: 300;
	color: #B9B9C1;
	margin-bottom: 0.5em;
	display: block;
}
.solution_dlp_box .lang_spacer, .solution_mdm_box .lang_spacer{
	background-color: #B9B9C1;
	margin-bottom: 0.5em;
}
.search_icon{
	width: 1.5em;
	height: 1.5em;
}
.sol_homepage_text_2 p strong{
	color: #291036;
	font-size: inherit;
}
.feature_icon{
	width: 85px;
	height: 85px;
}
.solution_content_block{
	position: relative;
	display: block;
	box-sizing: content-box;
  overflow-x: hidden;
	}
.solution_content_block_bg1{
	right: 0;
	top: 0;
	background-color: #9D9DA8;
	width: 500%;
	height: 100%;
	z-index: -2;
	display: inline-block;
}
.solution_content_block_bg2{
	left: 0;
	top: 0;
	background-color: #A7A7B1;
	width: 500%;
	height: 100%;
	z-index: -1;
	display: inline-block;
}
.footer-text{
	display: none;
}
.footer_action_container{
	display: block;
	color: #ffffff;
}
.footer_action_container a:hover{
	color: #333342;
}
.footer_copyright{
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-weight: inherit;
}

.product_top_box{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}
.product_top_box h1{
	margin-top: 0;
	margin-bottom: 35px;
	margin-left: 0;
	font-weight: 300;
	color: #291336;
	text-align: center;
	font-size: 35px;
  line-height: 1.2em;
}
/*.product_subtitle p{
	margin-top: 35px;
	color: #291336;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 20px;
}*/
.product_description p{
	color: #291336;
	font-size: 18px;
	line-height: 25px;
}
.product_description{
	margin-bottom: 2em;
}
.background-blue{
	background-color: #1FC2DE;
}
.product_overview_box{
	display: table-cell;
	width: 25%;
	}
.product_overview_box_icon, .product_features_top_icon{
	width: 87px;
	height: 87px;
}
.product_overview_box_container{
	padding-bottom: 82px;
	padding-top: 82px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.product_overview_box h2{
	color: #ffffff;
	font-size: 23px;
	font-weight: 300;
	text-align: left;
	min-height: 55.2px;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}
.product_overview_box_text h3{
	text-align: left;
	font-size: 15px;
	color: #291336;
	line-height: 22px;
	font-weight: 400;
	padding-bottom: 0.5em;
}
.product_overview_box_text p{
	font-size: 15px;
	color: #291336;
	line-height: 22px;
}
.background-light-grey{
	background-color: #F4F5F6;
}
.highlights_container{
	padding-top: 82px;
	padding-bottom: 82px;
}
.highlights_container h3, .infographic h3{
	text-align: left;
	font-weight: 300;
	font-size: 35px;
	color: #009DC9;
  margin-bottom: 1.5em;
}
.highlights_text_box{
	display: block;
	width: 100%;
	margin-bottom: 1.5em;
}
.highlights_text_box .header-text2{
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	color: #291036;
	}
.highlights_text_box p{
	font-size: 15px;
	line-height: 22px;
	color: #291036;
}
.highlights_text_box_title_container{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0.5em;
}
.highlights_text_box_number{
  display: table-cell;
  width: 10%;
  vertical-align: middle;
}
.highlights_text_box_title{
  display: table-cell;
  width: 90%;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.3em;
  padding-left: 0.5em;
}
.highlights_text_box p strong{
	font: inherit;
	font-weight: 400;
}
.highlights_text_box .highlights_text_box_number p:first-child{
	position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
  background-color: #49176D;
  border-radius: 100%;
  font-size: 15px;
  width: 25px;
  height: 25px;
  font-weight: 400;
  text-align: center;
  padding-top: 0.1em;
}
.highlights_image_container{
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
.highlights_image_container img{
	height: auto;
	width: 100%;
}
.highlights_text_container{
	display: block;
	width: 100%;
	vertical-align: middle;
}
.infographic{
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.infographic img{
	width: 100%;
	height: auto;
}
.product_overview_box_spacer{
	display:none;
}
.menu_product_background{
	background-color: #333342;
}
.menu_product{
	width: 100%;
	text-align: left;
}
.product_menu_desktop li, .product_menu_desktop li a{
	list-style: none;
	display: inline-block;
	color: #D0D0D8;
	font-size: 13px;
	letter-spacing: 0.04em;
	position: relative;
}
.product_menu_desktop{
	display: none;
}
.product_menu_desktop li:hover, .product_menu_desktop li a:hover{
	color: #009DC9;
}
.product_menu_spacer{
	width: 100%;
	height: 1px;
	background-color: #BFBFC3;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.product_top_box_pg_name{
	font-size: 30px;
	color: #FFFFFF;
	display: none;
	vertical-align: middle;
}
.product_top_box_buttons{
	display: none;
	text-align: right;
}
.product_epp_buttons_button, .product_epp_buttons_button_buy, .product_epp_buttons_button_demo, .product_epp_buttons_button_trial, .product_epp_buttons_button_contact, .product_epp_buttons_button_aws, .estore_button_calculate, .estore_buttons_button_buy, .estore_my_epp_check_id, .button_estore_checkout, .product_epp_buttons_button_demo_version, .product_epp_buttons_button_buy_custom_purple .product_epp_buttons_button_buy, .contact_page_info_table_box_support_button, .white_paper_download_form_button, .product_epp_buttons_button_buy_become_part, .faq_search_bar_content_item_button, .solution_by_industry_cs_2_button{
	display: inline-block;
	background-color: #93939C;
	border-radius: 3px;
	border-style: none;
	font: inherit;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;
	vertical-align: middle;
	margin-left: 1em;
	letter-spacing: 0.04em;
}
.product_epp_buttons_button_buy, .contact_page_info_table_box_support_button, .white_paper_download_form_button, .product_epp_buttons_button_buy_become_part{
	margin-left: 0;
}
.product_epp_buttons_button_buy_custom_purple, .product_epp_buttons_button_buy_become_part{
	display: inline-block;
}
.product_epp_buttons_button_demo_version{
	display: none;
}
.product_epp_buttons_button_demo, .product_epp_buttons_button_contact, .product_epp_buttons_button_aws, .estore_button_calculate, .estore_buttons_button_buy, .estore_my_epp_check_id, .product_epp_buttons_button_buy_custom_purple .product_epp_buttons_button_buy, .white_paper_download_form_button, .product_epp_buttons_button_buy_become_part{
	background-color: #49176D;
}
.solution_by_industry_cs_2_button{
  margin-left: 0;
  background-color: #FFFFFF;
}
.solution_by_industry_cs_2_button .product_epp_buttons_button_link, .solution_by_industry_cs_2_button .product_epp_buttons_button_link:hover{
  color: #291336;
}
.solution_by_industry_cs_2_content_half .solution_by_industry_cs_2_button_container{
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.button_estore_checkout{
	background-color: #09AFD6;
}
.product_epp_buttons{
	line-height: 40px;
}
.product_epp_buttons_button_link, .product_epp_buttons_button_link:hover{
	font-size: 17px;
	color: #ffffff;
	display: block;
	text-align: center;
	background: transparent;
	border: none;
	width: 100%;
	font-weight: 400;
}
.page_title{
	color: #ffffff;
	display: table-cell;
	font-size: 20px;
	width: 94%;
	}
.menu_product_mobile{
	padding: 1em;
	background-color: #4D4D5C;
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.menu_product_icon{

}
.product_menu_separator{
	height: 100%;
	width: 1px;
	background-color: #ffffff;
	display: none;
}
.product_name{
	padding: 1em;
	color: #A5A5AA;
	font-size: 20px;
}
.background-light-grey-buttons{
	background-color: #DCDCE0;
}
.product_features_top{
	text-align: center;
	box-sizing: border-box;
}
.product_features_top_icon{
	display: table-cell;
}
.product_features_top_heading{
	font-size: 35px;
	font-weight: 300;
	color: #291336;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 0.5em;
	line-height: 1em;
}
.product_features_top_image{
	margin-left: auto;
	margin-right: auto;
}
.product_features_top_image img{
	vertical-align: bottom;
}
.product_features_top_text p{
	font-size: 16px;
	line-height: 25px;
	color: #333342;
	margin-top: 4em;
	text-align: left;
}
.product_features_box:nth-child(odd) .product_features_show_more_custom_text{
	background-color: #333342;
}
.product_features_box:nth-child(even) .product_features_show_more_custom_text{
	background-color: #11C3DD;
}
.product_features_show_more_container{
	background-color: #4D4D5C;
	}
.product_features_box:nth-child(even) .product_features_show_more_container{
	background-color: #09AAC6;
}
.product_features_show_more_main{
	display: none;
}
.product_features_show_left{
	color: #ffffff;
	vertical-align: top;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	box-sizing: border-box;
}
.product_features_show_right{
	color: #00C1DE;
	vertical-align: top;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
	box-sizing: border-box;
}
.product_features_show_left_title{
	font: inherit;
	font-size: 22px;
}
.product_features_show_left_title_more{
	font-size: 15px;
	margin-top: 0.2em;
}
.product_features_show_left_spacer{
	width: 100%;
	height: 1px;
	background-color: #00C1DE;
	margin-top: 1em;
	margin-bottom: 2em;
}
.product_features_show_right ul, .product_features_show_right ul li{
	font: inherit;
	list-style: outside;
	padding-left: 1em;
}
.information_block_heading{
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 6px;
}
.information_block_content{
	font-size: 15px;
	line-height: 22px;
}
.product_features_show_more_button{
	text-align: center;
}
.product_features_show_more_custom_text_container .product_features_custom_text_heading{
	font-size: 22px;
	color: #d4d7e1;
	margin-bottom: 1em;
	}
.product_features_show_more_custom_text_container .product_features_custom_text{
	font-size: 15px;
	line-height: 22px;
	color: #d4d7e1;
}
.product_features_show_half .information_block_heading{
	color: #d4d7e1;
	font-size: 25px;
	font-weight: 400;
}
.product_features_show_half .information_block_content{
	color: #333342;
	font-size: 18px;
	line-height: 25px;
}
.product_features_show_half_filters_title{
	font-size: 25px;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 12.5px;
}
.product_features_show_half_filters_text{
	font-size: 15px;
	line-height: 22px;
	color: #ffffff;
	margin-bottom: 12.5px;
}
.product_features_show_half_title_list{
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	line-height: 18px;
}
.product_features_show_half_spacer, .product_features_show_half_spacer_2{
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	margin-bottom: 12.5px;
	margin-top: 12.5px;
}
.product_features_show_half_spacer_2{
	display: none;
}
.product_features_show_half ul li{
	list-style: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	width: 100%;
}
.file_extension{
	display: inline-block;
	width: 20%;
	vertical-align: top;
}
.file_name{
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
.feature_title h3{
	font-size: 22px;
	line-height: 27px;
	font-weight: 300;
	color: #291336;
	text-align: left;
	margin-top: 0;
}
.feature_description p{
	font-size: 15px;
	font-weight: 300;
	color: #4D4D5C;
	line-height: 22px;
	text-align: left;
}
.feature_box{
	vertical-align: top;
}
.feature_icon{
	margin-left: auto;
	margin-right: auto;
}
.feature_boxes_hidden{
	display: none;
}
.feature_box_spacer{
	width: 100%;
	height: 1px;
	display: none;
	background-color: #B9B9C1;
	margin-bottom: 0.8em;
	margin-top: 1.6em;
}
.product_top_2{
	display: none;
}
.more_menu_container_spacer{
	width: 100%;
	height: 1px;
	background-color: #EDEDEF;
	display: none;
}
.product_name_desktop{
	display: none;
	font: inherit;
}
.desktop_main_menu_background_container{
	background-color: #4D4D5C;
	position: relative;
	width: 100%;
	z-index: 2;
	overflow: hidden;
	display: none;
}
.appliance_content_half{
	display: table-cell;
	width: 50%;
}
.appliance_content_half:first-of-type{
	padding-right: 2.5%;
}
.appliance_content_half:last-of-type{
	padding-left: 5%;
}
.appliance_picture{
	position: relative;
	text-align: center;
	box-sizing: border-box;
}
.appliance_picture object {
	width: 100%;
	height: 100%;
	position: relative;
	max-width: 423px;
}
.appliance_title{
	color: #ffffff;
	background-color: #09AAC6;
	font-size: 30px;
	font-weight: 300;
	position: relative;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.appliance_title:first-of-type{
	background-color: #1FC2DE;
}
.appliance_title_background, .appliance_title_background_2{
	position: absolute;
	top: 0;
	background-color: #09AAC6;
	z-index: -1;
	right: -2.5%;
	height: 100%;
	width: 500%;
	overflow-x: hidden;
}
.appliance_title_background_2{
	background-color: #1FC2DE;
	left: -5%;
	right: auto;
}
.appliance_content{
	overflow-x: hidden;
}
.appliance_content::-webkit-scrollbar {
    display: none;
}
.appliance_info_1 p{
	font-size: 18px;
	color: #291336;
	line-height: 25px;
	margin-bottom: 1.5em;
}
.appliance_info_2 p{
	font-size: 15px;
	color: #291336;
	line-height: 22px;
}
.appliance_info_2 ul{
	list-style: none;
	color: #291336;
}
.appliance_key_heading{
	font-size: 18px;
	color: #49176D;
	font-weight: 400;
	margin-bottom: 1em;
	margin-top: 1em;
}
.appliance_key_list{
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #49176D;
	padding: 1em;
}
.appliance_key_list ul{
	list-style-position: outside;
	color: #49176D;
	padding-left: 1em;
	font: inherit;
}
.appliance_key_list ul li{
	font: inherit;
}
.appliance_cloud_vm{
	width: 120px;
	height: 63px;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	vertical-align: top;
}
.appliance_content_half .product_epp_buttons_button_trial, .appliance_content_half .product_epp_buttons_button_demo, .product_epp_buttons_button_aws, .estore_button_calculate, .estore_my_epp_check_id, .appliance_content_half .product_epp_buttons_button_demo_version{
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-bottom: 2em;
}
.appliance_content_half .product_epp_buttons_button_trial{
	margin-bottom: 4em;
}
.appliance_content_half .product_epp_buttons_button_demo{
	margin-top: 4em;
}
.appliance_download_spacer{
	width: 100%;
	height: 2px;
	background-color: #D3D3D8;
	margin-bottom: 1em;
}
.appliance_download_header{
	font-size: 15px;
	color: #291336;
	margin-top: 0.5em;
	display: table-cell;
	vertical-align: middle;
}
.appliance_download_header a img{
	max-width: 329px;
	max-height: 25px;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	display: block;
}
.appliance_format{
	font-size: 15px;
	color: #49176D;
	margin-top: 4em;
	margin-bottom: 0.5em;
}
.appliance_format_spacer{
	width: 100%;
	height: 2px;
	background-color: #009DC9;
	margin-bottom: 0.5em;
}
.appliance_format_list table{
	width: 100%;
}
.appliance_format_list table tr td{
	padding: 0.5em;
	color:	#333342;
}
.appliance_format_list table tr td object{
	max-width: 230px;
	max-height: 160px;
	height: auto;
	width: 100%;
}
.appliance_format_list table tbody tr:nth-child(odd){
	background-color: #F1F1F2;
}
.appliance_format_list table thead td{
	color: #009DC9;
}
.appliance_format_list p{
	margin-top: 1em;
}
.appliance_content_half:first-of-type .appliance_format_list table tbody tr td:first-child{
background-color: #E3E3E5;
}
.appliance_format_list table tbody tr td:not(:first-child){
	text-align: center;
	list-style-position: inside;
	color: #009DC9;

}
.appliance_format_list table tbody tr td:nth-child(2){
	text-align: left;
	color:	#333342;
}
.device_title{
	font-size: 35px;
	color: #009DC9;
}
.device_description{
	font-size: 15px;
	color: #49176D;
	margin-top: 0.5em;
}
.appliance_content_half:last-of-type .appliance_format_list table tbody tr td:nth-child(odd){
	text-align: center;
	width: 200px;
	padding: 0;
}
.appliance_content_half:last-of-type .appliance_format_list table tbody tr td:nth-child(even){
	padding: 0;
}
.product_video_title{
	font-size: 30px;
	color: #333342;
	margin-bottom: 0.5em;
	line-height: 40px;
  text-align: left;
}
.product_video_description p{
	font-size: 18px;
	color: #333342;
	line-height: 1.5em;
}
.product_video_duration{
	font-size: 15px;
	color: #009DC9;
}
.product_video_spacer{
	width: 100%;
	height: 1px;
	background-color: #009DC9;
}
.product_video_description{
	margin-bottom: 1em;
}
.product_video_other_listener{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	background-image: url(../images/img/site/youtube_play_icon.svg);
	background-size: 128px 128px;
	background-position: center center;
	background-repeat: no-repeat;
}
.product_video_other_description p{
	font-size: 15px;
	color: #333342;
}
.product_video_other_title{
	font-size: 22px;
	color: #333342;
	margin-top: 2em;
	margin-bottom: 1em;
	line-height: 31px;
  text-align: left;
}
.product_video_other_iframe{
	width: 100%;
}
.call_to_action_products_half{
	width: 60%;
	display: table-cell;
	vertical-align: bottom;
}
.call_to_action_products_half:first-of-type{
	vertical-align: middle;
	width: 40%;
}
.call_to_action_products{
	width: 100%;
	display: table;
}
.call_to_action_products_img{
	text-align: right;
}
.call_to_action_products_img img{
	vertical-align: bottom;
	width: 100%;
}
.call_to_action_products_half h6{
	font-size: 35px;
	margin-bottom: 0.5em;
	margin-top: 0;
	text-align: left;
	color: #ffffff;
  line-height: 1.2em;
}
.product_call_to_form .editfields{
	font-size: 18px;
	width: 100%;
	margin-bottom: 15px;
}
.call_to_action_products_text{
	font-size: 18px;
	margin-bottom: 2em;
	line-height: 25px;
	color: #FFFFFF;
}
.partner_box_large_map{
	position: relative;
	max-width: 520px;
	max-height: 320px;
}
.map_region:hover{
	fill: #009DC9;
}
.solution_page_main_wrapper, .solution_page_industry_wrapper{
	position: relative;
}
.solution_page_top_textbox{
	width: 100%;
	background-color: #00C1DE;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	background-color: transparent;
}
.solution_page_top_image{
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
}
.solution_page_info_placeholder{
	display: table;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 5%;
	padding-right: 5%;
}
.solution_page_info_box{
	display: table-cell;
	width: 30%;
  vertical-align: middle;
}
.solution_page_info_box_number{
	font-size: 40px;
	font-weight: 100;
	color: #009DC9;
	display: table-cell;
	vertical-align: middle;
}
.solution_page_info_box_number_circle{
	width: 60px;
	height: 60px;
	font-size: 43px;
	padding-top: 3.5px;
	color: #009DC9;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #009DC9;
	border-radius: 1em;
	text-align: center;
	font-weight: 100;
}
.solution_page_info_box_text{
	font-size: 20px;
	color: #8C8C99;
	display: table-cell;
	vertical-align: middle;
	padding-left: 7%;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
}

.solution_page_info_spacer_container{
	display: table-cell;
	width: 5%;
	position: relative;
}
.solution_page_info_spacer{
	position: absolute;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #E5E5E7;
	left: 50%;
}
.solution_page_info_placeholder_spacer{
	width: 100%;
	height: 1px;
	background-color: #009DC9;
	margin-bottom: 4em;
	display: none;
}
.solution_page_main_content_normal p{
	font-size: 18px;
	color: #291336;
	line-height: 25px;
}
.solution_page_main_content_bold p{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 2em;
	color: #291336;
	line-height: 25px;
}
.solution_page_main_content_bold p a{
  font: inherit;
}
.solution_page_main_content_right .solution_page_main_content_normal{
  margin-bottom: 2em;
}
.solution_page_hw_title{
	font-size: 35px;
	color: #ffffff;
	padding-bottom: 1.5em;
	text-align: center;
}
.solution_page_hw_placeholder{
	width: 100%;
	display: table;
}
.solution_page_hw_box{
	display: table-cell;
	width: 50%;
	padding-left: 2em;
	padding-right: 2em;
	vertical-align: top;
}
.solution_page_hw_wrapper{
background: rgb(127,154,210); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(127,154,210,1) 6%, rgba(127,136,192,1) 75%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(127,154,210,1) 6%, rgba(127,136,192,1) 75%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(127,154,210,1) 6%, rgba(127,136,192,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F9AD2', endColorstr='#7F88C0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.solution_page_hw_box_img{
	width: 85px;
	height: 85px;
	margin-left: auto;
	margin-right: auto;
}
.solution_page_hw_box_spacer{
	width: 100%;
	height: 1px;
	background-color: #291336;
	margin-bottom: 2em;
	margin-top: 2em;
}
.solution_page_hw_box_text{
	display: table;
	width: 100%;
}
.solution_page_hw_box_number{
	display: table-cell;
	width: 1em;
	font-size: 40px;
	font-weight: 100;
	vertical-align: top;
	color: #291336;
	line-height: 1em;
}
.solution_page_hw_box_text_string{
	display: table-cell;
	font-size: 16px;
	font-weight: 400;
	vertical-align: top;
	color: #291336;
  line-height: 1.2em;
}
.solution_page_main_benefits_header{
	font-size: 35px;
	color: #009DC9;
	font-weight: 300;
	text-align: center;
	margin-bottom: 1.5em;
}
.solution_page_main_benefits_boxes_container{
	display: table;
	width: 100%;
}
.solution_page_main_benefits_boxes_row{
	display: table-row;
	width: 100%;
}
.solution_page_main_benefits_box{
	display: table-cell;
	width: 50%;
}
.solution_page_main_benefits_box_header{
	font-size: 18px;
	font-weight: 400;
	color: #291336;
	margin-bottom: 0.5em;
}
.solution_page_main_benefits_box_text p{
	font-size: 18px;
	color: #291336;
	margin-bottom: 2.5em;
}
.solution_page_main_benefits_box_text p a{
	font: inherit;
	font-weight: 400;
	color: #009DC9;
}
.solution_page_main_benefits_boxes_row .solution_page_main_benefits_box:first-of-type{
	padding-right: 2em;
}
.solution_page_main_benefits_boxes_row .solution_page_main_benefits_box:last-of-type{
	padding-left: 2em;
}
.trusted_by_header{
	font-size: 35px;
	color: #8c8c96;
	text-align: center;
	margin-top: 41px;
  margin-bottom: 0.5em;
}
.solution_page_top_textbox_heading p{
	font-size: 30px;
	color: #291336;
	margin-bottom: 0.5em;
}
.solution_page_top_textbox_text p{
	font-size: 18px;
	color: #291336;
	margin-bottom: 2.2em;
}
.solution_pages_dlp_products_wrapper{
	background-color: #F0F0F2;
}
.solution_pages_dlp_products_box_upper{
	display: table;
	width: 100%;
}
.solution_pages_dlp_products_box_upper_img{
	width: 45px;
	height: 45px;
	display: table-cell;
}
.solution_pages_dlp_products_box_under_img{
	max-width: 165px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.solution_pages_dlp_products_box_under_img object{
	width: 100%;
    display: block;
    height: 100%;
    position: relative;
}
.solution_pages_dlp_products_box_upper_heading{
	font-size: 19px;
	font-weight: 400;
	color: #291336;
	display: table-cell;
	vertical-align: middle;
	padding-left: 1em;
	line-height: 1.2em;
}
.solution_pages_dlp_products_box_upper_heading a{
  font: inherit;
  color: inherit;
}
.solution_pages_dlp_products_box_under_heading{
	font-size: 16px;
	color: #291336;
	margin-bottom: 1em;
	margin-top: 2em;
}
.solution_pages_dlp_products_box_under_heading_list ul{
	padding-left: 0.9em;
}
.solution_pages_dlp_products_box_under_heading_list ul li{
	font-size: 13px;
	color: #291336;
	line-height: 1.5em;
}
.solution_pages_dlp_products_box_spacer{
	width: 100%;
	height: 1px;
	background-color: #908498;
	margin-bottom: 2em;
	margin-top: 1em;
}
.solution_pages_dlp_products_box_spacer_2{
	width: 100%;
	height: 1px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	margin-top: -1.5em;
}
.solution_pages_dlp_products_box{
	padding-left: 2em;
	padding-right: 2em;
	display: none;
  vertical-align: top;
}
.solution_pages_dlp_products_box:first-of-type{
	padding-left: 0;
}
.solution_pages_dlp_products_box:last-of-type{
	padding-right: 0;
}
.solution_pages_dlp_products_container{
	display: table;
	width: 100%;
}
.solution_pages_dlp_products_wrapper_content{
	padding-bottom: 5em;
	padding-top: 3em;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.product_epp_buttons_button_text_wrapper, .product_epp_buttons_button_text_wrapper_demo, .product_epp_buttons_button_text_wrapper_trial, .product_epp_buttons_button_text_wrapper_demo_version, .product_epp_buttons_button_text_wrapper_demo_menu{
	display: block;
	position: absolute;
	top: -99999px;
	left: -99999px;
}
.requests_wrapper,.menu_support_requests_wrapper{
	background-color: #C3E6FF;
	position: relative;
	display: none;
}
.menu_support_requests_wrapper_extra_bg{
  position: absolute;
  width: 500vw;
  left: -100vw;
  top: 0;
  height: 100%;
  z-index: -1;
  background-color: #C3E6FF;
}
.requests_content, .menu_support_requests_content{
	position: relative;
}
.product_epp_buttons_button_text_heading{
	font-size: 30px;
	color: #291336;
	margin-bottom: 0.5em;
}
.product_epp_buttons_button_text_heading_text{
	font-size: 18px;
	color: #291336;
	margin-bottom: 2em;
}
.product_call_to_form_container{
	display: table;
	width: 100%;
}
.product_call_to_form_half{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.product_call_to_form_half:first-of-type{
	padding-right: 2em;
}
.product_call_to_form_half:last-of-type{
	padding-left: 2em;
}
.sol_homepage_text_2_heading{
	margin-bottom: 2.3em;
	font: inherit;
}
.contact_head{
	font-size: 30px;
	color: #291036;
}
.trusted_by_img{
	margin-bottom: 20px;
}
.trusted_by_img img{
	width: 100%;
	height: auto;
}
.lang_drop_li_mob .active{
	color: #009DC9;
}
.lang_drop_li_mob {
	display: inline-block;
}
.lang_drop_li_mob::after{
	content: "/";
	margin-left: 0.3em;
	margin-right: 0.1em;
	font-size: 25px;
}
.lang_drop_li_mob:last-of-type::after{
	content: "";
}
.lang_drop_li_mob a{
	text-transform: uppercase;
}
.language_switch_mobile_spacer {
	width: 100%;
	height: 1px;
	background-color: #009DC9;
}
.mobile_main .search_field{
	margin-top: 2em;
}

.solution_pages_dlp_products_container_heading{
	font-size: 35px;
	color: #291336;
	text-align: center;
	margin-bottom: 2em;
}
.solution_dlp a .solution_dlp_section_title:hover{
	color: #009DC9;
}
.solution_overview_container{
	display: block;
}
.solution_overview_container_heading{
	font-size: 35px;
	color: #ffffff;
	margin-bottom: 1em;
	text-align: center;
  line-height: 1.3em;
}
.solution_overview_container_text p{
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 2em;
	text-align: center;
}
.solution_overview_box_container{
	display: table;
	width: 100%;
  table-layout: fixed;
}
.solution_overview_box{
	display: table-cell;
	width: 50%;
}
.solution_overview_box_icon{
	width: 87px;
	height: 87px;
}
.solution_overview_box_main h3{
	font-size: 23px;
	font-weight: 300;
	color: #ffffff;
	text-align: left;
	margin-bottom: 0.5em;
  line-height: 1.2em;
}
.solution_overview_box_text p, .solution_overview_box_text{
	font-size: 16px;
	line-height: 23px;
	color: #291336;
}
.solution_overview_background_gray{
	background-color: #EBEBEF;
}
.solution_overview_2_box_container{
	display: table;
	width: 100%;
}
.solution_overview_2_box{
	display: table-cell;
	width: 2%;
}
.solution_overview_2_box_icon{
	width: 127px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
}
.solution_overview_2_container_heading{
	font-size: 35px;
	margin-bottom: 0.1em;
	text-align: center;
	color: #291336;
}
.solution_overview_2_container_text p{
	font-size: 18px;
	margin-bottom: 3.5em;
	color: #291336;
	text-align: center;
}
.solution_overview_2_box_text{
	font-size: 20px;
	color: #291336;
	margin-top: 0.5em;
	margin-bottom: 1em;
  text-align: center;
}
.solution_overview_2_row{
	width: 100%;
}
.solution_overview_3_container_heading{
	font-size: 35px;
	margin-bottom: 0.1em;
	text-align: center;
	color: #009DC9;
}
.solution_overview_3_container_text p{
	font-size: 18px;
	margin-bottom: 2em;
	color: #009DC9;
	text-align: center;
}
.solution_overview_3_box_container{
	display: block;
  margin-top: 4em;
}
.solution_overview_3_row{
	display: table;
	width: 100%;
	margin-bottom: 3em;
}
.solution_overview_3_box{
	display: table-cell;
	width: 50%;
}
.solution_overview_3_box_icon{
	margin-left: auto;
	margin-right: auto;
}
.solution_overview_3_box_icon object{
	width: 100%;
	height: 100%;
	position: relative;
}
.solution_overview_3_box_main .solution_overview_3_box_main_title{
	font-size: 16px;
	font-weight: 400;
	color: #291336;
	text-align: left;
	margin-top: 2em;
}
.solution_overview_3_box_text p{
	font-size: 16px;
	color: #291336;
}
.solution_overview_3_row .solution_overview_3_box:first-of-type{
	padding-right: 2.5em;
}
.solution_overview_3_row .solution_overview_3_box:last-of-type{
	padding-left: 2.5em;
}
.solution_overview_4_wrapper{
background: rgb(127,154,210); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(127,154,210,1) 6%, rgba(127,136,192,1) 75%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(127,154,210,1) 6%, rgba(127,136,192,1) 75%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(127,154,210,1) 6%, rgba(127,136,192,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F9AD2', endColorstr='#7F88C0',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.solution_overview_4_container_heading{
	font-size: 35px;
	margin-bottom: 0.1em;
	text-align: center;
	color: #ffffff;
}
.solution_overview_4_container_text p{
	font-size: 20px;
	margin-bottom: 3.5em;
	color: #ffffff;
  text-align: center;
}
.solution_overview_4_box_container{
	display: table;
	width: 100%;
}

.solution_overview_4_box{
	display: inline-block;
}
.solution_overview_4_box_icon{
	width: 127px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
}
.solution_overview_4_box_text{
	font-size: 20px;
	color: #291336;
	margin-top: 0.5em;
	margin-bottom: 1em;
  text-align: center;
}
.icon_triangle_product_menu{
	width: 11px;
	height: 11px;
	position: absolute;
	bottom: -4px;
}
.site_section{
	color: #9999A0!important;
}
.triangle_search_blue{
	width: 11px;
	height: 11px;
	position: absolute;
	top: 32px;
}
.product_overview_box_spacer_2{
	width: 100%;
	display: none;
	height: 1px;
	background-color: #88E1EE;
	margin-bottom: 0.8em;
	margin-top: 1.6em;

}
header .middle-container {
    display: table;
    padding-top: 1em;
    padding-bottom: 0.5em;
}
#header_redesign .middle-container{
	display: table;
	margin-top: 1em;
	margin-bottom: 1em;
}
#header_initial .middle-container {
    display: table;
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.main_menu_products_text{
	font: inherit;
	font-size: 14px;
	line-height: 1.4em;
}
.icon_triangle_home_page_solution{
	position: absolute;
	top: -0.5em;
	width: 30px;
	height: 30px;
	z-index: 1;
	left: 50%;
	left: calc(100% / 2 - 15px);
}
.product_features_top_first_half{
	width: 30%;
	display: table-cell;
	vertical-align: top;
}
.product_features_top_second_half{
	width: 70%;
	display: table-cell;
	vertical-align: bottom;
}
.product_features_top{
	display: table;
	width: 100%;
}
.product_features_top_first_half_top{
	display: table;
	width: 100%;
}
#hidden_feature{
display: none;
}
.product_features_show_more_custom_text_container_text{
	padding-top: 3em;
	margin-bottom: 1em;
}
.product_features_show_more_custom_text_container_text p{
	color: #d4d7e1;
	font-size: 21px;
	line-height: 1.5em;
	text-align: center;
}
.product_features_show_left_blue_background{
	margin-bottom: 1em;
	margin-top: 1em;
	padding: 1.8em;
	background-color: #11C3DD;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.product_features_box:nth-child(even) .product_features_show_more_custom_text .product_features_show_more_custom_text_container_text p{
	color: #333342;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list li {
	color: #4D4D5C;
	line-height: 1.3em;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list{
	display: table-cell;
	width: 20%;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list:first-of-type{
	width: 55%;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list:last-of-type{
	padding-left: 1em;
}
.product_features_box:nth-child(even) .product_features_show_more .product_features_show_right{
	color: #FFFFFF;
}
.product_features_box:nth-child(even) .product_features_show_more .product_features_show_right .product_features_show_left_spacer:last-of-type{
	background-color: #148CA5;
}
.product_features_box:nth-child(even) .product_features_show_more .product_features_show_right .product_features_show_left_spacer{
	background-color: #FFFFFF;
}
.product_features_box:nth-child(odd) .product_features_show_more .product_features_show_right .product_features_show_left_spacer:last-of-type{
	background-color: #FFFFFF;
}
.product_features_box:nth-child(even) .product_features_show_more .show_more_2{
	border-color: #333342;
	color: #333342;
}
.product_features_box:nth-child(even) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text_heading, .product_features_box:nth-child(even) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text{
	color: #000000;
}
.product_features_box:nth-child(even) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text_heading, .product_features_box:nth-child(odd) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text_heading{
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	padding-top: 1em;
}
.product_features_box:first-of-type .product_features_show_more_custom_text_container .product_features_custom_text_box .product_features_custom_text_heading{
	border-top: none;
}
.product_features_box:nth-child(odd) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text_heading{
	border-top-color: #d4d7e1;
}
.information_block_heading ul li, .information_block_heading ul {
	list-style: none;
	padding-left: 0;
}
.information_block_row{
	display: table-row;
	width: 100%;
}
.information_block_box{
	display: table-cell;
	width: 50%;
}
.information_block_row .information_block_box:first-of-type{
	padding-right: 2em;
}
.information_block_row .information_block_box:last-of-type{
	padding-left: 2em;
}
.highlights_content{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.solution_by_industry_main_content_wrapper, .solution_other_main_content_wrapper{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.solution_by_industry_main_row_1 p, .solution_other_main_row_1 p{
	color: #291336;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 1em;
}
.solution_by_industry_main_row_1 p:last-of-type, .solution_other_main_row_1 p:last-of-type{
	margin-bottom: 0;
}
.solution_by_industry_main_row_1 p a, .solution_other_main_row_1 p a{
	font: inherit;
	font-weight: 400;
	color: #009DC9;
}
.solution_by_industry_main_row_2, .solution_other_main_row_2{
	display: block;
	width: 100%;
	margin-bottom: 2em;
	box-sizing: border-box;
	line-height: 25px;
}
.solution_by_industry_main_row_left{
	display: table-cell;
	width: 30%;
	padding-right: 2em;
	vertical-align: top;
	box-sizing: border-box;
}
.solution_by_industry_main_row_right{
	display: table-cell;
	width: 70%;
	background-color: #78CDDB;
	padding: 1.5em;
	vertical-align: top;
	box-sizing: border-box;
}
.solution_other_main_row_left, .solution_other_main_row_right{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	box-sizing: border-box;
}
.solution_other_main_row_left{
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	padding-right: 2em;
}
.solution_other_main_row_right{
	background-color: #78CDDB;
	padding: 1.5em;
}
.solution_by_industry_main_row_left p, .solution_other_main_row_left p{
	color: #78CDDB;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}
.solution_by_industry_main_row_right p, .solution_other_main_row_right p{
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 1em;
	line-height: 25px;
}
.solution_by_industry_main_row_right ul, .solution_other_main_row_right ul{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
	padding-left: 16px;
}
.solution_by_industry_main_row_right ul li, .solution_other_main_row_right ul li{
	font: inherit;
}
.solution_other_main_row_3_heading{
	font-size: 18px;
	color: #8C8C99;
	line-height: 25px;
	margin-bottom: 1em;
}
.solution_by_industry_main_row_3 p, .solution_other_main_row_3 p{
	font-size: 18px;
	color: #8C8C99;
	line-height: 25px;
}
.solution_other_main_row_3 p{
	margin-bottom: 2em;
}
.solution_other_main_row_3 ul{
	margin-bottom: 2em;
	padding-left: 1em;
}
.solution_other_main_row_3 ul li{
	font-size: 18px;
	color: #8C8C99;
	line-height: 25px;
}
.solution_by_industry_main_spacer{
	width: 100%;
	height: 1px;
	background-color: #7F84BC;
	margin-top: 3em;
	margin-bottom: 0.7em;
}
.solution_by_industry_second_content_wrapper{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.solution_by_industry_second_header{
	font-size: 30px;
	color: #7F84BC;
	margin-bottom: 1em;
}
.solution_by_industry_second_row{
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
.solution_by_industry_second_row:last-of-type{
	margin-bottom: 0;
}
.solution_by_industry_second_row_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.solution_by_industry_second_row_box p{
	font-size: 15px;
	color: #291336;
	line-height: 22px;
}
.solution_by_industry_second_row .solution_by_industry_second_row_box:first-child{
	padding-right: 2em;
}
.solution_by_industry_second_row .solution_by_industry_second_row_box:last-child{
	padding-left: 2em;
}
.solution_by_industry_second_content_wrapper{
	margin-bottom: 4em;
}
.solution_by_industry_cs_1_wrapper{
	background: rgb(127,154,210); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(153,174,219,1) 6%, rgba(153,157,201,1) 75%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(153,174,219,1) 6%, rgba(153,157,201,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(153,174,219,1) 6%, rgba(153,157,201,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99AeDB', endColorstr='#999DC9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.solution_by_industry_cs_1_content{
	display: table;
	width: 100%;
	box-sizing: border-box;

}
.solution_by_industry_cs_1_content_wrapper{
	padding-bottom: 4em;
	padding-top: 4em;
	width: 100%;
	box-sizing: border-box;
}
.solution_by_industry_cs_1_content_left{
	display: table-cell;
	width: 70%;
	vertical-align: top;
	padding-right: 1em;
}
.solution_by_industry_cs_1_content_right{
	display: table-cell;
	width: 30%;
	vertical-align: top;
	padding-left: 1em;
}
.solution_by_industry_cs_1_content_left_heading{
	font-size: 35px;
	color: #291336;
}
.solution_by_industry_cs_1_spacer{
	width: 100%;
	height: 1px;
	background-color: #67648C;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
.solution_by_industry_cs_1_content_left_text_1 p{
	font-size: 35px;
	color: #FFFFFF;
	margin-bottom: 1em;
  text-align: left;
}
.solution_by_industry_cs_1_content_left_text_2 p{
	font-size: 18px;
	color: #291336;
	line-height: 25px;
}
.solution_by_industry_cs_1_content_right object{
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 40%;
}
.solution_by_industry_cs_2_wrapper{
	background: rgb(228,245,252); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, rgba(127,154,210,1) 6%, rgba(127,132,188,1) 75%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(127,154,210,1) 6%, rgba(127,132,188,1) 75%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, rgba(127,154,210,1) 6%, rgba(127,132,188,1) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7F9AD2', endColorstr='#7F84BC',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.solution_by_industry_cs_2_content{
	padding-bottom: 4em;
	padding-top: 4em;
	box-sizing: border-box;
}
.solution_by_industry_cs_2_content_half{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.solution_by_industry_cs_2_content .solution_by_industry_cs_2_content_half:first-child {
	padding-right: 2em;
}
.solution_by_industry_cs_2_content .solution_by_industry_cs_2_content_half:last-child{
	padding-left: 2em;
}
.solution_by_industry_cs_2_spacer{
	width: 100%;
	height: 1px;
	background-color: #4B4783;
	margin-bottom: 1em;
	margin-left: auto;
}
.solution_by_industry_cs_2_head{
	font-size: 26px;
	color: #291336;
	margin-bottom: 0.5em;
}
.solution_by_industry_cs_2_head_text p{
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 2em;
	line-height: 23px;
}
.solution_by_industry_cs_2_list p:first-of-type::after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #49176D;
	display: block;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.solution_by_industry_cs_2_list{
	width: 100%;
	background-color: #DEE8FF;
	padding: 1.5em;
	font-size: 18px;
	color: #49176D;
	margin-bottom: 4em;
	box-sizing: border-box;
	line-height: 25px;
}
.solution_by_industry_cs_2_list p{
	font: inherit;
}
.solution_by_industry_cs_2_list p:after{
	content: '';
	width: 100%;
	height: 1px;
	background-color: #49176D;
}
.solution_by_industry_cs_2_list ul {
	padding-left: 1.1em;
	font: inherit;
}
.solution_by_industry_cs_2_list ul li{
	font: inherit;
}
.solution_by_industry_cs_2_quote p em{
	font-size: 24px;
	color: #291336;
	line-height: 1.4em;
}
.solution_by_industry_cs_2_quote_name .solution_by_industry_cs_2_spacer{
	width: 30%;
	margin-top: 2em;
  margin-bottom: 0.5em;
  margin-left: 0;
}
.solution_by_industry_cs_2_quote_name p{
	font-size: 16px;
	color: #291336;
  line-height: 1.2em;
}
.appliance_download_images_container{
	display: table;
	width: 100%;
}
.solution_by_industry_cs_2_quote_name{
	text-align: left;
}
.products_box_row{
	display: none;
	width: 100%;
	box-sizing: border-box;
}
.appliance_content_half:first-of-type .appliance_download_container{
	margin-top: 2em;
}
.appliance_third_text p{
	color: #291336;
	font-size: 15px;
	line-height: 22px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.product_epp_aws_button_text_wrapper{
	text-align: center;
	padding: 2em;
	box-sizing: border-box;
}
.product_epp_aws_button_text_wrapper .product_call_to_form .editfields{
	max-width: 311px;
	background-color: #F1F1F2;
}
.aws_availability, .os_version, .encryption_for, .country_select_container .country_select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color:#72727A;
	font: inherit;
	font-size: 18px;
	border:1px solid #F1F1F2;
	border-radius: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	max-width: 311px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	line-height: 24px;
	background: url('../images/img/site/other_open.svg');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-clip: padding-box;
	background-color: #F1F1F2;
}
.os_version, .encryption_for{
	background-color: #FFFFFF;
}
.country_select_container .country_select{
	margin-left: 0;
	padding-right: 3em;
	margin-bottom: 0;
}
.aws_availability option, .os_version option, .encryption_for option{
	color:#72727A;
	font-size: 18px;
}
.appliance_download_header a{
	font-size: 35px;
	color: #717073;
	display: block;
}
.appliance_third_text p{
	font-size: 15px;
	line-height: 22px;
	color: #291336;
}
.product_video_content, .product_video_other_video{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.product_video_upper_iframe, .product_video_other_iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product_video_other_container_box{
	box-sizing: border-box;
}
.estore_main_light_grey_wrapper{
	background-color: #F5F5F7;
	box-sizing: border-box;
}

.estore_main_container_title{
	margin-top: 0;
	margin-bottom: 0.2em;
	margin-left: 0;
	font-size: 28px;
	color: #333342;
	text-align: left;
}
.estore_main_container_subtitle p{
	color: #333342;
	font-size: 15px;
	margin-bottom:3em;
}
.estore_main_spacer{
	width: 100%;
	height: 1px;
	background-color: #DBDCE2;
}
.estore_main_calculator_container{
	margin-left: auto;
	margin-right: auto;
	margin-top: 3em;
	display: block;
	max-width: 500px;
}
.estore_main_calculator_heading{
	font-size: 18px;
	color: #999FAE;
	margin-bottom: 0.5em;
}
.estore_main_calculator_box{
	display: block;
	box-sizing: border-box;
}
.estore_main_calculator_box_container{
	border-color: #DBDCE2;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 2em;
	box-sizing: border-box;
	padding: 1.8em;
}
.estore_main_calculator_box_row{
	width: 100%;
	display: block;
}
.estore_main_calculator_box_half{
	display: inline-block;
	width: 49%;
	color: #444D67;
	font-size: 18px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
}
.estore_main_calculator_box_input{
	-webkit-appearance: none;
	width: 100%;
	background-color: #E6E7EC;
	color: #444D67;
	font: inherit;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: #C9C9C9;
	font-size: 18px;
	border-radius: 3px;
	line-height: 1.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
	max-width: 311px;
}
.estore_main_calculator_box_input::-webkit-input-placeholder{
	color: #AAB0C0;
}
.estore_main_calculator_box_input:-moz-placeholder{
	color: #AAB0C0;
	opacity:  1;
}
.estore_main_calculator_box_input::-moz-placeholder{
	color: #AAB0C0;
	opacity:  1;
}
.estore_main_calculator_box_input:-ms-input-placeholder{
	color: #AAB0C0;
}
.estore_second_dark_grey_wrapper{
	background-color: #D8D9E1;
	box-sizing: border-box;
}
.estore_second_table{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.estore_second_table_half{
	display: table-cell;
	width: 50%;
}
.estore_second_table_half_head{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.estore_second_table_half_head_title{
	display: table-cell;
	width: 70%;
	font-size: 25px;
	color: #444D67;
	vertical-align: middle;
}
.estore_second_table_half_head_img{
	display: table-cell;
	width: 30%;
	min-height: 95px;
}
.estore_second_table_half_head_img object{
	width: 100%;
	height: auto;
}
.estore_second_table_half_text p{
	font-size: 16px;
	color: #444D67;
	margin-top: 1em;
}
.estore_second_table_half_options_container{
	margin-top: 0.5em;
	box-sizing: border-box;
	width: 100%;
}
.estore_second_table_half_options_container_row{
	display: table;
	width: 100%;
	background-color: #FFFFFF;
	padding: 1em;
	box-sizing: border-box;
}
.estore_second_separator{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #DBD9E1;
}
.estore_second_table_half_options_container_row_box_1{
	display: table-cell;
	width: 70%;
	color: #444D67;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
}
.estore_second_table_half_options_container_row_box_2{
	display: table-cell;
	width: 30%;
	color: #444D67;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
}
.estore_second_table_half_options_container_row_total{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.estore_second_table_half_options_container_row_total_box_1{
	display: table-cell;
	width: 85%;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 400;
	background-color: #696977;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 2em;

}
.estore_second_table_half_options_container_row_total_box_2, .estore_second_table_half_options_container_row_total_box_2:hover{
	display: table-cell;
	width: 15%;
	color: #FFFFFF;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 400;
	background-color: #333342;
	padding: 1em;
	text-align: center;
	cursor: pointer;
}
.estore_second_table_half_price_container{
	display: block;
	width: 100%;
	margin-top: 4em;
}
.estore_second_table_half_price_container_text{
	font-size: 15px;
	color: #444D67;
	margin-bottom: 0.5em;
}
.estore_second_table_half_price_container_list{
	font-size: 15px;
	color: #444D67;
	margin-top: 0.5em;
}
.estore_second_separator_2{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #C1C4CE;
}
.estore_second_table_half_price_container_list ul{
	padding-left: 1em;
}
.estore_second_table_half_price_container_list ul li{
	color: #444D67;
	font-size: 15px;
}
.estore_other_container{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.estore_other_title {
	text-align: left;
	font-size: 35px;
	color: #8c8c96;
	margin-bottom: 1em;
}
.estore_other_table{
	display: table;
	width: 100%;
	box-sizing: border-box;
  table-layout: fixed;
}
.estore_other_table_box{
	display: block;
	width: 100%;
	padding-bottom: 1em;
	padding-top: 1em;
	border-top-color: #E3E4E8;
	border-top-style: solid;
	border-top-width: 1px;
}
.estore_other_table_box_img{
	width: 55px;
	height: 55px;
	display: table-cell;
	vertical-align: middle;
}
.estore_other_table_box_content {
	display: table-cell;
	vertical-align: middle;
}
.estore_other_table_box_content_title {
	display: table-cell;
	width: 27%;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 400;
	color: #444D67;
	padding-left: 1em;
  text-align: left;
}
.estore_other_table_box_content_text {
	display: table-cell;
	width: 37%;
	vertical-align: middle;
}
.estore_other_table_box_content_text p{
	font-size: 15px;
	line-height: 1.5em;
	color: #444D67;
}
.estore_other_table_box_content_price_button{
  display: table-cell;
  width: 30%;
}
.estore_other_table_box_content_price_unit{
	display: table-cell;
	width: 2000px;
	vertical-align: bottom;
	padding-left: 4em;
}
.estore_other_table_box_content_price{
	font-size: 20px;
	color: #49176D;
	font-weight: 300;
}
.estore_other_table_box_content_unit{
	font-size: 13px;
	color: #8A91A5;
}
.estore_other_table_box_content_button_buy{
	display: table-cell;
	vertical-align: middle;
}
.estore_buttons_button_buy{
	width: 100%;
	box-sizing: border-box;
	margin-left: 0;
}
.estore_button_calculate, .estore_my_epp_check_id{
	margin-bottom: 0;
}
.store_other_table_box_content_separator{
	width: 100%;
	height: 1px;
	background-color: #E3E4E8;
	display: none;
}
.estore_second_table_separator{
	width: 100%;
	height: 1px;
	background-color: #ECECF0;
	display: none;
}
.estore_2_calculator_heading {
	font-size: 16px;
	color: #333342;
	margin-bottom: 0.5em;
}
.my_endpoint_protector_custom_2 .estore_table_label{
	color: #8891AD;
}
.estore_table_label{
	font-size: 16px;
	font-weight: 400;
	color: #444D67;
}
.my_endpoint_protector_custom_2 .estore_table_label, .my_endpoint_protector_custom_2 .estore_2_container .estore_second_table_half_options_container_row_box_2 .estore_table_label{
	font-weight: 300;
}
.estore_2_container .estore_second_table_half_options_container_row_box_2 .estore_table_label{
	font-size: 16px;
	font-weight: 400;
	padding-right: 1em;
}
.estore_second_table_half_options_container_row_box_1_input{
	margin-bottom: 1em;
}
.estore_second_table_half_options_container_row_box_1_input_2{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.estore_second_table_half_options_container_row_box_1_input_2_box_1{
	display: table-cell;
	width: 15%;
	vertical-align: top;
}
.estore_second_table_half_options_container_row_box_1_input_2_box_2{
	display: table-cell;
	width: 80%;
	padding-right: 2em;
	padding-top: 0.5em;
}
.estore_main_calculator_box_input_2, .estore_main_calculator_box_input_3{
	-webkit-appearance: none;
	width: 20%;
	background-color: #D8D9E1;
	color: #444D67;
	font: inherit;
	font-size: 18px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	line-height: 1.5em;
	font-weight: 400;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-top: 0.1em;
}
.estore_main_calculator_box_input_2::-webkit-input-placeholder{
	color: #AAB0C0;
}
.estore_main_calculator_box_input_2:-moz-placeholder{
	color: #AAB0C0;
	opacity:  1;
}
.estore_main_calculator_box_input_2::-moz-placeholder{
	color: #AAB0C0;
	opacity:  1;
}
.estore_main_calculator_box_input_2:-ms-input-placeholder{
	color: #AAB0C0;
}
.estore_2_second_container_user{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.estore_2_second_container_user_box{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	padding: 2em;
	font-size: 18px;
	color: #444D67;
	text-align: center;
	background-color: #EBECF0;
	cursor: pointer;
}
.estore_2_second_wrapper{
	position: relative;
}
.estore_2_second_wrapper_background{
	position: absolute;
	top: 0;
	left: 0px;
	height: 100%;
	background-color: #EBECF0;
	width: 50%;
	z-index: -1;
}
.estore_2_third_container{
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 500px;
}
.estore_2_third_box{
	text-align: center;
	display: none;
}
.estore_2_third_box_txt{
	font-size: 18px;
	color: #444D67;
	line-height: 1.5em;
	margin-bottom: 2em;
}
.estore_2_third_container .estore_main_calculator_box_input{
	margin-bottom: 2em;
}
.estore_checkbox{
	display: none;
}
.estore_second_table_half_options_container_row_box_1_input input[type="checkbox"] + label .estore_table_label_box, .estore_second_table_half_options_container_row_box_1 input[type="checkbox"] + label .estore_table_label_box{
    display: inline-block;
    vertical-align: top;
    width: 1.5em;
    height: 1.5em;
    background: url(../images/img/site/other_c-uncheck_2.svg) left no-repeat;
	margin-right: 0.8em;
}
.estore_second_table_half_options_container_row_box_1_input input[type="checkbox"] + label .estore_table_label_box{
	/*width: 25.3px;*/
}
.estore_second_table_half_options_container_row_box_1_input input[type="checkbox"]:checked + label .estore_table_label_box, .estore_second_table_half_options_container_row_box_1 input[type="checkbox"]:checked + label .estore_table_label_box{
    background: url(../images/img/site/other_c-checked.svg) left no-repeat;
}
.estore_table_label_txt{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5em;
	display: inline-block;
	width: 70%;
	vertical-align: middle;
	color: #444D67;
}
.estore_2_container .estore_second_table_half_options_container_row{
	padding: 2em;
}
.estore_main_calculator_box_input_3{
	width: 5%;
	min-width: 50px;
	margin-right: 2em;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
}
.basic_1_val, .basic_price{
	font: inherit;
	color: inherit;
}
.estore_second_table_half_options_container_row_box_1_saving{
	font: inherit;
	font-size: 18px;
	font-weight: 300;
	color: inherit;
	display: table-cell;
	width: 50%;
	text-align: left;
}
.epp_basic_custom .estore_second_table_half_options_container_row_box_1_input{
	margin-bottom: 0;
	display: table-cell;
	width: 40%;
}
.epp_basic_custom{
	margin-top: 2em;
}
.el_custom .estore_table_label_txt{
	width: auto;
}
.el_custom .estore_table_label{
	margin-left: 1em;
}
.el_custom .estore_main_calculator_box_input_3{
	margin-right: 0;
}
.el_custom .estore_second_table_half_options_container_row_box_1_input:last-of-type{
	padding-top: 1em;
}
.el_custom  .estore_second_table_half_options_container_row_box_1_input{
	font: inherit;
	color: #8891AD;
	font-weight: 300;
}
.estore_total_value{
	font: inherit;
	color: inherit;
}
.total_more_txt{
	font-size: 12px;
	color: #C9CCD5;
	line-height: 1em;
}
.my_endpoint_protector_custom{
	display: none;
}
.epp_basic_custom .estore_second_table_half_options_container .estore_second_table_half_options_container_row{
	padding-top: 1em;
	padding-bottom: 1em;
}
#basic_1 {
	margin-right: 1em;
}
.epp_basic_custom .estore_main_container_subtitle p{
	margin-bottom: 2em;
}
.epp_basic_custom_2 .estore_second_table_half_options_container_row_box_1 input[type="checkbox"] + label .estore_table_label_box{
	margin-top: -0.2em;
}
.epp_basic_custom_2 .estore_second_table_half_options_container_row_box_1 #basic_1_f + label .estore_table_label_box{
	margin-top:0.3em;
}
.epp_basic_custom  .estore_2_calculator_heading{
	line-height: 1.4em;
}
.el_custom .estore_second_table_half_options_container_row_box_1_input:last-of-type{
	margin-bottom: 0;
}
#comp_txt, #comp_price, #mdm_txt, #mdm_price{
	font: inherit;
	color: inherit;
}
.epp_custom .estore_second_table_half_options_container_row_total_box_1{
	padding-left: 1em;
}
.epp_custom .estore_second_table_half_options_container_row_box_2 .epp_estore_price{
	font: inherit;
	color: inherit;
}
#text_vapp_mdm, #text_happ_mdm, #text_vapp_dc, #text_happ_dc, #text_vapp_cap, #text_happ_cap, #text_vapp_ed, #text_vapp_enf, #text_happ_ed, #text_happ_enf{
	display: none;
	font: inherit;
	color: inherit;
}
.estore_second_table_half_error_box {
	font: inherit;
	color: red;
	margin-top: 1em;
	display: none;
}
#mac_div, #total_div, #win_div, #mdm_div, #win_div2, #mac_div2, #total_div2, #mdm_div2, #vapp_div, #happ_div{
	display: none;
}
.currency{
	font: inherit;
	color: inherit;
}
#vapp_prices, #happ_prices{
	display: inline-block;
	font: inherit;
	color: inherit;
}
.vapp_form, .happ_form{
	display: none;
}
.estore_other_product_main_custom .estore_other_table_row:last-of-type .estore_other_table_box:last-of-type{
	display: none;
}
.estore_main_dark_grey_wrapper{
	width: 100%;
	box-sizing: border-box;
	background-color: #696977;
}
.estore_main_shipping_list_content{
	display: block;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.estore_main_shipping_list_title{
	font-size: 25px;
	color: #FFFFFF;
	margin-bottom: 1em;
	text-align: left;
}
.estore_main_shipping_list_containter_options{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color:#72727A;
	font: inherit;
	font-size: 18px;
	border:1px solid #F1F1F2;
	border-radius: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
	max-width: 511px;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	line-height: 24px;
	background: url('../images/img/site/other_open.svg');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-clip: padding-box;
	background-color: #FFFFFF;
	box-sizing: border-box;
}
.estore_main_shipping_list_containter_options option{
	color:#72727A;
	font-size: 18px;
}
.product_comparison_checked, .product_comparison_not_checked{
	width: 1em;
    height: 1em;
	background: url(../images/img/site/other_dot-blue-40.svg) left no-repeat;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.product_comparison_not_checked{
	background: url(../images/img/site/other_dot-empty.svg) left no-repeat;
}
.product_comparison_page_content table {
  width: 100%;
  border-collapse: collapse;
}
.product_comparison_page_content td{
	width: 25%;
}
.product_comparison_page_content tr:first-of-type th{
	border-top: none;
}
.product_comparison_page_content td, .product_comparison_page_content th {
  text-align: left;
  font-size: 18px;
  border-top: solid 1px #D9D9DD;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-right: 1em;
  vertical-align: middle;
}
.product_comparison_page_content th{
	font-size: 16px;
}
.product_comparison_page_content th:first-child, .product_comparison_page_content td:first-child {
  color: #4D4D5C;
  font-size: 18px;
}
.product_comparison_page_content .product_comparison_prod_icon{
	width: 63px;
	height: 63px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.product_comparison_page_content .product_comparison_prod_title{
	color: #291336;
	font-size: 24px;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.product_comparison_top_wrapper{
	width: 100%;
	box-sizing: border-box;
	background-color: #3D275C;
}
.product_comparison_top_container{
	color: #D5CFEF;
}
.product_comparison_top_title{
	font-size: 35px;

}
.product_comparison_top_text p{
	font-size: 18px;
	margin-top: 1em;
}
.company_custom_spacer{
	width: 100%;
	height: 1px;
	background-color: #B9B9C1;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.company_custom_container .support_box_content_text a{
	font-size: 1em;
	letter-spacing: 0.03em;
}
.about_us_top_wrapper{
	background-color: #3D275C;
}
.about_us_top_top_title{
	color: #D5CFEF;
	font-size: 35px;
	margin-bottom: 0.1em;
  text-align: left;
}
.about_us_top_top_text p{
	color: #D5CFEF;
	font-size: 18px;
}
.about_us_custom_1_container, .about_us_custom_2_container{
	display: table;
	width: 100%;
	box-sizing: border-box;
	table-layout: fixed;
}
.about_us_custom_1_half, .about_us_custom_2_half{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
}
.about_us_custom_1_half:first-of-type, .about_us_custom_2_half:first-of-type{
	padding-right: 2em;
}
.about_us_custom_1_half:last-of-type, .about_us_custom_2_half:last-of-type{
	padding-left: 2em;
}
.about_us_box_title, #about_us_values{
	font-size: 25px;
	color: #291036;
	margin-bottom: 1em;
  text-align: left;
}
.about_us_box_txt p{
	font-size: 15px;
	line-height: 22px;
	color: #291036;
}
.about_us_box_txt p a{
	font: inherit;
	color: #009DC9;
}
.about_us_box_txt p:not(:first-of-type){
	margin-top: 1em;
}
.about_us_box{
	margin-bottom: 4em;
}
.about_us_custom_1_half .about_us_box:last-of-type{
	margin-bottom: 0;
}
.about_us_content_2_wrapper{
	background-color: #F6F6F7;
}
.about_us_custom_2_container .about_us_box_title{
	font-size: 20px;
	color: #000000;
	margin-bottom: 0.2em;
}
.about_us_box_logos_container_row{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.about_us_box_logos_container_item{
	display: table-cell;
	width: 33%;
}
.about_us_box_logos_container_item img{
	width: 200px;
	height: 200px;
}
.about_us_custom_1_half:last-of-type .about_us_box:first-of-type{
	margin-bottom: 0;
}
.management_team_top_wrapper{
	background-color: #1FC2DE;
}
.management_team_top_title{
	color: #D5CFEF;
	font-size: 35px;
	margin-bottom: 0.5em;
  text-align: left;
}
.management_team_top_text p{
	color: #D5CFEF;
	font-size: 18px;
}
.management_team_custom_1_box{
	display: table;
	width: 100%;
	margin-bottom: 4em;
}
.management_team_custom_1_box:last-of-type{
	margin-bottom: 0;
}
.management_team_custom_1_box_img{
	display: table-cell;
	width: 25%;
	vertical-align: top;
}
.management_team_custom_1_box_txt{
	display: table-cell;
	width: 75%;
	vertical-align: top;
}
.management_team_custom_1_box_img img{
	width: 200px;
	height: auto;
}
.management_team_custom_1_box_txt_title{
	font-size: 22px;
	color: #291036;
	margin-bottom: 0.5em;
  text-align: left;
}
.management_team_custom_1_box_txt_txt{
	font-size: 15px;
	line-height: 22px;
	color: #333342;
}
.milestones_top_wrapper{
	background-color: #1FC2DE;
}
.resources_top_wrapper{
	background-color: #3D275C;
}
.milestones_top_title{
	color: #D5CFEF;
	font-size: 35px;
	margin-bottom: 0.1em;
	text-align: left;
}
.milestones_top_text p{
	color: #D5CFEF;
	font-size: 18px;
	line-height: 25px;
}
.milestone_row{
	display: table;
	width: 100%;
	position: relative;
}
.milestone_month{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	border-top: 1px solid #F5F5F7;
	font-size: 25px;
	color: #808080;
}
.milestone_separator{
	display: table-cell;
	width: 5%;
	vertical-align: top;
	position: relative;
	background-image: url(../images/img/site/other_dot-blue-milestones.svg);
	background-repeat: no-repeat;
	background-size: 1em 1em;
	background-position: 51.2% center;
}
.milestone_txt{
	display: table-cell;
	width: 55%;
	vertical-align: middle;
	border-top: 1px solid #F5F5F7;
	font-size: 15px;
	color: #808080;
	padding-top: 10px;
	padding-bottom: 10px;
}
.milestone_txt a{
	font: inherit;
	color: #1FC2DE;
}
.milestone_img{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	border-top: 1px solid #F5F5F7;
	text-align: center;
}
.milestone_img img{
	width: initial;
	height: auto;
}
.milestone_separator_content{
	width: 1px;
	background-color: #1FC2DE;
	position: absolute;
	top: 0;
	height: 100%;
	left: 50%;
	right: 50%;
}
.milestone_year_row{
	font-size: 35px;
	color: #1FC2DE;
	display: table-cell;
	width: 20%;
	vertical-align: middle;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
}
.milestone_year_txt{
	display: table-cell;
	width: 55%;
	vertical-align: top;
	position: relative;
}
.milestone_year_img{
	display: table-cell;
	width: 20%;
	vertical-align: top;
}
.milestones_year_separator{
	position: absolute;
	width: 100vw;
	top: 0;
	height: 1px;
	background-color: #D0D0D8;
	right: 0;
	overflow-x: hidden;
	line-height: 1px;
}
.milestones_year_separator_2{
	position: absolute;
	width: 100vw;
	top: 0;
	height: 1px;
	background-color: #D0D0D8;
	left: 0;
	overflow-x: hidden;
	line-height: 1px;
}
.milestones_content, .release_history_content{
	overflow: hidden;
}
.milestone_txt .milestone_month{
	display: none;
}
.milestone_year_txt .milestone_year_row{
	display: none;
}
.milestones_year_division:first-of-type .milestones_year_separator:first-of-type, .milestones_year_division:first-of-type .milestones_year_separator_2:first-of-type{
	display: none;
}
.milestones_year_division:first-of-type .milestone_row:nth-child(2) .milestone_separator_content{
	height: 50%;
	bottom: 0;
	top: auto;
}
.breadcrumb_background{
	background-color: #333342;
}
.breadcrumb_container{
	width: 100%;
	text-align: left;
	color: #A5A5AA;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 0.4em;
	padding-top: 0.4em;
	display: none;
}
.breadcrumb_container a{
	font: inherit;
	color: inherit;
}
.breadcrumb_container a:hover, .product_name_desktop.breadcrumb_container li a:hover{
	font: inherit;
	color: #dadada;
}
.breadcrumb_separator{
	font: inherit;
	color: inherit;
	display: inline-block;
	padding-left: 0.4em;
	padding-right: 0.2em;
}
.breadcrumb_separator:last-of-type{
	display: none;
}
.breadcrumb_container ol{
	list-style-type: none;
}
.breadcrumb_container ol li{
	display: inline-block;
}
.product_name_desktop.breadcrumb_container li {
	margin: 0;
	color: #A5A5AA;
}
.product_name_desktop.breadcrumb_container li:hover {
	color: #A5A5AA;
}
.product_name_desktop.breadcrumb_container li a {
    margin: 0;
}
.product_name_desktop.breadcrumb_container li span, .product_name_desktop.breadcrumb_container .breadcrumb_separator {
    font-size: 13px;
}
.product_epp_buttons_button_text_wrapper_demo_version_custom{
	text-align: center;
}
.solution_page_top_wrapper_background{
	background-color: #DC931E;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	position: relative;
	display: table-cell;
	width: 50%;
	vertical-align: middle;
	background-color: transparent;
}
.solution_page_top_wrapper_container .solution_page_top_textbox_content{
	width: 100%;
}
.solution_page_top_wrapper_illustration{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.solution_page_top_wrapper_illustration object, .solution_page_top_wrapper_illustration svg{
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.solution_page_top_wrapper_container{
	display: table;
	width: 100%;
}
.solution_page_top_wrapper_container .product_epp_buttons_button_demo{
	background-color: #19252F;
}
.solution_page_top_wrapper_container .solution_page_top_textbox_heading{
	color: #19252F;
	font-size: 50px;
	margin-bottom: 0.3em;
	line-height: 1.1em;
	font-weight: 600;
  text-align: left;
}
.solution_page_top_wrapper_container .solution_page_top_textbox_text p{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 1.3em;
}
.products_box_content{
	padding-top: 3em;
	padding-bottom: 2em;
	display: table;
	width: 100%;
}
.products_box_content_column{
	display: table-cell;
	width: 33.33%;
}
.products_box_content_column{
	padding-left: 1em;
	padding-right: 1em;
}
.products_box_content_column:first-of-type{
	padding-left: 0;
}
.products_box_content_column:last-of-type{
	padding-right: 0;
}
.carry_variants_custom_container{
	display: table;
	width: 100%;
}
.carry_versions_custom_container_half{
	display: table-cell;
	width: 50%;
}
.carry_versions_custom_container_half:first-of-type{
	padding-right: 2em;
}
.carry_versions_custom_container_half:last-of-type{
	padding-left: 2em;
}
.carry_versions_custom_container_half_title{
	font-size: 35px;
	color: #291336;
	margin-bottom: 0.5em;
  text-align: left;
}
.carry_versions_custom_container_half_text{
	font-size: 18px;
	color: #291336;
	line-height: 25px;
}
.carry_versions_custom_container_half_text p{
	font: inherit;
	color: inherit;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.carry_versions_custom_container_half_text_title{
	font-size: 18px;
	color: #49176D;
	font-weight: 400;
	margin-top: 3em;
	padding-bottom: 1em;
	border-bottom-color: #49176D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.carry_versions_custom .appliance_key_heading{
	margin-top: 2em;
}
.carry_versions_custom_container_half_text_list{
	padding-left: 1em;
	color: #291336;
	font-size: 18px;
}
.carry_versions_custom_container_half_text_list ul{
	font: inherit;
	color: inherit;
}
.carry_versions_custom_container_half_text_link{
	font: inherit;
	color: inherit;
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.carry_versions_custom_container_half_text .product_epp_buttons_button_buy,.carry_versions_custom_container_half_text .product_epp_buttons_button_buy_become_part{
	margin-left: 0;
}
.solution_by_industry_main_row_1_wrapper{
	margin-bottom: 2em;
}
.solution_page_top_wrapper_container .product_epp_buttons_button_demo a{
	font-weight: 400;
}
.products_box_content_comparison_line{
	position: relative;
	display: block;
	background-color: #6B6B7A;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}
.products_box_content_comparison_line_bg{
	position: absolute;
	top: 0;
	background-color: #6B6B7A;
	height: 100%;
	width: 500vw;
	z-index: -1;
	left: -200%;
}
.products_box_content_comparison_line h2{
	margin-top: 0;
	margin-bottom: 0;
}
.product_comparison_menu_text{
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	vertical-align: middle;
}
.products_box_content_comparison_line_button{
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 3px;
	border-style: none;
	font: inherit;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;
	vertical-align: middle;
	margin-left: 1em;
	letter-spacing: 0.04em;

}
.products_box_content_comparison_line_button .product_epp_buttons_button_link{
	color: #6B6B7A;
}
.products_box_content_comparison_line_button .product_epp_buttons_button_link:hover{
	color: #009DC9;
}
.news_content_container_box_title{
	display: block;
	width: 100%;
	font-size: 20px;
	color: #009DC9;
	margin-bottom: 0.5em;
}
.news_content_container_box_info{
	display: table;
	width: 100%;
}
.news_content_container_box_media, .news_content_container_box_date, .news_content_container_box_lang{
	display: inline-block;
	font-size: 15px;
	color: #8C8C99;
}
.news_content_container_box_desc{
	font-size: 15px;
	color: #291336;
	margin-top: 0.5em;
}
.news_content_container_box_desc p{
	font: inherit;
	color: inherit;
}
.news_content_container_box_link{
	font-size: 15px;
	color: #009DC9;
	line-height: 1.2em;
	margin-top: 0.5em;
}
.news_content_container_box_link a{
	font: inherit;
	color: inherit;
	text-decoration: underline;
}
.news_content_container_box_link  a .news_content_container_box_link_type{
	font: inherit;
	color: inherit;
	text-transform: uppercase;
}
.news_content_container{
	display: table;
	width: 100%;
}
.news_content_container_half_1, .news_content_container_half_2{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 2em;
}
.news_content_container_half_1{
	padding-left: 0;
	padding-right: 2em;
}
.news_content_container_box{
	margin-bottom: 3em;
	display: block;
	width: 100%;
}
.news_content_container_box_title a{
	font: inherit;
	color: inherit;
}
.press_single_container {
	font-size: 16px;
	color: #291336;
}
.press_single_container p{
	margin-bottom: 1em;
}
.press_single_page .news_content_container_box_info{
	display: block;
	width: 100%;
}
.press_single_page .news_content_container_box_info .news_content_container_box_date, .press_single_page .news_content_container_box_info .news_content_container_box_lang{
	display: inline-block;
	width: auto;
	color: #D5CFEF;
}
.press_single_page .news_content_container_box_info .news_content_container_box_lang{
	margin-left: 0.5em;
}
.press_single_page .news_content_container_box_info .news_content_container_box_lang:before{
	content: "•";
	margin-right: 0.5em;
}
.press_room_page .press_room_section_header{
	width: 100%;
	display: table-header-group;
}
.press_room_page .press_room_page_separator{
	display: block;
	width: 200%;
	height: 1px;
	background-color: #291336;
	margin-bottom: 2em;
}
.press_room_page .press_room_section_title{
	font-size: 30px;
	color: #291336;
	margin-bottom: 0.5em;
  text-align: left;
}
.press_room_page .press_room_section_title a{
	color: inherit;
	font: inherit;
}
.press_room_kit_wrapper{
	display: block;
	width: 100%;
	background-color: #333342;
}
.press_room_kit_wrapper_container{
	text-align: center;
	color: #FFFFFF;
}
.press_room_kit_wrapper_container_title{
	font-size: 35px;
	margin-bottom: 0.5em;
  color: #FFFFFF;
  text-align: center;
}
.press_room_kit_wrapper_container_description{
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 2em;
}
.contact_us_page .milestones_top_wrapper{
	background-color: #636375;
}
.contact_page_info_table{
	display: block;
	width: 100%;
}
.contact_page_info_table_row{
	display: table;
	width: 100%;
	margin-bottom: 2em;
}
.contact_page_info_table_box{
	display: table-cell;
	width: 50%;
	padding-left: 2em;
	color: #333342;
	position: relative;
}
.contact_page_info_table_row .contact_page_info_table_box:first-of-type{
	padding-left: 0;
	padding-right: 2em;
}
.contact_page_info_table_box_country{
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #BDBDC5;
	padding-top: 1em;
	margin-bottom: 1em;
	color: #333342;
	font-size: 20px;
  text-align: left;
}
.contact_page_info_table_box_title{
	color: #333342;
	font-size: 16px;
	margin-bottom: 1em;
}
.contact_page_info_table_box_vat {
	color: #333342;
	font-size: 16px;
	margin-bottom: 1em;
}
.contact_page_info_table_box_adress, .contact_page_info_table_box_phone, .contact_page_info_table_box_phone_custom, .contact_page_info_table_box_fax{
	color: #333342;
	font-size: 16px;
}
.contact_page_info_table_box_phone_custom{
	font-size: 15px;
}
.contact_page_info_table_box_phone a, .contact_page_info_table_box_fax a, .fax_number{
	font: inherit;
	color: #009DC9;
}
.contact_page_info_table_box_support{
	background-color: #BEBECC;
	display: block;
	position: absolute;
	min-height: 100%;
	top: 0;
	padding: 5%;
}
.contact_page_info_table_box_support_image{
	display: table-cell;
	width: 30%;
	padding-right: 1em;
	vertical-align: top;
}
.contact_page_info_table_box_support_image object{
	width: 90px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.contact_page_info_table_box_support_content{
	display: table-cell;
	width: 70%;
}
.contact_page_info_table_box_support_content_title{
	color: #333342;
	font-size: 20px;
	margin-bottom: 1em;
  text-align: left;
}
.contact_page_info_table_box_support_content_text{
	color: #333342;
	font-size: 16px;
	margin-bottom: 1em;
}
.contact_page_info_table_box_support_button{
	background-color: #333342;
}
.careers_content_container_box{
	margin-bottom: 1em;
}
.careers_content_container_box_job_details_content_block_text ul{
	padding-left: 1em;
}
.careers_content_container_box_job_details_content_block_text ul li{
	font-size: 18px;
}
.careers_content_container_box_title_line{
	display: table;
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #BDBDC5;
}
.careers_content_container_box_title{
	display: table-cell;
	width: 70%;
	color: #333342;
	font-size: 25px;
	padding-top: 0.5em;
	cursor: pointer;
}
.careers_content_container_box_job_details{
	margin-top: 4em;
	color: #333342;
	font-size: 15px;

	margin-bottom: 4em;
}
.careers_content_container_box_job_details_description{
	margin-bottom: 2em;
}
.careers_content_container_box_job_details_content_block{
	margin-bottom: 2em;
}
.careers_content_container_box_job_details_content_block_title{
	margin-bottom: 1em;
	font-weight: 400;
	font-size: 20px;
}
.careers_content_container_box_job_details_content_block_text p{
	font-size: 18px
}
.careers_content_container_box_job_details_end a{
	color: #009DC9;
}
.careers_content_container_introduction{
	margin-bottom: 2em;
	color: #333342;
	font-size: 15px;
}
.careers_content_container_box_title_icon{
	display: table-cell;
	text-align: right;
	font-size: 30px;
	color: #BDBDC5;
	padding-top: 0.5em;
	line-height: 1em;
	cursor: pointer;
}
.awards_page .milestones_top_wrapper{
	background-color: #636375;
}
.awards_box_line{
	display: table;
	width: 100%;
	margin-bottom: 4em;
}
.award_box{
	display: table-cell;
	width: 33.33%;
	padding-left: 2em;
	padding-right: 2em;
}
.award_box_image img{
	width: initial;
	height: auto;
}
#awards_box_hidden, #certifications_box_hidden{
	display: none;
}
.awards_section_title{
	font-size: 25px;
	color: #009DC9;
	margin-bottom: 0.5em;
  text-align: left;
}
.awards_page_separator{
	width: 100%;
	height: 1px;
	background-color: #009DC9;
	margin-bottom: 4em;
}
.award_box_separator{
	width: 100%;
	height: 1px;
	background-color: #D3D3D8;
	margin-top: 1em;
	margin-bottom: 1em;
}
.awards_box_line .award_box:first-of-type{
	padding-left: 0;
	padding-right: 4em;
}
.awards_box_line .award_box:last-of-type{
	padding-right: 0;
	padding-left: 4em;
}
.award_box_image{
	text-align: center;
}
.award_box_title{
	font-size: 20px;
	color: #333342;
	margin-bottom: 1em;
}
.award_box_text p{
	font-size: 16px;
	color: #333342;
}
.certifications_container_table, .awards_container_table{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.customer_box{
	display: table-cell;
	width: 25%;
	padding-left: 2em;
	padding-right: 2em;
}
#customer_box_hidden{
	display: none;
}
.customer_box_line .customer_box:first-of-type{
	padding-left: 0;
	padding-right: 4em;
}
.customer_box_line .customer_box:last-of-type{
	padding-right: 0;
	padding-left: 4em;
}
.customer_box_line{
	display: table;
	width: 100%;
	margin-bottom: 2em;
}
.customer_box_separator{
	width: 100%;
	height: 1px;
	background-color: #DEDEE2;
	margin-bottom: 1em;
	margin-top: 1em;
}
.customer_box_image img{
	width: auto;
	height: auto;
	max-width: 250px;
	max-height: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.customer_box_title{
	font-size: 18px;
	color: #666671;
	text-align: center;
}
.customer_testimonial_wrapper{
	width: 100%;
	background-color: #EBEBEF;
}
.customer_testimonial_container .testimonial_text{
	font-size: 18px;
	color: #333342;
	line-height: 1.5em;
  text-align: center;
}
.customer_testimonial_container .res-quote, .customer_testimonial_container .res-quote i{
	text-align: left;
	color: #333342;
	margin-top: 2em;
}
.customer_testimonial_container .flex-control-paging li a{
	width: 1.3em;
}
.customer_page .milestones_top_wrapper{
	background-color: #636375;
}
.solution_by_industry_cs_1_content_right_img{
	display: block;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
}
.solution_by_industry_cs_1_content_right_img img{
	width: auto;
	height: auto;
	vertical-align: bottom;
}
.customer_page .solution_by_industry_cs_1_content_right_img{
	display: block;
	max-width: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: center;
  padding-top: 7%;
  min-height: 115px;
}
.customer_page .solution_by_industry_cs_1_content_right_img img{
	width: auto;
	height: auto;
	vertical-align: middle;
  max-width: 115px;
}
.customer_page .solution_by_industry_cs_1_content_right{
	padding-top: 1.5em;
}
.solution_by_industry_cs_1_content_left_buttons{
	display: block;
	width: 100%;
	margin-top: 2em;
	text-align: center;
}
.solution_by_industry_cs_1_content_left_buttons_all_case_studies .product_epp_buttons_button_link{
	color: #FFFFFF;
	font-weight: 400;
}
.solution_by_industry_cs_1_content_left_buttons_case_study .product_epp_buttons_button_link{
 color: #291336;
 font-weight: 400;
}
.solution_by_industry_cs_1_content_left_buttons_case_study, .solution_by_industry_cs_1_content_left_buttons_all_case_studies, .press_kit_second_content_half_logo_box_full{
	display: inline-block;
	background-color: #49176D;
	border-radius: 3px;
	border-style: none;
	font: inherit;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;
	vertical-align: middle;
	letter-spacing: 0.04em;
}
.solution_by_industry_cs_1_content_left_buttons_all_case_studies{
	display: inline-block;
	margin-left: 3em;
  border-style: solid;
  border-width: 1px;
  border-color: #FFFFFF;
  background-color: transparent;
}
.customer_page .solution_by_industry_cs_1_content_left_buttons_case_study {
  background-color: #FFFFFF;
}
.press_kit_page .milestones_top_wrapper{
	background-color: #636375;
}
.press_kit_first_wrapper{
	width: 100%;
	display: block;
	background-color: #bfbfc4;
}
.press_kit_first_content_1{
	display: table;
	width: 100%;
}
.press_kit_first_content_1_left{
	display: table-cell;
	width: 66.6666%;
	vertical-align: middle;
	padding-right: 2em;
}
.press_kit_first_content_1_right{
	display: table-cell;
	width: 33.3333%;
	vertical-align: middle;
}
.press_kit_first_content_1_right object{
	width: 100%;
}
.press_kit_first_content_1_block_title{
	font-size: 25px;
	color: #291036;
	margin-bottom: 0.5em;
  text-align: left;
}
.press_kit_first_content_1_block_text{
	font-size: 18px;
	color: #291036;
	line-height: 25px;
}
.press_kit_first_content_1_block{
	margin-bottom: 2em;
}
.press_kit_second_content_1{
	display: table;
	width: 100%;
  table-layout: fixed;
}
.press_kit_second_content_half{
	display: table-cell;
	width: 50%;
  vertical-align: top;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type{
  width: 33.3333%;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:last-of-type{
  width: 66.6666%;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type .press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box{
  width: 100%;
  display: block;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type .press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:first-of-type{
  padding-right: 0;
  margin-bottom: 4em;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:last-of-type .press_kit_second_content_half_logo_box_container:last-of-type, .press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type .press_kit_second_content_half_logo_box_container:last-of-type{
  margin-bottom: 0;
}
.press_kit_second_wrapper{
  background-color: #F8F8FA;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type .press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:last-of-type{
  padding-left: 0;
}
.press_kit_second_content_1 .press_kit_second_content_half .management_team_custom_1_box_img img{
	width: 150px;
	height: auto;
}
.press_kit_second_content_half_title{
	font-size: 25px;
	color: #1FC2DE;
  text-align: left;
}
.press_kit_second_content_half_separator{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #57D1E6;
	margin-top: 1em;
	margin-bottom: 4em;
}
.press_kit_second_content_half:first-of-type{
	padding-right: 2em;
}
.press_kit_second_content_half:last-of-type{
	padding-left: 2em;
}
.press_kit_second_content_half_logo_box_container{
	display: table;
	width: 100%;
	margin-bottom: 4em;
}
.press_kit_second_content_half_logo_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:first-of-type{
	padding-right: 2em;
}
.press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:last-of-type{
	padding-left: 2em;
}
.press_kit_second_content_half_logo_box_separator{
	width: 100%;
	height: 1px;
	background-color: #D0D0D8;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.press_kit_second_content_half_logo_box_img object{
	height: 45px;
	width: auto;
}
.press_kit_second_content_half_logo_box_img{
	min-height: 44px;
}
.press_kit_second_content_half_logo_box_text{
	font-size: 14px;
	color: #8A8A98;
}
.press_kit_second_content_half_logo_box_text a{
	font: inherit;
	color: inherit;
}
.press_kit_second_content_half_logo_box_full{
	background-color: #1FC2DE;
}
.press_kit_second_wrapper .press_kit_second_content .press_kit_second_content_1:last-of-type .press_kit_second_content_1_title_box{
  display: table-row;
  width: 100%;
}
.press_kit_third_wrapper{
	width: 100;
	display: block;
	background-color: #333342;
}
.press_kit_third_content_half_container{
	display: table;
	width: 100%;
}
.press_kit_third_content_half{
	display: table-cell;
	width: 50%;
	color: #FFFFFF;
	vertical-align: top;
}
.press_kit_third_content_half:first-of-type{
	padding-right: 2em;
}
.press_kit_third_content_half:last-of-type{
	padding-left: 2em;
}
.press_kit_third_content_1_title{
	font-size: 35px;
	color: #1FC2DE;
  text-align: left;
}
.press_kit_third_content_1_separator{
	width: 100%;
	height: 1px;
	background-color: #1FC2DE;
	margin-top: 1em;
	margin-bottom: 2em;
}
.press_kit_third_content_half_big_title{
	font-size: 70px;
	margin-bottom: 0.1em;
}
.press_kit_third_content_half_box_line{
	display: table;
	width: 100%;
	margin-bottom: 2em;
}
.press_kit_third_content_half_box{
	display: table-cell;
	width: 50%;
}
.press_kit_third_content_half_small_title{
	font-size: 35px;
	margin-bottom: 0.1em;
}
.press_kit_fourth_content_1_title{
	font-size: 35px;
	color: #291036;
	text-align: center;
	margin-bottom: 2em;
}
.press_kit_fourth_content_1_text{
	font-size: 18px;
	color: #333342;
	margin-bottom: 2em;
}
.press_kit_fourth_content_1_animation{
	font-size: 70px;
	color: #1FC2DE;
	display: block;
	vertical-align: top;
}
.press_kit_fourth_content_1_animation p{
  font: inherit;
  color: inherit;
}
.press_kit_fourth_content_1_animation_container{
	font-size: 70px;
	color: #1FC2DE;
	margin-left: auto;
	margin-right: auto;
  display: inline-block;
}
.press_kit_fourth_content_1_animation{
  display: none;
}
.press_kit_fourth_content_1_animation_container_wrapper{
  text-align: center;
}
.typed-cursor{
	opacity: 1;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
  color: #1FC2DE;
  font-size: 70px;
}
@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.press_kit_fifth_wrapper{
	display: block;
	width: 100%;
	background-color: #1FC2DE;
}
.press_kit_fifth_content_1{
	display: table;
	width: 100%;
}
.press_kit_fifth_content_1_half{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	color: #FFFFFF;
}
.press_kit_fifth_content_1_half object{
	width: 100%;
}
.press_kit_fifth_content_1_half_title{
	font-size: 35px;
	margin-bottom: 2em;
  color: #FFFFFF;
  text-align: left;
}
.press_kit_fifth_content_1_half_list_title{
	font-size: 18px;
	color: #291036;
	margin-bottom: 0.5em;
}
.press_kit_fifth_content_1_half_list ul{
	list-style: none;
	color: #291036;
}
.press_kit_fifth_content_1_half_list ul li{
	font-weight: 400;
}
.press_kit_fifth_content_1_half_list ul li:before{
	content: '•';
	color: #FFFFFF;
	font-size: 30px;
	vertical-align: middle;
	margin-right: 0.2em;
}
.press_kit_fifth_content_1_half_ending_text{
	font-size: 16px;
	color: #291036;
	margin-top: 5em;
}
.press_kit_fifth_content_1_half_ending_text a{
	font: inherit;
	color: #FFFFFF;
	text-decoration: underline;
}
.press_kit_sixth_wrapper{
  display: block;
  width: 100%;
  background-color: #3D275C;
}
.press_kit_sixth_content_1_title{
font-size: 35px;
color: #FFFFFF;
text-align: left;
margin-bottom: 2em;
}
.press_kit_sixth_content_1_container{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.press_kit_sixth_content_1_container_box{
  display: table-cell;
  width: 33.3333%;
  vertical-align: top;
  padding-left: 2em;
  padding-right: 2em;
}
.press_kit_sixth_content_1_container_box:first-of-type{
  padding-left: 0;
}
.press_kit_sixth_content_1_container_box:last-of-type{
  padding-right: 0;
}
.press_kit_sixth_content_1_container_box_title{
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 0.5em;
}
.press_kit_sixth_content_1_container_box_text{
  font-size: 16px;
  line-height: 1.2em;
  color: #FFFFFF;
}
.press_kit_sixth_content_1_container_box_text a{
  font: inherit;
  color: inherit;
}
.press_kit_sixth_content_1_container_box_text a:hover{
  color: #009DC9;
}
.estore_main_calculator_box_row_error{
	display: none;
	box-sizing: border-box;
	width: 100%;
	margin-top: 1.8em;
}
.estore_main_calculator_box_row_error_box{
	display: block;
	width: 100%;
}
.estore_error_message_blob{
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #CF5959;
	background-color: #CF5959;
	border-radius: 3px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	position: relative;
}
.estore_error_message_arrow{
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CF5959;
	position: absolute;
	top: -7px;
	left: 5%;
}
.estore_error_message_text{
	font-size: 16px;
	color: #F3DEDD;
}
.estore_error_message_error_container, .estore_error_message_error_container_3, .estore_error_message_error_container_4{
	display: none;
	margin-bottom: 1em;
}
.estore_error_message_error_container_2{
	display: none;
	margin-top: 1em;
}
.estore_error_message_table{
	display: table;
	width: 100%;
}
.estore_error_message_table_img{
	display: table-cell;
	width: 5%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	background-color: #CF5959;
  background-image: url(../images/img/site/other_exclamation_mark.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80%;
  height: 57px;
}
.estore_error_message_table_img object{
	width: 100%;
}
.estore_error_message_table_separator{
	display: table-cell;
	width: 0.2%;
}
.estore_error_message_table_content{
	display: table-cell;
	width: 94.8%;
	color: #FFFFFF;
	vertical-align: middle;
	background-color: #CF5959;
	padding-left: 1em;
  padding-right: 1em;
}
.epp_basic_custom_2 .estore_error_message_arrow{
	left: 20%;
}
.estore_2_third_wrapper .estore_error_message_arrow{
	left: 50%;
}
.epp_basic_custom_2 .estore_error_message_error_container, .my_endpoint_protector_custom_2  .estore_error_message_error_container, .my_endpoint_protector_custom_2 .estore_error_message_error_container_3{
	margin-top: 1em;
	margin-bottom: 0;
}
.estore_2_third_wrapper .estore_error_message_error_container_4{
	margin-bottom: 2em;
}
.my_endpoint_protector_custom_2 .estore_error_message_arrow{
	right: 5%;
	left: auto;
}
.estore_main_calculator_container .estore_main_calculator_box_content .estore_error_message_arrow{
	left: 50%;
}
.estore_main_calculator_container .estore_main_calculator_box_content .estore_error_message_error_container{
	margin-top: 1em;
}
.partner_box_large_map_clickable_link{
	position: absolute;
	top: 30%;
	left: 28%;
	border-radius: 3px;
	background-color: #FFFFFF;
	z-index: 10;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	color: #6B6B7A;
	font-weight: 300;
	line-height: 1.5em;
}
.partner_box_large_map_clickable_link_a:hover .partner_box_large_map_clickable_link{
	color: #009DC9;
}
.partner_box_large_map_clickable_link_a{
	color: #FFFFFF;
	font: inherit;
	text-align: center;
}
.country_select_wrapper{
	background-color: #7A7A89;
}
.country_select_container{
	padding-top: 2em;
	padding-bottom: 2em;
}
.map_wrapper {
	display: flex;
	width: 100%;
}
.map_container{
  width: 50%;
  height: 692px;
}
.partner_form_container {
	width: 50%;
	min-height: 692px;
	background-color: #291036;
}
.partner-form {
	max-width: 570px;
	padding-left: 70px;
	vertical-align: top;
}
.partners_locate_page .partner_section_top_wrapper .milestones_top_container {
	padding-top: 40px !important;
	padding-bottom: 50px !important;
}
#partner_country {
	width: 100%;
	font-size: 18px;
}
.gdpr_notice {
	padding-top: 40px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 300;
	color: #f2f0f2;
}
.gdpr_notice .privacy_highlight {
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	margin-bottom: 10px;
}
.gdpr_notice a {
	font-size: 12px;
	line-height: 15px;
}
.map_info_container_box_title{
	width: 100%;
	background-color: #291336;
	color: #FFFFFF;
	font-size: 15px;
	padding-left: 1.8em;
	padding-right: 1.8em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.map_info_container_box_title_no{
	font: inherit;
	color: inherit;
}
.map_info_container_box_partner_name{
	font-size: 25px;
	font-weight: 400;
	color: #291336;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 0.3em;
	line-height: 1.1em;
}
.map_info_container_box_partner{
	font-size: 15px;
	color: #291336;
}
.map_info_container_box_partner_separator{
	width: 200vw;
	height: 1px;
	background-color: #291336;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	margin-left: -100vw;
}
.map_info_container_box_legend_wrapper{
	background-color: #F8F8F8;
	padding: 1.8em;
	font-size: 15px;
}
.map_info_container{
	background-color: #FFFFFF;
	max-width: 450px;
}
.map_info_container_box_legend_box_icon{
	width: 40px;
	height: 40px;
	display: table-cell;
	padding-right: 0.5em;
	vertical-align: bottom;
}
.map_info_container_box_legend_box_icon object{
	vertical-align: bottom;
}
.map_info_container_box_legend_box_text{
	display: table-cell;
	vertical-align: bottom;
	font: inherit;
	font-size: 11px;
	color: #747484;
	line-height: 1.3em;
}
.map_info_container_box_legend{
	font-size: 15px;
	color: #291336;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.map_info_container_box_legend_box{
	margin-bottom: 1em;
	display: table-cell;
	width: 40%;
}
.map_info_container_box_legend_box:last-of-type{
	padding-left: 1em;
	width: 30%;
}
.map_info_container_box_legend_box:first-of-type{
	width: 30%;
}
.map_info_container_box_partner_icon{
	width: 56px;
	height: 56px;
	display: table-cell;
	vertical-align: middle;
	padding-right: 1em;
}
.map_info_container_box_partner_address, .map_info_container_box_partner_level, .map_info_container_box_partner_hidden_information_contact{
	margin-bottom: 1em;
}
.map_info_container_box_partner_container .map_info_container_box_partner_separator:last-of-type{
	display: none;
}
.map_info_container_box_partner_level{
	display: table;
	width: 100%;
}
.map_info_container_box_partner_level_txt, .map_info_container_box_partner_level_icons{
	display: table-cell;
	vertical-align: middle;
}
.map_info_container_box_partner_level_icons{
	text-align: right;
	padding-left: 0.5em;
}
.map_info_container_box_partner_level_icons .map_info_container_box_legend_box_icon{
	vertical-align: middle;
	display: inline-block;
	padding-right: 0;
	width: 35px;
	height: 35px;
}
.map_info_container_box_partner_level_icons .map_info_container_box_legend_box_icon object{
	display: inline-block;
	width: 35px;
	height: 35px;
	padding-left: 0.5em;
}
.map_info_container_box_partner_hidden_information_country{
	margin-top: 1em;
	color: #291336;
	font-size: 16px;
	text-align: left;
	cursor: pointer;
	text-decoration: underline;
}
.map_info_content{
	position: absolute;
	top: 500px;
	right: 5%;
	display: none;
}
.map_info_container_box_partner_container{
	overflow-y: scroll;
	padding: 1.8em;
	overflow-x: hidden;
}
.map_info_container_box_partner_hidden_information a{
	color: #009DC9;
}
.map_info_container_box_partner_title_separator{
	display: block;
	width: 100%;
	height: 1px;
	margin-bottom: 1em;
	background-color: #1FC2DE;
}
.request_call_form{
	text-align:center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.partner_box_large_map object{
	width: 100%;
	height: auto;
}
.partners_locate_page .milestones_top_wrapper{
	background-color: #636375;
}
.resources_page_documentation_content_table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.resources_page_documentation_content_table_half{
	display: table-cell;
	width: 50%;
}
.resources_page_documentation_content_table_half:first-of-type{
	padding-right: 4em;
}
.resources_page_documentation_content_table_half:last-of-type{
	padding-left: 4em;
}
.resources_page_documentation_box_title{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 1.2em;
}
.resources_page_documentation_box_title_img{
	display: table-cell;
	width: 20%;
	padding-right: 0.5em;
	vertical-align: middle;
	height: 45px;
	width: 45px;
}
.resources_page_documentation_box_title_text{
	display: table-cell;
	padding-left: 0.5em;
	vertical-align: middle;
	font-size: 22px;
	color: #291036;
	font-weight: 400;
}
.resources_page_documentation_content_title{
	color: #291036;
	font-size: 30px;
	margin-bottom: 2em;
  text-align: left;
}
.resources_page_documentation_box_description{
	font-size: 16px;
	color: #4D4D5C;
	margin-bottom: 1em;
}
.resources_page_documentation_box_documents_row{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-style: solid;
	border-bottom-color: #DDDDE0;
	border-bottom-width: 1px;
	display: table;
	width: 100%;
}
.resources_page_documentation_box_documents_row_link{
	font-size: 18px;
	color: #009DC9;
	display: table-cell;
}
.resources_page_documentation_box_documents_row_link a{
	font: inherit;
	color: inherit;
}
.resources_page_documentation_box_documents_row_icon{
	display: table-cell;
	width: 20px;
	height: 20px;
	vertical-align: top;
	margin-left: 0.5em;
}
.resources_page_documentation_box_documents_row_icon a{
	display: inline-block;
	background-image: url('../images/img/site/resources_download-outline-blue-2.svg');
	background-position: center left;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}
.resources_page_documentation_box_documents_row_icon a object{
	vertical-align: bottom;
}
.resources_page_documentation_box{
	margin-bottom: 2em;
}
.resources_page_data_sheets_wrapper{
	background-color: #7F84BC;
}
.resources_page_data_sheets_content{
	width: 100%;
	display: table;
	table-layout: fixed;
}
.resources_page_data_sheets_column_title, .resources_page_data_sheets_column{
	display: table-cell;
	width: 33.33%;
	vertical-align: top;
}
.resources_page_data_sheets_column_title{
	padding-right: 4em;
}
.resources_page_data_sheets_column{
	padding-left: 2em;
	padding-right: 2em;
}
.resources_page_data_sheets_column:last-of-type{
	padding-right: 0;
	padding-left: 4em;
}
.resources_page_data_sheets_box_row_item{
	display: inline-block;
	margin-right: 0.5em;
	padding-left: 0.3em;
	padding-right: 0.3em;
	background-color: #FFFFFF;
	border-radius: 2em;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	padding-top: 0.35em;
}
.resources_page_data_sheets_box_row_item_link{
	font-size: 16px;
	color: #291036;
	font-weight: 400;
	vertical-align: middle;
}
.resources_page_data_sheets_box{
	border-top-color: #6C6A9E;
	border-top-style: solid;
	border-top-width: 1px;
	margin-bottom: 2em;
}
.resources_page_data_sheets_column_title_text{
	border-top-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFFFFF;
	padding-top: 0.5em;
	font-size: 30px;
  text-align: left;
}
.resources_page_data_sheets_column_title_img{
	width: 150px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15%;
}
.resources_page_data_sheets_box_title{
	color: #291036;
	margin-top: 0.7em;
	margin-bottom: 1em;
	font-size: 22px;
	font-weight: 400;
}
.resources_page_data_sheets_box_row{
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.resources_page_data_sheets_box .resources_page_data_sheets_box_row:last-of-type{
	margin-bottom: 3em;
}
.resources_page_white_papers_title{
	font-size: 30px;
	color: #291036;
	margin-bottom: 2em;
  text-align: left;
}

.resources_page_white_papers_container_content_table{
	width: 100%;
	display: table;
	table-layout: fixed;
}
.resources_page_white_papers_container_content_half{
	display: table-cell;
	width: 50%;
}
.resources_page_white_papers_container_content_half:first-of-type{
	padding-right: 2em;
}
.resources_page_white_papers_container_content_half:last-of-type{
	padding-left: 2em;
}
.resources_page_white_papers_box_title{
	font-size: 20px;
	color: #009DC9;
	margin-bottom: 0.2em;
  text-align: left;
}
.resources_page_white_papers_box_title a{
	font: inherit;
	color: inherit;
}
.resources_page_white_papers_box_text p{
	font-size: 15px;
	color: #333342;
	line-height: 22px;
}
.resources_page_white_papers_box{
	margin-bottom: 4em;
}
.resources_show_more{
	display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 8px 28px;
    border-width: 1px;
	border-style: solid;
	border-color: #8A8A98;
    border-radius: 3px;
    font-size: 1.2em;
    color: #636375;
	min-width: 120px;
	cursor: pointer;
	margin-top: 1em;
	margin-bottom: 1em;
}
.resources_page_white_papers_container_content_more{
	text-align: center;
}
.white_paper_container{
	width: 100%;
	display: table;
	table-layout: fixed;
}
.white_paper_container_first, .white_paper_container_second{
	display: table-cell;
	width: 50%;
}
.white_paper_container_first{
	padding-right: 2em;
	vertical-align: middle;
}
.white_paper_container_first p{
  margin-bottom: 1em;
}
.white_paper_container_second{
	padding-left: 2em;
  padding-right: 2em;
	vertical-align: middle;
  background-color: #1FC2DE;
}
.white_paper_container_first p{
	font-size: 18px;
	color: #291036;
	line-height: 25px;
}
.white_paper_container_first ul{
  font-size: 18px;
  color: inherit;
  padding-left: 1em;
}
.white_paper_container_first ul li{
  font: inherit;
}
.white_paper_download_form_container_img{
	width: 65px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	margin-bottom: 2em;
}
.white_paper_fileds{
	-webkit-appearance: none;
	color:#72727A;
	font-size: 1em;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	font: inherit;
	margin-bottom: 1em;
	box-sizing: border-box;
	width: 100%;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	margin-bottom:15px;
	background-color: #FFFFFF;
}
.white_paper_fileds::-webkit-input-placeholder{
	color: #ADA5B1;
	}
.white_paper_fileds:-moz-placeholder{
	color: #ADA5B1;
	opacity:  1;
}
.white_paper_fileds::-moz-placeholder{
	color: #ADA5B1;
	opacity:  1;
}
.white_paper_fileds:-ms-input-placeholder{
	color: #ADA5B1;
}
.white_paper_fileds.select{
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	color:#72727A;
	font-size: 1em;
	border-width:1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	width: 100%;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	padding-left: 0.7em;
	padding-right: 0.7em;
	font: inherit;
	background: url('../images/img/site/other_open.svg');
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-clip: padding-box;
	background-color: #FFFFFF;
}
.white_paper_download_form_contents{
	display: block;
	max-width: 350px;
	margin-left: auto;
	margin-right: auto;
}
.white_paper_download_form_button{
	display: table;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
.resources_page_videos_title{
	font-size: 30px;
	color: #291036;
	margin-bottom: 2em;
  text-align: left;
}
.resources_page_videos_wrapper{
	background-color: #EBEBEF;
}
.resources_page_case_study_container{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2em;
}
.resources_page_case_study_box{
	display: table-cell;
	width: 33.333333333333%;
	vertical-align: top;
	padding-left: 2em;
	padding-right: 2em;
}
.resources_page_case_study_box:first-of-type{
	padding-right: 4em;
	padding-left: 0;
}
.resources_page_case_study_box:last-of-type{
	padding-left: 4em;
	padding-right: 0;
}
.resources_page_case_study_box_img{
	width: 100%;
	height: 115px;
}
.resources_page_case_study_box_img img{
	max-width: 205px;
	height: auto;
	max-height: 115px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.resources_page_case_study_box_separator{
	width: 100%;
	height: 1px;
	background-color: #BDBDC5;
	margin-top: 2em;
	margin-bottom: 2em;
}
.resources_page_case_study_title{
	font-size: 30px;
	color: #291036;
	margin-bottom: 2em;
  text-align: left;
}
.resources_page_case_study_box_content_title{
	font-size: 20px;
	color: #009DC9;
	margin-bottom: 1.5em;
  text-align: left;
}
.resources_page_case_study_box_content_title a{
	font: inherit;
	color: inherit;
}
.resources_page_case_study_box_content_text p{
	font-size: 15px;
	color: #333342;
}
.case_study_first_table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.case_study_first_table_left{
	display: table-cell;
	width: 70%;
	padding-right: 2em;
	vertical-align: top;
}
.case_study_first_table_right{
	display: table-cell;
	width: 30%;
	padding-left: 2em;
	vertical-align: middle;
}
.case_study_first_table_left_title{
	font-size: 25px;
	color: #009DC9;
	margin-bottom: 2em;
}
.case_study_first_table_left_text p, .case_study_second_container_challange_text p, .case_study_second_container_solution_text p{
	font-size: 16px;
	color: #333342;
}
.case_study_first_table_right_logo{
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.case_study_second_wrapper{
	background-color: #EDEDF1;
}
.case_study_second_container_challange_title, .case_study_second_container_solution_title{
	font-size: 25px;
	color: #7F84BC;
	margin-bottom: 1em;
	padding-top: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7F84BC;
}
.case_study_second_container_why_container{
	background-color: #7F84BC;
	padding: 1em;
}
.case_study_second_container_why_title{
	color: #FFFFFF;
	font-size: 16px;
}
.case_study_second_container_why_text ul {
	padding-left: 1em;
	font-size: 16px;
	color: #FFFFFF;
}
.case_study_second_container_challange, .case_study_second_container_solution, .case_study_second_container_why_container{
	margin-bottom: 2em;
}
.case_study_third_container_quote_text{
	font-size: 18px;
	color: #333342;
	margin-bottom: 2em;
}
.case_study_third_container_quote_name{
	font-size: 16px;
	color: #333342;
	font-weight: 400;
}
.case_study_third_container_quote_position{
	font-size: 16px;
	color: #333342;

}
.resources_page_videos_container_content .resources_show_more{
	border-color: #4D4D5C;
	color: #4D4D5C;
}
.resources_page_case_study_container_content .resources_show_more{
	border-color: #A7A7B1;
	color: #A7A7B1;
}
.resources_page_infographics_wrapper{
	background-color: #1FC2DE;
}
.resources_page_infographics_title{
	font-size: 30px;
	color: #FFFFFF;
	margin-bottom: 2em;
  text-align: left;
}
.resources_page_infographics_table{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2em;
}
.resources_page_infographics_box{
	display: table-cell;
	width: 50%;
}
.resources_page_infographics_box:first-of-type{
	padding-right: 2em;
}
.resources_page_infographics_box:last-of-type{
	padding-left: 2em;
}
.resources_page_infographics_box_thumb{
	margin-bottom: 2em;
}
.resources_page_infographics_box_title{
	color: #FFFFFF;
	font-size: 22px;
	margin-bottom: 1em;
	font-weight: 400;
  text-align: left;
}
.resources_page_infographics_box_title a{
	font: inherit;
	color: inherit;
}
.resources_page_infographics_box_description p{
	font-size: 18px;
	color: #FFFFFF;
	line-height: 25px;
}
.resources_page_infographics_content .resources_show_more{
	border-color: #FFFFFF;
	color: #FFFFFF;
}
.infographics_content .resources_page_infographics_box_title{
	color: #009DC9;
}
.infographics_content .resources_page_infographics_box_description p{
	color: #333342;
}
.infographic_container_img img{
	width: 100%;
	height: auto;
}
.infographic_container_text_title{
	font-size: 25px;
	color: #009DC9;
	margin-bottom: 1em;
}
.infographic_container_text_description p{
	font-size: 15px;
	color: #4D4D5C;
	margin-bottom: 4em;
}
.infographic_wrapper_download{
	background-color: #49176D;
}
.infographic_wrapper_download_container{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.infographic_wrapper_download_container_text{
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	color: #FFFFFF;
	font-size: 15px;
}
.infographic_wrapper_download_container_icons{
	display: table-cell;
	width: 30%;
	vertical-align: top;
	text-align: right;
}
.infographic_wrapper_download_container_icons a{
	width: 65px;
	height: 65px;
	display: inline-block;
}
.infographic_wrapper_download_container_icons a:first-of-type{
	margin-right: 2em;
}
.resources_page_comics_title{
	font-size: 30px;
	color: #333342;
	margin-bottom: 2em;
  text-align: left;
}
.resources_page_comics_table{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2em;
}
.resources_page_comics_box, .resources_page_comics_box_old{
	display: table-cell;
	width: 33.333333333333%;
	padding-left: 2em;
	padding-right: 2em;
}
.resources_page_comics_box:first-of-type, .resources_page_comics_box_old:first-of-type{
	padding-left: 0;
	padding-right: 4em;
}
.resources_page_comics_box:last-of-type, .resources_page_comics_box_old:last-of-type{
	padding-left: 4em;
	padding-right: 0;
}
.resources_page_comics_box_title{
	font-size: 20px;
	color: #333342;
	margin-bottom: 1em;
	line-height: 31px;
  text-align: left;
}
.resources_page_comics_box_title a{
	font: inherit;
	color: inherit;
}
.resources_page_comics_box_description p{
	font-size: 15px;
	color: #333342;
	line-height: 22px;
}
.resources_page_comics_content .resources_page_white_papers_container_content_more{
	border-color: #636375;
	color: #636375;
}
.comics_content .resources_page_comics_table{
	margin-bottom: 3em;
}
.comics_content .resources_page_comics_box_image{
	vertical-align: bottom;
	margin-top: 1em;
}
.resources_page_comics_box_image a img{
	max-height: 370px;
}
.comics_page .resources_page_comics_box_image a img{
	vertical-align: bottom;
}
.comics_container_img{
	display: block;
	max-width: 670px;
	margin-left: auto;
	margin-right: auto;
}
.comics_page_links_wrapper{
	background-color: #EBEBEF;
}
.comics_page_links_table{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.comics_page_links_table_half{
	display: table-cell;
	width: 50%;
}
.comics_page_links_table_half:first-of-type{
	padding-right: 2em;
}
.comics_page_links_table_half:last-of-type{
	padding-left: 2em;
}
.comics_page_links_table_half_links a{
	display: block;
	width: 100%;
	color: #636375;
}
.comics_page_links_table_half_links{
  width: 100%;
  table-layout: fixed;
  display: table;
}
.comics_page_links_table_half_links_half{
  display: table-cell;
  width: 50%;
}
.comics_page_links_table_half_links a:hover{
	color: #009DC9;
}
.comics_page_links_table_half_title{
	font-size: 18px;
	color: #636375;
	border-bottom-width: 1px;
	border-bottom-color: #636375;
	border-bottom-style: solid;
	font-weight: 400;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.case_study_second_container_flex{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.case_study_second_container_flex_half{
	display: table-cell;
	width: 50%;
}
.case_study_second_container_flex_half:first-of-type{
	padding-right: 2em;
}
.case_study_second_container_flex_half:last-of-type{
	padding-left: 2em;
}
.resources_videos_page .product_video_other_listener{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
	background-image: url(../images/img/site/youtube_play_icon.svg);
	background-size: 128px 128px;
	background-position: center center;
	background-repeat: no-repeat;
}
.press_kit_second_content .management_team_custom_1_box{
	table-layout: auto;
}
.search_results_page .milestones_top_wrapper{
	background-color: #3D275C;
}
.search_results_box_title {
	font-size: 25px;
	color: #333342;
	margin-bottom: 0.5em;
}
.search_results_box_title a{
  font: inherit;
  color: inherit;
}
.search_results_box_excerpt{
	font-size: 18px;
	line-height: 25px;
	color: #333342;
}
.search_results_box_link a{
	font-size: 18px;
	color: #009DC9;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
   word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;

}
.search_results_box{
	margin-bottom: 4em;
}
.next_page, .prev_page, .search_page_custom{
	display: inline-block;
	margin-right: 0.5em;
	cursor: pointer;
  font-size: 18px;
  color: #333342;
}
.next_page, .prev_page{
  font-size: 25px;
  width: 30px;
  text-align: center;
}
.search_title_spans{
	font: inherit;
	color: inherit;
}
.search_keyword_highlight{
	font: inherit;
	background-color: #E3DAFF;
	color: #333342;
}
.search_results_container_no_results{
	display: none;
}
.test_writting_cont{
	background-image: url('../images/img/test.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
.test_writting_cont_text{
	padding-top: 200px;
	padding-bottom: 200px;
	font-size: 18.4px;
	font-weight: 300;
	line-height: 32.2px;
	color: hsla(0,0%,100%,.75);
}
.test_writting_cont_text_red{
	padding-top: 70px;
	font-size: 23px;
	font-weight: 300;
	line-height: 32.2px;
	color: #f7474b;
}
.epp_custom .estore_second_container .estore_error_message_table .estore_error_message_table_img{
	width: 10%;
}
.epp_custom .estore_error_message_error_container_2 .estore_sales_contact{
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: underline;
}
.epp_custom #epp_min .estore_error_message_table_img, .epp_custom #epp_min .estore_error_message_table_content, .epp_custom #mdm_app .estore_error_message_table_img, .epp_custom #mdm_app .estore_error_message_table_content{
	background-color: #F9AC42;
}
.epp_overview_more_info_wrapper{
	display: table;
	width: 100%;
	position: relative;
	table-layout: fixed;
}
.epp_overview_more_info_wrapper_left, .epp_overview_more_info_wrapper_right{
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	left: 0;
	z-index: -1;
	display: table-cell;
	background-color: #291036;
}
.epp_overview_more_info_wrapper_right{
	left: auto;
	right: 0;
	z-index: -1;
	background-color: #381D5D;
}
.epp_overview_more_info_container{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.epp_overview_more_info_container_half{
	display: table-cell;
	width: 50%;
	padding-right: 3em;
	vertical-align: top;
}
.epp_overview_more_info_container_half:last-of-type{
	padding-left: 3em;
	padding-right: 0;
}
.epp_overview_more_info_container_half_img{
	display: table-cell;
	width: 20%;
	vertical-align: top;
}
.epp_overview_more_info_container_half_img object{
	width: 100%;
}
.epp_overview_more_info_container_half_text{
	display: table-cell;
	width: 80%;
	vertical-align: top;
	padding-left: 2em;
	color: #FFFFFF;
}
.epp_overview_more_info_container_half_text_separator{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #9C8EAE;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.epp_overview_more_info_container_half_text_title{
	font-size: 22px;
  color: #FFFFFF;
  text-align: left;
}
.epp_overview_more_info_container_half_text_content{
	font-size: 15px;
	line-height: 22px;
}
.epp_overview_more_info_container_half_text_button{
	display: inline-block;
	background-color: #36C3DD;
	border-radius: 3px;
	border-style: none;
	font: inherit;
	padding-bottom: 8px;
	padding-top: 6px;
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: middle;
	letter-spacing: 0.04em;
	color: #291336;
	margin-top: 2em;
	font-weight: 300;
}
.carry_versions_custom_container_half_text_final{
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-top: 3em;
	padding-bottom: 1em;
	border-bottom-color: #49176D;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.carry_versions_custom_container_half_text_final .carry_versions_custom_container_half_text_title{
	display: table-cell;
	width: 60%;
	border-bottom: none;
	padding-bottom: 0;
}
.carry_versions_custom_container_half_text_final .product_epp_buttons_button_buy_custom_purple, .carry_versions_custom_container_half_text_final .product_epp_buttons_button_buy_become_part{
	display: table-cell;
	width: 40%;
	text-align: right;
}
.solution_page_no_pic_wrapper{
	background-color: #1FC2DE;
}
.solution_page_no_pic_title{
	color: #FFFFFF;
	font-size: 42px;
	margin-bottom: 0.3em;
	line-height: 1.1em;
	font-weight: 400;
	text-align: left;
}
.solution_page_no_pic_text p{
	color: #FFFFFF;
	font-size: 23px;
	line-height: 1.3em;
}
.solution_page_no_pic_container{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.solution_page_no_pic_content{
	display: table-cell;
	width: 80%;
}
.solution_page_no_pic_button{
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}
.solution_page_main_custom_illustration_container{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.solution_page_kiosk_custom_content_half{
	display: table;
	width: 100%;
	table-layout: fixed;
	vertical-align: top;
	margin-bottom: 3em;
}
.solution_page_kiosk_custom_content_half:last-of-type{
	margin-bottom: 0;
}
.solution_page_kiosk_custom_container_title p{
	font-size: 22px;
	color: #1FC2DE;
	line-height: 29px;
	margin-bottom: 2em;
}
.solution_page_kiosk_custom_container_title{
	border-top-width: 1px;
	border-top-color: #1FC2DE;
	border-top-style: solid;
	padding-top: 0.5em;
	margin-bottom: 4em;
}
.solution_page_kiosk_custom_content_box{
	width: 50%;
	display: table-cell;
	vertical-align: top;
}
.solution_page_kiosk_custom_content_box:first-of-type {
	padding-right: 3em;
}
.solution_page_kiosk_custom_content_box:last-of-type{
	padding-left: 3em;
}
.solution_page_kiosk_custom_content_box_img{
	display: block;
	width: 75px;
	margin-left: auto;
	margin-right: auto;
}
.solution_page_kiosk_custom_content_box_content{
	display: block;
	margin-top: 1em;
}
.solution_page_kiosk_custom_content_box_content_title{
	font-size: 22px;
	color: #291336;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9B9C1;
	padding-top: 0.5em;
}
.solution_page_kiosk_custom_content_box_content_text p{
	font-size: 15px;
	line-height: 22px;
	color: #291336;
}
.solution_page_kiosk_custom_content_box:last-of-type{
	margin-bottom: 0;
}
.ibeacon_custom_video_container{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
}
.ibeacon_custom_2_content{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
}
.ibeacon_custom_2_title{
	font-size: 30px;
	color: #817F84;
	margin-bottom: 1.5em;
	text-align: center;
}
.technology_partners_table{
	display: block;
	width: 100%;
}
.technology_partners_table_row{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 4em;
}
.technology_partners_table_row:last-of-type{
	margin-bottom: 0;
}
.technology_partners_table_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.technology_partners_table_row .technology_partners_table_box:first-of-type{
	padding-right: 2em;
}
.technology_partners_table_row .technology_partners_table_box:last-of-type{
	padding-left: 2em;
}
.technology_partners_table_box_img{
	max-width: 150px;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3em;
	min-height: 124px;
}
.technology_partners_table_box_content_title {
	font-size: 18px;
	font-weight: 400;
	color: #009DC9;
	margin-bottom: 1em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D4D2D3;
	padding-top: 0.5em;
  text-align: left;
}
.technology_partners_table_box_content_title a{
	font: inherit;
	color: inherit;
}
.technology_partners_table_box_content_text{
	font-size: 15px;
	line-height: 22px;
	color: #291336;
}
.oem_solutions_custom_1_wrapper{
	background-color: #E6E6E6;
}
.oem_solutions_custom_1_content{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.oem_solutions_custom_1_content_left{
	display: table-cell;
	width: 66.66666%;
	vertical-align: middle;
}
.oem_solutions_custom_1_content_right{
  display: table-cell;
  width: 33.33333%;
  vertical-align: middle;
}
.oem_solutions_custom_1_content_right object{
	display: block;
  width: 100%;
}
.oem_solutions_custom_1_content_left_title{
	font-size: 23px;
	color: #291336;
	margin-bottom: 1em;
  text-align: left;
  font-weight: 400;
}
.oem_solutions_custom_1_content_left_list ul li{
	font-size: 18px;
	line-height: 1.5em;
	color: #291336;
}
.oem_solutions_custom_1_content_left_list_text{
  font: inherit;
  color: inherit;
}
.oem_solutions_custom_1_content_left_list ul{
	list-style: none;
}
.oem_solutions_custom_2_content{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.oem_solutions_custom_2_content_half{
	display:table-cell;
	width: 50%;
}
.oem_solutions_custom_2_content_half:first-of-type{
	padding-right: 2em;
}
.oem_solutions_custom_2_content_half:last-of-type{
	padding-left: 2em;
}
.oem_solutions_custom_2_content_half_box{
	display: block;
	width: 100%;
	margin-bottom: 3.5em;
}
.oem_solutions_custom_2_content_half .oem_solutions_custom_2_content_half_box:last-of-type{
	margin-bottom: 0;
}
.oem_solutions_custom_2_content_half_box_title{
	font-size: 18px;
	color: #291336;
	margin-bottom: 1em;
	padding-bottom: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFE1;
	font-weight: 400;
  text-align: left;
}
.oem_solutions_custom_2_content_half_box_text{
	font-size: 15px;
	line-height: 22px;
	color: #808080;
}
.my_epp_hw_page_custom_1_wrapper{
	background-color: #F8F8FA;
}
.my_epp_works_illustration_container{
	display: table;
	width: 100;
	table-layout: fixed;
}
.my_epp_works_illustration_content_box{
	display: table-cell;
	width: 18%;
	vertical-align: top;
}
.my_epp_works_illustration_content_arrow{
	display: table-cell;
	width: 2.5%;
	vertical-align: middle;
	padding-bottom: 2em;
}
.my_epp_works_illustration_content_arrow object{
	width: 100%;
	height: auto;
}
.my_epp_works_illustration_content_box_title_img object{
	width: 100%;
	max-width: 105px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
.my_epp_works_title{
	font-size: 30px;
	color: #A8A8B2;
	margin-bottom: 2em;
}
.my_epp_works_text{
	font-size: 18px;
	color: #291336;
	line-height: 28px;
}
.my_epp_works_text a{
	font: inherit;
	text-decoration: underline;
}
.my_epp_works_illustration_title{
	font-size: 18px;
	color: #291336;
	margin-bottom: 2em;
	text-align: center;
	margin-bottom: 2em;
}
.my_epp_works_illustration_content_box_title{
	font-size: 18px;
	color: #A8A8B2;
	text-align: center;
	margin-bottom: 1em;
}
.my_epp_works_illustration_content_box_text{
	font-size: 15px;
	color: #A8A8B2;
	line-height: 22px;
	padding-left: 1em;
}
.screenshots_content_bg:nth-child(even){
	background-color: #F8F8FA;
}
.screenshots_content_box_title{
	font-size: 22px;
	color: #333342;
	margin-bottom: 2em;
	text-align: center;
}
.screenshots_content_box_img img{
	display: block;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.solution_page_main_content_normal p{
	margin-bottom: 1em;
}
.solution_page_main_content_normal p a{
  font: inherit;
}
.solution_page_main_content_normal p:last-of-type{
	margin-bottom: 0;
}
.solution_page_main_content_normal ul, .solution_other_main_row_3 ul{
	padding: 1em;
  padding-left: 2em;
  font: inherit;
  color: #49176D;
  border-width: 1px;
  border-color: #49176D;
  border-style: solid;
  list-style-position: outside;
  font-size: 16px;
}
.solution_page_main_content_normal ul li, .solution_other_main_row_3 ul li{
  font: inherit;
  color: inherit;
}
.solution_page_main_custom_illustration_wrapper{
	background-color: #F8F8FA;
}
.product_video_other_description{
	font-size: 15px;
	line-height: 22px;
	color: #333342;
}
.white_paper_download_form_title{
	font-size: 30px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 1em;
}
.company_top_wrapper{
	background-color: #3D275C;
}
.testimonial_quotes{
	font: inherit;
	color: #009DC9;
	font-size: 45px;
	font-weight: 400;
	position: absolute;
	top: 14px;
	left: 0;
}
.testimonial_quotes_container{
	width: 20px;
	min-height: 15px;
	position: relative;
	font: inherit;
	display: inline-block;
}
.container_testimonials_customers .testimonial_text .testimonial_quotes_container:first-of-type{
  width: 20px;
  height: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container_testimonials_customers .testimonial_text .testimonial_quotes_container:last-of-type{
  display: none;
}
.container_testimonials_customers .testimonial_text .testimonial_quotes_container .testimonial_quotes{
  font-size: 60px;
}
.product_configurator_main_top_wrapper{
	background-color: #3D275C;
}
.product_configurator_main_top_wrapper .milestones_top_text p:first-of-type{
	margin-bottom: 1em;
}
.partner_section_top_wrapper{
	background-color: #636375;
}
.become_partner_custom_1_content{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.become_partner_custom_1_half{
	display: table-cell;
	width: 50%;
}
.become_partner_custom_1_half:first-of-type{
	padding-right: 2em;
}
.become_partner_custom_1_half:last-of-type{
	padding-left: 2em;
}
.become_partner_custom_1_half_products_box{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2em;
}
.become_partner_custom_1_half_products_box_image{
	display: table-cell;
	width: 50px;
	vertical-align: top;
}
.become_partner_custom_1_half_products_box_image object{
	width: 100%;
}
.become_partner_custom_1_half_products_box_content{
	display: table-cell;
	padding-left: 1em;
	vertical-align: top;
}
.become_partner_custom_1_half_title{
	font-size: 25px;
	color: #49176D;
	margin-bottom: 1em;
  text-align: left;
}
.become_partner_custom_1_half_list ul{
  padding: 1em;
  padding-left: 2em;
  font: inherit;
  color: #49176D;
  border-width: 1px;
  border-color: #49176D;
  border-style: solid;
  list-style-position: outside;
  font-size: 16px;
}
.become_partner_custom_1_half_list_text{
	font: inherit;
  color: inherit;
}
.become_partner_custom_1_half_list ul li{
  font: inherit;
  color: inherit;
}
.become_partner_custom_1_half_subtitle{
	font-size: 15px;
	line-height: 22px;
	color: #808080;
	margin-bottom: 2em;
}
.become_partner_custom_1_half_products_box_content_title{
	font-size: 15px;
	line-height: 22px;
	color: #333342;
	margin-bottom:0.2em;
	font-weight: 400;
}
.become_partner_custom_1_half_products_box_content_text{
	font-size: 15px;
	line-height: 22px;
	color: #808080;
}
.become_partner_testimonial_wrapper{
	background-color: #EBEBEF;
}
.become_partner_testimonial_container .testimonial_text .testimonial_quotes_container:first-of-type {
	display: block;
	height: 60px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
}
.become_partner_testimonial_container .testimonial_text .testimonial_quotes_container:first-of-type .testimonial_quotes{
	font-size: 100px;
	line-height: 100px;

}
.become_partner_testimonial_container .testimonial_text .testimonial_quotes_container:last-of-type .testimonial_quotes{
  display: none;
}
.partner_request_radio{
	display: none;
}
.partner_request_form label input[type="radio"] + .partner_request_radio_icon, .white_paper_download_form_container label input[type="radio"] + .partner_request_radio_icon{
	display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
   	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	position: relative;
	border-radius: 100%;
}
.partner_request_form label input[type="radio"]:checked + .partner_request_radio_icon::before, .white_paper_download_form_container label input[type="radio"]:checked + .partner_request_radio_icon::before{
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 0.5em;
	width: 0.5em;
	top: 0.15em;
	left: 0.2em;
	margin: auto;
	background-color: #FFFFFF;
}
.partner_request_radio_text{
	display: inline-block;
	padding-left: 0.5em;
	font-size: 15px;
	line-height: 22px;
}
.become_partner_custom_2_wrapper{
	background-color: #333342;
}
.partner_request_form_content_title{
	color: #FFFFFF;
	font-size: 35px;
	text-align: center;
	line-height: 1em;
  margin-bottom: 0.5em;
}
.partner_request_form_content_subtitle{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 2em;
	color: #FFFFFF;
  text-align: center;
}
.partner_request_form_content_block{
	color: #FFFFFF;
	margin-bottom: 2em;
}
.partner_request_form_content_block:last-of-type{
	margin-bottom: 0;
}
.partner_request_form_content_block_title{
	color: #1FC3DF;
	font-size: 18px;
	line-height: 28px;
}
.partner_request_form_content_block_separator{
	width: 100%;
	height: 1px;
	background-color: #1FC3DF;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.partner_request_checkbox{
	display: none;
}
.partner_request_form_content input[type="checkbox"] + label .partner_request_label_box{
    display: table-cell;
    vertical-align: top;
    width: 1.2em;
    height: 1.2em;
    background: url(../images/img/site/other_c-uncheck_2.svg) left no-repeat;
	background-position: top left;
	margin-right: 0.8em;
}
.partner_request_form_content input[type="checkbox"]:checked + label .partner_request_label_box{
    background: url(../images/img/site/other_c-checked.svg) left no-repeat;
	background-position: top left;
}
.partner_request_label{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
}
.partner_request_label_txt{
	font-size: 15px;
	line-height: 22px;
	display: table-cell;
	vertical-align: top;
	color: #FFFFFF;
	padding-left: 1em;
}
.become_partner_custom_2_content{
	max-width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.partner_request_form_content_block_single{
	margin-bottom: 1em;
}
.partner_request_form_content_block_form{
	margin-top: 2em;
	max-width: 350px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.partner_request_form_content_block_form .button_request{
	background-color: #1FC3DF;
	margin-top: 2em;
}
.partner_request_form_content_block_form  .button_request_container{
	text-align: center;
}
.become_partner_testimonial_container .testimonial_text{
	text-align: center;
	font-size: 15px;
	line-height: 22px;
}
.partner_request_succes_container, .demo_request_succes_container{
	width: 100%;
	display: table;
	table-layout: fixed;
}
.partner_request_succes_container_img{
	display: table-cell;
	width: 20%;
}
.partner_request_succes_container_img object{
	width: 100%;
}
.partner_request_succes_container_text{
	display: table-cell;
	width: 80%;
	padding-left: 2em;
	font-size: 30px;
	color: #FFFFFF;
	vertical-align: middle;
}
.partner_request_succes_container_text a{
	font: inherit;
	color: #009DC9;
}
.form_sent_succes_message, .form_sent_succes_message_mailchimp {
	display: none;
}
.demo_request_succes_container .partner_request_succes_container_text{
	color: #3bad4a;
}
.request_call_succes_container{
	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
}
.request_call_succes_container_img {
	display: block;
	width: 41px;
	height: 41px;
	margin-left: auto;
	margin-right: auto;
}
.request_call_succes_container_img svg {
	width: 41px;
	height: 41px;
}
.request_call_succes_container_img object{
	width: 100%;
}
.request_call_succes_container_text{
	display: block;
	margin-top: 1em;
	color: #333342;
	font-size: 15px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 0.5em;
}
.request_homepage_container .request_call_succes_container_text{
	color: #FFFFFF;
}
.request_homepage_container .request_call_succes_container_img{
	width: 150px;
	height: 150px;
}
.request_homepage_container .request_call_succes_container_img svg {
	width: 150px;
	height: 150px;
}
.request_action_succes_container .request_call_succes_container_text{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 25px;
}
.request_action_succes_container .request_call_succes_container_img{
	max-width: 150px;
}
.request_aws_success_container .request_call_succes_container_text{
	color: #3BAD4A;
}
.faq_section_top_wrapper{
	background-color: #3D275C;
}
.faq_section_top_wrapper .milestones_top_text a{
	font: inherit;
	color: #009DC9;
}
.faq_section_list_container_table_row{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 4em;
}
.faq_list_container{
	display: table-cell;
	width: 50%;
}
.faq_list_container_table_entry{
	display: block;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E9E9E9;
}
.faq_list_container_table_entry_text{
	font-size: 15px;
	line-height: 22px;
	color: #333342;
	display: block;
	width: 100%;
	vertical-align: middle;
}
.faq_list_container_table_entry_text a{
	font: inherit;
	color: #333342;
}
.faq_list_container_table_entry_text a:hover{
	color: #009DC9;
}
.faq_section_list_container_table_row .faq_list_container:first-of-type{
	padding-right: 2em;
}
.faq_section_list_container_table_row .faq_list_container:last-of-type{
	padding-left: 2em;
}
.faq_section_list_container_table_row:last-of-type .faq_list_container{
	padding-left: 0;
	display: block;
}
.faq_list_title{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2em;
}
.faq_list_title_img{
	display: table-cell;
	width: 50px;
	vertical-align: middle;
}
.faq_list_title_img object{
	width: 100%;
}
.faq_list_title_txt{
	display: table-cell;
	font-size: 25px;
	line-height: 30px;
	color: #333342;
	vertical-align: middle;
	padding-left: 1em;
	font-weight: 400;
  text-align: left;
}

.faq_search_bar_wrapper{
	background-color: #D0D2D1;
}
.faq_search_bar_content{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.faq_search_bar_search{
	display: table-cell;
	width: 55%;
	vertical-align: middle;
}
.faq_search_bar_content_links{
	display: table-cell;
	vertical-align: top;
}
.faq_search_bar_search_container{
	display: table;
	border-radius:3px;
	table-layout: fixed;
	overflow: hidden;
	border: none;
}
.faq_search_bar_search_container_input{
	display: table-cell;
	width: 80%;
}
.faq_search_bar_search_container_button{
	display: table-cell;
	width: 20%;
	background-color: #009DC9;
	text-align: center;
  font-size: 17px;
}
.faq_search_bar_search_container_button a{
	color: #FFFFFF;
	font-weight: 400;
  font-size: 17px;
}
.faq_search_bar_input{
	width: 100%;
	font-size: 17px;
	padding-left: 1em;
	padding-bottom: 8px;
	padding-top: 8px;
	color: #333342;
	border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.faq_search_bar_input::-webkit-input-placeholder{
	color: #93929A;
	}
.faq_search_bar_input:-moz-placeholder{
	color: #93929A;
	opacity:  1;
}
.faq_search_bar_input::-moz-placeholder{
	color: #93929A;
	opacity:  1;
}
.faq_search_bar_input:-ms-input-placeholder{
	color: #93929A;
}
.faq_search_bar_content_item{
	display:table-cell;
	width: 50%;
  vertical-align: middle;
}
.faq_search_bar_content_item_text{
	color: #333342;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
}
.faq_page_main_content_title{
	font-size: 30px;
	color: #969499;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #969499;
	margin-bottom: 2em;
	padding-bottom: 0.5em;
  text-align: left;
}
.faq_search_bar_content .faq_search_bar_content_links .faq_search_bar_content_item:first-of-type .faq_search_bar_content_item_button{
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #333342;
}
.faq_search_bar_content .faq_search_bar_content_links .faq_search_bar_content_item:last-of-type .faq_search_bar_content_item_button{
  background-color: #333342;

}
.faq_search_bar_content .faq_search_bar_content_links .faq_search_bar_content_item:last-of-type .faq_search_bar_content_item_button .faq_search_bar_content_item_text{
  color: #FFFFFF;
}
.faq_general_product_page .faq_section_list_container_table_row:last-of-type .faq_list_container{
	display: block;
	padding: 0;
	width: 100%;
}
.faq_list_container_table .knowledge_base_all_results_link{
	font: inherit;
	color: #009DC9;
}
.gbltext{
	color: inherit;
	font: inherit;
	font-size: 15px;
	line-height: 22px;
}
.gbltext a{
	color: #009DC9;
	font: inherit;
}
.faq_single_entry_content_text img{
	width: initial;
	height: auto;
}
.faq_single_entry_content_title{
	font-size: 30px;
	color: #333342;
  text-align: left;
}
.faq_single_entry_content_separator{
	width: 100%;
	background-color: #959398;
	height: 1px;
	margin-bottom: 1em;
	margin-top: 1em;
}
.faq_single_entry_content_text{
	color: #333342;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 4em;
}
.faq_single_entry_content_text a{
	font: inherit;
	color: #009DC9;
}
.faq_single_wrapper_return_to_product_page a{
	font-size: 15px;
	line-height: 22px;
	color: #009DC9;
}
.faq_single_entry_container_rating_buttons{
	display: block;
	width: 100%;
}
.faq_single_entry_container_rating_buttons_text{
	display: inline-block;
	font-size: 15px;
	line-height: 22px;
	color: #333342;
}
.faq_single_entry_container_rating_buttons_agreement{
	display: inline-block;
	font-size: 15px;
	color: #009DC9;
}
.helpfull_buttons{
	margin-left:1em;
	cursor: pointer;
	position: relative;
}
.faq_single_entry_container_rating_no{
	padding-bottom: 2em;
	padding-top: 2em;
}
.faq_single_entry_container_rating_no form{
	background-color: #D0D2D1;
	padding: 2em;
  padding-top: 4em;
  padding-bottom: 4em;
  max-width: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.faq_single_entry_container_rating_no_title_wrapper{
	background-color: #009DCA;
}
.faq_single_entry_container_rating_no_title{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 22px;
	padding-bottom: 1em;
	padding-top: 1em;
}
.faq_single_entry_container_rating_form, .faq_single_entry_container_rating_no{
	display: none;
}
.faq_general_product_page .faq_section_list_container_table_row .faq_list_container_table_entry_text a{
	color: #333342;
}
.faq_general_product_page .faq_section_list_container_table_row .faq_list_container_table_entry_text a:hover{
	color: #009DC9;
}
.solution_page_main_benefits_container_ibeacon_separator{
	width: 100%;
	height: 1px;
	background-color: #7F84BC;
	margin-bottom: 0.5em;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row{
	display: table-cell;
	width: 50%;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row:first-of-type{
	padding-right: 3em;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row:last-of-type{
	padding-left: 3em;
}
.ibeacon_custom .solution_page_main_benefits_box{
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row .solution_page_main_benefits_box:first-of-type{
	padding-right: 0;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row .solution_page_main_benefits_box:last-of-type{
	padding-left: 0;
}
.ibeacon_custom_2_wrapper{
  background-color: #F8F8FA;
}
.solution_page_custom_main_wrapper .solution_other_main_row_3 .solution_other_main_row_3_heading, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_3 .solution_other_main_row_3_heading{
	font-size: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8C8C99;
	padding-top: 0.5em;
}
.support_box_container #support_box_2 .support_box_content_text a strong{
	display: block;
	margin-top: 0.5em;
}
.customer_testimonial_container .testimonial_text .testimonial_quotes_container:first-of-type {
	display: block;
	height: 60px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
}
.customer_testimonial_container .testimonial_text .testimonial_quotes_container:first-of-type .testimonial_quotes{
	font-size: 100px;
	line-height: 100px;
}
.customer_testimonial_container .testimonial_text .testimonial_quotes_container:last-of-type .testimonial_quotes{
  display: none;
}
.faq_single_entry_container_rating_no_wrapper{
	background-color: #D0D2D1;
}
.support_box_content_inner_separator{
	width: 100%;
	height: 1px;
	background-color: #B9B9C1;
	margin-bottom: 0.5em;
}
.solution_page_no_pic_button .product_epp_buttons_button_demo, .solution_page_top_textbox_content .product_epp_buttons_button_demo{
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 28px;
	padding-right: 28px;
}
.release_history_page .milestone_row{
	height: 82px;
}
.release_history_page .milestone_txt, .release_history_page .milestone_year_txt{
	width: 75%;
}
.release_history_page .milestone_month, .release_history_page .milestone_year_row{
  width: 25%;
}
.release_history_page .milestone_txt a{
	color: inherit;
}
.release_history_page .milestone_txt a:hover{
	color: #009DC9;
}
.release_history_page .milestone_img{
	width: 0;
}
.release_history_single_content .text-container3 img{
	height: 50px;
	width: auto;
	margin-bottom: 2em;
}
.release_history_single_content .text-container3 .dark{
    font-size: 15px;
	line-height: 22px;
    color: #404244;
    font-weight: 400;
}
.release_history_single_content .text-container3 .app-name{
	font-size: 25px;
	color: #3d2172;
	margin-bottom: 1em;
	padding-bottom: 0;
	padding-top: 0;
  text-align: left;
}
.release_history_single_content .text-container3 .app-version{
    font-size: 20px;
	line-height: 27px;
    color: #828489;
	padding-bottom: 0;
	padding-top: 0;
}
.release_history_single_content .text-container3 .app-subtitle{
    font-size: 18px;
	line-height: 25px;
    color: #3d2172;
	margin-top: 0.5em;
}
.release_history_single_content .text-container3 .app-list{
    font-size: 15px;
	line-height: 22px;
    font-weight: 300;
    color: #3d2172;
    text-decoration: none;
    list-style-position: outside;
    list-style-type: disc;
    padding: 6px;
	padding-left: 1em;
    margin: 2px;
	display: block;
	width: 100%;
	border-top: none;
}
.release_history_single_content .text-container3 .app-list li{
	font-size: 15px;
	line-height: 22px;
    color: #4e5158;
}
.release_history_single_content .text-container3 p {
	padding-bottom: 0.5em;
	padding-top: 1em;
	font-size: 18px;
	line-height: 25px;
}
.my_epp_works_custom_3_content_box{
	display: table;
	width: 100%;
	table-layout: fixed;
	margin-bottom: 2em;
}
.my_epp_works_custom_3_content_box:last-of-type{
	margin-bottom: 0;
}
.my_epp_works_custom_3_content_box_number{
	display: table-cell;
	width: 10%;
	vertical-align: top;
}
.my_epp_works_custom_3_content_box_number_inner{
	width: 60px;
	height: 60px;
	font-size: 43px;
	padding-top: 3.5px;
	color: #009DC9;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #009DC9;
	border-radius: 100%;
	text-align: center;
	font-weight: 100;
	line-height: 1.2em;
}
.my_epp_works_custom_3_content_box_content{
	display: table-cell;
	width: 90%;
	vertical-align: middle;
	padding-left: 1em;
}
.my_epp_works_custom_3_content_box_content_text{
	font-size: 18px;
	line-height: 25px;
	color: #291336;
	margin-bottom: 1em;
}
.my_epp_works_custom_3_content_box_content_text a{
	font: inherit;
	color: #009DC9;
}
.my_epp_works_custom_3_content_box_content_img{
	display: block;
	width: 100%;
}
.my_epp_works_custom_3_content_box_content_img img{
	display: block;
	width: initial;
	height: auto;
	margin-left: 0;
	max-width: 100%;
}
.my_epp_works_custom_3_content_title{
	font-size: 35px;
	color: #291336;
	margin-bottom: 2em;
}
.free_security_products_page_top_wrapper{
	background-color: #3D275C;
}
.free_security_tools_1_custom_content{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.free_security_tools_1_custom_content_img{
	display: table-cell;
	width: 7%;
	vertical-align: top;
}
.free_security_tools_1_custom_content_img object{
	width: 100%;
	max-width: 60px;
	display: block;
	margin-left: 0;
}
.free_security_tools_1_custom_content_container{
	display: table-cell;
	width: 93%;
	vertical-align: top;
	padding-left: 1em;
}
.free_security_tools_1_custom_content_container_boxes{
	display: table;
	width: 100%;
	table-layout: fixed;
	padding-top: 1em;
}
.free_security_tools_box{
	display: table-cell;
	width: 33.333333333333%;
	table-layout: fixed;
}
.free_security_tools_box_img{
	display: block;
	width: 100%;
}
.free_security_tools_box_text{
	display: block;
	width: 100%;
	vertical-align: middle;
	padding-top: 1em;
  text-align: center;
}
.free_security_tools_box_img object{
	width: 70px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.free_security_tools_1_call_to_action_wrapper{
	background-color: #DCDCE0;
}
.free_security_tools_1_call_to_action_container{
	display: block;
	width: 100%;
	table-layout: fixed;
	padding-top: 3em;
	padding-bottom: 3em;
  text-align: center;
}
.free_security_tools_1_call_to_action_text{
	display: block;
	width: 100%;
	color: #333342;
	font-size: 18px;
	line-height: 25px;
}
.free_security_tools_1_call_to_action_button{
	display: block;
	width: 100%;
  margin-top: 2em;
}
.free_security_tools_1_custom{
	padding-top: 4em;
	padding-bottom: 4em;
}
.free_security_tools_1_custom_content_container_title{
	font-size: 35px;
	color: #333342;
	margin-bottom: 1em;
}
.free_security_tools_1_custom_content_container_text{
	font-size: 18px;
	line-height: 25px;
	color: #818181;
	margin-bottom: 3em;
}
.free_security_tools_box_title{
	font-size: 25px;
	line-height: 1.5em;
	color: #333342;
}
.free_security_tools_box_subtitle{
	font-size: 16px;
	line-height: 1.5em;
	color: #818181;
}
.free_security_tools_1_call_to_action_button .product_epp_buttons_button_demo{
	margin-left: 0;
}
.free_security_products_page .estore_error_message_table .estore_error_message_table_img{
	width: 8%;
}
.error_404_page .solution_page_top_wrapper_background{
	background-color: #1a99d5;
}
.error_404_page .solution_page_top_wrapper_container .solution_page_top_textbox_heading{
	color: #FFFFFF;
}
.error_404_page .solution_page_top_wrapper_container .solution_page_top_textbox_text p{
	margin-bottom: 1em;
}
.error_404_page .solution_page_top_wrapper_container .solution_page_top_textbox_text p:last-of-type{
	margin-bottom: 0;
}
.site_map_page .site_map_top_wrapper{
	background-color: #3D275C;
}
.sitemap_page_custom_1_container{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.sitemap_page_custom_1_container_half{
	display: table-cell;
	width: 50%;
}
.sitemap_page_custom_1_container_half:first-of-type{
	padding-right: 2em;
}
.sitemap_page_custom_1_container_half:last-of-type{
	padding-left: 2em;
}
.sitemap_page_box_title{
	font-size: 35px;
	color: #333342;
	padding-bottom: 0.1em;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #BAB9C1;
	margin-bottom: 0.5em;
}
.sitemap_page_box a{
	color: inherit;
	font: inherit;
}
.sitemap_page_box a:hover{
	color: #009DC9;
}
.sitemap_page_box_content_title{
	font-size: 18px;
	line-height: 25px;
	color: #333342;
	margin-bottom: 1em;
}
.sitemap_page_box_content_subtitle{
	font-size: 18px;
	line-height: 25px;
	color: #A8A8A8;
	margin-bottom: 1em;
}
.sitemap_page_box_content_list{
	margin-bottom: 2em;
	font-size: 18px;
	line-height: 25px;
	color: #333342;
}
.sitemap_page_box_content_list ul{
	padding-left: 1em;
}
.sitemap_page_box_content_title a{
	display: block;
}
.homepage_slider_container{
	position: relative;
}
.homepage_slider_container_text{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.homepage_slider_container_text{
	text-align: center;
	padding-bottom: 2em;
	padding-top: 2em;
	width: 100%;
	display: block;
}
.homepage_slider_container_title{
	font-size: 42px;
	line-height: 1.1em;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.2em;
  margin-top: 0.5em;
}
.homepage_slider_container_subtitle{
	font-size: 23px;
	line-height: 1.3em;
	color: #C7C8CC;
	margin-bottom: 1em;
}
.homepage_slider_container_text .homepage_slider_container_button .product_epp_buttons_button_demo{
  margin-left: 0;
  margin-right: 1em;
}
.resources_top_wrapper .milestones_top_container .milestones_top_title, .resources_top_wrapper .milestones_top_container .milestones_top_text p{
	color: #D5CFEF;
}
.partner_section_top_wrapper .milestones_top_container .milestones_top_title, .partner_section_top_wrapper .milestones_top_container .milestones_top_text p{
	color: #FFFFFF;
}
.faq_message_arrow{
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #009DCA;
	position: absolute;
	top: 41px;
	left: -3px;
}
.partner_request_form_content_block .estore_error_message_error_container_2, .white_paper_download_form .estore_error_message_error_container_2, .product_epp_aws_button_text_wrapper .product_call_to_form .estore_error_message_error_container_2, .call_to_action_products_half .product_call_to_form .estore_error_message_error_container_2, .requests_wrapper .product_call_to_form .estore_error_message_error_container_2, .menu_support_requests_wrapper .product_call_to_form .estore_error_message_error_container_2{
	margin-bottom: 1em;
	margin-top: 0;
}
.product_epp_aws_button_text_wrapper .product_call_to_form .estore_error_message_error_container_2{
	max-width: 311px;
	margin-left: auto;
	margin-right: auto;
}
.partner_request_form_content_block .estore_error_message_table_img, .white_paper_download_form .estore_error_message_table_img, .product_epp_aws_button_text_wrapper .product_call_to_form .estore_error_message_table_img, .call_to_action_products_half .product_call_to_form .estore_error_message_table_img, .requests_wrapper .product_call_to_form .estore_error_message_table_img, .menu_support_requests_wrapper .product_call_to_form .estore_error_message_table_img{
	width: 10%;
}
.legal_documents_top_wrapper{
	background-color: #3D275C;
}
.legal_documents_content_container p{
	font-size: 15px;
	line-height: 22px;
	color: #333342;
}
.legal_documents_content_container p a{
	font: inherit;
	color: inherit;
}
.legal_documents_content_container p a:hover{
	font: inherit;
	color: #009DC9;
}
.terms_of_use .legal_documents_content_container p, .eula .legal_documents_content_container p{
	margin-bottom: 1em;
}
.terms_of_use .legal_documents_content_container p:last-of-type, .eula .legal_documents_content_container p:last-of-type{
	margin-bottom: 0;
}
.sol_homepage_text_3 .request_homepage_container .request_call_succes_container_img{
  width: 55px;
  height: 55px;
}
.partner_request_form_content_block_inputs{
  display: table;
  width: 100%;
  padding-top: 1em;
  padding-left: 5%;
  padding-right: 5%;
}
.partner_request_form_content_block_inputs label{
  display: table-cell;
  width: 33.3333%;
  text-align: center;
}
.icon_triangle_product_menu_grey_new, .icon_triangle_product_menu_white_new{
  width: 0;
  height: 0;
  border-left: 5.5px solid transparent;
  border-right: 5.5px solid transparent;
  border-bottom: 5.5px solid #DCDCE0;
  position: absolute;
  top: 30px;
}
.icon_triangle_product_menu_white_new{
  border-bottom: 5.5px solid #FFFFFF;
}
.product_features_box:nth-child(3) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text_heading{
  border-top-color: transparent;
}
.call_to_action_products .call_to_action_products_half .form_sent_succes_message .request_action_succes_container .request_call_succes_container_img{
  width: 75px;
  height: 75px;
  margin-bottom: 5em;
}
.call_to_action_products .call_to_action_products_half .form_sent_succes_message .request_action_succes_container .request_call_succes_container_img svg {
  width: 75px;
  height: 75px;
}
.case_study_third_container .case_study_third_container_quote .case_study_third_container_quote_text .testimonial_quotes_container:first-of-type{
display: block;
height: 60px;
width: 50px;
margin-left: auto;
margin-right: auto;
}
.case_study_third_container .case_study_third_container_quote .case_study_third_container_quote_text .testimonial_quotes_container:first-of-type .testimonial_quotes{
  font-size: 100px;
  line-height: 100px;
}
.case_study_third_container .case_study_third_container_quote .case_study_third_container_quote_text .testimonial_quotes_container:last-of-type .testimonial_quotes{
  display: none;
}
.homepage_slider_container_img_mobile{
  display: none;
}
.container_testimonials_customers_title h4{
  color: #8C8C99;
  text-align: center;
  font-weight: inherit;
}
.case_study_third_container{
  text-align: center;
}
#estore_second_container, #estore_main_shipping_container{
  display: none;
}
#ship_a20{
  display: none;
  min-width: 347px;
}
.page_calculating_gif{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
.page_calculating_gif_img{
  width: 218px;
  height: 149px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 50vh;
}
.case_study_single_page .infographic_wrapper_download_container{
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.case_study_single_page .infographic_wrapper_download_container_text, .case_study_single_page .infographic_wrapper_download_container_icons{
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-align: left;
}
.case_study_single_page .infographic_wrapper_download_container_text{
  margin-right: 4em;
}
.support_box .support_box_content .faq_search_bar_content_item_button{
  background-color: #FFFFFF;
}
.white_paper_container_second .partner_request_succes_container_text{
  font-size: 18px;
  color: #291036;
}
.partner_request_form_content .partner_request_form_content_subtitle a{
  color: inherit;
  font: inherit;
}
.partner_request_form_content .partner_request_form_content_subtitle a:hover{
  color: #009DC9;
}
.homepage_slider_container_img object, .homepage_slider_container_img svg{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.homepage_slider_container_img{
  width: 100%;
}
.support_professional_services_main_wrapper .support_professional_services_2_content .solution_page_info_box{
  display: block;
  width: 100%;
}
.support_professional_services_2_title{
  font-size: 35px;
  color: #333342;
  line-height: 1.2em;
  margin-bottom: 1em;
  font-weight: 300;
  text-align: center;
}
.support_professional_services_main_wrapper .support_professional_services_2_content .solution_page_info_box_text{
  padding-left: 1em;
}
.support_professional_services_main_wrapper .support_professional_services_2_content .solution_page_info_box_number_circle{
  width: 40px;
  height: 40px;
  font-size: 30px;
  padding-top: 0;
}
.solution_by_industry_main_row_1_wrapper{
  background-color: #EEEEEF;
}
.support_professional_services_main_wrapper .support_professional_services_2_content{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.white_paper_download_form_container .form_sent_succes_message .demo_request_succes_container .partner_request_succes_container_img{
  display: block;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.white_paper_download_form_container .form_sent_succes_message .demo_request_succes_container .partner_request_succes_container_text{
  display: block;
  width: 100%;
  color: #FFFFFF;
}
.customer_testimonial_container_solution_bg{
  position: absolute;
  background-color: #FFFFFF;
  width: 500%;
  left: -100%;
  top: 0;
  height: 100%;
  z-index: 1;
}
.solution_page_main_wrapper .customer_testimonial_container, .solution_page_industry_wrapper .customer_testimonial_container{
  position: relative;
}
.checksums_container_title{
  font-size: 35px;
  color: #333342;
  margin-bottom: 1em;
  border-bottom-width: 1px;
  border-bottom-color: #333342;
  border-bottom-style: solid;
}
.checksums_container:first-of-type{
  margin-bottom: 2em;
}
.faq_single_entry_container_rating_no_wrapper .request_homepage_container .request_call_succes_container_text{
  text-align: center;
}
.my_epp_error_link{
  font: inherit;
  color: inherit;
  text-decoration: underline;
}
.estore_2_third_box_succes_img{
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.estore_2_third_box_succes_text{
  font-size: 18px;
  color: #333342;
  margin-bottom: 2em;
  text-align: center;
}
.estore_2_third_box_succes{
  display: none;
}
.container_testimonials_customers .testimonial_text{
  color: #333342;
}
.request_trial_special_format .product_call_to_form_container .product_call_to_form_half:first-of-type, .request_trial_special_format .product_call_to_form_container .product_call_to_form_half:last-of-type{
  padding-left: 0;
  padding-right: 0;
  display: block;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.request_trial_special_format .product_call_to_form_container .product_call_to_form_half .product_epp_buttons_button_contact{
  margin-left: 0;
}
.general_landing_page_template .homepage_slider_container_subtitle p{
  font: inherit;
  color: inherit;
}
.general_landing_page_template .background-blue{
  background-color: #8C8C99;
}
.general_landing_page_form_content{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.general_landing_page_form_content_half{
  display: table-cell;
  width: 50%;
}
.general_landing_page_form_content_half:first-of-type{
  padding-right: 4em;
  vertical-align: middle;
  width: 55%;
}
.general_landing_page_form_content_half:last-of-type{
  background-color: #1FC2DE;
  vertical-align: middle;
  width: 45%;
    padding: 4em;
  padding-top: 2em;
}
.general_landing_page_template .white_paper_download_form_contents{
  max-width: none;
}
.general_landing_page_form_content_half_list_box{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 2em;
}
.general_landing_page_form_content_half_list_box:last-of-type{
  margin-bottom: 0;
}
.general_landing_page_form_content_half_list_box_img{
  display: table-cell;
  width: 75px;
  height: 75px;
  vertical-align: top;
}
.general_landing_page_form_content_half_list_box_img object{
  width: 100%;
}
.general_landing_page_form_content_half_list_box_txt_cont{
  display: table-cell;
  vertical-align: top;
  padding-left: 2em;
}
.general_landing_page_form_content_half_title_container{
  display: block;
  width: 100%;
  text-align: center;
  color: #D5CFEF;
  font-size: 30px;
  line-height: 1.2em;
}
.general_landing_page_form_content_half_list_box_txt_cont_title{
  font-size: 18px;
  line-height: 1.2em;
  color: #333342;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.general_landing_page_form_content_half_list_box_txt_cont_text{
  font-size: 15px;
  line-height: 1.2em;
  color: #333342;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_title h3{
  margin-bottom: 0.5em;
  font-size: 25px;
  color: #FFFFFF;
  text-align: left;
  line-height: 1.2em;
  font-weight: 400;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_sub_title{
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1.2em;
  margin-bottom: 2em;
  text-align: left;
}
.general_landing_page_template .solution_overview_box_main h3{
  min-height: 0;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.general_landing_page_customers_content{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.general_landing_page_customers_content_first, .general_landing_page_customers_content_second{
  display: table-cell;
  vertical-align: middle;
}
.general_landing_page_customers_content_first{
  width: 39.5%;
}
 .general_landing_page_customers_content_second{
   width: 59.5%;
 }
.general_landing_page_customers_content_separator{
  display: table-cell;
  width: 1%;
  position: relative;
}
.general_landing_page_customers_content_separator_line{
  position: absolute;
  width: 1px;
  height: 60%;
  background-color: #D9D9D9;
  top: 16%;
}
.google_conversion_tag{
  display: none;
}
.general_landing_page_customers_content_first_title h5{
  color: #8C8C99;
  text-align: left;
  font-size: 35px;
  line-height: 1.2em;
  padding-right: 0.5em;
}
.product_aws_content_1{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.product_aws_content_1_left{
  display: table-cell;
  width: 70%;
  padding-right: 2em;
  vertical-align: top;
}
.product_aws_content_1_right{
  display: table-cell;
  width: 30%;
  padding-left: 2em;
  vertical-align: middle;
}
.product_aws_content_1_right_img{
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}
.product_aws_content_1_left_title{
  color: #291036;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.2em;
}
.product_aws_content_1_left_text{
  font-size: 15px;
  color: #333342;
  line-height: 22px;
}
.product_aws_wrapper, .product_aws_wrapper_3{
  background-color: #EBEBEF;
}
.product_aws_content_2{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.product_aws_content_2_left{
  display: table-cell;
  width: 50%;
  padding-right: 2em;
  vertical-align: top;
}
.product_aws_content_2_right{
  display: table-cell;
  width: 50%;
  padding-left: 2em;
  vertical-align: middle;
}
.product_aws_content_2_right_img{
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.product_aws_content_2_left_title{
  color: #291036;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.2em;
}
.product_aws_content_2_left_list ul{
  font-size: 15px;
  color: #333342;
  line-height: 22px;
  padding-left: 1em;
}
.product_aws_content_2_left_list ul li{
  font: inherit;
  color: inherit;
  margin-bottom: 1em;
}
.product_aws_content_2_left_list ul li:last-of-type{
  margin-bottom: 0;
}
.product_aws_content_3_title{
  color: #291036;
  font-size: 30px;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.2em;
}
.product_aws_content_3_text{
  font-size: 15px;
  color: #333342;
  line-height: 22px;
  margin-bottom: 2em;
}
.product_aws_content_3_table{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.product_aws_content_3_table_left{
  display: table-cell;
  width: 50%;
  padding-right: 2em;
}
.product_aws_content_3_table_right{
  display: table-cell;
  width: 50%;
  padding-left: 2em;
}
.product_aws_content_3_table_left_title, .product_aws_content_3_table_right_title{
  color: #291036;
  font-size: 20px;
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.2em;
}
.product_aws_content_3_table_left_img{
  max-width: 296px;
  margin-left: 0;
}
.product_aws_content_3_table_right_list ul{
  font-size: 15px;
  color: #333342;
  line-height: 22px;
  padding-left: 1em;
}
.product_aws_content_3_table_right_list ul li{
  font: inherit;
  color: inherit;
  margin-bottom: 0.5em;
}
.product_aws_content_3_table_right_list ul li a{
  font: inherit;
}
.product_aws_content_3_table_right_list ul li:last-of-type{
  margin-bottom: 0;
}
.aws_form_title_text{
  font-size: 15px;
  color: #333342;
  line-height: 22px;
  margin-bottom: 2em;
}
.aws_form_title_heading a{
  font-size: 35px;
  color: #717073;
  display: block;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.general_landing_page_form_content_half_title_container_wrapper{
  background-color: #2E1060;
}
.general_landing_page_template .solution_overview_box_text{
  color: #FFFFFF;
}
.solution_page_main_wrapper .solution_overview_container_heading{
  margin-bottom: 0.1em;
}
.general_landing_page_template .solution_page_top_wrapper_background{
  background-color: #6666FF;
}
.general_landing_page_template .solution_page_top_textbox_heading{
  color: #FFFFFF;
}
.general_landing_page_template .product_overview_box_spacer{
  background-color: #FFFFFF;
}
.general_landing_page_template .partner_request_succes_container_text{
  padding-left: 0;
}
.product_epp_buttons_button_demo_homepage_container{
  text-align: center;
}
.infosec_landing_page .general_landing_page_form_content_half_list_box_img .general_landing_page_form_content_half_list_box_img_no{
  font-size: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #333342;
  color: #333342;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  line-height: 1em;
  text-align: center;
  font-weight: 100;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 0.12em;
}
.infosec_landing_page .general_landing_page_form_content_half_list_box_img{
  width: 50px;
  height: 50px;
}
.infosec_landing_page .general_landing_page_form_content_half_list_box{
  margin-bottom: 3em;
}
.infosec_landing_page .general_landing_page_form_content_half_list_box:last-of-type{
  margin-bottom: 0;
}
.general_landing_page_form_content_half_title_container_subtitle{
  font-size: 18px;
  color: inherit;
  margin-top: 1em;
}
.infosec_landing_page label{
  display: block;
  margin-bottom: 0.5em;
}
.infosec_landing_page .white_paper_download_form_container label input[type="radio"]:checked + .partner_request_radio_icon::before{
  top: 0.19em;
}
.infosec_landing_page .schedule_meeting_container{
  max-width: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
}
.infosec_landing_page .partner_request_succes_container_text{
  text-align: center;
}
.ups_tracking_wrapper{
  background-color: #F5F5F6;
  overflow-x: auto;

}
.ups_tracking_page .ups_tracking_wrapper table{
  border-collapse: collapse;
  border-spacing: 0;
  color: #333342;
  border-width: 1px;
  border-style: solid;
  border-color: #D2D2D6;
  font-size: 16px;
}
.ups_tracking_page .ups_tracking_wrapper .row3{
  background-color: #f8fdfc;
}
.ups_tracking_page .ups_tracking_wrapper .almost-black-text{
  font-size: 16px;
  color: #333342;
  line-height: 25px;
}
.ups_tracking_page .ups_tracking_wrapper .cell{
  padding: 4px;
}
.ups_tracking_page .ups_tracking_wrapper .row25{
  background-color: #F8F8F8;
}
.ups_tracking_page .ups_tracking_wrapper .row2{
  background-color: #fdfdfd;
}
.ups_tracking_page .ups_tracking_content{
  min-width: 720px;
  box-sizing: initial;
}
.faq_results_search_page .search_results_pagination {
  color: #333342;
  font-size: 18px;
}
.faq_results_search_page .search_results_pagination ul{
  display: inline-block;
  font: inherit;
  color: inherit;
}
.faq_results_search_page .search_results_pagination ul li{
  display: inline-block;
  font: inherit;
  color: inherit;
  margin-right: 0.5em;
}
.faq_results_search_page .search_results_pagination ul li a{
  font: inherit;
  color: inherit;
}
.faq_results_search_page .search_results_pagination .active{
  color: #009DC9;
}
.faq_results_search_page .search_results_pagination .next_page a{
  font: inherit;
  color: inherit;
}
#solution_pages_dlp_products_wrapper .flex-control-nav{
  bottom: 25px;
}

.homepage_publications_wrapper_content_table{
  display: table;
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
}
.homepage_publications_wrapper_content_table_box{
  display: table-cell;
  padding-left: 2em;
  padding-right: 2em;
  vertical-align: middle;
  position: relative;
  height: 65px;
  width: 20%;
}
.homepage_publications_wrapper_content_table_box:first-of-type{

}
.homepage_publications_wrapper_content_table_box:last-of-type{
  padding-right: 0;
}
.homepage_publications_wrapper_content_table_box object{
  max-width: 100%;
  width: auto;
  height: inherit;
  vertical-align: top;
}
.homepage_publications_wrapper_content_table_box svg{
  width: 100%;
}
.homepage_publications_wrapper_content_table_box a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homepage_publications_wrapper_content{
  padding-top: 10px;
}
.homepage_publications_wrapper{
  background-color:#3f3f4f;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #E5E5E5;
  /*-webkit-box-shadow: 0 5px 5px 0px rgba(0,0,0,.1);
  box-shadow: 0 5px 5px 0px rgba(0,0,0,.1);*/
}
.homepage_publications_wrapper_content_title{
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  color:  #aeacb5;
}

#homepage_slider .flex-control-nav{
  bottom: 10px;
  position: absolute;
}
#homepage_slider .flex-control-paging li a{
  width: 30px;
  height: 7px;
  background: #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#homepage_slider .flex-control-paging li a.flex-active, #homepage_slider .flex-control-paging li a.flex-active:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#homepage_slider{
  margin-bottom: 0;
}
.flexslider {
background-color: #6666FF;
}

.linux_request_first_container p{
  font-size: 25px;
  line-height: 27px;
  color: #AAB2B8;
  text-align: center;
  margin-bottom: 2em;
}
.linux_request_second_container_wrapper{
  background-color: #1081B0;
}
.events_custom_form{
  display: none;
}
.logo .logo-link{
  position: relative;
  display: inline-block;
}
.logo .logo-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gdpr_page_switch_container_title h2{
  width: 100%;
  font-size: 39px;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
}
.gdpr_page_table_container{
  display: table;
  width: 100%;
  table-layout: fixed;
  vertical-align: top;
}
.gdpr_page_table_container.center_content .gdpr_page_table_container_text{
  display: block;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.gdpr_page_table_container_image{
  display: table-cell;
  width: 50%;
  vertical-align: top;
  text-align: right;
}
.gdpr_page_table_container_image object, .gdpr_page_table_container_image svg{
  width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: default;
  max-width: 570px;
}
.gdpr_page_table_content .gdpr_page_table_content_bg{
  padding-top: 60px;
  padding-bottom: 60px;
}
.gdpr_page_table_content .gdpr_page_table_content_bg:first-of-type{
  background-color: #BAD4FD;
}
.gdpr_page_table_content .gdpr_page_table_content_bg:last-of-type{
  background-color: #6666FF;
}
.gdpr_page_table_container_text{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.gdpr_page_table_container.left .gdpr_page_table_container_image, .gdpr_page_table_container.right .gdpr_page_table_container_text {
  padding-right: 0;
}
.gdpr_page_table_container.right .gdpr_page_table_container_image, .gdpr_page_table_container.left .gdpr_page_table_container_text{
  padding-left: 2em;
}
.gdpr_page_table_container_text .gdpr_page_table_container_text_title{
  font-size: 18px;
  font-weight: 400;
  color: #291336;
  margin-bottom: 0.5em;
}
.gdpr_page_table_container_text .gdpr_page_table_container_text_content p{
  font-size: 19px;
  color: #291336;
  margin-bottom: 1em;
}
.gdpr_page_table_container_text .gdpr_page_table_container_text_content p:last-of-type{
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
}

/* elements for homepage redesign*/
.homepage_solution_container{
  position: relative;
  display: block;
  overflow: hidden;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.homepage_solution_content_icons .homepage_solution_content_item .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active{
  display: none;
}
.homepage_solution_content_item_data.desktop{
  display: none;
}
.homepage_solution_content_item_icon{
  display: block;
  width: 100%;
  position: relative;
  vertical-align: middle;
  margin-bottom: 38px;
  cursor: pointer;
}
.homepage_solution_content_icons .homepage_solution_content_item:last-of-type .homepage_solution_content_item_icon{
  margin-bottom: 0;
}
.homepage_solution_content_item_data_first_icons{
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-top: 30px;
  margin-bottom: 30px;
}
.homepage_solution_content_item_data_first_icons_row{
  display: table-row;
  width: 100%;
}
.homepage_solution_content_item_data_first_icons_row:last-of-type{
  padding-bottom: 0;
}
.homepage_solution_content_item_data_first_icons_row:first-of-type .homepage_solution_content_item_data_first_icons_item{
  padding-bottom: 28px;
}
.homepage_solution_content_item_icon_image{
  width: 80px;
  height: 80px;
  display: table-cell;
}
.homepage_solution_content_item_icon_title{
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 0.5em;
}
.homepage_solution_content_item_icon_title h2{
  font-size: 19px;
  font-weight: 400;
  padding-left: 26px;
  text-align: left;
  color: #291336;
}
.homepage_solution_content_item_data_first_icons_item{
  display: table-cell;
  width: 50%;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
  padding-right: 1em;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
  padding-left: 1em;
}
.homepage_solution_content_item_data_first_icons_item_icon{
  width: 50px;
  height: 50px;
  display: table-cell;
}
.homepage_solution_content_item_data_first_icons_item_title{
  display: table-cell;
  vertical-align: middle;
  padding-left: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #2A1536;
  line-height: 1.2em;
}
.homepage_solution_content_item_data_first_text div:first-of-type{
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #291336;
}
.homepage_solution_content_item_data_first_text .solution_flex{
  display: none;
}
.homepage_solution_content_item_data_first_bottom p{
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #8C8C99;
}
.homepage_solution_content_item_data_first_bottom p{
  margin-bottom: 1em;
}
.homepage_solution_content_item_data_first_bottom p:last-of-type{
  margin-bottom: 0;
}
.homepage_solution_content_item_data_first_bottom p a{
  color: #8C8C99;
  text-decoration: underline;
}
.homepage_solution_content_item_data_second .sol_homepage_text_3_title{
  font-size: 25px;
  font-weight: 300;
  color: #291337;
  margin-bottom: 1.5em;
}
.homepage_solution_content_item.active .homepage_solution_content_item_icon::after{
  content: "";
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-right: 17px solid #FFFFFF;
  border-bottom: 17px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%); /* Only for graceful degradation in IE9, cannot be transitioned */
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
}
.homepage_solution_content_item_data_second, .homepage_solution_content_item_data_first{
  position: relative;
}
.homepage_solution_content_item_data_first_bg, .homepage_solution_content_item_data_second_bg{
  width: 500vw;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -2;
  background-color: #F5F5F6;
}
.homepage_solution_content_item_data_second_bg{
  background-color: #11C3DD;
}
.homepage_solution_content_item_data_first_triangle, .homepage_solution_content_item_data_second_triangle{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); /* Only for graceful degradation in IE9, cannot be transitioned */
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
}
.homepage_solution_content_item_data_second_triangle{
  border-top: 20px solid #F5F5F6;
}
.homepage_solution_content_item_data.mobile{
  display: none;
}
.homepage_solution_content_icons .homepage_solution_content_item:last-of-type .solution_line_3{
  display: none;
}
.homepage_publications_wrapper_content_table{
  table-layout: fixed;
}
.homepage_publications_wrapper_content_table_box{
  width: 20%;
}
.homepage_publications_wrapper_content_table_box svg{
  width: 100%;
}
.solution_page_top_wrapper_illustration{
  position: relative;
}
.homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active svg, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled svg{
  width: 100%;
  height: 100%;
}
/* elements for homepage redesign*/

.solution_page_main_wrapper.gdpr_custom .solution_by_industry_main_row_1_wrapper{
  background-color: transparent;
  background: none;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_info_spacer{
  display: none;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left{
  display: table;
  width: 100%;
  table-layout: fixed;
  border-radius: 15px;
  background-color: #003398;
  padding-top: 55px;
  padding-bottom: 55px;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_left_gdpr_image{
  display: table-cell;
  padding-left: 68px;
  padding-right: 68px;
  vertical-align: top;
  width: 261px;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_left_gdpr_image svg{
  max-width: 125px;
  width: 100%;
  height: auto;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_normal{
  display: table-cell;
  padding-right: 55px;
  vertical-align: top;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_normal p{
  font-size: 17px;
  color: #FFFFFF;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container_title{
  background-color: #291336;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_text_title .solution_page_info_box_text{
  padding-left: 1em;
  font-size: 30px;
  font-weight: 400;
  line-height: 1em;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg:first-of-type .gdpr_page_table_container_text_title .solution_page_info_box_number_circle{
  background-color: #FFFFFF;
  border-style: none;
  color: #291336;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg:first-of-type .gdpr_page_table_container_text_title .solution_page_info_box_text{
  color: #291336;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg:nth-child(2) .gdpr_page_table_container_text_title .solution_page_info_box_number_circle{
  background-color: #FFCC00;
  border-style: none;
  color: #333342;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg:nth-child(2) .gdpr_page_table_container_text_title .solution_page_info_box_text{
  color: #333342;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg:last-of-type .gdpr_page_table_container_text_title .solution_page_info_box_number_circle{
  background-color: #FFCC00;
  border-style: none;
  color: #291336;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg:last-of-type .gdpr_page_table_container_text_title .solution_page_info_box_text{
  color: #FFFFFF;
}
.solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg:last-of-type .gdpr_page_table_container_text .gdpr_page_table_container_text_content p{
  color: #FFFFFF;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_wrapper{
  background: none;
  filter: none;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_title{
  color: #2F1454;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_icon{
  display: table-cell;
  width: 150px;
  vertical-align: middle;
  background-color: #BAD4FD;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_icon svg{
  max-height: 75px;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row{
  width: auto;
  background-color: #2F1454;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box{
  width: 25%;
  border-right-color: #BAD4FD;
  border-right-style: solid;
  border-right-width: 1px;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box:last-of-type{
  border-right-style: none;
  border-bottom-style: none;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box_right{
  padding-top: 22px;
  padding-bottom: 33px;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box_right .solution_page_hw_box_number{
  display: block;
  font-size: 40px;
  font-weight: 300;
  color: #BAD4FD;
  width: 100%;
  position: relative;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box_right .solution_page_hw_box_text_string{
  display: block;
  width: 100%;
  color: #BAD4FD;
  font-size: 15px;
  font-weight: 400;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_box_number_arrow{
  position: absolute;
  height: 90%;
  top: 0.2em;
  left: -2.095em;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_box_number_arrow svg{
  stroke: #BAD4FD;
  fill: #2F1454;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_box:nth-child(1) .solution_page_hw_box_number_arrow svg{
  stroke: #BAD4FD;
  fill: #BAD4FD;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .white_paper_download_form_button{
  background-color: #93939C;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_box_number_arrow{
  height: 36px;
}
.solution_page_main_wrapper.gdpr_custom .solution_page_hw_box_number_arrow svg{
  height: 32.4px;
  width: 16.58px;
}
.flag-logo svg, .flag-logo-w svg {
width: 35px;
height: 35px;
}
.products_box_icon svg {
width: 41px;
height: 41px;
}
.partner_request_succes_container_img svg {
width: 228px;
height: 228px;
max-height: none;
}
.call_to_action_products .call_to_action_products_half .form_sent_succes_message .request_action_succes_container .request_call_succes_container_img svg {
width: 75px;
height: 75px;
}

.products_box_content_comparison_line.gdpr_compliance {
background-color: #282832;
padding-top: 1.25em;
padding-bottom: 1.25em;
}

.products_box_content_comparison_line.gdpr_compliance .products_box_content_comparison_line_bg {
background-color: #282832;
}

.products_box_content_comparison_line.gdpr_compliance .product_comparison_menu_text {
font-size: 18px;
font-weight: 400;
}

.products_box_content_comparison_line.gdpr_compliance .products_box_content_comparison_line_button .product_epp_buttons_button_link {
color: #282832;
}
.products_box_content_comparison_line.gdpr_compliance .products_box_content_comparison_line_button {
background-color: #11c3dd;
padding-left: 18px;
padding-right: 18px;
}

.products_box_content_comparison_line.gdpr_compliance .products_box_content_comparison_line_button .product_epp_buttons_button_link:hover {
color: #fff;
}

.custom_faq_message_mac_epp_basic{
  display: none;
  margin-top: 0.5em;
}

 .homepage_solution_content_item_data_first_bottom .homepage_solution_content_item_data_first_bottom_table{
   display: block;
   width: 100%;
   min-height: 66px;
   height: 66px;
   border-top-style: solid;
   border-top-color: #9C8C99;
   border-top-width: 1px;
   vertical-align: middle;
 }
  .homepage_solution_content_item_data_first_bottom .homepage_solution_content_item_data_first_bottom_table:first-of-type{
    border-top-color: #291336;
  }
  .homepage_solution_content_item_data_first_bottom .homepage_solution_content_item_data_first_bottom_table:last-of-type{
    border-bottom-style: solid;
    border-bottom-color: #9C8C99;
    border-bottom-width: 1px;
  }
 .homepage_solution_content_item_data_first_bottom .homepage_solution_content_item_data_first_bottom_table .homepage_solution_content_item_data_first_bottom_table_first, .homepage_solution_content_item_data_first_bottom .homepage_solution_content_item_data_first_bottom_table .homepage_solution_content_item_data_first_bottom_table_second{
   display: table-cell;
   vertical-align: middle;
   height: 66px;
 }
 .homepage_solution_content_item_data_first_bottom .homepage_solution_content_item_data_first_bottom_table .homepage_solution_content_item_data_first_bottom_table_first{
   padding-right: 1em;
 }
 .homepage_solution_content_item .homepage_solution_content_item_data_first .homepage_solution_content_item_data_first_title p{
   font-size: 21px;
   font-weight: 600;
   color: #291336;
 }
 .homepage_solution_content_item_data_first .homepage_solution_content_item_data_first_icons{
   margin-top: 50px;
   margin-bottom: 50px;
 }
 .homepage_solution_content_item_data_first_icons_row:first-of-type .homepage_solution_content_item_data_first_icons_item{
   padding-bottom: 55px;
 }
 .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
   padding-left: 1.8125em;
 }
 .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
   padding-right: 1.8125em;
 }
 .homepage_solution_content_item_data_first .homepage_solution_content_item_data_first_icons_item_title{
   padding-left: 15px;
   line-height: 18px;
   color: #291336;
 }
 .homepage_solution_content_item_data_first .homepage_solution_content_item_data_first_icons_item_icon, .homepage_solution_content_item_data_first .homepage_solution_content_item_data_first_icons_item_icon svg{
   width: 54px;
   height: 54px;
   line-height: 1em;
 }
 .homepage_solution_content_item_data_first_bottom_table_first a{
   font-size: 16px;
   line-height: 1.125em;
   color: #291336;
   font-weight: 700;
 }
 .homepage_solution_content_item_data_first_bottom_table_second{
   font-size: 16px;
   line-height: 1.125em;
   color: #9C8C99;
   font-weight: 400;
 }
 .homepage_solution_content_item_data_first_text div:first-of-type{
   margin-top: 0.5em;
 }
 .generic-email-error-message{
    display: none;
    font-size: 14px;
    color: #e84444;
    text-align: left;
    height: 16px;
    padding-left: 5px;
    margin-bottom: 15px;
}
.product_epp_buttons_button_demo_link{
    display: inline-block;
    background-color: #93939C;
    border-radius: 3px;
    border-style: none;
    font: inherit;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 28px;
    padding-right: 28px;
    vertical-align: middle;
    margin-left: 1em;
    letter-spacing: 0.04em;
    background-color: #11C3DD;
}

/* Header redesign styles
-------------------------------------------------------------------------------------------------*/
header#header_redesign{
	display: block;
}
.logo-link.logo_ititial {
	width: 100%;
}
.logo-link.logo_ititial .logo_full {
	width: 210px;
}
.logo_to_scroll{
	width: 100%;
	position: relative;
	display: none;
}
.to_scroll_container {
	display: table;
	width: 100%;
}
.logo_to_scroll .to_scroll_container .logo-link {
	display: table-cell;
	width: 20%;
	vertical-align: middle;
}

.logo_to_scroll .to_scroll_container .logo_small_scroll{
		width: 40px;
	height: 40px;
}
.logo_to_scroll .to_scroll_container .product_epp_buttons_button_demo_menu {
	padding: 0;
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	text-align: right;
}
.request_demo_at_scroll {
	display: none;
}
.breadcrumb_header_redesign{
	display: block;
}
header#header_redesign{
    background: #fff;
    z-index: 999;
    position: relative;
    transition: .6s all ease-in-out;
}
#header_redesign #dropdown_menu {
    height: 91vh;
    overflow-y: scroll;
}
.cc-color-override-220871268.cc-window{
	z-index: 99999;
}
#header_redesign #bottom_header {
    background: #fff;
}
header#header_redesign #bottom_header.sticky{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e0e0e0;
	z-index: 99999;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
#header_redesign #bottom_header .product_epp_buttons_button_demo_menu {
    padding: 0;
}
#header_redesign #bottom_header a.product_epp_buttons_button_link_menu {
    margin-left: 0;
    color: #ffffff !important;
	background: #1fc3df;
    padding: 10px 26px;
    border-radius: 3px;
}
#header_redesign #bottom_header a.product_epp_buttons_button_link_menu:active,
#header_redesign #bottom_header a.product_epp_buttons_button_link_menu:hover,
#header_redesign #bottom_header a.product_epp_buttons_button_link_menu:visited{
	color: #ffffff;
}
#header_redesign #menu_concept_list li {
    padding-left: 1.5em;
    padding-right: 1.5em;
    display: table-cell;
    vertical-align: middle;
}
#header_redesign .main_menu_container{
	vertical-align: middle;
}
#header_redesign #menu_concept_list li.main_menu_company {
    padding-right: 3em;
}
#header_redesign #menu_concept_list li.main_manu_search_mobile{
	display: none;
}
#header_redesign #menu_concept_list li a{
	margin: 0;
}

#header_redesign .middle-container{
	padding-bottom: 0.6em;
    padding-top: 1em;
    margin-top: 0;
    margin-bottom: 0;
}
#header_redesign .partners_top_menu_container {
    display: none;
    position: absolute;
    background-color: #eaeaec;
    max-width: 500px;
    width: 500px;
    z-index: 999;
    padding: 2.6em 3em 1em 3em;
    text-align: left;
    color: #291636;
}
#header_redesign #more_menu {
    position: relative;
    width:100%;
}
#header_redesign #partners_top_menu_container .partner_box_container {
    padding-top: 0;
}
#header_redesign #partners_top_menu_container .partner_box_large_map {
    display: none;
}
#header_redesign #partners_top_menu_container .partner_box_large,
#header_redesign #partners_top_menu_container .partner_box_small{
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
#header_redesign #partners_top_menu_container .partner_box_small_title .partner_box_small_title_text, #header_redesign #partners_top_menu_container .partner_box_large_title .partner_box_large_title_text {
    color: #333342;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.03em;
    font-size: 20px;
}
#header_redesign .request_demo_menu{
    display: none;
    background: #c3e6ff;
    z-index: 9999999;
	box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.15);
	position: relative;
}
#header_redesign .desktop_main_menu_background_container {
	box-shadow: 1px 5px 5px rgba(0, 0, 0, 0.3);
}
#header_redesign .search_form{
	position: relative;
	width: 350px;
	display: inline-block;
	border: 1px solid#dadada;
	border-radius: 5px;
	margin-top: 8px;
	margin-bottom: 4px;
}
#header_redesign .search_form_field{
	font-size: 1.5em;
	padding: 2px 2px 2px 30px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	font: inherit;
    font-weight: inherit;
    font-size: inherit;
	background-color: transparent;
	width: 14em;
	font-weight: 400;
	display: block;
	width: 100%;
	-webkit-appearance: none;
	font-size: 14px;
}
#header_redesign .search_form_inner_container{
	display: table;
	width: 350px;
	table-layout: fixed;
}
#header_redesign .search_form_inner_container_icon {
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    position: absolute;
    padding-left: 5px;
}
#header_redesign .search_form_inner_container_close{
	display:none;
}
#header_redesign .search_form_inner_container_icon object, 
#header_redesign .search_form_inner_container_close object, 
#header_redesign .search_form_inner_container_icon svg, 
#header_redesign .search_form_inner_container_close svg{
	width: 18px;
	height: 18px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#header_redesign .search_form_field::-webkit-input-placeholder{
	color: #8f8f8f;
	}
#header_redesign .search_form_field:-moz-placeholder{
	color: #8f8f8f;
	opacity:  1;
}
#header_redesign .search_form_field::-moz-placeholder{
	color: #8f8f8f;
	opacity:  1;
}
#header_redesign .search_form_field:-ms-input-placeholder{
	color: #8f8f8f;
}
#header_redesign .more_menu_link{
	padding-bottom: 14px;
	padding-top: 15px;
	display: inline-block;
}
#header_redesign .search_form_inner_container_icon, #header_redesign .search_form_inner_container_close{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	position: absolute;
	padding-left: 5px;
}
#header_redesign .search_form_field{
	display: block;
	width: 100%;
}
#header_redesign .search_form{
	background-color: #FFFFFF;
}
#header_redesign #bottom_header .main_menu_partners{
	display: none !important;
}
/* End header redesign styles
-------------------------------------------------------------------------------------------------*/


/* ====================================================================================================================
* RESPONSIVE
* ====================================================================================================================*/



/* =Desktop special Styles
-------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
*{
	font-size: 16px;
	line-height: 1.5em;
	font-weight: 300;
}

.center {
	min-width: 1024px;
	max-width: 1140px;
}
.feature_box_spacer{
	display: block;
}
.product_overview_box_icon{
	margin-left: auto;
	margin-right: auto;
}
.solution_overview_box_icon{
	margin-left: auto;
	margin-right: auto;
}
.product_overview_box_spacer_2{
	display: block;
}
.infosec_landing_page .general_landing_page_form_content_half_list_box .general_landing_page_form_content_half_list_box_txt_cont_text{
  font-size: 18px;
  line-height: 1.3em;
}
.product_overview_box h2{
	margin-top: 0;
}
.infographic{
	width: 100%;
	max-height: 700px;
	margin-top: 82px;
	margin-bottom: 82px;
}
.product_top{
	margin-top: 0;
	margin-bottom: 82px;
}
.product_overview_box_container{
	padding-bottom: 82px;
	padding-top: 82px;
}
.product-icon{
	height: 95px;
	margin-top: 50px;
}
.sol_homepage_text_1{
	padding-top: 4.4em;
	padding-right: 2em;
	padding-bottom: 4.4em;
	display: table-cell;
	width: 33%;
	vertical-align: top;
    height: 635.6px;
    background-color: #9D9DA8;
		}
.sol_homepage_text_2{
	padding-top: 4.4em;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 4.4em;
	display: table-cell;
	width: 33%;
	vertical-align: top;
    height: 635.6px;
      background-color: #9D9DA8;
		}
.sol_homepage_text_2 p{
		font-size: 1.2em;
	}
.sol_homepage_text_2 a{
		color: #ffffff;
		text-decoration: underline;
	}
.sol_homepage_text_3{
	padding-top: 4.4em;
	padding-left: 2em;
	padding-bottom: 4.4em;
	display: table-cell;
	width: 33%;
	vertical-align: top;
	background-color: #A7A7B1;
	color: #000000;
	padding-right: 2.5em;
    height: 635.6px;
	}
.sol_homepage_text_3 .sol_homepage_text_3_title{
		color: #ffffff;
		margin-bottom: 1.5em;
		margin-top: 0;
		text-align: left;
    font-size: 25px;
    line-height: 1.5em;
	}
.homepage-bar{
	display: none;
	width: 0.5%;
		}
.show_more{
	display: none;
	}
#customers_homepage{
	background-color: #EAEAEA;
	display: block;
}
.index_desc_txt p{
	color: #72727A;
}
.active_container_block_spacer, .active_container_block_spacer_2, .active_container_block_spacer_1{
	display: table-cell;
	width: 1%;
	}
.homepage_solution{
	width:33%;
	display: table-cell;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: top;
	position: relative;
}
#solution_content{
	color: #ffffff;
}
.supported_platforms_container{
	display: block;
	opacity: 0.4;
}
.close_button{
	width: 30px;
	height: 30px;
	right: 0;
}
.search_icon{
	width: 25px;
	height: 25px;
	position: absolute;
	top: 7px;
	left: 0;
}
.footer_action_container{
	display: table;
	padding-top: 2.76em;
	width: 100%;
	table-layout: fixed;
}
.menu_concept_icon, .menu_concept_contact, .menu_product_icon {
	display:none;
}
#menu_footer{
	display: block;
}
.solution_line_3{
	display: none;
}
.contact_container{
	padding: 3em;
	padding-top: 2.3em;
}
.contact_container_menu{
	max-width: 29em;
}
.contact_heading{
	margin-bottom: 1em;
}
.homepage_main_title h1{
	margin-bottom: 73px;
	font-size: 41.6px;
	margin-top: 1.6em;
	color: #8C8C99;
	text-align: center;
	font-weight: 300;
}
.index_title h2, .index_title_single h2{
	margin-bottom: 0.5em;
	margin-top: 1em;
}
.call_to_action_products_img img{
	height: 547px;
	width: auto;
}
.active_container_block h4 a{
	font: inherit;
	font-weight: 400;
  	line-height: 1.2em;
}
.active_container_block h4{
	min-height: 99px;
	padding-bottom: 0.7em;
	font-size: 16px;
	line-height: 23px;
}
.active_container_block h3{
	padding-bottom: 1em;
}
h5{
	font-size: 2.188em;
	}
.active_container_homepage{
	padding-bottom: 3.33em;
	padding-top: 5.5em;
}
.active_container_homepage_row{
	display: table-cell;
	width: 49.5%;
}
.solution_dlp_box{
	display: table-cell;
	padding-right: 2em;
}
.solution_mdm_box{
	display: block;
}
.solution_dlp{
	display: table-cell;
	width: 60%;
	padding-top: 2em;
}
.solution_mdm{
	display: table-cell;
	width: 40%;
	padding-left: 2em;
	padding-top: 2em;
}
.products_box{
	width: 47.5%;
	display: inline-flex;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 2em;
}
.products_box_text .products_box_text_title {
	margin-top: 0.3em;
}
.products_box_text .products_box_text_title:hover{
	color: #009DC9;
}
.products_box_big{
	width:66%;
	display: inline-block;
	padding-top: 3em;
	margin-left: 1em;
}
.products_box_small{
	width: 30%;
	display: inline-block;
	vertical-align: top;
	padding-top: 3em;
	margin-right: 1em;
}
.products_spacer, .products_spacer_2{
	display: none;
}
.support_box{
	display: table-cell;
	width: 33%;
  	padding-bottom: 25px;
}
.support_box_content{
	padding-top: 1em;
}
#support_box_1, #support_box_2{
	padding-right: 2.791em;
	}
#support_box_2, #support_box_3{
	padding-left: 2.791em;
}
.partner_box_large{
	display: table-cell;
	width: 60%;
	padding-bottom: 45px;
}
.twitter_special{
	padding-bottom: 1em!important;
	font-size: 1.563em;
}
.partner_box_small{
	display: table-cell;
	width: 40%;
	padding-bottom: 45px;
}
.container_testimonials_customers{
	display: table;
}
.more_menu_container_spacer{
	display: block;
}
.container_testimonials_customers_title{
	display: table-caption;
}
.container_testimonials_customers_title h4{
	margin-top: 60px;
	margin-bottom: 0;
	font-size: 2.4em;
}
.menu_desktop{
	display: block;
}
.main_menu_container{
	text-align: right;
	display: table-cell;
}
.main_menu_container li{
	font-weight: 400;
	letter-spacing: -1px;
}
.dropdown_menu{
	display: none;
}
.index_icon{
	width: 110px;
	height: 110px;
	display: inline-table;
}
.homepage_solution_first{
	display: table;
	margin-bottom: 3.7em;
}
.testimonial_text{
	padding-left:0.5em;
	padding-right: 0.5em;
	font-size: 14px;
	line-height: 18px;
	color: #333342;
}
.more_menu_container{
	display: block;
	text-align: right;
	font-size: inherit;
	position: relative;
}
#top_header .center {
	position: relative;
}
.more_menu_list li{
	list-style: none;
	display: inline-block;
	color: #8c8c96;
	font-size: 0.813em;
	line-height: 1.5em;
	vertical-align: middle;
}
.more_menu_list li a{
	font: inherit;
	margin-left: 15px;
	margin-right: 15px;
	color: inherit;
}
#contact_form_menu_button a{
	margin-right: 9px;
}
.more_menu_link{
	padding-bottom: 10px;
	padding-top: 10px;
	display: inline-block;
}
#contact_form_menu_button::after, #curr_lang::after, #partners_menu_top::after{
	content: url('../images/img/site/other_open.svg');
	width: 12px;
	height: 12px;
	display: inherit;
	padding-right: 9px;
	cursor: pointer;
}
#curr_lang a:first-of-type{
	margin-right: 9px;
	line-height: 1.5em;
}
.more_menu_list ul li ul li a{
	margin-left: 15px;
	margin-right: 15px;
	line-height: 29.5px;
}
.more_menu_list ul li .lang_spacer:last-of-type{
	display: none;
}
.more_menu_list li :hover, .more_menu_list li a :hover{
	color: #009DC9;
}
.products_box_text{
	width: 89%;
	padding-left: 1em;
	padding-top: 0.3em;
	font-size: 12.7px;
}
.sol_homepage_text_1_feature{
	display: block;
	margin-bottom: 1em;
}

#homepage_slider img{
	height: 450px;
}
.footer-text {
	display: block;
    font-size: 0.688em;
    color: #474952;
    width: 100%;
    text-align: justify;
    line-height: 1.25em;
	padding-top: 3em;
	padding-bottom: 3em;
}
.footer-text strong {
    font: inherit;
}
.footer-text-link{
	font: inherit;
    color: #474952;
    font-weight: 400;
    text-decoration: none;
}
a.footer-text-link  strong{
    font: inherit;
    color: #474952;
    font-weight: 400;
    text-decoration: none;
}
a.footer-text-link:hover strong{
    font: inherit;
    color: #474952;
    font-weight: 400;
    text-decoration: underline;
}
.solution_line_2{
	display: block;
	background-color: #94949E;
	height: 1px;
	width:100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.menu_product{
	text-align: right;
	vertical-align: bottom;
}
.product_menu_desktop{
	display: table;
	width: 100%;
}
.product_menu_desktop li, .product_menu_desktop li a{
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.product_menu_desktop li:last-of-type{
	margin-right: 0;
}
.product_name_desktop{
	display: table-cell;
	text-align: left;
	color: #A5A5AA;
	font-size: 16px;
	font-weight: 300;
}
.product_menu_desktop ul{
	display: table-cell;
}
.product_menu_spacer{
	display: none;
}
.product_features_show_right{
	width: 100%;
	display: block;
}
.product_features_show_left{
	display: block;
	width: 100%;
}
.products_features_feature_half_list{
	display: table-cell;
	width: 50%;
}
.products_features_feature_half_list:last-of-type{
	padding-left: 20%;
}
.product_top_box{
	vertical-align: top;
}
.product_top_box_pg_name{
	margin-bottom: 3.5em;
	display: block;
}
.product_top_2 .product_top_box{
	display: table;
	width: 100%;
	padding-top: 2em;
}
.product_top_2 .product_top_box .product_top_box_pg_name{
	display: table-cell;
	text-align: left;
}
.product_top_2 .product_top_box .product_top_box_buttons{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.page_title{
	display: none;
}
.product_name{
	display: none;
}
.menu_product_mobile{
	display: none;
}
.product_features_top{
	padding-top: 82px;
}
.product_features_show_more_container{
	padding-top: 60px;
	padding-bottom: 10px;
}
.information_block_content{
	margin-bottom: 3em;
}
.product_features_show_more_custom_text_container .product_features_custom_text_box{
	display: table-cell;
	width: 33%;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 41px;
	padding-top: 41px;
}
.product_features_show_more_custom_text_container .product_features_custom_text_box:last-of-type{
	padding-right: 0;
}
.product_features_show_more_custom_text_container .product_features_custom_text_box:first-of-type{
	padding-left: 0;
}
.product_features_show_half{
	display: table-cell;
	width: 50%;
}
.product_features_show_more_box .product_features_show_half:first-of-type{
	padding-right: 4em;
}
.product_features_show_more_box .product_features_show_half:last-of-type{
	padding-left: 4em;
}
.product_top_2{
	display: block;
}
.support_box_content_text p{
	font-size: 14px;
	margin-bottom: 1.5em;
}
.support_box_content_text ul{
	margin-top: 0;
}
.appliance_content{
	margin-top: 82px;
	margin-bottom: 82px;
}
.appliance_title_background{
	display: block;
}
.appliance_picture{
	margin-bottom: 41px;
}
.appliance_info_1 p{
	margin-bottom: 1.5em;
	margin-top: 41px;
}
.appliance_key_heading{
	margin-bottom: 1em;
}
.product_video_content{
	margin-top: 82px;
	margin-bottom: 82px;
}
.product_video_other_container{
	display: table;
	width: 100%;
}
.product_video_other_container_box{
	display: table-cell;
	width: 33%;
}
.product_video_other_container_box{
	padding-left: 2em;
	padding-right: 2em;
}
.product_video_other_container_box:first-of-type{
	padding-left: 0;
	padding-right: 4em;
}
.product_video_other_container_box:last-of-type{
	padding-right: 0;
	padding-left: 4em;
}
.product_video_other_container{
	margin-top: 82px;
	margin-bottom: 82px;
}
.product_video_description p{
	min-height: 135px;
}
.product_video_other_title{
	min-height: 93px;
}
.product_video_other_description p{
	min-height: 285px;
	line-height: 22px;
}
.solution_page_info_placeholder{
	display: table;
}
.solution_page_top_textbox{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	background: none;
}
.solution_page_top_image{
	display: block;
	height: 450px;
}
.solution_page_info_placeholder_spacer{
	display: block;
}
.solution_page_hw_row{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.solution_page_main_benefits_boxes_row:last-of-type .solution_page_main_benefits_box_text p{
	margin-bottom: 0;
}
.solution_page_main_benefits_container{
  padding-top: 41px;
	padding-bottom: 60px;
}
.solution_page_hw_container{
	padding-top: 41px;
	padding-bottom: 50px;
}
.requests_content, .menu_support_requests_content{
	padding-bottom: 4em;
	padding-top: 4em;
}
.contact_head{
	display: none;
}
.testimonials .flex-control-paging li a{
	width: 1em;
}
.call_to_action_products_half:first-of-type{
	padding-bottom: 60px;
	padding-top: 60px;
}
.language_switch_mobile_list{
	display: none !important;
}
.solution_overview_box_main h3{
	min-height: 82.8px;
}
.solution_overview_box{
	padding-left: 1em;
	padding-right: 1em;
}
.solution_overview_row{
	display: table-cell;
	width: 50%;
}
.solution_overview_row:first-of-type .solution_overview_box:first-of-type{
	padding-left: 0;
}
.solution_overview_row:last-of-type .solution_overview_box:last-of-type{
	padding-right: 0;
}
.solution_overview_container{
	padding-bottom: 50px;
	padding-top: 41px;
}
.solution_overview_2_container{
	padding-bottom: 50px;
	padding-top: 41px;
}
.solution_overview_2_row{
	display: table-cell;
	width: 50%;
}
.solution_overview_3_container{
	padding-bottom: 50px;
	padding-top: 41px;
}
.solution_overview_3_box_icon{
	width: 280px;
}
.solution_overview_4_box{
	width: 19%;
}
.solution_overview_4_container{
	padding-bottom: 50px;
	padding-top: 41px;
}
.solution_overview_container_text p{
	margin-bottom: 4em;
}
.menu_desktop #menu_concept_list .search_field{
	position: relative;
	width: 25px;
	height: 25px;
}
.feature_box{
	display: table-cell;
	width: 33%;
	vertical-align: top;
	text-align: center;
	padding-left: 2em;
	padding-right: 2em;
}

.feature_box_line .feature_box:first-of-type{
	padding-left: 0;
	padding-right: 4em;
}
.feature_box_line{
	vertical-align: top;
	position: relative;
	padding-bottom: 82px;
	padding-top: 82px;
	display: table;
	width: 100%;
}
.feature_box_line_back{
	position: absolute;
	z-index: -1;
	width: 100vw;
	height: 100%;
	top: 0;
}
.solution_page_top_textbox_content{
	display: block;
}
.solution_page_top_textbox_content .product_epp_buttons_button_trial,.solution_page_top_textbox_content .product_epp_buttons_button_demo{
	margin-left: 0;
	margin-right: 0;
	display: table;
}
.highlights_image_container{
	display: table-cell;
	width: 66%;
	padding-right: 2em;
}
.highlights_text_container{
	display: table-cell;
	width: 33%;
	vertical-align: middle;
	padding-left: 2em;
}
.product_overview_row{
	display: table-cell;
	width: 50%;
}
.product_overview_box{
	padding-left: 1em;
	padding-right: 1em;
}
.product_overview_row:first-of-type .product_overview_box:first-of-type{
	padding-left: 0;
}
.product_overview_row:last-of-type .product_overview_box:last-of-type{
	padding-right: 0;
}
.appliance_key_list{
	margin-bottom: 5%;
}
.aws_availability{
	width: 311px;
}
.solution_pages_dlp_products_box_spacer{
	margin-top: 0.5em;
}
.solution_dlp_box a, .solution_mdm_box a{
	line-height: 1.4em;
}
.solution_dlp_box ul li {
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.solution_dlp_box ul li a, .solution_mdm_box ul li a{
	line-height: 20px;
}
.estore_main_container{
	padding-top: 64px;
	padding-bottom: 64px;
}
.estore_other_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.estore_second_container{
	padding-top: 64px;
	padding-bottom: 64px;
}
.estore_second_table_half:first-of-type{
	padding-right: 3em;
}
.estore_second_table_half:last-of-type{
	padding-left: 3em;
}
.estore_2_container{
	padding-bottom: 100px;
	padding-top: 50px;
}
.estore_2_third_container{
	padding-bottom: 64px;
	padding-top: 64px;
	min-height: 130px;
}
.estore_overview_wrapper_img{
	height: 350px;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row:first-of-type .estore_second_table_half_options_container_row_box_2{
	padding-top: 3.5%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_2{
	padding-right: 2em;
}
.estore_second_table_half_options_container_row_box_1_input_2_box_1{
	padding-left: 2.4em;
}
.my_endpoint_protector_custom_2 .estore_2_container .estore_second_table_half_options_container_row{
	padding-bottom: 1.8em;
}
.el_custom  .estore_second_table_half_options_container_row_box_1_input:nth-child(2) .estore_table_label{
	padding-left: 3em;
}
.estore_other_table_box{
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}
.estore_other_table_box_content_price{
	margin-bottom: 0.3em;
}
.solution_page_top_image img{
	display: none;
}
.estore_main_calculator_container{
	max-width: 100%;
}
.estore_main_calculator_box{
	display: table;
	width: 100%;
}
.estore_main_calculator_box_row{
	width: 25%;
	display: table-cell;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.estore_main_calculator_box_row:first-of-type{
	padding-left: 0;
}
.estore_main_calculator_box_row:last-of-type{
	padding-right: 0;
}
.estore_main_calculator_box_half{
	display: block;
	width: 100%;
	padding-bottom: 0;
}
.estore_main_calculator_box_content{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 65%;
}
.estore_main_shipping_list_content{
	max-width: 600px;
}
.estore_main_shipping_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.estore_main_shipping_list_title{
	text-align: center;
}
.product_comparison_top_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.product_comparison_page_content{
	padding-bottom: 64px;
	padding-top: 48px;
}
.about_us_top_top_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.about_us_content_1_container_wrapper, .about_us_content_2_container_wrapper{
	padding-bottom: 64px;
	padding-top: 48px;
}
.management_team_top_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.management_team_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.milestones_top_container, .milestones_content, .release_history_content{
	padding-bottom: 64px;
	padding-top: 48px;
}
.management_team_custom_1_box_img{
	padding-right: 2em;
}
.breadcrumb_container{
	display: block;
}
.product_epp_buttons_button_demo_version{
	display: inline-block;
}
.os_version, .encryption_for{
	width: 395px;
	max-width: none;
}
.products_box_2{
	min-height: 203.333px;
}
.carry_versions_custom{
	padding-top: 48px;
	padding-bottom: 64px;
}
.solution_by_industry_main_row_1_wrapper{
	padding-top: 3.5em;
	padding-bottom: 3.5em;
	margin-bottom: 5em;
}
.solution_by_industry_main_row_2, .solution_other_main_row_2{
	margin-bottom: 3em;
}
.news_content_container{
	margin-top: 48px;
	margin-bottom: 64px;
}
.press_single_container{
	margin-top: 48px;
	margin-bottom: 64px;
}
.press_room_kit_wrapper_container{
	padding-top: 68px;
	padding-bottom: 68px;
}
.contact_us_page_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.careers_content_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.awards_certifications_content_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.customer_content_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.customer_box_line{
	margin-bottom: 80px;
}
.customer_testimonial_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.press_kit_second_content, .press_kit_third_content, .press_kit_fourth_content, .press_kit_fifth_content, .press_kit_sixth_content{
	padding-top: 48px;
	padding-bottom: 64px;
}
.press_kit_first_content{
  padding-top: 48px;
  padding-bottom: 48px;
}
.press_kit_second_content{
  padding-bottom: 5em;
}
.resources_page_documentation_wrapper, .resources_page_white_papers_container, .resources_page_videos_container, .resources_page_case_study_wrapper_container, .resources_page_infographics_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.resources_page_data_sheets_container{
	padding-top: 48px;
	padding-bottom: 38px;
}
.white_papers_content, .white_paper_content{
	padding-top: 48px;
	padding-bottom: 64px;
}
.case_studies_content{
	padding-top: 48px;
	padding-bottom: 64px;
}
.resources_videos_page .product_video_other_description p{
	min-height: 0;
}
.case_study_first_container, .case_study_second_container, .case_study_third_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.infographics_content{
	padding-top: 48px;
	padding-bottom: 64px;
}
.infographic_container, .infographic_wrapper_download_container{
	padding-top: 2em;
	padding-bottom: 2em;
}
.resources_page_comics_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.comics_content, .comic_container, .comics_page_links_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.search_results_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.search_results_container{
	width: 75%;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	padding-left: 0;
}
.epp_overview_more_info_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.product_features_show_more_custom_text_container_text{
	padding-left: 10%;
	padding-right: 10%;
}
.appliance_title, .appliance_title:first-of-type{
	background-color: transparent;
}
.solution_page_no_pic_container{
	padding-bottom: 35px;
	padding-top: 48px;
}
.solution_page_main_custom_illustration_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.solution_page_kiosk_custom_container{
	padding-bottom: 64px;
}
.ibeacon_custom_2_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.oem_solutions_custom_2_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.oem_solutions_custom_1_container{
  padding-bottom: 48px;
  padding-top: 48px;
}
.my_epp_hw_page_custom_1_container, .my_epp_hw_page_custom_3_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.screenshots_content_box{
	padding-bottom: 64px;
	padding-top: 48px;
}
.solution_page_no_pic_button{
	vertical-align: top;
	text-align: right;
	padding-top: 0.5em;
}
.resources_page_comics_box_text{
	padding-left: 0.5em;
}
.solution_page_info_box_number_circle{
	line-height: 1.2em;
}
.become_partner_custom_1_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.become_partner_testimonial_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.become_partner_custom_2_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.faq_section_list_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.faq_search_bar_container{
	padding-bottom: 60px;
	padding-top: 60px;
}
.faq_single_entry_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.company_custom_container .support_box_content_text a{
	line-height: 25px;
}
.products_box_content{
	padding-top: 65px;
}
.support_box_container{
	padding-top: 65px;
}
.support_box .support_box_content:first-of-type{
	padding-top: 0;
}
.support_box_content_title .support_box_content_title_text{
	margin-top: 0;
}
.partner_box_container{
	padding-top: 65px;
}
.partner_box_small_title .partner_box_small_title_text, .partner_box_small_title .partner_box_large_title_text{
	margin-top: 0;
}
.solution_dlp, .solution_mdm{
	padding-top: 65px;
	padding-bottom: 65px;
}
.partner_box_small_content{
	margin-bottom: 1em;
}
.technology_partners_table{
	padding-bottom: 64px;
	padding-top: 48px;
}
.release_history_single_content{
	padding-bottom: 64px;
	padding-top: 48px;
}
.products_box_content_column:last-of-type .products_box_2{
	min-height: 20px;
}
.site_map_content_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.request_call_form{
	margin-left: 1.9em;
	margin-right: 0;
}
.request_call_form h3{
	margin-left: 1.4em;
}
.newsletter_container{
	padding: 1.5em;
}
.search_form_inner_container_icon, .search_form_inner_container_close{
	display: table-cell;
	width: 5%;
	vertical-align: middle;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.search_form_inner_container_close object{
	margin-right: 0;
}
.search_form_inner_container_close{
	cursor: pointer;
}
.search_form_field{
	display: table-cell;
	width: 90%;
}
.search_form{
	background-color: #D6F6FF;
}
.partner_section_top_wrapper .milestones_top_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.partners_locate_page .partner_section_top_wrapper .milestones_top_container{
	padding-bottom: 1em;
	padding-top: 1em;
}
.country_select_container{
	padding-bottom: 1em;
	padding-top: 1em;
}
.faq_search_bar_search_container{
	width: 590px;
}
.legal_documents_content_container{
	padding-bottom: 64px;
	padding-top: 48px;
}
.support_box_container #support_box_2 .support_box_content:last-of-type .support_box_content_text, .company_custom_container #support_box_2 .support_box_content:last-of-type .support_box_content_text p{
  	margin-bottom: 0;
}
.call_to_action_products .call_to_action_products_half .form_sent_succes_message .request_action_succes_container .request_call_succes_container_img{
	width: 100px;
	height: 100px;
	margin-bottom: 3em;
}
.call_to_action_products .call_to_action_products_half .form_sent_succes_message .request_action_succes_container .request_call_succes_container_img svg{
	width: 100px;
	height: 100px;
}
.call_to_action_products .call_to_action_products_half .form_sent_succes_message .request_action_succes_container .request_call_succes_container_text{
  	text-align: center;
}
.infographic_wrapper_download_container_text{
	width: 80%;
	text-align: right;
}
.infographic_wrapper_download_container_icons{
  	width: 20%;
}
#homepage_slider .solution_page_top_wrapper_background{
  	min-height: 450px;
}
.error_404_page .solution_page_top_wrapper_container .solution_page_top_textbox_text p:last-of-type{
  	max-width: 500px;
}
.support_professional_services_2_content{
  	padding-bottom: 64px;
	padding-top: 48px;
}
.checksums_page_wrapper_content, .checksums_page_wrapper_content_faq{
	padding-bottom: 64px;
	padding-top: 48px;
}
.general_landing_page_form_container{
	padding-bottom: 64px;
	padding-top: 90px;
}
.product_aws_container_1, .product_aws_container_2, .product_aws_container_3, .product_aws_container_4{
	padding-bottom: 64px;
	padding-top: 48px;
}
#slider_container{
	min-height: 448px;
	margin-bottom:-1px;
}
.general_landing_page_form_content_half_title_container_wrapper .general_landing_page_form_content_half_title_container{
	padding-bottom: 1em;
	padding-top: 1em;
}
.general_landing_page_template .solution_overview_box{
	padding-left: 2em;
	padding-right: 2em;
}
.background-light-grey-buttons .product_top_box h1{
  	color: #FFFFFF;
}
.press_kit_first_content_1_block{
	margin-bottom: 0em;
}
.ups_tracking_content{
	padding-bottom: 64px;
	padding-top: 48px;
}
.footer_action_block_row, .footer_action_block{
  	vertical-align: top;
}
.solution_mdm .solution_mdm_box{
  	margin-bottom: 2em;
}
.custom_landing_page_location_container{
  	display: inline-block;
}
.homepage_solution_content_icons{
    display: table-cell;
    width: 27%;
    position: relative;
    padding-left: 30px;
    vertical-align: middle;
    padding-top: 66px;
    padding-bottom: 66px;
}
.homepage_solution_content_item_data.desktop{
    display: table-cell;
    width: 73%;
    position: relative;
    vertical-align: middle;
    padding-top: 1em;
    padding-bottom: 1em;
}
.homepage_solution_content_item_data.desktop .homepage_solution_content_item_data_first{
    display: table-cell;
    width: 63.01%;
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 56px;
    padding-right: 56px;
    vertical-align: top;
}
.homepage_solution_content_item_data.desktop .homepage_solution_content_item_data_second{
    display: table-cell;
    width: 36.99%;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    vertical-align: top;
}
.homepage_solution_content_item_data.desktop .homepage_solution_content_item{
    display: none;
}
.homepage_solution_content_item_data.desktop .homepage_solution_content_item.active{
    display: table;
    height: 650px;
}
.homepage_solution_content_item_icon_bg{
    background-color: #291337;
    top: 0;
    right: 0;
    position: absolute;
    width: 500vw;
    height: 100%;
    z-index: -1;
}
.homepage_solution_content_item_data_bg{
    background-color: #1FC3DF;
    top: 0;
    left: 0;
    position: absolute;
    width: 500vw;
    height: 100%;
    z-index: -1;
}
.homepage_solution_content_icons .homepage_solution_content_item_icon .homepage_solution_content_item_data_first_text.mobile{
    display: none;
}
.homepage_solution_content_icons .homepage_solution_content_item .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_icons .homepage_solution_content_item.active .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled{
    display: none;
  }
  .homepage_solution_content_icons .homepage_solution_content_item.active .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_icons .homepage_solution_content_item .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled{
    display: block;
  }
  .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active svg, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled svg{
    width: 80px;
    height: 80px;
  }
  .homepage_solution_content_item.active .homepage_solution_content_item_icon .homepage_solution_content_item_icon_title h2{
    color: #FFFFFF;
  }
  .homepage_solution_content_item_icon_title h2{
    color: #1FC3DE;
  }
  .homepage_main_title h1{
    font-size: 35px!important;
    line-height: 1em!important;
    margin-top: 42.5px!important;
    margin-bottom: 42.5px!important;
  }
  .gdpr_page_table_container_text .gdpr_page_table_container_text_content p{
    margin-bottom: 30px;
  }
  .gdpr_page_table_container_text .gdpr_page_table_container_text_content p:last-of-type{
    margin-bottom: 0;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_image svg,.solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container.left .gdpr_page_table_container_image {
    width: 570px;
    height: 450px;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_image{
    vertical-align: bottom;
  }
  .close_button svg {
	width: 30px;
	height: 30px;
  }
  .call_to_action_products .call_to_action_products_half .form_sent_succes_message .request_action_succes_container .request_call_succes_container_img svg {
	width: 100px;
	height: 100px;
  }
  /*only if deemed necessary FF desktop fix */
  #homepage_slider{
    max-height: 450px;
  }
   
   .homepage_solution_content_item_icon_title h2{
     line-height: 1.2em;
   }
  .homepage_solution_content_item_data.desktop .homepage_solution_content_item_data_first{
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 43px;
    padding-right: 43px;
    min-height: 677.5px;
    height: 677.5px;
  }
  .homepage_solution_content_icons{
    width: 25%;
  }
  .homepage_solution_content_item_data.desktop .homepage_solution_content_item_data_first{
    width: 48%;
  }
  .homepage_solution_content_item_data.desktop .homepage_solution_content_item_data_second{
    width: 27%;
  }
  .homepage_solution_content_item_data_first .homepage_solution_content_item_data_first_icons{
    padding-left: 20px;
    padding-right: 20px;
  }

}

/* Chrome fix desktop
--------------------------------------------------------------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-width: 1025px){
body {
    -webkit-animation-delay: 0.5s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent;
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern";
	-webkit-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern";
	-moz-font-feature-settings: "kern=1";
}
@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
}


/* =Tablet

--------------------------------------------------------------------------------------------------*/


/* Tablet (Portrait) ----------- */


@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation: portrait) {

*{
	font-weight: 300;
}
.logo{
	padding-left: 2em;
	width: auto;
	height: 50px;
}
.menu_concept_icon, .menu_concept_contact, .menu_product_icon{
	width: 45px;
	height: 45px;
}
.menu_concept_icon{
	margin-right: 2em;
}
.close_button{
	width: 45px;
	height: 45px;
	top: 2em;
	right: 2em;
}
  .active_container_block{
	display: table-cell;
	width: 50%;
	padding-bottom: 1em;
}
.active_container_homepage_row{
	display: table;
	width: 100%
}
.active_container_homepage_row:last-of-type .active_container_block{
	padding-top: 2em;
	padding-bottom: 0;
}
.active_container_block aside{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.active_container_block h4{
	min-height: 81px;
	padding-bottom: 0.7em;
}
.testimonials{
	display: table-row;
	width: 50%;
}
.customers{
	display: table-row;
	vertical-align: middle;
}
.homepage_solution_title{
	display: table;
	padding-top: 2.5em;
	padding-bottom: 1em;
	padding-left: 10%;
	padding-right: 10%;
}
.index_title, .index_title_single{
	display: table-cell;
	width: 35%;
	vertical-align: top;
	padding-left: 1.8em;
	padding-top: 0.5em;
}
.index_title h2, .index_title_single h2{
	text-align: left;
}
.index_desc_txt{
	display:table-cell;
	padding-left: 1em;
	vertical-align: top;
	position: relative;
	text-align: left;
	padding-top: 0.5em;
}
.index_icon{
	display: table-cell;
	vertical-align: top;
	width: 90px;
	height: 90px;
}
.index_icon object{
	width: 100%;
	height: 100%;
}
.twitter_special{
	font-size: 1.563em;
}
.mobile_main li a{
	color: #B9B9C1;
	font-size: 25px;
}
.sol_homepage_text_1{
background-color: #9D9DA8;
padding-top: 2.5em;
padding-bottom: 1em;
padding-left: 10%;
padding-right: 10%;
}
.sol_homepage_text_2{
background-color: #A7A7B1;
padding-top: 2.5em;
padding-bottom: 1em;
padding-left: 10%;
padding-right: 10%;
}
.sol_homepage_text_3 {
background-color: #11C3DD;
padding-top: 2.5em;
padding-bottom: 3em;
padding-left: 10%;
padding-right: 10%;
}
.show_more{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sol_homepage_text_2 p{
	display: inline-block;
	width: 47%;
	margin-bottom: 1em;
	vertical-align: top;
}

.sol_homepage_text_1 a, .sol_homepage_text_2 a, .sol_homepage_text_3 a {
	color: #ffffff;
	text-decoration: underline;
}
.solution_dlp{
	display: block;
}

.solution_mdm{
	display: block;
	margin-top: 2em;
}
.solution_dlp_box{
	display: table-cell;
	padding-right: 3em;
}
.solution_mdm_box{
	display: table-cell;
}
.products_box_big{
	width:50%;
	display: inline-block;
	padding-top: 71.66px;
}
.products_box_small{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-top: 71.66px;
}
.products_box_1 .lang_spacer{
	display: none;
}
.products_box, .products_box_1 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.products_box_image{
	display: none;
	margin-bottom: 1em;
}
.support_box{
	display: inline-block;
	width: 47%;
	vertical-align: top;
}
#support_box_1 {
	padding-right: 1em;
}
#support_box_2  {
	padding-left: 1em;
}
#support_box_3 .support_box_content .support_box_content_text ul{
	padding-left: 1.5em;
}
.partner_box_large{
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
.partner_box_small{
	display: block;
	width: 100%;
}
.partner_box_small_content{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.partner_box_small_content .products_spacer, .partner_box_large .products_spacer{
	display: none;
}
.main_menu_container{
	text-align: right;
	padding-right: 0;
	vertical-align: middle;
}
.mobile_main{
	padding: 2em;
	padding-top: 71.66px;
}
.sol_homepage_text_1_feature{
	display: inline-block;
	width: 49%;
	margin-bottom: 1em;
}
.footer_action_block{
	display: table-cell;
	width: 50%;
	padding: 0;
	vertical-align: top;
}
.footer_action_block:first-of-type{
	padding-right: 2em;
}
.footer_action_block:last-of-type{
	padding-left: 2em;
}
.footer_action_container{
	display: block;
	width: 100%;
	padding: 5%;
}
.footer_action_block_row{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.footer_action_block_row:first-of-type{
	margin-bottom: 5em;
}
.active_container_homepage{
	padding-top: 2em;
	padding-bottom: 1em;
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;
}
.sol_homepage_text_3 .sol_homepage_text_3_title{
	text-align: left;
	}
	.active_container_block_spacer_1{
	display: block;
	width: 100%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	}
.active_container_block_spacer_bg{
	background-color: #B9B9C1;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	left: 0;
	margin-top: 0;
}
.products_box_text{
	padding-left: 1em;
	line-height: 1em;
}
.search_icon{
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: sub;
}
.search_form{
	display: inline-block;
	position: relative;
	width: 80%;
	}
.search_form_field{
	float: none;
	font-size: inherit;
	padding:0;
	border:none;
	border-radius:0;
	font: inherit;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	color: #ffffff;
	position: relative;
}
.search_form_field::-webkit-input-placeholder{
	color: #7F7F8A;
	}
.search_form_field:-moz-placeholder{
	color: #7F7F8A;
	opacity:  1;
}
.search_form_field::-moz-placeholder{
	color: #7F7F8A;
	opacity:  1;
}
.search_form_field:-ms-input-placeholder{
	color: #7F7F8A;
}
.mobile_main .products_spacer{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.product_overview_box_container{
	padding-left: 5%;
	padding-right: 5%;
}
.product_overview_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 1em;
}
.product-icon{
	height: 95px;
}
.product_top, .product_top_2{
	margin-left: 5%;
	margin-right: 5%;
}
.product_top{
	margin: 5%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
.product_top_box{
	vertical-align: middle;
	text-align: left;
}
.product_top_box .product_epp_buttons{
	text-align: center;
}
.product_top_box h1{
	font-size: 40px;
}
.product_overview_box_main{
	display: table-cell;
	padding-left: 2em;
	vertical-align: top;
	padding-bottom: 41px;
	}
.product_overview_box_icon{
	display: table-cell;
	padding-bottom: 41px;
	width: 70px;
	height: 70px;
}
.product_overview_box h2{
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 0.5em;
}
.highlights_container{
	margin-left: 5%;
	margin-right: 5%;
}
.highlights_container h4, .infographic h4{
	font-size: 35px;
}
.highlights_text_box .header-text2{
	font-size: 26px;
}
.highlights_text_box p{
	font-size: 15px;
	line-height: 22px;
}
.highlights_text_box p strong{
	font-size: 18px;
	font-weight: 400;
}
.product_menu_desktop{
	position: absolute;
	background-color: #8C8C99;
	width: 100%;
	z-index: 1;
	padding: 5%;
	box-sizing: border-box;
	padding-left: 37px;
	padding-right: 30px;
}
.product_menu_desktop li, .product_menu_desktop li a{
	display: block;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
}
.feature_box_line{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 41px;
	padding-top: 41px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.feature_box{
	display: table-cell;
	width: 50%;
}
.feature_box_line_back{
	display: none;
}
.feature_box_line .show_more_2{
	position: absolute;
	bottom: 0;
}
.feature_icon{
	display: table-cell;
	vertical-align: top;
}
.feature_box_text{
	display: table-cell;
	vertical-align: top;
	padding-left: 1.6em;
	text-align: left;
}
.feature_title h2 {
	text-align: left;
	margin-bottom: 1em;
}
.feature_box_line .feature_box:first-child{
	padding-right: 1em;
}
.feature_box_line .feature_box:last-child{
	padding-left: 1em;
}
.product_features_top{
	padding: 5%;
	padding-bottom: 0;
	}
.product_features_show_more_box{
	padding: 5%;
	}
.product_features_show_more_custom_text_container{
	padding-left: 5%;
	padding-right: 5%;
}
.product_features_show_more_custom_text_container .product_features_custom_text_heading{
	padding-top: 1em;
}
.product_features_show_more_custom_text_container .product_features_custom_text:last-child{
	padding-bottom: 1em;
}
.product_features_show_half .information_block_heading{
	min-height: 74px;
}
.product_features_show_half_spacer_2{
	display: block;
}
.index_title_single{
	padding-top: 1.5em;
}
.product_features_show_half_title{
	display: table-cell;
	width: 50%;
	padding-right: 5%;
}
.product_features_show_half_half{
	display: table-cell;
	width: 50%;
	padding-left: 5%;
}
.appliance_title{
	padding-left: 5%;
	padding-right: 5%;
}
.appliance_info_1, .appliance_info_2, .appliance_key_heading, .appliance_key_list, .appliance_download_container, .appliance_format, .appliance_format_list_container{
	margin: 5%;
}
.appliance_content_half:first-of-type{
	padding-right: 0;
}
.appliance_content_half:last-of-type{
	padding-left: 0;
}
.product_video_container{
	margin-top: 5%;
}
.product_video_other_container_box{
	display: table;
	width: 100%;
	padding-bottom: 2em;
	padding-top: 2em;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.product_video_other_container_box:nth-child(odd){
	background-color: #F8F8FA;
}
.product_video_other_video_container{
	display: table-cell;
	width: 40%;
	padding-top: 0.7em;
}
.product_video_other_text{
	display: table-cell;
	width: 60%;
	vertical-align: top;
	padding-left: 3em;
}
.product_video_other_title{
	margin-top: 0;
	margin-bottom: 0;
}
.product_video_content{
	margin-bottom: 5%;
}
.product_video_upper_container{
	margin-bottom: 2em;
	padding-left: 5%;
	padding-right: 5%;
}
.call_to_action_products_half:last-of-type{
	vertical-align: bottom;
	padding-top: 5%;
}
.call_to_action_products_half:first-of-type{
	padding-left: 5%;
	padding-top: 5%;
	padding-bottom: 5%;
}
.call_to_action_products{
	box-sizing: border-box;
}
.solution_page_main_wrapper .solution_by_industry_main_row_1_wrapper, .solution_page_main_content_wrapper .solution_by_industry_main_row_1_wrapper{
  padding: 5%;
}
.solution_page_hw_title{
	text-align:left;
	margin-left: 32px;
}
.solution_page_hw_row{
	display: table-row;
	width: 100%;
	vertical-align: top;
}
.solution_page_hw_row:first-of-type .solution_page_hw_box{
	padding-bottom: 2em;
}
.solution_page_hw_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.solution_page_hw_box_left{
	display: table-cell;
	vertical-align: top;
}
.solution_page_hw_box_right{
	display: table-cell;
	vertical-align: top;
	padding-left: 1em;
}
.solution_page_hw_box_spacer{
	margin-top: 0;
	margin-bottom: 1em;
}
.solution_page_main_benefits_container{
	margin-left: 5%;
	margin-right: 5%;
}
.solution_pages_dlp_products_wrapper_content{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 4%;
	padding-bottom: 5%;
	box-sizing: border-box;
}
.solution_pages_dlp_products_box_upper_heading{
	vertical-align: middle;
	font-size: 18px;
}
.trusted_by_container{
padding: 5%;
}
.solution_page_main_benefits_boxes_row:last-of-type .solution_page_main_benefits_box_text p{
	margin-bottom: 0;
}
.solution_page_main_benefits_container{
	margin-bottom: 5%;
	margin-top: 5%;
}
.solution_page_hw_container{
	padding-top: 5%;
	padding-bottom: 5%;
}
.solution_page_info_box_number_circle {
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding-top: 1px;
}
.footer-links{
	padding-left: 5%;
	box-sizing: border-box;
}
.footer_logo{
	padding-left: 0;
}
.solution_overview_container{
	padding: 5%;
	box-sizing: border-box;
}
.solution_overview_box_icon{
	display: table-cell;
	width: 70px;
	height: 70px;
}
.solution_overview_box_main{
	display: table-cell;
	vertical-align: top;
	padding-left: 2em;
}
.solution_overview_row .solution_overview_box:first-of-type{
	padding-right: 0.5em;
}
.solution_overview_row .solution_overview_box:last-of-type{
	padding-left: 0.5em;
}
.solution_overview_row{
	margin-bottom: 2em;
	width: 100%;
}
.solution_overview_row:last-of-type{
	margin-bottom: 0;
}
.solution_overview_2_container{
	padding: 5%;
	box-sizing: border-box;
}
.solution_overview_2_row{
	margin-bottom: 2em;
}
.solution_overview_2_row:last-of-type{
	margin-bottom: 0;
}
.solution_overview_3_container{
	padding: 5%;
	box-sizing: border-box;
}
.solution_overview_3_box_icon{
	max-width: 280px;
}
.solution_overview_4_container{
	padding: 5%;
	box-sizing: border-box;
}
.solution_overview_4_box{
	width: 33%;
}
.solution_overview_4_box:nth-child(-n+3){
	margin-bottom: 2em;
}
.product_epp_buttons_button_text_container{
	box-sizing: border-box;
}
.requests_content, .menu_support_requests_content{
	padding: 5%;
}
#homepage_slider img{
	min-height: 300px;
}
.solution_icon{
	width: 65px;
	height: 65px;
}
.trusted_by_img{
	margin-bottom: 0;
}
.trusted_by_header{
	text-align: left;
  margin-top: 0;
}
.solution_page_top_textbox_content{
	padding: 5%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
}
.solution_overview_3_container_text p{
	font-size: 16px;
	line-height: 23px;
	text-align: left;
}
.solution_overview_3_box_text p{
	font-size: 16px;
	line-height: 23px;
}
.solution_overview_2_container_text p{
	text-align: left;
}
.sol_homepage_text_3 .demo_form{
	max-width: 311px;
	margin-left: auto;
	margin-right: auto;
}
.sol_homepage_text_3 .demo_form .editfields{
	max-width: 311px;
}
.solution_overview_container_heading{
	text-align: left;
}
.solution_overview_container_text p{
	text-align: left;
}
.solution_overview_2_container_heading{
	text-align: left;
}
.solution_overview_3_container_heading{
	text-align: left;
}
.solution_overview_4_container_heading{
	text-align: left;
}
.solution_pages_dlp_products_container_heading{
	text-align: left;
}
.solution_page_main_benefits_header{
	text-align: left;
}
.solution_overview_3_box_text p{
	font-size: 16px;
	line-height: 22px;
}
.product_features_show_right{
	width: 100%;
	display: block;
}
.products_features_feature_half_list{
	display: table-cell;
	width: 50%;
}
.products_features_feature_half_list:last-of-type{
	padding-left: 20%;
}
.product_features_show_more_custom_text_container_text {
	padding: 5%;
	margin-bottom: 0;
}
.product_features_show_left .product_features_show_more_custom_text_container{
	padding-left: 0;
	padding-right: 0;
}
.information_block_box{
	padding-bottom: 1em;
}
.sol_homepage_text_2_heading{
	display: inline-block;
	width: 47%;
	margin-bottom: 0;
	margin-right: 1em;
	vertical-align: top;
}
.sol_homepage_text_2 p:first-of-type, .sol_homepage_text_2 p:last-of-type{
	margin-left: 1em;
	margin-right: 0;
}
.sol_homepage_text_2 p{
	margin-right: 1em;
}
.product_overview_row{
	width: 100%;
}
.product_overview_row .product_overview_box:first-of-type{
	padding-right: 1em;
	padding-left: 0;
}
.product_overview_row .product_overview_box:last-of-type{
	padding-left: 1em;
}
.infographic{
	padding: 5%;
}
.product_name{
	padding: 37px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu_product_mobile{
	padding-left: 1.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 1.8em;
}
.product_overview_row:last-of-type .product_overview_box_main{
	padding-bottom: 0;
}
.feature_icon{
	width: 70px;
	height: 70px;
}
.solution_by_industry_main_content_wrapper, .solution_other_main_content_wrapper{
	padding: 5%;
}
.solution_by_industry_second_content_wrapper{
	padding: 5%;
	margin-bottom: 0;
}
.solution_by_industry_cs_1_content_wrapper{
	padding: 5%;
}
.solution_by_industry_cs_2_content{
	padding: 5%;
}
.solution_by_industry_second_header{
	font-size: 32px;
}
.solution_by_industry_cs_1_content_left_heading{
	font-size: 32px;
}
.solution_by_industry_cs_2_head{
	font-size: 26px;
}
.solution_by_industry_cs_1_content_left_text_1 p{
	font-size: 28px;
	line-height: 1.3em;
}
.solution_page_top_image{
	display: block;
	height: auto;
	position: relative;
}
.support_box_content_text a{
	font-size: 1em;
}
.products_box_row{
	display: table;
}
.products_box_container{
	padding-top: 71.66px;
	padding-left: 2em;
	padding-right: 2em;
}
.products_box_1{
	padding-right: 2em;
}
.products_box_row:first-of-type .products_box{
	padding-left: 2em;
}
.products_box_row .products_box:first-of-type{
	padding-right: 2em;
}
.products_box_row .products_box:last-of-type{
	padding-left: 2em;
}
.products_box_row:last-of-type .products_box{
	display: block;
	padding-left: 0;
}
.products_spacer, .products_spacer_2{
	margin-bottom: 2em;
}
.menu_solution_container{
	padding-top: 71.66px;
	padding-left: 2em;
	padding-right: 2em;
}
.support_box_container{
	padding-top: 71.66px;
	padding-left: 2em;
	padding-right: 2em;
}
.company_custom_container .support_box_container{
  padding-bottom: 71.66px;
}
.partner_box_container{
	padding-top: 71.66px;
	padding-bottom: 71.66px;
	padding-left: 2em;
	padding-right: 2em;
}
.aws_availability, .os_version{
	width: 311px;
}
.appliance_third_text{
	padding-right: 5%;
	padding-left: 5%;
}
.contact_request_input{
	max-width: 311px;
}
.contact_country{
	max-width: 311px;
}
.contact_subject{
	max-width: 311px;
}
.contact_request .button_request{
	max-width: 311px;
}
.solution_pages_dlp_products_box_spacer{
	margin-top: 0.3em;
}
.solution_pages_dlp_products_box_upper_img{
	vertical-align: middle;
	width: 41px;
	height: 41px;
}
.products_box_row .products_box .products_spacer, .products_box_row .products_box_1 .products_spacer{
	display: none;
}
.support_box_content_title{
	margin-bottom: 0.5em;
}
.estore_main_container{
	padding: 5%;
}
.estore_second_container{
	padding: 5%;
}
.estore_main_container_title{
	font-size: 32px;
}
.estore_other_title{
	font-size: 32px;
}
.estore_second_table_half:first-of-type{
	padding-right: 1.5em;
}
.estore_second_table_half:last-of-type{
	padding-left: 1.5em;
}
.estore_2_container{
	padding: 5%;
}
.estore_2_second_container{
	padding-left: 5%;
	padding-right: 5%;
}
.estore_2_third_wrapper{
	padding: 5%;
}
.estore_second_table_half_options_container_row_box_1_input input[type="checkbox"] + label .estore_table_label_box, .estore_second_table_half_options_container_row_box_1 input[type="checkbox"] + label .estore_table_label_box{
	vertical-align: top;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_1{
	width: 65%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_2{
	width: 35%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row:first-of-type .estore_second_table_half_options_container_row_box_2{
	padding-top: 4.7em;
}
.estore_main_shipping_container{
	padding: 5%;
}
.product_comparison_top_container{
	padding: 5%;
}
.product_comparison_top_title{
	font-size: 25px;
}
.product_comparison_top_text p{
	font-size: 16px;
}
.product_comparison_page_content{
	padding: 5%;
}
.about_us_top_top_container{
	padding: 5%;
}
.about_us_content_1_container_wrapper, .about_us_content_2_container_wrapper{
	padding: 5%;
}
.management_team_top_container{
	padding: 5%;
}
.management_team_container{
	padding: 5%;
}
.management_team_custom_1_box_img{
	padding-right: 2em;
}
.management_team_top_title{
	font-size: 25px;
}
.milestones_top_container{
	padding: 5%;
}
.milestones_content, .release_history_content{
	padding: 5%;
}

.solution_page_top_wrapper_container .solution_page_top_textbox_content{
	position: relative;
	padding-left: 0;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	background-color: transparent;
}
.solution_page_top_wrapper_container .product_epp_buttons_button_demo{
	display: table;
	margin-left: 0;
	margin-right: 0;
}
.solution_page_top_wrapper_container{
	padding-left: 5%;
}
.products_box_content{
	width: 100%;
	vertical-align: top;
	padding-bottom: 0;
	padding-top: 0;
}
.products_box_content_column{
	width: 50%;
}
.products_box_content_column:last-of-type{
display: block;
width: 100%;
align-items: baseline;
padding-left: 0;
}
@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex){
  .products_box_content{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  	-webkit-flex-flow: row wrap;
  	-moz-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  }
  .products_box_content_column:last-of-type{
  display: flex;
  flex-wrap: wrap;
}
}
.products_box_content_column:last-of-type .products_box_2 .products_box_text{
	height: auto;
}
.products_box_content_column{
	padding-right: 0;
}
.products_box_content_column:first-of-type{
	padding-right: 1em;
}

.products_box_content_column:last-of-type .products_box_2{
  width: 50%;
  padding-left: 1em;
  padding-right: 0;
}
.products_box_content_column:last-of-type .products_box_2:first-of-type, .products_box_content_column:last-of-type .products_box_2:last-of-type{
  padding-right: 1em;
  padding-left: 0;
}
.carry_versions_custom{
	padding: 5%;
}
.carry_versions_custom_container_half_title{
	font-size: 25px;
}
.carry_versions_custom_container_half_text_title{
	font-size: 20px;
}
.carry_versions_custom_container_half:first-of-type{
	padding-right: 1em;
}
.carry_versions_custom_container_half:last-of-type{
	padding-left: 1em;
}
.carry_versions_custom_container_half_text{
	font-size: 16px;
}
.carry_versions_custom_container_half_text_list{
	font-size: 16px;
}
.solution_page_top_wrapper_illustration{
	vertical-align: middle;
}
.news_content_container{
	padding: 5%;
}
.press_single_container{
	padding: 5%;
}
.press_room_kit_wrapper_container{
	padding: 5%;
}
.contact_us_page_container{
	padding: 5%;
}
.careers_content_container{
	padding: 5%;
}
.awards_certifications_content_container{
	padding: 5%;
}
.award_box{
	display: table-cell;
	width: 50%;
	padding-left: 2em;
	padding-right: 2em;
}
.customer_content_container{
	padding: 5%;
}
.customer_box_line{
	margin-bottom: 80px;
}
.customer_testimonial_container{
	padding: 5%;
}
.press_kit_first_content, .press_kit_second_content, .press_kit_third_content, .press_kit_fourth_content, .press_kit_fifth_content, .press_kit_sixth_content{
	padding: 5%;
}
.milestones_top_title{
	font-size: 25px;
}
.customer_testimonial_container .testimonial_text{
	font-size: 16px;
}
.award_box_title{
	font-size: 18px;
}
.award_box_text p{
	font-size: 15px;
}
.press_kit_first_content_1_block_title, .press_kit_second_content_half_title, .press_kit_second_content_half  .management_team_custom_1_box_txt_title{
	font-size: 20px;
}
.press_kit_first_content_1_block_text{
	font-size: 16px;
}
.careers_content_container_box_title{
	font-size: 20px;
}
.map_info_container{
	max-width: 300px;
}
.map_info_content{
	right: 5px;
}
.country_select_container{
	padding: 5%;
}
.map_info_container_box_partner_container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
}

.map_info_container_box_partner_container::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 3px;
}
.map_info_container_box_partner_container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(99, 99, 117, 0.59);
}
.partner_box_large_map{
	max-width: none;
	max-height: none;
	width: 100%;
}
.resources_page_documentation_wrapper, .resources_page_data_sheets_container, .resources_page_white_papers_container, .resources_page_videos_container, .resources_page_case_study_wrapper_container, .resources_page_infographics_container, .white_papers_content, .white_paper_content, .case_studies_content, .case_study_first_container, .case_study_second_container, .case_study_third_container, .infographics_content, .infographics_content, .resources_page_comics_container, .comics_content, .comic_container, .comics_page_links_container, .infographic_container, .infographic_wrapper_download_container {
	padding: 5%;
}
.resources_page_data_sheets_box_row_item{
	margin-top: 0.5em;
}
.resources_page_videos_container .product_video_other_container_box:nth-child(odd), .resources_page_videos_container .product_video_other_container_box:nth-child(even) {
	background-color: transparent;
}
.search_results_container{
	padding: 5%;
}
.epp_overview_more_info_container{
	padding: 5%;
}
.solution_page_no_pic_container{
	padding: 5%;
}
.solution_page_no_pic_title{
	font-size: 25px;
}
.solution_page_main_custom_illustration_container{
	padding: 5%;
}
.solution_page_kiosk_custom_container{
	padding: 5%;
}
.ibeacon_custom_2_container{
	padding: 5%;
}
.technology_partners_table{
	padding: 5%;
}
.oem_solutions_custom_1_container, .oem_solutions_custom_2_container{
	padding: 5%;
}
.my_epp_hw_page_custom_1_container, .my_epp_hw_page_custom_3_container{
	padding: 5%;
}
.screenshots_content_box{
	padding: 5%;
}
.become_partner_custom_1_container{
	padding: 5%;
}
.become_partner_testimonial_container{
	padding: 5%;
}
.become_partner_custom_2_container{
	padding: 5%;
}
.partner_request_succes_container_text{
	font-size: 25px;
}
.faq_section_list_container{
	padding: 5%;
}
.faq_search_bar_container{
	padding: 5%;
}
.faq_single_entry_container{
	padding: 5%;
}
.release_history_single_content{
	padding: 5%;
}
.free_security_tools_1_custom, .free_security_tools_1_call_to_action_container{
	padding: 5%;
}
.free_security_tools_1_custom_content_container_title{
	font-size: 25px;
}
.site_map_content_container{
	padding: 5%;
}
.press_room_kit_wrapper_container_title{
	font-size: 25px;
}
.faq_single_entry_container_rating_no_title{
	padding: 5%;
}
.legal_documents_content_container{
	padding: 5%;
}
.faq_search_bar_search_container{
  width: 80%;
}
.menu_product .product_menu_desktop ul li:last-of-type .product_menu_spacer{
  display: none;
}
.homepage_slider_container .homepage_slider_container_title{
  font-size: 27px;
}
.homepage_slider_container .homepage_slider_container_subtitle{
  font-size: 18px;
}
#homepage_slider .solution_page_top_wrapper_background, #homepage_slider .homepage_slider_wrapper{
 min-height: 361px;
}
.support_professional_services_2_content{
  padding: 5%;
}
.checksums_page_wrapper_content, .checksums_page_wrapper_content_faq{
padding: 5%;
}
.checksums_container_title{
  font-size: 25px;
}
.ibeacon_custom_video_container{
  margin-top: 5%;
}
.solution_page_industry_wrapper .solution_by_industry_main_content_wrapper, .solution_page_custom_mobile_main_wrapper .solution_other_main_content_wrapper{
  padding: 0;
}
.solution_page_industry_wrapper .solution_by_industry_main_row_2, .solution_page_industry_wrapper .solution_by_industry_main_row_3, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_2, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_3{
  padding-left: 5%;
  padding-right: 5%;
}
.solution_page_custom_mobile_main_wrapper .solution_other_main_row_1{
  padding: 5%;
}
.general_landing_page_form_container, .general_landing_page_customers_container{
  padding: 5%;
}
.general_landing_page_template .homepage_slider_container_text{
  padding-left: 5%;
  padding-right: 5%;
}
.product_aws_container_1, .product_aws_container_2, .product_aws_container_3, .product_aws_container_4{
  padding: 5%;
}
#slider_container{
  min-height: 342px;
}
.general_landing_page_form_content_half_title_container_wrapper .general_landing_page_form_content_half_title_container{
  padding: 5%;
}
.general_landing_page_form_content_half_title_container{
  font-size: 25px;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_title h3{
  font-size: 25px;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_sub_title{
  font-size: 18px;
}
.general_landing_page_template .solution_overview_row .solution_overview_box_main{
  padding-left: 0;
}
.ups_tracking_content{
  padding: 5%;
}
.solution_content_block_bg1, .solution_content_block_bg2{
  display: none;
}
.solution_mdm .solution_mdm_box{
  padding-bottom: 2em;
}
.custom_lp_phone_container{
  padding-right: 2em;
}
 .homepage_solution_content .homepage_solution_content_item_icon{
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .homepage_solution_content_item_icon_image{
    display: block;
    height: 65px;
    width: 65px;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage_solution_content_item_icon_title{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 1em;
  }
  .homepage_solution_content_item_icon_title h2{
    text-align: center;
    line-height: 1.2em;
    font-size: 20px;
  }
  .homepage_solution_content_item_data_first_text div:first-of-type{
    text-align: center;
    font-size: 15px;
    line-height: 1.2em;
    padding-top: 0.5em;
  }
  .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_first,   .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_second{
    padding-top: 2.2em;
    padding-bottom: 2em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .homepage_solution_content_item_data_first_icons_item{
    display: block;
    width: 100%;
  }
  .homepage_solution_content_item_data_first_icons_row:first-of-type .homepage_solution_content_item_data_first_icons_item{
    padding-bottom: 0;
  }
  .homepage_solution_content_icons .homepage_solution_content_item:last-of-type {
    padding-bottom: 1.8em;
  }
  #homepage_slider .solution_page_top_wrapper_background, #homepage_slider .homepage_slider_wrapper{
    height: 645.317px!important;
  }
  .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
    padding-right: 0;
  }
  .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
    padding-left: 0;
  }
  .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active svg, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled svg{
    width: 65px;
    height: 65px;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container{
    padding: 5%;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row{
    display: table-cell;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_box_number_arrow{
    left: -0.85em;
    top: -0.2em;
  }
  .gdpr_page_table_container_image{
    vertical-align: top;
  }
  .gdpr_page_table_container_text .gdpr_page_table_container_text_content p{
    font-size: 16px;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_text_title .solution_page_info_box_text{
    font-size: 25px;
  }
  .gdpr_page_switch_container_title h2{
    font-size: 34px;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_normal p{
    font-size: 16px;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg .gdpr_page_table_container_text_title .solution_page_info_box_number_circle{
    padding-top: 0;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container{
    padding: 5%;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_title{
    margin-left: 0;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_box{
    padding-left: 1em;
    padding-right: 1em;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_image svg,.solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container.left .gdpr_page_table_container_image {
    width: 345.6px;
    height: 273px;
  }
  .partner_request_succes_container_img svg {
	width: 139px;
	height: 139px;
  }
.partner_form_container {
	width: 100%;
}
#map_container{
	display: none;
}
.partner-form {
	padding: 1.8em;
}
.partner-form .contact_country {
	max-width: 570px !important;
}

/* special for portrait */
.solution_by_industry_cs_1_content_right object{
	width: 60%;
}
.general_landing_page_template .general_landing_page_form_content_half:last-of-type{
  padding: 1em;
}
.estore_other_table_box_content_price_button{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.appliance_content_half{
	display: block;
	width: 100%;
	}
.solution_dlp_text, .solution_mdm_text {
display: inline-block;
width: 52%;
}
.solution_dlp .solution_dlp_section_title, .solution_mdm .solution_mdm_section_title{
	display: inline-block;
	width: 46%;
	vertical-align: top;
	line-height: 1em;
}
.active_container_homepage_row .active_container_block:first-of-type{
	padding-right: 1.5em;
}
.active_container_homepage_row .active_container_block:last-of-type{
	padding-left: 2.1em;
}
.call_to_action_products_half:first-of-type, .call_to_action_products_half:last-of-type {
	width: 50%;
}
.product_features_top_second_half{
	vertical-align: bottom;
	display: block;
	width: 100%;
	margin-top: 2em;
}
.product_features_top_first_half{
	display: block;
	width: 100%;
}
.product_features_top_text p{
	margin-top: 2em;
}
.product_features_custom_text_box{
	display: inline-block;
	width: 45%;
	margin-left: 2em;
	vertical-align: top;
}
.product_features_custom_text_box:first-of-type{
	margin-left: 0;
	margin-right: 2em;
}
.product_features_custom_text_box:last-of-type{
	margin-left: 0;
  margin-bottom: 1em;
}
.solution_by_industry_cs_2_content_half{
	display: block;
	width: 100%;
	padding-right: 0!important;
	padding-left: 0!important;
}
.solution_by_industry_cs_1_content_right object{
	width: 60%;
}
.appliance_picture{
	padding: 5%;
	width: 100%;
	background-color: #F1F1F2;
}
.estore_other_table_row{
	display: table;
	width: 100%;
}
.estore_other_table_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.estore_other_table_box_content_title{
	display: block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0.5em;
}
.estore_other_table_box_content_text{
	display: block;
	width: 100%;
}
.store_other_table_box_content_separator{
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.estore_other_table_box_content_price_unit{
	padding-left: 0;
	display: table-cell;
	width: 60%;
}
.estore_other_table_box_content_button_buy{
	display: table-cell;
	width: 40%;
	vertical-align: top;
}
.estore_other_table_box_img{
	vertical-align: top;
}
.estore_other_container{
	padding-top: 5%;
}
.estore_other_table_box{
	border: none;
}
.estore_other_table_row{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E4E8;
}
.estore_other_title{
	padding-left: 5%;
	padding-right: 5%;
}
.estore_other_table_row .estore_other_table_box:nth-child(odd){
	padding-left: 5%;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-top: 2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E3E4E8;
}
.estore_other_table_row .estore_other_table_box:nth-child(even){
	padding-right: 5%;
	padding-left: 2em;
	padding-bottom: 2em;
	padding-top: 2em;
}
.estore_other_table_box_content{
	padding-left: 1em;
}
.estore_second_table_half_text p{
	min-height: 120px;
}
.estore_second_table_half_options_container_row_box_1_input input[type="checkbox"] + label .estore_table_label_box, .estore_second_table_half_options_container_row_box_1 input[type="checkbox"] + label .estore_table_label_box{
	vertical-align: top;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_1{
	width: 65%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_2{
	width: 35%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row:first-of-type .estore_second_table_half_options_container_row_box_2{
	padding-top: 4.7em;
}
.estore_other_product_main_custom .estore_other_table_row:last-of-type .estore_other_table_box:last-of-type{
	display: none;
}
.product_comparison_page_content tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.product_comparison_page_content td, .product_comparison_page_content th {
    display: block;
    width: 33.333333333333%;
    font-size: 16px;
	background: #F6F6F6;
	padding-bottom: 0.5em;
	padding-right: 0;
}
.product_comparison_page_content th{
	background: none;
	padding-right: 1em;
}
.product_comparison_page_content th:first-child, .product_comparison_page_content td:first-child {
   background: none;
   width: 100%;
}
.product_comparison_page_content td:first-child{
	border-top: none;
	font-size: 16px;
}
.product_comparison_page_content  th:first-child {
    display: block;
	width: 100%;
	padding-top: 2em;
}
.product_comparison_page_content .product_comparison_prod_title{
	font-size: 20px;
	margin-bottom: 0;
}
.product_comparison_page_content td:nth-child(3){
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.product_comparison_page_content tbody tr:first-of-type td:first-child{
	padding-top: 2em;
}
.product_comparison_page_content thead tr:first-of-type th:first-child{
	display: none;
}
.about_us_custom_1_half, .about_us_custom_2_half{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.about_us_custom_1_half:first-of-type, .about_us_custom_2_half:first-of-type{
	padding-right: 0;
}
.about_us_custom_1_half:last-of-type, .about_us_custom_2_half:last-of-type{
	padding-left: 0;
}
.products_box_content_column .products_box_text{
	height: 178px;
}
.solution_page_top_wrapper_container .solution_page_top_textbox_text p{
	margin-bottom: 1em;
	line-height: 1.4em;
	font-size: 18px;
}
.solution_page_top_wrapper_container .solution_page_top_textbox_content{
	padding-bottom: 10%;
	padding-top: 10%;
	padding-right: 0;
}

.solution_page_top_wrapper_container .solution_page_top_textbox_heading{
	font-size: 27px;
}
.press_kit_second_content_half{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
}
.press_kit_second_content_half:first-of-type{
	margin-bottom: 2em;
}
.press_kit_third_content_half_big_title{
	font-size: 60px;
}
.press_kit_third_content_half_small_title{
	font-size: 25px;
}
.press_kit_third_content_half_box:first-of-type{
	padding-right: 1em;
}
.press_kit_third_content_half_box:last-of-type{
	padding-left: 1em;
}
.estore_error_message_table_img	{
	width: 7%;
}
.estore_error_message_table_content{
	width: 92.5%;
}
.estore_main_calculator_container .estore_main_calculator_box_content .estore_error_message_arrow{
	left: auto;
	right: 5%;
}
.my_epp_works_illustration_content_arrow{
	padding-bottom: 4em;
}
.homepage_slider_container .homepage_slider_container_img{
  padding-top: 2em;
}
.container_testimonials_customers{
  display: block;
  padding: 1em;
  padding-top: 1.8em;
}
.container_testimonials_customers_title h4{
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 2em;
}
.container_testimonials_customers .testimonial_text{
  font-size: 14px;
  line-height: 1.2em;
}
.container_testimonials_customers .testimonials{
  display: block;
  width: 100%;
}
.container_testimonials_customers .container_testimonials_customers_spacer{
  display: block;
  width: 100%;
  height: 1px;
}
.container_testimonials_customers .container_testimonials_customers_spacer .container_testimonials_customers_spacer_bg{
  width: 100%;
  height: 1px;
}
.container_testimonials_customers .customers{
  display: block;
  width: 100%;
  padding-bottom: 0;
}
@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex){
  .press_kit_sixth_content_1_container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  	-webkit-flex-flow: row wrap;
  	-moz-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  }
.press_kit_sixth_content_1_container_box{
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.press_kit_sixth_content_1_container_box:last-of-type{
  margin-top: 2em;
}
}
.homepage_main_title h1 {
    margin-top: 1.6em;
}
  .homepage_solution_content .homepage_solution_content_item_icon{
    display: table;
    padding-top: 2.5em;
    padding-bottom: 1em;
    margin-bottom: 0;
    padding-left: 10%;
    padding-right: 10%;
    vertical-align: top;
  }
  .homepage_solution_content_item_icon_image{
    display: table-cell;
    vertical-align: top;
    width: 90px;
    height: 90px;
  }
  .homepage_solution_content_item_icon_title{
    display: table-cell;
    width: 35%;
    vertical-align: top;
    padding-left: 1.8em;
    padding-top: 0.5em;
  }
  .homepage_solution_content_item_icon_title h2{
    text-align: left;
    font-weight: 500;
  }
  .homepage_solution_content_item_data_first_text {
    display: table-cell;
    padding-left: 1em;
    vertical-align: top;
    position: relative;
    text-align: left;
    padding-top: 0.5em;
  }
  .homepage_solution_content_item_data_first_text div:first-of-type{
    font-size: 16px;
    color: #000000;
  }
  .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_first, .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_second{
    padding-top: 2.5em;
    padding-bottom: 2em;
    padding-left: 10%;
    padding-right: 10%;
  }
  .homepage_solution_content_icons .homepage_solution_content_item:last-of-type {
    padding-bottom: 1.8em;
  }
  .homepage_main_title{
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #homepage_slider .solution_page_top_wrapper_background, #homepage_slider .homepage_slider_wrapper{
    height: 364px!important;
  }
  .solution_page_top_wrapper_illustration svg{
    position: absolute;
    top: 0;
    left: 0;
  }
  .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active svg, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled svg{
    width: 90px;
    height: 90px;
  }
  
  .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
     padding-bottom: 1em;
     padding-right: 0;
   }
   .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
     padding-bottom: 1em;
     padding-left: 0;
   }
   .homepage_solution_content_item_data_first_icons_row:last-of-type .homepage_solution_content_item_data_first_icons_item:last-of-type{
     padding-bottom: 0;
   }
   /* Header redesign styles */
   #header_redesign .mobile_main .search_icon{
		display: none;
	}
	#header_redesign .search_form{
		display: inline-block;
		position: relative;
		width: 100%;
		background:	#b9b9c3;
		border: 1px solid #b9b9c3;
		margin: 0;
	}
	#header_redesign .search_form_field{
		float: none;
		font-size: inherit;
		padding: 7px 7px 7px 35px;
		border:none;
		border-radius:0;
		font: inherit;
		background-color: transparent;
		margin-top: 0;
		margin-bottom: 0;
		width: 100%;
		color: #4d4d5c;
	}
	#header_redesign .search_form_inner_container_icon object, #header_redesign .search_form_inner_container_close object, #header_redesign .search_form_inner_container_icon svg, #header_redesign .search_form_inner_container_close svg{
		width: 22px;
		height: 22px;
	}
	#header_redesign .search_form_inner_container_icon, #header_redesign .search_form_inner_container_close {
		padding-top: 11px;
		padding-bottom: 11px;
	}
	#header_redesign .search_form_inner_container{
		width: 100%;
	}
	#header_redesign .request_demo_menu{
		height: 91vh;
		overflow-y: scroll;
	}
	#header_redesign #bottom_header .main_menu_partners {
		display: block !important;
	}
   /* End header redesign styles */
}
/*special for portrait */

/* End header redesign styles
-------------------------------------------------------------------------------------------------*/

/* Tablet (landscape) ----------- */

@media only screen and (min-width : 960px) and (max-width : 1024px) and (orientation: landscape) {
*{
	font-weight: 300;
}
.logo{
	padding-left: 2em;
	width: auto;
	height: 50px;
}
.menu_concept_icon, .menu_concept_contact, .menu_product_icon{
	width: 45px;
	height: 45px;
}
.menu_concept_icon{
	margin-right: 2em;
}
.close_button{
	width: 45px;
	height: 45px;
	top: 2em;
	right: 2em;
}
  .active_container_block{
	display: table-cell;
	width: 50%;
	padding-bottom: 1em;
}
.active_container_homepage_row{
	display: table;
	width: 100%
}
.active_container_homepage_row:last-of-type .active_container_block{
	padding-top: 2em;
	padding-bottom: 0;
}

.active_container_block aside{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
.active_container_block h4{
	min-height: 81px;
	padding-bottom: 0.7em;
}
.mobile_main li a{
	color: #B9B9C1;
	font-size: 25px;
}
.homepage_solution_title{
	display: table;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 10%;
	padding-right: 10%;
}
.index_title, .index_title_single{
	display: table-cell;
	width: 35%;
	vertical-align: middle;
	padding-left: 1.8em;
}
.index_title h2, .index_title_single h2{
	text-align: left;
}
.index_desc_txt{
	display:table-cell;
	padding-left: 1em;
	vertical-align: middle;
	position: relative;
	text-align: left;
}
.index_icon{
	display: table-cell;
	vertical-align: middle;
	width: 90px;
	height: 90px;
}
.index_icon object{
	width: 100%;
	height: 100%;
}
.twitter_special{
	font-size: 1.563em;
}
.show_more{
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.sol_homepage_text_1{
background-color: #9D9DA8;
padding-top: 2.5em;
padding-bottom: 1em;
padding-left: 10%;
padding-right: 10%;
}
.sol_homepage_text_2{
background-color: #A7A7B1;
padding-top: 2.5em;
padding-bottom: 1em;
padding-left: 10%;
padding-right: 10%;
}
.sol_homepage_text_3 {
background-color: #11C3DD;
padding-top: 2.5em;
padding-bottom: 3em;
padding-left: 10%;
padding-right: 10%;
}
.sol_homepage_text_1 a, .sol_homepage_text_2 a, .sol_homepage_text_3 a {
	color: #ffffff;
	text-decoration: underline;
}
.sol_homepage_text_2 p{
	display: inline-block;
	width: 47%;
	margin-bottom: 1em;
}
.solution_dlp{
	display: block;
}

.solution_mdm{
	display: block;
	margin-top: 2em;
}
.solution_dlp_box{
	display: table-cell;
	padding-right: 3em;
}
.solution_mdm_box{
	display: table-cell;
}
.products_box_big{
	width:50%;
	display: inline-block;
	padding-top: 71.66px;
}
.products_box_small{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-top: 71.66px;
}
.products_box_1 .lang_spacer{
	display: none;
}
.products_box, .products_box_1 {
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.products_box_image{
	display: none;
	margin-bottom: 1em;
}
.support_box{
	display: inline-block;
	width: 47%;
	vertical-align: top;
}
#support_box_1 {
	padding-right: 1em;
}

#support_box_2  {
	padding-left: 1em;
}
#support_box_3 .support_box_content .support_box_content_text ul{
	padding-left: 1.5em;
}
.partner_box_large{
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
.partner_box_small{
	display: block;
	width: 100%;
}
.partner_box_small_content{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.partner_box_small_content .products_spacer, .partner_box_large .products_spacer{
	display: none;
}
.main_menu_container{
	text-align: right;
	padding-right: 0;
	vertical-align: middle;
}
.mobile_main{
	padding: 2em;
	padding-top: 71.66px;
}
.sol_homepage_text_1_feature{
	display: inline-block;
	width: 49%;
	margin-bottom: 1em;
}
.footer_action_block{
	display: table-cell;
	width: 50%;
	padding: 0;
	vertical-align: top;
}
.footer_action_block:first-of-type{
	padding-right: 2em;
}
.footer_action_block:last-of-type{
	padding-left: 2em;
}
.footer_action_container{
	display: block;
	width: 100%;
	padding: 5%;
}
.footer_action_block_row{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.footer_action_block_row:first-of-type{
	margin-bottom: 5em;
}
.active_container_homepage{
	padding-top: 2em;
	padding-bottom: 1em;
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;
}
.sol_homepage_text_3 .sol_homepage_text_3_title{
	text-align: left;
}
.active_container_block_spacer_1{
	display: block;
	width: 100%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	}
.active_container_block_spacer_bg{
	background-color: #B9B9C1;
	width: 100%;
	height: 1px;
	display: block;
	position: relative;
	left: 0;
	margin-top: 0;
	}
.products_box_text{
	padding-left: 1em;
	line-height: 1em;
}
.search_icon{
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: sub;
}
.search_form{
	display: inline-block;
	position: relative;
	width: 80%;
	}
.search_form_field{
	float: none;
	font-size: inherit;
	padding:0;
	border:none;
	border-radius:0;
	font: inherit;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	color: #ffffff;
}
.search_form_field::-webkit-input-placeholder{
	color: #7F7F8A;
	}
.search_form_field:-moz-placeholder{
	color: #7F7F8A;
	opacity:  1;
}
.search_form_field::-moz-placeholder{
	color: #7F7F8A;
	opacity:  1;
}
.search_form_field:-ms-input-placeholder{
	color: #7F7F8A;
}
.mobile_main .products_spacer{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.product_overview_box_container{
	padding-left: 5%;
	padding-right: 5%;
}
.product_overview_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	padding-left: 1em;
}
.product-icon{
	height: 95px;
}
.product_top, .product_top_2{
	margin-left: 5%;
	margin-right: 5%;
}
.product_top{
	margin: 5%;
	margin-top: 0;
}
.product_top_box{
	vertical-align: middle;
	text-align: left;
}
.product_top_box .product_epp_buttons{
	text-align: center;
}
.product_top_box h1{
	font-size: 40px;
}
.product_overview_box_main{
	display: table-cell;
	padding-left: 2em;
	vertical-align: top;
	padding-bottom: 41px;
	}
.product_overview_box_icon{
	display: table-cell;
	padding-bottom: 41px;
	width: 70px;
	height: 70px;
}
.product_overview_box h2{
	font-size: 22px;
	margin-bottom: 0.5em;
	line-height: 27px;
}
.highlights_container{
	margin-left: 5%;
	margin-right: 5%;
}
.highlights_container h4, .infographic h4{
	font-size: 35px;
}
.highlights_text_box .header-text2{
	font-size: 26px;
}
.highlights_text_box p{
	font-size: 15px;
	line-height: 22px;
}
.highlights_text_box p strong{
	font-size: 18px;
	font-weight: 400;
}
.product_menu_desktop{
	position: absolute;
	background-color: #8C8C99;
	width: 100%;
	z-index: 1;
	padding: 5%;
	box-sizing: border-box;
	padding-left: 37px;
	padding-right: 30px;
}
.product_menu_desktop li, .product_menu_desktop li a{
	display: block;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
}
.feature_box_line{
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 41px;
	padding-top: 41px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.feature_box{
	display: table-cell;
	width: 50%;
}
.feature_box_line_back{
	display: none;
}
.feature_box_line .show_more_2{
	position: absolute;
	bottom: 0;
}
.feature_icon{
	display: table-cell;
	vertical-align: top;
}
.feature_box_text{
	display: table-cell;
	vertical-align: top;
	padding-left: 1.6em;
	text-align: left;
}
.feature_title h2 {
	text-align: left;
	margin-bottom: 1em;
}
.feature_box_line .feature_box:first-child{
	padding-right: 1em;
}
.feature_box_line .feature_box:last-child{
	padding-left: 1em;
}
.product_features_top{
	padding: 5%;
	padding-bottom: 0;
}
.product_features_show_more_box{
	padding: 5%;
}
.product_features_show_more_custom_text_container{
	padding-left: 5%;
	padding-right: 5%;
}
.product_features_show_more_custom_text_container .product_features_custom_text_heading{
	padding-top: 1em;
}
.product_features_show_more_custom_text_container .product_features_custom_text:last-child{
	padding-bottom: 1em;
}
.index_title_single{
	padding-top: 1.5em;
}
.product_features_show_half_title{
	display: table-cell;
	width: 50%;
	padding-right: 5%;
}
.product_features_show_half_half{
	display: table-cell;
	width: 50%;
	padding-left: 5%;
}
.product_features_show_half_spacer_2{
	display: block;
}
.appliance_picture{
	padding: 5%;
}
.appliance_title{
	padding-left: 5%;
	padding-right: 5%;
}
.appliance_info_1, .appliance_info_2, .appliance_key_heading, .appliance_key_list, .appliance_download_container, .appliance_format, .appliance_format_list_container{
	margin: 5%;
}
.appliance_content_half:first-of-type{
	padding-right: 0;
}
.appliance_content_half:last-of-type{
	padding-left: 0;
}
.product_video_container{
	margin-top: 5%;
}
.product_video_other_container_box{
	display: table;
	width: 100%;
	padding-bottom: 2em;
	padding-top: 2em;
	padding-left: 5%;
	padding-right: 5%;
	position: relative;
}
.product_video_other_container_box:nth-child(odd){
	background-color: #F8F8FA;
}
.product_video_other_video_container{
	display: table-cell;
	width: 40%;
	padding-top: 0.7em;
}
.product_video_other_text{
	display: table-cell;
	width: 60%;
	vertical-align: top;
	padding-left: 3em;
}
.product_video_other_title{
	margin-top: 0;
	margin-bottom: 0;
}
.product_video_content{
	margin-bottom: 5%;
}
.product_video_upper_container{
	margin-bottom: 2em;
	padding-left: 5%;
	padding-right: 5%;
}
.call_to_action_products_half:last-of-type{
	vertical-align: bottom;
	}
.call_to_action_products_half:first-of-type{
	padding-left: 5%;
	padding-bottom: 5%;
	padding-top: 5%;
}
.call_to_action_products{
	box-sizing: border-box;
}
.solution_page_main_wrapper .solution_by_industry_main_row_1_wrapper, .solution_page_main_content_wrapper .solution_by_industry_main_row_1_wrapper{
  padding: 5%;
}
.solution_page_hw_title{
	text-align: left;
	margin-left: 32px;
}
.solution_page_hw_row{
	display: table-row;
	width: 100%;
	vertical-align: top;
}
.solution_page_hw_row:first-of-type .solution_page_hw_box{
	padding-bottom: 2em;
}
.solution_page_hw_box{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.solution_page_hw_box_left{
	display: table-cell;
	vertical-align: top;
}
.solution_page_hw_box_right{
	display: table-cell;
	vertical-align: top;
	padding-left: 1em;
}
.solution_page_hw_box_spacer{
	margin-top: 0;
	margin-bottom: 1em;
}
.solution_page_main_benefits_container{
	margin-left: 5%;
	margin-right: 5%;
}
.solution_pages_dlp_products_wrapper_content{
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 4%;
	padding-bottom: 5%;
	box-sizing: border-box;
}
.solution_pages_dlp_products_box_upper_heading{
	vertical-align: middle;
	font-size: 18px;
}
.trusted_by_container{
 padding: 5%;
}
.solution_page_main_benefits_boxes_row:last-of-type .solution_page_main_benefits_box_text p{
	margin-bottom: 0;
}
.solution_page_main_benefits_container{
	margin-bottom: 5%;
	margin-top: 5%;
}
.solution_page_hw_container{
	padding-top: 5%;
	padding-bottom: 5%;
}
.footer-links{
	padding-left: 5%;
	box-sizing: border-box;
}
.footer_logo{
	padding-left: 0;
}
.solution_overview_container{
	padding: 5%;
}
.solution_overview_box_icon{
	display: table-cell;
	width: 70px;
	height: 70px;
}
.solution_overview_box_main{
	display: table-cell;
	vertical-align: top;
	padding-left: 2em;
}
.solution_overview_row .solution_overview_box:first-of-type{
	padding-right: 0.5em;
}
.solution_overview_row .solution_overview_box:last-of-type{
	padding-left: 0.5em;
}
.solution_overview_row{
	margin-bottom: 2em;
	width: 100%;
}
.solution_overview_row:last-of-type{
	margin-bottom: 0;
}
.solution_overview_2_container{
	padding: 5%;
	box-sizing: border-box;
}
.solution_overview_2_row{
	margin-bottom: 2em;
}
.solution_overview_2_row:last-of-type{
	margin-bottom: 0;
}
.solution_overview_3_container{
	padding: 5%;
	box-sizing: border-box;
}
.solution_overview_3_box_icon{
	max-width: 280px;
}
.solution_overview_4_container{
	padding: 5%;
	box-sizing: border-box;
}
.solution_overview_4_box{
	width: 33%;
}
.solution_overview_4_box:nth-child(-n+3){
	margin-bottom: 2em;
}
.product_epp_buttons_button_text_container{
	box-sizing: border-box;
}
.requests_content, .menu_support_requests_content{
	padding: 5%;
}
#homepage_slider img{
	min-height: 300px;
}
.sol_homepage_text_2 p:first-of-type{
	margin-right: 2em;
}
.solution_icon{
	width: 65px;
	height: 65px;
}
.trusted_by_img{
	margin-bottom: 0;
}
.trusted_by_header{
	text-align: left;
  margin-top: 0;
}
.solution_page_top_textbox_content{
	padding: 5%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
}
.solution_overview_2_container_text p{
	text-align: left;
}
.sol_homepage_text_3 .demo_form{
	max-width: 311px;
	margin-left: auto;
	margin-right: auto;
}
.sol_homepage_text_3 .demo_form .editfields{
	max-width: 311px;
}
.solution_overview_container_heading{
	text-align: left;
}
.solution_overview_container_text p{
	text-align: left;
}
.solution_overview_2_container_heading{
	text-align: left;
}
.solution_overview_3_container_heading{
	text-align: left;
}
.solution_overview_4_container_heading{
	text-align: left;
}
.solution_pages_dlp_products_container_heading{
	text-align: left;
}
.solution_page_main_benefits_header{
	text-align: left;
}
.solution_overview_3_container_text p{
	text-align: left;
}
.solution_overview_3_box_text p{
	font-size: 16px;
	line-height: 22px;
}
.product_features_show_right{
	width: 100%;
	display: block;
}
.products_features_feature_half_list{
	display: table-cell;
	width: 50%;
}
.products_features_feature_half_list:last-of-type{
	padding-left: 20%;
}
.product_features_show_left .product_features_show_more_custom_text_container{
	padding-left: 0;
	padding-right: 0;
}
.information_block_box{
	padding-bottom: 1em;
}
.product_features_show_more_custom_text_container_text {
	padding: 5%;
	margin-bottom: 0;
}
.sol_homepage_text_2_heading{
	display: inline-block;
	width: 47%;
	margin-bottom: 0;
	margin-right: 1em;
	vertical-align: top;
}
.sol_homepage_text_2 p:first-of-type, .sol_homepage_text_2 p:last-of-type{
	margin-left: 1em;
	margin-right: 0;
}
.sol_homepage_text_2 p{
	margin-right: 1em;
}
.product_overview_row{
	width: 100%;
}
.product_overview_row .product_overview_box:first-of-type{
	padding-right: 1em;
	padding-left: 0;
}
.product_overview_row .product_overview_box:last-of-type{
	padding-left: 1em;
}
.infographic{
	padding: 5%;
}
.product_name{
	padding: 37px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu_product_mobile{
	padding-left: 37px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 12px;
}
.product_overview_row:last-of-type .product_overview_box_main{
	padding-bottom: 0;
}
.feature_icon{
	width: 70px;
	height: 70px;
}
.solution_by_industry_main_content_wrapper, .solution_other_main_content_wrapper{
	padding: 5%;
}
.solution_by_industry_second_content_wrapper{
	padding: 5%;
	margin-bottom: 0;
}
.solution_by_industry_cs_1_content_wrapper{
	padding: 5%;
}
.solution_by_industry_cs_2_content{
	padding: 5%;
}
.solution_by_industry_second_header{
	font-size: 32px;
}
.solution_by_industry_cs_1_content_left_heading, .solution_by_industry_cs_1_content_left_text_1 p{
	font-size: 32px;
}
.solution_by_industry_cs_2_head{
	font-size: 26px;
}
.solution_by_industry_cs_1_content_left_text_1 p{
	font-size: 28px;
	line-height: 1.3em;
}
.solution_page_top_image{
	display: block;
	height: auto;
	position: relative;
}
.support_box_content_text a{
	font-size: 1em;
}
.products_box_row{
	display: table;
}
.products_box_container{
	padding-top: 71.66px;
	padding-left: 2em;
	padding-right: 2em;
}
.products_box_1{
	padding-right: 2em;
}
.products_box_row:first-of-type .products_box{
	padding-left: 2em;
}
.products_box_row .products_box:first-of-type{
	padding-right: 2em;
}
.products_box_row .products_box:last-of-type{
	padding-left: 2em;
}
.products_box_row:last-of-type .products_box{
	display: block;
	padding-left: 0;
}
.products_spacer, .products_spacer_2 {
	margin-bottom: 2em;
}
.menu_solution_container{
	padding-top: 71.66px;
	padding-left: 2em;
	padding-right: 2em;
}
.support_box_container{
	padding-top: 71.66px;
	padding-left: 2em;
	padding-right: 2em;
}
.company_custom_container .support_box_container{
  padding-bottom: 71.66px;
}
.partner_box_container{
	padding-top: 71.66px;
	padding-bottom: 71.66px;
	padding-left: 2em;
	padding-right: 2em;
}
.aws_availability, .os_version{
	width: 311px;
}
.appliance_third_text{
	padding-right: 5%;
	padding-left: 5%;
}
.contact_request_input{
	max-width: 311px;
}
.contact_country{
	max-width: 311px;
}
.contact_subject{
	max-width: 311px;
}
.contact_request .button_request{
	max-width: 311px;
}
.solution_pages_dlp_products_box_spacer{
	margin-top: 0.3em;
}
.solution_pages_dlp_products_box_upper_img{
	vertical-align: middle;
	width: 41px;
	height: 41px;
}
.products_box_row .products_box .products_spacer, .products_box_row .products_box_1 .products_spacer{
	display: none;
}
.support_box_content_title{
	margin-bottom: 0.5em;
}
.estore_main_container{
	padding: 5%;
}
.estore_second_container{
	padding: 5%;
}
.estore_main_container_title{
	font-size: 32px;
}
.estore_other_title{
	font-size: 32px;
}
.estore_second_table_half:first-of-type{
	padding-right: 1.5em;
}
.estore_second_table_half:last-of-type{
	padding-left: 1.5em;
}
.estore_2_container{
	padding: 5%;
}
.estore_2_second_container{
	padding-left: 5%;
	padding-right: 5%;
}
.estore_2_third_wrapper{
	padding: 5%;
}
.estore_main_shipping_container{
	padding: 5%;
}
.product_comparison_top_container{
	padding: 5%;
}
.product_comparison_top_title{
	font-size: 25px;
}
.product_comparison_top_text p{
	font-size: 16px;
}
.product_comparison_page_content{
	padding: 5%;
}
.product_comparison_page_content .product_comparison_prod_title{
	font-size: 20px;
}
.product_comparison_page_content td:first-child, .product_comparison_page_content th:first-child{
	font-size: 16px;
}
.about_us_top_top_container{
	padding: 5%;
}
.about_us_content_1_container_wrapper, .about_us_content_2_container_wrapper{
	padding: 5%;
}
.management_team_top_container{
	padding: 5%;
}
.management_team_container{
	padding: 5%;
}
.management_team_custom_1_box_img{
	padding-right: 2em;
}
.management_team_top_title{
	font-size: 25px;
}
.milestones_top_container{
	padding: 5%;
}
.milestones_content, .release_history_content{
	padding: 5%;
}

.solution_page_top_wrapper_container .solution_page_top_textbox_content{
	position: relative;
	padding-left: 0;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	background-color: transparent;
}
.solution_page_top_wrapper_container .product_epp_buttons_button_demo{
	display: table;
	margin-left: 0;
	margin-right: 0;
}
.solution_page_top_wrapper_container{
	padding-left: 5%;
}
.products_box_content{
  display: block;
	width: 100%;
	vertical-align: top;
	padding-bottom: 0;
	padding-top: 0;
}
@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex){
  .products_box_content{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  	-webkit-flex-flow: row wrap;
  	-moz-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  }
  .products_box_content_column:last-of-type{
  display: flex;
  flex-wrap: wrap;
}
}
.products_box_content_column{
	width: 50%;
}
.products_box_content_column:last-of-type .products_box_2 .products_box_text{
	height: auto;
}
.products_box_content_column{
	padding-right: 0;
}
.products_box_content_column:first-of-type{
	padding-right: 1em;
}
.products_box_content_column:last-of-type{
display: block;
width: 100%;
align-items: baseline;
padding-left: 0;
}
.products_box_content_column:last-of-type .products_box_2{
  width: 50%;
  padding-left: 1em;
  padding-right: 0;
}
.products_box_content_column:last-of-type .products_box_2:first-of-type, .products_box_content_column:last-of-type .products_box_2:last-of-type{
  padding-right: 1em;
  padding-left: 0;
}
.carry_versions_custom{
	padding: 5%;
}
.carry_versions_custom_container_half_title{
	font-size: 25px;
}
.carry_versions_custom_container_half_text_title{
	font-size: 20px;
}
.carry_versions_custom_container_half:first-of-type{
	padding-right: 1em;
}
.carry_versions_custom_container_half:last-of-type{
	padding-left: 1em;
}
.carry_versions_custom_container_half_text{
	font-size: 16px;
}
.carry_versions_custom_container_half_text_list{
	font-size: 16px;
}
.solution_page_top_wrapper_illustration{
	vertical-align: middle;
}
.news_content_container{
	padding: 5%;
}
.press_single_container{
	padding: 5%;
}
.press_room_kit_wrapper_container{
	padding: 5%;
}
.contact_us_page_container{
	padding: 5%;
}
.careers_content_container{
	padding: 5%;
}
.awards_certifications_content_container{
	padding: 5%;
}
.award_box{
	display: table-cell;
	width: 50%;
	padding-left: 2em;
	padding-right: 2em;
}
.customer_content_container{
	padding: 5%;
}
.customer_box_line{
	margin-bottom: 80px;
}
.customer_testimonial_container{
	padding: 5%;
}
.press_kit_first_content, .press_kit_second_content, .press_kit_third_content, .press_kit_fourth_content, .press_kit_fifth_content, .press_kit_sixth_content{
	padding: 5%;
}
.milestones_top_title{
	font-size: 25px;
}
.customer_testimonial_container .testimonial_text{
	font-size: 16px;
}
.award_box_title{
	font-size: 18px;
}
.award_box_text p{
	font-size: 15px;
}
.press_kit_first_content_1_block_title, .press_kit_second_content_half_title, .press_kit_second_content_half  .management_team_custom_1_box_txt_title{
	font-size: 20px;
}
.press_kit_first_content_1_block_text{
	font-size: 16px;
}
.careers_content_container_box_title{
	font-size: 20px;
}
.map_info_container{
	max-width: 300px;
}
.map_info_content{
	right: 5px;
}
.country_select_container{
	padding: 5%;
}
.map_info_container_box_partner_container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 3px;
}

.map_info_container_box_partner_container::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 3px;
}
.map_info_container_box_partner_container::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(99, 99, 117, 0.59);
}
.partner_box_large_map{
	max-width: none;
	max-height: none;
	width: 100%;
}
.resources_page_documentation_wrapper, .resources_page_data_sheets_container, .resources_page_white_papers_container, .resources_page_videos_container, .resources_page_case_study_wrapper_container, .resources_page_infographics_container, .white_papers_content, .white_paper_content, .case_studies_content, .case_study_first_container, .case_study_second_container, .case_study_third_container, .infographics_content, .infographics_content, .resources_page_comics_container, .comics_content, .comic_container, .comics_page_links_container, .infographic_container, .infographic_wrapper_download_container {
	padding: 5%;
}
.resources_page_data_sheets_box_row_item{
	margin-top: 0.5em;
}
.resources_page_videos_container .product_video_other_container_box:nth-child(odd), .resources_page_videos_container .product_video_other_container_box:nth-child(even) {
	background-color: transparent;
}
.search_results_container{
	padding: 5%;
}
.epp_overview_more_info_container{
	padding: 5%;
}
.solution_page_no_pic_container{
	padding: 5%;
}
.solution_page_no_pic_title{
	font-size: 25px;
}
.solution_page_main_custom_illustration_container{
	padding: 5%;
}
.solution_page_kiosk_custom_container{
	padding: 5%;
}
.ibeacon_custom_2_container{
	padding: 5%;
}
.technology_partners_table{
	padding: 5%;
}
.oem_solutions_custom_1_container, .oem_solutions_custom_2_container{
	padding: 5%;
}
.my_epp_hw_page_custom_1_container, .my_epp_hw_page_custom_3_container{
	padding: 5%;
}
.screenshots_content_box{
	padding: 5%;
}
.become_partner_custom_1_container{
	padding: 5%;
}
.become_partner_testimonial_container{
	padding: 5%;
}
.become_partner_custom_2_container{
	padding: 5%;
}
.partner_request_succes_container_text{
	font-size: 25px;
}
.faq_section_list_container{
	padding: 5%;
}
.faq_search_bar_container{
	padding: 5%;
}
.faq_single_entry_container{
	padding: 5%;
}
.release_history_single_content{
	padding: 5%;
}
.free_security_tools_1_custom, .free_security_tools_1_call_to_action_container{
	padding: 5%;
}
.free_security_tools_1_custom_content_container_title{
	font-size: 25px;
}
.site_map_content_container{
	padding: 5%;
}
.press_room_kit_wrapper_container_title{
	font-size: 25px;
}
.faq_single_entry_container_rating_no_title{
	padding: 5%;
}
.legal_documents_content_container{
	padding: 5%;
}
.faq_search_bar_search_container{
  width: 80%;
}
.menu_product .product_menu_desktop ul li:last-of-type .product_menu_spacer{
  display: none;
}
.homepage_slider_container .homepage_slider_container_title{
  font-size: 27px;
}
.homepage_slider_container .homepage_slider_container_subtitle{
  font-size: 18px;
}
#homepage_slider .solution_page_top_wrapper_background, #homepage_slider .homepage_slider_wrapper{
 min-height: 411px;
}
.support_professional_services_2_content{
  padding: 5%;
}
.checksums_page_wrapper_content, .checksums_page_wrapper_content_faq{
padding: 5%;
}
.checksums_container_title{
  font-size: 25px;
}
.ibeacon_custom_video_container{
  margin-top: 5%;
}
.solution_page_industry_wrapper .solution_by_industry_main_content_wrapper, .solution_page_custom_mobile_main_wrapper .solution_other_main_content_wrapper{
  padding: 0;
}
.solution_page_industry_wrapper .solution_by_industry_main_row_2, .solution_page_industry_wrapper .solution_by_industry_main_row_3, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_2, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_3{
  padding-left: 5%;
  padding-right: 5%;
}
.solution_page_custom_mobile_main_wrapper .solution_other_main_row_1{
  padding: 5%;
}
.general_landing_page_form_container, .general_landing_page_customers_container{
  padding: 5%;
}
.general_landing_page_template .homepage_slider_container_text{
  padding-left: 5%;
  padding-right: 5%;
}
.product_aws_container_1, .product_aws_container_2, .product_aws_container_3, .product_aws_container_4{
  padding: 5%;
}
#slider_container{
  min-height: 441px;
}
.general_landing_page_form_content_half_title_container_wrapper .general_landing_page_form_content_half_title_container{
  padding: 5%;
}
.general_landing_page_form_content_half_title_container{
  font-size: 25px;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_title h3{
  font-size: 25px;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_sub_title{
  font-size: 18px;
}
.general_landing_page_template .solution_overview_row .solution_overview_box_main{
  padding-left: 0;
}
.ups_tracking_content{
  padding: 5%;
}
.solution_content_block_bg1, .solution_content_block_bg2{
  display: none;
}
.solution_mdm .solution_mdm_box{
  padding-bottom: 2em;
}
.products_box_content_comparison_line.gdpr_compliance {
  margin-top: 2em;
}
.custom_lp_phone_container{
  padding-right: 2em;
}
.homepage_solution_content  .homepage_solution_content_item_icon{
  display: table;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 0;
  padding-left: 10%;
  padding-right: 10%;
}
.homepage_solution_content_item_icon_image{
  display: table-cell;
  vertical-align: top;
  width: 90px;
  height: 90px;
}
.homepage_solution_content_item_icon_title{
  display: table-cell;
  width: 35%;
  vertical-align: top;
  padding-left: 1.8em;
  padding-top: 0.5em;
}
.homepage_solution_content_item_icon_title h2{
  text-align: left;
  font-weight: 500;
}
.homepage_solution_content_item_data_first_text.mobile .show_more{
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
}
.homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_first,   .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_second{
  padding-top: 2.5em;
  padding-bottom: 2em;
  padding-left: 10%;
  padding-right: 10%;
}
.homepage_solution_content_icons .homepage_solution_content_item:last-of-type {
  padding-bottom: 1.8em;
}
.homepage_main_title{
  padding-top: 1em;
  padding-bottom: 1em;
}
#homepage_slider .solution_page_top_wrapper_background, #homepage_slider .homepage_slider_wrapper{
  height: 441.33px!important;
}
.solution_page_top_wrapper_illustration svg{
  position: absolute;
  top: 0;
  left: 0;
}
.homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active svg, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled svg{
  width: 90px;
  height: 90px;
}
.gdpr_page_table_content .gdpr_page_table_content_bg{
    padding: 0;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container{
    padding: 5%;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row{
    display: table-cell;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_box_number_arrow{
    left: -1.25em;
    top: -0.2em;
  }
  .gdpr_page_table_container_image{
    vertical-align: top;
  }
  .gdpr_page_table_container_text .gdpr_page_table_container_text_content p{
    font-size: 16px;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_text_title .solution_page_info_box_text{
    font-size: 25px;
  }
  .gdpr_page_switch_container_title h2{
    font-size: 34px;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_normal p{
    font-size: 16px;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg .gdpr_page_table_container_text_title .solution_page_info_box_number_circle{
    padding-top: 0;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container{
    padding: 5%;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_title{
    margin-left: 0;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_image svg,.solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container.left .gdpr_page_table_container_image {
    width: 460.8px;
    height: 364px;
  }
  .partner_request_succes_container_img svg {
	width: 185px;
	height: 185px;
  }
.partner_form_container {
	width: 100%;
}
#map_container{
	display: none;
}
.partner-form {
	padding: 1.8em;
}
.partner-form .contact_country {
	max-width: 570px !important;
}

/*Special for Landcape */
.appliance_title_background{
	display: block;
}
.container_testimonials_customers{
	display: table;
  padding-left: 5%;
  padding-right: 5%;
}
.container_testimonials_customers_title{
	display: table-caption;
}
.container_testimonials_customers_title h4{
	margin-top: 60px;
	margin-bottom: 0;
	font-size: 2.4em;
}
.testimonial_text{
	padding-left:0.5em;
	padding-right: 0.5em;
	font-size: 14px;
	line-height: 18px;
	color: #333342;
}
.estore_other_table_box_content_price_unit{
  width: 2000px;
}
.estore_other_table_box_content_price_button{
  width: 36%;
}
.appliance_content_half:first-of-type .appliance_format_list table{
	display: block;
	overflow-x: scroll;
}
.appliance_content_half{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.appliance_picture{
	min-height: 257px;
}
.solution_dlp_text, .solution_mdm_text {
	display: inline-block;
	width: 65%;
}
.solution_dlp .solution_dlp_section_title, .solution_mdm .solution_mdm_section_title {
	display: inline-block;
	width: 34%;
	vertical-align: top;
	line-height: 1em;
}
.active_container_homepage_row .active_container_block:first-of-type{
	padding-right: 1.95em;
}
.active_container_homepage_row .active_container_block:last-of-type{
	padding-left: 2.7em;
}
.call_to_action_products_half:first-of-type, .call_to_action_products_half:last-of-type {
	width: 50%;
}
.product_features_top_first_half{
	padding-bottom: 2em;
}
.product_features_show_more_custom_text_container .product_features_custom_text_box{
	display: table-cell;
	width: 33%;
	padding-bottom: 41px;
	padding-top: 41px;
}
.product_features_show_more_custom_text_container .product_features_custom_text_box:last-of-type{
	padding-right: 0;
}
.product_features_show_more_custom_text_container .product_features_custom_text_box:first-of-type{
	padding-left: 0;
}
.highlights_text_box_row{
	display: table;
	width: 100%;
	box-sizing: border-box;
}
.highlights_text_box{
	display: table-cell;
	width: 50%;
}
.highlights_text_box_row .highlights_text_box:first-of-type{
	padding-right: 2em;
}
.highlights_text_box_row:first-of-type .highlights_text_box{
	padding-bottom: 2em;
}
.highlights_text_box_row  .highlights_text_box:last-of-type{
	padding-left: 2em;
}
.appliance_download_header{
	display: block;
	width: 100;
}
.appliance_cloud_vm{
	display: block;
}
.estore_other_container{
	padding: 5%;
}
.estore_main_calculator_container{
	max-width: 100%;
}
.estore_main_calculator_box{
	display: table;
	width: 100%;
}
.estore_main_calculator_box_row{
	width: 25%;
	display: table-cell;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.estore_main_calculator_box_row:first-of-type{
	padding-left: 0;
}
.estore_main_calculator_box_row:last-of-type{
	padding-right: 0;
}
.estore_main_calculator_box_half{
	display: block;
	width: 100%;
	padding-bottom: 0;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row:first-of-type .estore_second_table_half_options_container_row_box_2{
	padding-top: 3em;
}
.estore_main_calculator_box_content{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.product_comparison_page_content td, .product_comparison_page_content th{
	font-size: 16px;
}
.products_box_content_column .products_box_text{
	height: 161px;
}
.footer_action_block_row:last-of-type .footer_action_block:first-of-type, .footer_action_block_row:last-of-type .footer_action_block:last-of-type{
  width: 50%;
}
.homepage_main_title h1 {
    margin-top: 1.6em;
}
/*Special for Landscape */
}

/* End Tablet

--------------------------------------------------------------------------------------------------*/


/* =Smartphones

--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px), all and (min-width: 600px) and (max-width: 602px) and (orientation: portrait){
*{
	font-weight: 300;
}
.logo{
	padding-left: 1.8em;
	width: 210px;
	height: 46px;
	padding-top: 3px;
}
.cc-floating.cc-theme-classic {
	border-radius: 0 !important;
}
.cc-window .cc-compliance{
	margin-left: 0 !important;
}
.menu_concept_icon{
	margin-right: 2em;
}
.active_container_block{
	display: block;
	width: 100%;
}
.flex-control-nav{
  bottom: -35px !important;
}
.flexslider{
  margin-bottom: 40px!important;
}
#homepage_slider .flex-control-paging li a {
	background-color:#000;
}
#blog {
	margin-bottom: 1em;
}
.homepage_main_title h1{
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1.5em;
  margin-top: 1.6em;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}
.index_desc_txt p{
	text-align: center;
	font-size: 15px;
	line-height: 1.2em;
}
.testimonials{
	display: table-row;
	width: 100%;
	}
.customers{
	display: table-row;
	vertical-align: middle;
}
.solution_dlp_text{
	margin-bottom: 0;
}
.twitter_special{
	font-size: 1.563em;
}
.mobile_main li a{
	color: #B9B9C1;
	font-size: 20px;
}
.sol_homepage_text_1{
background-color: #9D9DA8;
padding-top: 2.2em;
padding-bottom: 1.8em;
padding-left: 5%;
padding-right: 5%;
}
.sol_homepage_text_1 div:first-of-type, .sol_homepage_text_2 div:first-of-type{
  line-height: 1.2em;
}
.sol_homepage_text_2{
background-color: #A7A7B1;
padding-top: 2.2em;
padding-bottom: 1.8em;
padding-left: 5%;
padding-right: 5%;
}
.sol_homepage_text_3 {
background-color: #11C3DD;
padding-top: 2.2em;
padding-bottom: 2em;
padding-left: 5%;
padding-right: 5%;
}
	.sol_homepage_text_1 a, .sol_homepage_text_2 a, .sol_homepage_text_3 a {
	color: #ffffff;
	text-decoration: underline;
}
.sol_homepage_text_1_feature{
	display: block;
	}
.index_title, .index_title_single{
	display: table-row;
	width: 25%;
}
.index_desc_txt{
	padding-top: 0.5em;
	text-align: center;
	display: block;
}
.index_icon{
	display: block;
	width: 100%;
}
.index_icon object{
  height: 65px;
	width: 65px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.index_title, .index_title_single{
	display: block;
	width: 100%;
  text-align: center;
  margin-top: 1em;
}
.index_title h2, .index_title_single h2{
	text-align: center;
	line-height: 1.2em;
	font-size: 20px;
}
.contact_container_menu{
	left: 0;
}
.support_box_content_text a{
	font-size: inherit;
}
.sol_homepage_text_2 p{
	margin-bottom: 1em;
	}
#lang_drop {
	right: 0;
}
.homepage_solution_title{
	margin: 1em;
  margin-top: 2em;
	text-align: center;
}
.menu_concept_contact{
  margin-right: 0.5em;
}
.active_container_homepage{
	padding: 1em;
	box-sizing: border-box;
}
	.solution_dlp_box{
	display: block;
	}
.solution_mdm_box{
	display: block;
}
.solution_dlp_box h2{
	display: block;
	width: 100%;
}
.solution_mdm_box h2{
	display: block;
	width: 100%;
}
.solution_dlp_box .lang_spacer, .solution_mdm_box .lang_spacer{
	margin-bottom: 1em;
	margin-top: 1em;
}
.products_box_1 .lang_spacer{
	display: none;
}
.products_box, .products_box_1 {
	padding: 1em;
}
.products_box_1{
	padding-top: 53.33px;
}
.products_box_big  .products_box:last-of-type{
	padding-bottom: 53.33px;
}
.sol_homepage_text_3 .sol_homepage_text_3_title{
	text-align: left;
	line-height: 1.2em;
	}
.products_box_big{
	display: block;
	width: 100%;
}
.products_box_small{
	display: block;
	width: 100%;
}
.products_box_image{
	display: none;
}
.support_box{
	display: block;
}
.solution_dlp{
	display: block;
  margin-bottom: 2em;
}
.solution_mdm{
		margin-top: 1em
}
.partner_box_large_map{
	display: none;
}
.partner_box_large .products_spacer, .partner_box_small .products_spacer{
	margin-bottom: 1em;
}
.main_menu_container{
	text-align: right;
	vertical-align: middle;
}
.mobile_main{
	padding: 3em;
	padding-left: 2em;
	padding-right: 2em;
}
.flag-logo{
	vertical-align: top;
}
.footer_action_container{
	display: none;
}
.active_container_block_spacer_2{
	display: block;
	width: 100%;
	padding-bottom: 1em;
	}
.active_container_block_spacer_bg{
	background-color: #B9B9C1;
	width: 100vw;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	margin-top: 0;
}
.products_box_text{
	padding-left: 1em;
	line-height: 1em;
}
.search_icon{
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: sub;
}
.search_form{
	display: inline-block;
	position: relative;
	width: 80%;
	}
.search_form_field{
	float: none;
	font-size: inherit;
	padding:0;
	border:none;
	border-radius:0;
	font: inherit;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	color: #ffffff;
}
.search_form_field::-webkit-input-placeholder{
	color: #7F7F8A;
}
.search_form_field:-moz-placeholder{
	color: #7F7F8A;
	opacity:  1;
}
.search_form_field::-moz-placeholder{
	color: #7F7F8A;
	opacity:  1;
}
.search_form_field:-ms-input-placeholder{
	color: #7F7F8A;
}
.mobile_main .products_spacer{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.product_top, .product_top_2{
	padding: 1.8em;
	box-sizing: border-box;
}
.product_top_box{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.product_top_box .product_epp_buttons{
	text-align: center;
}
.product_top_box .product_epp_buttons .product_epp_buttons_button_trial, .product_top_box .product_epp_buttons .product_epp_buttons_button_demo_version{
	margin-left: 0;
}
.product_top_box .product_epp_buttons .product_epp_buttons_button_demo{
	margin-left: 0;
	margin-top: 1em;
}
.product_top_box:last-of-type{
	width: 100%;
}

.product_top_box h1{
	margin-top: 41px;
	font-size: 27px;
	line-height: 32px;
	text-align: left;
}
.product_subtitle p{
	font-size: 16px;
	line-height: 22px;
}
.product_description p{
	font-size: 16px;
	line-height: 22px;
}
.product_overview_box{
	display: block;
	width: 100%;
}
.product_overview_box_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.product_overview_box_main{
	display: table-cell;
	padding-left: 1.5em;
	vertical-align: top;
}
.product_overview_box_icon{
	display: table-cell;
}
.product_overview_box_spacer{
	width: 100%;
	height: 1px;
	background-color: #88E1EE;
	display: block;
	margin-bottom: 41px;
	margin-top: 41px;
}
.highlights_container{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.product_menu_desktop{
	position: absolute;
	background-color: #8C8C99;
	width: 100%;
	z-index: 1;
	padding: 1em;
	box-sizing: border-box;
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.product_menu_desktop li, .product_menu_desktop li a{
	display: block;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
}
.highlights_container{

}
.feature_box_line{
	padding: 1.5em;
	padding-top: 1.8em;
	padding-bottom: 1.8em;
	padding-left: 28px;
	text-align: left;
}
.feature_box_line:first-of-type{
	padding-top: 2.2em;
}
.feature_title h2 {
	text-align: left;
	margin-bottom: 1em;
}
.feature_icon{
	display: table-cell;
	vertical-align: top;
	width: 55px;
	height: 55px;
}
.feature_box_text{
	display: table-cell;
	vertical-align: top;
	padding-left: 28px;
	text-align: left;
}
.product_features_top{
	padding: 2.5em 1.8em;
	box-sizing: border-box;
}
.product_features_show_more_box{
	padding: 1.8em;
	box-sizing: border-box;
}
.product_features_show_more_box .product_features_show_left_blue_background{
	background: transparent;
	padding: 0;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list:first-of-type{
	width: 100%;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list li{
	color: #d4d7e1;
}
.product_features_box:nth-child(2n) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text_heading{
	border-top-color: #ffffff;
	color:#FFFFFF;
}
.product_features_box:nth-child(2n) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text{
	color: #ffffff;
}
.product_features_show_right {
    color: #d4d7e1;
}
.product_features_show_left_spacer {
	background-color: #d4d7e1;
}
.product_features_show_left_title.light {
    color: #d4d7e1 ;
    font-weight: 300;
	margin-bottom: 1.5em;
} 
.product_features_top_image{
	display: none;
}
.product_features_show_more_custom_text_container{
	margin-top: 1em;
}
.product_overview_box_icon, .product_features_top_icon{
	width: 55px;
	height: 55px;
}
.information_block_heading{
	margin-top: 12.5px;
}
.product_features_custom_text_heading{
	padding-top: 1em;
}
.product_overview_box h2{
	margin-bottom: 1em;
	min-height: 0;
	line-height: 1.2em;
}
.call_to_action_products_half h6{
	font-size: 27px;
	line-height: 32px;
}
.call_to_action_products_text{
	font-size: 16px;
	line-height: 1.3em;
}
.product_overview_box_text p{
	line-height: 1.3em;
}
.product_overview_box_text h3{
	padding-bottom: 0;
}
.product_features_custom_text:last-of-type{
	padding-bottom: 27px;
}
.appliance_content_half{
	display: block;
	width: 100%;
}
.appliance_content_half:first-of-type{
	padding-right: 0;
}
.appliance_content_half:last-of-type{
	padding-left: 0;
}
.appliance_content_half:first-of-type .appliance_format_list table{
	display: block;
	overflow-x: scroll;
}
.appliance_picture{
	padding: 1.8em;
	width: 100%;
	background-color: #F1F1F2;
}
.appliance_title{
	padding-left: 28.8px;
	padding-right: 28.8px;
}
.appliance_info_1, .appliance_info_2, .appliance_key_heading, .appliance_key_list, .appliance_download_container, .appliance_format, .appliance_format_list_container{
	margin: 1.8em;
}
.product_video_container{
	margin-top: 1.8em;
	box-sizing: border-box;
}
.product_video_upper_container{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.product_video_other_container_box{
	padding-left: 1.8em;
	padding-right: 1.8em;
	padding-top: 2em;
	padding-bottom: 2em;
}
.product_video_other_container_box:nth-child(odd){
	background-color: #F8F8FA;
}
.product_video_other_listener{
	background-size: 64px 64px;
}
.product_video_content{
	margin-top: 4em;
}
.product_video_title{
	font-size: 22px;
	margin-bottom: 1em;
	margin-top: 2em;
	line-height: 31px;
}
.product_video_description{
	margin-bottom: 2em;
}
.product_video_description p{
	font-size: 15px;
}
.call_to_action_products{
	padding: 1.8em;
	box-sizing: border-box;
	padding-bottom: 0;
}
.call_to_action_products_half{
	display: block;
	width: 100%;
}
.call_to_action_products_img{
	margin-bottom: 0;
	margin-top: 2em;
}
.solution_page_main_wrapper .solution_by_industry_main_row_1_wrapper, .solution_page_main_content_wrapper .solution_by_industry_main_row_1_wrapper{
  padding: 1.8em;
}
.solution_page_main_content_normal p{
	font-size: 15px;
}
.solution_page_main_content_bold p{
	font-size: 15px;
}
.call_to_action_products_half:first-of-type{
	width: 100%;
}
.solution_page_hw_wrapper{
	padding: 1.8em;
}
.solution_page_hw_row{
	display: block;
	width: 100%;
	vertical-align: top;
}
.solution_page_hw_box{
	display: block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	margin-top: 2em;
}
.solution_page_hw_box_left{
	display: table-cell;
	vertical-align: top;
}
.solution_page_hw_box_right{
	display: table-cell;
	vertical-align: top;
	padding-left: 1.5em;
}
.solution_page_hw_box_spacer{
	margin-top: 0;
	margin-bottom: 1em;
}
.solution_page_main_benefits_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_page_main_benefits_header{
	text-align: left;
	font-size: 27px;
}
.solution_page_main_benefits_box{
	display: block;
	width: 100%;
}
.solution_page_main_benefits_boxes_row .solution_page_main_benefits_box:last-of-type{
	padding-left: 0;
}
.solution_page_main_benefits_boxes_row .solution_page_main_benefits_box:first-of-type{
	padding-right: 0;
}
.solution_pages_dlp_products_box{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 3em;
	margin-bottom: 3em;
}
.solution_pages_dlp_products_box:first-of-type, .solution_pages_dlp_products_box:last-of-type{
	padding-left: 0;
	padding-right: 0;
}
.solution_pages_dlp_products_wrapper_content{
	padding: 1.8em;
	box-sizing: border-box;
}
.trusted_by_container{
  padding: 1.8em;
}
.solution_page_main_benefits_boxes_row:last-of-type .solution_page_main_benefits_box:last-of-type .solution_page_main_benefits_box_text p{
	margin-bottom: 0;
}
.solution_page_hw_box{
	padding-left: 0;
	padding-right: 0;
}
.solution_page_hw_box_left{
	width: 10%;
}
.solution_page_hw_title {
	text-align: left;
	font-size: 27px;
}
.solution_pages_dlp_products_container_heading{
	text-align: left;
	font-size: 27px;
}
.solution_overview_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_overview_box_icon{
	display: table-cell;
	width: 55px;
    height: 55px;
}
.solution_overview_box_main{
	display: table-cell;
	vertical-align: top;
	padding-left: 2em;
}
.solution_overview_box{
	display: table;
	width: 100%;
}
.solution_overview_row:last-of-type .solution_overview_box:last-of-type{
	margin-bottom: 0;
}
.solution_overview_container_heading{
	text-align: left;
	font-size: 27px;
}
.solution_overview_2_container{
	padding: 1em;
	box-sizing: border-box;
	display: none;
}
.solution_overview_2_container_heading{
	text-align: left;
	font-size: 27px;
}
.solution_overview_2_box{
	display: block;
	width: 100%;
}
.solution_overview_3_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_overview_3_container_heading{
	text-align: left;
	font-size: 27px;
}
.solution_overview_3_box{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
	margin-bottom: 2em;
}
.solution_overview_3_row {
	padding: 0;
	margin: 0;
}
.solution_overview_3_row:last-of-type .solution_overview_3_box:last-of-type{
	margin-bottom: 0;
}
.solution_overview_4_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_overview_4_box{
	width: 49%;
}
.solution_overview_4_box:nth-child(-n+4){
	margin-bottom: 2em;
}
.solution_page_info_placeholder{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.solution_page_info_box {
    display: block;
	width: 100%;
}
.solution_page_info_spacer_container{
	display:none;
}
.solution_page_info_box_number_circle {
    width: 32px;
	height: 32px;
	font-size: 20px;
	padding-top: 0px;
}
.solution_page_info_box_text {
	font-size: 17px;
}
.product_epp_buttons_button_text_container{
	box-sizing: border-box;
}
.requests_content, .menu_support_requests_content{
	padding: 1.8em;
	padding-top: 53.33px;
	padding-bottom: 53.33px;
}
.product_call_to_form_half{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
}
.product_name{
	padding: 28.8px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.product_menu_spacer{
	margin-top: 8px;
	margin-bottom: 8px;
}
.menu_product_icon{
	margin-right: 0;
}
.product-icon{
	padding-top: 1em;
}
.product_features_top_text p{
	text-align: left;
	font-size: 16px;
	line-height: 22px;
}
.show_more_2{
	margin-top: 2em;
	margin-bottom: 0.5em;
}
.product_features_show_more_button .show_more_2{
	margin-top: 1em;
	margin-bottom: 2.5em;
}
.solution_page_top_textbox_content{
	padding: 1.8em;
	padding-bottom: 2.5em;
}
.solution_page_top_textbox_content .product_epp_buttons_button_demo{
	margin-left: 0;
	margin-right: 0;
	display: table;
}
.solution_page_top_textbox_heading p{
	font-size: 27px;
}
.solution_page_top_textbox_text p{
	font-size: 15px;
}
.solution_page_hw_box_img{
	width: 68px;
	height: 68px;
}
.solution_overview_4_container_heading{
	text-align: left;
	font-size: 27px;
}
.trusted_by_header{
	text-align: left;
	font-size: 25px;
  line-height: 1.2em;
  margin-top: 0;
}
.solution_overview_container_text p{
	text-align: left;
	font-size: 15px;
}
.solution_overview_3_container_text p{
	text-align: left;
	font-size: 15px;
}
.solution_overview_3_box_text p{
	font-size: 15px;
}
.solution_overview_4_container_text p{
	font-size: 15px;
}
.solution_page_main_benefits_box_text p{
	font-size: 15px;
}
.infographic{
	padding: 1.8em;
	box-sizing: border-box;
}
.appliance_key_list{
	font-size: 15px;
	line-height: 23px;
}
.trusted_by_img{
	margin-bottom: 0;
}
.solution_overview_4_box_icon{
	width: 100px;
	height: 100px;
}
.product_features_top_second_half{
	display: block;
	width: 100%;
}
.product_features_top_first_half{
	display: block;
	width: 100%;
}
.product_features_top_heading{
	font-size: 27px;
}
.product_features_top_text p{
	margin-top: 2em;
}
.product_features_show_more_custom_text_container_text{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.product_features_show_left .product_features_show_more_custom_text_container_text{
	padding-left: 0;
	padding-right: 0;
}
.information_block_box{
	display: block;
	width: 100%;
}
.information_block_row .information_block_box:first-of-type, .information_block_row .information_block_box:last-of-type{
	padding-left: 0;
	padding-right: 0;
}
.appliance_format_list table tr td{
	line-height: 1.2em;
}
.appliance_download_header{
	display: block;
	width: 100%;
}
.appliance_cloud_vm{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.solution_by_industry_main_content_wrapper, .solution_other_main_content_wrapper{
	padding: 1.8em;
}
.solution_by_industry_second_content_wrapper{
	padding: 1.8em;
	margin-bottom: 0;
}
.solution_by_industry_cs_1_content_wrapper{
	padding: 1.8em;
}
.solution_by_industry_cs_2_content{
	padding: 1.8em;
}
.solution_by_industry_main_row_left, .solution_other_main_row_left{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1em;
}
.solution_by_industry_main_row_right, .solution_other_main_row_right{
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.solution_by_industry_second_row_box{
	display: block;
	width: 100%;
	padding: 0!important;
	margin-bottom: 1em;
}
.solution_by_industry_cs_1_content_left{
	display: block;
	width: 100%;
	padding: 0;
}
.solution_by_industry_cs_1_content_right{
	display: none;
}
.solution_by_industry_cs_2_content_half{
	display: block;
	width: 100%;
	padding: 0!important;
	box-sizing: border-box;
}
.solution_by_industry_cs_1_content_left_text_2 p{
	margin-bottom: 1em;
	font-size: 15px;
}
.solution_by_industry_main_row_1 p, .solution_by_industry_main_row_left p, .solution_by_industry_main_row_right ul, .solution_by_industry_main_row_right p, .solution_by_industry_main_row_3 p, .solution_other_main_row_1 p, .solution_other_main_row_left p, .solution_other_main_row_right ul, .solution_other_main_row_right p, .solution_other_main_row_3 p, .solution_other_main_row_3 ul li{
	font-size: 15px;
}
.solution_by_industry_second_header{
	font-size: 27px;
}
.solution_by_industry_second_row_box p{
	font-size: 15px;
}
.solution_by_industry_cs_1_content_left_heading, .solution_by_industry_cs_1_content_left_text_1 p, .solution_by_industry_cs_2_head{
	font-size: 27px;
}
.solution_by_industry_cs_2_head_text p{
	font-size: 15px;
}
.solution_by_industry_cs_2_list{
	font-size: 15px;
}
.solution_by_industry_cs_2_quote p em{
	font-size: 16px;
}
.solution_by_industry_cs_2_quote_name p{
	font-size: 15px;
}
.products_box_text ul{
	display: none;
}
.menu_solution_container{
	padding-top: 53.33px;
	padding-left: 1em;
	padding-right: 1em;
}
.support_box_container{
	padding-top: 53.33px;
	padding-left: 1em;
	padding-right: 1em;
}
.company_custom_container .support_box_container{
  	padding-bottom: 53.33px;
}
.support_box_content .products_spacer{
	margin-bottom: 2em;
  margin-top: 2em;
}
.partner_box_container{
	padding-top: 53.33px;
	padding-bottom: 53.33px;
	padding-left: 1em;
	padding-right: 1em;
}
.appliance_third_text{
	padding-right: 1.8em;
	padding-left: 1.8em;
}
.aws_availability, .os_version{
	width: 100%;
}
.appliance_download_header a{
	display: block;
}
.contact_request_input{
	max-width: 311px;
}
.contact_country{
	max-width: 311px;
}
.contact_subject{
	max-width: 311px;
}
.contact_request .button_request{
	max-width: 311px;
}
.solution_pages_dlp_products_box_upper_img{
	width: 41px;
	height: 41px;
}
.solution_pages_dlp_products_box_spacer{
	margin-top: 0.3em;
}
.estore_main_container{
	padding: 1.8em;
}
.estore_other_container{
	padding-bottom: 1.8em;
	padding-top: 1.8em;
}
.estore_other_title{
	margin-bottom: 1em;
}
.estore_second_container{
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}
.estore_main_container_title{
	font-size: 27px;
	line-height: 1.2em;
}
.estore_main_container_subtitle p, .estore_main_calculator_heading, .estore_main_calculator_box_half, .estore_other_table_box_content_text p, .estore_second_table_half_text p{
	font-size: 15px;
	line-height: 1.2em;
}
.estore_second_table_half_price_container_list ul li{
	line-height: 1.2em;
}
.estore_second_table_half{
	display: block;
	width: 100%;
	padding-left: 1.8em;
	padding-right: 1.8em;
	box-sizing: border-box;
}
.estore_second_table_separator{
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}
.estore_other_table_box{
	display: block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	border-top-color: #E3E4E8;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.estore_other_table_row:first-of-type .estore_other_table_box:first-of-type{
	border: none;
	padding-top: 0;
}
.estore_other_table_row:last-of-type .estore_other_table_box:last-of-type{
	padding-bottom: 0;
}
.estore_other_table_box_content_title{
	display: block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.2em;
}
.estore_other_table_box_content_text{
	display: block;
	width: 100%;
}
.store_other_table_box_content_separator{
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.estore_other_table_box_content_price_unit{
	padding-left: 0;
	display: table-cell;
	width: 60%;
}
.estore_other_table_box_content_button_buy{
	display: table-cell;
	width: 40%;
	vertical-align: top;
}
.estore_other_table_box_img{
	vertical-align: top;
}
.estore_other_title{
	padding-left: 1.8em;
	padding-right: 1.8em;
	font-size: 27px;
	line-height: 1.2em;
}
.estore_other_table_box_content{
	padding-left: 1em;
}
.estore_other_table_box_content_text{
	font-size: 15px;
	line-height: 1.2em;
}
.estore_2_container{
	padding: 1.8em;
}
.estore_2_second_container{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.estore_2_third_wrapper{
	padding: 1.8em;
}
.estore_2_container .estore_second_table_half_options_container_row_box_1{
	display: block;
	width: 100%;
}
.estore_2_container .estore_second_table_half_options_container_row_box_2{
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 2em;
}
.estore_2_calculator_heading{
	font-size: 15px;
}
.estore_2_second_container_user_box{
	font-size: 16px;
	padding: 1em;
}
.estore_2_third_box_txt{
	font-size: 15px;
}
.el_custom .estore_second_table_half_options_container_row_box_1_input:not(:first-of-type) .estore_table_label{
	display: block;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 0;
}
.el_custom .estore_table_label_txt{
	width: 70%;
}
.estore_second_table_half_options_container_row_total_box_1{
	width: 70%;
}
.estore_second_table_half_options_container_row_total_box_2, .estore_second_table_half_options_container_row_total_box_2:hover{
	width: 30%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_1_input_2 .estore_second_table_half_options_container_row_box_1_input_2_box_1{
	display: block;
	width: 100%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_1_input_2  .estore_second_table_half_options_container_row_box_1_input_2_box_2{
	display: block;
	width: 100%;
}
.epp_basic_custom_2 .estore_table_label{
	font-size: 15px;
}
.epp_basic_custom .estore_second_table_half_options_container_row .estore_table_label_txt{
	width: 60%;
}
.epp_basic_custom .estore_second_table_half_options_container_row .estore_second_table_half_options_container_row_box_1_saving{
	width: 40%;
}

.estore_2_container .estore_second_table_half_options_container_row{
	padding: 1.3em;
}
.estore_second_table_half_options_container_row_total_box_1{
	padding-left: 1em;
}
.estore_table_label_txt{
	width: 85%;
	line-height: 1.3em;
	font-size: 16px;
}
.epp_custom .estore_table_label_txt{
	width: 70%;
}
.epp_custom .estore_second_table_half{
	padding-right: 0;
}
.epp_custom .estore_second_table_half_price_container_text, .epp_custom .estore_second_table_half_price_container_list{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.epp_basic_custom .estore_second_table_half_options_container_row .estore_second_table_half_options_container_row_box_1_saving{
	font-size: 16px;
}
.epp_basic_custom .estore_second_table_half_options_container_row_box_1_input{
	width: 35%;
}
.epp_basic_custom .estore_second_table_half_options_container_row_box_2{
	margin-top: 0.1em;
	margin-left: 47%;
}
.estore_main_shipping_container{
	padding: 1.8em;
}
.estore_main_shipping_list_containter_options{
	max-width: 100%;
}
.product_comparison_top_container{
	padding: 1.8em;
}
.product_comparison_top_title{
	font-size: 20px;
}
.product_comparison_top_text p{
	font-size: 15px;
}
.product_comparison_page_content{
	padding: 1.8em;
}
.product_comparison_page_content tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.product_comparison_page_content td, .product_comparison_page_content th {
    display: block;
    width: 33.333333333333%;
    font-size: 16px;
	background: #F6F6F6;
	padding-bottom: 0.5em;
	padding-right: 0;
}
.product_comparison_page_content th{
	background: none;
	padding-right: 1em;
}
.product_comparison_page_content th:first-child, .product_comparison_page_content td:first-child {
   background: none;
   width: 100%;
}
.product_comparison_page_content td:first-child{
	border-top: none;
	font-size: 16px;
}
.product_comparison_page_content  th:first-child {
    display: block;
	width: 100%;
	padding-top: 2em;
}
.product_comparison_page_content .product_comparison_prod_title{
	font-size: 20px;
	margin-bottom: 0;
}
.product_comparison_page_content td:nth-child(3){
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.product_comparison_page_content tbody tr:first-of-type td:first-child{
	padding-top: 2em;
}
.product_comparison_page_content thead tr:first-of-type th:first-child{
	display: none;
}
.about_us_top_top_container{
	padding: 1.8em;
}
.about_us_content_1_container_wrapper, .about_us_content_2_container_wrapper{
	padding: 1.8em;
}

.about_us_custom_1_half, .about_us_custom_2_half{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.about_us_custom_1_half:first-of-type, .about_us_custom_2_half:first-of-type{
	padding-right: 0;
}
.about_us_custom_1_half:last-of-type, .about_us_custom_2_half:last-of-type{
	padding-left: 0;
}
.about_us_box_logos_container_item img{
	width: 100%;
	height: auto;
}
.management_team_top_container{
	padding: 1.8em;
}
.management_team_container{
	padding: 1.8em;
}
.management_team_custom_1_box_img{
	display: block;
	width: 150px;
	float: left;
	margin-right: 1em;
}
.management_team_custom_1_box_img img{
	width: 150px;
	height: auto;
}
.management_team_custom_1_box_txt {
	display: block;
	width: 100%;
}
.management_team_custom_1_box_txt_title{
	font-size: 20px;
}
.milestones_top_container{
	padding: 1.8em;
}
.milestones_content, .release_history_content{
	padding: 1.8em;
}
.milestone_month{
	display: none;
}
.milestone_year_row{
	display: none;
}
.milestone_txt .milestone_month{
	display: block;
	border-top: 0;
	width: 100%;
}
.milestone_year_txt .milestone_year_row{
	display: block;
	border-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.milestone_txt, .milestone_year_txt{
	width: 62.5%;
}
.milestone_img, .milestone_year_img{
	width: 32.5%;
	vertical-align: middle;
}
.release_history_page .milestone_img{
	width: 0;
}
.release_history_page .milestone_txt, .release_history_page .milestone_year_txt{
	width: 95%;
}
.release_history_page .milestone_img,.release_history_page .milestone_year_img{
	width: 0;
}
.milestone_separator{
	width: 10%;
	background-position: 51.2% 20px;
}
.milestone_img img{
	width: 100%;
	height: auto;
	max-width: 95px;
}
.products_box_content_column{
	display: block;
	width: 100%;
	padding: 0 !important;
}
.products_box_2{
	display: block;
	width: 100%;
}
.products_box_content{
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 53.33px;
	padding-bottom: 2em;
}
.products_box_2 .products_spacer{
	margin-bottom: 2em;
}
.carry_versions_custom{
	padding: 1.8em;
}
.carry_versions_custom_container_half{
	display: block;
	width: 100%;
}
.carry_versions_custom_container_half:first-of-type{
	padding-right: 0;
	margin-bottom: 2em;
}
.carry_versions_custom_container_half:last-of-type{
	padding-left: 0;
}
.carry_versions_custom_container_half_title{
	font-size: 27px;
}
.carry_versions_custom_container_half_text_title{
	font-size: 18px;
}
.carry_versions_custom_container_half_text{
	font-size: 16px;
}
.carry_versions_custom_container_half_text_list{
	font-size: 16px;
}
.news_content_container{
	padding: 1.8em;
}
.news_content_container_half_1{
	padding: 0;
	width: 100%;
}
.news_content_container_box_media, .news_content_container_box_date, .news_content_container_box_lang{
	width: 100%;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
.press_single_container{
	padding: 1.8em;
}
.press_single_container p{
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
 /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.press_room_kit_wrapper_container{
	padding: 1.8em;
}
.contact_us_page_container{
	padding: 1.8em;
}
.contact_page_info_table_box, .contact_page_info_table_row .contact_page_info_table_box:first-of-type{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1em;
}
.contact_page_info_table_box_support{
	position: relative;
}
.contact_page_info_table_row{
	margin-bottom: 0;
}
.careers_content_container{
	padding: 1.8em;
}
.careers_content_container_box_title{
	font-size: 16px;
}
.careers_content_container_box_title_icon{
	font-size: 21px;
}
.careers_content_container_box_job_details{
	font-size: 13px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.awards_certifications_content_container{
	padding: 1.8em;
}
.award_box{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.customer_content_container{
	padding: 1.8em;
}
.customer_testimonial_container{
	padding: 1.8em;
}
.customer_box_line .customer_box:last-of-type, .customer_box_line .customer_box:first-of-type{
	padding-left: 0;
	padding-right: 0;
}
.press_kit_first_content, .press_kit_second_content, .press_kit_third_content, .press_kit_fourth_content, .press_kit_fifth_content, .press_kit_sixth_content{
	padding: 1.8em;
}
.milestones_top_title{
	font-size: 25px;
}
.milestones_top_text p{
	font-size: 15px;
}
.customer_testimonial_container .testimonial_text{
	font-size: 15px;
}
.press_room_page .press_room_page_separator{
	width: 100%;
}
.press_kit_first_content_1_left, .press_kit_first_content_1_right, .press_kit_second_content_half, .press_kit_third_content_half, .press_kit_fifth_content_1_half{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
}
.press_kit_first_content_1_right{
	display: none;
}
.press_kit_fifth_content_1_half:last-of-type{
	display: none;
}
.press_kit_first_content_1_block_title, .press_kit_second_content_half_title, .press_kit_third_content_1_title, .press_kit_fourth_content_1_title, .press_kit_fifth_content_1_half_title, .press_kit_sixth_content_1_title{
	font-size: 20px;
}
.press_kit_first_content_1_block_text, .press_kit_third_content_half_text, .press_kit_fourth_content_1_text, .press_kit_fifth_content_1_half_list ul, .press_kit_fifth_content_1_half_ending_text{
	font-size: 15px;
}
.press_kit_second_content_half_separator{
	margin-bottom: 2em;
}
.press_kit_third_content_1_separator{
	margin-top: 1em;
}
.press_kit_second_content_half:first-of-type, .press_kit_second_content_half_logo_box_container, .press_kit_third_content_half:first-of-type{
	margin-bottom: 2em;
}
.press_kit_third_content_half_big_title{
	font-size: 60px;
}
.press_kit_third_content_half_small_title{
	font-size: 25px;
}
.press_kit_third_content_half_box{
	padding-left: 1em;
}
.awards_section_title{
	font-size: 20px;
}
.award_box_title{
	font-size: 18px;
}
.award_box_text p{
	font-size: 15px;
}
.award_box{
	padding-left: 0!important;
	padding-right: 0!important;
}
#map_container{
	display: none;
}
.country_select_container{
	padding: 1.8em;
}
.map_info_content{
	position: relative;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	top: 0;
}
.map_info_container{
	max-width: none;
}
.resources_page_documentation_wrapper, .resources_page_data_sheets_container, .resources_page_white_papers_container, .resources_page_videos_container, .resources_page_case_study_wrapper_container, .resources_page_infographics_container, .white_papers_content, .white_paper_content, .case_studies_content, .case_study_first_container, .case_study_second_container, .case_study_third_container, .infographics_content, .infographics_content, .resources_page_comics_container, .comics_content, .comic_container, .comics_page_links_container, .infographic_container, .infographic_wrapper_download_container {
	padding: 1.8em;
}
.resources_page_documentation_content_table_half, .resources_page_data_sheets_column_title, .resources_page_data_sheets_column, .resources_page_white_papers_container_content_half, .resources_page_case_study_container .resources_page_case_study_box, .resources_page_infographics_container .resources_page_infographics_box, .resources_page_comics_container .resources_page_comics_box, .resources_page_comics_container .resources_page_comics_box_old, .case_study_first_table_left, .case_study_first_table_right, .case_study_second_container_flex_half{
	display: block;
	width: 100%;
	padding: 0!important;
}
.resources_page_data_sheets_column_title_img{
	padding-top: 0;
	margin-bottom: 2em;
}
.resources_page_videos_container .product_video_other_container_box:nth-child(odd), .resources_page_videos_container .product_video_other_container_box:nth-child(even) {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}
.resources_page_case_study_container .resources_page_case_study_box, .resources_page_infographics_container .resources_page_infographics_box, .case_study_first_table_left{
	margin-bottom: 2em;
}
.resources_videos_page .product_video_other_listener{
	display: block;
	background-size: 64px 64px;
}
.about_us_box_txt p{
	font-size: 15px;
}
.management_team_top_text p{
	font-size: 16px;
}
.management_team_custom_1_box_txt_txt{
	font-size: 15px;
}
.press_kit_fourth_content_1_text{
	font-size: 15px;
}
.milestones_top_text p{
	font-size: 15px;
}
.careers_content_container_box_job_details_content_block_text ul li{
	font-size: 15px;
}
.careers_content_container_box_job_details_content_block_title{
	font-size: 16px;
}
.careers_content_container_box_job_details_content_block_text p{
	font-size: 15px
}
.search_results_container{
	padding: 1.8em;
}
.map_info_container_box_partner_level_icons .map_info_container_box_legend_box_icon{
	width: 25px;
	height: 25px;
}
.map_info_container_box_partner_level_icons .map_info_container_box_legend_box_icon object{
	width: 25px;
	height: 25px;
}
.map_info_container_box_legend_box_icon{
	width: 30px;
	height: 30px;
}
.epp_overview_more_info_container{
	padding: 1.8em;
}
.epp_overview_more_info_container_half{
	display: block;
	width: 100%;
}
.epp_overview_more_info_container_half:last-of-type{
  padding-top: 1em;
  padding-left: 0;
}
.epp_overview_more_info_container_half:first-of-type{
  padding-right: 0;
  padding-bottom: 1.8em;
}
.epp_overview_more_info_wrapper_left, .epp_overview_more_info_wrapper_right{
	top: 0;
	width: 100%;
	height: 50%;
}
.epp_overview_more_info_wrapper_right{
	bottom: 0;
	top: auto;
}
.epp_overview_more_info_container_half_text_content{
	font-size: 15px;
}
.epp_overview_more_info_container_half_text_title{
	font-size: 23px;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list{
	width: 100%;
	display: block;
}
.solution_page_no_pic_container{
	padding: 1.8em;
}
.solution_page_no_pic_title{
	font-size: 25px;
}
.solution_page_no_pic_text p{
	font-size: 15px;
}
.solution_page_no_pic_content{
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
.solution_page_no_pic_button{
	display: block;
	width: 100%;
	text-align: center;
}
.solution_page_no_pic_button .product_epp_buttons_button_demo{
	margin-left: 0;
}
.solution_page_main_custom_illustration_container{
	display: none;
}
.solution_page_kiosk_custom_container{
	padding: 1.8em;
}
.solution_page_kiosk_custom_content_half{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.solution_page_kiosk_custom_content_box_content_title{
	font-size: 20px;
}
.ibeacon_custom_2_container{
	display: none;
}
.technology_partners_table{
	padding: 1.8em;
}
.technology_partners_table_box{
	display: block;
	width: 100%;
}
.technology_partners_table_row .technology_partners_table_box:first-of-type{
	padding-right: 0;
	margin-bottom: 4em;
}
.technology_partners_table_row .technology_partners_table_box:last-of-type{
	padding-left: 0;
}
.oem_solutions_custom_1_container, .oem_solutions_custom_2_container{
	padding: 1.8em;
}
.oem_solutions_custom_2_content_half{
	display: block;
	width: 100%;
}
.oem_solutions_custom_2_content_half:first-of-type{
	padding-right: 0;
	margin-bottom: 3.5em;
}
.oem_solutions_custom_2_content_half:last-of-type{
	padding-left: 0;
}
.oem_solutions_custom_1_content_left{
	display: block;
	width: 100%;
}
.oem_solutions_custom_1_content_right{
	display: none;
}
.my_epp_hw_page_custom_1_container, .my_epp_hw_page_custom_3_container{
	padding: 1.8em;
}
.my_epp_works_illustration_content_arrow {
	display: block;
	width: 100%;
	padding-bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
}
.my_epp_works_illustration_content_arrow object{
	display: block;
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.my_epp_works_illustration_content_box{
	display: block;
	width: 100%;
}
.my_epp_works_illustration_content_box_text{
	padding-left: 0;
	text-align: center;
}
.screenshots_content_box{
	padding: 1.8em;
}
.become_partner_custom_1_container{
	padding: 1.8em;
}
.become_partner_testimonial_container{
	padding: 1.8em;
}
.become_partner_custom_2_container{
	padding: 1.8em;
}
.become_partner_custom_1_half{
	display: block;
	width: 100%;
}
.become_partner_custom_1_half:first-of-type{
	padding-right: 0;
	margin-bottom: 2em;
}
.become_partner_custom_1_half:last-of-type{
	padding-left: 0;
}
.become_partner_custom_1_half_title{
	font-size: 20px;
	line-height: 28px;
}
.partner_request_form_content_title{
	font-size: 25px;
	margin-bottom: 0.2em;
}
.partner_request_form_content_subtitle{
	font-size: 20px;
	line-height:28px;
}
.partner_request_radio_text{
	margin-right: 0.5em;
}
.partner_request_succes_container_text{
	font-size: 15px;
	line-height: 22px;
	padding-left: 1em;
}
.product_epp_buttons_button_text_heading{
	font-size: 25px;
}
.product_epp_buttons_button_text_heading_text{
	font-size: 15px;
	line-height: 22px;
}
.faq_section_list_container{
	padding: 1.8em;
}
.faq_search_bar_container{
	padding: 1.8em;
}
.faq_single_entry_container{
	padding: 1.8em;
}
.solution_page_kiosk_custom_content_box{
	width: 100%;
	display: block;
	vertical-align: top;
}
.solution_page_kiosk_custom_content_box:first-of-type {
	padding-right: 0;
	margin-bottom: 3em;
}
.solution_page_kiosk_custom_content_box:last-of-type{
	padding-left: 0;
}
.release_history_single_content{
	padding: 1.8em;
}
.my_epp_works_custom_3_content_box_number{
	width: 20%;
}
.my_epp_works_custom_3_content_box_content{
	width: 80%;
	vertical-align: top;
}
.my_epp_works_custom_3_content_box_content_text, .my_epp_works_text{
	font-size: 15px;
	line-height: 22px;
}
.free_security_tools_1_custom, .free_security_tools_1_call_to_action_container{
	padding: 1.8em;
}
.free_security_tools_1_custom_content_container_title{
	font-size: 20px;
}
.free_security_tools_1_custom_content_img{
	width: 20%;
}
.free_security_tools_1_custom_content_container{
	width: 80%;
}
.free_security_tools_box{
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.free_security_tools_box:last-of-type{
	margin-bottom: 0;
}
.free_security_tools_1_call_to_action_text{
	font-size: 15px;
	line-height: 22px;
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.free_security_tools_1_call_to_action_button{
	display: block;
	width: 100%;
	text-align: center;
}
.products_box_content_comparison_line{
	padding: 1.8em;
}
.products_box_content_comparison_line.gdpr_compliance{
	margin-top: 2em;
}
.product_comparison_menu_text{
	padding-bottom: 1em;
}
.site_map_content_container{
	padding: 1.8em;
}
.press_room_kit_wrapper_container_title{
	font-size: 25px;
}
.faq_single_entry_container_rating_no_title{
	padding: 1.8em;
}
.legal_documents_content_container{
	padding: 1.8em;
}
.solution_mdm_text{
  margin-bottom: 0;
}
.faq_search_bar_search{
  display: block;
  width: 100%;
  padding-right: 0;
}
.faq_search_bar_content_links{
  display: block;
  width: 100%;
  padding-left: 0;
  margin-top: 2em;
}
.partner_request_form_content_block_inputs label{
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
.partner_request_form_content_block_inputs label:last-of-type{
  margin-bottom: 0;
}
.sol_homepage_text_3 .request_homepage_container .request_call_succes_container_img{
  margin-top: 1em;
}
.faq_general_page .faq_page_main_content_title{
  font-size: 25px;
  line-height: 1.2em;
}
.faq_general_page .faq_list_container{
  display: block;
  width: 100%;
}
.faq_general_page .faq_list_container:first-of-type{
  padding-right: 0;
  margin-bottom: 3.5em;
}
.faq_section_list_container_table_row{
  margin-bottom: 3.5em;
}
.faq_section_list_container_table_row:last-of-type, .faq_section_list_container_table_row:last-of-type .faq_list_container{
  margin-bottom: 0;
}
.faq_general_page .faq_list_container:last-of-type{
  padding-left: 0;
}
.faq_search_bar_search_container{
  width: 100%;
}
.faq_search_bar_search_container_input{
  width: 70%;
}
.faq_search_bar_search_container_button{
  width: 30%;
}
.company_custom_container .support_box_content_text, .company_custom_container .support_box_content_text p, .support_box_container .support_box_content_text,  .support_box_container .support_box_content_text p{
  margin-bottom: 0;
}
.company_custom_container .support_box_content_text .company_custom_spacer, .support_box_container .support_box_content_text .support_box_content_inner_separator{
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.company_custom_container .support_box_content_text ul, .support_box_container .support_box_content_text ul{
  margin-top: 0;
}
.product_top .product_top_box h1:first-of-type{
  margin-top: 0;
}
.menu_product .product_menu_desktop ul li:last-of-type .product_menu_spacer{
  display: none;
}
.homepage_slider_container .homepage_slider_container_title{
  font-size: 25px;
  line-height: 1.2em;
}
.homepage_slider_container .homepage_slider_container_subtitle{
  font-size: 15px;
  line-height: 1.5em;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row:first-of-type{
	padding-right: 0;
  display: block;
  width: 100%;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row:last-of-type{
	padding-left: 0;
  display: block;
  width: 100%;
}
.ibeacon_custom .solution_page_main_benefits_header{
  font-size: 27px;
}
.comics_page_links_table_half_links_half{
  display: block;
  width: 100%;
}
.comics_page_links_table_half:first-of-type, .comics_page_links_table_half:last-of-type{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.comics_page_links_table_half:first-of-type{
  margin-bottom: 2em;
}
.infographic_wrapper_download_container_text, .infographic_wrapper_download_container_icons{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.infographic_wrapper_download_container_text{
  margin-bottom: 2em;
}
.flag-name {
	font-size:13.5px;
	}
.flag-name-w {
	font-size:13.5px;

}
.flag-phone {
	font-size: 13.5px;
  padding-left: 1.8em;
}
.flag-phone-w{
	font-size: 13.5px;
    padding-left: 1.8em;
}
.request_call_form{
  width: 100%;
}
.support_professional_services_2_content{
  padding: 1.8em;
}
.checksums_page_wrapper_content, .checksums_page_wrapper_content_faq{
padding: 1.8em;
}
.checksums_container_title{
  font-size: 20px;
}
.solution_page_industry_wrapper .solution_by_industry_main_content_wrapper, .solution_page_custom_mobile_main_wrapper .solution_other_main_content_wrapper{
  padding: 0;
}
.solution_page_industry_wrapper .solution_by_industry_main_row_2, .solution_page_industry_wrapper .solution_by_industry_main_row_3, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_2, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_3{
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.solution_page_custom_mobile_main_wrapper .solution_other_main_row_1{
  padding: 1.8em;
}
.container_testimonials_customers{
  display: block;
  padding: 1em;
  padding-top: 1.8em;
}
.container_testimonials_customers_title h4{
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 2em;
}
.container_testimonials_customers .testimonial_text{
  font-size: 14px;
  line-height: 1.2em;
}
.container_testimonials_customers .testimonials{
  display: block;
  width: 100%;
}
.container_testimonials_customers .container_testimonials_customers_spacer{
  display: block;
  width: 100%;
  height: 1px;
}
.container_testimonials_customers .container_testimonials_customers_spacer .container_testimonials_customers_spacer_bg{
  width: 100%;
  height: 1px;
}
.container_testimonials_customers .customers{
  display: block;
  width: 100%;
  padding-bottom: 0;
}
.active_container_block h4{
  line-height: 1.2em;
}
.estore_other_table_box_content_price_button{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.general_landing_page_form_container{
  padding: 1.8em;
  padding-top: 2.7em;
  padding-bottom: 2.7em;
}
.general_landing_page_customers_container{
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}
.general_landing_page_customers_content_first{
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.general_landing_page_template .homepage_slider_container_text{
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.general_landing_page_form_content_half{
  display: block;
  width: 100%;
}
.general_landing_page_form_content_half:first-of-type{
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.general_landing_page_form_content_half:last-of-type{
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
}
.general_landing_page_customers_content_first{
  display: block;
  width: 100%;
}
.general_landing_page_customers_content_separator{
  display: none;
}
.general_landing_page_customers_content_second{
  display: block;
  width: 100%;
}
.general_landing_page_customers_content_first_title h5{
  font-size: 27px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.product_aws_container_1, .product_aws_container_2, .product_aws_container_3, .product_aws_container_4{
  padding: 1.8em;
}
#slider_container{
  min-height: 602px;
}
.general_landing_page_form_content_half_title_container_wrapper .general_landing_page_form_content_half_title_container{
  padding: 1.8em;
}
.general_landing_page_form_content_half_title_container{
  font-size: 20px;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_title h3{
  font-size: 18px;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_sub_title{
  font-size: 15px;
}
.general_landing_page_form_content_half:last-of-type{
  padding: 1em;
}
.general_landing_page_template .solution_overview_row .solution_overview_box_main{
  padding-left: 0;
}
.white_paper_container_first, .white_paper_container_second{
  width: 100%;
  display: block;
}
.white_paper_container_first{
  padding: 0;
  margin-bottom: 1em;
}
.white_paper_container_second{
  padding: 2em;
}
.solution_page_main_wrapper .solution_overview_4_wrapper .solution_overview_4_container_text p{
  text-align: left;
}
.solution_page_main_wrapper .solution_overview_container_heading{
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.3em;
}
.solution_page_industry_wrapper .solution_by_industry_cs_2_content_half .solution_by_industry_cs_2_button_container{
  margin-bottom: 2em;
}
.ups_tracking_content{
  padding: 1.8em;
}
.company_custom_container #support_box_3 .support_box_content:last-of-type{
  margin-top: 1em;
}
.solution_content_block_bg1, .solution_content_block_bg2{
  display: none;
}
.solution_mdm .solution_mdm_box{
  margin-bottom: 2em;
}
.products_box_content_comparison_line.gdpr_compliance {
  margin-top: 2em;
}
.press_kit_sixth_content_1_container_box{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  margin-bottom: 2em;
}
.press_kit_sixth_content_1_container_box:first-of-type, .press_kit_sixth_content_1_container_box:last-of-type{
  padding-left: 0;
  padding-right: 0;
}
.press_kit_sixth_content_1_container_box:last-of-type{
  margin-bottom: 0;
}
.press_kit_second_content_half_logo_box{
  width: 100%;
  display: block;
}
.press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:first-of-type{
  padding-right: 0;
  margin-bottom: 1em;
}
.press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:last-of-type{
  padding-left: 0;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:last-of-type{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3em;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type .press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:first-of-type{
  margin-bottom: 1em;
}
.custom_lp_phone_text{
  font-size: 13px;
  line-height: 1.3em;
  vertical-align: top;
}
.custom_lp_phone_container{
  padding-right: 1em;
}
.custom_lp_phone_icon{
  display: none;
}
.homepage_solution_content  .homepage_solution_content_item_icon{
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
.homepage_solution_content_item_icon_image{
  display: block;
  height: 65px;
  width: 65px;
  margin-left: auto;
  margin-right: auto;
}
.homepage_solution_content_item_icon_title{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}
.homepage_solution_content_item_icon_title h2{
  text-align: center;
  line-height: 1.2em;
  font-size: 20px;
}
.homepage_solution_content_item_data_first_text div:first-of-type{
  text-align: center;
  font-size: 15px;
  line-height: 1.2em;
  padding-top: 0.5em;
}
.homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_first,   .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_second{
  padding-top: 2.2em;
  padding-bottom: 2em;
  padding-left: 5%;
  padding-right: 5%;
}
.homepage_solution_content_item_data_first_icons_item{
  display: block;
  width: 100%;
}
.homepage_solution_content_item_data_first_icons_row:first-of-type .homepage_solution_content_item_data_first_icons_item{
  padding-bottom: 0;
}
.homepage_solution_content_icons .homepage_solution_content_item:last-of-type {
  padding-bottom: 1.8em;
}
#homepage_slider .solution_page_top_wrapper_background, #homepage_slider .homepage_slider_wrapper{
  height: 645.317px!important;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
  padding-right: 0;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
  padding-left: 0;
}
.homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active svg, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled svg{
  width: 65px;
  height: 65px;
}
.gdpr_page_table_container_text .gdpr_page_table_container_text_title{
    font-size: 15px;
  }
  .gdpr_page_table_container_text .gdpr_page_table_container_text_content p{
    font-size: 15px;
  }
  .gdpr_page_switch_container_title h2{
    margin-top: 0;
  }
  .gdpr_page_table_container.left .gdpr_page_table_container_image, .gdpr_page_table_container.right .gdpr_page_table_container_text {
    padding-right: 0;
  }
  .gdpr_page_table_container.right .gdpr_page_table_container_image, .gdpr_page_table_container.left .gdpr_page_table_container_text{
    padding-left: 0;
  }
  .gdpr_page_table_container{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gdpr_page_table_container_image{
    display: block;
    width: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 1em;
  }
  .gdpr_page_table_container_text{
    display: block;
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .gdpr_page_table_container.center_content .gdpr_page_table_container_text{
    width: 100%;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_normal{
    display: block;
    padding-right: 0;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_left_gdpr_image{
    display: block;
    margin-bottom: 1em;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left{
    padding: 1.8em;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_normal p{
    font-size: 15px;
  }
  .gdpr_page_switch_container_title h2{
    font-size: 20px;
  }
  .gdpr_page_table_content .gdpr_page_table_content_bg{
    padding: 0;
  }
  .gdpr_page_table_container{
    padding: 1.8em;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_icon{
    display: block;
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    padding-top: 22px;
    padding-bottom: 33px;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box{
    display: block;
    width: 100%;
    border-left-style: none;
    margin-top: 0;
    border-bottom: 1px solid #BAD4FD;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box .solution_page_hw_box_number_arrow{
    display: none;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row{
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box_right{
    display: block;
    width: 100%;
    padding-right: 1.5em;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_text_title .solution_page_info_box_text{
    font-size: 25px;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg .gdpr_page_table_container_text_title .solution_page_info_box_number_circle{
    padding-top: 0;
  }
  .partner_request_succes_container_img svg {
	width: 64px;
	height: 64px;
  }

/*special for portrait */
.solution_by_industry_cs_1_content_left_buttons_all_case_studies{
  margin-top: 1em;
  margin-left: 0;
}
.contact_container{
	padding: 2em;
}
.estore_second_table_half_options_container{
	width: 96vw;
	margin-left: -1.35em;
	overflow: hidden;
}
.epp_custom .estore_second_table_separator{
	width: 100vw;
	margin-left: -1.8em;
}
.milestones_year_division:first-of-type .milestone_row:nth-child(2) .milestone_separator_content{
	height: 85%;
}

.solution_page_top_wrapper_container .solution_page_top_textbox_content{
	position: relative;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	background-color: transparent;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	display: block;
	width: 100%;
	vertical-align: middle;
}
.solution_page_top_wrapper_illustration{
	display: block;
	width: 100%;
	vertical-align: top;
}
.solution_page_top_wrapper_container{
  display: block;
  width: 100%;
	align-items: center;
}
@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex){
  .solution_page_top_wrapper_container .solution_page_top_wrapper_illustration{
    -webkit-box-ordinal-group: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-ordinal-group: 1;      /* OLD - Firefox 19- */
  	-ms-flex-order: 1;              /* TWEENER - IE 10 */
  	-webkit-order: 1;               /* NEW - Chrome */
  	order: 1;
  }
  .solution_page_top_wrapper_container .solution_page_top_textbox{
    -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
    -ms-flex-order: 2;              /* TWEENER - IE 10 */
    -webkit-order: 2;               /* NEW - Chrome */
    order: 2;
    padding-top: 0;
  }
  .solution_page_top_wrapper_container{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  	-webkit-flex-flow: row wrap;
  	-moz-flex-flow: row wrap;
  	-ms-flex-flow: row wrap;
  	flex-flow: row wrap;
  	-webkit-align-items: center;
  	-moz-align-items: center;
  	-ms-align-items: center;
  }
}
.solution_page_top_wrapper_container .solution_page_top_textbox_heading{
	font-size: 25px;
	margin-bottom: 0.4em;
	line-height: 1.2em;
}
.solution_page_top_wrapper_container .solution_page_top_textbox_text p{
	font-size: 15px;
	margin-bottom: 1.5em;
}
.estore_error_message_error_container_2{
	width: 96vw;
	margin-left: -1.35em;
	overflow: hidden;
}
.estore_error_message_table_img	{
	width: 15%;
}
.estore_error_message_table_separator{
	width: 1%;
}
.estore_error_message_table_content{
	width: 84%;
}
.my_endpoint_protector_custom_2 .estore_error_message_error_container .estore_error_message_arrow, .my_endpoint_protector_custom_2 .estore_error_message_error_container_3 .estore_error_message_arrow{
	left: 52.5%;
}
.estore_main_calculator_container .estore_main_calculator_box_content .estore_error_message_arrow{
	left: 75%;
}
.my_epp_works_custom_3_content_box_number_inner{
	width: 40px;
	height: 40px;
	font-size: 23px;
	padding-top: 4.5px;
	line-height: 1.2em;
	font-weight: 300;
}
.company_custom_container .support_box_content .products_spacer{
  margin-top: 2em;
  margin-bottom: 2em;
}
.homepage_slider_container_img{
  display: none;
}
.homepage_slider_container_img_mobile{
  display: block;
}

.homepage_slider_container_text{
position: relative;
padding: 1.8em;
padding-top: 0;
padding-bottom: 2.5em;
text-align: left;
}
#homepage_slider .solution_page_top_wrapper_background, #homepage_slider .homepage_slider_wrapper{
  height: 657px;
  display: table-cell;
  vertical-align: middle;
}
#homepage_slider #slider_events_october, #homepage_slider #slider_events_october{
  vertical-align: top;
}
#homepage_slider .homepage_slider_container_button{
  text-align: center;
}
#homepage_slider .homepage_slider_container_button .product_epp_buttons_button_demo:last-of-type, #homepage_slider .homepage_slider_container_button .product_epp_buttons_button_demo.slider_link:last-of-type, #homepage_slider .product_epp_buttons_button_demo_homepage_container .product_epp_buttons_button_demo:last-of-type{
  margin-top: 1em;
}
#homepage_slider .product_epp_buttons_button_demo_homepage_container .product_epp_buttons_button_demo:last-of-type{
  margin-right: 1em;
}
#homepage_slider .homepage_slider_container_img_mobile{
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
}
.active_container_homepage_row .active_container_block:last-of-type{
  padding-left: 0;
}
.active_container_block_spacer_1{
  display: block;
  margin-top: 1em;
  padding-bottom: 1em;
}
#events{
  margin-bottom: 1em;
}
.call_to_action_products_half:first-of-type, .call_to_action_products_half:last-of-type{
  width: 100%;
}
.call_to_action_products_img img{
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}
.product_overview_row .product_overview_box:last-of-type, .product_overview_row .product_overview_box:first-of-type{
  padding-left: 0;
  padding-right: 0;
}
.homepage_publications_wrapper_content_table_box {
    padding-right: 0;
    height: auto;
	padding-top: 0.5em;
}
.homepage_publications_wrapper {
display:none;
}
#homepage_slider .flex-control-nav {
    bottom: 0;
}
.partner_form_container {
	width: 100%;
}
.partner-form {
	padding: 1.8em;
}
.partner-form .contact_country {
	max-width: 570px !important;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
     padding-bottom: 1em;
     padding-right: 0;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
     padding-bottom: 1em;
     padding-left: 0;
}
.homepage_solution_content_item_data_first_icons_row:last-of-type .homepage_solution_content_item_data_first_icons_item:last-of-type{
     padding-bottom: 0;
}
#dropdown_menu .mobile_main .product_epp_buttons_button_demo{
	display: none !important;
}
/* Header redesign styles */
#header_redesign .mobile_main .search_icon{
	display: none;
}
#header_redesign .search_form{
	display: inline-block;
	position: relative;
	width: 100%;
	background:	#b9b9c3;
	border: 1px solid #b9b9c3;
	margin: 0;
}
#header_redesign .search_form_field{
	float: none;
	font-size: inherit;
	padding: 7px 7px 7px 35px;
	border:none;
	border-radius:0;
	font: inherit;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	color: #4d4d5c;
}
#header_redesign .search_form_inner_container_icon object, #header_redesign .search_form_inner_container_close object, #header_redesign .search_form_inner_container_icon svg, #header_redesign .search_form_inner_container_close svg{
	width: 22px;
	height: 22px;
}
#header_redesign .search_form_inner_container_icon, #header_redesign .search_form_inner_container_close {
	padding-top: 11px;
	padding-bottom: 11px;
}
#header_redesign .search_form_inner_container{
	width: 100%;
}
#header_redesign #bottom_header .main_menu_partners {
	display: block !important;
}
/* End of header redesign styles */
}
/*special for portrait */

/* Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

 *{
	font-weight: 300;
}
.logo{
	padding-left: 1.8em;
	width: 210px;
	height: 46px;
	padding-top: 3px;
}
.active_container_block{
	display: block;
	width: 100%;
}
#blog {
	margin-bottom: 1em;
}
h1{
	margin-left: 1%;
	margin-right: 1%;
	font-size: 20px;
	text-align: left;
}
.homepage_main_title h1{
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1.5em;
  margin-top: 1.6em;
  font-size: 25px;
  line-height: 1.2em;
  text-align: center;
}
.solution_dlp_text{
	margin-bottom: 0;
}
.testimonials{
	display: table-row;
	width: 100%;
	}
.customers{
	display: table-row;
	vertical-align: middle;
}
.twitter_special{
	font-size: 1.563em;
}
.mobile_main li a{
	color: #B9B9C1;
	font-size: 20px;
}
.support_box_content_text a{
	font-size: inherit;
	}
.sol_homepage_text_1{
background-color: #9D9DA8;
padding-top: 1.8em;
padding-bottom: 1.8em;
padding-left: 5%;
padding-right: 5%;
}
.sol_homepage_text_2{
background-color: #A7A7B1;
padding-top: 1.8em;
padding-bottom: 1.8em;
padding-left: 5%;
padding-right: 5%;
}
.sol_homepage_text_3 {
background-color: #11C3DD;
padding-top: 1.8em;
padding-bottom: 2em;
padding-left: 5%;
padding-right: 5%;
}
.solution_dlp_box .lang_spacer, .solution_mdm_box .lang_spacer{
	margin-bottom: 1em;
	margin-top: 1em;
}
	.sol_homepage_text_1 a, .sol_homepage_text_2 a, .sol_homepage_text_3 a {
	color: #ffffff;
	text-decoration: underline;
}
.sol_homepage_text_1_feature{
	display: block;
	}
.index_desc_txt{
display: table-cell;
padding-left: 1em;
vertical-align: top;
position: relative;
text-align: left;
padding-top: 0.5em;
}
.index_icon{
	display: table-cell;
	vertical-align: top;
	height: 55px;
	width: 55px;
}
.index_desc_txt p{
	text-align: left;
	font-size: 15px;
	line-height: 1.2em;
}
.index_title, .index_title_single{
	display: table-cell;
	width: 35%;
  vertical-align: top;
  padding-left: 1.8em;
  padding-top: 0.5em;
}
.index_title h2, .index_title_single h2{
	text-align: left;
	line-height: 1.2em;
	font-size: 20px;
}
.homepage_solution_title{
	margin: 1em;
	text-align: center;
}
.sol_homepage_text_3 .sol_homepage_text_3_title{
	text-align: left;
	line-height: 1.2em;
	}
.active_container_homepage{
	padding: 1em;
	box-sizing: border-box;
}
		.solution_dlp_box{
	display: block;
	}
.solution_mdm_box{
	display: block;
}
.solution_dlp_box h2{
	display: block;
	width: 100%;
}
.solution_mdm_box h2{
	display: block;
	width: 100%;
}
.products_box_1 .lang_spacer{
	display: none;
}
.products_box, .products_box_1 {
	padding: 1em;
}
.products_box_1{
	padding-top: 53.33px;
}
.products_box_big  .products_box:last-of-type{
	padding-bottom: 53.33px;
}
.products_box_big{
	display: block;
	width: 100%;
}
.products_box_small{
	display: block;
	width: 100%;
}
.sol_homepage_text_2 p{
	margin-bottom: 1em;
	}
.products_box_image{
	display: none;
}
.support_box{
	display: block;
}
.support_box_content{
	padding: 1em;
}
.solution_dlp{
	display: block;
  margin-bottom: 2em;
}
.solution_mdm{
	margin-top: 1em;
}
.partner_box_large_map{
	display: none;
}
.partner_box_large .products_spacer, .partner_box_small .products_spacer{
	margin-bottom: 1em;
}
.main_menu_container{
	text-align: right;
	vertical-align: middle;
}
.mobile_main{
	padding: 3em;
	padding-left: 2em;
	padding-right: 2em;
}
.flag-logo{
	vertical-align: top;
}
.footer_action_container{
	display: none;
}
.active_container_block_spacer_2{
	display: block;
	width: 100%;
	padding-bottom: 1em;
	}
.active_container_block_spacer_bg{
	background-color: #B9B9C1;
	width: 100vw;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	margin-top: 0;
}
.products_box_text{
	padding-left: 1em;
	line-height: 1em;
}
.search_icon{
	display: inline-block;
	margin-right: 0.5em;
	vertical-align: sub;
}
.search_form{
	display: inline-block;
	position: relative;
	width: 80%;
	}
.search_form_field{
	float: none;
	font-size: inherit;
	padding:0;
	border:none;
	border-radius:0;
	font: inherit;
	background-color: transparent;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	color: #ffffff;
}
.search_form_field::-webkit-input-placeholder{
	color: #7F7F8A;
	}
.search_form_field:-moz-placeholder{
	color: #7F7F8A;
	opacity:  1;
}
.search_form_field::-moz-placeholder{
	color: #7F7F8A;
	opacity:  1;
}
.search_form_field:-ms-input-placeholder{
	color: #7F7F8A;
}
.mobile_main .products_spacer{
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.product_top, .product_top_2{
	padding: 1.8em;
	box-sizing: border-box;
}
.product_top_box{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.product_top_box .product_epp_buttons{
	text-align: center;
}
.product_top_box .product_epp_buttons .product_epp_buttons_button_trial, .product_top_box .product_epp_buttons .product_epp_buttons_button_demo_version{
	margin-left: 0;
}
.product_top_box:last-of-type{
	width: 100%;
}
.product_top_box h1{
	margin-top: 41px;
	font-size: 27px;
	line-height: 32px;
	text-align: left;
}
.product_subtitle p{
	font-size: 16px;
	line-height: 22px;
}
.product_description p{
	font-size: 16px;
	line-height: 22px;
}
.product_overview_box{
	display: block;
	width: 100%;
}
.product_overview_box_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.product_overview_box_main{
	display: table-cell;
	padding-left: 2em;
	vertical-align: top;
}
.product_overview_box_icon{
	display: table-cell;
}
.product_overview_box_spacer{
	width: 100%;
	height: 1px;
	background-color: #88E1EE;
	display: block;
	margin-bottom: 41px;
	margin-top: 41px;
}
.product_menu_desktop{
	position: absolute;
	background-color: #8C8C99;
	width: 100%;
	z-index: 1;
	padding: 1em;
	box-sizing: border-box;
	padding-right: 1.8em;
	padding-left: 1.8em;
}
.product_menu_desktop li, .product_menu_desktop li a{
	display: block;
	text-align: left;
	font-size: 20px;
	color: #ffffff;
}
.product_features_top{
	padding: 1.8em;
	box-sizing: border-box;
}
.product_features_show_more_box{
	padding: 1.8em;
	box-sizing: border-box;
}
.feature_box_line{
	padding: 1.5em;
	padding-top: 1.8em;
	padding-bottom: 1.8em;
	padding-left: 28px;
	text-align: left;
}
.feature_box_line:first-of-type{
	padding-top: 2.2em;
}
.feature_title h2 {
	text-align: left;
	margin-bottom: 1em;
}
.feature_icon{
	display: table-cell;
	vertical-align: top;
	width: 55px;
	height: 55px;
}
.feature_box_text{
	display: table-cell;
	vertical-align: top;
	padding-left: 28px;
	text-align: left;
}
.product_features_top_image{
	display: none;
}
.product_features_show_more_box .product_features_show_left_blue_background{
	background: transparent;
	padding: 0;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list:first-of-type{
	width: 100%;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list li{
	color: #d4d7e1;
}
.product_features_box:nth-child(2n) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text_heading{
	border-top-color: #ffffff;
	color:#FFFFFF;
}
.product_features_box:nth-child(2n) .product_features_show_more .product_features_show_left .product_features_show_more_custom_text_container .product_features_custom_text{
	color: #ffffff;
}
.product_features_show_right {
    color: #d4d7e1;
}
.product_features_show_left_spacer {
	background-color: #d4d7e1;
}
.product_features_show_left_title.light {
    color: #d4d7e1 ;
    font-weight: 300;
	margin-bottom: 1.5em;
}
.product_features_show_more_custom_text_container{
	margin-top: 1em;
}
.product_features_show_more_custom_text_container .product_features_custom_text_box{
	width: 100%;
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.product_overview_row .product_overview_box, .product_overview_row .product_overview_box:first-of-type, .product_overview_row .product_overview_box:last-of-type{
	padding-left: 0;
	padding-right: 0;
}
.product_overview_box_main{
	padding-bottom: 0;
}
.product_overview_box_icon, .product_features_top_icon{
	width: 55px;
	height: 55px;
}
.information_block_heading{
	margin-top: 12.5px;
}
.product_features_custom_text_heading{
	padding-top: 1em;
}
.product_overview_box h2{
	margin-bottom: 1em;
	min-height: 0;
	line-height: 1.2em;
}
.call_to_action_products{
	padding: 1.8em;
	box-sizing: border-box;
	padding-bottom: 0;
}
.call_to_action_products_half h6{
	font-size: 27px;
	line-height: 32px;
}
.call_to_action_products_text{
	font-size: 16px;
	line-height: 1.3em;
}
.product_overview_box_text p{
	line-height: 1.3em;
}
.product_overview_box_text h3{
	padding-bottom: 0;
}
.product_features_custom_text:last-of-type{
	padding-bottom: 27px;
}
.appliance_content_half{
	display: block;
	width: 100%;
}
.appliance_content_half:first-of-type{
	padding-right: 0;
}
.appliance_content_half:last-of-type{
	padding-left: 0;
}
.appliance_content_half:first-of-type .appliance_format_list table{
	display: block;
	overflow-x: scroll;
}
.appliance_picture{
	padding: 1.8em;
	width: 100%;
	background-color: #F1F1F2;
}
.appliance_title{
	padding-left: 20.8px;
	padding-right: 20.8px;
}
.appliance_info_1, .appliance_info_2, .appliance_key_heading, .appliance_key_list, .appliance_download_container, .appliance_format, .appliance_format_list_container{
	margin: 1.8em;
}
.product_video_container{
	margin-top: 1.8em;
	box-sizing: border-box;
}
.product_video_upper_container{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.product_video_other_container_box{
	padding-left: 1.8em;
	padding-right: 1.8em;
	padding-top: 2em;
	padding-bottom: 2em;
}
.product_video_other_container_box:nth-child(odd){
	background-color: #F8F8FA;
}
.product_video_other_listener{
	background-size: 64px 64px;
}
.product_video_content{
	margin-top: 4em;
}
.product_video_title{
	font-size: 22px;
	margin-bottom: 1em;
	margin-top: 2em;
	line-height: 31px;
}
.product_video_description p{
	font-size: 15px;
}
.product_video_description{
	margin-bottom: 2em;
}
.call_to_action_products{
	padding: 1.8em;
	box-sizing: border-box;
	padding-bottom: 0;
}
.call_to_action_products_half{
	display: block;
	width: 100%;
}
.call_to_action_products_img{
	margin-bottom: 0;
	margin-top: 2em;
}
.solution_page_main_wrapper .solution_by_industry_main_row_1_wrapper, .solution_page_main_content_wrapper .solution_by_industry_main_row_1_wrapper{
  padding: 1.8em;
}
.solution_page_main_content_normal p{
	font-size: 15px;
}
.solution_page_main_content_bold p{
	font-size: 15px;
}
.call_to_action_products_half:first-of-type{
	width: 100%;
}
.solution_page_hw_wrapper{
	padding: 1.8em;
}
.solution_page_hw_row{
	display: block;
	width: 100%;
	vertical-align: top;
}
.solution_page_hw_box{
	display: block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	margin-top: 2em;
}
.solution_page_hw_box_left{
	display: table-cell;
	vertical-align: top;
}
.solution_page_hw_box_right{
	display: table-cell;
	vertical-align: top;
	padding-left: 1.5em;
}
.solution_page_hw_box_spacer{
	margin-top: 0;
	margin-bottom: 1em;
}
.solution_page_main_benefits_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_page_main_benefits_header{
	text-align: left;
	font-size: 27px;
}
.solution_page_main_benefits_box{
	display: block;
	width: 100%;
}
.solution_page_main_benefits_boxes_row .solution_page_main_benefits_box:last-of-type{
	padding-left: 0;
}
.solution_page_main_benefits_boxes_row .solution_page_main_benefits_box:first-of-type{
	padding-right: 0;
}
.solution_pages_dlp_products_box{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-top: 3em;
	margin-bottom: 3em;
}
.solution_pages_dlp_products_box:first-of-type, .solution_pages_dlp_products_box:last-of-type{
	padding-left: 0;
	padding-right: 0;
}
.solution_pages_dlp_products_wrapper_content{
	padding: 1.8em;
	box-sizing: border-box;
}
.trusted_by_container{
	padding: 1.8em;
}
.solution_page_main_benefits_boxes_row:last-of-type .solution_page_main_benefits_box:last-of-type .solution_page_main_benefits_box_text p{
	margin-bottom: 0;
}
.solution_page_hw_box{
	padding-left: 0;
	padding-right: 0;
}
.solution_page_hw_box_left{
	width: 10%;
}
.solution_page_hw_title {
	text-align: left;
	font-size: 27px;
}
.solution_pages_dlp_products_container_heading{
	text-align: left;
	font-size: 27px;
}
.solution_overview_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_overview_box_icon{
	display: table-cell;
	width: 55px;
    height: 55px;
}
.solution_overview_box_main{
	display: table-cell;
	vertical-align: top;
	padding-left: 2em;
}
.solution_overview_box{
	display: table;
	width: 100%;
}
.solution_overview_row:last-of-type .solution_overview_box:last-of-type{
	margin-bottom: 0;
}
.solution_overview_container_heading{
	text-align: left;
	font-size: 27px;
}
.solution_overview_2_container{
	padding: 1em;
	box-sizing: border-box;
	display: none;
}
.solution_overview_2_container_heading{
	text-align: left;
	font-size: 27px;
}
.solution_overview_2_box{
	display: block;
	width: 100%;
}.solution_overview_3_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_overview_3_container_heading{
	text-align: left;
	font-size: 27px;
}
.solution_overview_3_box{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
	margin-bottom: 2em;
}
.solution_overview_3_row {
	padding: 0;
	margin: 0;
}
.solution_overview_3_row:last-of-type .solution_overview_3_box:last-of-type{
	margin-bottom: 0;
}
.solution_overview_4_container{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_overview_4_box{
	width: 49%;
}
.solution_overview_4_box:nth-child(-n+4){
	margin-bottom: 2em;
}
.solution_page_info_placeholder{
	padding-right: 1.8em;
	padding-left: 1.8em;
}
.solution_page_info_box_number_circle {
    width: 25px;
	height: 25px;
	font-size: 17px;
	padding-top: 0px;
}
.solution_page_info_box_text {
	font-size: 16px;
}
.product_epp_buttons_button_text_container{
	box-sizing: border-box;
}
.requests_content, .menu_support_requests_content{
	padding: 1.8em;
	padding-top: 53.33px;
	padding-bottom: 53.33px;
}
.product_call_to_form_half{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
}
.product_name{
	padding: 28.8px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.menu_product_icon{
	margin-right: 0;
}
.product-icon{
	padding-top: 1em;
}
.product_features_top_text p{
	text-align: left;
	font-size: 16px;
	line-height: 22px;
}
.show_more_2{
	margin-top: 1em;
	margin-bottom: 2.5em;
}
.solution_page_top_textbox_content{
	padding: 1.8em;
}
.solution_page_top_textbox_content .product_epp_buttons_button_demo{
	margin-left: 0;
	margin-right: 0;
	display: table;
}
.solution_page_top_textbox_heading p{
	font-size: 27px;
}
.solution_page_top_textbox_text p{
	font-size: 15px;
	margin-bottom: 1em;
}
.solution_overview_4_container_heading{
	text-align: left;
	font-size: 27px;
}
.trusted_by_header{
	text-align: left;
	font-size: 25px;
  line-height: 1.2em;
  margin-top: 0;
}
.solution_overview_container_text p{
	text-align: left;
	font-size: 15px;
}
.solution_overview_3_container_text p{
	text-align: left;
	font-size: 15px;
}
.solution_overview_3_box_text p{
	font-size: 15px;
}
.solution_overview_4_container_text p{
	font-size: 15px;
}
.product_call_to_form .editfields{
	max-width: 311px;
}
.product_call_to_form{
	max-width: 311px;
	margin-left: auto;
	margin-right: auto;
}
.infographic{
	padding: 1.8em;
	box-sizing: border-box;
}
.solution_page_main_benefits_box_text p{
	font-size: 15px;
}
.appliance_key_list{
	font-size: 15px;
	line-height: 23px;
}
.trusted_by_img{
	margin-bottom: 0;
}
.solution_overview_4_box_icon{
	width: 100px;
	height: 100px;
}
.product_features_top_second_half{
	vertical-align: bottom;
	display: block;
	width: 100%;
}
.product_features_top_first_half{
	display: block;
	width: 100%;
}
.product_features_top_heading{
	font-size: 27px;
}
.product_features_top_text p{
	margin-top: 2em;
}
.product_features_show_more_custom_text_container_text{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.product_features_show_left .product_features_show_more_custom_text_container_text{
	padding-left: 0;
	padding-right: 0;
}
.information_block_box{
	display: block;
	width: 100%;
}
.information_block_row .information_block_box:first-of-type, .information_block_row .information_block_box:last-of-type{
	padding-left: 0;
	padding-right: 0;
}
.appliance_format_list table tr td{
	line-height: 1.2em;
}
.appliance_download_header{
	display: block;
	width: 100%;
}
.appliance_cloud_vm{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.solution_by_industry_main_content_wrapper, .solution_other_main_content_wrapper{
	padding: 1.8em;
}
.solution_by_industry_second_content_wrapper{
	padding: 1.8em;
	margin-bottom: 0;
}
.solution_by_industry_cs_1_content_wrapper{
	padding: 1.8em;
}
.solution_by_industry_cs_2_content{
	padding: 1.8em;
}
.solution_by_industry_main_row_left, .solution_other_main_row_left{
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1em;
}
.solution_by_industry_main_row_right, .solution_other_main_row_right{
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.solution_by_industry_second_row_box{
	display: block;
	width: 100%;
	padding: 0!important;
	margin-bottom: 1em;
}
.solution_by_industry_cs_1_content_left{
	display: block;
	width: 100%;
	padding: 0;
}
.solution_by_industry_cs_1_content_right{
	display: none;
}
.solution_by_industry_cs_2_content_half{
	display: block;
	width: 100%;
	padding: 0!important;
	box-sizing: border-box;
}
.solution_by_industry_cs_1_content_left_text_2 p{
	margin-bottom: 1em;
	font-size: 15px;
}
.solution_by_industry_main_row_1 p, .solution_by_industry_main_row_left p, .solution_by_industry_main_row_right ul, .solution_by_industry_main_row_right p, .solution_by_industry_main_row_3 p, .solution_other_main_row_1 p, .solution_other_main_row_left p, .solution_other_main_row_right ul, .solution_other_main_row_right p, .solution_other_main_row_3 p, .solution_other_main_row_3 ul li{
	font-size: 15px;
}
.solution_by_industry_second_header{
	font-size: 27px;
}
.solution_by_industry_second_row_box p{
	font-size: 15px;
}
.solution_by_industry_cs_1_content_left_heading, .solution_by_industry_cs_1_content_left_text_1 p, .solution_by_industry_cs_2_head{
	font-size: 27px;
}
.solution_by_industry_cs_2_head_text p{
	font-size: 15px;
}
.solution_by_industry_cs_2_list{
	font-size: 15px;
}
.solution_by_industry_cs_2_quote p em{
	font-size: 16px;
}
.solution_by_industry_cs_2_quote_name p{
	font-size: 15px;
}
.products_box_text ul{
	display: none;
}
.menu_solution_container{
	padding-top: 53.33px;
	padding-left: 1em;
	padding-right: 1em;
}
.company_custom_container .support_box_container{
  	padding-bottom: 53.33px;
}
.support_box_container{
	padding-top: 53.33px;
	padding-left: 1em;
	padding-right: 1em;
}
.support_box_content .products_spacer{
	margin-bottom: 0;
  margin-top: 2em;
}
.partner_box_container{
	padding-top: 53.33px;
	padding-bottom: 53.33px;
	padding-left: 1em;
	padding-right: 1em;
}
.appliance_third_text{
	padding-right: 1.8em;
	padding-left: 1.8em;
}
.aws_availability, .os_version{
	width: 100%;
}
.appliance_download_header a{
	display: block;
}
.contact_request_input{
	max-width: 311px;
}
.contact_country{
	max-width: 311px;
}
.contact_subject{
	max-width: 311px;
}
.contact_request .button_request{
	max-width: 311px;
}
.solution_pages_dlp_products_box_upper_img{
	width: 41px;
	height: 41px;
}
.solution_pages_dlp_products_box_spacer{
	margin-top: 0.3em;
}
.estore_main_container{
	padding: 1.8em;
}
.estore_other_container{
	padding-bottom: 1.8em;
	padding-top: 1.8em;
}
.estore_other_title{
	margin-bottom: 1em;
}
.estore_second_container{
	padding-top: 1.8em;
	padding-bottom: 1.8em;
}
.estore_main_container_title{
	font-size: 27px;
	line-height: 1.2em;
}
.estore_main_container_subtitle p, .estore_main_calculator_heading, .estore_main_calculator_box_half, .estore_other_table_box_content_text p, .estore_second_table_half_text p{
	font-size: 15px;
	line-height: 1.2em;
}
.estore_second_table_half_price_container_list ul li{
	line-height: 1.2em;
}
.estore_second_table_half{
	display: block;
	width: 100%;
	padding-left: 1.8em;
	padding-right: 1.8em;
	box-sizing: border-box;
}
.estore_second_table_separator{
	display: block;
	margin-bottom: 1em;
	margin-top: 1em;
}
.estore_other_table_box{
	display: block;
	width: 100%;
	vertical-align: top;
	box-sizing: border-box;
	border-top-color: #E3E4E8;
	border-top-style: solid;
	border-top-width: 1px;
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.estore_other_table_row:first-of-type .estore_other_table_box:first-of-type{
	border: none;
	padding-top: 0;
}
.estore_other_table_row:last-of-type .estore_other_table_box:last-of-type{
	padding-bottom: 0;
}
.estore_other_table_box_content_title{
	display: block;
	width: 100%;
	padding-left: 0;
	margin-bottom: 0.5em;
	font-size: 18px;
	line-height: 1.2em;
}
.estore_other_table_box_content_text{
	display: block;
	width: 100%;
}
.store_other_table_box_content_separator{
	display: block;
	margin-top: 0.5em;
	margin-bottom: 1em;
}
.estore_other_table_box_content_price_unit{
	padding-left: 0;
	display: table-cell;
	width: 70%;
}
.estore_other_table_box_content_button_buy{
	display: table-cell;
	width: 30%;
	vertical-align: top;
}
.estore_other_table_box_img{
	vertical-align: top;
}
.estore_other_title{
	padding-left: 1.8em;
	padding-right: 1.8em;
	font-size: 27px;
	line-height: 1.2em;
}
.estore_other_table_box_content{
	padding-left: 1em;
}
.estore_other_table_box_content_text{
	font-size: 15px;
	line-height: 1.2em;
}
.estore_2_container{
	padding: 1.8em;
}
.estore_2_second_container{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.estore_2_third_wrapper{
	padding: 1.8em;
}
.estore_2_container .estore_second_table_half_options_container_row_box_1{
	display: block;
	width: 100%;
}
.estore_2_container .estore_second_table_half_options_container_row_box_2{
	display: block;
	width: 100%;
	text-align: left;
	margin-top: 2em;
}
.estore_2_calculator_heading{
	font-size: 15px;
}
.estore_2_second_container_user_box{
	font-size: 16px;
	padding: 1em;
}
.estore_2_third_box_txt{
	font-size: 15px;
}
.el_custom .estore_second_table_half_options_container_row_box_1_input:not(:first-of-type) .estore_table_label{
	display: block;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 0;
}
.el_custom .estore_table_label_txt{
	width: 70%;
}
.estore_second_table_half_options_container_row_total_box_1{
	width: 70%;
}
.estore_second_table_half_options_container_row_total_box_2, .estore_second_table_half_options_container_row_total_box_2:hover{
	width: 30%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_1_input_2 .estore_second_table_half_options_container_row_box_1_input_2_box_1{
	display: block;
	width: 100%;
}
.my_endpoint_protector_custom_2 .estore_second_table_half_options_container_row_box_1_input_2  .estore_second_table_half_options_container_row_box_1_input_2_box_2{
	display: block;
	width: 100%;
}
.epp_basic_custom_2 .estore_table_label{
	font-size: 15px;
}
.epp_basic_custom .estore_second_table_half_options_container_row .estore_table_label_txt{
	width: 60%;
}
.epp_basic_custom .estore_second_table_half_options_container_row .estore_second_table_half_options_container_row_box_1_saving{
	width: 40%;
}
.epp_basic_custom .estore_second_table_half_options_container_row .estore_second_table_half_options_container_row_box_1_saving{
	font-size: 16px;
}
.epp_basic_custom .estore_second_table_half_options_container_row_box_1_input{
	width: 35%;
}
.epp_basic_custom .estore_second_table_half_options_container_row_box_2{
	margin-top: 0.1em;
	margin-left: 47%;
}
.estore_main_shipping_container{
	padding: 1.8em;
}
.estore_main_shipping_list_containter_options{
	max-width: 100%;
}
.product_comparison_top_container{
	padding: 1.8em;
}
.product_comparison_top_title{
	font-size: 20px;
}
.product_comparison_top_text p{
	font-size: 15px;
}
.product_comparison_page_content{
	padding: 1.8em;
}
.product_comparison_page_content tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.product_comparison_page_content td, .product_comparison_page_content th {
    display: block;
    width: 33.333333333333%;
    font-size: 16px;
	background: #F6F6F6;
	padding-bottom: 0.5em;
	padding-right: 0;
}
.product_comparison_page_content th{
	background: none;
	padding-right: 1em;
}
.product_comparison_page_content th:first-child, .product_comparison_page_content td:first-child {
   background: none;
   width: 100%;
}
.product_comparison_page_content td:first-child{
	border-top: none;
	font-size: 16px;
}
.product_comparison_page_content  th:first-child {
    display: block;
	width: 100%;
	padding-top: 2em;
}
.product_comparison_page_content .product_comparison_prod_title{
	font-size: 20px;
	margin-bottom: 0;
}
.product_comparison_page_content td:nth-child(3){
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.product_comparison_page_content tbody tr:first-of-type td:first-child{
	padding-top: 2em;
}
.product_comparison_page_content thead tr:first-of-type th:first-child{
	display: none;
}
.about_us_top_top_container{
	padding: 1.8em;
}
.about_us_content_1_container_wrapper, .about_us_content_2_container_wrapper{
	padding: 1.8em;
}
.about_us_custom_1_half, .about_us_custom_2_half{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.about_us_custom_1_half:first-of-type, .about_us_custom_2_half:first-of-type{
	padding-right: 0;
}
.about_us_custom_1_half:last-of-type, .about_us_custom_2_half:last-of-type{
	padding-left: 0;
}
.about_us_box_logos_container_item img{
	width: 100%;
	height: auto;
}
.management_team_top_container{
	padding: 1.8em;
}
.management_team_container{
	padding: 1.8em;
}
.management_team_custom_1_box_img{
	display: block;
	width: 150px;
	float: left;
	margin-right: 1em;
}
.management_team_custom_1_box_img img{
	width: 150px;
	height: auto;
}
.management_team_custom_1_box_txt {
	display: block;
	width: 100%;
}
.management_team_custom_1_box_txt_title{
	font-size: 20px;
}
.milestones_top_container{
	padding: 1.8em;
}
.milestones_content, .release_history_content{
	padding: 1.8em;
}
.milestone_month{
	display: none;
}
.milestone_year_row{
	display: none;
}
.milestone_txt .milestone_month{
	display: block;
	border-top: 0;
	width: 100%;
}
.milestone_year_txt .milestone_year_row{
	display: block;
	border-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}
.milestone_txt, .milestone_year_txt{
	width: 62.5%;
}
.milestone_img, .milestone_year_img{
	width: 32.5%;
	vertical-align: middle;
}
.milestone_separator{
	width: 10%;
	background-position: 51.2% 20px;
}
.milestone_img img{
	width: 100%;
	height: auto;
	max-width: 95px;
}
.products_box_content_column{
	display: block;
	width: 100%;
	padding: 0 !important;
}
.products_box_2{
	display: block;
	width: 100%;
}
.products_box_content{
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 53.33px;
	padding-bottom: 2em;
}
.products_box_2 .products_spacer{
	margin-bottom: 2em;
}
.carry_versions_custom{
	padding: 1.8em;
}
.carry_versions_custom_container_half{
	display: block;
	width: 100%;
}
.carry_versions_custom_container_half:first-of-type{
	padding-right: 0;
	margin-bottom: 2em;
}
.carry_versions_custom_container_half:last-of-type{
	padding-left: 0;
}
.carry_versions_custom_container_half_title{
	font-size: 27px;
}
.carry_versions_custom_container_half_text_title{
	font-size: 18px;
}
.carry_versions_custom_container_half_text{
	font-size: 16px;
}
.carry_versions_custom_container_half_text_list{
	font-size: 16px;
}
.news_content_container{
	padding: 1.8em;
}
.news_content_container_half_1{
	padding: 0;
	width: 100%;
}
.news_content_container_box_media, .news_content_container_box_date, .news_content_container_box_lang{
	width: 100%;
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}
.press_single_container{
	padding: 1.8em;
}
.press_single_container p{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.press_room_kit_wrapper_container{
	padding: 1.8em;
}
.contact_us_page_container{
	padding: 1.8em;
}
.contact_page_info_table_box, .contact_page_info_table_row .contact_page_info_table_box:first-of-type{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 1em;
}
.contact_page_info_table_box_support{
	position: relative;
}
.contact_page_info_table_row{
	margin-bottom: 0;
}
.careers_content_container{
	padding: 1.8em;
}
.careers_content_container_box_title{
	font-size: 16px;
}
.careers_content_container_box_title_icon{
	font-size: 21px;
}
.careers_content_container_box_job_details{
	font-size: 13px;
	margin-top: 2em;
	margin-bottom: 2em;
}
.awards_certifications_content_container{
	padding: 1.8em;
}
.award_box{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.customer_content_container{
	padding: 1.8em;
}
.customer_testimonial_container{
	padding: 1.8em;
}
.customer_box_line .customer_box:last-of-type, .customer_box_line .customer_box:first-of-type{
	padding-left: 0;
	padding-right: 0;
}
.press_kit_first_content, .press_kit_second_content, .press_kit_third_content, .press_kit_fourth_content, .press_kit_fifth_content, .press_kit_sixth_content{
	padding: 1.8em;
}
.milestones_top_title{
	font-size: 25px;
}
.milestones_top_text p{
	font-size: 15px;
}
.customer_testimonial_container .testimonial_text{
	font-size: 15px;
}
.press_room_page .press_room_page_separator{
	width: 100%;
}
.press_kit_first_content_1_left, .press_kit_first_content_1_right, .press_kit_second_content_half, .press_kit_third_content_half, .press_kit_fifth_content_1_half{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
}
.press_kit_first_content_1_right{
	display: none;
}
.press_kit_fifth_content_1_half:last-of-type{
	display: none;
}
.press_kit_first_content_1_block_title, .press_kit_second_content_half_title, .press_kit_third_content_1_title, .press_kit_fourth_content_1_title, .press_kit_fifth_content_1_half_title, .press_kit_sixth_content_1_title{
	font-size: 20px;
}
.press_kit_first_content_1_block_text, .press_kit_third_content_half_text, .press_kit_fourth_content_1_text, .press_kit_fifth_content_1_half_list ul, .press_kit_fifth_content_1_half_ending_text{
	font-size: 15px;
}
.press_kit_second_content_half_separator{
	margin-bottom: 2em;
}
.press_kit_third_content_1_separator{
	margin-top: 1em;
}
.press_kit_second_content_half:first-of-type, .press_kit_second_content_half_logo_box_container, .press_kit_third_content_half:first-of-type{
	margin-bottom: 2em;
}
.press_kit_third_content_half_big_title{
	font-size: 60px;
}
.press_kit_third_content_half_small_title{
	font-size: 25px;
}
.press_kit_third_content_half_box{
	padding-left: 1em;
}
.awards_section_title{
	font-size: 20px;
}
.award_box_title{
	font-size: 18px;
}
.award_box_text p{
	font-size: 15px;
}
.award_box{
	padding-left: 0!important;
	padding-right: 0!important;
}
#map_container{
	display: none;
}
.country_select_container{
	padding: 1.8em;
}
.map_info_content{
	position: relative;
	right: 0;
	left: 0;
	width: 100%;
	top: 0;
	max-width: 100%;
}
.map_info_container{
	max-width: none;
}
.resources_page_documentation_wrapper, .resources_page_data_sheets_container, .resources_page_white_papers_container, .resources_page_videos_container, .resources_page_case_study_wrapper_container, .resources_page_infographics_container, .white_papers_content, .white_paper_content, .case_studies_content, .case_study_first_container, .case_study_second_container, .case_study_third_container, .infographics_content, .infographics_content, .resources_page_comics_container, .comics_content, .comic_container, .comics_page_links_container, .infographic_container, .infographic_wrapper_download_container {
	padding: 1.8em;
}
.resources_videos_page .product_video_other_listener{
	display: block;
	background-size: 64px 64px;
}
.about_us_box_txt p{
	font-size: 15px;
}
.management_team_top_text p{
	font-size: 16px;
}
.management_team_custom_1_box_txt_txt{
	font-size: 15px;
}
.press_kit_fourth_content_1_text{
	font-size: 15px;
}
.milestones_top_text p{
	font-size: 15px;
}
.careers_content_container_box_job_details_content_block_text ul li{
	font-size: 15px;
}
.careers_content_container_box_job_details_content_block_title{
	font-size: 16px;
}
.careers_content_container_box_job_details_content_block_text p{
	font-size: 15px
}
.search_results_container{
	padding: 1.8em;
}
.epp_overview_more_info_container{
	padding: 1.8em;
}
.epp_overview_more_info_container_half{
	display: block;
	padding: 0!important;
	width: 100%;
	margin-bottom: 2em;
}
.epp_overview_more_info_wrapper_left, .epp_overview_more_info_wrapper_right{
	top: 0;
	width: 100%;
	height: 50%;
}
.epp_overview_more_info_wrapper_right{
	bottom: 0;
	top: auto;
}
.epp_overview_more_info_container_half_text_content{
	font-size: 15px;
}
.epp_overview_more_info_container_half_text_title{
	font-size: 23px;
}
.product_features_show_more .product_features_show_right .product_features_show_left_blue_background ul.products_features_feature_half_list{
	width: 100%;
	display: block;
}
.solution_page_no_pic_container{
	padding: 1.8em;
}
.solution_page_no_pic_title{
	font-size: 25px;
}
.solution_page_no_pic_text p{
	font-size: 15px;
}
.solution_page_main_custom_illustration_container{
	display: none;
}
.solution_page_kiosk_custom_container{
	padding: 1.8em;
}
.solution_page_kiosk_custom_content_half{
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.solution_page_kiosk_custom_content_box_content_title{
	font-size: 20px;
}
.ibeacon_custom_2_container{
	display: none;
}
.technology_partners_table{
	padding: 1.8em;
}
.technology_partners_table_box{
	display: block;
	width: 100%;
}
.technology_partners_table_row .technology_partners_table_box:first-of-type{
	padding-right: 0;
	margin-bottom: 4em;
}
.technology_partners_table_row .technology_partners_table_box:last-of-type{
	padding-left: 0;
}
.oem_solutions_custom_1_container, .oem_solutions_custom_2_container{
	padding: 1.8em;
}
.oem_solutions_custom_2_content_half{
	display: block;
	width: 100%;
}
.oem_solutions_custom_2_content_half:first-of-type{
	padding-right: 0;
	margin-bottom: 3.5em;
}
.oem_solutions_custom_2_content_half:last-of-type{
	padding-left: 0;
}
.oem_solutions_custom_1_content_left{
	display: block;
	width: 100%;
}
.oem_solutions_custom_1_content_right{
	display: none;
}
.my_epp_hw_page_custom_1_container, .my_epp_hw_page_custom_3_container{
	padding: 1.8em;
}
.my_epp_works_illustration_content_arrow {
	display: block;
	width: 100%;
	padding-bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform:    rotate(90deg);
	-ms-transform:     rotate(90deg);
	-o-transform:      rotate(90deg);
	transform:         rotate(90deg);
}
.my_epp_works_illustration_content_arrow object{
	display: block;
	width: 10%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}
.my_epp_works_illustration_content_box{
	display: block;
	width: 100%;
}
.my_epp_works_illustration_content_box_text{
	padding-left: 0;
	text-align: center;
}
.screenshots_content_box{
	padding: 1.8em;
}
.become_partner_custom_1_container{
	padding: 1.8em;
}
.become_partner_testimonial_container{
	padding: 1.8em;
}
.become_partner_custom_2_container{
	padding: 1.8em;
}
.become_partner_custom_1_half{
	display: block;
	width: 100%;
}
.become_partner_custom_1_half:first-of-type{
	padding-right: 0;
	margin-bottom: 2em;
}
.become_partner_custom_1_half:last-of-type{
	padding-left: 0;
}
.become_partner_custom_1_half_title{
	font-size: 20px;
	line-height: 28px;
}
.partner_request_form_content_title{
	font-size: 25px;
	margin-bottom: 0.2em;
}
.partner_request_form_content_subtitle{
	font-size: 20px;
	line-height:28px;
}
.partner_request_radio_text{
	margin-right: 0.5em;
}
.partner_request_succes_container_text{
	font-size: 15px;
	line-height: 22px;
	padding-left: 1em;
}
.product_epp_buttons_button_text_heading{
	font-size: 25px;
}
.product_epp_buttons_button_text_heading_text{
	font-size: 15px;
	line-height: 22px;
}
.faq_section_list_container{
	padding: 1.8em;
}
.faq_search_bar_container{
	padding: 1.8em;
}
.faq_single_entry_container{
	padding: 1.8em;
}
.solution_page_kiosk_custom_content_box{
	width: 100%;
	display: block;
	vertical-align: top;
}
.solution_page_kiosk_custom_content_box:first-of-type {
	padding-right: 0;
	margin-bottom: 3em;
}
.solution_page_kiosk_custom_content_box:last-of-type{
	padding-left: 0;
}
.release_history_single_content{
	padding: 1.8em;
}
.my_epp_works_custom_3_content_box_number{
	width: 20%;
}
.my_epp_works_custom_3_content_box_content{
	width: 80%;
	vertical-align: top;
}
.my_epp_works_custom_3_content_box_content_text, .my_epp_works_text{
	font-size: 15px;
	line-height: 22px;
}
.free_security_tools_1_custom, .free_security_tools_1_call_to_action_container{
	padding: 1.8em;
}
.free_security_tools_1_custom_content_container_title{
	font-size: 20px;
}
.free_security_tools_1_custom_content_img{
	width: 20%;
}
.free_security_tools_1_custom_content_container{
	width: 80%;
}
.free_security_tools_box{
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.free_security_tools_box:last-of-type{
	margin-bottom: 0;
}
.free_security_tools_1_call_to_action_text{
	font-size: 15px;
	line-height: 22px;
	display: block;
	width: 100%;
	margin-bottom: 1em;
}
.free_security_tools_1_call_to_action_button{
	display: block;
	width: 100%;
	text-align: center;
}
.active_container_homepage_row:last-of-type{
	display: block;
}
.active_container_block_spacer_1{
  display: block;
  margin-top: 1em;
  padding-bottom: 1em;
}
#events{
  margin-bottom: 1em;
}
.products_box_content_comparison_line{
	padding: 1.8em;
}
.product_comparison_menu_text{
	padding-bottom: 1em;
}
.site_map_content_container{
	padding: 1.8em;
}
.press_room_kit_wrapper_container_title{
	font-size: 25px;
}
.faq_single_entry_container_rating_no_title{
	padding: 1.8em;
}
.legal_documents_content_container{
	padding: 1.8em;
}
.solution_mdm_text{
  margin-bottom: 0;
}
.faq_search_bar_search{
  display: block;
  width: 100%;
  padding-right: 0;
}
.faq_search_bar_content_links{
  display: block;
  width: 100%;
  padding-left: 0;
  margin-top: 2em;
}
.partner_request_form_content_block_inputs label{
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
.partner_request_form_content_block_inputs label:last-of-type{
  margin-bottom: 0;
}
.sol_homepage_text_3 .request_homepage_container .request_call_succes_container_img{
  margin-top: 1em;
}
.faq_general_page .faq_page_main_content_title{
  font-size: 25px;
  line-height: 1.2em;
}
.faq_general_page .faq_list_container{
  display: block;
  width: 100%;
}
.faq_general_page .faq_list_container:first-of-type{
  padding-right: 0;
  margin-bottom: 3.5em;
}
.faq_section_list_container_table_row{
  margin-bottom: 3.5em;
}
.faq_section_list_container_table_row:last-of-type, .faq_section_list_container_table_row:last-of-type .faq_list_container{
  margin-bottom: 0;
}
.faq_general_page .faq_list_container:last-of-type{
  padding-left: 0;
}
.faq_search_bar_search_container{
  width: 100%;
}
.faq_search_bar_search_container_input{
  width: 70%;
}
.faq_search_bar_search_container_button{
  width: 30%;
}
.company_custom_container .support_box_content_text, .company_custom_container .support_box_content_text p, .support_box_container .support_box_content_text,  .support_box_container .support_box_content_text p{
  margin-bottom: 0;
}
.company_custom_container .support_box_content_text .company_custom_spacer, .support_box_container .support_box_content_text .support_box_content_inner_separator{
  margin-bottom: 0.5em;
  margin-top: 1em;
}

.company_custom_container .support_box_content_text ul, .support_box_container .support_box_content_text ul{
  margin-top: 0;
}
.company_custom_container .support_box_content .products_spacer{
  margin-top: 2em;
}
.product_top .product_top_box h1:first-of-type{
  margin-top: 0;
}
.menu_product .product_menu_desktop ul li:last-of-type .product_menu_spacer{
  display: none;
}
.homepage_slider_container .homepage_slider_container_title{
  font-size: 25px;
  line-height: 1.2em;
}
.homepage_slider_container .homepage_slider_container_subtitle{
  font-size: 15px;
  line-height: 1.5em;
}
.homepage_slider_container_text{
  padding-left: 2em;
  padding-right: 2em;
}
.homepage_slider_container_img{
  padding-top: 5em;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row:first-of-type{
	padding-right: 0;
  display: block;
  width: 100%;
}
.ibeacon_custom .solution_page_main_benefits_boxes_row:last-of-type{
	padding-left: 0;
  display: block;
  width: 100%;
}
.ibeacon_custom .solution_page_main_benefits_header{
  font-size: 27px;
}
.comics_page_links_table_half_links_half{
  display: block;
  width: 100%;
}
.comics_page_links_table_half:first-of-type, .comics_page_links_table_half:last-of-type{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.comics_page_links_table_half:first-of-type{
  margin-bottom: 2em;
}
.infographic_wrapper_download_container_text, .infographic_wrapper_download_container_icons{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.infographic_wrapper_download_container_text{
  margin-bottom: 2em;
}
.support_professional_services_2_content{
  padding: 1.8em;
}
.checksums_page_wrapper_content, .checksums_page_wrapper_content_faq{
padding: 1.8em;
}
.checksums_container_title{
  font-size: 20px;
}
.solution_page_industry_wrapper .solution_by_industry_main_content_wrapper, .solution_page_custom_mobile_main_wrapper .solution_other_main_content_wrapper{
  padding: 0;
}
.solution_page_industry_wrapper .solution_by_industry_main_row_2, .solution_page_industry_wrapper .solution_by_industry_main_row_3, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_2, .solution_page_custom_mobile_main_wrapper .solution_other_main_row_3{
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.solution_page_custom_mobile_main_wrapper .solution_other_main_row_1{
  padding: 1.8em;
}
.container_testimonials_customers{
  display: block;
  padding: 1em;
  padding-top: 1.8em;
}
.container_testimonials_customers_title h4{
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 2em;
}
.container_testimonials_customers .testimonial_text{
  font-size: 14px;
  line-height: 1.2em;
}
.container_testimonials_customers .testimonials{
  display: block;
  width: 100%;
}
.container_testimonials_customers .container_testimonials_customers_spacer{
  display: block;
  width: 100%;
  height: 1px;
}
.container_testimonials_customers .container_testimonials_customers_spacer .container_testimonials_customers_spacer_bg{
  width: 100%;
  height: 1px;
}
.container_testimonials_customers .customers{
  display: block;
  width: 100%;
  padding-bottom: 0;
}
.active_container_block h4{
  line-height: 1.2em;
}
.estore_other_table_box_content_price_button{
  display: table;
  width: 100%;
  table-layout: fixed;
}
.general_landing_page_form_container{
  padding: 1.8em;
  padding-top: 2.7em;
  padding-bottom: 2.7em;
}
.general_landing_page_customers_container{
  padding-top: 1.8em;
  padding-bottom: 1.8em;
}
.general_landing_page_customers_content_first{
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.general_landing_page_template .homepage_slider_container_text{
  padding-left: 1.8em;
  padding-right: 1.8em;
}
.general_landing_page_form_content_half{
  display: block;
  width: 100%;
}
.general_landing_page_form_content_half:first-of-type{
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.general_landing_page_form_content_half:last-of-type{
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100%;
}
.general_landing_page_template .solution_overview_row .solution_overview_box_main{
  padding-left: 0;
}
.general_landing_page_customers_content_first{
  display: block;
  width: 100%;
}
.general_landing_page_customers_content_separator{
  display: none;
}
.general_landing_page_customers_content_second{
  display: block;
  width: 100%;
}
.general_landing_page_customers_content_first_title h5{
  font-size: 27px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
.product_aws_container_1, .product_aws_container_2, .product_aws_container_3, .product_aws_container_4{
  padding: 1.8em;
}
#homepage_slider .homepage_slider_container_button .product_epp_buttons_button_demo:last-of-type, #homepage_slider .homepage_slider_container_button .product_epp_buttons_button_demo.slider_link:last-of-type{
  margin-top: 1em;
}
#homepage_slider .flex-control-nav {
    bottom: 0;
}
#slider_container{
  min-height: 314px;
}
.general_landing_page_form_content_half_title_container_wrapper .general_landing_page_form_content_half_title_container{
  padding: 1.8em;
}
.general_landing_page_form_content_half_title_container{
  font-size: 20px;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_title h3{
  font-size: 18px;
}
.general_landing_page_form_content_half .white_paper_download_form_container .white_paper_download_form_sub_title{
  font-size: 15px;
}
.general_landing_page_form_content_half:last-of-type{
  padding: 1em;
}
.white_paper_container_first, .white_paper_container_second{
  width: 100%;
  display: block;
}
.white_paper_container_first{
  padding: 0;
  margin-bottom: 1em;
}
.white_paper_container_second{
  padding: 2em;
}
.solution_page_main_wrapper .solution_overview_4_wrapper .solution_overview_4_container_text p{
  text-align: left;
}
.solution_page_main_wrapper .solution_overview_container_heading{
  margin-bottom: 1em;
}
h1, h2, h3, h4, h5, h6{
  line-height: 1.3em;
}
.solution_page_industry_wrapper .solution_by_industry_cs_2_content_half .solution_by_industry_cs_2_button_container{
  margin-bottom: 2em;
}
.ups_tracking_content{
  padding: 1.8em;
}
.company_custom_container #support_box_3 .support_box_content:last-of-type{
  margin-top: 1em;
}
.solution_content_block_bg1, .solution_content_block_bg2{
  display: none;
}
.solution_mdm .solution_mdm_box{
  margin-bottom: 2em;
}
.products_box_content_comparison_line.gdpr_compliance {
  margin-top: 2em;
}
.press_kit_sixth_content_1_container_box{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
  margin-bottom: 2em;
}
.press_kit_sixth_content_1_container_box:first-of-type, .press_kit_sixth_content_1_container_box:last-of-type{
  padding-left: 0;
  padding-right: 0;
}
.press_kit_sixth_content_1_container_box:last-of-type{
  margin-bottom: 0;
}
.press_kit_second_content_half_logo_box{
  width: 100%;
  display: block;
}
.press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:first-of-type{
  padding-right: 0;
  margin-bottom: 1em;
}
.press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:last-of-type{
  padding-left: 0;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:last-of-type{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type{
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 3em;
}
.press_kit_second_content_1:first-of-type .press_kit_second_content_half:first-of-type .press_kit_second_content_half_logo_box_container .press_kit_second_content_half_logo_box:first-of-type{
  margin-bottom: 1em;
}
.custom_lp_phone_text{
  font-size: 13px;
  line-height: 1.3em;
  vertical-align: top;
}
.custom_lp_phone_container{
  padding-right: 1em;
}
.custom_lp_phone_icon{
  display: none;
}
.homepage_solution_content_item_icon{
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
.homepage_solution_content_item_data_first_text.mobile{
  display: table-cell;
  vertical-align: top;
}
.homepage_solution_content_item_icon_title{
  vertical-align: top;
  display: table-cell;
  width: 35%;
  vertical-align: top;
  padding-left: 1.8em;
  padding-top: 0.5em;
}
.homepage_solution_content_item_icon_title h2{
  text-align: left;
  line-height: 1.2em;
  font-size: 20px;
  font-weight: 500;
}
.homepage_solution_content_item_icon_image{
  display: table-cell;
  vertical-align: top;
  height: 55px;
  width: 55px;
}
.homepage_solution_content_item_data_first_text{
padding-top: 0.5em;
}
.homepage_solution_content_item_data_first_text div:first-of-type{
  text-align: left;
  font-size: 15px;
  line-height: 1.2em;
}
.homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_first,   .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_second{
  padding-top: 1.8em;
  padding-bottom: 2em;
  padding-left: 5%;
  padding-right: 5%;
}
.homepage_solution_content_item_data_first_icons_item{
  display: block;
  width: 100%;
}
.homepage_solution_content_item_data_first_icons_row:first-of-type .homepage_solution_content_item_data_first_icons_item{
  padding-bottom: 0;
}
.homepage_publications_wrapper{
  display: none;
}
.homepage_solution_content_icons .homepage_solution_content_item:last-of-type {
  padding-bottom: 1.8em;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
  padding-right: 0;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
  padding-left: 0;
}
.homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active svg, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled svg{
  width: 55px;
  height: 55px;
}
.gdpr_page_table_container_text .gdpr_page_table_container_text_title{
    font-size: 15px;
  }
  .gdpr_page_table_container_text .gdpr_page_table_container_text_content p{
    font-size: 15px;
  }
  .gdpr_page_switch_container_title h2{
    margin-top: 0;
  }
  .gdpr_page_table_container.left .gdpr_page_table_container_image, .gdpr_page_table_container.right .gdpr_page_table_container_text {
    padding-right: 0;
  }
  .gdpr_page_table_container.right .gdpr_page_table_container_image, .gdpr_page_table_container.left .gdpr_page_table_container_text{
    padding-left: 0;
  }
  .gdpr_page_table_container{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gdpr_page_table_container_image{
    display: block;
    width: 100%;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin-bottom: 1em;
  }
  .gdpr_page_table_container_text{
    display: block;
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .gdpr_page_table_container.center_content .gdpr_page_table_container_text{
    width: 100%;
  }
  .homepage_publications_wrapper{
    display: none;
  }
  .homepage_solution_content_item_icon{
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .homepage_solution_content_item_data_first_text.mobile{
    display: table-cell;
    vertical-align: top;
  }
  .homepage_solution_content_item_icon_title{
    vertical-align: top;
    display: table-cell;
    width: 35%;
    vertical-align: top;
    padding-left: 1.8em;
    padding-top: 0.5em;
  }
  .homepage_solution_content_item_icon_title h2{
    text-align: left;
    line-height: 1.2em;
    font-size: 20px;
    font-weight: 500;
  }
  .homepage_solution_content_item_icon_image{
    display: table-cell;
    vertical-align: top;
    height: 55px;
    width: 55px;
  }
  .homepage_solution_content_item_data_first_text{
  padding-top: 0.5em;
  }
  .homepage_solution_content_item_data_first_text div:first-of-type{
    text-align: left;
    font-size: 15px;
    line-height: 1.2em;
  }
  .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_first,   .homepage_solution_content_item_data.mobile .homepage_solution_content_item_data_second{
    padding-top: 1.8em;
    padding-bottom: 2em;
    padding-left: 5%;
    padding-right: 5%;
  }
  .homepage_solution_content_item_data_first_icons_item{
    display: block;
    width: 100%;
  }
  .homepage_solution_content_item_data_first_icons_row:first-of-type .homepage_solution_content_item_data_first_icons_item{
    padding-bottom: 0;
  }
  .homepage_publications_wrapper{
    display: none;
  }
  .homepage_solution_content_icons .homepage_solution_content_item:last-of-type {
    padding-bottom: 1.8em;
  }
  .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
    padding-right: 0;
  }
  .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
    padding-left: 0;
  }
  .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_active svg, .homepage_solution_content_item_icon_image .homepage_solution_content_item_icon_disabled svg{
    width: 55px;
    height: 55px;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_normal{
    display: block;
    padding-right: 0;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_left_gdpr_image{
    display: block;
    margin-bottom: 1em;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left{
    padding: 1.8em;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_main_content_left .solution_page_main_content_normal p{
    font-size: 15px;
  }
  .gdpr_page_switch_container_title h2{
    font-size: 20px;
  }
  .gdpr_page_table_content .gdpr_page_table_content_bg{
    padding: 0;
  }
  .gdpr_page_table_container{
    padding: 1.8em;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_icon{
    display: block;
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    padding-top: 22px;
    padding-bottom: 33px;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box{
    display: block;
    width: 100%;
    border-left-style: none;
    margin-top: 0;
    border-bottom: 1px solid #BAD4FD;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box .solution_page_hw_box_number_arrow{
    display: none;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row{
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }
  .solution_page_main_wrapper.gdpr_custom .solution_page_hw_container .solution_page_hw_row .solution_page_hw_box_right{
    display: block;
    width: 100%;
    padding-right: 1.5em;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_table_container_text_title .solution_page_info_box_text{
    font-size: 25px;
  }
  .solution_page_main_wrapper.gdpr_custom .gdpr_page_switch_container .gdpr_page_table_content_bg .gdpr_page_table_container_text_title .solution_page_info_box_number_circle{
    padding-top: 0;
  }
  .partner_request_succes_container_img svg {
	width: 122px;
	height: 122px;
  }
.partner_form_container {
	width: 100%;
}
.partner-form {
	padding: 1.8em;
}
.partner-form .contact_country {
	max-width: 570px !important;
}

/*special for landcape */
.press_kit_sixth_content_1_container_box{
  text-align: center;
}
.sol_homepage_text_3 .demo_form{
	max-width: 311px;
	margin-left: auto;
	margin-right: auto;
}
.sol_homepage_text_3 .demo_form .editfields{
	max-width: 311px;
}
.solution_overview_3_box_icon{
	max-width: 311px;
}
.milestones_year_division:first-of-type .milestone_row:nth-child(2) .milestone_separator_content{
	height: 72%;
}

.solution_page_top_wrapper_container .solution_page_top_textbox_content{
	position: relative;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	background-color: transparent;
}
.solution_page_top_wrapper_container .solution_page_top_textbox_heading{
	font-size: 25px;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}
.solution_page_top_wrapper_container .solution_page_top_textbox_text p{
	font-size: 15px;
}
.solution_page_top_wrapper_container .solution_page_top_textbox{
	width: 60%;
}
.solution_page_top_wrapper_container .solution_page_top_wrapper_illustration{
	width: 40%;
	vertical-align: middle;
}
.press_kit_fourth_content_1_animation_container{
	width: 50%;
}
.estore_error_message_table_img	{
	width: 10%;
}
.estore_error_message_table_separator{
	width: 0.5%;
}
.estore_error_message_table_content{
	width: 89.5%;
}
.my_endpoint_protector_custom_2 .estore_error_message_error_container .estore_error_message_arrow, .my_endpoint_protector_custom_2 .estore_error_message_error_container_3 .estore_error_message_arrow{
	left: 60%;
}
.estore_main_calculator_container .estore_main_calculator_box_content .estore_error_message_arrow{
	left: auto;
	right: 5%;
}
.homepage_slider_container_img{
  display: none;
}
.homepage_slider_container_img_mobile{
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.homepage_slider_container_img_mobile object{
  width: 100%;
}
.homepage_slider_container_text{
position: relative;
padding: 1.8em;
padding-top: 0;
padding-bottom: 2.5em;
text-align: left;
display: table-cell;
width: 50%;
vertical-align: top;
}
#homepage_slider .solution_page_top_wrapper_background, #homepage_slider .homepage_slider_wrapper{
  height: 314px;
  display: table-cell;
  vertical-align: middle;
}
#homepage_slider #slider_events_october, #homepage_slider #slider_events_october{
  vertical-align: top;
}
#homepage_slider .homepage_slider_container_button{
  text-align: center;
}
.index_desc_txt .show_more{
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:first-of-type{
     padding-bottom: 1em;
     padding-right: 0;
   }
   .homepage_solution_content_item_data_first_icons_row .homepage_solution_content_item_data_first_icons_item:last-of-type{
     padding-bottom: 1em;
     padding-left: 0;
   }
   .homepage_solution_content_item_data_first_icons_row:last-of-type .homepage_solution_content_item_data_first_icons_item:last-of-type{
     padding-bottom: 0;
   }
/*special for landscape */
}

/* End Smartphones*/

/* ====================================================================================================================
* SPECIAL RESPONSIVES
* ====================================================================================================================*/

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
	  opacity: 1;
	  left: 10px;
	}
	.flex-direction-nav .flex-next {
	  opacity: 1;
	  right: 10px;
	}
 }
 
 @media screen and (max-width: 602px){
	 .product_epp_buttons_button_demo_link{
		 margin-left: 0;
	 }
 }
 
 @media only screen and (min-width: 600px) and (max-width: 1024px){
	 #header_redesign ul li .search_field {
		 margin: 1.8em 0em 1.8em 0em !important;
		 background: transparent !important;
	 }
	 #header_redesign #bottom_header a.product_epp_buttons_button_link_menu {
		 padding: 11px 28px;
		 line-height: 25px;
		 font-weight: 400;
	 }
	 header#header_redesign #bottom_header .main_menu_container > .request_demo_at_scroll{
		 display: inline-block;
		 height: 26px;
		 vertical-align: middle;
		 margin-right: 10px;
	 }
	 #header_redesign #menu_concept_list li.main_manu_search_mobile{
		 display: block;
	 }
 }
 @media only screen and (max-width: 600px){
	 .logo {
		   width: 70%;
		 }
	   #header_redesign .main_menu_container {
		 display: block;
		 padding-top: 4px;
	   }
	   #header_redesign .logo {
		 padding-top: 0px;
	   }
	   #header_redesign .logo_small_scroll{
		 display: block;
	   }
	   logo_link.to_scroll {
		 display: table;
		 width: 100%;
	   }
	   .logo_link.to_scroll .logo-link {
		 display: table-cell;
		 width: 20%;
		 height: 40px;
	   }
	   .logo_link.to_scroll .product_epp_buttons_button_demo_menu {
		 display: table-cell;
		 width: 80%;
		 vertical-align: middle;
		 text-align: right;
	   }
	   #header_redesign #bottom_header a.product_epp_buttons_button_link_menu {
		 padding: 9px 24px;
		 border-radius: 3px;
		 margin-right: 5px;
		 font-size: 15px;
		 font-weight: 400;
	   }
	   #header_redesign ul li .search_field {
		 margin: 1.8em 0em 1.8em 0em !important;
		 background: transparent !important;
	   }
	 #header_redesign .request_demo_menu_container{
		 padding: 0 1.8em;
	 }
	 #header_redesign .request_demo_menu{
		 height: 91vh;
		 overflow-y: scroll;
	 }
	 #header_redesign #menu_concept_list li.main_manu_search_mobile{
		 display: block;
	 }
 }
 @media screen and (max-width: 380px){
	 .logo {
	   width: 67%;
	   height: 35px;
	   padding-top: 5px;
	 }
	 .logo-link.logo_ititial .logo_full {
	   width: 185px !important;
	 }
	 #header_redesign .main_menu_container{
	   padding-top: 0 !important;
	 }
	 .menu_concept_icon, .menu_concept_contact{
	   width: 2.7em;
	   height: 2.7em;
	 }
	 .logo_to_scroll .to_scroll_container .logo_small_scroll {
	   width: 35px;
	   height: 35px;
	 }
	 #header_redesign #bottom_header a.product_epp_buttons_button_link_menu {
	   padding: 8px 22px;
	 }
 }

 /* END OF SPECIAL RESPONSIVES */


/* =Clearing floats

 --------------------------------------------------------------------------------------------------------*/

/* End Clearing floats

 --------------------------------------------------------------------------------------------------------*/

 /* ====================================================================================================================
  * FONT-FACE
  * ====================================================================================================================*/

 /* ====================================================================================================================
  * RESETS
  * ====================================================================================================================*/
 .flex-container a:hover,
 .flex-slider a:hover {
   outline: none;
 }
 .slides,
 .slides > li,
 .flex-control-nav,
 .flex-direction-nav {
   margin: 0;
   padding: 0;
   list-style: none;
 }
 .flex-pauseplay span {
   text-transform: capitalize;
 }
 /* ====================================================================================================================
  * BASE STYLES
  * ====================================================================================================================*/
 .flexslider {
   margin: 0;
   padding: 0;
 }
 .flexslider .slides > li {
   display: none;
   -webkit-backface-visibility: hidden;
 }
 .flexslider .slides img {
   width: 100%;
   display: block;
 }
 .flexslider .slides:after {
   content: "\0020";
   display: block;
   clear: both;
   visibility: hidden;
   line-height: 0;
   height: 0;
 }
 html[xmlns] .flexslider .slides {
   display: block;
 }
 * html .flexslider .slides {
   height: 1%;
 }
 .no-js .flexslider .slides > li:first-child {
   display: block;
 }
 /* ====================================================================================================================
  * DEFAULT THEME
  * ====================================================================================================================*/
 .flexslider {
   margin: 0 0 60px;
   background: none;
  /* border: 4px solid #fff;*/
   position: relative;
   zoom: 1;
   /*-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
   -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
   box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);*/
 }
 .flexslider .slides {
   zoom: 1;
 }
 .flexslider .slides img {
   height: auto;
   -moz-user-select: none;
 }
 .flex-viewport {
   max-height: 2000px;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
 }
 .loading .flex-viewport {
   max-height: 300px;
 }
 .carousel li {
   margin-right: 5px;
 }
 .flex-direction-nav {
   *height: 0;
 }
 .flex-direction-nav a {
   text-decoration: none;
   display: block;
   width: 40px;
   height: 40px;
   margin: -20px 0 0;
   position: absolute;
   top: 50%;
   z-index: 10;
   overflow: hidden;
   opacity: 0;
   cursor: pointer;
   color: rgba(0, 0, 0, 0.8);
   text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 }
 .flex-direction-nav a:before {
   font-family: "flexslider-icon";
   font-size: 40px;
   display: inline-block;
   content: '\f001';
   color: rgba(0, 0, 0, 0.8);
   text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
 }
 .flex-direction-nav a.flex-next:before {
   content: '\f002';
 }
 .flex-direction-nav .flex-prev {
   left: -50px;
 }
 .flex-direction-nav .flex-next {
   right: -50px;
   text-align: right;
 }
 .flexslider:hover .flex-direction-nav .flex-prev {
   opacity: 0.7;
   left: 10px;
 }
 .flexslider:hover .flex-direction-nav .flex-prev:hover {
   opacity: 1;
 }
 .flexslider:hover .flex-direction-nav .flex-next {
   opacity: 0.7;
   right: 10px;
 }
 .flexslider:hover .flex-direction-nav .flex-next:hover {
   opacity: 1;
 }
 .flex-direction-nav .flex-disabled {
   opacity: 0!important;
   filter: alpha(opacity=0);
   cursor: default;
   z-index: -1;
 }
 .flex-pauseplay a {
   display: block;
   width: 20px;
   height: 20px;
   position: absolute;
   bottom: 5px;
   left: 10px;
   opacity: 0.8;
   z-index: 10;
   overflow: hidden;
   cursor: pointer;
   color: #000;
 }
 .flex-pauseplay a:before {
   font-family: "flexslider-icon";
   font-size: 20px;
   display: inline-block;
   content: '\f004';
 }
 .flex-pauseplay a:hover {
   opacity: 1;
 }
 .flex-pauseplay a.flex-play:before {
   content: '\f003';
 }
 .flex-control-nav {
   width: 100%;
   /*position: absolute;*/
   bottom: -50px;
   text-align: center;
 }
 .flex-control-nav li {
   margin: 0 6px;
   display: inline-block;
   zoom: 1;
   *display: inline;
 }
 .flex-control-paging li a {
   width: 2em;
   height: 0.5em;
   display: block;
   background: #D8D9DB;
   background: rgba(216, 217, 219, 1);
   cursor: pointer;
   text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(216, 217, 219, 1);
   -moz-box-shadow: inset 0 0 3px rgba(216, 217, 219, 1);
   -o-box-shadow: inset 0 0 3px rgba(216, 217, 219, 1);
   box-shadow: inset 0 0 3px rgba(216, 217, 219, 1);
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
 }
 .flex-control-paging li a:hover {
   background: #333;
   background: rgba(0, 0, 0, 0.7);
 }
 .flex-control-paging li a.flex-active {
   background: #B9B9C1;
   background: rgba(185, 185, 193, 1);
   cursor: default;
 }
 .flex-control-thumbs {
   margin: 5px 0 0;
   position: static;
   overflow: hidden;
 }
 .flex-control-thumbs li {
   width: 25%;
   float: left;
   margin: 0;
 }
 .flex-control-thumbs img {
   width: 100%;
   height: auto;
   display: block;
   opacity: .7;
   cursor: pointer;
   -moz-user-select: none;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -ms-transition: all 1s ease;
   -o-transition: all 1s ease;
   transition: all 1s ease;
 }
 .flex-control-thumbs img:hover {
   opacity: 1;
 }
 .flex-control-thumbs .flex-active {
   opacity: 1;
   cursor: default;
 }
