* {
    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 {
	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;
}
header {
    width: 100%;
    height: auto;
	}
footer {
    width: 100%;
    height: auto;
}
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;
	max-height: 100%;
}
img{
	width: 100%;
	height: 100%;
}
.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: inherit;
    color: #ffffff;
    text-decoration: none!important;
	font-weight: 300;
	letter-spacing: 0.04em;
}
.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;
}
.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;
}
#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;
}
.link-submit, .link-submit:hover{
	font-size: 1em;
	color: #291336;
	display: block;
	text-align: center;
	background: transparent;
	border: none;
	width: 100%;
	font-weight: 400;
}
.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;
}
.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.9em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.feed_date a, .feed_date a:visited {
	font-size: inherit;
	color: #A7A7B1;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}

.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_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%;
}
.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;
}
.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_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{
	width: 85px;
	height: 85px;
	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;
}
.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 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;
  	text-align: left;
}
.product_video_upper_container .product_video_title {
	margin-top: 60px;
}
.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_container_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 4em 5%;
	position: relative;
}
.product_video_other_container_box:nth-child(2n+1) {
	background-color: #F8F8FA;
}
.resources_page_videos_wrapper .product_video_other_container_box{
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	background-color: transparent;
}
.product_video_other_video_container {
	width: 40%;
	padding-top: 0.5em;
}
.product_video_other_text {
	width: 55%;
}
.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-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_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;
	margin-bottom: 1em;
}
.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+ */
}
.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;
}

.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+ */
}
.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;
}
.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: 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_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;
	margin-bottom: 4em;
}
.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_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+ */
}
.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+ */
}
.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;
}
.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%;
}
.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"]: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{
	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;
	padding-top: 1em;
}
#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_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.management_team_custom_1_box {
	width: calc(33.33% - 25px);
	margin-bottom: 40px;
	border: 1px solid #f1f2f2;
	border-radius: 10px;
	padding: 40px;
	cursor: pointer;
	transition: .3s all ease-in-out;
}
.management_team_custom_1_box:hover, .management_team_custom_1_box.active_view {
	border-color: #b2b2b2;
}
.management_team_custom_1_box_img {
	display: block;
	width: 100%;
	margin: 0 auto 30px auto;
}
.management_team_custom_1_box_img img {
	width: 100%;
	max-width: 200px;
	height: auto;
	display: block;
	border-radius: 200px;
	margin: auto;
}
.management_team_custom_1_box_txt {
	display: block;
	width: 100%;
}
.management_team_custom_1_box_txt_title{
	font-size: 22px;
	color: #291636;
	margin-bottom: 0;
	text-align: center;
	font-weight: 500;
}
.management_team_custom_1_box_txt_title span {
	font-size: 0.9em;
	line-height: 1.5em;
	display: inline-block;
}
.management_team_custom_1_box_txt_txt{
	display: none;
	color: #333;
}
#managementViewPerson {
	position: fixed;
	background: #0003;
	left: 200vw;
	top: 0;
	z-index: 99999999;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	transition: .3s all ease-in-out;
	left: 0;
}
#managementViewPerson.show_person{
	left: 0;
	opacity: 1;
	visibility: visible;
}
.management_view_person_container {
	background: white;
	padding: 40px;
	width: 50vw;
	max-height: 90vh;
	overflow-y: auto;
	position: relative;
	border-radius: 20px;
	box-shadow: 0px 0px 20px rgba(41, 22, 54, 0.2);
}
.management_view_person_container .management_team_custom_1_box_txt_txt {
	display: block;
	margin-top: 30px;
}
.management_view_person_close {
	position: absolute;
	right: 30px;
	top: 30px;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	cursor: pointer;
	display: block;
}
.management_view_person_close svg {
	width: 30px;
	height: 30px;
	display: block;
}
.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 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%;
	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_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: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.news_content_container_box {
	margin-bottom: 3em;
	display: block;
	width: 50%;
	width: calc(50% - 2.5%);
}
.news_content_container_box_title a{
	font: inherit;
	color: inherit;
}
.news_content_pagination {
	width: 100%;
}
.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: block;
	border-bottom: 1px solid #3d275c;
	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;
}
.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_content_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.customer_box {
	display: block;
	width: 25%;
	width: calc(25% - 1.5em);
	margin-bottom: 4.5em;
}
.customer_box_separator{
	width: 100%;
	height: 1px;
	background-color: #DEDEE2;
	margin-bottom: 1em;
	margin-top: 1em;
}
.customer_box_image img{
	width: 100%;
	height: auto;
	max-width: 150px;
	margin: 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 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;
	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: 620px;
}
.partner_form_container {
	width: 50%;
	min-height: 620px;
	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;
	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: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resources_page_white_papers_box {
	width: 50%;
	width: calc(50% - 2.5%);
	margin-bottom: 3em;
}
.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_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_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;
	margin-bottom: 1em;
}
.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;
	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_studies_list, .resources_page_case_study_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resources_page_case_studies_list::after {
	content: '';
	width: 33.33%;
	width: calc(33.33% - 1.5em);
	height: 0;
}
.resources_page_case_study_box {
	width: 33.33%;
	width: calc(33.33% - 1.5em);
	padding: 0;
	margin-bottom: 4em;
}
.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{
	width: 100%;
	border: none;
	padding: 0;
	cursor: default;
}
.press_kit_second_content .management_team_custom_1_box_txt_txt {
	display: block;
	margin-top: 15px;
}
.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_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;
	padding-left: 3em;
}
.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;
	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 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%;
}
.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 img.netwrix-logo{
	height: 100px;
}
.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%;
	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;
	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;
}
.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;
  margin-bottom: 2em;
}
.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 .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: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 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;
}
.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);
  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;
}
.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;
}
.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;
  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;
  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_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_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;
  margin-top: 0.5em;
}
.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;
  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%);
  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%);
  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_box svg{
  width: 100%;
}
.solution_page_top_wrapper_illustration{
  position: relative;
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.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;
  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;
}
.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;
 }
  .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;
 }
 .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 navigation styles
-------------------------------------------------------------------------------------------------*/
.site_header {
	display: block;
	background: #fff;
    z-index: 99999999;
    position: relative;
    transition: .6s all ease-in-out;
}
.site_header .site_header_main {
	background: #fff;
	height: 80px;
}
.site_header .site_header_main.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);
}
.site_header_main .middle-container {
    display: flex;
    height: 80px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0 1.8em;
}
.site_header_main .logo {
    display: block;
    position: relative;
    height: 40px;
    width: auto;
    max-width: 25%
}
.site_header_main .main_menu_container {
    max-width: 75%;
    display: block;
} 
.site_header_main .logo .logo-link {
    position: relative;
    display: inline-block;
    height: 40px;
}
.site_header_main .logo .logo-link.logo_ititial .logo_full {
    display: block;
    height: 40px;
    width: auto;
}
.logo_to_scroll, .request_demo_at_scroll {
    display: none;
}
.cc-color-override-220871268.cc-window{
	z-index: 99999;
}

/* Menu top */
.more_menu_container, .menu_desktop {
    display: none;
}
.more_menu_container nav {
    display: inline-block;
    text-align: right;
    list-style: none;
    position: relative;
    width: 100%;
}
.more_menu_container_spacer {
    width: 100%;
    height: 1px;
    background-color: #EDEDEF;
    display: none;
}
.more_menu_link {
	padding: 14px 20px;
	display: inline-block;
	font-size: 13px;
	color: #8c8c96;
}
.more_menu_item.menu_opened {
	background-color:#EAEAEC;
}
.more_menu_item.menu_opened::after {
	opacity: 0.4;
}
.more_menu_item.menu_opened .more_menu_link {
	color: #009DC9;
}
.menu_top_container {
    display: none;
    position: absolute;
    background-color: #eaeaec;
    max-width: 620px;
    width: 620px;
    z-index: 999;
    text-align: left;
	color: #291636;
	border-radius: 15px 0px 15px 15px;
	right: 0;
}
.more_menu_item.menu_opened .menu_top_container {
	display: block;
}
.menu_top_container.lang_top_menu_container {
	max-width: 400px;
}
.menu_top_container .main_menu_subitem_container{
	background-color: transparent;
	border-radius: 0;
	box-shadow: none;
	border: none;
}
.menu_top_container .main_menu_subitem_links {
	margin-top: 0;
}
.menu_top_container .main_menu_subitem_links li a {
	color: #525252;
}
.menu_top_container .main_menu_subitem_links li a:hover {
	background: #f1f2f2;
	color: #525252;
}
.menu_top_container .main_menu_subitem_links li a::after {
	color: #1fc3df !important;
}
.resources_top_menu_container .main_menu_subitem_links ul, .lang_top_menu_container .main_menu_subitem_links ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.resources_top_menu_container .main_menu_subitem_links ul li, .support_top_menu_container .main_menu_subitem_column, .lang_top_menu_container .main_menu_subitem_links ul li {
	width: 50%;
	width: calc(50% - 1em);
}
.support_top_menu_container .main_menu_subitem_column:last-child {
	padding-top: 10px;
}

.main_menu_support_ticket {
	margin-top: 1.5em;
	padding: 0 10px;
}
.main_menu_support_ticket .button.button_outline, .main_menu_support_ticket .button.button_outline:hover {
	color: #525252;
	border-color: #525252;
}

.contact_container_menu {
    display: none;
    position: absolute;
    z-index: 999;
}
.contact_container {
	padding: 2.5em 3em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #EAEAEC;
	border-radius: 15px 0px 15px 15px;
}
.contact_container .contact_flags {
	width: 50%;
}
.contact_container .contact_request {
	width: 40%;
}
.contact_head, .contact_request h3 {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    margin-bottom: 10px;
    color: #333;
}
.contact_heading {
	display: block;
    text-align: left;
    color: #333;
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 1em;
}
.contact_flags .contact_form_item {
	display: flex;
	align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}
