/* 01/08/2017 */
html {
	color: #222;
	font-size: 62.5%;
}
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	-webkit-overflow-scrolling: touch !important;
}
body {
	font-family: "Open Sans", sans-serif;
	font-size: 1.2rem;
	line-height: 1.2rem;
	padding-top: 81px;
}
*, *:after, *:before {
	box-sizing: border-box;
}
::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
::-ms-clear {display: none; width:0; height:0;}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.noShow {
	position: fixed;
	width: 1px;
	height: 1px;
	opacity: 0;
	margin: -999999em;
}
.solution a,
.solution a h6 {
	text-decoration: none;
	color: #000;
}
.bookingsPage h6,
.marketplacesPage h6 {
	margin-bottom: 5px;
}
.row1 .solution h6,
.row2 .solution h6 {
	height: 50px;
	position: relative;
}
.row1 .solution h6 span,
.row2 .solution h6 span {
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;

}
.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
.hidden {
	display: none !important;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.group:before, .group:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.group:after {
	clear: both;
}
.fRight {
	float: right;
}
.aRight {
	text-align: right;
}
.fLeft {
	float: left;
}
.aLeft {
	text-align: left;
}
.center {
	text-align: center;
}
p {
	margin: 0;
}
p:last-child {
	margin-bottom: 0 !important;
}
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}

@media print,  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

@media print {
*,  *:before,  *:after,  *:first-letter,  *:first-line {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
/* Comprehensive */
.wrapper {
	overflow: hidden;
}
header {
	padding: 20px;
	margin:0 auto;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	transition: top 0.2s ease-in-out;
	border-bottom: 1px solid #cacaca;
	background-color: #fff;
}
header .contain {
	padding: 0 20px;
}
.navUp {
	top: -81px;
}
header h1 {
	display: inline-block;
	margin: 0;
}
header h1 .brand svg {
	margin: 0;
	display: block;
	width: 41px;
	height: 40px;
	float: left;
	outline: 0;
}
/*
header.navOpened h1 .brand {
	background-image: url('/images/IOVOX-enterprise-logo-white-sm.png');
}
@media (min-resolution: 192dpi) {
	header h1 .brand {
		background-image: url('/images/IOVOX-enterprise-logo.png');
	}
	header.navOpened h1 .brand {
		background-image: url('/images/IOVOX-enterprise-logo-white.png');
	}
}
*/
header.navOpened {
	position: fixed;
	width: 100%;
}
header h1 .brand img {
	float: left;
	width: 100%;
}
nav {
	float: right;
	font-size: 0;
}
nav > a {
	text-transform: uppercase;
	padding: 0 25px;
	color: #313131;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	font-size: 1.2rem !important;
	line-height: 1.7rem;
}
nav a:hover,
footer a:hover {
	color: #31aae2;
	transition: all 300ms ease 0s;
}
.subMenu hr {
	display: none;
}
.blueBtn {
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	font-weight: 600;
	text-decoration: none;
	background-color: #31aae2;
	border-radius: 2px;
	font-size: 1.3rem !important;
	text-transform: uppercase;
	padding: 0 30px;
	width: auto;
	border: 0;
	text-align: center;
	margin-bottom: 0;
}
nav .logIn {
	margin-left: 20px;
	padding: 0 30px !important;
}
.menuNav .contactPopLink,
.menuNav .contactPopLink:active,
.menuNav .contactPopLink:focus {
    padding: 0 25px;
    margin: 0;
	text-transform: uppercase;
	font-size: 1.2rem;
}
.blueBtn:hover {
	background-color: #000;
	transition: all 300ms ease 0s;
	color: #fff;
}
.text-banner {
	position: relative;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#text-1, #text-2, #text-3 {
	position: relative;
	top: 0;
	width: 100%;
}
.bounceInLeft {
	animation-name: bounceInLeft;
}
.animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.pressPage .moreAbout h1,
.text-banner h1 {
	font-size: 3.3rem;
	line-height: 4.6rem;
	font-weight: 200;
	color: #313131;
}
.pressPage .moreAbout {
	padding-top: 80px;
	padding-bottom: 80px;
}
.pressPage .newsItems p {
	margin-bottom: 30px;
}
.text-banner h2 {
	font-size: 2rem;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 30px;
	text-transform: none;
}
footer {
	padding: 50px 0 100px;
	text-align: center;
	background-color: #313131;
}
.newsSection ul,
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
footer > div > ul > li {
	float: left;
	font-size: 100%;
	text-align: left;
	padding:0;
}
.newsSection {
	position: relative;
}
.newsSection::before {
	border-top: 1px solid #cacaca;
	content: "";
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 535px;
}
.newsSection ul.newsSnippets {
	display: flex;
}
.blogSnippet {
	float: none;
	display: inline-block;
	font-size: 100%;
	text-align: center;
	padding:0;
	width: 33.333%;
	padding: 0 10px;
	vertical-align: top;
}
.newsSection {
	display: none;
	padding-top: 50px;
	padding-bottom: 50px;
}
.newsSection.showBlogSnippets {
	display: block;
}
.newsSection .contain.center {
	padding-left: 10px;
	padding-right: 10px;
}
.newsSnippets {
	padding-left: 10px;
	padding-right: 10px;
}
.newsSection.center > h4 {
	margin-bottom: 70px;
}
.newsSection img {
	width: 100%;
}
.blogSnippetCont {
	height: 100%;
}
.lastpost_title a {
	text-transform: none;
	font-weight: 200;
	font-size: 1.8rem;
	color: #313131;
	text-decoration: none;
}
.lastpost_title a:active,
.lastpost_title a:focus {
	outline: none;
	-moz-outline-style: none;
}
.lastpost_title h4 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.6rem;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #1eaedb;
	letter-spacing: normal;
}
.blogSnippetCont .lastpost_meta {
	font-style: italic;
	font-size: 1.1rem;
	margin: 0 0 10px 0;
}
.lastpost_excerpt {
	 position: relative;
 }
.lastpost_excerpt > p {
	font-size: 1.4rem;
	line-height: normal;
}
.lastpost_excerpt .readMore {
	display: none;
}
.readMore {
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	text-decoration: none;
	font-weight: 600;
}
.blogPic {
	width: 100%;
	height: 170px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 15px;
}
footer > div > ul > li:first-child {
	/*padding-right: 82px;*/
}
footer > div > ul > li:nth-child(2),
footer > div > ul > li:nth-child(3) {
	/*padding: 0 82px;*/
}
footer > div > ul > li:last-child {
	/*padding-left: 82px;*/
}
footer > div ul > li strong {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
	color: #fff;
}
footer a {
	color: #fff;
	text-decoration: none;
}
.socialLinks li {
	display:inline-block;
	margin-bottom: 0;
}
.social {
	background-size: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	margin-right: 5px;
	font-size: 0;
}
.social:hover {
	opacity: .75;
}
.faceBook {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='100%25' viewBox='0 0 49.7 49.7' style='enable-background:new 0 0 49.7 49.7;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M24.8,0C11.1,0,0,11.1,0,24.8c0,13.7,11.1,24.8,24.8,24.8c13.7,0,24.8-11.1,24.8-24.8 C49.7,11.1,38.5,0,24.8,0z M31,25.7h-4c0,6.5,0,14.4,0,14.4h-6c0,0,0-7.9,0-14.4h-2.8v-5.1H21v-3.3c0-2.4,1.1-6,6-6l4.4,0v4.9 c0,0-2.7,0-3.2,0S27,16.5,27,17.6v3h4.6L31,25.7z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.twitter {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 486.4 486.4' style='enable-background:new 0 0 486.4 486.4;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M243.2,0C108.9,0,0,108.9,0,243.2s108.9,243.2,243.2,243.2s243.2-108.9,243.2-243.2 C486.4,108.9,377.5,0,243.2,0z M364.2,188.6l0.2,7.8c0,79.2-60.2,170.4-170.4,170.4c-33.8,0-65.3-9.9-91.8-26.9 c4.7,0.5,9.5,0.9,14.3,0.9c28.1,0,53.9-9.6,74.4-25.6c-26.2-0.5-48.3-17.8-55.9-41.6c3.7,0.7,7.4,1,11.3,1 c5.5,0,10.8-0.7,15.8-2.1c-27.4-5.5-48-29.7-48-58.7v-0.8c8.1,4.5,17.3,7.2,27.1,7.5c-16.1-10.7-26.6-29.1-26.6-49.8 c0-11,2.9-21.2,8.1-30.1c29.5,36.2,73.7,60.1,123.4,62.6c-1-4.4-1.6-9-1.6-13.6c0-33,26.8-59.9,59.9-59.9 c17.2,0,32.8,7.3,43.7,18.9c13.6-2.7,26.4-7.7,38-14.5c-4.5,14-14,25.7-26.3,33.1c12.1-1.4,23.7-4.7,34.4-9.4 C386.1,169.7,375.9,180.2,364.2,188.6z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.linkedIn {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 486.4 486.4' style='enable-background:new 0 0 486.4 486.4;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M243.2,0C108.9,0,0,108.9,0,243.2s108.9,243.2,243.2,243.2s243.2-108.9,243.2-243.2 C486.4,108.9,377.5,0,243.2,0z M182.4,361h-60.8V148.2h60.8V361z M153.9,135.2c-15.7,0-28.5-12.8-28.5-28.5s12.8-28.5,28.5-28.5 c15.7,0,28.5,12.8,28.5,28.5C182.4,122.4,169.6,135.2,153.9,135.2z M395.2,361h-60.8V229.4c0-15.4-4.4-26.2-23.3-26.2 c-31.4,0-37.5,26.2-37.5,26.2V361h-60.8V148.2h60.8v20.3c8.7-6.7,30.4-20.3,60.8-20.3c19.7,0,60.8,11.8,60.8,83.1L395.2,361 L395.2,361z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.youTube {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 97.8 97.8' style='enable-background:new 0 0 97.8 97.8;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23FFFFFF;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpolygon class='st0' points='25.7,52.5 29.6,52.5 29.6,73.5 33.2,73.5 33.2,52.5 37.2,52.5 37.2,49 25.7,49 '/%3e%3cpath class='st0' d='M56.7,55c-1.2,0-2.3,0.7-3.4,2v-8H50v24.4h3.3v-1.8c1.1,1.4,2.2,2,3.4,2c1.3,0,2.2-0.7,2.6-2 c0.2-0.8,0.3-2,0.3-3.7v-7.2c0-1.7-0.1-2.9-0.3-3.7C58.9,55.7,58,55,56.7,55z M56.3,68.3c0,1.6-0.5,2.5-1.4,2.5 c-0.5,0-1.1-0.3-1.6-0.8V58.8c0.6-0.5,1.1-0.8,1.6-0.8c1,0,1.4,0.8,1.4,2.5V68.3z'/%3e%3cpath class='st0' d='M43.8,69.2c-0.7,1-1.4,1.5-2.1,1.5c-0.4,0-0.7-0.3-0.8-0.8c0-0.1,0-0.5,0-1.3V55.3h-3.3v14.4 c0,1.3,0.1,2.2,0.3,2.7c0.3,0.9,1.1,1.4,2.1,1.4c1.2,0,2.5-0.7,3.8-2.2v2h3.3V55.3h-3.3V69.2z'/%3e%3cpath class='st0' d='M46.7,38.5c1.1,0,1.6-0.9,1.6-2.6v-7.7c0-1.7-0.5-2.5-1.6-2.5c-1.1,0-1.6,0.8-1.6,2.5v7.7 C45.1,37.6,45.6,38.5,46.7,38.5z'/%3e%3cpath class='st0' d='M48.9,0C21.9,0,0,21.9,0,48.9s21.9,48.9,48.9,48.9s48.9-21.9,48.9-48.9S75.9,0,48.9,0z M54.3,22.9h3.3v13.5 c0,0.8,0,1.2,0,1.3c0.1,0.5,0.3,0.8,0.8,0.8c0.7,0,1.4-0.5,2.1-1.6v-14h3.3v18.4h-3.3v-2c-1.3,1.5-2.6,2.3-3.8,2.3 c-1.1,0-1.8-0.4-2.1-1.4c-0.2-0.6-0.3-1.4-0.3-2.7V22.9L54.3,22.9z M41.7,28.9c0-2,0.3-3.4,1-4.3c0.9-1.3,2.2-1.9,3.9-1.9 c1.7,0,3,0.6,3.9,1.9c0.7,0.9,1,2.4,1,4.3v6.4c0,2-0.3,3.4-1,4.3c-0.9,1.3-2.2,1.9-3.9,1.9c-1.7,0-3-0.6-3.9-1.9 c-0.7-0.9-1-2.4-1-4.3V28.9z M32.8,16.6l2.6,9.7l2.5-9.7h3.7l-4.4,14.7v10h-3.7v-10c-0.3-1.8-1.1-4.4-2.3-7.8 c-0.8-2.3-1.6-4.6-2.4-6.9C28.9,16.6,32.8,16.6,32.8,16.6z M75.2,75.1c-0.7,2.9-3,5-5.9,5.4c-6.8,0.8-13.6,0.8-20.4,0.8 c-6.8,0-13.7,0-20.4-0.8c-2.9-0.3-5.2-2.5-5.9-5.4c-1-4.1-1-8.6-1-12.9s0-8.8,1-12.9c0.7-2.9,3-5,5.9-5.4 c6.8-0.8,13.6-0.8,20.4-0.8c6.8,0,13.7,0,20.4,0.8c2.9,0.3,5.2,2.5,5.9,5.4c0.9,4.1,0.9,8.6,0.9,12.9S76.1,70.9,75.2,75.1z'/%3e%3cpath class='st0' d='M67.2,55c-1.7,0-3,0.6-3.9,1.9c-0.7,0.9-1,2.3-1,4.3v6.4c0,1.9,0.4,3.4,1.1,4.3c1,1.2,2.3,1.9,4,1.9 c1.7,0,3.1-0.7,4-2c0.4-0.6,0.7-1.2,0.8-2c0-0.3,0.1-1.1,0.1-2.1v-0.5h-3.4c0,1.3,0,2.1-0.1,2.2c-0.2,0.9-0.7,1.3-1.5,1.3 c-1.1,0-1.7-0.8-1.7-2.5V65h6.6v-3.8c0-1.9-0.3-3.4-1-4.3C70.1,55.7,68.8,55,67.2,55z M68.8,62.2h-3.3v-1.7c0-1.7,0.6-2.5,1.7-2.5 c1.1,0,1.6,0.8,1.6,2.5V62.2z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.langSelect {
	text-decoration: none;
	font-size: 1.3rem;
	color: #31aee2;
	padding: 20px 0 0;
}
.langSelect .fRight {
	line-height: 30px;
}
.langSelect a {
	color: #fff;
	font-weight: 600;
	line-height: 2.4rem;
}
.langSelect a:hover {
	text-decoration: none;
	color: #31aee2;
}
.globeImg {
	image-rendering: auto;
	display: inline-block;
	float: left;
	width: 30px;
	height: 30px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 120' style='enable-background:new 0 0 120 120;' xml:space='preserve'%3e%3cimage style='overflow:visible;' width='120' height='120' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAYAAAA5ZDbSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJ bWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdp bj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6 eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1 OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJo dHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlw dGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAv IiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RS ZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpD cmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOklu c3RhbmNlSUQ9InhtcC5paWQ6NUFFNDQ2RjFEQUNEMTFFNzk0QUM5NDhDOTc5RERGQTIiIHhtcE1N OkRvY3VtZW50SUQ9InhtcC5kaWQ6NUFFNDQ2RjJEQUNEMTFFNzk0QUM5NDhDOTc5RERGQTIiPiA8 eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1QUU0NDZFRkRBQ0Qx MUU3OTRBQzk0OEM5NzlEREZBMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1QUU0NDZGMERB Q0QxMUU3OTRBQzk0OEM5NzlEREZBMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8 L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pod0v68AAAuQSURBVHja7F2NdeI4ENbyUoA7 OG8FcSqIr4J1KoipIKQCSAVkK4BUAKkApwJIBfgqgKuAw/vkW4do9D+egc28p5f37hZb1qcZfTMa jb4dDgdxAZLKlh1bcmzX8m8jueG3lfy7P7Z3+XdzbLVsZy3fzhTgXLbbDqgY0oL9JidC9QUwnoYW x/bDQiOxZSkBX56DhnMGuNHK8tjupZZylEa7X45tLrX9C2BL8/sgNfacpNHon9zMOCeAG20dS3Ps q031CVESBrLUkrN7OaFirOXNu56kVn8BHADsUoLpS35SaSlKJJLGAmhKgBuNmToAW58QnJAl4F4C 6wNa3dF82988BvbZXxqAe27psa0OdrI7ttmx5ZHeOzu4y+LYRvL33efl8nk7y+esFM9Ab32DO7Ec jK0c1CTSe0cOQLSTqrB8diKfv7V8/uQSAc6ObW0JbBnxvYmDtVg4gAq10hLotRyTiwB4RABsC+7a QlsnCKbTFujROQOcSK0wDTDWR64tgE16mNw7C8uRnBvANiYZ88MmVAPqOdHRTDYWuDuD9hTIAwq9 vzz07zW0rbAYl4w7wKWFq5D0MJDcwHUhfVH7OYgckZpp/n8T1fm7h6C8amNiziR0uJdj8KT5NzPP IIxSBj2A237UhHBg/2G2MTExTPZoIA+Qwa3lh1DvsPxguPtUybGpUUFGXHPXPbPVbghRJZlmXcwj hUMx/PWSimRlDMFt2w7oU37S/5ki4FIwBDnrG2CdK0QNrkvMO/qAIoHs7UL5rMGJXB8SYNO9D6Zs kufAPoyJGPZPjzGPTrJmgCtSMwG3y9x9+xIruyMmGcwMbmgUgEdArlQzkHeCV+LZxsBSffxpTEmE OQ+tkBigAJzJDAyV3HVyoAQzkG9kRsUGcFWgbIucIMPFRqYuk+/K0TRDEapK8JW9XJOfA7UHW+6B vicAFjcxNXgCzJqKOEJ1KZIDFmMIKE9mO+42AKcAq2zX3S8JlzFAWpcabmOViWoDMGSah4JpNv+F aO9LR5GGjthYA1wAL18KqjTQy5OphjeYxjs3cYeB58uHPc/uXNAfOsOQEcBtfiqsI2Qxp74sugRs /BOCaW4BvBa/z/lCUkvi8SLO8DjnCVEaW2hv978/KQBNJVZz5Vs0ccwtkP0YMwHeJXEcM0Nk2nP+ si7ubNrscMLFdRuwjPRx00M8ibG5sfIYaAxwFwFbtKULwFjamzmcAHCRiccg5/J3C8CK5AQ7RrYT 1Roflw3z8oCbbQklxK9k2wbkOWey/zPLExYYW4a54Rtc3gdp8adJqTpduFBQ74bYfA8kFCuh36Hp HgetgU2C9tT/1EDC6g4BST37/M3yu07JYaKIh+8NXsBQuCcFbhXfNv/k4ShMSOwjFolh5s48jo6s D7iyNZDDacSlxtcyQkeCEp2JHgWuDaq2QEj09jH3LqQtA0zsKuJ7Qg8AQAn+Ix3Aa0DDYifAxcji TwIHfNc5+5trJnEaGdiYR1VmwLOVAKe2C7dD2/ZAYNqD2CYStpKmtXRYEkoESzE54GeQ/v99V4YN 5zogWqSLhMVMDqhO+pifRH82Af23SZFpnv8qfheB2ZyQwpaI7UX82lotIU0VewjPpyRLtVZOIwcP YkbCsMtMmEgYxrniWFG4hSqrUqXBb54zKwXcgqcziRPrdmiepMs4ETwq3b3p+j9QmLVT3zTWANWC Se0oC9EBd82sr0vNBo4W4JD93h+Rn0cxaBvHPXJuIH8A+FbxD94Dt/+gDIVzkRvNHuw9s76qsLrt Agwl1MUCN4TNUspcqE8blAEhUAypgDDqL4BTIEbsC3DMycJBoGMwBXOAG0yTATATQ7TtOrK5p5Y9 sMZxM9MqYpgNAI0LScmJPWE4yE/AUqXnAHAS0f8VwPPOPb12AwxgoZjcE9n6Bl+FWXIFmNQQQC5t De66IiOFmU46rLVLMJtSxX/3aL1UmF1fCfic75d8lFcFwJmAM0DbM703PfVPhVky+MLNiam6WrZM RCyJ5CMDwG+tI78nuxCQ5x6/6avCjwqzfODwj0N8svRCAG7OErsm/ueEAP9KulPV9P8W8CJVfadm 5g/F5Uh7njg9ITnN5F5HHk8XOfQBcCk+b5Q3H/9dXP5pxAb0hYL83FABjEGylsCMH4nLl4ce+Iwz ycLwx1Qgj6kZJbLkwHr7StkpDBPdfuxK46+dfvS1gJPi3+RvOO8nJ3LtTYmXps9YmrLyIqd0huYR T5jmcM0Y3LCizCMbILo1UOmiEC0ZS01JGGlvCSw9zdr73GM/VJhVmJGsttpchRA0mTEBV9cXFjVM BkAnssggDyOzSQ55UZmGZ1DUDlNu+zabDe/i87ZXbBM4l61NAk8U5qwGOg1dCj0WdLtUutOSTZ8m RETvVN6vAA3GSg3dOK7LlVzHGh96qmDqCYEZ1IHbfBtV7TBV4uR+AAx4KnjJs0bD+9aShYCTGigL sqow2wyYDJyt9lP2M5Gam2q4BmXUStWvugV4DwQrOMm7pVnCBDfTgEuZJJED/aoHGu3IBX9xrp/s KWPG4EJYbVo3qZG3HolWTBMtJPnCzFHONJNoKHikN6mweusCXAHawUmWAs6omCESw0IDLpf4eAF4 IFqAOYIMVaNp2e2fKIXGxfywXVgRkhgXedQw6hGS5YCsRslgPG4hcE8Bfj0DDe4SG6hINsbaX2lA Lhhq8KsK4CXgW+VMQR4Cphqjv3cGkkfJnlOd1ekCXAMfcS94yhLQrBzRalSAEqREY3APWJxaBXAj L4AJSJiCXPdsNR6B/0cBMHRTzAcMTwGeOzyIWqB+Yfmluu1BCl+4BBRvrgNYlzDHTUYi7sF102Cu NQNKscHwACxbH/vSYznh2HWXd54FtV3znBaGPDGKm1atywlTlfPv7QMDJtDEUMZwd6C5hja4IDh2 Sf8YbQHc34BVOU41mBmzye1U0p+7FvtcZhF6ZX3si0DQtdd0QfQT4A5wPYISI/CfWrhJlHckjwRc 4FUtHrNld6C/wn2HpMETzW0oKVNiuQ254v0R8D+p85JVrlCMg9aqfdVnGaqsib8ZuuL9Ufsrz7LA mPcKhayVCcL6ljPgHIWGD4gQDRZCf/NlQrje7oE1KmT9TYnDocLRYhoP1dsAXAOLOOUmOxRxewiY dNAdvtQAQ2m6T1Z9i3CVDdWJP6gqu0+V+pzZt5lI39r2Ga5X2RyQI0ixjm1mh/Areqi9hTzGLWmx LmOiCtulATM80WgItfbq7oVyuqQs5kVXW6IZP3UEKLO4uWxN7O9uA24nNd5daMPqoCz/DUGkp+nP FiAijQ/777H9JeC7BVUE7oaIXMUfWwQTsibQ5CLinYUZoeauYy+BWCSAAuTQmiALQlKVGC7c9J50 mLsvFCD73DG4Io5WmcAN2qLFDBtSmLzEkIHRBZXDzWWmG9GD9999SBaUszTTkJY70W+5hUyRkFch 5mz5SK6JUrVhyHnwW3rYAOASFeLUJkiXRqNpsI0mt9pDWeaAQ6rvQsS/7j1os8FF5gZfLZc+a/EH glvIb88N/vc85ksxCqFVQn/qvZ3FC8H3xASG1uq+dyOQKgVgVbprO7y0mNGXXGZ4ZGGxlgKzDEQP hGJkGUEqL4hElQb3x2vjgMoPtvX31n8A0LbArvuKD3BzD7pAjxhkb9oGV0aWwPbuLsZ2k2xzn2bC 7hxvm5rzIvjdntb0/17YH6+tRPyirEahALhLsqbC/mxtLcF+E3TVbZo+34rPN66Y+v1I1WdKgLvB kbFwP0TdDNi71IwKUUubdu3hu9cyMW5OObgcAA4FujugtdTw7o3jtcYspp33tckAt/JvFtAPcmA5 AtzVmoczjHbNOXIFjgB3I0ClJDJc7z7cSFDngml8nTPAp6a0S3AopUv0au4Ddy4AQ+TnVtgl0vlK u5a/IZO5L4AtNDztgN29aMvkb1cdMN87oNbnoKEm+U+AAQCR567yNpBmuwAAAABJRU5ErkJggg=='%3e%3c/image%3e%3c/svg%3e ");
	margin-right: 5px;
}
.langModalContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.langModalContainer li {
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin: 0;
}
.langModalContainer li a {
	display: block;
	text-decoration: none;
	padding: 6px 10px;
}
.langModalContainer li:hover a {
	background-color: #f6f9fc;
}

/* Home Page */
.mainImg {
	max-width: 600px;
	margin: 0 auto
}
.mainSqImg{
	max-width: 350px;
	margin: 0 auto 30px;
}
.verificationPage .text-banner,
.errorPage .text-banner,
.homePage .text-banner,
.homePage .text-banner h2 {
	text-align: center;
}
.topSection {
	min-height: 564px;
}
.announcementsPage .topSection {
	min-height: 600px;
}
.homePage .topSection h2 {
	margin: 20px auto;
	max-width: 800px;
}

.errorPage .contain.center {
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
}
.aboutPage .topSection,
.clientsPage .topSection,
.supportPage .topSection,
.contactPage .topSection,
.privacyPage .topSection,
.termsPage .topSection,
.gdprPage .topSection,
.loginPage .topSection,
.errorPage .topSection,
.pressPage .topSection {
	min-height: inherit;
}
.loginPage .contactSection {
	border-top: 0;
}
.fixBottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.topSection,
.contactSection {
	background: #f6f9fc;
	border-bottom: 1px solid #cacaca;
	padding: 36px 0;
}
.casestudiesPage .topSection {
	padding-top: 0;
	background-size: cover;
	position: relative;
}
.casestudiesPage.csAutoTrader .topSection {
	background-image: url(/media/auto-trader-iovox-poster.jpg);
}
.casestudiesPage.csZoopla .topSection {
	background-image: url(/media/zoopla-iovox-poster.jpg);
}
.casestudiesPage.csZoopla .csLogo {
	margin-bottom: 18px;
}
.casestudiesPage.csBottomZoopla .contactSection {
	background-color: #fff;
}
#contactForm > #contactBody {
	font-size: 1.6rem;
	text-align: center;
}
.contactUs .fRight.aRight.submitBtn {
	padding-top: 17px;
}
.logoSection {
	text-align: center;
	border-bottom: 1px solid #cacaca;
	padding: 25px 0;
}
.logoSection ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
	height: 60px;
	overflow: hidden;
}
.logoSection ul li {
	display: inline-block;
	margin-bottom: 0;
	padding: 0 35px;
	height: 60px;
	line-height: 60px;
	position: relative;
	border: 0;
	outline: 0;
	text-align: center;
}
.logoSection img {
	opacity: .7;
	height: auto;
	max-height: 60px;
	width: auto;
	max-width: 122px !important;
	vertical-align: middle;
	margin: 0 auto;
}
.logoSection img.logoBig {
	max-width: 100px !important;
}
.solutionsSection,
.challengeSection {
	padding: 50px 20px;
}
.casestudiesPage .solutionsSection {
	padding-bottom: 0;
}
.solutionsSection .row1,
.solutionsSection .row2 {
	margin-bottom: 45px;
	font-size: 0;
}
.solutionsSection h4 {
	margin-bottom: 4.0rem;
}
.solutionsSection .row {
	display: flex;
	margin-bottom: 60px;
	text-align: center;
}
.solutionsSection .row .solution {
	display: inline-block;
	font-size: 0;
	padding-bottom: 40px;
	position: relative;
	vertical-align: top;
}
.solutionsSection .row.first {
	margin-bottom: 0;
}
.solutionsSection .clearBtn {
	bottom: 0;
	left: auto;
	position: absolute;
	right: auto;
	transform: translateX(-50%);
}
.homePage .solutionsSection h4 {
	font-size: 2.5rem;
}
.es_ES .homePage .row1 .solution p,
.fr_FR .homePage .row1 .solution p{
	min-height: 112px !important;
}
.fr_FR .resellersPage .topTags {
	min-height: 137px !important;
}
.differenceSection {
    line-height: 2.5rem;
    padding: 50px 20px;
}
.solutionsSection .solutionsPrologue {
	line-height: 2.5rem;
}
.solutionsSection .solution,
.marketplacesSection .solution,
.moreCaseStudies .solution {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 40px;
}
.moreCaseStudies {
	font-size: 0;
}
.moreCaseStudies .solution {
	width: 50%;
}
.differenceSection p {
    font-size: 1.5rem;
    line-height: 2.8rem;
    margin-bottom: 2.5rem;
    font-weight: 300;
}
.solutionsSection p {
	font-size: 1.5rem;
}
.solution,
.feature {
	width: 33.33%;
	text-align: center;
	padding: 0 20px;
}
.featuresBenefitsLogos .row {
	margin-bottom: 80px;
}
.feature p {
	font-size: 1.4rem;
	line-height: 2.4rem;
}
.row .feature {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}
.feature img {
	margin-bottom: 20px;
}
.slick-track {
	margin: 0 auto;
}
.solution img {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 auto 25px;
}
.feature img {

}
.homePage .solution img {
	width: 175px;
	height: 175px;
}
.bookingsBenefits .solution img,
.marketplacesBenefits .solution img{
	display: inline-block;
	margin: 0 auto 25px;
}
.solution p {
	font-size: 1.5rem;
	line-height: 2.8rem;
	color: #313131;
}
.solution p {
	margin-bottom: 15px;
}
.solution button {
	margin-bottom: 0;
}
.clearBtn,.clearBtn:focus,.clearBtn:active {
	color: #31aee2;
	border-color: #31aee2;
	border-radius: 2px;
	text-transform: none;
	line-height:3.6rem;
}
.clearBtn:hover {
	transition: all 300ms ease 0s;
}
.ovalBtn, .ovalBtn:focus, .ovalBtn:active, .ovalBtn:hover{
	border-radius: 1.8rem;
}
.contactSection {
	padding: 90px 0;
}
.contactSection .contain {	
	max-width: 750px;
	margin: 0 auto;
}
.contactSection h2 {
	font-size: 3.6rem;
	margin-bottom: 40px;
}
.fRight.heroTxt {
	padding-left: 20px !important;
}

