@charset "utf-8";
/* CSS Document */


body {
	font-family: source-sans-pro, sans-serif;
	font-size: 16px;
	color: #000000;
	background-color: #6D6E71;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-weight: 400;
	background-image: -webkit-linear-gradient(0deg,rgba(25,68,128,1.00) 0%,rgba(61,185,237,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(25,68,128,1.00) 0%,rgba(61,185,237,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(25,68,128,1.00) 0%,rgba(61,185,237,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(25,68,128,1.00) 0%,rgba(61,185,237,1.00) 100%);
}
select {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
}
text {
	font-family: source-sans-pro, sans-serif;
	font-size: 12px;
}
a:link {
	color: #336398;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336398;
}
a:hover {
	text-decoration: underline;
	color: #336398;
}
a:active {
	text-decoration: none;
	color: #336398;
}

h1 {
	font-size: 16px;
	color: #336398;
	margin-top:0px;
	font-weight:bold;
}
@media only screen and (min-width: 481px) {
h1 {
	font-size: 20px;
}
}
@media only screen and (min-width: 769px) {
h1 {
	font-size: 24px;
}
}
h2 {
	font-size: 14px;
	color: #336398;
}
@media only screen and (min-width: 481px) {
h2 {
	font-size: 16px;
}
}
@media only screen and (min-width: 769px) {
h2 {
	font-size: 16px;
}
}
h3 {
	font-size: 12px;
	color: #666666;
	font-weight:bold;
}
@media only screen and (min-width: 481px) {
h3 {
	font-size: 16px;
}
}
@media only screen and (min-width: 769px) {
h3 {
	font-size: 16px;
}
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 0;
	font-weight:lighter;
}
h5 {
	font-size: 14px;
	color: #336398;
	margin-bottom: 0;
}
/* Styling of ul lists on website */
ul li{
     padding-left:0px;
	 margin:0.5em 0; 
}

/* Styling of lists with blue tick */
/* phone */
ul li.bullet  {
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration:none;
	background-image: url(/servlet/images/bullet.png);
    background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	margin-left: -50px; 
    }
/* Tablet */
@media only screen and (min-width: 481px) {
ul li.bullet  {
	list-style: none;
	text-decoration:none;
	background-image: url(/servlet/images/bullet.png);
    background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	margin-left: -50px; 
    }
}
/* PC*/
@media only screen and (min-width: 769px) {
ul li.bullet  {
	list-style: none;
	text-decoration:none;
	background-image: url(/servlet/images/bullet.png);
    background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 20px;
	margin-left: -50px; 
    }
}
/* Styling of pictures within content */
/* Small pics */
.picRightS {
	align-content:center;
}
@media only screen and (min-width: 481px) {
.picRightS {
	float:right;
	margin-right: 10px;
	margin-bottom: 10px;
	clear:none;
	max-width: 30%;
}
}
@media only screen and (min-width: 769px) {
.picRightS {
	max-width: 20%;
}
}

.picLeftS {
	align-content:center;
}
@media only screen and (min-width: 481px) {
.picLeftS  {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear:none;
	max-width: 30%;
}
}
@media only screen and (min-width: 769px) {
.picLeftS  {
	max-width: 20%;
}
}

/* Medium pics */
.picRightM {
}
@media only screen and (min-width: 481px) {
.picRightM {
	max-width: 50%;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:none;
}
}
@media only screen and (min-width: 769px) {
.picRightM {
	max-width: 40%;
}
}

.picLeftM {
}
@media only screen and (min-width: 481px) {
.picLeftM  {
	max-width: 50%;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear:none;
}
}
@media only screen and (min-width: 769px) {
.picLeftM  {
	max-width: 40%;
}
}
/* Large pics */
.picRightL {
}
@media only screen and (min-width: 481px) {
.picRightL {
	max-width: 60%;
	float:right;
	margin-left: 10px;
	margin-bottom: 10px;
	clear:none;
}
}
@media only screen and (min-width: 769px) {
.picRightL {
	max-width: 70%;
}
}

.picLeftL {
}
@media only screen and (min-width: 481px) {
.picLeftL  {
	max-width: 60%;
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear:none;
}
}
@media only screen and (min-width: 769px) {
.picLeftL  {
	max-width: 70%;
}
}

/* Styling of top phone menu */
.phoneMenu ul{
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}	
.phoneMenu ul li ul{
	margin:0px;
	padding:0px;

	display:none;
	margin:2px;
	padding:2px;
	}
.phoneMenu ul li:hover ul{
	display:block;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #336398;
	border-radius: 4px;
	margin-left: -60px;
	}
.phoneMenu ul li:click ul{
	display:block;
	width: 200px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #336398;
	border-radius: 4px;
	margin-left: -60px;
	}
.phoneMenu ul li {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 31px;
	text-decoration:none;
    }
.phoneMenu ul li a {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 31px;
	text-decoration:none;
    }
.phoneMenu ul li a:hover {
	color: #FFFFFF;
	}
/*styling of phone submenu*/
.subMenuPhone ul{
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}	
.subMenuPhone ul li ul{
	margin:0px;
	padding:0px;
	display:none;
	margin:2px;
	padding:2px;
	}

.subMenuPhone ul li:hover ul{
	display:block;
	width: 250px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-radius: 4px;
	margin-left: -200px;
	}
.subMenuPhone ul li a {
	font-family: Arial;
	font-size: 14px;
	color: #336398;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 41px;
	text-decoration:none;
	background-image: url(/servlet/images/left-menu-btn.jpg);
    background-repeat: no-repeat;
	background-position: 0 -2px;
	padding-left: 30px; 
    }
.subMenuPhone ul li a:hover {
	color: #FFFFFF;
	background-image: url(/servlet/images/left-menu-btn-rollover.jpg);
	}
/*styling of phone submenu bottom*/
.phoneSubmenuBottom ul{
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	margin-left: 20px;
}	
.phoneSubmenuBottom ul li a {
	font-family: Arial;
	font-size: 14px;
	color: #336398;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 41px;
	text-decoration:none;
	background-image: url(/servlet/images/left-menu-btn.jpg);
    background-repeat: no-repeat;
	background-position: 0 -2px;
	padding-left: 30px; 
    }
.phoneSubmenuBottom ul li a:hover {
	color: #FFFFFF;
	background-image: url(/servlet/images/left-menu-btn-rollover.jpg);
	}
	
/* Styling of user name menu */
.userName ul{
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}	
.userName ul li ul{
	margin:0px;
	padding:0px;
	position: relative;
	display:none;
	margin:2px;
	padding:2px;
	}
.userName ul li:hover ul{
	display:block;
	position: absolute;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #336398;
	border-radius: 4px;
	margin-left: -60px;
	}
.userName ul li:click ul{
	display:block;
	position: absolute;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #336398;
	border-radius: 4px;
	margin-left: -60px;
	}
.userName ul li:click ul a{
	display:block;
	position: absolute;
	width: 150px;
	margin-top: 0px;
	margin-bottom: 2px;
	background-color: #336398;
	border-radius: 4px;
	margin-left: -60px;
	}
.userName ul li {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 31px;
	text-decoration:none;
    }
.userName ul li a {
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 31px;
	text-decoration:none;
    }
.userName ul li a:hover {
	color: #FFFFFF;
	}
/* Styling of top PC and Tablet menu */
	
.topMenuPCTab ul {
	margin: 0px;
	padding: 0px;
	}

.topMenuPCTab ul li{
	margin:0px;
	padding:0px;
	display:inline;
	height: 31px;
	float: left;
	list-style: none;
	margin-left: 10px;
	margin-right:10px;
	position: relative;
	font-size: 14px;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 31px;
	}
	
.topMenuPCTab li ul{
	margin:0px;
	padding:0px;
	display:none;
	position: absolute;
	margin-left: -25px;
	top: 31px;
	background-color:#3676A9;
	}

.topMenuPCTab li:hover ul{
	display:block;
	width:190px;
	color: #FFFFFF;
	}

.topMenuPCTab li li{
	list-style:none;
	display:list-item;
	}
	
.topMenuPCTab ul li a {
	color: #FFFFFF;
    }
.topMenuPCTab ul li a:hover {
	color: #FFFFFF;
	text-decoration:none;
    }
ul li.currentTop a{
	color: #FFFFFF;
	text-decoration:none; 
	}
/* Styling of left sub-menu PC and Tablet */

.leftMenuTabletPC ul{
	text-decoration: none;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}	

.leftMenuTabletPC ul li a {
	font-family: Arial;
	font-size: 14px;
	color: #336398;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 41px;
	text-decoration:none;
	background-image: url(/servlet/images/left-menu-btn.jpg);
    background-repeat: no-repeat;
	background-position: 0 -2px;
	padding-left: 30px; 
    }
.leftMenuTabletPC ul li a:hover {
	color: #FFFFFF;
	background-image: url(/servlet/images/left-menu-btn-rollover.jpg);
	}
ul li.current a{
	color: #FFFFFF;
	background-image: url(/servlet/images/left-menu-btn-rollover.jpg);
	background-repeat: no-repeat;
	background-position: 0 -2px;
	padding-left: 30px; 
	}

/* Styling of footer menu in Links area */

.footerWrapper a:link {
	color: #FFF;
	text-decoration: none;
	}
.footerWrapper a:visited {
	color: #FFF;
	text-decoration: none;
	}
.footerWrapper a:hover {
	text-decoration: underline;
	color: #FFF;
	}
.footerWrapper a:active {
	color: #FFF;
	text-decoration: none;
	}
	
.footerWrapper 	ul li{
	margin:0px;
	padding:0px;
	display: inline;
	height: 31px;
	float: left;
	list-style: none;
	margin-right: 5px;
	padding-right: 5px;
	position: relative;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 31px;
	}
.footerWrapper ul li ul{
	margin:0px;
	padding:0px;
	display:none;
	position: absolute;
	margin-left: -25px;
	top: 31px;
	background-color:#3676A9;
	}
.footerWrapper ul li:hover ul{
	display:block;
	width:150px;
	color: #FFFFFF;
	z-index: 1;
	}
/* Styling of top login link */
.Login a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Login a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Login a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.Login a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Styling of top worldwide link */
.worldwide a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.worldwide a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.worldwide a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.worldwide a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Styling of bottom call for phone layout */
.bottomCall1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottomCall1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.bottomCall1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.bottomCall1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Styling of yellow buttons a links */
.Call1yellow a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.Call1yellow a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.Call1yellow a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.Call1yellow a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Styling of leftCall1 a links */
.leftCall1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.leftCall1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.leftCall1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.leftCall1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Styling of contentCall1 a links */
.contentCall1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.contentCall1 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.contentCall1 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.contentCall1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Styling of intro Video links */
.introVideoHome a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.introVideoHome a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.introVideoHome a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.introVideoHome a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Styling of intro Case Study links */
.caseStudyHome a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.caseStudyHome a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.caseStudyHome a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.caseStudyHome a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Styling of Clients Say links */
.clientsSayHome a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.clientsSayHome a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.clientsSayHome a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.clientsSayHome a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* Styling of a title in calls bottom */
.largeText {
	color: #FFFFFF;
	font-size:24px;
}
/* Styling of left video button link */
.leftVideoBtn a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.leftVideoBtn a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.leftVideoBtn a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.leftVideoBtn a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* Styling of download brochure link */

.downloadBrochure a:link {
	color: #356DA1;
	text-decoration: none;
}
.downloadBrochure a:visited {
	text-decoration: none;
	color: #356DA1;
}
.downloadBrochure a:hover {
	text-decoration: underline;
	color: #356DA1;
}
.downloadBrochure a:active {
	text-decoration: none;
	color: #356DA1;
}
/* Styling of blue button link */

.blueBtnLink a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.blueBtnLink a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.blueBtnLink a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.blueBtnLink a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.title_large_orange {
	font-size:16px;
	font-family: Calibri;
	color:#FF6600;
	margin-bottom:5px;
}
.title_small_orange {
	font-family: Calibri;
	font-weight: bold;
	font-size:12px;
	color:#F89F33;
}
.title_large_blue {
	font-size:16px;
	font-family: Calibri;
	color:#003399;
	margin-bottom:5px;
}
/* Styling for contact form */
#contentForm {
	float: left;
	min-height: 105px;
	width: 300px;
	margin-top: 10px;
	border-radius: 11px;
	background-color: #336398;
	-webkit-box-shadow: 2px -2px 5px #919191;
	box-shadow: 2px -2px 5px #919191;
	margin-bottom: 7px;
	font-size: 12px;
	color: #FFF;
	text-align: left;
	padding: 5px;
}
#contentPicRight {
	float: right;
	padding-left:15px;
	padding-bottom:5px;
	clear:none;
}
#contentPicLeft {
	float: left;
	padding-right:15px;
	padding-bottom:5px;
	clear:none;
}
#newLine {
    clear: both;
	float: none;
    display: block;
}
/* Styling for left and right content on the contact page*/