.contact_spacer{
	width: 100%;
	height: 1px;
	background-color: #D2D2D6;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
.flag-logo, .flag-logo-w {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 1.5em;
}
.flag-logo-w {
	padding-bottom: 0;
}
.flag-name {
	color: #291636;
	font-size:15px;
	display: block;
	padding-left: 1.5em;
	text-align: left;
	line-height: 1.5em;
	padding-right: 1em;
	padding-top: 0.1em;
	width: 30%;
}
.flag-name-w {
	color: #291636;
	font-size: 15px;
	display: block;
	padding-left: 1.5em;
	text-align: left;
	line-height: 1.2em;
	padding-right: 1em;
	width: 30%;
}
.flag-name-w span {
	font-size: 0.75em;
	line-height: 1.2em;
}
.flag-phone {
	text-align:left;
	display: block;
	padding-left: 1em;
	color: #000000;
	font-size: 15px;
	line-height: 1.5em;
	padding-top: 0.1em;
}
.flag-phone a{
	color: #291636;
	font-weight: 600;
	font-size: inherit;
}
.flag-phone-w{
	text-align:left;
	display: block;
	padding-left: 1em;
	color: #000000;
	font-size: 15px;
	line-height: 1.5em;
}
.flag-phone-w a{
	color: #291636;
	font-weight: 600;
	font-size: inherit;
}
.flag-line {
	border-bottom: 1px solid #efefef;
}
.site_header .search_form {
    position: relative;
    width: 350px;
    display: block;
}
.site_header .search_form_field {
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 3px;
	font: inherit;
	background-color: transparent;
	font-weight: 400;
    appearance: none;
	-webkit-appearance: none;
	font-size: 14px;
	display: block;
	width: 100%;
}
.site_header .search_form_inner_container {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    border: 1px solid #dadada;
    border-radius: 4px;
    align-items: center;
}
.site_header .search_form_inner_container form {
    width: 100%;
    width: calc(100% - 30px);
}
.site_header .search_form_inner_container_icon {
    display: block;
    padding: 6px;
    width: 100%;
    max-width: 30px;
    height: auto;
}
.site_header .search_form_inner_container_icon object, 
.site_header .search_form_inner_container_icon svg {
	width: 18px;
	height: 18px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.site_header .search_form_field::-webkit-input-placeholder{
	color: #8f8f8f;
}
.site_header .search_form_field:-moz-placeholder{
	color: #8f8f8f;
	opacity:  1;
}
.site_header .search_form_field::-moz-placeholder{
	color: #8f8f8f;
	opacity:  1;
}
.site_header .search_form_field:-ms-input-placeholder{
	color: #8f8f8f;
}

/* Main menu */
.menu_concept_icon, .menu_concept_contact, .menu_product_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: none;
    background: #eaeaea;
    border-radius: 3px;
}
.menu_concept_icon:hover, .menu_concept_contact:hover, .menu_product_icon:hover {
    background: #eaeaea;
}
.menu_concept_icon {
    margin-right: 0;
}
.main_menu_items {
    display: block;
    width: 100%;
    padding: 3em 1.8em;
}
.main_menu_items .main_menu_item {
    list-style: none;
    display: block;
    width: auto;
}
.main_menu_items li.main_menu_item > a {
    font-size: 18px;
    font-weight: 300;
    display: block;
    width: 100%;
}
.main_menu_items li.main_menu_item > a:hover ,
.main_menu_items li.main_menu_item.menu_opened > a {
	color:#009DC9;
}
.main_menu_items li.main_menu_item.product_epp_buttons_button_demo_menu {
    display: none;
}
.main_menu_items li.main_menu_item.product_epp_buttons_button_demo_menu > a {
    margin-left: 0;
    color: #ffffff !important;
	background: #1fc3df;
    padding: 8px 26px;
    border-radius: 3px;
}
.main_menu_items li.main_menu_item.product_epp_buttons_button_demo_menu > a:active,
.main_menu_items li.main_menu_item.product_epp_buttons_button_demo_menu > a:hover,
.main_menu_items li.main_menu_item.product_epp_buttons_button_demo_menu > a:visited{
	color: #ffffff;
}
.main_menu_item .main_menu_subitem {
	width: 100%;
	max-width: 1140px;
	left: 0;
	visibility: hidden;
    opacity: 0;
	position: absolute;
	top: 80px;
	transform: translate(0, 2em);
	-webkit-transform: translate(0, 2em);
	-moz-transform: translate(0, 2em);
	-ms-transform: translate(0, 2em);
	-o-transform: translate(0, 2em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	padding-top: 10px;
}
.main_menu_item.menu_opened .main_menu_subitem{
	visibility: visible;
	opacity: 1;
	z-index: 99;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transition-delay: 0s, 0s, 0.3s;
}
.main_menu_item .main_menu_item_after {
    position: relative;
    width: 100%;
    background: red;
    height: 0px;
}
.main_menu_item_after_content {
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #525252;
    content: " ";
    position: absolute;
    bottom: -30px;
	left: 0;
	right: 0;
    margin-left: auto;
    margin-right: auto;
	opacity: 0;
	visibility: hidden;
	transform: translateY(2em);
	-webkit-transform: translateY(2em);
	-moz-transform: translateY(2em);
	-ms-transform: translateY(2em);
	-o-transform: translateY(2em);
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.main_menu_item.menu_opened .main_menu_item_after_content{
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
.main_menu_subitem_container {
    background-color: #4D4D5C;
	text-transform: none;
	text-align: left;
}
.main_menu_subitem_box {
    width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2em 1.25em;
	background-color: #f9f9f9;
	border-radius: 15px;
	margin-bottom: 2.5em;
}
.main_menu_subitem_title {
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 500;
	color: #525252;
	margin-bottom: 5px;
	padding: 0 10px;
}
.main_menu_subitem_title a {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 400;
	color: #fff;
	transition: .2s all ease-in-out;
}
.main_menu_subitem_title a:hover {
	color: #009DC9;
}
.main_menu_subitem_text, .main_menu_subitem_text p {
    line-height: 1.2em;
	color: #6D6E71;
	font-size: 14px;
	padding: 0 10px;
}
.main_menu_subitem_icon {
	display: block;
	margin-bottom: 15px;
	width: 50px;
	height: 50px;
	margin-left: 10px;
}
.main_menu_subitem_icon svg {
    display: block;
    width: 50px;
    height: 50px;
}
.main_menu_subitem_links {
    margin-top: 20px;
	display: block;
}
.main_menu_subitem_links li {
    list-style: none;
    display: block;
    line-height: 1.5em;
    font-size: 16px;
}
.main_menu_subitem_links li a {
	color: #008fc3;
	font-size: 16px;
	font-weight: 400;
	transition: .2s all ease-in-out;
	letter-spacing: 0;
	display: block;
	line-height: 1.2em;
	padding: 5px 10px;
	width: 100%;
	border-radius: 5px;
	position: relative;
}
.main_menu_subitem_links li a:hover {
	background: #f8f8f8;
	color: #006fa3;
}
.main_menu_subitem_links li a span {
	line-height: 1.2em;
	font-size: 13px;
	color: #8A8C8E;
	display: inline-block;
}
.main_menu_subitem_links li a::after {
	content: '›';
	position: absolute;
	right: 10px;
	top: 0px;
	color: #8A8C8E;
	font-size: 25px;
	transition: .3s all ease-in-out;
	transform: translateX(-15px);
	opacity: 0;
	visibility: hidden;
	line-height: 1em;
}
.main_menu_subitem_links li a:hover::after {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.main_menu_subitem_close {
	position: relative;
}
.main_menu_subitem_close_mobile {
	display: none;
}
.main_menu_subitem_close_desktop {
    position: absolute;
    right: 24px;
    top: 24px;
    border: 1px solid #aaa;
    border-radius: 3px;
    cursor: pointer;
}
.main_menu_subitem_close svg {
    width: 24px;
	height: 24px;
	display: block;
}


.main_menu_product .main_menu_subitem_column, .main_menu_usecases .main_menu_subitem_column, .main_menu_industries_list li, .subitem_company_column, .subitem_company_column:first-child {
	width: 50%;
	width: calc(50% - 1em);
}
.main_menu_usecases .main_menu_subitem_column:last-child {
	width: 100%
}
.main_menu_industries_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.main_menu_compliance_list{
	display: flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
}
.main_menu_compliance_list li{
	width: calc(50% - 0.25em);
}

.mobile_main .main_menu_product .main_menu_subitem_column:nth-child(1), .mobile_main .main_menu_product .main_menu_subitem_column:nth-child(2),
.mobile_main .main_menu_usecases .main_menu_subitem_column:nth-child(1), .mobile_main .main_menu_usecases .main_menu_subitem_column:nth-child(2),
.mobile_main .subitem_company_column:nth-child(1), .mobile_main .subitem_company_column:nth-child(2) {
	margin-bottom: 2em;
}
.mobile_main .main_menu_support .main_menu_subitem_links {
	margin-top: 0;
	margin-bottom: 2em;
}
.mobile_main .main_menu_resources .main_menu_subitem_links {
	margin-top: 0;
}


.main_menu_lang_switcher .main_menu_subitem_box {
	background-color: transparent;
	padding: 0;
	border-radius: 0;
}
.mobile_main .main_menu_lang_switcher .lang_drop_li .lang_long {
	display: none;
}
.mobile_main .main_menu_lang_switcher .main_menu_subitem_links {
	margin-top: 0;
}
.mobile_main .main_menu_lang_switcher .main_menu_subitem_links li {
	display: inline-block;
	font-size: 16px;
	position: relative;
	margin-right: 25px;
}
.mobile_main .main_menu_lang_switcher .main_menu_subitem_links li::after {
	content: '/';
	position: absolute;
	right: -20px;
	top: 0px;
	font-size: 22px;
	color: #717181;
}
.mobile_main .main_menu_lang_switcher .main_menu_subitem_links li a {
	padding: 0;
	background-color: transparent;
}
.mobile_main .main_menu_lang_switcher .main_menu_subitem_links li a span {
	font-size: 16px;
	color: #fff;
}
.mobile_main .main_menu_lang_switcher .main_menu_subitem_links li.active a span {
	color: #009DC9;
}
.mobile_main .main_menu_lang_switcher .main_menu_subitem_links li a::after, 
.mobile_main .main_menu_lang_switcher .main_menu_subitem_links li:last-child:after {
	content: none;
}

/* Main menu - mobile styles*/
.menu_concept_icon .button_wrapper_line {
    display: block;
	width: 28px;
	height: 4px;
	background: #333;
	margin: 4px auto;
	position: relative;
	transition: all .2s;
}
.menu_concept_icon.menu_opened .button_wrapper_line:nth-child(1) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	top: 8px;  
}
.menu_concept_icon.menu_opened .button_wrapper_line:nth-child(2) {
	opacity: 0;  
}
.menu_concept_icon.menu_opened .button_wrapper_line:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	top: -8px;  
}
.menu_concept_contact svg {
    transition: .2s all;
}
.menu_concept_contact.menu_opened svg {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}
.dropdown_menu {
    position: absolute;
    background-color: #4D4D5C;
    z-index: 5;
    color: #B9B9C1;
    overflow: hidden;
    text-align: left;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(2em);
    -webkit-transform: translateY(2em);
    -moz-transform: translateY(2em);
    -ms-transform: translateY(2em);
    -o-transform: translateY(2em);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    height: calc(100vh - 80px);
    width: 100%;
    top: 80px;
}
.dropdown_menu.visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}
.dropdown_menu .contact_container {
    background-color: #EAEAEA;
    padding: 3em 1.8em;
    height: 100%;
	overflow-y: scroll;
	border-radius: 0px;
}
.mobile_main .main_menu_item {
    padding: 10px 5px;
    border-bottom: 1px solid #717181;
}
.mobile_main .main_menu_item > a {
	color: #fff;
}
.mobile_main .main_menu_item.main_menu_blog, .mobile_main .main_menu_item.main_menu_search_mobile, .mobile_main .main_menu_item:last-child{
	border-bottom: none;
}
.site_header .site_header_main .mobile_main .main_menu_partners{
	display: block;
}
.mobile_main .main_menu_search_mobile .search_field {
	margin: 1em 0;
    display: block;
}
.mobile_main .main_menu_search_mobile .search_form {
    display: block;
    width: 100%;
    margin: 0;
}
.site_header .main_menu_search_mobile .search_form_inner_container {
    width: 100%;
    background: #dadada;
}
.site_header .main_menu_search_mobile .search_form_field {
    padding: 4px;
    font-size: 15px;
	color: #4d4d5c;
}
.mobile_main .main_menu_subitem.mobile_show {
    visibility: visible;
    opacity: 1;
    z-index: 99;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    padding-top: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.mobile_main .main_menu_subitem .main_menu_subitem_container {
	height: 100%;
	overflow-y: scroll;
	padding: 1.8em;
}
.mobile_main .main_menu_subitem_close_desktop {
	display: none;
}
.mobile_main .main_menu_subitem_close_mobile {
	display: block;
	margin-bottom: 30px;
}
.mobile_main .main_menu_item.main_menu_product > a::after,
.mobile_main .main_menu_item.main_menu_usecases > a::after,
.mobile_main .main_menu_item.main_menu_support > a::after,
.mobile_main .main_menu_item.main_menu_resources > a::after,
.mobile_main .main_menu_item.main_menu_partners > a::after,
.mobile_main .main_menu_item.main_menu_company > a::after {
    content: '';
    float: right;
    position: relative;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #717181;
    top: 12px;
}
.mobile_main .main_menu_subitem_links li a {
    font-size: 18px;
}

/* Page Breadcrumb */
.breadcrumb_header_redesign{
	display: block;
}
.breadcrumb_background{
	background-color: #333342;
}
.breadcrumb_container{
	width: 100%;
    text-align: left;
    color: #A5A5AA;
    font-size: 16px;
    font-weight: 300;
    display: none;
    padding: 0.5em 1.8em;
}
.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;
}
/* End of Header navigation styles
-------------------------------------------------------------------------------------------------*/

/* FAQ on page block styles
-------------------------------------------------------------------------------------------------*/
.faq_onpage_content_container {
    padding-top: 30px;
    padding-bottom: 60px;
}
.faq_onpage_item_heading {
	position: relative;
	padding: 15px 20px;
}
.faq_onpage_heading h2 {
    font-weight: 300;
    font-size: 35px;
    color: #4c4c4c;
    margin-bottom: 40px;
    line-height: 1.2em;
}
.faq_onpage_content {
	width: 100%;
	max-width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.faq_onpage_item_container {
	border-bottom: 1px solid #bbb;
}
.faq_onpage_item_container:last-child {
	border-bottom: 0;
}
.faq_onpage_arrow {
	position: absolute;
	width: 20px;
	height: 30px;
	transition: all 0.4s linear;
	cursor: pointer;
}
.faq_onpage_item_heading .faq_onpage_arrow.arrow_up {
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq_onpage_item_title {
	margin-left: 40px;
	font-size: 20px;
	color: #291636;
	font-weight: 400;
	cursor: pointer;
}
.faq_onpage_answer_container {
	padding: 0 40px 25px 60px;
	display: none;
}
.faq_onpage_answer_container p {
    color: #291636;
    margin-bottom: 10px;
}
.faq_onpage_answer_container a {
    color: #52c1dd;
}
.faq_onpage_answer_container ul {
    padding-left: 20px;
    color: #291636;
    margin-bottom: 10px;
}
.faq_onpage_item_container.itemActive .faq_onpage_answer_container {
    display: block;
}
.faq_onpage_item_heading .faq_onpage_arrow.arrow_up svg path {
    fill: #4b4b4b;
}
.faq_onpage_arrow svg path {
    fill: #52c1dd;
}
/* End of FAQ on page block styles
-------------------------------------------------------------------------------------------------*/

/* Explore beyond block styles
-------------------------------------------------------------------------------------------------*/
.explore_beyond_section_container {
    background: #f4f5f6;
}
.explore_beyond_section_container .explore_beyond_section_content {
    padding-top: 60px;
    padding-bottom: 60px;
    display: table;
    width: 100%;
}
.explore_beyond_header span {
    text-align: left;
    font-size: 24px;
    color: #333;
    font-weight: 500;
    min-height: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
    display: block;
}
.explore_beyond_other_description {
    margin-top: 5px;
    min-height: 45px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d9d9d9;
}
.explore_beyond_links {
    padding-top: 5px;
}
.explore_beyond_links a, .explore_beyond_links a {
  font-size: 16px;
  font-weight: 400;
}
.explore_beyond_header h2 {
    color: #4c4c4c;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
    line-height: 30px;
}
.explore_beyond_related, .explore_beyond_other {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
.explore_beyond_related {
    padding-right: 5em;
}
.explore_beyond_other {
    padding-left: 5em;
}
.explore_beyond_section_content.columns-3 .explore_beyond_related{
    width: 70%;
}
.explore_beyond_section_content.columns-3 .explore_beyond_other {
    width: 30%;
    padding-left: 0em;
}
.explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links {
    display: flex;
    flex-wrap: wrap;
}
.explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links p {
    width: 50%;
}
.explore_beyond_section_content.columns-3 .explore_beyond_header h2 span {
    min-height: 60px;
}
.explore_beyond_section_content.columns-3 .explore_beyond_other_description {
    min-height: 55px;
}
.alternatives.explore_beyond_section_container .explore_beyond_section_content.column-1{
	padding-bottom: 0;
}
.alternatives.explore_beyond_section_container .explore_beyond_section_content.columns-3{
    padding-top: 0;
}
.alternatives.explore_beyond_section_container .explore_beyond_section_content.column-1 .explore_beyond_related{
	padding-right: 0;
}
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_related{
    width: 33%;
}
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_other{
	width: 27%;
}
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links p{
    width: 100%;
}
.alternatives .explore_beyond_header.title h2{
  font-weight: 300;
  font-size: 35px;
  color: #4c4c4c;
  margin-bottom: 50px;
  line-height: 1.2em;
  text-align: center;
}
.alternatives .explore_beyond_header.subtitle h2{
    font-size: 24px;
    color: #333;
    min-height: 1px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 1.5em;
}
/* End of Explore beyond block styles
-------------------------------------------------------------------------------------------------*/

/* Trusted by block styles
-------------------------------------------------------------------------------------------------*/
.product_trusted_by {
	background: #f3f3f3;
	display: none;
}
.product_trusted_by_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1.5em 1.8em;
	align-items: center;
}
.product_trusted_by_text {
	width: 20%;
	padding-right: 30px;
	border-right: 2px solid #bbb;
}
.product_trusted_by_text p {
	font-size: 24px;
	line-height: 1.2em;
	padding: 0.25em 0;
}
.product_trusted_by_logos {
	width: 80%;
	padding-left: 30px;
}
.product_trusted_by_logos_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.product_trusted_by_logo {
	width: 20%;
	text-align: center;
}
.product_trusted_by_logo svg {
	max-height: 55px;
	display: block;
	width: 100%;
	fill: inherit;
}
.page_lang_de .product_trusted_by_text p {
  	font-size: 18px;
}
.page_lang_de .product_trusted_by_logo {
  	width: 16.5%;
}
.trusted_homepage .product_trusted_by_text {
  	display: none;
}
.trusted_homepage .product_trusted_by_logos {
	width: 100%;
	padding-left: 0;
}
/* End of Trusted by block styles
-------------------------------------------------------------------------------------------------*/

/* HS Forms styles
-------------------------------------------------------------------------------------------------*/
.form_style_1 .hbspt-form .hs-input {
    font-size: 18px;
	border-radius: 0;
    border-bottom: 1px solid #b2b2b2;
    padding: 0.5em 0.7em;
	margin-bottom: 0;
    transition: .2s all ease-in-out;
}
.form_style_1 .hbspt-form .hs-input:hover, .form_style_1 .hbspt-form .hs-input:focus {
	border-color: transparent;
	border-bottom-color: #4a1f60;
}
.form_style_1 .hbspt-form .hs-form-field {
    margin-bottom: 20px;
}
.form_style_1 .hbspt-form .hs-submit {
    margin-top: 40px;
}
.form_style_1 .hbspt-form .hs-button {
    display: block;
    text-align: center;
    margin: auto;
    background: #1ec1dd;
	font-size: 16px;
}
.form_style_1 .hbspt-form .hs-button:hover {
    background: #1ec1dd;
}
.form_style_1 .hbspt-form .submitted-message::before {
	background-color: #e9e8f5;
}

.form_style_outline .hbspt-form .hs-input {
	border-color: #C7C8CA;
}

.hbspt-form .hs-form-field {
    margin-bottom: 15px;
}
.hbspt-form .hs-form-field span {
	font: inherit;
}
.hbspt-form .hs-form-field ul {
	list-style: none;
}
.hbspt-form .hbspt_2cols_row .hs-form-field {
	width: 48%;
	width: calc(50% - 8px);
}
.hbspt-form .hbspt_2cols_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hbspt-form .hs-input {
	font: inherit;
	color: #72727A;
	border-radius: 3px;
	padding: 0.3em 0.7em;
	width: 100%;
	background: #fff;
	border: 1px solid #fff;
}
.hbspt-form select.hs-input {
	padding: 0.465em 0.7em;
}
.hbspt-form .hs-input::placeholder, .hbspt-form .hs-input::-webkit-input-placeholder {
	color: #72727A;
	opacity: 1;
}
.hbspt-form textarea {
	resize: none;
	height: 5.6em;
}
.hbspt-form .hs-form-field input[type="checkbox"],
.hbspt-form .hs-form-field input[type="radio"] {
	display: none;
}
.hbspt-form .hs-form-field input[type="checkbox"] + span,
.hbspt-form .hs-form-field input[type="radio"] + span {
	display: inline-block;
	position: relative;
	padding-left: 1.5em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.hbspt-form .hs-form-field input[type="checkbox"] + span::before,
.hbspt-form .hs-form-field input[type="radio"] + span::before  {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid #596D7C;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.hbspt-form .hs-form-field input[type="radio"] + span::before {
	border-radius: 1em;
	width: 13px;
	height: 13px;
}
.hbspt-form .hs-form-field input[type="checkbox"]:hover + span::before,
.hbspt-form .hs-form-field input[type="radio"]:hover + span::before {
	border-color: #09afd6;
}
.hbspt-form .hs-form-field input[type="checkbox"]:checked + span::before {
	background-image: url('/images/img/site/other_c-checked.svg');
	background-position: center;
	background-size: 130%;
	background-repeat: no-repeat;
	border-color: #09afd6;
}
.hbspt-form .hs-form-field input[type="radio"]:checked + span::before {
	background-color: #09afd6;
	border-color: #09afd6;
}
.hbspt-form .hs-button {
    cursor: pointer;
    color: #fff;
    text-align: center;
    font-family: Roboto, Verdana, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.3em;
    margin-left: 0;
    background-color: #49176D;
    display: block;
    border-radius: 3px;
    border: none;
    letter-spacing: 1px;
    padding: 0.65em 1.75em;
    text-transform: uppercase;
	white-space: inherit;
}
.hbspt-form .hs-button:hover{
	background-color: #49176D;
}
.hbspt-form .hs_error_rollup {
    margin-bottom: 15px
}
.hbspt-form .hs-error-msgs {
	list-style: none;
}
.hbspt-form .hs-error-msgs label {
    color: #EA3743;
    padding: 0 0.9em;
    display: block;
    font-size: 13px;
	line-height: 1.2em;
	margin-top: 5px;
	text-align: left;
}
.hbspt-form .submitted-message {
	position: relative;
	text-align: center;
	padding-top: 80px;
	color: #291636;
}
.hbspt-form .submitted-message::before {
	content: '';
	width: 70px;
	height: 70px;
	background-color: #FFF;
	top: 0;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	border-radius: 60px;
	background-image: url('/images/img/site/checkmark_active.svg');
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: center;
}
.hbspt-form .privacy_notice {
	font-size: 12px;
	color: #fff;
	display: block;
}
.hbspt-form .privacy_highlight {
    font-size: 1.1em;
    margin-bottom: 0.3em;
    font-weight: 400;
}
.hbspt-form .privacy_notice a {
	font-size: inherit;
	color: inherit;
	text-decoration: underline;
}
.call_to_action_contact .hbspt-form .hs-error-msgs label,
.hs_pricing_request_form .hbspt-form .hs-error-msgs label,
.hs_events_schedule_form .hbspt-form .hs-error-msgs label {
	color: #000;
}
.contact_button_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact_button_container .hs-submit, .contact_button_container .privacy_notice {
	width: 48%;
	width: calc(50% - 8px);
}
.contact_button_container .hbspt-form .hs-error-msgs label,
.hs_event_rsa_discount .hbspt-form .hs-error-msgs label,
.hs_event_rsa_free_pass .hbspt-form .hs-error-msgs label,
.hs_newsletter_form .hbspt-form .hs-error-msgs label  {
    color: #fff;
}
.call_to_action_contact .hbspt-form .submitted-message,
.hs_newsletter_form .hbspt-form .submitted-message {
	padding-top: 0;
	padding-left: 90px;
	text-align: left;
	color: #fff;
}
.hs_pricing_request_form .hbspt-form .submitted-message {
	padding-top: 0;
	padding-left: 90px;
	text-align: left;
}
.call_to_action_contact .hbspt-form .submitted-message::before,
.hs_pricing_request_form .hbspt-form .submitted-message::before,
.hs_newsletter_form .hbspt-form .submitted-message::before {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.hs_demo_form.form_style_1 .hbspt-form .hs-input,
.hs_linux_form.form_style_1 .hbspt-form .hs-input {
	background: transparent;
	border-color: transparent;
	border-bottom-color: #b2b2b2;
}
.hs_demo_form.form_style_1 .hbspt-form .hs-button,
.hs_linux_form.form_style_1 .hbspt-form .hs-button {
	font-size: 1.25em;
	width: 100%;
}
.hs_pricing_request_form .hs_operating_system {
	text-align: left;
	color: #fff;
}
.hs_pricing_request_form .hs_operating_system .input ul.inputs-list {
	display: flex;
	flex-wrap: wrap;
  	justify-content: left;
}
.hs_pricing_request_form .hs_operating_system .input ul.inputs-list li {
  	margin-right: 20px;
}
.hs_pricing_request_form.form_style_1 .hs_operating_system {
	text-align: center;
	padding: 10px 0 0 0;
	color: #72727A;
}
.hs_pricing_request_form.form_style_1 .hs_operating_system label span {
	font-size: 18px;
	line-height: 1.2em;
}
.hs_pricing_request_form.form_style_1 .hs_operating_system .input ul.inputs-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style: none;
	margin-top: 10px;
}
.hs_pricing_request_form.form_style_1 .hs_operating_system .input ul.inputs-list li {
	margin-right: 0;
}
.hs_pricing_request_form.form_style_1 .hs_operating_system .hs-error-msgs label, 
.hs_pricing_request_form.form_style_1 .hs-error-msgs label.hs-main-font-element{
	text-align: center;
}
.hs_pricing_request_form.form_style_1 .hbspt-form .hs-error-msgs label {
	color: #EA3743;
}
.footer_action_block.subscribe_newsletter {
	margin-bottom: 0;
}
.hs_newsletter_form .hbspt-form .hs-input {
	background: transparent;
	color: #f1f2f2;
}
.hs_newsletter_form .hbspt-form .hs-input:focus {
	border-color: #f1f2f2;
}
.hs_newsletter_form .hbspt-form .hs-button, .hs_newsletter_form .hbspt-form .hs-button:hover {
	color: #5f5f69;
	background-color: #EBEBEF;
	font-size: 14px;
}
.hs_newsletter_form .hbspt-form .hs-input::placeholder, .hs_newsletter_form .hbspt-form .hs-input::-webkit-input-placeholder {
	color: #f1f2f2;
	opacity: 1;
}
.hs_become_partner_form .hbspt-form .hs-form-field.hs_company_type__c > label,
.hs_become_partner_form .hbspt-form .hs-form-field.hs_firstname  > label, 
.hs_become_partner_form .hbspt-form .hs-form-field.hs_existing_prospect > label {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 18px;
	border-bottom: 1px solid #1fc3df;
	font-weight: 400;
	padding-top: 10px;
}
.hs_case_study_demo_form .hbspt-form .hs-input,
.hs_whitepaper_download_form .hbspt-form .hs-input {
	padding: 0.35em 0.8em;
}
.hs_case_study_demo_form .hbspt-form .hs-button,
.hs_whitepaper_download_form .hbspt-form .hs-button,
.hs_events_schedule_form .hbspt-form .hs-button {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}
.hs_case_study_demo_form .hbspt-form .hs-button, .hs_case_study_demo_form .hbspt-form .hs-button:hover,
.hs_locate_partner_form .hbspt-form .hs-button, .hs_locate_partner_form .hbspt-form .hs-button:hover  {
	background-color: #1fc3df;
}
.hs_whitepaper_download_form .hbspt-form .submitted-message::before,
.hs_become_partner_form .hbspt-form .submitted-message::before {
	background-color: #e9e8f5;
}
.hs_events_schedule_form .hs_event_date {
	color: #fff;
	margin-left: 0.7em;
}
.hs_events_schedule_form .hs_event_date input[type="radio"] + span::before {
	border-color: #fff;
}
.hs_events_schedule_form .hs_event_date input[type="radio"]:checked + span::before {
    background-color: #fff;
    border-color: #fff;
}

.product_dt_modal .privacy-policy-notice {
	font-size: 12px;
	line-height: 1.2em;
	margin-top: 30px;
}
.product_dt_modal .privacy-policy-notice a {
	font-size: inherit;
}

/* End of HS Forms styles
-------------------------------------------------------------------------------------------------*/

/* Demo-trial popup styles
-------------------------------------------------------------------------------------------------*/
.product_dt_modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    height: 100vh;
    transition: .2s all ease-in-out;
    visibility: hidden;
    z-index: -9999;
    overflow-y: auto;
    opacity: 0;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
}
.product_dt_modal.modal_show {
    visibility: visible;
    z-index: 999999999;
    opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
}
.product_dt_modal_h_container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 1.2em 1.8em;
    align-items: center;
}
.product_dt_modal_h_logo img {
    height: 45px;
    display: block;
}
.product_dt_modal_h_close .modal_close_btn {
    border: 1px solid #bbb;
    cursor: pointer;
    border-radius: 3px;
    background-color: #bbb;
}
.product_dt_modal_h_close svg {
    width: 30px;
    height: 30px;
    display: block;
}
.product_dt_modal_h_close svg line {
  stroke: #fff !important;
  stroke-width: 8px !important;
}
.product_dt_modal_content {
    background: #291636;
    background: linear-gradient(330deg, rgb(41, 22, 54) 0%, rgb(74, 31, 96) 100%);
}
.product_dt_modal_c_container {
    padding: 3.5em 0;
    display: flex;
    min-height: 75vh;
    align-items: center;
}
.product_dt_modal_c_form_container {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding: 0 1.8em;
}
.product_dt_modal_c_form_container .form_request_container {
    padding: 3em;
    background: #fff;
    border-radius: 15px;
    position: relative;
	min-height: 500px;
}
.product_dt_modal_c_form_container .get_demo_arrow {
    position: absolute;
    left: -28px;
    top: 43px;
}
.product_dt_modal_c_form_container .get_demo_arrow object {
    display: block;
    height: 50px;
    width: auto;
}
.product_dt_modal_c_form_container .get_demo_title {
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #291636;
    margin-bottom: 1.2em;
    line-height: 1.2em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.product_dt_modal_footer {
  	background: #f1f2f2;
}
.product_dt_modal_f_trusted, .product_dt_modal_f_trusted .product_trusted_by {
    background: #fff;
}
.product_dt_modal_f_copyright {
    text-align: center;
    padding: 1.5em 1.8em;
}
/* End of demo-trial popup styles
-------------------------------------------------------------------------------------------------*/

/* Footer styles
-------------------------------------------------------------------------------------------------*/
.footer_action_container {
    color: #d1d1d6;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3.6em 1.8em;
}
.footer_action_block_left, .footer_action_block_right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.footer_action_block {
    width: 25%;
    width: calc(25% - 20px);
    margin-bottom: 30px;
}
.footer_action_block.top_articles, .footer_action_block.subscribe_newsletter {
    width: calc(50% - 15px);
}
.footer_action_block.subscribe_newsletter {
    margin-bottom: 0;
}
.footer_action_block h6 {
    font-size: 1.2em;
    padding-bottom: 1em;
    margin: 0;
    color: #fff;
    font-weight: 400;
}
.footer_action_block li {
    list-style: none;
    line-height: 1.7em;
}
.footer_action_block_link, .footer_action_block_link:visited {
    color: #D1D1D6;
    font-size: 0.925em;
}
.footer_action_block_link:hover {
    color: #fff;
}
.footer_action_block .footer_menu_desktop {
    display: block;
}
.footer_action_block .footer_menu_mobile {
    display: none;
    width: 100%;
    padding: 1em 0;
    box-sizing: border-box;
}
.footer_action_block .footer_menu_mobile .menu_product_icon {
    background: transparent;
}

.footer_bottom .footer-links {
    color: #474952;
    width: 100%;
    line-height: 1.2em;
    padding: 1.8em;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}
.footer_bottom .footer_copyright {
    font-size: 13px;
    width: 100%;
}
.footer_bottom .footer_nav {
    width: 100%;
    margin-bottom: 1em;
}
.footer_bottom .more_menu_footer_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.footer_bottom .more_menu_footer_item {
    display: inline-block;
    padding-right: 1.5em;
    font-weight: 400;
}
.footer_bottom .more_menu_footer_item:last-child {
    padding-right: 0;
}
.footer_bottom .more_menu_footer_item a {
    color: #474952;
    font-weight: inherit;
    font-size: 15px;
}

.footer_lang_br .footer_action_block_left .footer_action_block {
    width: 33.33%;
    width: calc(33.33% - 20px);
    align-items: inherit;
}

.footer_breadcrumbs {
    display: block;
}
.breadcrumb_background .center {
    position: relative;
}
.footer_breadcrumbs .breadcrumb_container ol li > span {
    margin-right: 20px;
}
/* End of footer styles
-------------------------------------------------------------------------------------------------*/

.button {
	background: #1fc3df;
	color: #fff;
	font-weight: 400;
	padding: 0.55em 1.75em;
	border-radius: 3px;
	display: inline-block;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	border: 1px solid #1fc3df;
  	font-size: 0.95em;
	text-align: center;
}
.button:hover {
	color: #fff;
}
.button.button_outline, .page_hero_buttons .button.request_pricing_button, .page_hero_buttons .button.free_trial_button {
	color: #291636;
	background: transparent;
	border-color: #291636;
}
.hero_dark .button.request_pricing_button, .hero_dark .button.button.free_trial_button {
	color: #fff;
	background: transparent;
	border-color: #fff;
}
.button.button_outline:hover, .page_hero_buttons .button.request_pricing_button:hover, .page_hero_buttons .button.free_trial_button:hover {
	color: #291636;
}
.hero_dark .button.request_pricing_button:hover, .hero_dark .button.button.free_trial_button:hover {
	color: #fff;
}
.page_hero_buttons .button {
  margin: 5px 5px 5px 0;
  max-width: 100%;
}


/* ====================================================================================================================
* 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 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;
}
.menu_concept_icon, .menu_concept_contact, .menu_product_icon {
	display:none;
}
.solution_line_3{
	display: none;
}
.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;
}
.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;
}
.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{
	display: table;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	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{
	position: relative;
	text-align: center;
	box-sizing: border-box;
	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_box{
	display: block;
	width: 33.33%;
	width: calc(33.33% - 3em);
	padding: 0;
	margin-bottom: 4em;
}
.product_video_other_container_box:nth-child(2n+1) {
	background-color: transparent;
}
.product_video_other_container_box:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.product_video_other_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 82px;
	margin-bottom: 82px;
}
.product_video_other_container::after {
	content: '';
	width: 33.33%;
	width: calc(33.33% - 3em);
	height: 0;
}
.product_video_other_container.product_video_other_list {
	margin-top: 20px;
}
.product_video_other_video_container {
	width: 100%;
	margin-bottom: 1.5em;
	padding: 0;
}
.product_video_other_text {
	width: 100%;
}
.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;
}
.testimonials .flex-control-paging li a{
	width: 1em;
}
.call_to_action_products_half:first-of-type{
	padding-bottom: 60px;
	padding-top: 60px;
}
.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;
}
.management_team_custom_1_box{
	width: calc(calc(25% - 25px));
}
.management_team_custom_1_box_img img{
	width: 150px;
}
.management_team_custom_1_box_txt_title{
	font-size: 20px;
}
.management_view_person .management_team_custom_1_box_img img{
	width: 200px;
}
.management_view_person .management_team_custom_1_box_txt_title{
	font-size: 22px;
}
.milestones_top_container, .milestones_content, .release_history_content{
	padding-bottom: 64px;
	padding-top: 48px;
}
.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;
}
.news_content_container_box, .resources_page_white_papers_box {
	width: calc(50% - 3em);
}
.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;
}
.awards_certifications_content_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.customer_content_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.customer_testimonial_container{
	padding-top: 48px;
	padding-bottom: 64px;
}
.customer_box {
	width: calc(25% - 3em);
}
.customer_box:nth-last-child(-n+4) {
	margin-bottom: 0;
}
.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_page_case_study_box, .resources_page_case_studies_list::after {
	width: calc(33.33% - 3em);
}
.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;
	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;
}
.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%;
}
.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;
}
.solution_mdm .solution_mdm_box{
  	margin-bottom: 2em;
}
.custom_landing_page_location_container{
  	display: inline-block;
}
.homepage_solution_content_icons{
    display: table-cell;
    width: 25%;
    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_second{
    display: table-cell;
    width: 27%;
    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_main_title h1{
	color: #8C8C99;
	text-align: center;
	font-weight: 300;
    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;
  }
  /*only if deemed necessary FF desktop fix */
  #homepage_slider{
    max-height: 450px;
  }
   .homepage_solution_content_item_icon_title h2{
	color: #1FC3DE; 
	line-height: 1.2em;
   }
  .homepage_solution_content_item_data.desktop .homepage_solution_content_item_data_first{
	display: table-cell;
	background-color: #FFFFFF;
	padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 43px;
    padding-right: 43px;
    min-height: 677.5px;
	height: 677.5px;
	width: 48%;
	vertical-align: top;
  }
  .homepage_solution_content_item_data_first .homepage_solution_content_item_data_first_icons{
    padding-left: 20px;
    padding-right: 20px;
  }
  #header_redesign #menu_concept_list li.main_menu_blog, #header_redesign #menu_concept_list li.main_menu_resources{
	display: none
  }
  .product_dt_modal_h_container {
	padding-left: 0;
	padding-right: 0;
  }
	.product_trusted_by_container {
		padding-left: 0;
		padding-right: 0;
	}
	.product_trusted_by_text p {
		font-size: 27px;
	}
	.page_lang_de .product_trusted_by_text p{
		font-size: 20px;
	} 
	.trusted_homepage {
		padding-left: 4em;
		padding-right: 4em;
	}
	.product_dt_modal_h_container {
		padding-left: 0;
		padding-right: 0;
	}

	.footer_breadcrumbs {
        display: none;
    }
    .footer_action_container, .footer_bottom .footer-links {
        padding-left: 0;
        padding-right: 0;
    }
    .footer_action_block_left {
        width: 60%;
        padding-right: 30px;
    } 
    .footer_action_block_right {
        width: 40%;
    }
    .footer_action_block {
        width: 30%;
        width: calc(33.33% - 20px);
    }
    .footer_action_block.social_links {
        width: 100%;
        display: flex;
        align-items: end;
        margin-bottom: 0;
    } 
    .footer_action_block.subscribe_newsletter, .footer_action_block.top_articles{
        width: 100%;
    }
    .footer_action_block.social_links .footer_menu_desktop .footer_action_block_text ul li {
        display: inline-block;
        margin-right: 25px;
    }
    .footer_lang_br .footer_action_block.social_links .footer_menu_desktop .footer_action_block_text ul li {
        display: block;
        margin-right: 0;
    }
    .footer_bottom .footer-links {
        flex-direction: initial;
    }
    .footer_bottom .footer_copyright {
        max-width: 35%;
    }
    .footer_bottom .footer_nav {
        max-width: 65%;
        margin-bottom: 0;
        width: auto;
    }
    .footer_bottom .more_menu_footer_item:last-child {
        padding-right: 0;
    }

	.site_header_main .middle-container {
        padding: 0;
    }
    .menu_desktop, .more_menu_container, .more_menu_container_spacer {
        display: block;
    }
    .site_header_main .main_menu_blog, 
    .site_header_main .main_menu_resources, 
    .site_header_main .main_menu_support, 
    .site_header_main .main_menu_search_mobile, 
    .site_header_main .main_menu_lang_switcher, 
    .menu_concept_icon, .menu_concept_contact, .menu_product_icon,
    .site_header_main .dropdown_menu  {
        display: none;
    }
    .main_menu_items {
        display: flex;
        flex-wrap: nowrap;
        padding: 0;
    }
    .main_menu_items li.main_menu_item > a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.04em;
        color: #333342;
        text-transform: uppercase;
    }
    .main_menu_items li.main_menu_item.product_epp_buttons_button_demo_menu {
        margin-left: 1.5em;
        display: block;
    }
    .more_menu_item::after {
        content: url('/images/img/site/other_open.svg');
		width: 10px;
		height: 15px;
		display: inherit;
		cursor: pointer;
		box-sizing: initial;
		position: absolute;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		line-height: 1em;
    }
    .more_menu_list ul > li {
        list-style: none;
        display: inline-block;
        color: #8c8c96;
        font-size: 0.813em;
        line-height: 1.5em;
        vertical-align: middle;
		position: relative;
    }
    .contact_container_menu {
        width: 900px;
		max-width: 900px;
    }
    .breadcrumb_container {
        display: block;
        padding: 0.4em 0;
    }

	.main_menu_partners {
		position: relative;
	}
	.main_menu_partners .main_menu_subitem {
		width: 400px;
		top: 60px;
	}

	.main_menu_subitem_container {
		background-color: #fff;
		border-radius: 15px;
		box-shadow: 0 2px 20px 0px rgba(0, 0, 0, 0.1);
		border: 1px solid #dadada;
	}
	.main_menu_item .main_menu_subitem {
		left: 50%;
		transform: translate(-50%, 2em);
		-webkit-transform: translate(-50%, 2em);
		-moz-transform: translate(-50%, 2em);
		-ms-transform: translate(-50%, 2em);
		-o-transform: translate(-50%, 2em);
	}
	.main_menu_item.menu_opened .main_menu_subitem{
		transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	}
	.main_menu_subitem_box {
		padding: 2.5em 2em;
		background-color: transparent;
		margin-bottom: 0;
	}

	.main_menu_product .main_menu_subitem_column {
		width: 25%;
		width: calc(25% - 1em);
	}
	.main_menu_usecases .main_menu_subitem_column {
		width: 30%;
		width: calc(30% - 1.5em);
	}
	.main_menu_usecases .main_menu_subitem_column:last-child {
		width: 40%;
		width: calc(40% - 1.5em);
	}
	.main_menu_industries_list li{
		width: 50%;
		width: calc(50% - 0.25em);
	}
	.subitem_company_column {
		width: 25%;
		width: calc(25% - 1.5em);
	}
	.subitem_company_column:first-child {
		width: calc(25% + 1em);
	}
	.subitem_company_column .main_menu_subitem_text {
		min-height: 68px;
	} 

	.lang_drop_li .lang_short {
		display: none;
	}

	.site_header_es .search_form, .site_header_br .search_form {
		width: 220px;
	}
	.site_header_es .main_menu_usecases, .site_header_fr .main_menu_company {
		position: relative;
	}
	.site_header_fr .main_menu_company .main_menu_subitem {
		left: -25%;
	}
	.site_header_es .main_menu_usecases .main_menu_subitem, .site_header_fr .main_menu_company .main_menu_subitem {
		width: 650px;
		top: 60px;
	}
	.site_header_es .main_menu_usecases .main_menu_subitem_column, .site_header_fr .main_menu_company .main_menu_subitem_column {
		width: calc(50% - 1.25em);
	}
	.site_header_br .main_menu_usecases, .site_header_br .main_menu_company,
	.site_header_jp .main_menu_product, .site_header_jp .main_menu_company {
		position: relative;
	} 
	.site_header_br .main_menu_usecases .main_menu_subitem, .site_header_br .main_menu_company .main_menu_subitem,
	.site_header_jp .main_menu_product .main_menu_subitem, .site_header_jp .main_menu_company .main_menu_subitem  {
		width: 400px;
		top: 60px;
	}
	.site_header_br .main_menu_usecases .main_menu_subitem_column, .site_header_br .main_menu_company .main_menu_subitem_column,
	.site_header_jp .main_menu_product .main_menu_subitem_column, .site_header_jp .main_menu_company .main_menu_subitem_column {
		width: 100%;
	}
}