/* Solutions Page */
.twoCol > .heroTxt {
	width:50%;
	padding: 40px 0 0 0;
	text-align:left;
}
.twoCol > .heroImg {
	width:50%;
	padding-left: 20px;
	text-align: right;
	margin: 0;
}
.bookingsPage .topSection .twoCol {
	overflow: hidden;
}
.bookingsPage .text-banner h1,
.bookingsPage .text-banner h2,
.bookingsPage .text-banner p {
	text-align: left;
}
.bookingsPage .heroImg {
	background: left center / 520px auto no-repeat;
}
.marketplacesPage .heroImg {
	background: right center / 470px auto no-repeat;
}
.directoriesPage .heroImg {
	background: left center / 545px auto no-repeat;
}
.resellersPage .heroImg {
	background: right center / 565px auto no-repeat;
}
.marketersPage .heroImg {
	background: left center / 495px auto no-repeat;
}
.en_US .marketersPage .heroImg,
.en_UK .marketersPage .heroImg {
    background: left center / 480px auto no-repeat;
}
.featuresPageAnalytics .heroImg {
	background: url(/images/features/analyticsMain.gif?b) calc(100% - 20px) center / 490px auto no-repeat;
}
.featuresPageAutomatedBooking .heroImg {
	background: url(/images/bookings/bookingsMainNew.gif?b) calc(100% - 20px) center / 520px auto no-repeat;
}
.featuresPageSmsTextToSpeech .heroImg {
	background: url(/images/features/features-screenshot-sms.gif?a) 20px center / 490px auto no-repeat;
}
.featuresWebCallback .heroImg {
	background: url(/images/features/features-web-callback-process.png?abc) 20px center / 490px auto no-repeat;

}
.featuresPageCommunicationTools .heroImg {
	background: url(/images/features/features-screenshot-comms.gif?c) calc(100% - 20px) center / 490px auto no-repeat;
}
.featuresPageRestApi .heroImg {
	background: url(/images/features/features-screenshot-api.gif?b) 20px center / 490px auto no-repeat;
}
.featuresPageCallRecordingOutcomeTracking .heroImg {
	background: url(/images/features/features-screenshot-recording.gif?b) 20px center / 490px auto no-repeat;
}
.featuresPageMobileSurveys .heroImg {
	background: url(/images/features/features-screenshot-survey.gif?b) calc(100% - 20px) center / 410px auto no-repeat;
}
.announcementsPage .topSection {
	overflow: hidden;
}
.announcementsPage.killPostIt .heroImg {
	background:20px 90px / 325px auto no-repeat;
}
.announcementsPage.sayWhat .heroImg {
	background:20px 90px / 545px auto no-repeat;
}
.announcementsPage.everHearThat .heroImg {
	background:20px 90px / 545px auto no-repeat;
}
.announcementsPage.everHearThat .heroImg {
	background:20px 90px / 545px auto no-repeat;
}
.announcementsPage.everHearThat .text-banner h1 {
	font-size: 2.7rem;
}
.announcementsPage .fLeft {
	padding-right: 20px;
}
.featuresPageAnalytics .heroTxt {
	padding-left: 20px;
}
.aboutPage .topSection.secondary {
	padding-top: 100px;
}
.aboutPage .topSection {
	padding-top: 80px;
	padding-bottom: 115px;
}
.aboutPage .heroImgCent {
	min-height: 640px;
}
.aboutBuilt {
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 0;
}
.aboutBuilt img {
	 height: 470px;
	 margin: 80px auto 0 -210px;
	 width: 730px;
 }
