/*** GENERAL LAYOUT ***/

@media screen and (max-width: 767px) {
	
html {
}
body {
}
#wpadminbar {
	top: -86px;
}
	
.container {
	padding: 0;
}
.row {
	width: auto;
	min-width: 0;
}
.container {
	padding: 0;
}
.column, .columns {
	min-height: 0;
}

#front-page-section3 {
	padding: 0;
}

.page-content .entry-content > p, .page-content .entry-content .youtube, .page-content .entry-content > ul, .page-content .entry-content > ol, .page-content .entry-content > h4, .page-content .video-list .colorbox-video .entry-content > .title, .video-list .colorbox-video .page-content .entry-content > .title, .page-content .entry-content > .gform_wrapper {
	padding: 0;
}

#header {
	position: relative;
	z-index: 499;
	padding-top: 0;
	min-height: 125px;
	margin-top: 40px;
	width: 100%;
}

#main {
	padding-top: 0;
}

#content-wrapper > .content {
	padding: 20px;
}

#feature {
	margin-bottom: 0;
}

.title-container {
	margin-top: 30px;
	padding: 0 15px;
}

h1.main-title {
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 4px;
}
h2.main-title {
	font-size: 18px;
	line-height: 21px;
}
.main-title br {
	display: none;
}


h2.section-title{
	font-size: 2.5rem;
	line-height: 2.8rem;
}

p.strong-content br{
	display: none;
}


.indented-section {
	margin: 15px 0;
	font-size: 14px; font-size: 1.4rem;
	line-height: 20px; line-height: 2.0rem;
}

.page-content {
	padding: 20px;
	padding: 20px 0;
}
.entry-content, article {
	font-size: 14px; font-size: 1.4rem;
}
.entry-content iframe {
	width: 100%;
	min-width: 168px;
	height: auto;
	min-height: 152px;
}
.entry-content img.alignright, .entry-content img.alignleft {
	width: 80%;
	min-width: 200px;
	margin: 10px auto;
	display: block;	
	float: none;
}

.entry-content h1 {
	font-size: 24px; font-size: 2.4rem;
}
.entry-content h2 {
	font-size: 20px; font-size: 2.0rem;
}
.entry-content h3 {
	font-size: 16px; font-size: 1.6rem;
}

.button {
	font-size: 16px; font-size: 1.6rem;
	padding: 6px 24px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;	
	line-height: 1.5;
	letter-spacing: -0.025em;
}
.cta-button {
	font-size: 16px; font-size: 1.6rem;
	width: 100%;
	max-width: 280px;
	padding: 6px 24px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;	
}
.cta-large-play-button {
	padding: 6px 16px;
	width: 80px;
	height: 48px;
}
.cta-small-play-button {
	padding: 10px 18px 10px 22px;
	width: 40px;
	height: 24px;
}

.video-padder {
	padding: 0;
}
.table-padder {
	margin: 0;
}
.alignright {
	margin-right: 0;
}



/*** HEADER AREA ***/

#header-logo-wrap {
	width: 100%;
	padding: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

#header-logo {
	margin: 0;
}
#header-logo a {
	display: block;
	width: 84px;
	height: 54px;
	margin: 20px auto 5px auto;
}
#header-logo a span {
	background-size: contain;
}
#header-description-mobile {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0;
	font-style: normal;
	font-size: 13px; font-size: 1.3rem;
	margin-top: 5px;
	padding-top: 0;
	margin-bottom: 5px;
}

.featured-image-wrap {
	overflow: hidden;
}
.featured-image-wrap img {
	min-width: 765px;
	float: right;
}



/*** NAVIGATION BAR ***/


#nav { display: none; }

#mobile-nav {
	display: block;
	position: absolute;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	top: -40px; left: 0; right: 0; height: 40px;
	background: #474C59;
	color: white;
	border: 1px solid #555B6B;
}
#mobile-nav > ul > li {
	display: block;
	min-width: 40px;
	margin: 0;
	position: absolute;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	top: -1px;
	height: 40px;
}
#mobile-nav-lang { left: 43px; max-width: 60px; }
#mobile-nav-menu { left: -1px; width: 45px; }
#mobile-nav-login { right: -1px; width: 90px; }
#mobile-nav-contact { right: 89px; width: 45px; }

#mobile-nav-lang-select {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	text-transform: uppercase;
	width: 100%;
	background-color: #474C59;
	border: 1px solid #555B6B;
	color: white;
	height: 100%;
	display: block;
	font-size: 14px; font-size: 1.4rem;
}
#mobile-nav-lang-select select {
	width: 100%;
	height: 100%;
	background-color: #474C59;
	border: 0;
	color: white;
	font-family: Rosario, "Trebuchet MS", Helvetica, Arial, sans-serif;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 8px;
	appearance: pop-up-menu;
	text-transform: uppercase;
}
#mobile-nav-lang-select option { }