/* 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";
}
@-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;
}
.alternatives.explore_beyond_section_container .explore_beyond_section_content{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3em;
}
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_related,
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_other{
      width: 44%;
      padding-right: 0;
}
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_other{
      margin-top: 30px;
      padding-right: 3em;
      padding-left: 0;
}
.alternatives .explore_beyond_section_content.column-1 .explore_beyond_related{
      width: 100%;
      padding-right: 0;
}
.menu_concept_icon, .menu_concept_contact, .menu_product_icon{
	width: 40px;
	height: 40px;
	background: #eaeaea;
}
.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;
}
.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;
	font-size: 1.2em;
}

.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;
}
.sol_homepage_text_1_feature{
	display: inline-block;
	width: 49%;
	margin-bottom: 1em;
}
.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;
}
.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_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_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_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: 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_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;
}
.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;
	display: table-cell;
	vertical-align: top;
}
.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_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%;
}
.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_top_title{
	font-size: 25px;
}
.milestones_top_container{
	padding: 5%;
}
.milestones_content, .release_history_content{
	padding: 5%;
}
.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: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;
	width: 50%;
}
.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%;
}
.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_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;
}
.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;
}
.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_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;
  }
  .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{
	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;
}
.appliance_picture{
	padding: 5%;
	width: 100%;
	background-color: #F1F1F2;
}
.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{
	display: table-cell;
	width: 50%;
	vertical-align: top;
	border: none;
}
.estore_other_table_row{
	display: table;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E4E8;
}
.estore_other_title{
	font-size: 32px;
	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{
	position: relative;
	padding-bottom: 10%;
	padding-top: 10%;
	padding-right: 0;
	padding-left: 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{
    text-align: center;
    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_title{
    text-align: center;
	margin-top: 1em;
    display: table-cell;
    width: 35%;
    vertical-align: top;
    padding-left: 1.8em;
    padding-top: 0.5em;
  }
  .homepage_solution_content_item_icon_title h2{
    line-height: 1.2em;
    font-size: 20px;
    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;
	text-align: center;
    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.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 */
   .site_header_main .main_menu_container {
		display: flex;
		align-items: center;
	}
	.main_menu_container > nav {
		width: 95px;
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		align-items: center;
	}
	.request_demo_at_scroll {
		display: block;
	}
	.product_epp_buttons_button_link_menu {
		margin-left: 0;
		color: #ffffff !important;
		background: #1fc3df;
		padding: 9px 26px;
		border-radius: 3px;
		text-transform: uppercase;
		font-weight: 400;
		display: inline-block;
		font-size: 15px;
		margin-right: 1em;
		width: auto;
	}	  
	#header_redesign #bottom_header .main_menu_partners {
		display: block;
	}
	#header_redesign .middle-container{
		padding-left: 1.8em;
		padding-right: 1.8em;
	}
	.logo .logo-link{
		display: block;
	}
	.logo .logo-link .logo_full{
		display: block;
		width: auto;
		height: 40px;
	}
	.mobile_main .product_epp_buttons_button_demo_menu {
		display: none;
	}
   /* End header redesign styles */

   /* FAQ onpage styles */
	.faq_onpage_content_container {
		padding-left: 1.8em;
		padding-right: 1.8em;
	}
	/* End of FAQ onpage styles */
	
	/* Explore Beyond styles */
	.explore_beyond_section_container .explore_beyond_section_content{
        padding-left: 1.8em;
        padding-right: 1.8em;
    }
	/* End of Explore Beyond styles */

	.product_dt_modal_c_form_container .form_request_container{
		padding: 3em 2.5em;
	}
	.product_dt_modal_c_form_container .get_demo_title{
		  font-size: 27px;
	}
	.product_dt_modal_c_form_container .get_demo_arrow {
		  left: -22px;
	}
	.product_dt_modal_c_form_container .get_demo_arrow object{
		  height: 40px;
	}
	
}
/*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;
}
.menu_concept_icon, .menu_concept_contact, .menu_product_icon{
	width: 40px;
	height: 40px;
	background: #eaeaea;
}
.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;
}
.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;
	margin-right: 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;
}
.sol_homepage_text_1_feature{
	display: inline-block;
	width: 49%;
	margin-bottom: 1em;
}
.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_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_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_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_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: 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;
}
.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;
	display: table-cell;
	vertical-align: top;
}
.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_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%;
	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:last-of-type .products_box_2 .products_box_text{
	height: auto;
}
.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%;
}
.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_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;
}
.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;
}
.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{
  margin-left: auto;
  margin-right: auto;
  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;
}
.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;
}
.homepage_main_title h1 {
    margin-top: 1.6em;
}
.contact_container{
	height: 100vh;
}
.contact_container{
	padding-left: 1.8em;
	padding-right: 1.8em;
	margin-bottom: 82px;
}
#header_redesign .mobile_main .search_icon{
	display: none;
}
.mobile_main .product_epp_buttons_button_demo_menu {
	display: none;
}
.dropdown_menu .menu_solution_container, .dropdown_menu .products_box_container, .dropdown_menu .support_box_container, .dropdown_menu .company_custom_container {
    height: auto;
    margin-bottom: 82px;
}
#bottom_header .middle-container {
    padding-left: 1.8em;
    padding-right: 1.8em;
}
.logo .logo-link{
	display: block;
}
.logo .logo-link .logo_full{
	display: block;
	width: auto;
	height: 40px;
}
.site_header_main .main_menu_container {
	display: flex;
	align-items: center;
}
.main_menu_container > nav {
	width: 95px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.request_demo_at_scroll {
	display: block;
}
.product_epp_buttons_button_link_menu {
	margin-left: 0;
	color: #ffffff !important;
	background: #1fc3df;
	padding: 9px 26px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	font-size: 15px;
	margin-right: 1em;
	width: auto;
}
/*Special for Landscape */