/*
.marketersPage .fRight.heroImg {
	left: 190px;
	padding-right: 190px;
	background-position: center 30px;
	width: 100%;
	z-index: 0;
}
*/
.marketersPage .heroTxt {
	position: relative;
	z-index: 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
	.bookingsPage .heroImg {
		background-size: 520px auto;
		background-position: left center;
	}
	.marketplacesPage .heroImg {
		background-size: 470px;
		background-position: right center;
	}
	.directoriesPage .heroImg {
		background-size: 545px;
		background-position: left center;
	}
	.resellersPage .heroImg {
		background-size: 565px auto;
		background-position: right center;
	}
	.marketersPage .heroImg {
		background-size: 495px;
		background-position: left center;
	}
	.aboutPage .heroImgCent {
		background-size: 840px auto;
		background-position: 220px 80px;
	}
	.announcementsPage.killPostIt .heroImg {
		background:20px 90px / 545px auto no-repeat;
		background-size: 50%;
	}
	.announcementsPage.sayWhat .heroImg {
		background:20px 90px / 545px auto no-repeat;
		background-size: contain;
	}
	.announcementsPage.everHearThat .heroImg {
		background:20px 90px / 545px auto no-repeat;
		background-size: 70%;
	}
}
.topTags {
	overflow: hidden;
}
.heroImgLeft .heroImg,
.heroImgRight .heroImg,
.heroImgCent .heroImg {
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
	top: 0;
}
.heroImgLeft .heroImg {
	left: 0;
}
.heroImgRight .heroImg {
	right: 0;
}
.solutionsSection .twoCol .fLeft {
	width: 50%;
}
.solutionsSection .twoCol .fRight {
	width: 50%;
}
.differenceHeader h3,
.solutionsHeader h3,
.bookingsHeader h3,
.marketplacesHeader h3 {
	padding-left: 20px;
	font-size: 2.2rem;
	line-height: normal;
}
.differenceHeader h3 {
    padding-left: 0;
}
.bookingsHeader h3,
.marketplacesHeader h3 {
	margin-bottom: 40px;
}
.solutionsRow {
	padding: 16px 20px;
	border-radius: 10px;
	font-size: 1.5rem;
	line-height:2.8rem;
	color: #313131;
	background-color: #fff;
}
.differenceSection hr {
    margin: 100px auto 0;
    width: 50%;
}
/*.solutionsRow:hover {
	background-color:#f6f9fc;
	transition: all 300ms ease 0s;
}*/
.howItWorks.contain {
	margin-bottom: 100px;
}
.howItWorks.contain .aRight {
	padding-right: 20px;
}
img.howItWorks {
	width: 100%;
	max-width: 400px;
	height: auto;
}
.solutionsSection hr,
hr.caseStudiesHr {
	width: 50%;
	margin: 0 auto;
}
hr.caseStudiesHr {
	margin: 100px auto 0;
}
.caseStudySection {
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 3.6rem;
	padding: 100px 0 100px 0;
}
.caseStudyByLine {
	padding: 30px 0 0;
}
.quoteImg {
	display:inline-block;
	padding-right:20px;
}
.quoteImg img {
	width: 40px;
	border-radius: 50%;
}
.quoteImg, .quoteTtl {
	display:inline-block;
	font-size: 1.5rem;
	color: #313131;
}
.caseStudyAction {
	padding-top: 30px;
}
.caseStudyAction button {
	margin: 0;
}
.bookingsBenefits,
.marketplacesBenefits {
	padding: 100px 0 0;
}
.bookingsBenefits .row {
	margin-bottom: 0;
}
.marketplacesBenefits .row {
	margin-bottom: 0;
}
.heroTxt button {
	margin-top: 25px;
	margin-bottom: 0;
}
.heroTxt h1.topTitle a {
	text-decoration: none;
}
.featuresPageAnalytics .heroTxt {
	padding-top: 90px;
}
.topTags.featuresDesc {
	font-size: 1.4rem;
	line-height: 3.2rem;
}
button.more {
	display:block;
	text-transform: capitalize !important;
}
.moreText {
	font-size: 1.3rem;
	line-height: 2rem;
	border: 1px solid transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}
.de_DE .moreText, .es_ES .moreText {
	min-height: 160px !important;
	line-height: 1.8rem;
}
/*.showMore.collapsed .moreText,*/
.showMore.collapsed span.less {
	display: none;
	transition: all 300ms ease 0s;
}
/*.showMore.expanded h2,*/
.showMore.expanded span.more {
	display: block;
	transition: all 300ms ease 0s;
}
.topTags h2 {
	line-height: normal;
}
.moreLess {
	min-width: 105px;
}
.moreSection {
	background-color: #313131;
	padding: 30px 10px 70px;
    display: none;
}
.moreSection .contain {
	color: #fff;
	font-weight: 200;
	font-size: 1.9rem;
	line-height: 3.6rem;
	padding: 0 40px;
}
.moreSection button.close,
.moreSection button.close:hover {
	display: block;
	margin: 0 auto 20px;
}
.moreSection button.close:hover {
	color: #888;
}
.heroTxt > h1 {
	margin-bottom: 40px;
}
.heroTxt > h1:first-child {
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 600;
}
/* Marketplaces Page */

/* Support Page */
.contain.supportTop {
	max-width: 580px;
}
input.fullWidth {
	width: 100%;
	height: 50px;
}
.supportForm {
	position: relative;
	margin-bottom: 0;
}
.supportForm label.searchInput {
	background-image: url("/images/icons/field-search.png");
	opacity: 0.4;
}
.popularSearchTerms {
	font-size: 1.3rem;
	line-height: 2.8rem;
}
.supportSection {
	max-width: 940px;
	margin: 0 auto;
	padding: 65px 10px 70px;
}

/* Responsive Menu */
.menuToggle {
	display: none;
	cursor: pointer;
	background-color: transparent;
	border: 0;
	padding: 10px;
	height: 40px;
	width: 40px;
}
.menuToggleBar {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #000;
	transition: 0.3s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.navOpened .menuToggleBar {
	background-color: #fff;
}
.menuToggleBar + .menuToggleBar {
	margin-top: 4px;
}
.menuToggleActive .menuToggleBar {
	margin: 0;
	position: absolute;
}
.menuToggleActive .menuToggleBar:nth-child(1) {
	transform: rotate(45deg);
}
.menuToggleActive .menuToggleBar:nth-child(2) {
	opacity: 0;
}
.menuToggleActive .menuToggleBar:nth-child(3) {
	transform: rotate(-45deg);
}
.menu {
	display: block;
}
.menu ul {
	padding: 0;
	list-style: none;
	font: 0 'Open Sans', Arial, Helvetica;
	border-radius: 2px;
}
.menu li, .menu a {
	display: inline-block;
	font-size: 1.2rem !important;
}
.menu a {
	color: #313131;
	text-decoration: none;
}
.menu a.noLink {
	cursor: default;
}
.menuNav {
	background-color: #fff;
	margin-bottom: 0;
}
.menuNav > li {
	position: relative;
	margin-bottom: 0;
}
.menuNav > li > a {
	padding: 0 25px 10px 0;
	text-transform: uppercase;
	font-weight: 600;
}
.menuNav > li > a.menuHeader::before {
	content: "";
	position: absolute;
	border: 4px solid transparent;
	border-bottom: 0;
	border-top-color: currentColor;
	top: 50%;
	margin-top: -6px;
	right: 10px;
}
.menuNav > li.subMenu.opened > ul {
	opacity: 1;
	visibility: visible;
	min-width: 235px;
}
.menuNav > li:hover > a {
	color: #31aae2;
}
.menuNav > li:hover > a.logIn {
	color: #fff;
}
.menuNavChild {
	min-width: 100%;
	position: absolute;
	top: 100%;
	left: -60px;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	margin: 0;
	border: 1px solid #cacaca;
	background-color: #fff;
	transition: margin .15s, opacity .15s;
}
.menuNavChild > li {
	width: 100%;
	margin-bottom: 0;
}
.menuNavChild > ul > a {
	position: relative;
	background: #ffffff;
	border: 1px solid #cacaca;
}
.menuNavChild > li > a {
	font-size: 1.3rem !important;
	font-weight: 600;
}
.menuNavChild > li:first-child > a:after, .menuNavChild > li:first-child > a:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.menuNavChild > li:first-child > a:before {
	border-color: rgba(204, 204, 204, 0);
	border-bottom-color: #ccc;
	border-width: 8px;
	margin-left: -8px;
	transition: all 300ms ease 0s;
}
.menuNavChild > li:first-child > a:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
	margin-left: -7px;
	transition: all 300ms ease 0s;
}
/* Up arrow dropNav */
.menuNavChild > li:first-child > a:hover:after {
	/*border-color: rgba(204, 204, 204, 0) rgba(255, 255, 255, 0) #eee;*/
	border-width: 7px;
	margin-left: -7px;
	transition: all 300ms ease 0s;
}
.menuNavChild > li:last-child {
	border: 0;
}
.menuNavChild a {
	padding: 0 60px 0 25px;
	width: 100%;
	color: #31aae2;
	border-color: #31aae2;
	white-space: nowrap;
	transition: all 300ms ease 0s;
	line-height: 41px;
}
.menuNavChild a:hover {
	background-color: #f4f4f4;
	text-decoration: none;
}
.menuNavOpen {
	display: block !important;
}
.menuNavOpen .menuNavChild {
	display: block;
}
li.subMenu {
	margin-right: 15px;
}
.menuNavOpen li.subMenu {
	margin-right: 0;
}
.navFeatures .menuNavChild span.allFeatures,
.menuNavOpen .navFeatures .menuNavChild li,
.menuNavOpen .navFeatures .menuNavChild span.moreFeatures {
	display: none;
}
.menuNavOpen .navFeatures .menuNavChild li:last-child,
.menuNavOpen .navFeatures .menuNavChild span.allFeatures {
	display: block;
}
.menu .menuNav .navContact a {
	color:#31aae2;
	font-size:1.5rem !important;
}
.noticeModal,
.langModal,
.userModal,
.contactModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(52, 54, 66, 0.9);
	z-index: 999;
	overflow-y: auto;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s, visibility 0.3s;
	-moz-transition: opacity 0.3s, visibility 0.3s;
	transition: opacity 0.3s, visibility 0.3s;
}
.noticeModal.isVisible,
.langModal.isVisible,
.userModal.isVisible,
.contactModal.isVisible {
	visibility: visible !important;
	opacity: 1 !important;
	z-index: 10001;
}
.noticeModal.isVisible .noticeModalContainer,
.langModal.isVisible .langModalContainer,
.userModal.isVisible .userModalContainer,
.contactModal.isVisible .contactModalContainer {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.noticeModalContainer,
.langModalContainer,
.userModalContainer,
.contactModalContainer {
	position: relative;
	width: 90%;
	max-width: 640px;
	background: #FFF;
	margin: 4em auto 4em;
	cursor: auto;
	border-radius: 0.25em;
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.noticeModalContainer {
	max-width: 940px;
	text-align: center;
	padding: 36px 80px !important;
}
.noticeContents img {
	width: 100%;
	max-width: 370px;
	max-height: 276px;
	margin-left:30px;
	margin-bottom: 30px;
}
.noticeContents p {
	font-size: 1.7rem;
	line-height: 2.6rem;
	margin-bottom: 30px;
}
.langModalContainer {
	max-width: 400px;
}
.flexBox {
	display: flex;                  /* establish flex container */
	flex-direction: row;            /* default value; can be omitted */
	flex-wrap: nowrap;              /* default value; can be omitted */
	justify-content: space-between; /* switched from default (flex-start, see below) */
}
.flexBox .aLeft {
	line-height: 3rem;
	color: #fff;
	order: 3;
	text-align: left;
}
.flexBox .aCent {
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	order: 2;
}
.flexBox .aRight {
	line-height: 3rem;
	order: 1;
	text-align: right;
	color: #fff;
}
.flexBox > li {
    width: 100%;
}
.flexBox > li > div {
    text-align: left;
}
.flexBox > li:nth-child(1) {
    text-align: left;
}
.flexBox > li:nth-child(2) {
    text-align: center;
}
.flexBox > li:nth-child(3) {
    text-align: center;
}
.flexBox > li:nth-child(4) {
	text-align: right;
}
.langSelect.flexBox > li:nth-child(1) {
    text-align: center;
}
.langSelect.flexBox > li:nth-child(2) {
	text-align: right;
}
.langSelect.flexBox > li:nth-child(3) {
    text-align: left;
}
.flexBox > li > div {
    display: inline-block;
    width: auto;
}
.signSwitcher {
	list-style-type: none;
	margin-bottom: 0;
}
.userModalContainer .signSwitcher:after {
	content: "";
	display: table;
	clear: both;
}
.userModalContainer .signSwitcher li {
	width: 100%;
	text-align: center;
	padding: 25px 25px 10px;
}
.userModalContainer .signSwitcher li:first-child a {
	border-radius: .25em 0 0 0;
}
.userModalContainer .signSwitcher li:last-child a {
	border-radius: 0 .25em 0 0;
}
.userModalContainer .signSwitcher a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #d2d8d8;
	color: #809191;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 2rem;
	transition: all 300ms ease 0s;
}
.userModalContainer .signSwitcher a.selected {
	background: #FFF;
	color: #505260;
}
#inlineLoginContainer .modalForm {
	padding-bottom: 0;
}
.inlineFormBottomMessage a {
	font-size: 1.4rem;
	text-decoration: none;
}
.multichannelDisclaimer {
    color: #666;
    margin-top: 25px;
}