#mobile-nav-lang-select div.custom.dropdown {
	min-width: 100%;
	max-width: 100%;
	min-height: 38px;
	border: 0;
	margin: 0;
}
#mobile-nav-lang-select div.custom.dropdown a.current, #mobile-nav-lang-select div.custom.dropdown a.selector {
	height: 38px;
	background-color: #474C59;
	border: 0;
	color: white;
}
#mobile-nav-lang-select div.custom.dropdown a.current {
	line-height: 38px;
	padding-left: 12px;
}
#mobile-nav-lang-select div.custom.dropdown a.selector {
	border-left: 0;
	width: 24px;
	background-position: center center;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAANNJREFUeNqslIENgyAQAKEL1A3KCI7gCB2BERzBFdzAEToCIziC3YBO8OWbJ/kowlP55GKCz+XhXzUAqJZxU40DhVsAGrGhcGxY4KjwDgMOrof79YOEfQNhz4XIckG2RI9mY9NRg+6V9/YJmIDfjw0uTH80YooyDJ0YbKzyIZS9qbrsYNuK6o65rCkcJx2TPWdCIxCa1N6zbxnvcc4cdaYcJT0y0gV8ojJP71TNkSM2IbS5PSUhsjLZWsqXCAcmHEr5WvjHftHzWUqUCg3rfja+AgwAqc2ei9eBpZgAAAAASUVORK5CYII=);	
	background-size: 10px 10px;
}
#mobile-nav-lang-select div.custom.dropdown:hover a {
	background-color: #555B6B;
}
#mobile-nav-lang-select div.custom.dropdown ul {
	right: 0px;
	top: 39px;
	background-color: #555B6B;
	border-color: #656C80;
	color: white;
	position: absolute;
	max-width: 60px;
}
#mobile-nav-lang-select div.custom.dropdown ul li {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: 100%;
	height: 36px;
	line-height: 30px;
}
#mobile-nav-lang-select div.custom.dropdown ul li:hover {
	background-color: #656C80;
}
#mobile-nav-lang-select div.custom.dropdown ul li.selected {
	background-color: #39B4D6;
	background-position: right center;
	border-right: 6px solid #474C59;
	border-right-color: transparent;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAICAYAAADA+m62AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAylpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjVDRUY5ODNFQzhCMTFFM0FDRjI5NTUwODgyNDNDNEYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjVDRUY5ODJFQzhCMTFFM0FDRjI5NTUwODgyNDNDNEYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuZGlkOmNkMjVjMTQ4LWVmNTktYmY0NC05MDU5LTNkYzg5MWIzYmM0NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpjZDI1YzE0OC1lZjU5LWJmNDQtOTA1OS0zZGM4OTFiM2JjNDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4gzAhVAAAAV0lEQVR42mL8//8/AzGACY8cMxAvBeJSMA9kIhbMBsSr/0PAXrCtUAlLII7FougwEPMgK7wNlSjFpghZoS4Qv/qPACiKkBXCFN8D4i3oikCYkdjgAQgwAG3mrH8lMG+rAAAAAElFTkSuQmCC);	
}



#mobile-nav-menu {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALZJREFUeNrsl8EKgDAMQ9sx//+PrTt4EFFQHLPJUhh68OBL0651M1vaif3Y4Xl+t2hhyaIYeAhAAAIQwL9Rn37YroB18L+5LIQCcDc6hDIwECBQAWrvriALfQAIdABDhCnIBfy4BjKukjRttCD7/+09MBrMuxRxZv9fWSgYaoAHILt9KEYJmmk0EO1DuRNDqc/ZRpHU58sAmvo00yiHhRDtw5MBVPUpMuDA4k+wkQlAABMAbAIMAKtaQy/52eCNAAAAAElFTkSuQmCC);
	background-size: 24px 24px;
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	background-color: #474C59;
	border: 1px solid #555B6B;
	z-index: 1001;
	cursor: pointer;
}
#mobile-nav-menu:hover, 
#mobile-nav-menu:active {
	background-color: #555B6B;
}

#mobile-nav-menu-list {
	position: absolute;
	top: 38px;
	left: 4px;
	background-color: #555B6B;
	border: 1px solid #656C80;
	border-bottom: 0;
	color: white;
	max-width: 200px;
	min-width: 150px;
	height: auto;
	margin: 0;
	z-index: 1003;
	display: none;
}
#mobile-nav-menu-list a {
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;	
	color: white;
	background-color: #555B6B;
	display: block;
	margin: 0;
	padding: 7px 15px;
	z-index: 1003;
}
#mobile-nav-menu-list > li {
	width: 100%;
	border-bottom: 1px solid #656C80;
}
#mobile-nav-menu-list li > a:hover, 
#mobile-nav-menu-list li > a:active {
	background-color: #656C80;
	color: white;
}
#mobile-nav-menu-list li.current-menu-item > a {
	background-color: #39B4D6;
	color: white;
}
#mobile-nav-menu-list li.current-menu-item > a:hover, 
#mobile-nav-menu-list li.current-menu-item > a:active {
	background-color: #52BDDB;	
}