/* Explore Beyond styles */
.explore_beyond_section_container .explore_beyond_section_content{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
/* End of Explore Beyond styles */
}

/* End Tablet

--------------------------------------------------------------------------------------------------*/


/* Special landscape

--------------------------------------------------------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 959px) and (orientation: landscape){
    #header_redesign .middle-container {
        position: relative;
        padding-left: 1.8em;
        padding-right: 1.8em;
	}
	.contact_container{
		padding-left: 1.8em;
		padding-right: 1.8em;
		margin-bottom: 82px;
	}
	#header_redesign .mobile_main .search_icon {
		display: none;
	}
	.mobile_main .product_epp_buttons_button_demo_menu {
		display: none;
	}
	#header_redesign .dropdown_menu .mobile_main {
		margin-bottom: 100px;
		overflow-y: scroll;
		height: 100%;
	}
	.dropdown_menu .menu_solution_container, .dropdown_menu .products_box_container, .dropdown_menu .support_box_container, .dropdown_menu .company_custom_container {
		height: auto;
		margin-bottom: 82px;
		padding: 1.8em;
	}
	.dropdown_menu .company_custom_container .support_box_container {
		padding: 0;
	}
	.mobile_main .products_spacer {
		margin-bottom: 0.5em;
		margin-top: 0.5em;
	}
}

/* End Special landscape

--------------------------------------------------------------------------------------------------*/