@media only screen and (min-width: 600px) {
	.noticeModalContainer,
	.langModalContainer,
	.userModalContainer,
	.contactModalContainer {
		margin: 4em auto;
	}
	.userModalContainer .signSwitcher a {
		height: 50px;
		line-height: 50px;
	}
}
.modalForm {
	padding: 1.4em;
}
.modalForm .fieldset {
	position: relative;
	margin: 1.4em 0;
}
.modalForm .fieldset:first-child {
	margin-top: 0;
}
.modalForm .fieldset:last-child {
	margin-bottom: 0;
}
#rememberMe, #acceptTerms {
	float: left;
	margin-right: 5px;
}
.langSelect .langLink {
	display: inline-block;
	position: relative;
	padding-right: 20px;
	line-height: 30px;
}
.langLink:after {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -3px;
	transition: all 300ms ease 0s;
}
.langLink:hover:after {
	border-bottom-color: #31aee2;
	transition: all 300ms ease 0s;
}
.langList h1,
.contactUs .modalForm h1 {
	font-size: 3.6rem;
	margin-bottom: 15px;
}
.contactUs .modalForm p {
	line-height: normal;
}
.supportForm label,
.modalForm label {
	font-size: 1.4rem;
	/*font-size: 0.875rem;*/
	display: inline;
	font-weight: normal;
}
/*
.supportForm label.imageReplace,
.modalForm label.imageReplace {
	display: inline-block;
	position: absolute;
	left: 15px;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	text-shadow: none;
	background: 50% / contain no-repeat;
}
.imageReplace.modalMessage {
	top: 10px !important;
	transform: none !important;
}
.modalForm label.modalUserName,
.modalForm label.modalFullName {
	background-image: url("/images/icons/field-full-name.png");
	opacity: 0.4;
}
.modalForm label.modalCompany,
.modalForm label.modalCompany {
	background-image: url("/images/icons/field-company.png");
	opacity: 0.4;
}
.modalForm label.modalEmail {
	background-image: url("/images/icons/field-email.png");
	opacity: 0.4;
}
.modalForm label.modalPhone {
	background-image: url("/images/icons/field-phone.png");
	opacity: 0.4;
}
.modalForm label.modalSubject {
	background-image: url("/images/icons/field-subject.png");
	opacity: 0.4;
}
.modalForm label.modalMessage {
	background-image: url("/images/icons/field-message.png");
	opacity: 0.4;
}
.modalForm label.modalPassword {
	background-image: url("/images/icons/field-password.png");
	opacity: 0.4;
}
*/
.supportForm input,
.modalForm input,
.modalForm textarea {
	margin: 0;
	padding: 0;
	border-radius: 2px;
}
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"] {
	line-height: 48px;
}
.supportForm input.fullWidth,
.modalForm input.fullWidth,
.modalForm textarea.fullWidth {
	width: 100%;
}
.supportForm input.hasPadding,
.modalForm input.hasPadding,
.modalForm textarea.hasPadding {
	padding: 16px 20px;
}
.supportForm input.hasBorder,
.modalForm input.hasBorder,
.modalForm textarea.hasBorder {
	border: 1px solid #d2d8d8;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 1.4rem;
}
.supportForm input.hasBorder:focus,
.modalForm input.hasBorder:focus,
.modalForm textarea.hasBorder:focus {
	border-color: #343642;
	box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
	outline: none;
}
.supportFrom input.hasError,
.modalForm input.hasError,
.modalForm textarea.hasError {
	border: 1px solid #d76666;
}
.modalForm input[type=password] {
	/* space left for the HIDE button */
	padding-right: 65px;
}
.supportForm input[type=submit],
.modalForm input[type=submit] {
	padding: 16px 20px;
	cursor: pointer;
	background: #31aae2;
	color: #FFF;
	font-weight: bold;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 1.4rem;
	transition: all 300ms ease 0s;
}
.supportForm input[type=submit]:hover,
.modalForm input[type=submit]:hover {
	background-color: #000;
	color: #fff;
	transition: all 300ms ease 0s;
}
.no-touch .supportForm input[type=submit]:hover,
.no-touch .supportForm input[type=submit]:focus,
.no-touch .modalForm input[type=submit]:hover,
.no-touch .modalForm input[type=submit]:focus {
	background: #3599ae;
	outline: none;
}
.modalForm .hidePassword {
	display: inline-block;
	position: absolute;
	right: 0;
	padding: 6px 15px;
	border-left: 1px solid #d2d8d8;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 1.3rem;
	color: #343642;
	text-align: center;
	min-width: 90px;
}
.modalForm .modalErrorMessage {
	display: inline-block;
	position: absolute;
	left: -5px;
	bottom: -35px;
	background: rgba(215, 102, 102, 0.9);
	padding: .8em;
	z-index: 9999;
	color: #FFF;
	font-size: 1.3rem;
	border-radius: 0.25em;
	/* prevent click and touch events */
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
	-moz-transition: opacity 0.2s 0, visibility 0 0.2s;
	transition: opacity 0.2s 0, visibility 0 0.2s;
}
.modalForm .modalErrorMessage::after {
	/* triangle */
	content: '';
	position: absolute;
	left: 22px;
	bottom: 100%;
	height: 0;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.modalForm .modalErrorMessage.isVisible {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.2s 0, visibility 0 0;
	-moz-transition: opacity 0.2s 0, visibility 0 0;
	transition: opacity 0.2s 0, visibility 0 0;
}
.helpIcon {
	width: 0;
	height: 0;
	background: url(/images/icons/help-icon.png) no-repeat;
	background-size: contain;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	opacity: 0;
	transition: all 300ms ease 0s;
}
#signupForm input.invalid + .helpIcon,
#contactForm input.invalid + .helpIcon,
#contactForm textarea.invalid + .helpIcon,
#inlineContactForm input.invalid + .helpIcon,
#inlineContactForm textarea.invalid + .helpIcon {
	opacity: 1;
	height: 20px;
	width: 20px;
	right: -10px;
	top: -10px;
	transition: all 300ms ease 0s;
}
.helpInfo {
	position: absolute;
	width: calc(100% - 35px);
	opacity: 0;
	background: #fff;
	color: #c0392b;
	margin: 14px 20px;
	z-index: -1;
	line-height: 21px;
	font-size: 1.4rem;
	transition: all 300ms ease 0s;
	padding-top: 1px;
	padding-left: 2px;
	left: -1px;
	text-align: left;
}
#signupForm input.invalid + .helpIcon:hover + .helpInfo,
#signupForm input.invalid + .helpIcon.active + .helpInfo,
#contactForm input.invalid + .helpIcon:hover + .helpInfo,
#contactForm input.invalid + .helpIcon.active + .helpInfo,
#contactForm textarea.invalid + .helpIcon:hover + .helpInfo,
#contactForm textarea.invalid + .helpIcon.active + .helpInfo,
#inlineContactForm input.invalid + .helpIcon:hover + .helpInfo,
#inlineContactForm input.invalid + .helpIcon.active + .helpInfo,
#inlineContactForm textarea.invalid + .helpIcon:hover + .helpInfo,
#inlineContactForm textarea.invalid + .helpIcon.active + .helpInfo {
	opacity: 1;
	transition: all 300ms ease 0s;
	background-color: #fff;
	z-index: 1000;
}
#loading {
	background: rgba(52, 54, 66, 0.9) url('/images/loading.gif') center center no-repeat;
	bottom: 0;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	display: none;
	z-index: 9999;
}
#loginMssg {
	font-size: 1.4rem;
	margin-bottom: 20px;
	color: #db3434;
	white-space: normal;
	width: 100%;
}
#loginMssg:empty {
	display:none;
}
.loginModal h1 {
	font-size: 3.6rem;
	line-height: 4.6rem;
	text-align: center;
	display: block;
	margin-bottom: 20px;
}
.userModalContainer #loginForm .modalForm,
.userModalContainer #modalResetPassword .modalForm,
.userModalContainer #modalResetPassword .modalFormMessage {
	padding-top: 10px;
}
.forgotPassword .modalFormMessage {
	padding-top: 0 !important;
}
textarea.fullWidth {
	padding: 17px 18px;
}

/* About Page */
.aboutPage .topSection,
.features .topSection {
	background-color: #fff;
}
.aboutPage > .topSection .contain.center {
	max-width: 700px;
	margin: 0 auto;
}
.topSection.secondary {
	border: 0;
	position: relative;
	z-index: 1;
}
.builtTxt {
	width: 440px;
	padding-top: 55px;
}
.moreAbout {
	font-size: 1.5rem;
	line-height: 2.8rem;
	color: #313131;
}
.newsPage > .topSection .contain.moreAbout,
.aboutPage > .topSection .contain.moreAbout {
	max-width: 960px;
	padding: 0 20px;
}
.moreAbout hr {
	max-width: 450px;
	margin: 95px auto;
}
.moreAbout h1,
.moreAbout h2 {
	margin-bottom: 40px;
}
.moreAbout strong {
	text-transform: uppercase;
	font-size: 1.4rem;
	color: #313131;
}
.journeyItem {
	max-width: 230px;
    display: inline-block;
    vertical-align: top;
    padding: 0 28px;
    text-align: center;
	color: #a0a0a0;
}
.journeyItem img {
	display: block;
	margin-bottom: 20px;
	max-width: 178px;
}
.journeyItem div {
	color: #a0a0a0;
}
.journeyItem strong {
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	color: #313131;
	text-transform: none;
}
.journeyHeader {
    display: block;
    margin-bottom: 30px;
}
.journeySection .row1 {
    margin-bottom: 50px;
}
.journeyDesc {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}
.gm-style-iw div {
	overflow:hidden !important;line-height: 1.2;
}
.loginPage #inlineLoginContainer .modalForm,
.contactPage #inlineContactForm {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}
.contactPage .contactRow .fLeft {
	width: 50%;
	padding-right: 30px;
}
.contactPage .contactUs {
	margin: 0 auto 70px;
	max-width: 800px;
}
.contactRow > .fRight {
	width: 50%;
	padding-top: 30px;
}
.ioLoc {
	text-align: left;
	margin-bottom: 25px;
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #313131;
}
.ioLoc p {
	margin-top: 5px;
}
.ioLoc h2 {
	font-weight: 400;
	font-size: 1.8rem;
	margin-bottom: 5px;
}
.ioLoc a,
.gm-style-iw a {
	text-decoration: none;
}
.ioLoc .fLeft,
.ioLoc .fRight {
	width: 50%;
}
.ioLoc .notes {
	color: #999
}
#mapContainer {
	position: relative;
}
#map {
	overflow: hidden;
	height: 450px;
	width: 100%;
	margin: 0 auto;
	z-index: 100;
}
.mapPointer {
	padding-right: 20px;
	background: url('/images/icons/marker.png') center right / 10px auto no-repeat;
}
#pointerLocale {
	position: absolute;
	top: 30px;
	right: 0;
	width: 50px;
	height: 33px;
	z-index: 101;
}
.resetHed,
.changeHed,
.successHed,
.forgotPassword .logInHed,
.forgotPassword .subHead,
.changePassword .logInHed,
.changePassword .subHead,
.sentSuccess .initialHed {
	display: none;
}
.forgotPassword .resetHed,
.changePassword .changeHed,
.sentSuccess .successHed {
	display: block;
}
.clearBtn.contactPopLink.disabled,
.clearBtn.contactPopLink.disabled:hover,
.clearBtn.contactPopLink.disabled:active,
.clearBtn.contactPopLink.disabled:focus {
	border-color: #ccc;
	color: #ccc;
	cursor: default;
	text-transform: uppercase;
	font-size: 1.2rem;
	margin: 0 auto;
	padding: 0 25px;
}

@media only screen and (min-width: 600px) {
	.modalForm {
		padding: 3em;
	}
	.modalForm .fieldset.first {
		margin: 0 0 1.5em 0;
	}
	.modalForm .fieldset {
		margin: 1.5em 0 2rem;
	}
	.modalForm .fieldset:first-child {
		margin-top: 0;
	}
	.modalForm .fieldset:last-child {
		margin-bottom: 0;
	}
	textarea#contactMessage.fullWidth.hasPadding.hasBorder,
	.supportForm input.hasPadding,
	.modalForm input.hasPadding,
	.modalForm textarea.hasPadding {
		padding: 0 20px;
	}
	textarea#contactMessage.fullWidth.hasPadding.hasBorder {
		padding: 14px 20px;
	}
	.supportForm input[type=submit],
	.modalForm input[type=submit] {
		padding: 10px 20px;
	}
	#modalResetPassword .modalFormMessage {
		min-height: 68px;
	}
}
.modalFormMessage {
	padding: 1.4em 1.4em 0;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: center;
}