#Left {
	min-height: 200px;
	width: 300px;
	margin-right: 10px;
	clear: none;
}
#Right {
	width: 320px;
	min-height: 200px;
	clear: none;
}
#Stage {
	margin-left:.5%;
	margin-right:2%;
	width:97%;
}
/* Styling for Prospect Management System links */

.prospectCallTitle a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.prospectCallTitle a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.prospectCallTitle a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.prospectCallTitle a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.prospectCallTitleDarker a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.prospectCallTitleDarker a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.prospectCallTitleDarker a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.prospectCallTitleDarker a:active {
	text-decoration: none;
	color: #FFFFFF;
}

/* 
Generic Styling, for Desktops/Laptops 
*/
.tableWrapper table { 
  width: 100%; 
  border-collapse: collapse; 
}
.tableWrapper tr { 
  border-bottom: 1px solid #356DA1; 
}
.tableWrapper thead th{ 
  background: #356DA1; 
  color: white; 
  font-weight: bold; 
  font-size:12px; 
  padding: 6px; 
  text-align: left;
}
.tableWrapper th a{ 
  background: #356DA1; 
  color: white; 

}
.tableWrapper td { 
  padding: 6px; 
  text-align: left;
  font-size:12px; 
}

/* 
tableGrayWrapper styling
*/
.tableGrayWrapper th { 
  color: #336398; 
  font-weight:normal;
}
.tableGrayWrapper td { 
  font-size:12px;
}

/* 
tableWhiteWrapper styling
*/
.tableWhiteWrapper th { 
  color: #336398; 
  font-weight:normal;
}
.tableWhiteWrapper td { 
  font-size:12px;
}

/* 
Link styling for HOME in header
*/
.homeLocation a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.homeLocation a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.homeLocation a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.homeLocation a:active {
	text-decoration: none;
	color: #FFFFFF;
}
/* styling of blue form buttons*/

.formButton {
    background-color: #356DA1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	min-width:70px;
	font-family: source-sans-pro, sans-serif;
    color: #FFFFFF;
    font-size: 11px;
	text-align:center;
    text-decoration: none;
    cursor: pointer;
    border:none;
}
.formButton:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.subscribeFormButton {
    background-color: #356DA1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:24px;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	min-width:140px;
	font-family: source-sans-pro, sans-serif;
    color: #FFFFFF;
    font-size: 22px;
	text-align:center;
    text-decoration: none;
    cursor: pointer;
    border:none;
}
.subscribeFormButton:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
