@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	clear: none;
	float: none;
}
/* Phone layout header*/
.headerBar {
	background-image: -webkit-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(61,185,237,1.00) 0%,rgba(25,68,128,1.00) 100%);
}
.headerBarHome {
	background-color: #E7EBED;
	background-image: url(/servlet/images/header-bgrd.png);
	background-repeat: repeat-x;
}
.headerWrapper {	
	width:90%;
	padding-left:5%;
	padding-right:5%;
	min-height:100px;
}
.logo {
	width: 50%;
	clear:none;
	margin-top:5px;
	margin-right:10%;
}
.phoneMenu {
	width: 30%;
	margin-left: 10%;
	clear:none;
}
.worldwide {
	clear: none;
	width: 32%;
	margin-right: 1%;
	color: #FFF;
}
.searchCountry {
	clear:none;
	width: 40%;
	margin-right: 3%;
}
.userName {
	margin-top:-15px;
	margin-bottom:5px;
}
.Login {
	clear:none;
	margin-top:5px;
	width: 39%;
	margin-right: 1%;
	color: #FFF;
}
.homeLocation {
	color: #FFFFFF;
	text-align:center;
}
.topMenuPCTab {
	display: none;
}
.nameTop {
	display:none;
	/*color: white;
	font-size:22px;
	text-align:center;*/
}
.resellerLogoTop {
	display:none;
}