@media only screen and (min-width: 600px) {
	.modalFormMessage {
		padding: 2em 2em 0;
	}
	.forgotPassword .modalFormMessage {
		padding: 0 2em;
	}
}
.modalFormBottomMessage {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -30px;
	text-align: center;
	font-size: 1.4rem;
}
.modalFormBottomMessage a {
	color: #FFF;
	text-decoration: underline;
}
.modalCloseForm {
	/* form X button on top right */
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	top: -40px;
	background: url("/images/icon-close.svg") no-repeat center center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
@media only screen and (min-width: 1170px) {
	/*
	.modalCloseForm {
		display: none;
	}
	*/
}
.confirmationForgotPassword {
	padding: 1em 0 3em;
	font-size: 1.4rem;
	text-align: center;
}
.linkSent .modalFormMessage {
	display: none;
}
#loginForm, #signUp, #modalResetPassword, #inlineLoginContainer, #inlineResetPassword, #changePasswordForm {
	display: none;
}
#loginForm.isSelected, #signUp.isSelected, #modalResetPassword.isSelected, #inlineLoginContainer.isSelected, #inlineResetPassword.isSelected, #changePasswordForm.isSelected {
	display: block;
}
.loginPage .topSection .subHead,
.signSwitcher .subHead,
.contactUs .modalForm .subHead {
	font-weight: 200;
	font-size: 2.2rem;
	line-height: 3.0rem;
	margin-bottom: 15px;
}
.callSales {
	font-size: 1.5rem;
}
.menuHeader {
	display: inline-block;
}
.callSales a {
	text-decoration: none;
}
.callSales img {
	margin-right: 10px;
}
li.menuHeader {
	display: none !important;
}
.pressPage .topSection h1,
.privacyPage .topSection h1,
.termsPage .topSection h1,
.gdprPage .topSection h1,
.supportPage .topSection h1 {
	margin-bottom: 0;
}
.errorSection,
.privacySection,
.termsSection,
.gdprSection {
	font-size: 1.5rem;
	line-height: 2rem;
	padding: 36px 0;
}
.privacySection p,
.termsSection p,
.gdprSection p {
	margin-bottom: 15px;
}
.privacySection > p,
.termsSection > p,
.gdprSection > p {
	margin-bottom: 30px;
}
.privacySection ol,
.termsSection ol,
.gdprSection ol {
	list-style: outside none decimal;
	margin: 40px;
}
.privacySection li,
.termsSection li,
.gdprSection li {
	margin: 20px;
}
.privacySection strong,
.termsSection strong,
.gdprSection strong {
	display:block;
	margin-bottom: 10px;
}
.termsSection,
.gdprSection {
	text-align: justify;
}
.termsSection.contain > p,
.termsSection.contain > u,
.termsSection.contain li,
.gdprSection.contain > p,
.gdprSection.contain > u,
.gdprSection.contain li {
	font-size: 1.8rem;
	line-height: 2.8rem;
}
.privacySection ul,
.termsSection ul,
.gdprSection ul {
	list-style: inherit;
}
.termsSection ol ol {
	list-style-type: upper-alpha;
}
.supportSection > .fLeft,
.supportSection > .fRight {
	width: 50%;
}
.supportSection > .fLeft {
	padding-right: 20px;
}
.supportSection > .fRight {
	padding-left: 20px;
}
.supportSection {
	font-size: 1.5rem;
	line-height: 2rem;
}
.errorSection {
	text-align: center;
	min-height: 360px;
}
.faq {
	margin-bottom: 15px;
}
.faqQ {
	color: #0FA0CE;
	font-weight: 600;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.faqA {
	padding-left: 20px;
}
.faqNote {
	font-size: 1.2rem;
	margin-top: 5px;
	color: #666;
	padding-left: 20px;
}
.faqQ {
	cursor: pointer;
	display: inline-block;
}
.faqACont {
	height: 0;
	overflow: hidden;
	padding: 0;
}
.navOpen,
.popOpen {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
.contactLinks {
	margin-top: 10px;
}
.footerSales {
	color: #fff;
	font-size: 1.8rem;
	line-height: 25px !important;
}
.footerEmail {
	color: #fff;
	font-size: 1.8rem;
	line-height: 25px !important;
}
.footerSales a {
	padding-left: 25px;
	background:url(/images/icons/phone-circle-wh.png) center left / 20px no-repeat;
	white-space: nowrap;
}
.footerEmail a {
	padding-left: 25px;
	background:url(/images/icons/at-sign-wh.png) center left / 20px no-repeat;
	white-space: nowrap;
}
.termsSection.contain > p.disclaimer,
.gdprSection.contain > p.disclaimer {
	font-size: 1.6rem;
}
.termsPage .termsSection li > strong,
.gdprPage .termsSection li > strong  {
	display: inline;
}
.gdprPage .termsSection ol {
	list-style: none;
	counter-reset: item;
	margin:0;
}
.gdprPage ol li {
	display: block;
	margin: .5em 0;
	padding-left: 2em;
}
.gdprPage ol li:before {
	width: 55px;
	display: inline-block;
	margin-left: -3.4em;
	margin-right: .35em;
	text-align: right;
	content: counters(item, ".") ".";
	counter-increment: item;
}
.gdprPage ol ol {
	/*resets from parent OL*/
	margin: 0;
	padding: .5em 0;
}
.gdprPage ol li li:before {
	/*remove the trailing period*/
	content: counters(item, ".") " ";
}
.gdprPage ol ol ol {
	padding: .5em 0 0;
}
.gdprPage .termsSection li {
	margin: 0 20px 20px 20px;
}
.aboutPronounce {
	font-size: 2.2rem;
	font-weight: 200;
	margin-bottom: 20px;
}
.aboutPronounce img {
	margin-left: 10px;
	cursor: pointer;
}
.aboutPage .topSection h2 em {
	color: #999;
}

/* Features */
.featuresPageOverview .heroTxt {
	margin-bottom: 50px;
}
.featuresPageOverview .row {
	margin-bottom: 60px;
	display: flex;
	text-align: center;
}
.solutionsSection .row:last-child,
.featuresPageOverview .row:last-child {
	margin-bottom: 0;
}
.featuresPageOverview .row .solution {
	position: relative;
	vertical-align: top;
	display: inline-block;
	font-size: 0;
	padding-bottom: 40px;
}
.featuresPageOverview .row .solution a {
	text-decoration: none;
}
.featuresPageOverview .row .solution img {
	margin-bottom: 0;
}
.featuresPageOverview .row .solution h6 {
	padding-top: 25px;
	color: #000;
}
.featuresPageOverview .clearBtn {
	position: absolute;
	left: auto;
	right: auto;
	bottom: 0;
	transform: translateX(-50%);
}
.featuresBenefitsSection {
	background-color: #f6f9fc;
	padding-top: 70px;
	padding-bottom: 100px;
	border-bottom: 1px solid #cacaca;
}
.featuresBenefitsHeader > h3 {
	font-size: 2.6rem;
	position: relative;
}
.featuresWhoUsesHeader > h3 {
	font-size: 2rem;
	position: relative;
	margin-bottom: 40px;
}
.featuresBenefitsLogos p {
	font-size: 1.4rem;
	margin-bottom: 40px;
	line-height: normal;
}
.featuresBenefitsHeader > h3:after {
	display: block;
	content: "";
	position: relative;
	width: 55%;
	height: 1px;
	background-color: #cacaca;
	margin: 20px auto 35px;
}
.featuresBenefitsList {
	max-width: 960px;
	padding: 35px;
	border: 1px solid #cacaca;
	border-radius: 10px;
	background-color: #fff;
}
.featuresBenefitsList ul {
	text-align: center;
}
.featuresBenefitsList ul li {
	border: 0;
	display: block;
	position: relative;
	line-height: 24px;
	font-size: 1.4rem;
}
.featuresBenefitsList ul li:before {
	content: "";
	background: url(/images/features/bullet-features.png) left -3px no-repeat;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	background-size: contain;
	line-height: 24px;
}
.featuresBenefitsLogos {
	padding: 85px 0 40px;
	border-bottom: 0;
}
.featuresBenefitsNavigation {
	list-style-type: none;
	margin: 0;
	padding: 40px 0 30px 0;
}
.featuresBenefitsNavSection {
	border-bottom: 1px solid #cacaca;
}
.featuresBenefitsNavigation li {
	display: inline-block;
	line-height: 25px;
	vertical-align: top;
	font-size: 2rem;
	color: #cacaca;
	width: 50%;
}
.featuresBenefitsNavigation li a {
	text-decoration: none;
}
.featuresBenefitsNavigation li small {
	font-size: 1.2rem;
}
.featuresBenefitsNavigation li span.scrollToLeft,
.featuresBenefitsNavigation li span.scrollToRight {
	display: inline-block;
	width:25px;
	height:25px;
	line-height: 25px;
	padding:0;
	background: rgba(202, 202, 202, 1) url("/images/top-arrow.svg") no-repeat scroll center 50%;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	text-indent: -999em;
	text-decoration: none;
	vertical-align: middle;
}
.featuresBenefitsNavigation li a span.scrollToLeft,
.featuresBenefitsNavigation li a span.scrollToRight {
	background: rgba(49, 170, 226, 1) url("/images/top-arrow.svg") no-repeat scroll center 50%;
}
.featuresBenefitsNavigation li:nth-child(1) {
	padding-right: 30px;
	text-align: right;
}
.featuresBenefitsNavigation li:nth-child(2) {
	padding-left: 30px;
	text-align: left;
}
.featuresBenefitsNavigation .scrollLeft span.scrollToLeft {
	margin-right: 8px;
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
}
.featuresBenefitsNavigation .scrollRight span.scrollToRight {
	margin-left: 8px;
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
}
.features .howItWorks {
	padding-top: 50px;
}
.features .howItWorks.two ol,
.features .howItWorks.three ol,
.features .howItWorks.four ol {
	margin: 0 auto;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	font-size: 0;
}
.features .howItWorks.two ol li,
.features .howItWorks.three ol li,
.features .howItWorks.four ol li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.2rem;
	line-height: 2rem;
	padding: 0 30px;
}
/* Two HIW */
.features .howItWorks.two .hiwCont {
	padding: 0 17%;
}
.features .howItWorks.two img {
	max-width: 389px;
	width: 100%;
	margin-bottom: 10px;
}
.features .howItWorks.two ol {
	max-width: 450px;
	width: 100%;
}
.features.featuresPageCallBack .howItWorks.two ol,
.features.featuresPageCallRoutingIvr .howItWorks.two ol {
	max-width: 610px;
	width: 100%;
}
.features .howItWorks.two ol li {
	width: 50%;
}
.features .howItWorks.two ol li:nth-child(2) {
	margin-top: -30px;
}

/* Three HIW */
.features .howItWorks.three .hiwCont {
	padding: 0 12%;
}
.features .howItWorks.three img {
	max-width: 700px;
	width: 100%;
	margin-bottom: 10px;
}
.features .howItWorks.three ol li {
	width: 33.33%;
}
.features .howItWorks.three ol li:nth-child(1) {
	margin-top: -65px;
}
.features .howItWorks.three ol li:nth-child(3) {
	margin-top: -30px;
}

/* Four HIW */
.features .howItWorks.four .hiwCont {
	padding: 0 7%;
}
.features .howItWorks.four img {
	max-width: 790px;
	width: 100%;
	margin-bottom: 10px;
}
.features .howItWorks.four ol li {
	width: 25%;
}
.features .howItWorks.four ol li:nth-child(1) {
	margin-top: -65px;
}
.features .howItWorks.four ol li:nth-child(3) {
	margin-top: -16px;
}
.features .howItWorks.four ol li:nth-child(4) {
	margin-top: -48px;
}
.features .topSection {
	padding-bottom: 60px;
}
.scrollToTopFooter:hover{
	text-decoration:none;
	opacity: .75;
}
#mc_embed_signup {
	clear: left;
	font: inherit;
	width: 100%;
	text-align: left;
}
#mc_embed_signup form {
	padding: 10px 0;
	text-align: left;
}
#mc_embed_signup input.email {
	background-color: #fff;
	border: 1px solid #d2d8d8;
	border-radius: 2px;
	box-sizing: border-box;
	color: #343434;
	display: inline-block;
	font-size: 1.4rem;
	height: 50px;
	margin: 0;
	padding: 16px 20px;
	vertical-align: top;
	width: 280px;
}
#mc_embed_signup input.email:focus {
	border-color: #343642;
	box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
	outline: medium none;
}
#mc_embed_signup .button {
	background-color: #31aae2;
	border: medium none;
	border-radius: 2px;
	box-sizing: border-box;
	color: #fff;
	display: inline-block;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
	height: 50px;
	letter-spacing: normal;
	line-height: 32px;
	margin: 0 0 0 15px;
	padding: 10px 20px;
	transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {
	background-color: #000;
	color: #fff;
	transition: all 300ms ease 0s;
}
#mc_embed_signup label {
	display: block;
	font-size: 1.4rem;
	font-weight: normal;
	padding-bottom: 10px;
}
#mc_embed_signup.flexBox form span {
	display: inline-block;
	vertical-align: top;
}
.announceLink {
	display: block;
	z-index: 500;
	text-decoration: none;
}
.announceDiv {
	width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
	background-color: #313131;
	display: none;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 1;
}
.announceDiv a {
	font-size: 1.4rem;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 15px 40px;
	line-height: normal;
	letter-spacing: 1px;
}
.announceClose {
	position: absolute;
	top: 12px;
	right: 10px;
	text-indent: -5000em;
	display: block;
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0) url("/images/icon-close.svg") no-repeat scroll center center;
	z-index: 1000;
	cursor: pointer;
}
.awardClose {
	position: absolute;
	top: 12px;
	right: 10px;
	text-indent: -5000em;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23231F20;stroke-width:2;stroke-miterlimit:10;%7d %3c/style%3e%3cg%3e%3cline class='st0' x1='2' y1='2' x2='18' y2='18'/%3e%3cline class='st0' x1='18' y1='2' x2='2' y2='18'/%3e%3c/g%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1000;
	cursor: pointer;
	transition: all 300ms ease 0s;
}
.ioAppsIcon:before {
	border-left: 1px solid #666;
	content: "";
	display: inline-block;
	height: 1.4rem;
	line-height: 1.4rem;
	margin: 0 0 0 20px;
	padding: 0 20px 0 0;
	vertical-align: sub;
	white-space: nowrap;
	width: 1px;
}
.at-resp-share-element .at-share-btn {
	margin: 0 5px 0 0 !important;
}
.shareView {
	padding-top: 25px;
	background-color: #f6f9fc;
}
.shareView header {
	display: none;
}
.announcementsPage .topTags h2 {
	line-height: 3.4rem;
}
.announceLink button {
	margin: 0 0 0 10px;
	border: 0;
	border-radius: 3px;
	background-color: rgba(232, 76, 61, 1);
	color: #fff;
	text-transform: uppercase;
	padding: 3px 15px;
}
.announceLink button:hover {
	background-color: rgba(232, 76, 61, .75);
	transition: all 300ms ease 0s;
}
.heroTxt h1 sup {
	font-size: large;
}
.topTags h2 sup {
	font-size: small;
}
.sharePrompt {
	font-size: 1.2rem;
	margin-top: 15px;
	margin-bottom: 5px;
}
#mc_embed_signup #message {
	color: #31aae2;
	font-size: 1.4rem;
	margin-top: 10px;
	padding-left: 20px;
}
.announceLink > span {
	color: #fff;
}
.caseStudy .clearBtn {
	text-transform: uppercase;
	margin-right: 5px;
}
.caseStudy button {
	margin-left: 5px;
}
/* Fancy Labels */
.fieldset {
	display: flex;
	min-height: 50px;
	position: relative;
}
label {
	line-height: normal;
	margin: 0;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 400;
	opacity: 0.4;
	pointer-events: none;
	position: absolute;
	transform: translate3d(0, 22px, 0) scale(1);
	transform-origin: left top;
	transition: 240ms;
	top: -22px;
	padding: 14px 20px;
	border: 1px solid transparent;
	z-index: 999;
}
/* fixes the 1px difference in Chrome's placeholder position */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	label {
		top: -22px;
	}
}
.fieldset.focused label {
	opacity: 1;
	transform: scale(0.8);
	top: -11px;
	left: 14px;
	border: 0;
	border-bottom: 0;
	border-radius: 2px 2px 0 0;
	padding: 2px 6px;
	background-color: #fff;
	color: #999;
	border-radius: 2px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
    background-clip: content-box;
}
form input,
form textarea {
	align-self: flex-end;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
	color: transparent;
	transition: 240ms;
}
form input:focus::-webkit-input-placeholder,
form textarea:focus::-webkit-input-placeholder {
	transition: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color:transparent;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color:transparent;
} /* FF 4-18 */
input::-moz-placeholder,
textarea::-moz-placeholder {
	color:transparent;
} /* FF 19+ */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:transparent;
} /* IE 10+ */
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color:#bbb;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color:#ccc;
} /* FF 4-18 */
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color:#ccc;
} /* FF 19+ */
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color:#ccc;
} /* IE 10+ */
/* IEW-179 */
label.imageReplace.modalMessage {
	z-index: 999999;
}
.scrollToTopFooter {
	width:50px;
	height:50px;
	padding:0;
	text-align:center;
	background: rgba(49, 170, 226, 0.8) url("/images/top-arrow.svg") no-repeat scroll center 50%;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	text-indent: -999em;
	text-decoration: none;
	position: fixed;
	position: -ms-device-fixed;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	bottom:70px;
	right:45px;
	display:none;
	z-index: 9999;
}
.scrollToTopFooter:hover{
	text-decoration:none;
	opacity: .75;
}
.mc_merge_var.focused {
	margin-top: 2rem;
}
.mc_success_msg {
	display: block;
	font-size: 2rem;
	color: #31aae2;
}
ul.bullets {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 20px 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.hocoCont {
	position: fixed;
	-webkit-transform: translateX(-150%) translate3d(0, 0, 0);
	transform: translateX(-150%) translate3d(0, 0, 0);
	top: 50%;
	margin-top: -35px;
	animation-name: slideRight;
	-webkit-animation-name: slideRight;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	width: 180px;
	border-radius: 0 5px 5px 0;
	box-shadow: 0px 0px 4px 1px #ccc;
	padding: 50px 10px 10px;
	z-index: 1;
	background-color: #f6f9fc;
}
.hocoCont h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	letter-spacing:1px;
}
.hocoCont img {
	width: 100%;
	display: block;
}
.hocoImg {
	position: fixed;
	-webkit-transform: translateX(-150%) translate3d(0, 0, 0);
	transform: translateX(-150%) translate3d(0, 0, 0);
	top: 50%;
	left: -5px;
	margin-top: -134px;
	animation-name: slideRight;
	-webkit-animation-name: slideRight;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
	z-index: 2;
	width: 100px;
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}
	100% {
		-webkit-transform: translateX(0%);
	}
}
/* Password Validation */
#changePasswordForm .modalForm {
	padding-top: 0;
}
.reqContainer {
	float: left;
}
.fieldset.controlsContainer {
	display: block;
	float: right;
}
.reqContainer ul {
	list-style-type: none;
	padding: 0px;
}
.reqContainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.reqContainer ul li {
	padding: 2.5px 0px 2.5px 0;
	font-size: 1.4rem;
	color: #666;
	margin: 0;
}
.reqContainer ul li .glyphicon {
	transition: all 0.75s ease;
	float: left;
	margin-bottom: 2px;
	margin-right: 4px;
}
.reqContainer ul li.invalid {
	color: #c0392b;
}
.reqContainer ul li.valid .glyphicon {
	color: #27ae60;
	font-size: 22.5px;
	-webkit-transform: rotate(360deg);
}
.glyphicon-remove-circle {
	position: relative;
	width: 14px;
	height: 14px;
	background-image: url("/images/icons/validation-cross.png");
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -2px;
}
.glyphicon-ok-circle {
	position: relative;
	width: 14px;
	height: 14px;
	background-image: url("/images/icons/validation-check.png");
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -2px;
}
.glyphicon-initial-circle {
	position: relative;
	width: 14px;
	height: 14px;
	background-image: url("/images/icons/bullet.png");
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-top: -2px;
}
.invalid {
	color: #c0392b;
}
.formContainer input#signin-password.hasError {
	border: 1px solid #d76666;
}
#changePassword.valid {
	cursor: pointer;
}
.reqContainer h3 {
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 10px;
	color: #666;
}
.modalForm input.hasBorder.invalid,
.modalForm textarea.hasBorder.invalid {
	border: 1px solid #c0392b;
}
.modalForm input.hasBorder.valid,
.modalForm textarea.hasBorder.valid {
	border: 1px solid #3bcf7a;
}
#changePassword.passInvalid,
#contactSend.passInvalid {
	background-color: #eee;
	color: #ccc;
	cursor: default;
	transition: all 300ms ease 0s;
}
/* Responsive Styles */