/* Unused for now */
#mobile-nav-logo {
	background: #EEEEEE url('../images/db_logo_mobile@2x.png') no-repeat 0 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;	
	position: absolute;
	left: 0; top: 0; bottom: 0; width: 58px;
	background-size: 51px 34px;
	display: block;
	border: 1px solid #555B6B;
}



#mobile-login {
	display: block;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAATxJREFUeNrsmd0NwjAMhHHhnVFgFNiAkWASGAU2YAUmMEYqFQ0p/YkvjUMs+bFprvfZcVRi5oXlqBbGYzXhmbksoywdKAIs1sAgNhWCC0JFQBFQBOQpgJx0Y2fdgbPkMdqABBin3wveajfuSgeZf5gjCdDH2Uhe0Uihi3iNRqopRNZjqWudsUgNQyhiw4Ag1Qj4qAUOzKhItXp5jVGsK2MfUskhBEGqJQDYUmFIlStlYDwkD5IXiwJCR40GIZph8yfJbejmvQ5IHVeBJzMjkekSQO6LXx2JdUdVFWTm6kJqyPxCiACnsDoyo7pQIEYQZGIhBEOmzwENjPZIZHzT6NLZ9JcAB6NBUyLgYvQ/PzjIogDKyQFvO01ZAOVWA6aQ0hglOPkaMF/EKRey+TY65U5MqTlAHZsz4cpTgAEAR1xhxJQ5zGMAAAAASUVORK5CYII=);
	background-size: 24px 24px;
	background-position: 59px center;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #BD00BC;
	z-index: 1001;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	padding: 0;
	margin: 0;
	line-height: 18px;
}
#login-text-wrapper {
	padding: 11px;
	text-align: left;
}
#mobile-login:hover, #mobile-login:active {
	background-color: #CD00B9;
}

#mobile-nav-contact {
	background-color: #474C59;
	background-position: center center;
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAnNJREFUeNrsW9FxwjAMDRz/4aP/ZAMYIRuUbgATwAiMABM0GzSdgHDX/6YTNExQZ4LUvtMHzZXgOJItDr07/fQc23qRpWeRjpqmiR4Z4+jBIQQIAUKAECAECAFCgBDABam2TFulrelppba9tqTXikYKM7BEW9HgIdM2tVl7xOAusIS3HiPPe4a5y65BoQkwIX8knL+GNUqOBCSwsZh4nS8gQXFLgnsPzhvMtW25RYB5+98e16thTcUlArae14shIbI5AmmgasOGgJ9Ax45VFXjVtvK85og6AqZwvouWTC3g79OLsWsQQGGBKGdTbeqGRFUw7vK5z8YP1H/7HiMmtaNFXY9hXBqgIpRUSdCEdd7zmcvQP93S60goqAhYOii6WSsBFh4IyKgIWCCUJUXs/Al6DCQEJBF/rCg7QiVz59fX3j6nllhG6Hzn3CEJUK3uzQfy7e/FilgEAVQ5CpOqNc8T9PLUQLGzs+0HYvQETQl8G/D8yxUNkULDZN7R5clb0VS45KPJwFCrINxixzAtO0SLcmlx9cXQHFDCZmoH59Ou7OzDecwy2FfJ5Q7hiu48ZhUoHEgL7jwmATnheDLnMQkwZ/lgOfbQ4+yTOk/RErOZbGQ5lymDO+qLEmcCvEC+D0CaZwrhaoNd9Lc5GhRDj4DpBWzhvt1HDdZwxjMHMcSCgCU4/Yywh3cgIudOQAJOG5sR7OUMRPiNCosr4wKuqT6RwWcz5J/n3Bqwb8JiT03A+Ea23gRO0puI+IeTLgJSJpVqGSoJcvlXkppSN9wDAaTyWaSwEHBd9DwEJAc8+hGY3EvjQiJACBAChAAhQAjAx68AAwB1wfSUUkxysgAAAABJRU5ErkJggg==);
	border: 1px solid #555B6B;
}
#mobile-nav-contact a {
	display: block;
	width: 100%;
	height: 100%;
}
#mobile-nav-contact:hover {
	background-color: #555B6B;
}



#subnav {
	position: static;
	top: 0;
}
#subnav	.offset-by-two {
	margin-left: 0;
}
#subnav .columns {
	width: 100%;
}
#subnav .nav-bar {
	border-top: 1px solid #ddd;
	height: auto;
}
#subnav .nav-bar > li {
	float: none;
	width: 100%;
	border-bottom: 1px solid #ddd;
	line-height: 36px;
}
#subnav .nav-bar > li:before {
	content: "> ";
	float: left;
	font-weight: bold;
	font-size: 12px;
	color: #969CAD;
	margin-left: 20px;
	margin-right: 6px;
}




/*** FRONT PAGE ***/
#launch-highlight {
	background-size: auto calc(100vh - 126px - 40px), auto calc(100vh - 126px - 40px);
	background-position: 20% top;
}

#launch-highlight .content-wrapper{
	padding: 1rem 0 0 0;
}

#launch-highlight h1 {
	margin-bottom: 0;
	line-height: 1.2;			  
}