/* =Smartphones

--------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 480px), all and (min-width: 600px) and (max-width: 602px) and (orientation: portrait){
*{
	font-weight: 300;
}
.alternatives.explore_beyond_section_container .explore_beyond_section_content{
    gap: 0;
}
.alternatives.explore_beyond_section_container .explore_beyond_section_content.column-1 .explore_beyond_related{
      margin-bottom: 0;
  }
 .alternatives .explore_beyond_section_content.columns-3 .explore_beyond_related{
  margin-top: 30px;
 } 
 .alternatives .explore_beyond_header.title h2{
 margin-bottom: 10px;
 }
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_related,
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_other{
      width: 100%;
      padding-right: 0;
      padding-left: 0;
}
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_other_description{
        min-height: auto;
      padding-bottom: 5px;
}
.cc-floating.cc-theme-classic {
	border-radius: 0 !important;
}
.cc-window .cc-compliance{
	margin-left: 0 !important;
}
.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;
}
.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_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;
}
.contact_container .contact_flags, .contact_container .contact_request {
	width: 100%;
	margin-bottom: 2em;
}
.flag-logo{
	vertical-align: top;
}
.support_box_content_text a{
	font-size: inherit;
}
.sol_homepage_text_2 p{
	margin-bottom: 1em;
	margin-right: 1em;
}
.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;
}
.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;
}
.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;
	min-height: 257px;
}
.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_upper_container{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.product_video_other_container_box{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.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%;
}
.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{
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 2em;
	padding-left: 0;
	padding-right: 0;
}
.solution_page_hw_box_left{
	width: 10%;
	display: table-cell;
	vertical-align: top;
}
.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;
}
.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{
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	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: 1.8em;
	padding-right: 1.8em;
}
.support_box_container{
	padding-top: 53.33px;
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.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_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%;
	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;
}
.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;
	margin-bottom: 1em;
}
.estore_other_table_box_content{
	padding-left: 1em;
}
.estore_other_table_box_content_text{
	display: block;
	width: 100%;
	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_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%;
	font-size: 16px;
}
.estore_2_container .estore_second_table_half_options_container_row{
	padding: 1.3em;
}
.estore_second_table_half_options_container_row_total_box_1{
	width: 70%;
	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_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 {
	width: 100%;
}
.management_team_custom_1_box_txt {
	display: block;
	width: 100%;
}
.management_team_custom_1_box_txt_title{
	font-size: 20px;
}
.management_view_person_container{
	width: 90vw;
	padding: 1.8em;
}
.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;
}
.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;
}
.awards_certifications_content_container{
	padding: 1.8em;
}
.award_box{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
}
.customer_content_container{
	padding: 1.8em;
}
.customer_box {
	width: 50%;
	width: calc(50% - 0.75em);
}
.customer_box:nth-last-child(-n+2) {
	margin-bottom: 0;
}
.customer_testimonial_container{
	padding: 1.8em;
}
.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_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;
}
#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;
}
.resources_page_case_study_box, .resources_page_case_studies_list::after  {
	width: 100%;
}
.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;
}
.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);
	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;
}
.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;
  display: block;
  width: 100%;
}
.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: 1em;
  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_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;
}
.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_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_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;
	padding: 1.8em;
  }
  .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{
	margin-top: 0;
	font-size: 20px;
  }
  .gdpr_page_table_content .gdpr_page_table_content_bg{
    padding: 0;
  }
  .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;
	margin-bottom: 70px;
}
.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;
	display: block;
	width: 100%;
}
.solution_page_top_wrapper_illustration{
	display: block;
	width: 100%;
}
.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;
  	-moz-box-ordinal-group: 1;
  	-ms-flex-order: 1;
  	-webkit-order: 1;
  	order: 1;
  }
  .solution_page_top_wrapper_container .solution_page_top_textbox{
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding-top: 0;
  }
  .solution_page_top_wrapper_container{
    display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-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;
	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: 645.317px!important;
  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 #bottom_header .main_menu_partners {
	display: block;
}
.mobile_main .product_epp_buttons_button_demo_menu {
	display: none;
}
.menu_solution_container, .products_box_container, .support_box_container, .company_custom_container {
	height: auto !important;
	margin-bottom: 70px;
}
.site_header_main .main_menu_container {
	display: flex;
	align-items: center;
}
.main_menu_container > nav {
	width: 95px;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	align-items: center;
}
.request_demo_at_scroll {
	display: block;
}
.product_epp_buttons_button_link_menu {
	margin-left: 0;
	color: #ffffff !important;
	background: #1fc3df;
	padding: 9px 26px;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	font-size: 15px;
	margin-right: 1em;
	width: auto;
}
/* End of header redesign styles */