/* Smartphones (portrait) */
@media only screen and (max-width : 480px) {
	.menuToggle {
		display: inline-block;
		float:right;
		margin-top: 10px;
		right: -15px;
	}
	header .contain {
		padding: 0;
		height: 60px;
	}
	header h1 .brand {
		margin-top: 15px;
	}
	.menuNav,  .menuNavChild {
		transition: all 300ms ease 0s;
		left: inherit;
	}
	.menuNav {
		left: 7px;
		margin: 54px 0 0;
		position: absolute;
		right: 7px;
		z-index: 999;
	}
	.menuNav a.noLink {
		text-transform: uppercase;
	}
	.menuNav .menuHeader .noLink {
		font-weight:600;
	}
	.menuNav > li {
		width: 100%;
		border-right: 0;
		background-color:#eee;
		border-bottom: 1px solid #515151;
		margin-bottom: 20px;
		min-height: 40px;
		line-height: 40px;
	}
	.menuNav li.menuHeader,
	.menuNav li.navContact {
		margin-bottom: 0;
	}
	.menuNav > li:last-child {
		border: 0;
	}
	.menuNav > li:first-child > a:after {
		content: '';
		position: absolute;
		height: 0;
		width: 0;
		left: 1em;
		top: 31px;
		border: 6px solid transparent;
		border-top: 0;
		border-bottom-color: inherit;
	}
	.menuNav > li > a {
		font-weight: normal;
	}
	.menuNav > li > a,
	.menuNav > li >a.logIn {
		text-transform: none;
		width: 100%;
		padding: 10px;
		border-color: #fff;
		position: relative;
	}
	.menuNav > li >a.logIn {
		background-color: inherit;
		color: inherit;
		margin-left: inherit;
		font-weight: inherit;
		line-height: inherit;
	}
	.menuNav > li:first-child > a::after {
		border: 0;
	}
	nav > ul > li > a.logIn:hover,
	.blueBtn:hover {
		background: inherit;
		color: inherit;
	}
	.menuNav a:hover {
		background-color: inherit;
		border-color: #0186ba;
		color: inherit;
	}
	.menuNavChild {
		position: static;
		background-color: #373737;
		margin: 0;
		transition: none;
		visibility: visible;
		opacity: 1;
	}
	.menuNavChild > li > a {
		font-size: 1.7rem !important;
		font-weight: normal;
		line-height: normal;
	}
	.menuNav > li:hover > ul {
		left: inherit;
	}
	.menuNavChild > li:first-child > a:after {
		content: none;
	}
	.menuNavChild a {
		width: 100%;
		padding: 8px 25px;
	}
	.menuNavChild > li {
		width: 100%;
		margin-bottom: 0;
	}
	.navCont {
		visibility: hidden;
		opacity: 0;
		background-color: rgba(52, 54, 66, 0.95);
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		/*transition: margin-top 0s .5s, visibility 0s .5s, opacity .5s linear;*/
		margin-top: -10000px;
	}
	.menuOpen .navCont {
		background-color: rgba(52, 54, 66, 0.95);
		visibility: visible !important;
		opacity: 1 !important;
		height: 100vh;
		overflow-y: auto;
		position: fixed;
		transition: opacity .5s linear;
		margin-top: inherit;
	}
	.menuNav > li > a:first-child:nth-last-child(2):before,
	.menuNavChild > li:first-child > a:after, .menuNavChild > li:first-child > a:before{
		display: none;
	}
	.menuNav {
		left: 0;
		margin: 60px 0 0;
		right: 0;
		background: transparent;
		transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63) 0s;
		vertical-align: middle;
	}
	.menuOpen .menuNav {
		top: 0;
	}
	.menuNav > li,
	.menuNavChild,
	.menuNavChild > li {
		background: transparent;
		border: 0;
	}
	.menuNav a {
		text-transform: none;
		text-align: center;
		color: #fff !important;
		font-size: 1.7rem !important;
		line-height: 1.7rem;
	}
	.menuNav .noLink {
		color: #999 !important;
		font-size: 1.2rem !important;
	}
	.menuNav > li > a.menuHeader {
		font-weight: 600 !important;
		display: inline-block !important;
		margin: 0 !important;
	}
	.menuNav > li.menuHeader {
		font-weight: 600 !important;
		display: inline-block !important;
	}
	.menuNavChild {
		position: relative;
		z-index: 2;
	}
	.blueBtn {
		width: 80%;
	}
	.caseStudy .blueBtn {
		margin: 0;
	}
	.g-recaptcha.fLeft > div > div {
		transform:scale(0.99);
		-webkit-transform:scale(0.99);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		width: 0 !important;
	}
	.noticeContents h3 {
		font-size: 1.8rem;
	}
	.noticeContents img {
		width: 75% !important;
	}
	.noticeContents p {
		font-size: 1.3rem;
		line-height: 1.7rem;
	}
	.noticeModalContainer {
		transform: translateY(-15px) !important;
	}
    .clearBtn.contactPopLink,
	.clearBtn.contactPopLink:focus,
	.clearBtn.contactPopLink:active {
        border: 0 none;
        color: #fff;
        display: inline-block;
        font-size: 1.7rem;
        font-weight: normal;
        margin: 0 auto;
        padding: 8px 25px;
        text-align: center;
        width: 100%;
		text-transform: none;
    }
	.scrollToTopFooter {
		width: 40px;
		height: 40px;
		bottom: 70px;
		right: 20px;
	}
	.userModalContainer .signSwitcher li {
		padding: 0 !important;
		margin: 0 !important;
	}
	.announcementsPage .fLeft.heroTxt {
		padding-right: 0;
	}
	#mc_embed_signup.flexBox form span {
		display: block;
		vertical-align: top;
	}
	#mc_embed_signup {
		text-align: center;
	}
	#mc_embed_signup .button {
		margin: 10px 0 0;
		width: 100%;
	}
	.announcementsPage .fieldset.fLeft,
	#mc_embed_signup input.email {
		width: 100%;
	}
}
/* END Smartphones (portrait) */