#launch-container {
	width: 80%;
}

#launch-highlight-left {
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

#launch-highlight-right {
	display: none;
}

#launch-highlight h1{
	font-size: 1.6em;
	margin-top: 1em;
}
	
/* 
#launch-highlight h1{
	font-size: 28px;
	line-height: 30px;
	margin-top: 45px;
	margin-bottom: 4px;
}

#launch-highlight h2{
	font-size: 18px;
	line-height: 21px;

}

#launch-highlight p{
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 18px;
} */

/* statement START */
#frontpage-statement{
	height: 70vh;
}
#frontpage-statement .content-wrapper {
    position: relative;
    top: 30%;
    width:80%;
}

.statement {
    width: 80%;
    top: 30%;
}
.statement p{
	font-size: 1.8rem;
}

/* statement END */

#frontpage-cloud #featured-video-footer-mobile{
	display: block;
}

#frontpage-cloud #featured-video-footer{
	display: none;
}

.see-how-it-works {
	display: inline-block;
	background-color: #bd00bc;
	border: 1px solid #bd00bc;
	padding: 8px 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 30%;
	min-width: 176px;
	letter-spacing: -0.025em;
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
}

.see-how-it-works:hover {
	background-color: #cd00b9;
	border: 1px solid #cd00b9;
	color: white;
}

.request-a-trial {
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #bd00bc;
	padding: 8px 20px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 30%;
	min-width: 176px;
	letter-spacing: -0.025em;
	color: bd00bc;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

.request-a-trial:hover {
	border: 1px solid #bd00bc;
	background-color: #bd00bc;
	color: white;
}


#frontpage-highlight-content, 
#frontpage-highlight2-content, 
#frontpage-highlight1b-content {
	min-width: 0;
	padding: 24px 20px 0 20px;
	min-height: 0;
}

#frontpage-highlight1b { 
	margin: 0 auto;
	padding: 0;
}
#frontpage-highlight1b-content {
	padding: 24px 20px 16px 20px;
}

#frontpage-highlight2 h1 {
	margin-top: 0;
}

.enterprise-fp-features-cell {
	width: 100%;
	display: block;
}

.enterprise-fp-features-cell p {
	font-size: 15px; font-size: 1.5rem;
	line-height: 18px; line-height: 1.8rem;
	margin: 0;
}

#frontpage-highlight2-content {
	padding-bottom: 24px;
}

h2.second-title {
	font-size: 21px; font-size: 2.1rem;
	line-height: 24px; line-height: 2.4rem;
}

#front-page-section2 {
	width: auto;
	min-width: 0;
	padding: 0 20px 30px 20px;
}

#customers-highlight-wrapper {
	max-width: none;
	min-width: 0;
	margin: 0 auto;
	font-size: 0;
	
}
.customers-highlight-cell { width: 16.6%; height: auto; position: relative;  padding: 5px 0;}
.customers-highlight-cell img { width: 100%; height: auto; }

#customers-highlight {
	width: 100%;
	display: block;
}

.balloon {
	width: 120%;
	height: 130%;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 6% 9%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	position: absolute;
	top: -15%; left: -10%;
	border-radius: 4%; -moz-border-radius: 4%; -webkit-border-radius: 4%;
	margin: 0;
	overflow: hidden;
}

}

/* Landscape */
@media only screen and (max-width: 812px)
  and (orientation: landscape) {
	#launch-highlight {
		height: 100vh;
		background-size: cover, cover;
	}

	#launch-highlight-left{
		font-size: 1.5rem;
		margin-top: 5rem;
	}
	
	#frontpage-statement{
		height: 100vh;
        min-height:700px;
	}

	#frontpage-secure .cell-left .white-box, #frontpage-secure .cell-right .blue-box{
		width: 35rem;
	}

}


@media screen and (max-width: 489px) { 
	.customers-highlight-cell { width: 33.3%; display: inline-block; float:none;} 
 /*   div#customers-highlight .customers-highlight-cell:nth-child(13) {
    display: none;
}*/
    }

@media screen and (max-width: 679px) { .balloon { font-size: 12px; font-size: 1.2rem; line-height: 13px; line-height: 1.3rem; } }
@media screen and (max-width: 599px) { .balloon { font-size: 11px; font-size: 1.1rem; line-height: 12px; line-height: 1.2rem; } }
@media screen and (max-width: 539px) { .balloon { font-size: 10px; font-size: 1.0rem; line-height: 11px; line-height: 1.1rem; } }
@media screen and (max-width: 509px) { .balloon { font-size: 9px; font-size: 0.9rem; line-height: 10px; line-height: 1.0rem; } }