/* FAQ onpage styles */
.faq_onpage_content_container {
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.faq_onpage_heading h2{
	font-size: 32px;
	margin-bottom: 25px;
}
.faq_onpage_item_title {
	font-size: 18px;
}
.faq_onpage_item_heading {
	padding: 15px 10px;
}
.faq_onpage_answer_container {
	padding: 0 10px 25px 50px;
}
/* End of FAQ onpage styles */


/* Explore Beyond styles */
.explore_beyond_section_container .explore_beyond_section_content{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.explore_beyond_related{
	display: block;
	width: 100%;
	padding-right: 0;
	margin-bottom: 40px;
}
.explore_beyond_other {
	display: block;
	width: 100%;
	padding-left: 0;
}
.explore_beyond_other_description,
.explore_beyond_header span{
	min-height: auto;
	padding-bottom: 10px;
}
.explore_beyond_section_content.columns-3 .explore_beyond_related{
	width: 100%;
	padding-right: 0;
}
.explore_beyond_section_content.columns-3 .explore_beyond_other {
	width: 100%;
	padding-left: 0;
}
.explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links {
	display: block;
}
.explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links p {
	width: 100%;
}
/* End of Explore Beyond styles */

	.product_trusted_by_text {
		width: 100%;
		padding-right: 0;
		border-right: none;
		text-align: center;
		margin-bottom: 10px;
	}
	.product_trusted_by_text p {
		font-size: 18px;
	}
	.product_trusted_by_logos {
		width: 100%;
		padding-left: 0;
	}
	.product_trusted_by_logos_container {
		justify-content: center;
	}
	.product_trusted_by_logo, .trusted_homepage.page_lang_de .product_trusted_by_logo {
		width: 33.33%;
	}

	.product_dt_modal_c_form_container .form_request_container{
		padding: 3em 2em;
	}
	.product_dt_modal_c_form_container .get_demo_title{
		font-size: 27px;
	}
	.product_dt_modal_c_form_container .get_demo_arrow {
		left: -22px;
	}
	.product_dt_modal_c_form_container .get_demo_arrow object{
		height: 40px;
	}

	.contact_button_container .hs-submit{
		width: 100%;
	} 
	.contact_button_container .privacy_notice {
		width: 100%;
		margin-top: 20px;
	}

	.footer_action_block .footer_menu_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer_menu_mobile .menu_product_icon {
        -webkit-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }
    .footer_menu_mobile .menu_product_icon.down {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .footer_menu_mobile h6 {
        color: #f1f2f2;
        padding-bottom: 0;
    }
    .footer_action_block .footer_menu_desktop {
        display: none;
        position: relative;
        width: 100%;
        z-index: 1;
        padding-bottom: 1.8em;
        box-sizing: border-box;
    }
    .footer_menu_desktop > h6 {
        display: none;
    }
    .footer_action_container {
        padding: 1.8em;
    }
    .footer_action_block {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid #747480;
    }
    .footer_action_block.top_articles {
        margin-bottom: 0;
    }
    .footer_action_block.subscribe_newsletter {
        margin: 1.5em 0;
        border-bottom: 0;
    }
	.footer_action_block.top_articles, .footer_action_block.subscribe_newsletter {
		width: 100%;
	}
	.footer_bottom .more_menu_footer_item{
		width: 100%;
		text-align: left;
		padding-bottom: 0.5em;
	}
}
/*special for portrait */

/* Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {

*{
	font-weight: 300;
}
.alternatives.explore_beyond_section_container .explore_beyond_section_content{
    gap: 0;
}
.alternatives.explore_beyond_section_container .explore_beyond_section_content.column-1 .explore_beyond_related{
      margin-bottom: 0;
  }
 .alternatives .explore_beyond_section_content.columns-3 .explore_beyond_related{
  margin-top: 30px;
 } 
 .alternatives .explore_beyond_header.title h2{
 margin-bottom: 10px;
 }
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_related,
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_other{
      width: 100%;
      padding-right: 0;
      padding-left: 0;
}
.alternatives .explore_beyond_section_content.columns-3 .explore_beyond_other_description{
        min-height: auto;
      padding-bottom: 5px;
}
.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;
}
.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;
}
.flag-logo{
	vertical-align: top;
}
.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%;
}
.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;
	padding-bottom: 0;
}
.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_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_upper_container{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.product_video_other_container_box{
	padding-left: 1.8em;
	padding-right: 1.8em;
}
.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_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%;
}
.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{
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin-top: 2em;
	padding-left: 0;
	padding-right: 0;
}
.solution_page_hw_box_left{
	width: 10%;
	display: table-cell;
	vertical-align: top;
}
.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;
}
.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{
	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{
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	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: 1.8em;
	padding-right: 1.8em;
}
.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_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%;
	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;
}
.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;
	margin-bottom: 1em;
}
.estore_other_table_box_content{
	padding-left: 1em;
}
.estore_other_table_box_content_text{
	display: block;
	width: 100%;
	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%;
	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{
	width: calc(50% - 15px);
	padding: 1.8em;
	margin-bottom: 30px;
}
.management_team_custom_1_box_txt {
	display: block;
	width: 100%;
}
.management_team_custom_1_box_txt_title{
	font-size: 20px;
}
.management_view_person_container{
	width: 90vw;
	padding: 1.8em;
}
.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;
}
.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;
}
.awards_certifications_content_container{
	padding: 1.8em;
}
.award_box{
	display: block;
	width: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
}
.customer_content_container{
	padding: 1.8em;
}
.customer_box {
	width: 33.33%;
	width: calc(33.33% - 1em);
}
.customer_box:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.customer_testimonial_container{
	padding: 1.8em;
}
.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_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;
}
#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_page_case_study_box, .resources_page_case_studies_list::after  {
	width: 50%;
	width: calc(50% - 1.5em);
}
.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;
}
.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);
	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;
}
.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;
}
.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;
  display: block;
  width: 100%;
}
.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: 1em;
  width: 100%;
}
.general_landing_page_template .solution_overview_row .solution_overview_box_main{
  padding-left: 0;
}
.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;
}
.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;
  text-align: center;
}
.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_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_publications_wrapper{
  display: none;
}
.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_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;
	padding: 1.8em;
  }
  .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_solution_content_item_icon_title{
    vertical-align: top;
    display: table-cell;
    width: 35%;
    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_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_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{
	margin-top: 0;
	font-size: 20px;
  }
  .gdpr_page_table_content .gdpr_page_table_content_bg{
    padding: 0;
  }
  .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 */
.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_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{
	background-color: transparent;
	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;
   }
	#header_redesign .product_call_to_form {
		width: 450px;
	}
	.contact_container .contact_flags, .contact_container .contact_request {
		width: 100%;
		margin-bottom: 2em;
	}
	.mobile_main .product_epp_buttons_button_demo_menu {
		display: none;
	}
	.main_menu_search_mobile .search_icon{
		display: none;
	}
	.support_box_container .solution_dlp{
		padding-bottom: 82px;
	}
	.support_box_container{
		height: auto;
		padding-left: 1.8em;
		padding-right: 1.8em;
		margin-bottom: 82px;
	}
	.company_custom_container .support_box_container, .support_box_content {
		padding-left: 0;
		padding-right: 0;
	}
	.support_box {
		width: 47%;
		width: 100%;
	}
	#support_box_1 {
		padding-right: 1em;
		padding-right: 0;
	}
	#support_box_2 {
		padding-left: 1em;
		padding-left: 0;
	}

	/* FAQ onpage styles */
	.faq_onpage_content_container {
		padding-left: 1.8em;
		padding-right: 1.8em;
	}
	/* End of FAQ onpage styles */

	/* Explore Beyond styles */
	.explore_beyond_section_container .explore_beyond_section_content{
        padding-left: 1.8em;
        padding-right: 1.8em;
    }
    .explore_beyond_related {
        padding-right: 1em;
    }
    .explore_beyond_other {
        padding-left: 3em;
    }
    .explore_beyond_other_description{
        min-height: 60px;
    }
    .explore_beyond_header span{
        min-height: 65px;
    }
    .explore_beyond_section_content.columns-3 .explore_beyond_related{
        width: 50%;
        padding-right: 3em;
    }
    .explore_beyond_section_content.columns-3 .explore_beyond_other {
        width: 50%;
        padding-left: 3em;
    }
    .explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links {
        display: block;
    }
    .explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links p {
        width: 100%;
    }
	/* End of Explore Beyond styles */

	.product_trusted_by_text {
    	width: 25%;
    }
    .product_trusted_by_text p {
  		font-size: 18px;
  	}
    .product_trusted_by_logos {
  		width: 75%;
  	}
    .product_trusted_by_logos_container::after {
        content: '';
        width: 33.33%;
    }
    .product_trusted_by_logo, .page_lang_de .product_trusted_by_logo {
      	width: 33.33%;
    }
    .trusted_homepage .product_trusted_by_logo {
      	width: 20%;
    }
    .trusted_homepage.page_lang_de .product_trusted_by_logo {
      	width: 25%;
    }
    .trusted_homepage.page_lang_de .product_trusted_by_logos_container {
    	justify-content: center
    }
    .trusted_homepage.page_lang_de .product_trusted_by_logos_container::after {
    	content: none;
    }
    .product_trusted_by_logo svg {
  		max-height: 45px;
  	}
	.footer_action_block {
        width: calc(50% - 15px);
    }
    .footer_action_block.top_articles, .footer_action_block.subscribe_newsletter {
        width: 100%;
    }
    .footer_action_block.top_articles {
        margin-bottom: 30px;
    }