@media only screen and (max-width: 480px) {
	.wrapper {
		max-width: 100%;
	}
	body {
		padding-top: 61px;
	}
	header {
		max-width:100%;
		z-index: 10000;
	}
	.contain {
		padding: 10px;
	}
	header {
		padding-bottom: 0;
		padding: 0 20px;
	}
	footer {
		padding-bottom: 0;
	}
	.homeLink {
		display: none !important;
	}
	.langSelect {
		padding: 0;
	}
	.mainImg {
		max-width: 240px;
		margin: 0 auto;
	}
	.caseStudy .clearBtn {
		margin: 0 0 10px;
		width: 80%;
	}
	header h1 {
		float: left;
	}
	.text-banner h1,
	.contactSection h2 {
		font-size: 2.5rem;
		line-height: 3rem;
	}
	.moreSection .contain,
	.text-banner h2 {
		font-size: 1.5rem;
		line-height: 2.2rem;
	}
	.topSection.text-banner {
		min-height: inherit;
		padding: 20px 0 30px;
	}
	.privacyPage .topSection,
	.termsPage .topSection,
	.gdprPage .topSection {
		min-height: inherit;
		padding: 20px 0;
	}
	.logoSection {
		padding: 15px 0;
	}
	.twoCol > .heroTxt,
	.solutionsRow {
		text-align: center;
	}
	.solutionsSection,
	.contactSection {
		padding-top:50px;
		padding-bottom: 50px;
	}
	.optionalField {
		display: none;
	}
	.solutionsSection .row1,
	.solutionsSection .row2 {
		margin-bottom: 0;
	}
	.es_ES .homePage .row1 .solution p,
	.fr_FR .homePage .row1 .solution p {
		height: auto !important;
		min-height: inherit !important;
	}
	.solutionsRow {
		padding: 10px 0;
	}
    .differenceHeader h3,
	.solutionsHeader h3,
	.bookingsHeader h3,
	.marketplacesHeader h3 {
		padding: 0;
		line-height: normal;
	}
	.solution {
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.solution > p {
		height: auto !important;
	}
	.row1.ourManagement {
		margin-bottom: 0;
	}
	.aboutPage .text-banner h2 {
		margin-bottom: 0;
	}
	.aboutPage .moreAbout h2 {
		margin-bottom: 25px;
	}
	.aboutPage > .topSection.text-banner {
		border-bottom: 0;
	}
	.userModalContainer .signSwitcher li {
		width: 100%;
		padding: 0;
	}
	.modalCloseForm {
		right: -10px;
	}
	.flexBox {
		display: inherit;
		flex-direction: inherit;
		flex-wrap: inherit;
		justify-content: inherit;
	}
	.flexBox .aLeft {
		line-height: 3rem;
		color: #fff;
		width: 100%;
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	.flexBox .aCent {
		margin: 0 auto 20px;
		display: inline-block;
		text-align: center;
		width: 100%;
		float: none;
	}
	.flexBox .aRight {
		float: none;
		clear: both;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	.flexBox > li > div {
		display: block;
		text-align: center;
		width: auto;
	}
	.langSelect.flexBox > li:nth-child(1) {
		text-align: center;
	}
	.langSelect.flexBox > li:nth-child(2) {
		text-align: center;
	}
	.langSelect.flexBox > li:nth-child(3) {
		text-align: center;
	}
	.socialLinks li:last-child a {
		margin-right:0;
	}
	footer > div > ul > li {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	.menuToggle {
		position:relative;
		z-index: 3;
	}
	header h1 {
		position: relative;
		z-index: 2;
	}
	.blueBtn:hover {
		background-color: #31aae2
	}
	.modalForm {
		padding: 0;
	}
	.contactModalContainer,
	.userModal .userModalContainer {
		padding: 16px;
	}
	.userModal .modalForm {
		padding: 0;
		margin: 0;
	}
	.modalForm input[type=submit] {
		width: 100%;
	}
	.navOpened + main {
		padding-top: 0;
	}
	.langSelect .aRight {
		color: #666;
	}
	.loginModal h1,
	.noticeModal h1,
	.langList h1,
	.contactUs .modalForm h1 {
		display: block;
		width: 100%;
		font-size: 2.3rem;
		line-height: 1.2;
		margin-top: 0;
		margin-bottom: 10px;
	}
	.userModal .loginModal .subHead,
	.loginPage .topSection .subHead,
	.contactUs .modalForm .subHead {
		font-size: 1.7rem;
		line-height: 2.1rem;
	}
	.modalForm .fieldset.first {
		margin-top: 0;
	}
	.modalFormMessage {
		padding-bottom: 10px;
	}
	.fixed {
		position: fixed;
		width: 100%;
	}
	.popOpen {
		overflow: hidden;
	}
	.fLeft.heroImg,
	.fRight.heroImg,
	.marketersPage .fRight.heroImg {
		background-position: center center;
		background-size: contain;
		clear: both;
		display: block;
		float: none;
		width: 100%;
		position: relative;
		padding-left: 0;
		padding-right: 0;
		height: 163px;
		margin: 0 auto 20px;
		left: inherit;
	}
	.fLeft.heroTxt,
	.fRight.heroTxt {
		clear: both;
		display: block;
		float: none;
		width: 100%;
		position: relative;
		padding-top: 0;
	}
	.bookingsPage .text-banner h1,
	.bookingsPage .text-banner h2,
	.bookingsPage .text-banner p,
	.text-banner h1,
	.text-banner h2 {
		text-align: center;
	}
	.text-banner h2 {
		margin-bottom: 20px;
	}
	.showMore .topTags {
        min-height: 105px;
		max-height: none !important;
	}
	.showMore button {
		display: block;
        margin: 0 auto;
	}
	.solutionsHeader h3 {
		width: 100%;
		text-align: center;
	}
	.solutionsSection .twoCol .fLeft,
	.solutionsSection .twoCol .fRight {
		float: none;
		width: 100%;
		max-width: 290px;
		margin: 0 auto;
		padding: 0;
	}
	.solutionsRow {
		padding: 10px 15px;
	}
	img.howItWorks {
		width: 100%;
		height: auto;
	}
	.marketplacesPage .howItWorks .fRight .solutionsHeader {
		display: none;
	}
	.howItWorks.contain {
		padding-left: 0;
		padding-right: 0;
	}
	.howItWorks.contain {
		margin-bottom: 50px;
	}
	.caseStudySection {
		padding: 40px 10px;
		font-size: 1.7rem;
		line-height: 2.6rem;
	}
	.caseStudyByLine {
		padding: 20px 0 0;
	}
	.quoteImg {
		display:block;
		padding-right: 0;
	}
	.quoteTtl {
		font-size: 1.2rem;
	}
	.bookingsBenefits, .marketplacesBenefits {
		padding: 40px 0 0;
	}
	.differenceHeader h3, .bookingsHeader h3, .marketplacesHeader h3 {
		margin-bottom: 20px;
	}
	.supportPage .supportSection {
		padding: 20px 7px;
	}
	.aboutPage .heroImgCent {
		background: center top / auto 163px no-repeat;
		min-height: inherit;
		padding-top: 182px;
	}
	.builtTxt {
		padding-top:0;
		width: 100%;
	}
	.moreAbout hr {
		margin: 20px auto;
		max-width: 450px;
	}
	.moreAbout h1, .moreAbout h2 {
		margin-bottom: 25px;
	}
	.journeySection .row1 {
		margin-bottom: 25px;
	}
	.journeyHeader {
		margin-bottom: 15px;
	}
	.journeyDesc {
		margin-top: 0;
	}
	.journeyItem {
		max-width: 220px;
		margin-bottom: 30px;
		line-height: 2rem;
	}
	.journeyItem img {
		margin-bottom: 10px;
		width: 100%;
	}
	.ourInvestors .journeyItem {
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.ourInvestors .journeyItem img {
		width: 100px;
	}
	.termsSection,
	.privacySection,
	.gdprSection {
		padding: 20px 20px 40px;
	}
	.contactRow {
		padding-top: 20px;
	}
	.loginPage .topSection h1,
	.contactPage .topSection h1 {
		margin-bottom: 10px;
	}
	.contactPage .contactRow .fLeft,
	.contactPage .contactRow .fRight {
		float: none;
		width: 100%;
		padding: 0;
	}
	.contactPage .contactRow h2 {
		text-align: left;
	}
	#map {
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.noticeModalContainer {
		padding: 20px !important;
	}
	.noticeContents img {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 20px;
	}
	.contain.contactRow.group {
		padding: 0;
	}
	.contactPage .ioLoc,
	.contactPage .ioLoc h2 {
		text-align: center;
	}
	.contactPage .ioLoc h2 {
		margin-bottom: 10px;
	}
	.g-recaptcha.fLeft,
	.fRight.submitBtn {
		width: 100%;
		float: none;
	}
	.g-recaptcha.fLeft > div {
		width: 254px !important;
		height: 70px !important;
	}
	.g-recaptcha.fLeft > div > div {
		transform:scale(0.84);
		-webkit-transform:scale(0.84);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		width: 0 !important;
	}
	.moreText {
		font-size: 1.5rem;
		line-height: 2.8rem;
	}
	.aboutPage .topSection.secondary {
		padding-top: 30px;
	}
	.topSection.secondary::before{
		background-color: transparent;;
		min-height: initial;
	}
	.aboutPage .heroImgCent {
		padding-top: 0;
	}
	.aboutBuilt {
		position: relative;
		margin-bottom: 25px;
	}
	.aboutBuilt img {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.aboutPage .builtTxt h2 {
		margin-bottom: 20px;
	}
	.moreAbout hr {
		margin: 50px auto;
		max-width: 450px;
	}
	.aboutPage .topSection {
		padding-bottom: 0;
	}
	.privacySection ol,
	.termsSection ol,
	.gdprSection ol {
		list-style: outside none decimal;
		margin: 5px;
	}
	.inlineFormBottomMessage {
		margin-top: 20px;
	}
	.aboutPage .topSection {
		padding-bottom: 20px;
	}
	.bookingsPage .text-banner h1,
	.bookingsPage .text-banner h2,
	.bookingsPage .text-banner p,
	.text-banner h1,
	.text-banner h2 {
		text-align: center;
	}
	.text-banner h2 {
		margin-bottom: 20px;
	}
	.langModalContainer {
		padding: 20px;
	}
	.menuNav .contactPopLink, .menuNav .contactPopLink:active, 	.menuNav .contactPopLink:focus {
		font-size: 1.7rem;
		margin: 0;
		padding: 0 25px;
		text-transform: none;
	}
	.announcementsPage.killPostIt .heroImg {
		background: rgba(0, 0, 0, 0) none no-repeat scroll 50% 0 / 45% auto;
		background-size: contain;
	}
	.announcementsPage.sayWhat .heroImg {
		background: rgba(0, 0, 0, 0) none no-repeat scroll 50% 0 / 80% auto;
		background-size: contain;
	}
	.announcementsPage.everHearThat .heroImg {
		background: rgba(0, 0, 0, 0) none no-repeat scroll 50% 0 / 80% auto;
		background-size: contain;
	}
	.announcementsPage .topTags h2 {
		 line-height: 2rem;
	}
	.topTags p {
		margin-top: 10px;
	}
	#mc_embed_signup form {
		padding: 10px 0 0;
		text-align: left;
	}
	.featuresPageOverview .row {
		margin-bottom: 0;
	}
	.row .solution:last-child {
		margin-bottom: 30px;
	}
	.featuresBenefitsSection {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.featuresBenefitsList {
		background-color: transparent;
		border: 0;
	}
	.featuresBenefitsLogos .row {
		margin-bottom: 30px;
	}
	.featuresBenefitsLogos .feature {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
		margin-bottom: 25px;
	}
	.featuresBenefitsLogos .feature:last-child {
		margin-bottom: 0;
	}
	.featuresBenefitsNavigation {
		padding-top: 0;
	}
	.howItWorks img {
		display: none;
	}
	.features .howItWorks.three ul li:nth-child(1),
	.features .howItWorks.three ul li:nth-child(2),
	.features .howItWorks.three ul li:nth-child(3),
	.features .howItWorks ul {
		margin-top: 0 !important;
	}
	.features .howItWorks.two ul li,
	.features .howItWorks.three ul li {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.reqContainer,
	.fieldset.controlsContainer {
		float: none;
	}
	textarea#contactMessage.fullWidth.hasPadding.hasBorder {
		padding: 14px 18px;
	}
}
@media only screen and (max-width : 490px) {
	.announcementsPage .fieldset.fLeft,
	#mc_embed_signup input.email {
		width: 100%;
	}
}
@media only screen and (max-width : 460px) {
	.g-recaptcha.fLeft > div {
		width: 100% !important;
		height: 80px !important;
	}
	.g-recaptcha.fLeft > div > div {
		transform:scale(1.06);
		-webkit-transform:scale(1.06);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		width: 0 !important;
	}
	.contactModal .g-recaptcha.fLeft > div > div {
		transform:scale(0.965);
		-webkit-transform:scale(0.965);
	}
	.heroTxt > h1:first-child {
		margin-top: 10px;
		margin-bottom: 10px;
		text-transform: uppercase;
		font-size: 1.4rem;
        font-weight: 600;
	}
	.heroTxt > h1 {
		margin-bottom: 2rem;
	}
	.fRight.heroTxt {
		padding-left: 0 !important;
	}
	.featuresBenefitsLogos p {
		line-height: normal;
	}
}

@media only screen and (max-width : 320px) {
	.g-recaptcha.fLeft > div > div {
		transform:scale(0.99);
		-webkit-transform:scale(0.99);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
		width: 0 !important;
	}
	.contactModal .g-recaptcha.fLeft > div > div {
		transform:scale(0.845);
		-webkit-transform:scale(0.845);
	}
	#pointerLocale {
		 top: 0;
	 }
	textarea#contactMessage.fullWidth.hasPadding.hasBorder {
		padding: 14px 18px;
	}
}
@media only screen and (min-width: 321px) and (max-width: 480px) {
	#map {
		width: 440px;
		height: 440px;
	}
	textarea#contactMessage.fullWidth.hasPadding.hasBorder {
		padding: 14px 18px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
	.menuNav > li > a {
		padding: 0 20px 10px 10px;
	}
	.aboutPage > .topSection.text-banner {
		border-bottom: 0;
	}
}
/* Smartphones (landscape) */
@media only screen and (min-width: 321px) and (max-width: 767px) {
	.fixed {
		position: fixed;
		width: 100%;
	}
	.popOpen {
		overflow: hidden;
	}
	.noticeModalContainer {
		padding: 20px !important;
	}
	.noticeContents img {
		width: 100%;
		max-width: 370px;
		margin: 0 auto 20px;
	}
	.topSection, .contactSection {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.mainImg {
		width: 65%;
	}
	.topSection .contain {
		padding: 0 20px;
	}
	footer {
		padding: 50px 0 100px;
	}
	footer > .contain {
		padding: 0 30px;
	}
	.langSelect > li {
		margin-bottom: 0;
	}
	.solutionsSection.contain {
		padding: 50px 20px;
	}
	.contactSection {
		padding: 50px 20px;
	}
	.contactPage .contactRow .fLeft,
	.contactPage .contactRow .fRight {
		float: none;
		width: 100%;
		padding: 0;
	}
	#map {
		width: 400px;
		height: 400px;
	}
	.inlineFormBottomMessage {
		margin-top: 20px;
	}
	.aboutPage .topSection.secondary {
		padding-top: 30px;
	}
	.topSection.secondary::before{
		background-color: transparent;;
		position: relative;
		margin-bottom: 25px;
	}
	.aboutBuilt img {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.aboutPage .builtTxt h2 {
		margin-bottom: 20px;
	}
	.moreAbout hr {
		margin: 50px auto;
		max-width: 450px;
	}
	.aboutPage .topSection {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.bookingsPage .text-banner h1,
	.bookingsPage .text-banner h2,
	.bookingsPage .text-banner p,
	.text-banner h1,
	.text-banner h2 {
		text-align: center;
	}
    .showMore .topTags button {
        margin: 0 auto;
    }
    .multichannelDisclaimer {
        text-align: center;
    }
	.text-banner h1,
	.contactSection h2 {
		font-size: 2.8rem;
		line-height: 3rem;
	}
	.fRight.builtTxt {
		padding-top: 0;
		float: none;
		margin: 0 auto;
	}
	.aboutPage .heroImgCent {
		min-height: initial;
	}
	.journeySection .row1 {
		margin-bottom: 25px;
	}
	.journeyHeader {
		margin-bottom: 15px;
	}
	.journeyDesc {
		margin-top: 0;
	}
	.journeyItem {
		margin-bottom: 30px;
		line-height: 2rem;
	}
	.journeyItem img {
		margin-bottom: 10px;
	}
	.ourInvestors .journeyItem {
		padding: 0 10px;
		margin-bottom: 10px;
	}
	.ourInvestors .journeyItem img {
		width: 100px;
	}
	.termsSection,
	.privacySection,
	.gdprSection {
		padding: 20px 20px 40px;
	}
	footer > div > ul > li {
		display: block;
		float: none;
		width: 100%;
		margin-bottom: 25px;
	}
	.menuNavChild > li {
		width: 100%;
		margin-bottom: 0;
	}
	.flexBox {
		display: inherit;
		flex-direction: inherit;
		flex-wrap: inherit;
		justify-content: inherit;
	}
	.flexBox .aLeft {
		line-height: 3rem;
		color: #fff;
		width: 100%;
		float: none;
		margin-bottom: 20px;
		text-align: center;
	}
	.flexBox .aCent {
		margin: 0 auto 20px;
		display: inline-block;
		text-align: center;
		width: 100%;
		float: none;
	}
	.flexBox .aRight {
		float: none;
		clear: both;
		margin-top: 20px;
		text-align: center;
		width: 100%;
	}
	.flexBox > li > div {
		display: block;
		text-align: center;
		width: auto;
	}
	.langSelect.flexBox > li:nth-child(1) {
		text-align: center;
	}
	.langSelect.flexBox > li:nth-child(2) {
		text-align: center;
	}
	.langSelect.flexBox > li:nth-child(3) {
		text-align: center;
	}
	.socialLinks li:last-child a {
		margin-right:0;
	}
	footer > div > ul > li {
		text-align: center;
	}
	.ioLoc {
		text-align: center;
	}
	.fLeft.heroImg,
	.fRight.heroImg,
	.marketersPage .fRight.heroImg {
		background-position: center center;
		background-size: contain;
		clear: both;
		display: block;
		float: none;
		width: 100%;
		position: relative;
		padding-left: 0;
		padding-right: 0;
		height: 163px;
		margin: 0 auto 20px;
		left: inherit;
	}
	.fLeft.heroTxt,
	.fRight.heroTxt {
		clear: both;
		display: block;
		float: none;
		width: 100%;
		position: relative;
		padding-top: 0;
	}
	.killPostIt .heroImg {
		height: 130px !important;
	}
	.sayWhat .heroImg {
		height: 105px !important;
	}
	.everHearThat .heroImg {
		height: 105px !important;
	}
	.announcementsPage .text-banner h1 {
		font-size: 2.5rem !important;
		line-height: 3rem;
	}
	.killPostIt .text-banner h2,
	.sayWhat .text-banner h2,
	.everHearThat .text-banner h2 {
		margin-bottom: 0;
	}
	.ioAppsIcon::before {
		vertical-align: inherit;
	}
	.showMore .topTags {
		max-height: none !important;
	}
	.showMore button {
		display: block;
	}
	.moreText {
		font-size: 1.5rem;
		line-height: 2.8rem;
	}
	.text-banner h2 {
		margin-bottom: 20px;
	}
	#mc_embed_signup form {
		text-align: center;
	}
	.sharePrompt,
	.addthis_inline_share_toolbox {
		text-align: center;
	}
}
/* END Smartphones (landscape) */

@media only screen and (min-width: 360px) {
	#map {
		height: 320px;
		width: 320px;
	}
}

@media only screen and (min-width: 640px) {
	#map {
		height: 560px;
		width: 100%;
	}
}
@media only screen and (min-width: 481px) and (max-width: 899px) {
	.featuresBenefitsLogos .feature {
		width: 33.33%;
	}
}

/* New Nav Width */
@media only screen and (max-width: 800px) {
	header {
		padding: 0 20px;
		max-width:100%;
		z-index: 10000;
	}
	.wrapper {
		max-width: 100%;
	}
	body {
		padding-top: 61px;
	}
	header h1 {
		 position: relative;
		 z-index: 2;
		margin-top: 10px;
	}
	.menuToggle {
		display: inline-block;
		float:right;
		margin-top: 10px;
		right: -15px;
		position:relative;
		z-index: 3;
	}
	header .contain {
		padding: 0;
		height: 60px;
	}
	header h1 .brand {
		margin-top: 15px;
	}
	.menuNav,  .menuNavChild {
		transition: all 300ms ease 0s;
		left: inherit;
	}
	.menuNav {
		left: 7px;
		margin: 54px 0 0;
		position: absolute;
		right: 7px;
		z-index: 999;
	}
	.menuNav a.noLink {
		text-transform: uppercase;
	}
	.menuNav .menuHeader .noLink {
		font-weight:600;
	}
	.menuNav > li {
		width: 100%;
		border-right: 0;
		background-color:#eee;
		border-bottom: 1px solid #515151;
		margin-bottom: 20px;
		min-height: 40px;
		line-height: 40px;
	}
	.menuNav li.menuHeader,
	.menuNav li.navContact {
		margin-bottom: 0;
	}
	.menuNav > li:last-child {
		border: 0;
	}
	.menuNav > li:first-child > a:after {
		content: '';
		position: absolute;
		height: 0;
		width: 0;
		left: 1em;
		top: 31px;
		border: 6px solid transparent;
		border-top: 0;
		border-bottom-color: inherit;
	}
	.menuNav > li > a {
		font-weight: normal;
	}
	.menuNav > li > a,
	.menuNav > li >a.logIn {
		text-transform: none;
		width: 100%;
		padding: 10px;
		border-color: #fff;
		position: relative;
	}
	.menuNav > li >a.logIn {
		background-color: inherit;
		color: inherit;
		margin-left: inherit;
		font-weight: inherit;
		line-height: inherit;
	}
	.menuNav > li:first-child > a::after {
		border: 0;
	}
	nav > ul > li > a.logIn:hover,
	.blueBtn:hover {
		background: inherit;
		color: inherit;
	}
	.menuNav a:hover {
		background-color: inherit;
		border-color: #0186ba;
		color: inherit;
	}
	.menuNavChild {
		position: static;
		background-color: #373737;
		margin: 0;
		transition: none;
		visibility: visible;
		opacity: 1;
	}
	.menuNavChild > li > a {
		font-size: 1.7rem !important;
		font-weight: normal;
		line-height: normal;
	}
	.menuNav > li:hover > ul {
		left: inherit;
	}
	.menuNavChild > li:first-child > a:after {
		content: none;
	}
	.menuNavChild a {
		width: 100%;
		padding: 8px 25px;
	}
	.menuNavChild > li {
		width: 100%;
		margin-bottom: 0;
	}
	.navCont {
		visibility: hidden;
		opacity: 0;
		background-color: rgba(52, 54, 66, 0.95);
		position: fixed;
		left: 0;
		width: 100%;
		height: 100%;
		/*transition: margin-top 0s .5s, visibility 0s .5s, opacity .5s linear;*/
		margin-top: -10000px;
	}
	.menuOpen .navCont {
		background-color: rgba(52, 54, 66, 0.95);
		visibility: visible !important;
		opacity: 1 !important;
		height: 100vh;
		overflow-y: auto;
		position: fixed;
		transition: opacity .5s linear;
		margin-top: inherit;
	}
	.menuNav > li > a:first-child:nth-last-child(2):before,
	.menuNavChild > li:first-child > a:after, .menuNavChild > li:first-child > a:before{
		display: none;
	}
	.menuNav {
		left: 0;
		margin: 60px 0 0;
		right: 0;
		background: transparent;
		transition: all 0.5s cubic-bezier(0.7, 0, 0.36, 0.63) 0s;
		vertical-align: middle;
	}
	.menuOpen .menuNav {
		top: 0;
	}
	.menuNav > li,
	.menuNavChild,
	.menuNavChild > li {
		background: transparent;
		border: 0;
	}
	.menuNav a {
		text-transform: none;
		text-align: center;
		color: #fff !important;
		font-size: 1.7rem !important;
		line-height: 1.7rem;
	}
	.menuNav .noLink {
		color: #999 !important;
		font-size: 1.2rem !important;
	}
	.menuNav > li > a.menuHeader {
		font-weight: 600 !important;
		display: inline-block !important;
		margin: 0 !important;
	}
	.menuNav > li.menuHeader {
		font-weight: 600 !important;
		display: inline-block !important;
	}
	.menuNavChild {
		position: relative;
		z-index: 2;
	}
	.clearBtn.contactPopLink,
	.clearBtn.contactPopLink:active,
	.clearBtn.contactPopLink:focus {
		border: 0 none;
		color: #fff;
		display: inline-block;
		font-size: 1.7rem;
		font-weight: normal;
		margin: 0 auto;
		padding: 8px 25px;
		text-align: center;
		width: 100%;
		text-transform: none;
	}
	.awardCont {
		display: none;
	}
    .navOpen header svg {
		fill: #fff;
		transition: all 300ms ease 0s;
	}
}
@media only screen and (max-width: 529px) {
	.solutionsSection .row,
	.featuresPageOverview .row {
		display: block;
		margin-bottom: 0;
	}
	.solutionsSection .row .solution,
	.featuresPageOverview .row .solution {
		margin-bottom: 60px;
	}
	.features .howItWorks .hiwCont {
		display: none;
	}
	.features .howItWorks.two ol,
	.features .howItWorks.three ol,
	.features .howItWorks.four ol {
		list-style-type: decimal !important;
		font-size: 1.4rem;
		list-style-position: outside;
		margin: 0 30px;
		padding: 0;
	}
	.features .howItWorks.two ol li,
	.features .howItWorks.three ol li,
	.features .howItWorks.four ol li {
		display: list-item !important;
		width: 100% !important;
		font-size: 1.4rem !important;
		line-height: 3rem !important;
		margin-top: 0 !important;
		text-align: left;
		padding: 0 10px;
	}
	.newsSection ul.newsSnippets {
		display: block;
	}
	.newsSection.center > h4 {
		margin-bottom: 20px;
	}
	.blogSnippet {
		width: 100%;
	}
}
/* Tablets (portrait) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : portrait) {
	.fixed {
		position: fixed;
		width: 100%;
	}
	.popOpen {
		overflow: hidden;
	}
	.homePage .topSection {
		padding: 36px 15px;
	}
	/*
	.solution {
		width: 230px;
	}
	*/
	.homePage .solution img {
		height: auto;
		width: 100%;
	}
	footer {
		padding-bottom: 100px;
	}
	footer > .contain {
		padding: 0 30px;
	}
	.langSelect > li {
		margin-bottom: 0;
	}
	.contactRow {
		padding: 0 20px;
	}
	.contactRow .fLeft,
	.contactRow .fRight {
		width: 50%;
	}
	.contactRow .fRight #map {
		width: 100%;
		height: 500px;
	}
	.topSection .contain {
		padding: 0 20px;
	}
	.termsSection,
	.privacySection,
	.gdprSection {
		padding: 20px 20px 40px;
	}
	.ioLoc {
		text-align: center;
	}
	.marketplacesBenefits .row.first {
		margin-bottom: 0;
	}
	.announcementsPage.killPostIt .heroImg {
		background: rgba(0, 0, 0, 0) none no-repeat scroll 20px 90px / 90% auto;
	}
	.announcementsPage.sayWhat .heroImg {
		background: rgba(0, 0, 0, 0) none no-repeat scroll 20px 90px / 80% auto;
	}
	.announcementsPage.everHearThat .heroImg {
		background: rgba(0, 0, 0, 0) none no-repeat scroll 50px 90px / 85% auto;
	}
	#mc_embed_signup input.email {
		width: 180px;
	}
	.pressPage .moreAbout {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media only screen and (min-width:481px) and (max-width:940px) {
	.marketplacesBenefits .row.first {
		margin-bottom: 0;
	}
	.pressPage .moreAbout {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.ioLoc {
		text-align: left;
	}
	.topSection.secondary:before {
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		min-height: 530px;
		content: "";
		background-color:#f6f9fc;
	}
	.topSection .contain,
	footer > .contain {
		padding: 0 20px;
	}
}

@media only screen and (min-width: 722px) and (max-width: 955px){
	.journeySection.center {
		margin: 0 auto;
		max-width: 500px;
	}
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.solutionsSection .row1,
	.solutionsSection .row2 {
		margin-bottom: 0;
	}
	.announcementsPage .heroImg {
		height: 450px;
		background: rgba(0, 0, 0, 0) none no-repeat scroll center center /500px auto;
		background-size: contain !important;
		background-position: center center !important;
	}
}
@media only screen and (min-width: 768px) and (max-width: 940px) {
	#mc_embed_signup form,
	#mc_embed_signup input.email,
	#mc_embed_signup .button {
		width: 100%;
	}
	#mc_embed_signup.flexBox form span {
		display: block;
	}
	#mc_embed_signup input.email {
		margin-bottom: 15px;
	}
	#mc_embed_signup .button {
		margin-left: 0;
	}
}
/* Tablets (landscape) */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape) {
	.fixed {
		position: fixed;
		width: 100%;
	}
	.popOpen {
		overflow: hidden;
	}
	footer {
		padding-bottom: 100px;
	}
	footer > .contain {
		padding: 0 20px;
	}
	.topSection .contain {
		padding: 0 20px;
	}
	.termsSection,
	.privacySection,
	.gdprSection {
		padding: 36px 20px 40px;
	}
	#map {
		width: 340px;
	}
	.pressPage .moreAbout {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Old Desktops and laptops */
@media only screen and (min-width: 1025px) {
	main {
		min-height: 450px;
	}
	.contain {
		max-width: 960px;
		margin: 0 auto;
	}
}

@media only screen and (min-width:1025px) and (max-width:1120px) {
	#map {
		width: 340px;
	}
}
/* Desktops */
/*
@media only screen and (max-width: 1265px) {
	.awardCont img {
		width: 80px !important;
	}
	.hocoCont img {
		width: 100%;
	}
}
*/
@media only screen and (min-width: 1201px) {
	.wrapper {
		width: 100%;
		margin: 0 auto;
	}
	.contain {
		max-width: 960px;
		margin: 0 auto;
	}
}
.casestudiesPage .topSection h1 {
	position: relative;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	max-width: 700px;
	z-index: 3;
	font-size: 3.6rem;
	line-height: 5.2rem;
	margin-bottom: 25px;
	font-weight: 400;
	text-shadow: 1px 1px 0 #666;
}
.videoPlay {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 2;
}
.homePage .videoPlay {
	position: relative;
	display: block;
	top: auto;
	left: auto;
	transform:none;
}
.playVid {
	position: relative;
	text-decoration: none;
	display: inline-block;
}
.homePage .playVid {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.playVid span {
	display: block;
	width: 86px;
	height: 86px;
	position: relative;
	margin: 0 auto;
}
.playVid .playVidBlue,
.playVid .playVidBlack {
	width: 86px;
	height: 86px;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 300ms ease 0s;
}
.playVid .playVidBlue {
	z-index: 200;
	border: 1px solid transparent;
}
.playVid .playVidBlack {
	z-index: 100;
	opacity: 0;
	transition: all 300ms ease 0s;
}
.playVid:hover .playVidBlue {
	opacity: 0;
	transition: all 300ms ease 0s;
}
.playVid:hover .playVidBlack {
	z-index: 200;
	opacity: 1;
	transition: all 300ms ease 0s;
}
.isMobile .watchVideo {
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
.playVid .watchVideo {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	transition: all 300ms ease 0s;
}
.playVid:hover .watchVideo {
	color: #f1f1f1;
	transition: all 300ms ease 0s;
}
.placeholderOverlay {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .5;
	top: 0;
	left: 0;
}
#autotraderVideo {
	width: 100%;
	opacity: 0;
}
#autotraderVideo.playing {
	width: 100%;
	opacity: 1;
}
.statsSection {
	border-bottom: 1px solid #cacaca;
	padding: 35px 0;
}
.statsSection .contain {
	padding: 0 20px;
}
.statsSection > .contain > .leftCol {
	width:33.33%;
	border-right: 1px solid #cacaca;
	display: inline-block;
	padding-right: 60px;
	padding-top: 0;
	padding-bottom: 25px;
	vertical-align: top;
}
.statsSection > .contain > .rightCol {
	width:66.67%;
	display: inline-block;
	padding-left: 60px;
	text-align: left;
	padding-top: 0;
	padding-bottom: 31px;
	vertical-align: top;
}
.csLogo {
	width: 225px;
	height: auto;
	margin-top: 25px;
	margin-bottom: 31px;
}
.vjs-big-play-button {
	display: none !important;
}
.csHeader {
	font-size: 1.5rem;
	color: #999;
	margin-bottom: 15px;
}
.statsSection > .contain > .leftCol > .csHeader {
	margin-bottom: 20px;
}
.csUrl a {
	font-size: 1.5rem;
	color: #333;
	text-decoration: none;
}
.threeCols > div {
	/*width: 33.33%;*/
	width: 50%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	white-space: nowrap;
	padding: 0;
}
.csIcon {
	margin-bottom: 10px;
}
.csStat {
	font-size: 2.8rem;
	font-weight: 400;
}
.casestudiesPage .challengeSection h2,
.casestudiesPage .solutionsSection h2,
.casestudiesPage .resultsSection h2 {
	font-size: 3.6rem;
}
.casestudiesPage .challengeSection h3,
.casestudiesPage .solutionsSection h3,
.casestudiesPage .resultsSection h3 {
	font-size: 2.2rem;
    margin-bottom: 35px;
}
.casestudiesPage .challengeSection p,
.casestudiesPage .solutionsSection p,
.casestudiesPage .resultsSection p {
	font-size: 1.5rem;
	line-height: 2.8rem;
	margin-bottom: 30px;
}
.casestudiesPage .solutionImages {
	margin-bottom: 50px;
}
.casestudiesPage .solutionImages > .leftCol {
	width: 50%;
	padding-right:10px;
	display: inline-block;
}
.casestudiesPage .solutionImages > .rightCol {
	width: 50%;
	padding-left:10px;
	display: inline-block;
}
.csBottomAutoTrader,
.csBottomZoopla {
	position: relative;
}
.csBottomAutoTrader:before {
	content: "";
	position: absolute;
	background-image: url(/images/case-studies/auto-trader-results-bkgd-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 360px;
	width: 100%;
	z-index: -1;
}
.csBottomZoopla:before {
	content: "";
	position: absolute;
	background-image: url(/images/case-studies/zoopla-results-bkgd.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 360px;
	width: 100%;
	z-index: -1;
}
.resultsSection {
	padding-top: 100px;
}
.resultsSection h2,
.resultsSection h3 {
	color: #fff;
	text-shadow: 1px 1px 0 #666;
}
.resultsExplained {
	background-color: #fff;
	padding: 30px 40px;
}
.moreCaseStudies {
	padding-top: 60px;
	background-color: #fff;
}
.moreCaseStudies .solution {
    vertical-align: middle;
}
.moreCaseStudies .solution img {
	width: auto;
	height: auto;
	max-height: 70px;
	max-width: 150px;
	margin-bottom: 0;
}
.csMoreLogo {
	height: 70px;
	display: block;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 10px;
}
#resend-message{
	font-size: 2rem;
	font-weight: 100;
	letter-spacing: 0;
}
#resend-message.verifyError{
	 color: #d76666;
 }