@media screen and (max-width: 489px) { 
	.balloon {
		font-size: 12px; font-size: 1.2rem;
		line-height: 13px; line-height: 1.3rem;
		width: 92%; height: 88%;
		top: 6%; left: 4%;
	}
}
@media screen and (max-width: 419px) { .balloon { width: 110%; height: 115%; top: -7.5%; left: -5%; } }
@media screen and (max-width: 359px) { .balloon { width: 120%; height: 130%; top: -15%; left: -10%; } }
@media screen and (max-width: 319px) { .balloon { font-size: 11px; font-size: 1.1rem; line-height: 12px; line-height: 1.2rem; } }
@media screen and (max-width: 299px) { .balloon { font-size: 10px; font-size: 1.0rem; line-height: 11px; line-height: 1.1rem; } }
@media screen and (max-width: 269px) { .balloon { font-size: 9px; font-size: 0.9rem; line-height: 10px; line-height: 1.0rem; } }

/* feature usage START */
@media screen and (max-width: 640px) {
#features-usage .usage-header img, #features-usage .usage-titles{
	width: 100%;
	padding-left: 0;
}

#features-usage .usage-title{
	padding-top: 5rem;
}
#features-usage .usage-title, #features-usage .usage-title-2{
	text-align: center;
	font-size: 2rem;
	line-height: 2.5rem;
	padding-left: 0;
}
#features-usage .usage-cell {
	width: 48.5%;
	max-width: none;
	margin-right: 0;
	padding-right: 1rem;
}

#features-usage .usage-cell h3{
	margin-top: 2rem;
	text-align: center;
}
#features-usage .usage-cell.even {
	margin-right: 0;
}
#features-usage .usage-cell-img img {
	max-width: 113px;
}

}
@media screen and (max-width: 375px) {

#features-usage .usage-cell {
	width: 100%;
	max-width: none;
	margin-right: 0;
	padding-right: 0;
}
#features-usage .usage-cell-img {
	background: none;
	padding: 0;
	margin: 0 auto 5px auto;
}
#features-usage .usage-cell-img img {
/*	max-width: 85px;*/
}
#features-usage .usage-cell h3 { font-size: 16px; font-size: 1.6rem; text-align: center; }

#features-usage .usage-cell h3, #features-usage .usage-cell p { }

}

/* feature usage END */

/* features social START */
@media screen and (max-width: 639px) {

.features-social-button{
	width: 5rem;
	height: 5rem;
	margin-right: 2rem;
}
}
/* features social END */
@media screen and (max-width: 639px) {

.features-company-badge {
	width: 49.4%;
	max-width: none !important;
	margin-right: 1.2%;
	margin-bottom: 1.2%;
}
.features-company-badge img {
	display: block;
	margin: auto;
}
#features-company-badge2 {
	margin-right: 0;
}

#features-company-badge6 {
	margin-right: 0;
}

	
	
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.entry-content iframe {
	width: 100%;
}
}
@media screen and (max-width: 767px) {
	
#features-company-badges {
	height: auto;
	width: auto;
	margin: 0 auto;
}


#gradient {
	min-width: 0;
}
#gradient h2 {
	padding: 20px 20px 0 20px;
	font-size: 21px; font-size: 2.1rem;
	line-height: 24px; line-height: 2.4rem;
}
#news ul.block-grid {
	padding: 20px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#news ul.block-grid.two-up > li {
	margin: 0;
	width: 100%;
	float: none;
}
#news .block-grid.two-up {
	margin: 0;
}
#news .row .eight.columns, #news .row .four.columns {
	width: 100%;
	float: none;
}
#news .row .four.columns {
	width: 100%;
	float: none;
	margin-left: 0;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#news .widget_twitter {
	margin-right: 0;
}
#news .row .four.columns iframe {
	display: block;
	margin: 0 auto;
}

#news li:nth-child(2n-1) .newsitem, #news li:nth-child(2n) .newsitem{
	margin: 0 0 20px 0;
}
#news .newsitem {
	font-size: 14px; font-size: 1.4rem;
	line-height: 20px; line-height: 2.0rem;
}
#news .newsitem h3 {
	font-size: 16px; font-size: 1.6rem;
}
#news .news-archives-link {
	margin-left: 20px;
	margin-right: 20px;
}



/*** FOOTER ***/

#footer {
	font-size: 14px; font-size: 1.4rem;
	padding: 0;
}
#footer > .row {
	padding: 30px 20px;
}
#footer .columns {
	padding-top: 10px;
	width: 100%;
	margin-left: 0;
}

#footer-top {
	padding: 10px 0;
	margin: 0 0 10px 0;
}
#footer-top .columns {

}

#footer-top .textwidget {}

#footer-top .button {
	right: 0;
	display: block;
	width: 100%;
	max-width: 280px;
	margin: 0 auto;
}

#footer-widgets .column-wrap {
	width: 45%;
	float: left;
}
#footer-widgets .column-wrap.left {
	margin-right: 10%;
}

#footer-widgets .column-wrap .two.columns {
	width: 100% !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}



/*** SOFTWARE PAGE ***/

/* #software-cloud-text-after {
	width: 100%;
	max-width: none;
	min-width: 0;
	padding: 20px 20px;
}

#software-features {
	padding: 10px 10px;
}
#software-features-overlay-bg {
	left: 10px; top: 10px; right: 10px; bottom: 10px;
	padding: 10px 10px;
}
#software-features .software-features-col {
	max-width: none;
	width: 100%;
}
.software-feature-text {
	min-height: 0;
}

#software-mobile {
	padding: 0 20px;
}

#software-mobile .software-mobile-table {
	width: 426px;
}
#software-mobile .software-mobile-col {
	width: auto;
	margin-right: 10px;
}
#software-mobile .software-mobile-col-rt {
	margin-right: 0;
} */