/*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 #menu_concept_list li.main_menu_search_mobile{
		 display: block;
	}
	#header_redesign .middle-container{
		padding-right: 1.8em;
		padding-left: 1.8em;
	}
 }

@media only screen and (max-width: 600px){
	#header_redesign ul li .search_field {
		margin: 1.5em 0em !important;
		background: transparent !important;
	}
	#header_redesign #menu_concept_list li.main_menu_search_mobile{
		display: block;
	}
	#header_redesign .middle-container{
		padding-right: 1.8em;
		padding-left: 1.8em;
	}
	.request_demo_at_scroll {
        display: none;
    }
	.site_header_main .logo {
        width: auto;
        max-width: 100%;
        width: 80%;
        width: calc(100% - 110px);
    }
	.logo-link.logo_ititial.hide {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-2em);
		-webkit-transform: translateY(-2em);
		-moz-transform: translateY(-2em);
		-ms-transform: translateY(-2em);
		-o-transform: translateY(-2em);
	}
	.logo .logo-link {
		display: block;
		opacity: 1;
		visibility: visible;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
		transform: translateY(0%);
		-webkit-transform: translateY(0%);
		-moz-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
        width: auto;
	}
	.logo .logo-link .logo_full {
		display: block;
		width: auto;
		height: 40px;
	}
	.logo_to_scroll{
		display: block;
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
		opacity: 1;
		visibility: visible;
	}
	.logo_to_scroll.hide{
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20%);
		-webkit-transform: translateY(-20%);
		-moz-transform: translateY(-20%);
		-ms-transform: translateY(-20%);
		-o-transform: translateY(-20%);
	}
	.to_scroll_container {
        display: flex;
        width: 100%;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
	.to_scroll_container .logo_small_scroll {
		display: block;
		width: auto;
		height: 40px;
	}
	.logo .logo_to_scroll .product_epp_buttons_button_link_menu {
        margin-right: 0;
    }

	.main_menu_product .main_menu_subitem_column, .main_menu_usecases .main_menu_subitem_column, .subitem_company_column, .subitem_company_column:first-child{
		width: 100%;
	}
	.main_menu_product .main_menu_subitem_column:nth-child(3), .main_menu_usecases .main_menu_subitem_column:nth-child(3), .subitem_company_column:nth-child(3) {
		margin-bottom: 2em;
	}

	.news_content_container_box, .resources_page_white_papers_box, .product_video_other_text {
		width: 100%;
	}
	.product_video_other_video_container {
		width: 100%;
		padding-top: 0;
		margin-bottom: 2em;
	}

	/* Explore Beyond styles */
	.explore_beyond_related{
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .explore_beyond_other {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .explore_beyond_other_description,
    .explore_beyond_header span,
    .explore_beyond_section_content.columns-3 .explore_beyond_other_description,
    .explore_beyond_section_content.columns-3 .explore_beyond_header h2 span{
        min-height: auto;
        padding-bottom: 10px;
    }
    .explore_beyond_section_content.columns-3 .explore_beyond_related{
        width: 100%;
        padding-right: 0;
    }
    .explore_beyond_section_content.columns-3 .explore_beyond_other {
        width: 100%;
        padding-left: 0;
    }
    .explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links {
        display: block;
    }
    .explore_beyond_section_content.columns-3 .explore_beyond_related .explore_beyond_links p {
        width: 100%;
    }
	/* End of Explore Beyond styles */
}

@media screen and (max-width: 380px){
	.site_header_main .middle-container {
        padding: 0 1.5em !important;
    }
    .main_menu_container > nav {
        width: 80px;
    }
    .menu_concept_icon, .menu_concept_contact, .menu_product_icon {
        width: 35px;
        height: 35px;
    }
    .menu_concept_icon .button_wrapper_line {
        width: 22px;
        height: 3px;
    }
    .site_header_main .logo, .site_header_main .logo .logo-link.logo_ititial .logo_full, .to_scroll_container .logo_small_scroll, .site_header_main .logo .logo-link {
        height: 35px;
    }
    .product_epp_buttons_button_link_menu {
        padding: 7px 24px;
        font-size: 14px;
    }
    .site_header_main .logo {
        width: 90%;
        width: calc(100% - 90px);
    }
	.menu_concept_icon.menu_opened .button_wrapper_line:nth-child(1) {
		top: 7px;
	}
	.menu_concept_icon.menu_opened .button_wrapper_line:nth-child(3){
		top: -7px;
	}
}

/* END OF SPECIAL RESPONSIVES */

/* FLEXSLIDER */
/* 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 .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
	height: auto;
	-moz-user-select: none;
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides {
	display: block;
}
.no-js .flexslider .slides > li:first-child {
	display: block;
}
/* Default theme */
.flexslider {
	margin: 0 0 60px;
	padding: 0;
	background: none;
	position: relative;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.carousel li {
	margin-right: 5px;
}
.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);
	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;
}
.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;
	box-shadow: inset 0 0 3px rgba(216, 217, 219, 1);
	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;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}