#resend-message.verifySuccess{
	color: #31aae2;
}
.casestudiesPage .altHeader {
	display: none;
}

@media only screen and (max-width: 480px) {
	.casestudiesPage .topSection {
		height: 130px;
		padding: 0;
	}
	.videoPlay {
		width: 100%;
	}
	.videoPlay h1,
	.videoPlay .watchVideo {
		display: none;
	}
	.casestudiesPage .altHeader {
		display: block;
		padding: 10px;
		text-align: center;
	}
	.casestudiesPage .altHeader h1,
	.playVid .watchVideo{
		font-size: 1.6rem;
		color: #333;
		font-weight: 600;
		text-transform: none;
	}
	.playVid .watchVideo,
	.playVid .watchVideo:hover {
		color: rgba(49, 170, 226, 1);
		text-decoration: underline;
	}
	.statsSection {
		padding: 15px 0;
	}
	.statsSection > .contain > .leftCol,
	.statsSection > .contain > .rightCol {
		width: 100%;
		display: block;
		padding: 0;
		border: 0;
		text-align: center;
		margin-bottom: 40px;
	}
	.statsSection .threeCols > div {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 40px;
	}
	.challengeSection.contain {
		padding-top: 40px;
	}
	.casestudiesPage .solutionImages {
		margin-bottom: 30px;
	}
	.casestudiesPage .challengeSection h2, .casestudiesPage .solutionsSection h2, .casestudiesPage .resultsSection h2,
	.casestudiesPage .challengeSection h3, .casestudiesPage .solutionsSection h3, .casestudiesPage .resultsSection h3,
	.casestudiesPage .challengeSection p, .casestudiesPage .solutionsSection p, .casestudiesPage .resultsSection p {
		text-align: center;
	}
	.casestudiesPage .solutionImages > .leftCol {
		margin-bottom: 20px;
	}
	.casestudiesPage .solutionImages > .leftCol,
	.casestudiesPage .solutionImages > .rightCol {
		width: 100%;
		display: block;
		padding: 0;
	}
	hr.caseStudiesHr {
		margin: 35px auto 0;
	}
	.resultsSection h2, .resultsSection h3 {
		color: #fff;
		text-shadow: 1px 1px 2px #000;
		font-weight: 600;
		letter-spacing: 1px;
	}
}
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	background: #0b0b0b;
	background: rgba(0, 0, 0, 0.8);
	outline: none !important;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.lity.lity-opened {
	opacity: 1;
}
.lity.lity-closed {
	opacity: 0;
}
.lity * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lity-wrap {
	z-index: 9990;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	outline: none !important;
}
.lity-wrap:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}
.lity-loader {
	z-index: 9991;
	color: #fff;
	position: absolute;
	top: 50%;
	margin-top: -0.8em;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
	opacity: 1;
}
.lity-container {
	z-index: 9992;
	position: relative;
	text-align: left;
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 100%;
	max-height: 100%;
	outline: none !important;
}
.lity-content {
	z-index: 9993;
	width: 100%;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content, .lity-closed .lity-content {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
.lity-content:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
	z-index: 9994;
	width: 35px;
	height: 35px;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.lity-close::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
	text-decoration: none;
	text-align: center;
	padding: 0;
	color: #fff;
	font-style: normal;
	font-size: 35px;
	font-family: Arial, Baskerville, monospace;
	line-height: 35px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	border: 0;
	background: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.lity-close:active {
	top: 1px;
}
/* Image */
.lity-image img {
	max-width: 100%;
	display: block;
	line-height: 0;
	border: 0;
}
/* iFrame */
.lity-iframe .lity-container, .lity-youtube .lity-container, .lity-vimeo .lity-container, .lity-facebookvideo .lity-container, .lity-googlemaps .lity-container {
	width: 100%;
	max-width: 964px;
}
.lity-iframe-container {
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: auto;
	pointer-events: auto;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
.lity-hide {
	display: none;
}
/* end lity */
/* EU cookie policy */
.cc-window {
	opacity: 1;
	transition: opacity 1s ease
}
.cc-window.cc-invisible {
	opacity: 0
}
.cc-animate.cc-revoke {
	transition: transform 1s ease
}
.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
	transform: translateY(0)
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s
}
.cc-link, .cc-revoke:hover {
	text-decoration: underline
}
.cc-revoke, .cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999
}
.cc-window.cc-static {
	position: static
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column
}
.cc-window.cc-banner {
	padding: 10px 20px;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}
.cc-revoke {
	padding: .5em
}
.cc-header {
	font-size: 18px;
	font-weight: 700
}
.cc-btn, .cc-close, .cc-link, .cc-revoke {
	cursor: pointer;
	color: #fff !important;
}
.cc-btn, .cc-close {
	cursor: pointer;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 1.2rem !important;
	padding: 0 30px !important;
	height: 40px !important;
	border-radius: 2px !important;
	line-height: 40px !important;
}
.cc-btn:hover, .cc-close:hover {
	background-color: #000 !important;
}
.cc-link {
	opacity: .8;
	display: inline-block;
	padding: .2em
}
.cc-link:hover {
	opacity: 1
}
.cc-link:active, .cc-link:visited {
	color: initial
}
.cc-btn {
	display: block;
	padding: .4em .8em;
	font-size: .9em;
	font-weight: 700;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent
}
.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline
}
.cc-close {
	display: block;
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 1.6em;
	opacity: .9;
	line-height: .75
}
.cc-close:focus, .cc-close:hover {
	opacity: 1
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset
}
.cc-top {
	top: 1em
}
.cc-left {
	left: 1em
}
.cc-right {
	right: 1em
}
.cc-bottom {
	bottom: 1em
}
.cc-floating>.cc-link {
	margin-bottom: 1em
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em
}
.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1
}
.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0
}
.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1
}
.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between
}
/*
.cc-compliance>.cc-btn {
	-ms-flex: 1;
	flex: 1
}
*/
.cc-btn+.cc-btn {
	margin-left: .5em
}

@media print {
	.cc-revoke, .cc-window {
		display: none
	}
}

@media screen and (max-width:900px) {
	.cc-btn {
		white-space: normal
	}
}

@media screen and (max-width:414px) and (orientation:portrait), screen and (max-width:736px) and (orientation:landscape) {
	.cc-window.cc-top {
		top: 0
	}

	.cc-window.cc-bottom {
		bottom: 0
	}

	.cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
		left: 0;
		right: 0
	}

	.cc-window.cc-banner {
		-ms-flex-direction: column;
		flex-direction: column
	}

	.cc-window.cc-banner .cc-compliance {
		-ms-flex: 1;
		flex: 1
	}

	.cc-window.cc-floating {
		max-width: none
	}

	.cc-window .cc-message {
		margin-bottom: 1em
	}

	.cc-window.cc-banner {
		-ms-flex-align: unset;
		align-items: unset
	}
}
.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none
}
.cc-theme-classic .cc-btn {
	border-radius: 5px
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block
}
.cc-theme-edgeless.cc-window {
	padding: 0
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: .8em 1.8em;
	height: 100%
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
	margin-left: 0
}
#contactPhone.valid {
	border-color: #d2d8d8;
}
#contactPhone.entered.valid {
	border-color: #3bcf7a;
}
.privacy_page th {
	vertical-align: bottom;
	border-color: #ccc;
	background-color: #f6f9fc;
}
.privacy_page th:first-child,
.privacy_page tr td:first-child {
	padding-left: 5px;
}
.privacy_page th:last-child,
.privacy_page tr td:last-child {
	right: 5px;
}
.privacy_page td {
	vertical-align: top;
}
.scrollTable {
	width: 100%;
	overflow-x: auto;
}
.csZoopla .threeCols .leftCol {
	text-align: left;
}
@media only screen and (max-width: 480px) {
	.csZoopla .threeCols .leftCol {
		text-align: center;
	}
}

.featuresWebCallback .contactSection h2 {
	margin-bottom: 20px;
}

.featuresWebCallback .contactSection p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 35px;
}
.twoCol.webCallback .fLeft {
	width: 50%;
	height: 0;
	padding-top: 42.25%;
}
.twoCol.webCallback .fRight {
	width: 50%;
}
.twoCol.webCallback .webCallbackImg {
	background-image: url(/images/features/web-callback-screenshot-fr.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.featuresWebCallback .featuresWhoUsesHeader h3 {
	font-size: 2.6rem;
}
.featuresWebCallback .webCallbackTxt {
	padding-left: 20px;
	padding-bottom: 20px;
}
.featuresWebCallback .webCallbackTxt p {
	font-size: 1.4rem;
	line-height: 3.2rem;
	margin-bottom: 20px;
}
.featuresWebCallback .webCallbackTxt h2 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.featuresCallTracking .solution img {
	width: 150px;
	height: auto;
}