.software-page-main .content-wrapper{
	/* padding: 0 5rem; */
}

#cyber-security img{
	margin-right: 0;
}

#cyber-security .paper{
	margin: 0 -3rem;
	padding: 5rem 3rem;
}
#cyber-security .header{
	margin: 0;
}
#cyber-security .header h2{
	text-align: center;
}

#cyber-security .regular-content{
	padding: 0;
}

#software-feature-highlights .strong-content, #software-enterprise .strong-content, #software-mobile-video .strong-content{
	width: 100%;
}

#frontpage-cloud .feature, #software-feature-highlights .feature, #software-enterprise .feature{
	width: 100%;
}



}
@media screen and (max-width: 465px) {
#software-mobile .software-mobile-table {
	width: 100%;
}
#software-mobile .software-mobile-col {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}	
#frontpage-cloud #featured-video-footer, .software-page-main #featured-video-footer {
	display: none;
}

#frontpage-cloud #featured-video-footer-mobile, .software-page-main #featured-video-footer-mobile {
	display: block;
}

#frontpage-cloud #featured-video-footer-mobile{
	margin-top: 9rem;																					 
}

#frontpage-cloud #featured-video-footer-mobile .feature, .software-page-main #featured-video-footer-mobile .feature{
	margin-top: 2rem;
	width: 100%;
	height: 12rem;
	text-align: center;
}

#frontpage-cloud #featured-video-footer-mobile .feature img, .software-page-main #featured-video-footer-mobile .feature img{
	height: 100%;
}

}
@media screen and (max-width: 768px) {
	
#software-enterprise-header {
	padding: 0 20px;
}
#software-enterprise-features {
	padding: 20px;
}
#software-enterprise-features-content {
}
.software-enterprise-feature {
	float: none;
	max-width: 360px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: #474C59;
	color: white;
	margin-bottom: 10px;
}
.software-enterprise-feature-header {
	padding-top: 10px;
}
.software-enterprise-feature h3 {
	font-size: 16px; font-size: 1.6rem;
	color: white;
}
.software-enterprise-feature-content {
	display: none;
}
.software-enterprise-feature-mobile {
	display: block;
	padding: 5px 5px 0 5px;
}
.software-enterprise-feature-mobile-iframe {
	width: 100%;
	min-width: 168px;
	min-height: 152px;
}

#software-security {
	padding: 0 20px;
}

#footer-contact-form {
	padding: 0 20px;
}
#footer-contact-form .gform_wrapper {
	width: 100%;
	padding: 10px 10px 20px 10px;
}
#footer-contact-form input[type="text"], #footer-contact-form input[type="tel"], #footer-contact-form input[type="email"], #footer-contact-form textarea {
	width: 100%;
	clear: both;
	margin-right: 0;	
}

#main.expertise-page-main #section1 {
	padding: 20px 20px;
}
#expertise-process-title {
	min-width: 0;
	padding: 10px 20px;
}
#expertise-process {
	min-width: 0;
	padding: 20px;
}
#expertise-process .usage-cell {
	width: 100%;
	max-width: none;
	margin-bottom: 10px;
}
#expertise-process .usage-cell-img {
	max-width: none;
}
.expertise-process-icon {
	top: 0;
}
.expertise-process-arrow {
	display: none;
}
.expertise-users #features-usage .usage-cell-img {
	background: none;
}



/*** CUSTOMERS PAGE ***/

#customers-logos {
	padding: 10px 20px;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
.customers-logos-row {
	width: 100%;
	padding: 0;
}
.customers-logos-item img {
	width: 16.6%;
	height: auto;
}
}

/* 29.03.2020 fix */
@media screen and (max-width: 1000px){
.customers-logos-row {
    width: 100%;
    padding: 0;
}
.customers-logos-item img {
    width: 16.6%;
    height: auto;
}
}
/* 29.03.2020 fix end */
@media screen and (max-width: 570px) {
.customers-logos-item img {
	width: 33.3%;
	height: auto;
}
}
@media screen and (max-width: 767px) {
	
#customers-quotes {
	margin-top: 0;
	height: 200px;
}
.customers-quote-text {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0 36px;
	width: 100%;
	font-size: 16px; font-size: 1.6rem;
	line-height: 19px; line-height: 1.9rem;
}
.customers-quote-text .ql {
	left: -36px;
	font-size: 36px; font-size: 3.6rem;
}
.customers-quote-text .qr {
	right: -36px;
	font-size: 36px; font-size: 3.6rem;
}