/* Phone layout top calls section */ 
.topCallsBar {
	background-image: url(/servlet/images/calls-bgrd.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.topCallsWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.topCallsContentWrapper {
	width:100%;
}
.topCallsContent {
	margin-bottom: 10px;
	border-radius: 7px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width:98%;
	padding:1%;
}
.infoBar {
	background-image: url(/servlet/images/calls-bgrd.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #E7EBED;
	padding-top:10px;
	padding-bottom:100px;
}
.infoWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.infoContent {
	margin-top: 5%;
	border-radius: 7px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width:98%;
	padding-left:1%;
	padding-right:1%;
	padding-top: 0%;
	padding-bottom: 0%;
	font-size:16px;
}
.topButtons {
	display:none;
}
.topButtonsPhone {
}
.caseStudyHome {
	min-height: 35px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-radius: 7px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 2%;
	margin-top: 3%;
	clear: none;
	width: 95%;
	clear: none;
	text-shadow: 1px 1px 1px #919191;
	border: 2px solid #FBB557;
	background-image: -webkit-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
}
.introVideoHome {
	min-height: 35px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-radius: 7px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 2%;
	margin-top: 3%;
	clear: none;
	width: 45%;
	margin-right: 3%;
	clear: none;
	text-shadow: 1px 1px 1px #919191;
	border: 2px solid #FBB557;
	background-image: -webkit-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
}
.clientsSayHome {
	min-height: 30px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top:3%;
	margin-bottom:2%;
	border-radius: 7px;
	background-color: #F89F33;
	color: #FFFFFF;
	text-align: center;
	width:45%;
	clear:none;
	text-shadow: 1px 1px 1px #919191;
	border: 2px solid #FBB557;
	background-image: -webkit-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
}
.orangeText {
	width:80%;
	clear:none;
}
.orangeArrow {
	width:20%;
	clear:none;
}
.topCall1 {
	margin-bottom: 10px;
	border-radius: 7px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.topCall2 {
	margin-bottom: 10px;
	border-radius: 7px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.topCall3 {
	margin-bottom: 10px;
	border-radius: 7px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.topCall4 {
	margin-bottom: 10px;
	border-radius: 7px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.topCallStrapline {
	font-size:12px;
	text-align:center;
	color: #FFFFFF;
}
.topCallTitle1 {
	background-color: #3D546D;
	height: 45px;
	padding-bottom: 2px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 5px;
	text-align:center;
	font-size:22px;
	text-align:center;
	color: #FFFFFF;
}
.topCallTitle1 a:link {
	color: #FFF;
	text-decoration: none;
}
.topCallTitle1 a:visited {
	text-decoration: none;
	color: #FFF;
}
.topCallTitle1 a:hover {
	text-decoration: underline;
	color: #FFF;
}
.topCallTitle1 a:active {
	text-decoration: none;
	color: #FFF;
}
.topCallTitle2 {
	background-color: #3D546D;
	height: 45px;
	padding-bottom: 2px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 5px;
	text-align:center;
	font-size:22px;
	text-align:center;
	color: #FFFFFF;
}
.topCallTitle2 a:link {
	color: #FFF;
	text-decoration: none;
}
.topCallTitle2 a:visited {
	text-decoration: none;
	color: #FFF;
}
.topCallTitle2 a:hover {
	text-decoration: underline;
	color: #FFF;
}
.topCallTitle2 a:active {
	text-decoration: none;
	color: #FFF;
}
.topCallTitle3 {
	background-color: #3D546D;
	height: 45px;
	padding-bottom: 2px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 5px;
	text-align:center;
	font-size:22px;
	text-align:center;
	color: #FFFFFF;
}
.topCallTitle3 a:link {
	color: #FFF;
	text-decoration: none;
}
.topCallTitle3 a:visited {
	text-decoration: none;
	color: #FFF;
}
.topCallTitle3 a:hover {
	text-decoration: underline;
	color: #FFF;
}
.topCallTitle3 a:active {
	text-decoration: none;
	color: #FFF;
}
.topCallTitle4 {
	background-color: #3D546D;
	height: 45px;
	padding-bottom: 2px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding-top: 5px;
	text-align:center;
	font-size:22px;
	text-align:center;
	color: #FFFFFF;
}
.topCallTitle4 a:link {
	color: #FFF;
	text-decoration: none;
}
.topCallTitle4 a:visited {
	text-decoration: none;
	color: #FFF;
}
.topCallTitle4 a:hover {
	text-decoration: underline;
	color: #FFF;
}
.topCallTitle4 a:active {
	text-decoration: none;
	color: #FFF;
}
.topCallContent {
	color: #3F638D;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom: 1%;
	text-align:center;
}
.PlayVideo {
	color: #F89F33;
	font-weight: bold;
	clear:none;
	text-align:center;
	font-size:13px;
	margin-bottom:10px;
	margin-top:10px;
}
.downloadBrochure {
	display:none;
}
.blueButton {
	border-radius: 7px;
	border: 2px solid #CCCCCC;
	background-image: -webkit-linear-gradient(270deg,rgba(55,118,170,1.00) 0%,rgba(50,102,154,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,118,170,1.00) 0%,rgba(50,102,154,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,118,170,1.00) 0%,rgba(50,102,154,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,118,170,1.00) 0%,rgba(50,102,154,1.00) 100%);
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	width:90%;
	margin-left: 2%;
	color: #FFFFFF;
}
.blueBtnText {
	width: 80%;
	clear:none;
	text-align: center;
	margin-top:2px;
	font-size:11px;
}
.blueBtnArrow {
	width: 15%;
	clear:none;
	margin-top: -15px;
}
.blueBtnLink {
	text-align: center;
	font-weight: bold;
	text-shadow: 1px -1px 1px #929292;
	width: 80%;
	clear: none;
}
.topCallContent2 {
	color: #3F638D;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom: 1%;
	text-align:center;
}
.topCallContent3 {
	color: #3F638D;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom: 1%;
	text-align:center;
}
.topCallContent4 {
	color: #3F638D;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom: 1%;
	text-align:center;
}
/* Phone layout content section */
.contentBar {
	padding-top:1%;
	background-color: #EBEFF1;
	background-image: url(/servlet/images/calls-bgrd.png);
	background-repeat: no-repeat;
	background-size: 100%;
	}
.contentWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;


}
.contentVideoWrapper {

}
.contentVideoWrapper2 {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	clear: none;
	float: none;	
}
/* Phone layout bottom calls section */ 
.callsBottomBar {
	background-color: #E7EBED;
}
.callBottomWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.strapline {
	text-align: center;
	margin-top: 10px;
	margin-bottom:10px;
	font-size: 18px;
	color: #666666;
	font-weight:bold;
}
.logoAnimation {
	display:none;
}
.bottomCall1 {
	border-radius: 15px;
	margin-bottom:30px;
	color: #FFFFFF;
	font-size:16px;
	text-align:center;
	background-image: -webkit-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	min-height: 103px;
}
.call1Top {
	height: 36px;
	border-bottom: thin solid #FFFFFF;
	padding-top: 14px;	
}
.call1Middle {
	padding-top: 4px;
	height: 30px;
	display:none;
}
.Call1yellow {
	padding-top: 14px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top: thin solid #FFFFFF;
	height: 37px;
	text-align: center;
	font-weight: bold;
	text-shadow: 1px -1px 1px #929292;
	background-image: -webkit-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
}
.bottomCall2 {
	border-radius: 15px;
	margin-bottom:30px;
	color: #FFFFFF;
	font-size:16px;
	background-image: -webkit-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	min-height: 103px;
}
.call2Ad {
	background-image: url(/servlet/images/footer-call2-bground.png);
	background-repeat: no-repeat;
	padding-left: 35%;
	background-position: -10% 40%;
	min-height: 103px;
	border-radius: 15px;
	width:60%;
	
}
.bottomCall3 {
	border-radius: 15px;
	color: #FFFFFF;
	font-size:14px;
	background-image: -webkit-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	min-height: 103px;
	margin-bottom:70px;
}
.call3Left {
	padding: 5px;
	padding-left: 20px;
	float: left;
	width:70%;
}
.call3Right {
	padding-top: 5px;
	float: right;
	width:20%;
	clear: none;
}
/* Phone layout footer section */
.footerBar {
	padding-bottom: 30px;
}
.footerWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	color: #FFFFFF;
}
.phone {
	text-align: center;
	font-size: 16px;
}
.footerLogo {
	margin-bottom:1%;
	margin-top: 15px;
	clear: none;
	width:45%;
	margin-right:5%;
}
.socialWrapper {
	width:45%;
	clear: none;
}
.socialIcon {
	clear: none;
	width:30%;
	margin-top: 20px;
}
.linksMenu {
	color: white;
	/*color: #F89F33;*/
}
.newsletterSub {
}
.copyright {
	text-align: center;
	font-size: 10px;
	padding-bottom:20px;
	padding-top:20px;
}
/* Phone layout divs for submenu content left and right and left and bottom menus and calls */ 
.headerBarContent {
	background-color: #FFFFFF;
	background-image: url(/servlet/images/header-bgrd.png);
	background-repeat: repeat-x;
}
.headerWrapperContent {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	min-height:165px;
}
.breadcrumb {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 5px;
}
.contentLeft {
}
.pageHero {
	display:none;
}
.leftVideoBtn {
	width: 65%;
	margin-right: 5%;
	margin-top: 10px;
	height: 30px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 13px;
	border-radius: 16px;
	clear: none;
	text-shadow: 1px 1px 1px #919191;
	border: 2px solid #FBB557;
	background-image: -webkit-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(248,158,51,1.00) 0%,rgba(226,137,54,1.00) 100%);
}
.subMenuPhone {
	clear:none;
	width: 25%;
}
.leftMenuTabletPC {
	display:none;
}
.leftCall1 {
	display:none;
}
.leftCall2 {
	display:none;
}
.leftCall3 {
	display:none;
}
.contentRight {
}
.videoRight {
	height: 107px;
	border-radius: 23px;
	color: #000000;
	text-align: left;
	font-size:12px;
	background-image: -webkit-linear-gradient(270deg,rgba(250,250,251,1.00) 0%,rgba(231,231,233,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(250,250,251,1.00) 0%,rgba(231,231,233,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(250,250,251,1.00) 0%,rgba(231,231,233,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(250,250,251,1.00) 0%,rgba(231,231,233,1.00) 100%);
	margin-bottom: 10px;
}
.videoRightBkgrd {
	height: 107px;
	border-radius: 23px;
	background-image: url(/servlet/images/content-video-bkgrd.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	
}
.videoRightWords {
	clear:none;
	width:40%;
	padding-left:40%;
	padding-top:30px;
}
.videoRightArrow {
	clear:none;
	width:20%;
	padding-top:20px;
}
.phoneSubmenuBottom {
}
.contentCall1 {
	border-radius: 15px;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #FFFFFF;
	font-size:14px;
	text-align:center;
	background-image: -webkit-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	min-height: 103px;
}
.contentCall2 {
	border-radius: 15px;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #FFFFFF;
	font-size:16px;
	background-image: -webkit-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	min-height: 103px;
	margin-bottom:10px;
}
.contentCall3 {
	margin-bottom:50px;
}
.bullet {
}
.listLeft {
}
.picBig {
}
.contentLeftWide {
}
.contentRightNarrow {
	margin-bottom:70px;
}
.paragraphText {
	font-size:9px;
}
/* Phone layout divs for representatives page */ 
.reseller {
	border: 1px solid #336398;
	margin-bottom:50px;
}
.country {
	height: 40px;
	text-align:center;
}
.resellerLeft {
	background-color: #FFF;
	margin-bottom: 10px;
}
.resellerLogo {
	min-height: 50px;
	width: 98%;
	padding-top:30px;
	padding-left:1%;
}
.resellerInfo {
	padding-left: 2%;
	padding-right:2%;
	padding-top:2%;
	padding-bottom:2%;
	width:96%;
}
.resellerRightWrapper {
	background-color: #F0F8FF;
	border-top: 1px solid #336398;
	padding-left: 2%;
	padding-right:2%;
	padding-top:20px;
	padding-bottom:2%;
	width:96%;
}
.resellerRight {
}
/* Phone layout divs for prospects top buttons */ 
.prospectCallsWrapper {
	margin-top:10px;
	margin-bottom:10px;
}
.prospectCallClientInfoSelected {
	background: #366D9E;
	width:60%;
	margin-right:20%;
	margin-left:20%;	
	color: #FFFFFF;
	font-size: 14px;
	text-align:center;
	margin-bottom:5px;
}
.prospectCallClientInfo {
	background: #B7E1F7;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	color: #000000;
	font-size: 14px;
	text-align:center;
	margin-bottom:5px;
}
.prospectCallReqSelected {
	background: #366D9E;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	color: #FFFFFF;
	font-size: 14px;
	text-align:center;
	margin-bottom:5px;
}
.prospectCallReq {
	background: #B7E1F7;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	color: #000000;
	font-size: 14px;
	text-align:center;
	margin-bottom:5px;
}
.prospectCallMeetSelected {
	background: #366D9E;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	color: #FFFFFF;
	font-size: 14px;
	text-align:center;
	margin-bottom:5px;
}
.prospectCallMeet {
	background: #B7E1F7;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	color: #000000;
	font-size: 14px;
	text-align:center;
	margin-bottom:5px;
}
.prospectCallProposalSelected {
	background: #366D9E;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	color: #FFFFFF;
	font-size: 14px;
	text-align:center;
	margin-bottom:0px;
}
.prospectCallProposal {
	background: #B7E1F7;
	width:60%;
	margin-right:20%;
	margin-left:20%;
	color: #000000;
	font-size: 14px;
	text-align:center;
	margin-bottom:0px;
}
.prospectCallReview {
	width:60%;
	margin-right:20%;
	margin-left:20%;
}
.prospectCallTitle {
	background: #B7E1F7;
	text-align:center;
	font-size:11px;
}
.prospectCallTitleDarker {
	background: #366D9E;
	text-align:center;
	font-size:11px;
}
.arrowRightDarker {
	display:none;
}
.arrowDownDarker {
	width:10%;
	margin-right:45%;
	margin-left:45%;
	margin-top:5px;
	margin-bottom:5px;	
}
.arrowRightLighter {
	display:none;
}
.arrowDownLighter {
	width:10%;
	margin-right:45%;
	margin-left:45%;
	margin-top:5px;
	margin-bottom:5px;
	
}
.tableWrapper {
  margin-bottom:20px;
  width: 100%; 
  border-collapse: collapse; 
}
	
.loginTable {
	width: 80%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top:5%;
	margin-left: 5%;
	margin-right: 5%;
	margin-top:20px;
	margin-bottom:100px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,239,238,1.00) 0%,rgba(249,250,250,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,239,238,1.00) 0%,rgba(249,250,250,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,239,238,1.00) 0%,rgba(249,250,250,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,239,238,1.00) 0%,rgba(249,250,250,1.00) 100%);
	border: 1px solid #AFB9C2;
}
.tableGrayWrapper {
	width: 98%;
	padding: 1%;
	margin-top: 20px;
	margin-bottom: 100px;
	background-image: -webkit-linear-gradient(270deg,rgba(238,239,238,1.00) 0%,rgba(249,250,250,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(238,239,238,1.00) 0%,rgba(249,250,250,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(238,239,238,1.00) 0%,rgba(249,250,250,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(238,239,238,1.00) 0%,rgba(249,250,250,1.00) 100%);
	border: 1px solid #AFB9C2;
}
.tableWhiteWrapper {
	width: 98%;
	padding: 1%;
	margin-top: 20px;
	margin-bottom: 100px;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(255,255,255,1.00) 100%);
	border: 1px solid #AFB9C2;
}
.tableLeft {
}
.tableRight {
}
.tableBottom {
}
.topHeading {
}
.topButtonWrapper {
}

.topButton3 {
}
.limitBy1 {
}
.dummyLimitBy2 {
}
.limitBy2 {
	font-size: 14px;
}
.topButtonWide {
}
.topButtonWideMarketing {
}
.topButton4 {
	clear:none;
	width:50%;
}
.subHeaderCentered {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #AFB9C2;
	border-bottom: 1px solid #AFB9C2;
	text-align:center;
	color: #336398;
	font-weight:bold;
}
.subHeader {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #336398;
	font-weight:bold;
	font-size:16px;
}
.dummyLimitTitle {
	clear:none;
}
.limitTitle {
	clear:none;
	width:20%;
}
.limitName {
	padding-left:20%;
	width:80%;
	margin-bottom:10px;	
	text-align: left;
}
.limitNameFirst {
	clear:none;
	width:80%;	
	margin-bottom:10px;	
	text-align: left;
}
.nextPreviousBtns {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Tablet layout header */
.headerBar {
}
.headerBarHome {
}
.headerWrapper {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	padding-top:1%;
	padding-bottom:.5%;
	min-height:100px;
}
.logo {
	width:30%;
	margin-right: 50%;
}
.phoneMenu {
	display: none;
}
.worldwide {
	width: 14%;
	margin-right: 2%;
}
.searchCountry {
	width: 25%;
	margin-right: 3%;
}
.userName {
}
.Login {
	width: 20%;
	margin-right: 0%;
}
.homeLocation {
	margin-left:-12%;
}
.topMenuPCTab {
	display: block;
}
.nameTop {
        display: block;
	font-size:18px;
	margin-top:-10px;
	width:60%;
	margin-left:20%;
	margin-right:20%;
	color: white;
	text-align:center;
}

.resellerLogoTop {
	display:block;
	clear:none;
	width: 22%;
	margin-top:0%;
	margin-bottom:0px;
	max-height:50px;
}
/* Tablet layout top calls section */
.topCallsBar {
}
.topCallsWrapper {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.topCallsContentWrapper {
}
.topCallsContent {
	width: 68%;
	margin-right: 2%;
	border-radius: 25px;
	clear: none;
}
.infoBar {
}
.infoWrapper {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.infoContent {
	margin-left:10%;
	width:80%;
	margin-right:10%;
}
.topButtons {
	width: 22%;
	display:block;
	clear: none;
	padding-top: 1.5%;
	padding-bottom: 2%;
}
.topButtonsPhone {
	display:none;
}
.introVideoHome {
	width:100%;
	margin-right: 0%;
	clear: both;
}
.caseStudyHome {
	width:100%;
	margin-right: 0%;
	clear: both;
}
.orangeArrow {
}
.orangeText {
}
.clientsSayHome {
	clear: both;
	width:100%;
}
.topCall1 {
	clear: none;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 2%;
	border-radius: 25px;
	background-image: url(/servlet/images/call1-talent-acquisition.jpg);
	background-repeat: no-repeat;
	background-position: 40% 10%;
	background-size:100%;
}
.topCall2 {
	clear:none;
	width: 45%;
	margin-bottom: 2%;
	border-radius: 25px;
	background-image: url(/servlet/images/call-2-employee-development.jpg);
	background-repeat: no-repeat;
	background-position: 40% 50%;
	background-size:100%;
}
.topCall3 {
	clear:none;
	width: 45%;
	margin-right: 5%;
	margin-bottom: 2%;
	border-radius: 25px;
	background-image: url(/servlet/images/call-3-employee-engagement.jpg);
	background-repeat: no-repeat;
	background-position: 40% 40%;
	background-size:100%;
}
.topCall4 {
	clear:none;
	width: 45%;
	border-radius: 25px;
	background-image: url(/servlet/images/call-4-succession-planning.jpg);
	background-repeat: no-repeat;
	background-position: 40% 20%;
	background-size:100%;
}
.topCallStrapline {
}
.topCallTitle1 {
	background-color: #366FA3;
	text-align: center;
	min-height: 20px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	font-size:20px;
}
.topCallTitle1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topCallTitle1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topCallTitle1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.topCallTitle1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.topCallTitle2 {
	background-color: #366FA3;
	text-align: center;
	min-height: 20px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	font-size:20px;
}
.topCallTitle2 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topCallTitle2 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topCallTitle2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.topCallTitle2 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.topCallTitle3 {
	background-color: #366FA3;
	text-align: center;
	min-height: 20px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	font-size:20px;
}
.topCallTitle3 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topCallTitle3 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topCallTitle3 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.topCallTitle3 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.topCallTitle4 {
	background-color: #366FA3;
	text-align: center;
	min-height: 20px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	font-size:20px;
}
.topCallTitle4 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topCallTitle4 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topCallTitle4 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.topCallTitle4 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.topCallContent {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #FFFFFF;
	margin-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	margin-bottom: 0%;
	text-align:center;
}
.PlayVideo {
	width: 45%;
	margin-right:5%;
	margin-top:15px;
}
.downloadBrochure {
	display:block;
	color: #356DA1;
	font-weight: bold;
	clear:none;
	width: 55%;
	font-size:13px;
	margin-bottom:15px;
	margin-top:15px;
	width: 50%;
}
.blueButton {
	width:90%;
	margin-left:3%;
}
.blueBtnText {
}
.blueBtnArrow {
}
.blueBtnLink {
}
.topCallContent2 {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #FFFFFF;
	margin-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	margin-bottom: 0%;
	text-align:center;
}
.topCallContent3 {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #FFFFFF;
	margin-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	margin-bottom: 0%;
	text-align:center;
}
.topCallContent4 {
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background-color: #FFFFFF;
	margin-top: 110px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0%;
	margin-bottom: 0%;
	text-align:center;
}
/* Tablet layout content section */
.contentBar {
}
.contentWrapper {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.contentVideoWrapper {
}
.contentVideoWrapper2 {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
/* Tablet layout bottom calls section */ 
.callsBottomBar {
}
.callBottomWrapper {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
}
.strapline {
}
.logoAnimation {
	display:block;
	margin-bottom: 10px;
}
.bottomCall1 {
	clear: none;
	width:45%;
	margin-right:10%;
}
.call1Top {
}
.call1Middle {
}
.Call1yellow {
}
.bottomCall2 {
	clear: none;
	width:45%;
}
.call2Ad {
}
.bottomCall3 {
	margin-left:33%;
	width:45%;
}
.call3Left {
	font-size: 12px;
}
.call3Right {
}
/* Tablet layout footer section */
.footerBar {
}
.footerWrapper {	
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.phone {
}
.footerLogo {
	width:25%;
	margin-top:2%;
	margin-right:3%;
	margin-left:27%;
}
.socialWrapper {
	width:20%;
	margin-right:25%;
}
.socialIcon {
}
.linksMenu {
	width:50%;
	clear:none;
}
.newsletterSub {
	clear: none;
	width:30%;
	margin-right:3%;
}
.copyright {
}
/* Tablet layout divs for submenu content left and right and left and bottom menus and calls */ 
.headerBarContent {
}
.headerWrapperContent {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	padding-top:1%;
	min-height:145px;
}
.breadcrumb {
	text-align:right;
	margin-top:5px;
}
.contentLeft {
	width:48%;
	margin-right:2%;
	clear:none;
	margin-bottom:70px;
}
.pageHero {
	display:block;
}
.leftVideoBtn {
	width: 100%;
	margin-right:0%;
	font-size:16px;
}
.subMenuPhone {
	display:none;
}
.leftMenuTabletPC {
	display:block;
	margin-top:15px;
}
.leftCall1 {
	display:block;
	border-radius: 15px;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #FFFFFF;
	font-size:16px;
	text-align:center;
	background-image: -webkit-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	min-height: 103px;
}
.leftCall2 {
	display:block;
	border-radius: 15px;
	margin-top: 1%;
	margin-bottom: 1%;
	color: #FFFFFF;
	font-size:16px;
	text-align:center;
	background-image: -webkit-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(55,62,71,1.00) 0%,rgba(63,99,141,1.00) 100%);
	min-height: 103px;
	margin-bottom:50px;
}
.leftCall3 {
	display:block;
	min-height: 103px;
	margin-bottom:50px;
}
.contentRight {
	width:50%;
	clear:none;
	margin-bottom:50px;
}
.videoRight {
}
.videoRightBkgrd {
}
.videoRightWords {
}
.videoRightArrow {
}
.phoneSubmenuBottom {
	display:none;
}
.contentCall1 {
	display:none;
}
.contentCall2 {
	display:none;
}
.contentCall3 {
	display:none;
}
.bullet {
}
.listLeft {
	max-width: 58%;
	float:left;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:none;
}
.picBig {
}
.contentLeftWide {
	width:50%;
	clear:none;
	margin-bottom:50px;
}
.contentRightNarrow {
	width:48%;
	margin-right:2%;
	clear:none;
}
.paragraphText {
	font-size:10px;
}
/* Tablet layout divs for representatives page */ 
.reseller {
	border: 0px solid #336398;
	border-left: 1px solid #336398;
	border-bottom: 1px solid #336398;
}
.country {
}
.resellerLeft {
	clear:none;
	width: 45%;
	border-top: 1px solid #336398;
}
.resellerLogo {
	width: 98%;
}
.resellerInfo {
	width: 92%;
}
.resellerRightWrapper {
	clear:none;
	width: 50.5%;
	border-left: 1px solid #336398;
	border-right: 1px solid #336398;
}
.resellerRight {
	border: 1px solid #336398;
}
/* Tablet layout divs for prospects top buttons */ 
.prospectCallsWrapper {
	margin-bottom:0px;
	margin-top:0px;
}

.prospectCallClientInfoSelected {
	clear:none;
	background: #366D9E;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 12px 12px 0px 0px; /* Safari */
	text-align: center;
	float: left;
	height: 20px;
	min-width: 130px;
	width:20%;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	margin-right:0%;
	margin-left:0%;
	margin-bottom:0px;
}
.prospectCallClientInfo {
	clear:none;
	background: #B7E1F7;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 12px 12px 0px 0px; /* Safari */
	text-align: center;
	float: left;
	height: 20px;
	min-width: 130px;
	width:20%;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	margin-right:0%;
	margin-left:0%;
	margin-bottom:0px;
}
.prospectCallReqSelected {
	clear:none;
	background: #366D9E;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 12px 12px 0px 0px; /* Safari */
	text-align: center;
	float: left;
	height: 20px;
	min-width: 130px;
	width:20%;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	margin-right:0%;
	margin-left:0%;
	margin-bottom:0px;
}
.prospectCallReq {
	clear:none;
	background: #B7E1F7;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 12px 12px 0px 0px; /* Safari */
	text-align: center;
	float: left;
	height: 20px;
	min-width: 130px;
	width:20%;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	margin-right:0%;
	margin-left:0%;
	margin-bottom:0px;
}
.prospectCallMeetSelected {
	clear:none;
	background: #366D9E;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 12px 12px 0px 0px; /* Safari */
	text-align: center;
	float: left;
	height: 20px;
	min-width: 130px;
	width:20%;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	margin-right:0%;
	margin-left:0%;
	margin-bottom:0px;
}
.prospectCallMeet {
	clear:none;
	background: #B7E1F7;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 12px 12px 0px 0px; /* Safari */
	text-align: center;
	float: left;
	height: 20px;
	min-width: 130px;
	width:20%;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	margin-right:0%;
	margin-left:0%;
	margin-bottom:0px;
}
.prospectCallProposalSelected {
	clear:none;
	background: #366D9E;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 12px 12px 0px 0px; /* Safari */
	text-align: center;
	float: left;
	height: 20px;
	min-width: 130px;
	width:20%;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	margin-right:0%;
	margin-left:0%;
	margin-bottom:0px;
}
.prospectCallProposal {
	clear:none;
	background: #B7E1F7;
	border-radius:12px 12px 0px 0px;
	-moz-border-radius:12px 12px 0px 0px; /* Firefox 3.6 and earlier */
	-webkit-border-radius: 12px 12px 0px 0px; /* Safari */
	text-align: center;
	float: left;
	height: 20px;
	min-width: 130px;
	width:20%;
	padding: 5px 5px 0px 5px;
	cursor: pointer;
	color: #000000;
	font-size: 14px;
	margin-right:0%;
	margin-left:0%;
	margin-bottom:0px;
}
.prospectCallReview {
	clear:none;
	height: 116px;
	width:25%;
	margin-right:1%;
	margin-left:1%;
	margin-bottom:10px;
	max-width: 160px;
	background-image: url(/servlet/images/bgrnd-review-call-.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}
.prospectCallTitle {
	font-size:14px;
}
.prospectCallTitleDarker {
	font-size:14px;
}
.arrowRightDarker {
	display:block;
	clear:none;
	width:5%;
	margin-top:40px;
}
.arrowDownDarker {
	display:none;
}
.arrowRightLighter {
	display:block;
	clear:none;
	width:5%;
	margin-top:40px;
}
.arrowDownLighter {
	display:none;
}
.tableWrapper {
}
.loginTable {
	width: 40%;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: 25%;
	margin-right: 25%;
	margin-bottom:300px;
}
.tableGrayWrapper {
	margin-top: 0px;
}
.tableWhiteWrapper {
	margin-top: 0px;
}
.tableLeft {
}
.tableRight {
}
.tableBottom {
}

.topHeading {
	clear:none;
	width:56%;
	color: #356DA1;
	font-size:14px;
}
.topButtonWrapper {
	clear:none;
	width:43%;
}

.topButton3 {
	clear:none;
	width:31%;
	margin-left:2%;
}
.limitBy1 {
	clear:none;
	width:33%;
}
.dummyLimitBy2 {
	clear:none;
	width:2%;
	margin-left:3%;
}
.limitBy2 {
	clear:none;
	width:40%;
	margin-left:3%;
}
.topButtonWide {
	clear:none;
	width:56%;
}
.topButtonWideMarketing {
	clear:none;
	width:56%;
}
.topButton4 {
	clear:none;
	width:25%;
	
}
.subHeaderCentered {
}
.subHeader {
}
.limitName {
}
.limitNameFirst {
}
.dummyLimitTitle {
}
.limitTitle {
}
.nextPreviousBtns {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1028px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* PC layout header*/
.headerBar {	
}
.headerBarHome {
}
.headerWrapper {
	width: 88.5%;
	max-width: 1028px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	overflow:hidden;
}
.logo {
	width: 24%;
	margin-right: 60%;
}
.phoneMenu {
}
.worldwide {
	width: 11%;
	margin-left:18%;
	margin-right: 0%;
}
.searchCountry {
	width: 12%;
	margin-right:24%;
}
.userName {
}
.Login {
	width: 15%;
}
.homeLocation {
	/*margin-left:-10%;*/
	margin-left:0%;
}
.topMenuPCTab {
	width:90%;
	clear:none;
	margin-top:0px;
	margin-left:10%;
}

.nameTop {
	font-size:22px;
	white-space:nowrap;
	margin-top:-45px;
	width:60%;
	margin-left:20%;
	margin-right:20%;
}

.resellerLogoTop {
	width: 18%;
	margin-left:12%;
	margin-top:0%;
	margin-bottom:0px;
	float:right;
	vertical-align: bottom;	
}

/* PC layout top calls section */
.topCallsBar {
}
.topCallsWrapper {
	width: 87.5%;
	max-width: 1028px;
	padding-left: 1.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.topCallsContentWrapper {
}
.topCallsContent {
	width: 74%;
	margin-right: 2%;
}
.infoBar {
}
.infoWrapper {
}
.infoContent {
}
.topButtons {
	width: 20%;
}
.topButtonsPhone {
}
.caseStudyHome {
	width: 98%;
}
.introVideoHome {
	width: 98%;
}
.clientsSayHome {
	width: 98%;
}
.orangeArrow {
}
.orangeText {
}
.topCall1 {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-size:100%;
	background-position: 30% 40%;
}
.topCall2 {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-size:120%;
	background-position: 30% 50%;
}
.topCall3 {
	width: 23%;
	margin-right: 2%;
	margin-bottom: 2%;
	background-size:150%;
	background-position:0% 55%;
}
.topCall4 {
	width: 23%;
	margin-right: 0%;
	margin-bottom: 2%;
	background-size:100%;
	background-position: 0% 35%;
}
.topCallStrapline {
	margin-top:5px;
}
.topCallTitle1 {
	padding-top: 10px;
	min-height: 55px;
	font-size:130%;
}
.topCallTitle2 {
	padding-top: 10px;
	min-height: 55px;
	font-size:130%;;
}
.topCallTitle3 {
	padding-top: 10px;
	min-height: 55px;
	font-size:130%;
}
.topCallTitle4 {
	padding-top: 10px;
	min-height: 55px;
	font-size:130%;
}
.topCallContent {
	min-height:110px;
	margin-top: 100px;
}
.PlayVideo {
	clear:both;
	text-align:center;
	width:100%;
	margin-bottom:5px;
	margin-top:10px;
}
.downloadBrochure {
	clear:both;
	text-align:center;
	width:100%;
	margin-bottom:10px;
	margin-top:5px;
}
.blueButton {
	margin-bottom:5px;
}
.blueBtnText {
}
.blueBtnArrow {
}
.blueBtnLink {
	font-size:12px;
}
.topCallContent2 {
	min-height:110px;
	margin-top: 100px;
}
.topCallContent3 {
	min-height:110px;
	margin-top: 100px;
}
.topCallContent4 {
	min-height:110px;
	margin-top: 100px;
}
/* PC layout content section */
.contentBar {
}
.contentWrapper {
	width: 95.5%;
	max-width: 1028px;
	padding-left: 1.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.contentVideoWrapper {
}
.contentVideoWrapper2 {
	width: 87.5%;
	max-width: 1028px;
	padding-left: 1.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
/* PC layout bottom calls section */ 
.callsBottomBar {
	padding-bottom: 40px;
}
.callBottomWrapper {
	width: 87.5%;
	max-width: 1028px;
	padding-left: 1.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.strapline {
}
.logoAnimation {
}
.bottomCall1 {
	width:30%;
	margin-right:5%;
}
.call1Top {
}
.call1Middle {
}
.Call1yellow {
}
.bottomCall2 {
	width:30%;
	margin-right:5%;
}
.call2Ad {
}
.bottomCall3 {
	width:30%;
	clear: none;
	margin-left:0%;
	margin-bottom:30px;
}
.call3Left {
}
.call3Right {
}
/* PC layout footer section */
.footerBar {
}
.footerWrapper {
	width: 87.5%;
	max-width: 1028px;
	padding-left: 1.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.phone {
	font-size:18px;
}
.footerLogo {
	width:20%;
	margin-left:32%;
}
.socialWrapper {
}
.socialIcon {
	width:40px;
}
.linksMenu {
	width:70%;
	text-align: left;
}
.newsletterSub {
}
.copyright {
	font-size:12px;
}
/* PC layout divs for submenu content left and right and left and bottom menus and calls */ 
.headerBarContent {
}
.headerWrapperContent {
	width: 88.5%;
	max-width: 1028px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.breadcrumb {
}
.contentLeft {
	width:32%;
	margin-right:3%;
}
.pageHero {
}
.leftVideoBtn {
}
.subMenuPhone {
	display:none;
}
.leftMenuTabletPC {
}
.leftCall1 {
}
.leftCall2 {
}
.leftCall3 {
}
.contentRight {
	width:63%;
}
.videoRight {
	width: 298px;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:none;
}
.videoRightBkgrd {
}
.videoRightWords {
	width:45%;
	padding-left:35%;
}
.videoRightArrow {
}
.phoneSubmenuBottom {
}
.contentCall1 {
}
.contentCall2 {
}
.contentCall3 {
}
.bullet {
}
.listLeft {
}
.picBig {
	max-width: 60%;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:none;
}
.contentLeftWide {
	width:63%;
}
.contentRightNarrow {
	width:32%;
	margin-left:3%;
	margin-bottom:100px;
}
.paragraphText {
	font-size:14px;
}
/* PC layout divs for representatives page */ 
.reseller {
}
.country {
}
.resellerLeft {
	width: 33%;
}
.resellerLogo {
	padding-top:25px;
	padding-left:3%;
}
.resellerInfo {
	padding-left:3%;
}
.resellerRightWrapper {
	width: 64.75%;
	padding-left: 1%;
	padding-right:1%;
	padding-top:20px;
	padding-bottom:20px;
}
.resellerRight {

}
/* PC layout divs for prospects top buttons */ 
.prospectCallsWrapper {
}

.prospectCallClientInfoSelected {
}
.prospectCallClientInfo {
	/*max-width: 205px;
	width:22%;
	margin-left:0%;*/

}
.prospectCallReqSelected {
}
.prospectCallReq {
	/*max-width: 205px;
	width:22%;*/
}
.prospectCallMeetSelected {
}
.prospectCallMeet {
	/*max-width: 205px;
	width:22%;*/

}
.prospectCallProposalSelected {
}
.prospectCallProposal {
	/*max-width: 205px;
	width:22%;
	margin-right:1%;
	margin-left:1%;*/
}
.prospectCallReview {
	max-width: 200px;
	margin-right:0%;
}
.prospectCallTitle {
}
.prospectCallTitleDarker {
}
.arrowRightDarker {
	width:4%;
	text-align: center;
	padding-left: 4px;
}
.arrowDownDarker {
}
.arrowRightLighter {
	width:4%;
	text-align: center;
	padding-left: 4px;
}
.arrowDownLighter {
}
.tableWrapper {
}
.loginTable {
	width: 28%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top:3%;
	margin-left: 34%;
	margin-right: 34%;
}
.tableGrayWrapper {
}
.tableWhiteWrapper {
}
.tableLeft {
	clear:none;
	width:49%;
	margin-right:1%;
}
.tableRight {
	clear:none;
	width:49%;
}
.tableBottom {
}
.topHeading {
	font-size:16px;
	width:60%;
}
.topButtonWrapper {
	width:39%;
	text-align: right;
}

.topButton3 {
}
.limitName {
}
.limitBy1 {
}
.dummyLimitBy2 {
}
.limitBy2 {
	width:27%;
	margin-left:5%;

}
.topButtonWide {
	margin-right:2%;
}
.topButtonWideMarketing {
	width:90%;
	margin-right:5%;
	margin-left:5%;
}
.topButton4 {
}
.subHeaderCentered {
}
.subHeader {
}
.limitNameFirst {
}
.dummyLimitTitle {
}
.limitTitle {
}
.nextPreviousBtns {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}