#customers-stories {
	padding: 0 20px;
}
#customers-story-list {
	margin: 20px 0;
}
.customers-story {
	padding: 10px 20px 20px 20px;
}
.customers-story-logo {
	width: 100%;
	float: none;
	margin: 0;
}
.customers-story-logo img {
	width: 100%;
	max-width: 150px;
	height: auto;
	margin: 0 auto;
}
.customers-story-data {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 10px;
}
.customers-story-data h3 {
	text-align: center;
	font-size: 16px; font-size: 1.6rem;
}
.customers-story-desc {
	width: 100%;
	min-width: 0;
	float: none;
	margin: 0;
	padding: 0;
}
.customers-story-readmore {
	position: static;
	display: block;
	width: 100%;
	max-width: 240px;
	margin: 10px auto 0 auto;
}
.customers-story-readmore a {
	display: block;
	text-align: center;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.single-db_case-main #sidebar {
	display: none;
}

.single-db_case-main #content .eight.columns {
	width: 100%;
	margin: 0;
}



/*** COMPANY PAGE ***/

#page-company-badges {
	padding: 0 20px;
	min-width: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}



/*** NEWS ARCHIVE ***/
/*** NEWS POST ***/

.post-page-main #sidebar {
	display: none;
}
.post-page-main .page-content, .posts-page-main .page-content {
	padding: 0 20px;
}
#sidebar #searchform .columns {
	float: none;
	width: 100%;
	margin: 0;
}
.blog .post .entry-title { }

.archive-page-main #content .eight.columns, .post-page-main #content .eight.columns {
	width: 100%;
}
h1.entry-title, h2.entry-title {
	font-size: 21px; font-size: 2.1rem;
	line-height: 25px; line-height: 2.5rem;
}
#content.has-sidebar-white {
	background: white;
}



/*** MANAGEMENT PAGE ***/

.management-text {
	min-width: 0;
	max-width: none;
	width: 100%;
}
.management-text p {
	padding-left: 0;
	text-align: left;
	margin-top: 20px;
}
.management-video-container {
	float: none;
	margin: 0;
	width: 100%;
	min-height: 160px;
	display: contents;
    display: -ms-inline-flexbox;
}
.management-video-container iframe {
	width: 100%;
	min-width: 168px;
	min-height: 152px;
}



/*** CAREERS ***/

#careers-wrapper .page-content {
	padding: 10px;	
}
.career-list-item {
	border: 1px solid #E9E9E9;
	margin-bottom: 10px;
}
.career-link {
	padding: 10px;
}
.career-thumbnail {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
}
.career-thumbnail, .career-hover-mask, .career-play {
}
.career-video-mobile-iframe {
	display: block;
	margin: 0 auto 15px auto;
	width: 100%;
	max-width: 360px;
	height: auto;
	min-width: 168px;
	min-height: 152px;
}
.career-desc {
	font-size: 14px; font-size: 1.4rem;
}

body.single-db_career h3 {
	font-size: 16px; font-size: 1.6rem;
}
#career-bottom-list {
	margin: 0;
	height: auto;
	border-bottom: 1px solid #E9E9E9;
}
#career-bottom-list > li {
	float: none;
	width: 100%;
	border: 1px solid #E9E9E9;
	border-bottom: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}



/*** CONTACT PAGE ***/

.contact-page-main .entry-content > .row .four.columns {
	width: 100%;
	margin: 0;	
	margin-bottom: 10px;
}

}
@media screen and (max-width: 479px) {
.contact-cell {
	margin-right: 0;
	width: 100%;
}
}
@media screen and (max-width: 767px) {
	


/*** FEATURED VIDEOS ***/

#featured-video {
	margin-top: 0;
}
.featured-video-mobile-iframe {
	display: block;
	width: 100%;
	border: 5px solid white;
	height: 100%;
	margin: 10px -5px;
	box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box;
}
#mobile-video-mobile-iframe, #security-video-mobile-iframe {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0;
	display: block;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	border: 5px solid white;
	height: 100%;
}

#featured-video-content {
	/* padding: 0 20px; */
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#featured-video-play, .featured-video-preview-wrapper {
	display: none;
}

#featured-video, #mobile-video {
	/* background: rgba(255,255,255,0.6); */
}

#security-video-play, .security-video-preview-wrapper {
	display: none;
}

#mobile-video-play, .mobile-video-preview-wrapper {
	display: none;
}

#career-video-play, .career-video-preview-wrapper {
	display: none;
}

#frontpage-cloud #featured-video, #software-cloud #featured-video {
	height: auto;
	padding-top: 0;
}

#frontpage-cloud #featured-video-content, #software-cloud #featured-video-content {
	background-size: 95% auto;
	background-position: center top;
	padding-top: 1px;
}
#frontpage-cloud #featured-video-header, #software-cloud #featured-video-header {
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0 20px;
	margin-top: 1px;
}

#frontpage-cloud .main-title, #software-cloud .main-title { top: 0; }

#frontpage-cloud #featured-video-play, #software-cloud #featured-video-play {
	display: none;
}
#frontpage-cloud #featured-video-footer, #software-cloud #featured-video-footer {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 0 20px;
	width: 100%;	
}
#frontpage-cloud .cell, #software-cloud .cell {
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	width: 100%;	
}
#frontpage-cloud .cell-arrow, #software-cloud .cell-arrow {
	display: none;
}
#frontpage-cloud #featured-video-header, #software-cloud #featured-video-header {
	height: auto;
	padding: 0;
}

#footer-contact-form .gform_confirmation_message {
	width: 100%;
	height: auto;
}
#archive-sidebar {
	display: none;
}
#article-wrapper {
	padding: 0;
	width: 100%;
	border: 0;
}
#posts-search-form-mobile {
	display: block;
	padding: 20px;
	min-width: 0;
	background: white;
}
#posts-search-form {
	display: none;
}
#mobile-archive-widget {
	display: block;
}



#mobile-archive-widget ul {
	margin: 0 0 20px 0;
	height: auto;
	border-bottom: 1px solid #E9E9E9;
	list-style: none; 
	margin-left: 0;
}
#mobile-archive-widget li { 
	float: none;
	width: 100%;
	border: 1px solid #E9E9E9;
	border-bottom: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	margin: 0; padding: 5px 15px;
}



#software-cloud #featured-video-content {
	background-position: center 8px;
	padding-top: 8px;
}

.single-db_case-main #content {
	padding: 0 20px;
}

.video-list.block-grid.three-up {
	margin-left: 0;
}

.video-list.block-grid.three-up > li {
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 360px;
	float: none;
	margin-bottom: 20px;
}

.video-list .colorbox-video { background: #eee; }


.archive-page-main .page-title {
	font-size: 20px; font-size: 2.0rem;
	line-height: 23px; line-height: 2.3rem;
	font-weight: bold;
}
.archive-page-main #content {
	padding: 0 20px;
}

#nav-above {
	margin: 5px 0;
}
.archive .page-content .entry-content > p, .archive .page-content .entry-content > ul, .archive .page-content .entry-content > ol, .archive .page-content .entry-content > h4, .archive .page-content .video-list .colorbox-video .entry-content > .title, .video-list .colorbox-video .archive .page-content .entry-content > .title, .archive .page-content .entry-content .gform_wrapper {
	padding: 0;
}

.contact-page-main iframe {
	min-width: 40px;
}

}



@media screen and (max-width: 767px) {
	#footer-hs-contact-form {
		padding: 0 20px;
	}
}

@media screen and (max-width: 639px) {
	#footer-hs-contact-form .hbspt-form {
		width: 100%;
		max-width: 560px;
	}
	#footer-hs-contact-form .hbspt-form fieldset {
		margin: 0 auto;
	}
}

@media screen and (max-width: 519px) {
	#footer-hs-contact-form .hbspt-form {
		padding: 10px 10px 20px 10px;
	}
	#footer-hs-contact-form input[type="text"], #footer-hs-contact-form input[type="email"], #footer-hs-contact-form input[type="tel"],#footer-hs-contact-form textarea, #footer-hs-contact-form select {
		width: 100%;
		margin-right: 0;
	}
	#footer-hs-contact-form .input {
		width: 100%;
		clear: both;
		margin-right: 0;
	}
	
	#footer-hs-contact-form .hs_firstname, #footer-hs-contact-form .hs_firstname .input, #footer-hs-contact-form .hs_firstname input,
	#footer-hs-contact-form .hs_lastname,  #footer-hs-contact-form .hs_lastname .input,  #footer-hs-contact-form .hs_lastname input {
		width: 100%;
	}
}


@media screen and (max-width: 465px){
	h1.cover-title{
		font-size: 3rem;
	}
}


@media screen and (max-width: 320px){
	h1.cover-title{
		font-size: 2.6rem;
	}
}
/* Cookie notification css injection 22.03.2019 */
div#hs-eu-cookie-confirmation { 
	border: 0 !important;  
}
div#hs-eu-cookie-confirmation {  
	background: rgba(0, 0, 0, 0.7)!important; 
	box-shadow: none !important;
}
div#hs-eu-cookie-confirmation-inner {
	background:none !important;
	color: #fff;
}
div#hs-eu-cookie-confirmation-inner p {
	color: #fff !important;
}
div#hs-eu-cookie-confirmation-inner a{
	color: #39b4d6 !important;
}
div#hs-en-cookie-confirmation-buttons-area a {
	color:#fff !important;
}
@media screen and (max-width:1024px){
div#hs-eu-cookie-confirmation {
top:unset !important;
bottom:0 !important;
position:fixed !important;
}
@media screen and (max-width: 767px){ 
	#content {       
		padding: 20px;  
	}
}
}

/* Auditors page */
/* 29.03.2020 fix */
@media screen and (max-width: 1023px) {
.page-template-contact-us-page-php  .management-video-container {
    width: auto;
	height:auto;
    display: inline;
    display: -ms-inline-flexbox;
	}
}
/* 29.03.2020 fix end */
/* Front page iphone 5 title font fix */
@media screen and (max-width: 355px) {
#launch-highlight h1 {
    font-size: 1.4em;
    margin-top: 1em;
}
}
/* Front page iphone 5 title font fix end */