@font-face {
    font-family: 'proxima_novasemibold';
    src: url('../fonts/proxima_nova_sbold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_sbold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_sbold-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_sbold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff'),
         url('../fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proxima_nova_bold-webfont.woff2') format('woff2'),
         url('../fonts/proxima_nova_bold-webfont.woff') format('woff'),
         url('../fonts/proxima_nova_bold-webfont.ttf') format('truetype'),
         url('../fonts/proxima_nova_bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	overflow-x:hidden; 
}

a, a:link, a:visited {
    outline: none;
	text-decoration: none;	
}

img {
	border: none;
	margin: 0px;
}


h1 {
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3, h4, h5, h6 {
	font-size: .9em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

form, input, select, textarea, p {
	margin: 0px;
	padding: 0;
}

textarea {
	resize: none;
}

input:focus, textarea:focus {
	outline: none;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0px;
	padding: 0; 
} 

.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.overlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.modal_wrapper {
	width: 100%;
	position: absolute;
	padding-top: 50px;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
}


/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}

.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}

.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 400px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}

.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/
a{
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  	transition:         all 700ms cubic-bezier(0.19, 1, 0.22, 1);
}

a:hover{
	color: #f36f21 !important;
}

input[type="submit"], input[type="button"],button,.button{
    cursor: pointer;
	border: 2px solid #f36f21  ;
	box-shadow:none;
    -webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -webkit-transition: all ease-out 0.4s !important;
    -moz-transition: all ease-out 0.4s !important;
    -o-transition: all ease-out 0.4s !important;
    transition: all ease-out 0.4s !important;
}
input[type="submit"]:focus, input[type="button"]:focus,button{
	outline: none;
}

input[type="submit"]:hover, input[type="button"]:hover,button{
	color: #f36f21  ;
	background: #fff   ;
	border: 2px solid #f36f21  ;
}


.layoutWrapper {
	position: relative;
}

.leftAnimo {
	-ms-transform: translate3d(270px, 0px, 0px);
	-webkit-transform: translate3d(270px, 0px, 0px);
	-moz-transform: translate3d(270px, 0px, 0px);
	transform: translate3d(270px, 0px, 0px);
	-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
	-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
	transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.mobileNav {
	width: 270px;
	height: 100% !important;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: none;
	overflow-y: auto;
	background: #000;
	/*padding: 0 5px;*/

}
.mobMargin {
	margin-left: 0px !important;
}
.mobileNav ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	display: block;
}
.mobileNav  li {
	font-size: 16px;
	color: #fff;
	list-style: none;
	float: none;
	position: relative;
	display: block;
	padding: 0;
	background: url(../images/imgNavDivider.png) repeat-x bottom left;
}
.mobileNav  li ul {
	background: url(../images/imgNavDivider.png) repeat-x top left;
}
.mobileNav li a {
	padding: 10px 15px 8px;
	color: #fff;
	font-family: 'proxima_novasemibold';
	font-size: 16px;
	text-transform: uppercase;
	-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
	display: block;
}
.mobileNav li a span {
	padding-right: 10px;
}
.mobileNav li .droplist li {
	margin: 0;
}
.mobileNav li a:hover, .mobileNav li.selected > a , .mobileNav li.current_page_item > a{
	color: #f36f21;
	background: #292929;
}
.mobileNav li:last-child {
	border: none;
}
.mobileNav li > ul {
	background: #2a3147 !important;
}
.mobileNav  li li ul {
	background: #2e3e70 !important;
}
.mobileNav li li a {
	font-family: 'proxima_nova_rgregular';
	font-size: 14px;
	padding-left: 38px;
	box-sizing: border-box;
	background: #333333  url(../images/imgNavDivider.png) repeat-x bottom left!important;
}

.mobileNav li li a:hover {
	background: #f36f21  url(../images/imgNavDivider.png) repeat-x bottom left!important;
	color:#292929 !important;
}
.mobileNav li li li a {
	background: #4f4f4f  url(../images/imgNavDivider.png) repeat-x bottom left!important;
}
.mobileNav li li li a:hover {
	background: #f36f21  url(../images/imgNavDivider.png) repeat-x bottom left!important;
	color:#292929 !important;
}
.mobileNav li li li a {
	padding-left: 55px;
}
.mobileNav li li {
	background: url(../images/imgNavDivider.png) repeat-x bottom left;
}
.mobileNav li .dropList ul {
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	width: 100%;
	display: block;
	z-index: 100;
}

.mobileNav .headerContact li{
	display: block;
	padding: 0;
}
.mobileNav .headerContact li a {
	padding: 10px 15px 8px 40px !important;
	color: #fff;
	font-family: 'MyriadPro';
	font-size: 15px;
	line-height:22px;
	display: block;
	-webkit-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 500ms cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}

.mobNav {
	position: absolute;
	top: 11px !important;
	left: 15px;
	display: none;
}
.iconMobNav {
	width: 30px;
	height: 23px;
	position: relative;
	/*  margin: 8px 0 0;*/
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	opacity: 1;
}
.iconMobNav span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #f36f21;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}


.iconMobNav  span:nth-child(1) {
	top: 0px;
}
.iconMobNav span:nth-child(2), .iconMobNav  span:nth-child(3) {
	top: 8px;
}
.iconMobNav span:nth-child(4) {
	top: 16px;
}
.iconMobNav.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
.iconMobNav.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.iconMobNav.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.iconMobNav.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.pageContainer {
	background: #FFF;
	position: relative; 
	z-index:1;
    -webkit-box-shadow: -10px 0px 3px -6px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:   -10px 0px 3px -6px rgba(0, 0, 0, 0.20);
	box-shadow:        -10px 0px 3px -6px rgba(0, 0, 0, 0.20);
	padding: 0;
}

.pageCenter{
	max-width: 1170px;
	width:100%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.pageHeader{
	background: #FFF;
	position: fixed;
	top: 0px;
	left: 0;
	z-index: 1000;
	width: 100%;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
	padding: 60px 0 29px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.pageHeader.sticky {
	position: fixed;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 0.75);
	padding: 20px 0 ;
}
.pageLogo {
	padding-left: 0;
	position: relative;
}
.pageLogo img{
	width: 277px;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.pageHeader.sticky .pageLogo img{
	width: 200px;
}
.pageNav{
	position: relative;
	text-align: right;
	padding-top: 38px;
	padding-right: 0;
	padding-left: 0;
	-webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
   	-moz-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
 	-o-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.phoneNumberHeader {
	color: #F56600;
	font-weight:bold;
	font-size:18pt;
}

.separateLinks {
	margin-top:-90px;
}

.topmenu {
	margin-top: 20px;
}

.pageHeader.sticky .pageNav {
	padding-top: 20px;
}

.pageNav ul{
	margin: 0;
	padding:0;
	list-style-type: none;
	
	display: inline-block;
	vertical-align: middle;
}

.pageNav li{
	display: inline-block;
	margin: 0 10px 0 0 ;
	padding: 0 12px;
	position: relative;
	vertical-align: top;
}

.pageNav li:after{
	content:"/";
	position: absolute;
	top: -5px;
	right: -10px;
	color: #f36f21;
	font-size: 22px;
	font-family: 'proxima_novasemibold';
}
.pageNav li:last-child:after{
	display: none;
}
.pageNav li a{
	display: block;
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	line-height: 22px;
	color: #000;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}

.pageNav > ul > li.current_page_item selected >  a,.pageNav > ul > li.selected >  a, .pageNav > ul > li >  a:hover{
	color: #f36f21;
}

.pageNav li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	display: none;
	width: 240px;
	background: #f36f21;
	opacity: 0.8;
}

.pageNav ul li:hover > ul {
	display: block;
}

.pageNav li li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ffffff;
	position: relative;
}

.pageNav li li:last-child {
	border-bottom: 0;
}

.pageNav li li:after {
	display: none !important;
}

.pageNav li li a {
	display: block;
	padding: 10px 15px !important;
	color: #000;
	font-size: 13px;
	position: relative;
}

.pageNav li li a:hover, .pageNav li li:hover a {
	background: #fff;
	color: #365699;
}


.btnClientLogin{
	display: inline-block;
	max-width: 135px;
	width:100%;
	height: 32px;
	text-align: center;
	background: #f36f21;
	color: #fff;
	font-family: 'proxima_novasemibold';
	font-size: 16px;
	line-height: 16px;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 9px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}



.btnCommon{
	display: inline-block;
	min-width:132px;
	height: 49px;
	text-align: center;
	background: #f36f21;
	color: #fff;
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	line-height: 20px;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 16px 20px;
	-webkit-transition: all ease-out 0.4s;
	-moz-transition: all ease-out 0.4s;
	-o-transition: all ease-out 0.4s;
	transition: all ease-out 0.4s;
}
.btnCommon input[type="submit"]{
	border: 2px solid #fff;
}

.hvrShutterOut { 
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background: #f36f21;
  color:#fff;
 
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvrShutterOut.reverse{
	background: #fff;
  color:#f36f21;
}

.hvrShutterOut:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #f36f21;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvrShutterOut.reverse:before{
	 background: #f36f21;
}

.hvrShutterOut:hover, .hvrShutterOut:focus, .hvrShutterOut:active {
  color: #f36f21;	
}

.hvrShutterOut.reverse:hover, .hvrShutterOut.reverse:focus, .hvrShutterOut.reverse:active {
  color: #fff;
}

.hvrShutterOut:hover:before, .hvrShutterOut:focus:before, .hvrShutterOut:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



.pageFooter{
	padding: 40px 0 40px;
}
.helpCustomer{
	margin-bottom: 104px;
	text-align: center;
}
.helpCustomer span{
	font-family: 'proxima_nova_rgbold';
	font-size: 48px;
	line-height: 50px;
	display: block;
	color: #40474e;
	margin-bottom: 40px;
	text-align: center;
}

.helpCustomer a{
	max-width: 367px;
	width:100%;
	margin: 0 15px 15px;
}

.helpCustomer a:nth-of-type(1){
	margin-left: 0;
}
.helpCustomer a:last-child{
	margin-right: 0;
}

.copyright p{
	  font-family: 'proxima_nova_rgregular';
	  font-size: 16px;
	  line-height: 20px;
	  color:#40474e; 
}
.copyright p a{
	color:#40474e; 
	display: inline-block;
	padding: 0 7px;
	margin-left: 10px;
	position: relative;
}
.copyright p a:after{
	content: "|";
	position: absolute;
	top: 0;
	left: -7px;
	color: #7cbec3;
	font-family: 'proxima_nova_rgregular';
	font-size: 18px;
}

.socialMedia{
	text-align: right;
	position: relative;
}

.socialMedia ul{
	margin: 0;
	padding:0px;
	list-style-type: none;
}

.socialMedia li{
	margin: 0;
	padding: 0 10px;
	display: inline-block;
}

.socialMedia li:last-child{
	padding-right: 0;
}

.socialMedia li a{
	text-indent: -9999px;
	text-align: left;
	display: block;
	width: 35px !important;
	height: 35px;
	position: relative;
	overflow: hidden;
	background: url(../images/iconSprite.png) no-repeat 0 0;
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
}

.socialMedia li.facebook a{
	background-position: -1px -1px;
}
.socialMedia li.facebook a:hover{
	background-position: -1px -40px;
}
.socialMedia li.twitter a{
	background-position: -45px -40px;
}
.socialMedia li.twitter a:hover{
	background-position: -45px -1px;
}
.socialMedia li.linkedin a{
	background-position:-90px -1px;
}
.socialMedia li.linkedin a:hover{
	background-position: -90px -40px;
}

.bgImage, .homeBanner  {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bgImage  img ,.homeBanner  .imgBanner{
	visibility: hidden;
	width: 100%;
}

.homeBanner{
	position: relative;
	min-height: 480px;
}
.homeBanner  .imgBanner{
	width: 100%;
}

.homeBanner .geoscape{
	position: absolute;
	top:20px;
	right: 0;
	z-index: 1;
	-webkit-animation: geoscape 1s;
    -moz-animation: geoscape 1s;
    animation: geoscape 1s;
	-webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
   	-moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
}

@-webkit-keyframes geoscape {
    0% {
        opacity: 0;
        right:100%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
@-moz-keyframes geoscape {
    0% {
        opacity: 0;
        right:-100%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
@keyframes geoscape {
    0% {
        opacity: 0;
        right:-100%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

.bannerContent{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: auto;
}



.bannerLeft article{
	position: relative;
	top: 50px;
	right: 0;
} 
.bannerLeft span{
	display: inline-block;
	position: absolute;
	top:0;
	right: 0;
	opacity: 0;
	font-family: 'proxima_nova_rgbold';
	font-size: 82px;
	line-height: 72px;
	color: #fff;
	-webkit-text-shadow: 4px 5px 5px rgba(0, 0, 0, 0.4);
	-moz-text-shadow: 4px 5px 5px rgba(0, 0, 0, 0.4);
	text-shadow: 4px 5px 5px rgba(0, 0, 0, 0.4);
	-webkit-animation: transRight 1s;
    -moz-animation: transRight 1s;
    animation: transRight 1s;
 
     

}

.bannerLeft span:nth-of-type(1){
	top: 0;
	 animation-delay: 0.4s;
      -moz-animation-delay:  0.4s;
      -webkit-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
}

.bannerLeft span:nth-of-type(2){
	top: 76px;
	animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -webkit-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
}

.bannerLeft span:nth-of-type(3){
	top: 143px;
	animation-delay: 0.4s;
      -moz-animation-delay:  0.4s;
      -webkit-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
}

.bannerLeft span:nth-of-type(4){
	top: 211px;
	animation-delay: 0.4s;
      -moz-animation-delay: 0.4s;
      -webkit-animation-delay: 0.4s;
      -o-animation-delay: 0.4s;
}

@-webkit-keyframes transRight {
    0% {
        opacity: 0;
        right:100%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
@-moz-keyframes transRight {
    0% {
        opacity: 0;
        right:100%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}
@keyframes transRight {
    0% {
        opacity: 0;
        right:100%;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

.bannerRight article{
	position: relative;
	top:296px;
	left: 0; 
}

.bannerRight span{
	display: block;
	text-align: left;
	font-family: 'proxima_novasemibold';
	font-size: 36px;
	line-height: 44px;
	color: #fff;
	height: 40px;
	-webkit-text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
	text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5);
-webkit-animation: transRotate 1s;
    -moz-animation: transRotate 1s;
    animation: transRotate 1s;
 
    
	  -webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg) ;
		-ms-transform: rotateX(90deg) ;
		-o-transform: rotateX(90deg) ;
		transform: rotateX(90deg) ;
}



@-webkit-keyframes transRotate {
    0% {
        -webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg) ;
		-ms-transform: rotateX(90deg) ;
		-o-transform: rotateX(90deg) ;
		transform: rotateX(90deg) ;
    }
    100% {
		-webkit-transform: rotateX(0deg) ;
		-moz-transform: rotateX(0deg) ;
		-ms-transform: rotateX(0deg) ;
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg) ;
       
    }
}
@-moz-keyframes transRotate {
    0% {
        -webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg) ;
		-ms-transform: rotateX(90deg) ;
		-o-transform: rotateX(90deg) ;
		transform: rotateX(90deg) ;
    }
    100% {
		-webkit-transform: rotateX(0deg) ;
		-moz-transform: rotateX(0deg) ;
		-ms-transform: rotateX(0deg) ;
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg) ;
       
    }
}
@keyframes transRotate {
    0% {
        -webkit-transform: rotateX(90deg);
		-moz-transform: rotateX(90deg) ;
		-ms-transform: rotateX(90deg) ;
		-o-transform: rotateX(90deg) ;
		transform: rotateX(90deg) ;
    }
   100% {
		-webkit-transform: rotateX(0deg) ;
		-moz-transform: rotateX(0deg) ;
		-ms-transform: rotateX(0deg) ;
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg) ;
       
    }
}
.bannerRight span:nth-of-type(1){
	top:0;
	 animation-delay: 1s;
      -moz-animation-delay: 1s;
      -webkit-animation-delay: 1s;
      -o-animation-delay: 1s;
}

.bannerRight span:nth-of-type(2){
	top:44px;
	 animation-delay: 1.4s;
      -moz-animation-delay: 1.4s;
      -webkit-animation-delay: 1.4s;
      -o-animation-delay: 1.4s;
}

.bannerRight span:nth-of-type(3){
	top:88px;
	animation-delay: 1.8s;
      -moz-animation-delay: 1.8s;
      -webkit-animation-delay: 1.8s;
      -o-animation-delay: 1.8s;
}

.bannerContent span {
	-webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
   	-moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
     -moz-animation-fill-mode: forwards;
     animation-fill-mode: forwards;
    
}

.skewedBlockGridWrapper{
	min-height: 278px;
	width: 100%;
	position: relative;
	z-index: 2;
	background: #f0702f;
	padding: 35px 0 30px;
}

.skewedBlockGridWrapper:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: 1;
	bottom: 0;
  	left:0;
	-webkit-transform-origin: right bottom;
	-moz-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	transform: skewY(-5deg);
}

.skewedBlockGridWrapper .row{
	position: relative;
	z-index: 2;
}
.smartBlocks .column {
    padding: 0 31px 30px 31px;
	
}

.smartBlocks .column strong,.smartBlocks .column span{
	font-family: 'proxima_novasemibold';
	font-size: 22px;
	line-height: 28px;
	display: block;
	color: #fff;
	text-align: center;
}
.smartBlocks .column strong{
	padding: 32px 120px 40px 0;
	text-transform: uppercase;
	position: relative;
}
.smartBlocks .column strong::after{
	content: "";
	position: absolute;
	top:0;
	right: 15px;
	width: 97px;
	height: 106px;
	background: url(../images/iconSprite.png) no-repeat 0  bottom;
}
.smartBuying strong:after{
	background-position: 0px -88px !important;
}

.smartPlanning strong:after {
	background-position:-107px -88px !important;
}

.smartTargeting strong:after{
	background-position:-206px -88px !important;
}


.smarterBlocksHolder{
	padding-bottom: 40px;
}
.smarterBlocksHolder .smartBlocks .column{
	text-align: left;
	padding: 0 70px 30px 70px;
	position: relative;
}
.smarterBlocksHolder .smartBlocks .column:after{
	content: "";
	position: absolute;
	top:20%;
	right: -15px;
	width: 50px;
	height: 52px;
	background: url(../images/iconSprite.png) no-repeat -154px  -7px;
}
.smarterBlocksHolder .smartBlocks .column:last-child::after{
	display: none;
}
.smarterBlocksHolder .smartBlocks .column strong{
	color: #f0702f;
	text-align: left;
	font-family: 'proxima_nova_rgbold';
	font-size: 22px;
	line-height: 27px;
}
.smarterBlocksHolder .smartBlocks .column span{
	color: #41484e;
	text-align: left;
	font-family: 'proxima_nova_rgbold';
	font-size: 22px;
	line-height: 27px;
}

.smarterBlocksHolder .smartBuying strong:after{
	background-position:-114px -196px !important ;
	width: 110px;
}

.smarterBlocksHolder .biggerSuccess strong:after {
	background-position:-254px -200px !important;
	width: 110px;
	height: 110px;
}

.smarterBlocksHolder .smartTargeting strong:after{
	background-position:-0 -196px !important;
}

.sellSmarterWrapper{
	background: #e3f4f4;
	position: relative;
	z-index: 1;
	padding: 195px 0 106px;
}
.contentAreaWrapper > .column:first-child{
	padding-left: 0;
}
.contentAreaWrapper > .column:last-child{
	padding-right: 0;
}

.contentAreaWrapper h5{
	font-family: 'proxima_novasemibold';
	font-size: 32px;
	line-height: 32px;
	color: #40474e;
	font-weight: normal;
	padding-bottom: 12px;
}

.contentAreaWrapper, .contentAreaWrapper p{
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	line-height: 28px;
	color:#40474e; 
	padding-bottom: 22px;
	
}

.contentAreaWrapper strong{
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 28px;
	color:#40474e; 
	font-weight: normal;
}
.contentAreaWrapper span{
	color:#f36f21;
	font-family: 'proxima_novasemibold';
	font-size: 20px;
	line-height: 28px;
}

.sellSmarterContent a:last-child{
	margin-Left:30px;
}
.newsletterForm label{
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	color: #aaaaaa;
	display: block;
	padding-bottom: 10px;
	margin: 0;
}
input[type="text"], input[type="email"],input[type="password"]{
	box-shadow:none;
	border-radius: 0;
	border: 1px solid #999999;
	color: #aaaaaa;
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	height: 46px;
	margin-bottom: 20px;
}
input::-webkit-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}
input::-moz-placeholder {
  color: #999999;
  text-transform: uppercase;
}
input:-ms-input-placeholder {
  color: #999999;
  text-transform: uppercase;
}
input:-moz-placeholder {
  color: #999999;
  text-transform: uppercase;
}


.newsletterWrapper{
	background: #fff;
	z-index: 0;
	padding: 100px 0 0;
	position: relative;
}

.newsletterImage{
	padding: 0;
}

.newsletterForm .column{
	padding: 0 ;
}
.newsletterForm .column:first-child{
	padding-right: 30px;
}

.successStoriesWrapper{
	position: relative;
	min-height: 500px;
	padding: 75px 0 75px;
	text-align: center;
	color: #fff;
	background: #797d82;
	margin-top: 160px;
}

.successStoriesWrapper:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: 0;
	transition: ease all .5s;
	left: 0;
	top: 0;
	-webkit-transform-origin:left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	transform: skewY(-5deg);
   
}

.successStoriesWrapper h5{
	font-family: 'proxima_nova_rgbold';
	font-size: 48px;
	line-height: 48px;
	color:#fff; 
	font-weight: normal;
	padding-bottom: 10px;
}
.successStoriesWrapper h6{
	font-family: 'proxima_novasemibold';
	font-size: 28px;
	line-height: 28px;
	color:#fff; 
	font-weight: normal;
	padding-bottom: 46px;
}

.successGrid{
	text-align: center;
	position: relative;
	z-index: 2;
}

.successGrid .column{
	text-align: center;
	padding: 0 30px 30px 30px;
}

.successGrid .column span, .helpContent span{
	padding-top: 12px;
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 28px;
	color:#a1dadc;
	display: block;
}

.successGrid .column p{
	font-family: 'proxima_novasemibold';
	font-size: 20px;
	line-height: 24px;
	color:#fff; 
} 

/*----------------------- bx-slider -------------------------------*/

.bx-wrapper {
	text-align: center ;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	/*min-height: 200px;*/
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}
.bx-wrapper img {
	max-width: 100%;
	display: inline-block;
}
.bxslider {
	margin: 0;
	padding: 0;
}
ul.bxslider {
	text-align: center;
	list-style: none;
}
.bx-viewport {
	text-align: center;
	width: 100%;
	/*height: auto !important;*/
	/*min-height: 90vh;*/
	/* fix other elements on the page moving (in Chrome) */
	-webkit-transform: translateZ(0);
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('../images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #525254;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	outline: 0;
	opacity: 0.8;
	/*border: 1px solid #525254;*/
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f2f2f2;
	opacity: 1;
}
.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}
.bx-wrapper .bx-prev {
	left: 20px;
	background: url('../images/iconRoundPrev.png') no-repeat center center;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	opacity: 0.8;
}
.bx-wrapper .bx-next {
	right: 20px;
	background: url('../images/iconRoundNext.png') no-repeat center center;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	opacity: 0.8;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	outline: 0;
	width: 52px;
	height: 52px;
	text-indent: -9999px;
	z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}
.carouselWrapper{
	padding: 25px 0;
	min-height: 70px;
}

.carouselWrapper .sliderIncludes{
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	line-height: 20px;
	background: #D9D9D9;
	color: #000;
	text-transform: uppercase;
	padding: 0;
}

.carouselWrapper,.carouselWrapper .bx-wrapper{
	position: relative;
	background: #d9d9d9;
	max-width: 100% !important;
	width: 100% !important;
	min-height: 70px;
}
.carouselWrapper .bx-viewport{
	min-height: 70px;
}

.carouselSlider ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.carouselWrapper .bx-wrapper .bx-loading{
	background-color:#d9d9d9; 
}

.carouselSlider li{
	margin: 0;
	padding: 0!important;
	background: none!important;
}
.carouselSlider li  img{
	-webkit-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	-moz-transition: all 700ms cubic-bezier(0.19, 1, 0.22, 1);
  	transition:         all 700ms cubic-bezier(0.19, 1, 0.22, 1);
	  max-width: 224px;
}
.carouselSlider li  img.grey{
	position: absolute;
	top: 0;
	opacity: 1;
	z-index: 1;
}
.carouselSlider li  img.active{
	position: relative;
	opacity: 0;
	z-index: 0;

}
.carouselSlider li a:hover img.grey{
	opacity: 0;	
}
.carouselSlider li a:hover img.active{
	opacity: 1;
	
}
.row.mobpad > .column:first-child{
		padding-left: 0;
	}
.row.mobpad > .column:last-child{
	padding-right: 0;
}

/*--------------------------------------------Inner Section -----------------------------*/

.innerBanner {
	width: 100%;
	min-height: 315px;
	position: relative;
}

.innerBanner img {
	display: none;
}

.innerBanner .pageCenter {
	max-width: 1170px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.innerBanner h1 {
	font-family: 'proxima_nova_rgbold';
	font-size: 60px;
	color: #FFF;
	text-shadow: 2px 4px 5px rgba(0, 0, 0, 0.5);
	font-weight: normal;
}

.contentSection {
	background: #e3f4f4;
	padding: 86px 0 0;
	position: relative;
}

.contentSection h2 {
	font-family: 'proxima_novasemibold';
	font-size: 32px;
	line-height:36px;
	color: #464646;
	display: block;
	font-weight: normal;
	padding-bottom: 32px;
}

.contentSection h3 {
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 4px;
	color: #40474e;
	display: block;
	font-weight: normal;
}

.contentSection p strong, .contentSection p b {
	font-family: 'proxima_nova_rgbold';
	padding-right: 5px;
}

.contentSection p,.contentSection article  {
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	color: #40474e;
	line-height: 28px;
	padding-bottom: 21px;
}
.contentSection article  p:last-child{
	padding-bottom:0;
}

.contentSection p strong {
	padding-top: 10px;
	display: inline-block;
	font-weight: normal;
}

.contentSection em {
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	font-style: normal;
	color: #40474e;
}

.contentSection ul {
	margin: 0;
	padding: 10px 0 18px;
	list-style: none;
}

.contentSection li {
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	color: #40474e;
	background: url(../images/iconBullet.png) no-repeat 0 12px;
	padding: 0 0 10px 30px;
	line-height: 28px;
}

.contentSection h4 {
	font-family: 'proxima_novasemibold';
	font-size: 18px;
	line-height: 22px;
	color: #40474e;
	font-weight: normal;
}

.innerSuccess {
	background: #FFF;
	padding-bottom: 0;
	min-height: inherit;
}

.innerSuccess h5, .innerSuccess h6 {
	color: #40474e;
}

.innerSuccess .successGrid {
	padding-top: 25px;
}

.innerSuccess .successGrid .column {
	padding-bottom: 0px;
}

.innerSuccess .successGrid p {
	font-size: 20px;
	color: #40474e; 
}

.innerSuccessProducts {
	background: #e3f4f4;
	padding:80px 0px 180px;
	min-height: inherit;
}

.innerSuccessProducts h5 {
	color: #40474e;
	font-size: 48px;
	line-height: 48px;
	text-align: center;
}

.innerSuccessProducts .successGrid {
	padding-top: 25px;
}

.innerSuccessProducts .successGrid .column {
	padding-bottom: 0px;
}

.innerSuccessProducts .successGrid .column span {
	color: #f36f21;
}

.innerSuccessProducts .successGrid p {
	font-size: 20px;
	color: #40474e; 
}

.contentRight img {margin-bottom:10px;}

.contentRight figure {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	cursor: pointer;
}

.contentRight figure img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-out;
	width: 100%;
}
.contentRight figure:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.contentRight figure::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-out;
}

.contentRight figure:hover::after {
	width: 0%;
	height: 0%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.ourSegmentationWrapper{
	padding: 80px 0 170px;
	background: #7fbfc4;
	color: #fff;
	font-family: 'proxima_nova_rgregular';
	font-size: 22px;
	line-height: 28px;
}
.ourSegmentationWrapper h2{
	font-family: 'proxima_nova_rgbold';
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 30px;
	font-weight: normal;
	text-align: center;
}

.ourSegmentationWrapper h3{
	font-family: 'proxima_nova_rgbold';
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 8px;
	font-weight: normal;
}

.ourSegmentationWrapper h3.digital{
	font-family: 'proxima_nova_rgbold';
	font-size: 30px;
	line-height: 42px;
	padding-bottom: 8px;
	font-weight: normal;
}

.ourSegmentationWrapper article,.ourSegmentationWrapper p{
	color: #fff;
	font-family: 'proxima_nova_rgregular';
	font-size: 22px;
	line-height: 28px;
}
.ourSegmentationWrapper p{
	padding-bottom: 10px;
}
.flowChart{
	text-align: center;
	padding-top: 40px;
}
.flowChart ul{
	margin: 0;
	padding: 0;
	list-style-type:none; 
	display: table;
	margin: 0 auto;
}
.flowChart li{
	display: table-cell;
	vertical-align: middle;
	padding: 0 15px;
	position: relative;
}

.flowChart li:first-child{
	padding-left: 0;
}

.flowChart li:last-child{
	padding-right: 0;
}

.flowChart li::after{
	position: absolute;
	content: "+";
	font-family: 'proxima_nova_rgbold';
	font-size: 38px;
	line-height: 38px;
	color: #fff;
	top: 50%;
	right:-10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flowChart li:last-child::after{
	display: none;
}
.flowChart li:nth-last-of-type(2)::after{
	content: "=";
}

.flowChart li span{
	display: block;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: #609195;
	position: relative;
}

.flowChart li em{
	display: inline-block;
	font-family: 'proxima_nova_rgbold';
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 63%;
}

.flowChart li:last-child span{
	background: #fff;
	color: #f0702f;
}

.flowChart li:last-child em{
	font-family: 'proxima_nova_rgbold';
	font-size: 22px;
	line-height: 24px;
}
.productContent{
	z-index: 1;
}
.productContent:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background: inherit;
	z-index: -1;
	transition: ease all .5s;
	left: 0;
	top: 0;
	-webkit-transform-origin:left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: skewY(-5deg);
	-moz-transform: skewY(-5deg);
	transform: skewY(-5deg);
   
}
.productContent .successStoriesWrapper{
	margin-top: 80px;
}
.productContent .successStoriesWrapper::after{
	display: none;
}

.productContent .contentRight figure{
	margin-bottom: 70px;
}

.orange,.orange a{
	color:#f0702f !important;
	font-family: 'proxima_nova_rgbold';
}

.newsWrapper{
	padding-bottom: 104px;
}
.newsWrapper p strong{
	padding-top: 0;
}

.newsWrapper .orange{
	color:#f0702f !important;
	font-family: 'proxima_nova_rgregular';
}

.leadershipWrapper{
	background: #fff;
	padding: 55px 0 20px;
}
.leaderList img{
	margin-bottom:12px;
	float:right;
}

.leaderList strong, .leaderList strong a{
	font-family: 'proxima_nova_rgbold';
	font-size: 20px;
	line-height: 24px;
	color: #40474e;	
	font-weight: normal;
	margin-bottom:8px;
}
.leaderList strong{
	/*padding-bottom: 5px;*/
	display: block;
}
.leaderList strong a:hover{
	color:#f0702f;
}

.leaderList em,.leaderList em a{
	font-family: 'proxima_nova_rgbold';
	font-size: 16px;
	line-height: 18px;
	color: #f0702f;	
	font-style: normal;
}
.leaderList em{
	display: block;
	padding-bottom: 10px;
}
.leaderList em a:hover{
	color: #40474e;	
}

.leaderList span{
	font-family: 'proxima_nova_rgbold';
	font-size: 16px;
	line-height: 22px;
	color: #40474e;
	display: block;	
	text-transform: uppercase;
}

.leaderList article , .leaderList p{
	font-family: 'proxima_nova_rgregular';
	font-size: 16px;
	line-height: 20px;
	color: #40474e;	
}
.leaderList article{
	padding-bottom: 42px;
}
 .leaderList p {
	 padding-bottom: 10px;
 }
.leaderList article p:last-child{
	padding-bottom: 0;
}

.partnershipCareerWrapper {
	background: #7fbfc4;
	padding: 70px 0 90px;
	color: #fff;
}
.partnershipCareerWrapper h2{
	color: #fff;
	padding-bottom: 18px;
}
.partnershipCareerWrapper article{
	color: #fff;
	padding-bottom: 25px;
}
.partnershipCareerWrapper .btnCommon{
	min-width: 310px;
}
.circlePhotoHolder{
	padding-top: 28px !important;
	padding-bottom: 140px;
}
.circleTextWrapper{
	display: table;
	width: 100%;
}

.circleHolder, .cicleRightText{
	display: table-cell;
	vertical-align: middle;
}
.circleHolder {
	width: 42%;
}
.cicleRightText article{
	width: 500px;
	font-family: 'proxima_novasemibold';
	font-size: 32px;
	line-height: 38px;
} 


.circle{
	width: 346px;
	height: 346px;
	background: #41484e;
	color: #fff;
	display: block;
	border-radius: 50%;
	position: relative;
}
.circle em{
	font-family: 'proxima_nova_rgbold';
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-style: normal;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 53%;
	text-align: left;
}

.testimonialWrapper {
	background:  url(../images/bgTestimonial.jpg) no-repeat 0 0 ;
	background-size: cover;
	min-height: 460px;
	text-align: center;
	position: relative;
}
.testimonialCenter{
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
}
.testimonialWrapper .bx-wrapper, .testimonialWrapper .bx-viewport{
	min-height: 460px;
}
.testimonialWrapper .bx-wrapper .bx-pager{
	display:none;
}
.testimonialSlider{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;

}
.testimonialSlider li{
	margin: 0;
	padding: 0;
	text-align: center;
	display: table;
	vertical-align: middle;
	color: #fff;
	background: none; 
	height: 460px;
}

.testimonialContent{
	display: table-cell;
	vertical-align: middle;
	
}

.testimonialContent p{
	color: #fff;
	font-family: 'proxima_nova_rgregular';
	font-size: 32px;
	line-height: 38px;
	text-align: center;
}
.testimonialContent span{
	display: inline-block;
	text-align: center;
	font-family: 'proxima_nova_rgbold';
	font-size: 18px;
	line-height: 22px;
}
.testimonialWrapper .bx-wrapper .bx-controls-direction a{
	width: 40px;
	height: 77px;
}
.testimonialWrapper  .bx-wrapper .bx-prev{
	background: url(../images/iconSliderPrev.png) no-repeat 0 0 ;
	left: -95px;
}
.testimonialWrapper  .bx-wrapper .bx-next{
	background: url(../images/iconSliderNext.png) no-repeat 0 0 ;
	right: -95px;
}

.audienceSegmentsWrapper{
	background: #fff;
	position: relative;
	padding: 85px 0 70px;
}
.audienceSegmentsWrapper .column:first-child{
		text-align: left;
}
.segmentsList span{
	font-family: 'proxima_novasemibold';
	font-size: 32px;
	line-height:36px;
	display: block;
	font-weight: normal;
	padding-bottom: 32px;
	color: #464646;
}
.segmentsList ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.segmentsList li{
	padding-left: 102px;
	display: block;
}

.segmentsList li strong{
	font-family: 'proxima_novasemibold';
	font-size: 20px;
	line-height:24px;
	display: block;
	font-weight: normal;
	padding-bottom:3px; 
}

.segmentsList li p{
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	line-height:28px;
	display: block;
	font-weight: normal;
}

.segmentsList li.cart{
	background: url(../images/iconCart.png) no-repeat 0 0;
}

.segmentsList li.laptop{
	background: url(../images/iconMonitor.png) no-repeat 0 0;
}

.segmentsList li.car{
	background: url(../images/iconCar.png) no-repeat 0 0;
}

.segmentsList li.bulb{
	background: url(../images/iconBulb.png) no-repeat 0 0;
}

.segmentsList li.dollar{
	background: url(../images/iconMoney.png) no-repeat 0 0;
}

.goalsWrapper {
	background: #7fbfc4;
	padding: 65px 0 55px;
}
.goalsWrapper h2{
	font-family: 'proxima_nova_rgbold';
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	text-align: center;
	padding-bottom: 55px;
}
.goalsWrapper h3{
	font-family: 'proxima_novasemibold';
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	padding-bottom: 10px;
}

.goalsWrapper li{
	font-family: 'proxima_nova_rgregular';
	font-size: 20px;
	line-height:28px;
	display: block;
	color: #fff;
	background: url(../images/iconBulletWhite.png) no-repeat 0 12px;
	padding: 0 0 20px 36px;
}

.goalsWrapper article {color:#fff;}

@media screen and (max-width:1230px) {
	.row.mobpad > .column:first-child{
		padding-left: 15px;
		padding-right: 15px;
	}
	.row.mobpad > .column:last-child{
		padding-left: 15px;
		padding-right: 15px;
	}
	.contentSection .row.mobpad .row.mobpad > .column:first-child{
		padding-left: 0;
	}
	.contentSection .row.mobpad .row.mobpad > .column:last-child{
		padding-right: 0;
	}
	.successStoriesWrapper,.helpCustomer{
		padding-left: 15px;
		padding-right: 15px;
	}
	.pageCenter ,.testimonialContent {
		padding-left: 15px;
		padding-right: 15px;
	}
	.helpCustomer a {
   		max-width: 290px;
		font-size: 15px;	
	}
	.copyright p{
		font-size: 14px;
	}

	.copyright p a{
		padding: 0 3px;
	}
	.carouselWrapper span{
		left: 0;
	}

	.innerBanner .pageCenter {
		padding-left: 15px;
	}
	.testimonialWrapper .bx-wrapper .bx-next{
		    right: -25px;
	}
	.testimonialWrapper .bx-wrapper .bx-prev{
		    left: -25px;
	}
}
@media screen and (max-width:1170px) {
	.pageNav li{
		padding: 0 6px;
		
	}
	.pageLogo img {
    	width: 200px;
	}

	.pageHeader.sticky .pageLogo img {
		width: 160px;
	}

	.separateLinks {
		margin-top:-60px;
	}

	.pageNav{
		padding-top: 21px;
	}
	.pageHeader.sticky .pageNav {
		padding-top: 14px;
	}

	.smarterBlocksHolder .smartBlocks .column {
    	padding: 0 25px 30px 25px;
	}
	.smarterBlocksHolder .smartBlocks .column:after{
		right: -35px;
		background-size: 330px;
	}
}
@media screen and (max-width:1100px) {
	.pageNav li a{
		font-size: 18px;
	}
	.helpCustomer span{
		font-size: 40px;
    	line-height: 41px;
	}

	.helpCustomer a {
		max-width: 260px;
		margin: 0 5px 15px;
		padding: 16px 10px;
		font-size: 13px;
	}


	.homeBanner {
		min-height: 430px;
	}

	.bannerLeft span{
		font-size: 60px;
		line-height: 40px;
	}
	.bannerLeft article {
    	top: 75px;
	}
	.bannerLeft span:nth-of-type(2) {
    	top: 60px;
	}

	.bannerLeft span:nth-of-type(3) {
    	top: 122px;
	}

	.bannerLeft span:nth-of-type(4) {
    	top: 186px;
	}

	.bannerRight article {
    	top: 277px;
	}

	.bannerRight span{
		font-size: 28px;
    	line-height: 32px;
		height: 35px;
	}
	.sellSmarterContent a:last-child {
	/*	margin-Left: 6px !important; */
	}

	
}
@media screen and (max-width:1024px) {
	.pageHeader {
		    padding: 40px 0 29px;
	}
	.pageNav li {
		margin: 0 5px 0 0;
    	padding: 0 6px 0 8px;

	}
	.separateLinks {
		margin-top:-50px;
	}
	.pageNav{
		padding-left: 0;
	}
	.pageHeader.sticky .pageNav {
		padding-top: 8px;
	}
	.successGrid .column {
		padding: 0 15px 30px;
	}

	.successGrid .column span{
		font-size: 15px;
	}

	.successGrid .column p{
		font-size: 18px;
	}
	.smartBlocks .column {
		padding: 0 15px 30px;
	}
	/*.testimonialWrapper, .testimonialSlider,.testimonialContent,.testimonialSlider.testimonialSlider li{
		display:block;
	}*/
	.testimonialWrapper .bx-wrapper .bx-controls-direction{
		display:none;
	}
	.testimonialWrapper .bx-wrapper .bx-pager{
		display:block;
	}

	.smartBlocks .column strong, .smartBlocks .column span{
		font-size: 18px;
	}

	.smartBlocks .column strong::after{
		right: 0;
	}

	.contentAreaWrapper h5 {
		font-size: 24px;
		line-height: 26px;
	}

	.contentAreaWrapper, .contentAreaWrapper p, .contentSection p ,.contentSection article{
		font-size: 16px;
		line-height: 20px;
		padding-bottom: 15px;
	}

	.contentAreaWrapper strong, .contentAreaWrapper span, .contentSection strong, .contentSection em, .contentSection li {
		font-size: 16px;
		line-height: 20px;
	}
	.homeBanner .geoscape{
		width: 250px;
	}
	.innerBanner {
		min-height: 245px;
	}

	.innerBanner h1 {
		font-size: 45px;
		line-height: 45px;
	}

	.contentSection h3 {
		font-size: 18px;
		line-height: 20px;

	}

	.contentSection h2 {
		font-size: 25px;
		line-height: 27px;
		padding-bottom: 25px;
	}
	

	.btnCommon{
		min-width: 100px;
		min-height: 40px;
		height: auto;
		padding: 12px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.sellSmarterWrapper{
		padding: 110px 0 50px;
	}

	.newsletterWrapper {
    	padding: 60px 0 0;
	}

	.successStoriesWrapper{
		margin-top: 100px;
		padding: 60px 0 40px;
	}
	.pageFooter {
		padding: 50px 0 25px;
	}

	.helpCustomer {
    	margin-bottom: 50px;
	}
	.sellSmarterContent a:last-child {
		margin-Left: 6px;
	}
	.helpCustomer span {
		font-size: 35px;
		line-height: 37px;
	}

	.homeBanner {
		min-height: 315px;
	}

	.homeBanner .imgBanner{
		display: none;
	}

	.bannerLeft span{
		font-size: 45px;
		line-height: 38px;
	}
	.bannerLeft article {
    	top: 45px;
	}
	.bannerLeft span:nth-of-type(2) {
    	top: 50px;
	}

	.bannerLeft span:nth-of-type(3) {
    	top: 96px;
	}

	.bannerLeft span:nth-of-type(4) {
    	top: 140px;
	}

	.bannerRight article {
    	top: 198px;
	}

	.bannerRight span {
		font-size: 25px;
		line-height: 28px;
		height: 32px;
	}

	.contentSection {
		background: #e3f4f4;
		padding: 45px 0 0;
	}

	.pageLogo img {
    	width: 170px;
	}

	.pageHeader.sticky .pageLogo img {
		width: 130px;
	}
	.pageNav {
		padding-top: 16px;
	}
	
	.flowChart li span{
		width: 140px;
		height: 140px;
	}

	.flowChart li:last-child em {
		font-size: 20px;
		line-height: 24px;
	}

	.ourSegmentationWrapper article, .ourSegmentationWrapper p {
		font-size: 16px;
		line-height: 20px;
	}

	.circle {
		width: 300px;
		height: 300px;
	}
	.testimonialContent span {
    	font-size: 14px;
	}
	.segmentsList span{
		font-size: 25px;
		line-height: 28px;
	}
	.segmentsList li strong {
		font-size: 18px;
		line-height: 22px;
	}
	.segmentsList li p{
		font-size: 16px;
		line-height: 20px;
	}
	.goalsWrapper li{
		padding: 0 0 20px 18px;
	}
	.contentSection li{
		padding:0 0 10 18px;
	}
	.testimonialWrapper,.testimonialWrapper .bx-wrapper, .testimonialWrapper .bx-viewport{
		min-height:250px !important;
	}
	.testimonialSlider li{
		height:250px !important;
	}

	.cicleRightText article {
    	width: 383px;
	 	font-size: 24px;
		 line-height: 28px;
	}
}

@media screen and (max-width: 900px) {
	.copyright ,.socialMedia {
		width:100%;
		text-align: center
	}
	.copyright p{
		padding-top: 6px;
	}
	.socialMedia {
		padding-top:10px; 
	}
	.pageNav li a {
		font-size: 16px;
	}

	.circle {
		width: 250px;
		height: 250px;
	}
	.circle em{
		width: 76%;
	}
	
}
@media screen and (max-width: 860px) {
	.flowChart li span{
		width: 120px;
		height: 120px;
	}
	.flowChart li em {
		font-family: 'proxima_nova_rgregular';
		font-size: 14px;
		line-height: 18px;
	}
	.flowChart li:last-child em {
		font-family: 'proxima_nova_rgbold';
		font-size: 16px;
    	line-height: 18px;
	}
}

@media screen and (max-width: 800px) {
	.pageContainer {
		-webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
		-moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
		transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
	}

	.mobileNav {
		display: block;
	}

	.mobNav {
		display: block;
	}

	.pageHeader{
		padding: 16px 0;
	}
	.pageHeader.sticky{
		padding: 10px 0;
	}
	/**/
	/*.pageLogo,.pageNav {
		width: 100%;
		float: none;
		text-align: center;
		display: block;
	}*/

	.pageLogo{
		padding-left: 65px !important;
		/*padding-bottom: 7px;*/
		width: 60%;
	}
	.pageLogo img {
    	width: 160px;
	}
	
	.pageHeader.sticky .pageLogo img {
    	width: 120px;
	}
	.pageHeader.sticky .pageNav {
    	padding-top: 0;
	}
	.pageNav{
		padding: 0 15px;
		width: 40%;
	}

	.pageNav ul{
		display: none;
		
	}

	.smartBlocks .column strong{
		background-position: right 0;
	}
	.helpCustomer span {
		font-size: 30px;
		line-height: 32px;
	}
	
	.innerBanner {
		min-height: inherit;
		height: 260px;
	}

	.contentSection {
		background: #e3f4f4;
		padding: 45px 0 0;
	}

	.contentRight {
		padding: 20px 0 30px;
	}

	.contentRight figure {
		width: 268px;
		margin: 0 auto 5px auto;
	}

	.innerSuccess .successGrid {
		padding-top: 0;
	}
	.contentRight figure{
		box-sizing: border-box;
		width: 100%;
	}
	.btnCommon {
		font-size:12px;
	}

	.newsWrapper .column,.audienceSegmentsWrapper .column{
		max-width: 100%;
		width: 100%;
		display: block;
		padding-bottom: 20px;

	}
	.audienceSegmentsWrapper .column:first-child{
		text-align: center;
	}
	.newsWrapper .column img{
		width: 100%;
	}
	.newsWrapper .column:first-child{
		padding-bottom: 40px;
	}
	
	.partnershipCareerWrapper {
    	padding: 30px 0 ;
	}
	.leadershipWrapper {
		padding: 30px 0 20px;
	}
	.leaderList {
		margin-bottom: 40px;
	} 
	.newsWrapper {
		padding-bottom: 30px;
	}

	.cicleRightText article {
    	width: 330px;
	 	font-size: 18px;
		 line-height: 26px;
	}
	
	.ourSegmentationWrapper h3.digital {
		font-size:24px;
		line-height: 32px;
	}
	
}
@media screen and (max-width: 767px) {
	
	.flowChart li{
		display: block;
		padding: 15px 0 ;
	}
	.flowChart li::after{
		top:inherit;
		right: inherit;
		left: 50%;
		bottom:-20px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.flowChart li span{
		width: 120px;
		height: 120px;
	}
	.flowChart li em {
		font-family: 'proxima_nova_rgregular';
		font-size: 14px;
		line-height: 18px;
		width: 72%;
	}
	.flowChart li:last-child em {
		font-family: 'proxima_nova_rgbold';
		font-size: 16px;
    	line-height: 18px;
	}

	.smartBlocks .column {
		display: block;
		width: 100%;
    	padding: 0 15px 30px;
		text-align: center !important;
	}
	.smartBlocks .column strong{
		background-position: center 0;
		padding: 115px 0 15px;
		text-align: center !important;
	}
	.smartBlocks .column strong::after{
		right: 0;
		left: 0;
		margin: auto;
	}
	.smartBlocks .column span{
		text-align: center !important;
	}

	.smarterBlocksHolder .smartBlocks .column:after {
		right: 0;
		background-size: 230px !important;
		top: inherit;
		bottom: 0;
		left: 0;
		margin: 0 auto;
		background: url(../images/iconSprite.png) no-repeat -136px -7px;
		width: 46px;
    	height: 30px;
	}

	.circleTextWrapper,.circleHolder, .cicleRightText,.cicleRightText article {
    	display: block;
		width: 100%;
		text-align: center;
	}
	.circleHolder{
		padding-bottom: 30px;
	}
	.circle {
		width: 240px;
    	height: 240px;
		margin: 0 auto;
	}
	
}
@media screen and (max-width: 700px) {
	

	.sellSmarterContent a {
		width: 100%;
		min-width: 100%;
	}
	.sellSmarterContent a:last-child {
		margin-top: 6px;
		margin-left: 0;
	}

	.newsletterForm .column{
		padding: 0 !important;
		width: 100%;
	}
	.successStoriesWrapper {
		margin-top: 35px;
		padding: 40px 0 20px;
	}

	.successStoriesWrapper h5 {
		font-size: 30px;
		line-height: 36px;
	}
	.successStoriesWrapper h6 {
		font-size: 24px;
		line-height: 28px;
	}

	.successGrid .column{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.helpCustomer span {
		font-size: 26px;
		line-height: 28px;
	}

	.successGrid .column {margin-bottom:20px;}
	.innerSuccessProducts {padding:40px 0 80px;}

	.separateLinks {
		margin-top:-10px;
	}

}

@media screen and (max-width: 640px) {

	.separateLinks {
		margin-top:0px;
	}
	
	.row.mobpad > .column:first-child{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.row.mobpad > .column:last-child{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 20px;
	}
	.contentSection .row.mobpad .row.mobpad > .column{
		padding-left: 0 ;
		padding-right: 0 ;
		padding-bottom: 20px;
	}
	.pageHeader .column{
		padding-bottom: 0 !important;
	}
	.carouselWrapper .column{
		padding-bottom: 0 !important;
	}
	.leadersListWrapper .column{
		padding-bottom:10px;
	}
	.innerBanner .pageCenter {
		padding-left: 10px;
	}
	.btnCommon, .sellSmarterContent a{
		min-width: 100% !important;
		width: 100% !important;
		margin: 0 0 10px 0  !important;
	}
	.sellSmarterContent a:last-child{
		margin: 0 0 10px 0  !important;
	}
	
	.successStoriesWrapper,.helpCustomer{
		padding-left: 10px;
		padding-right: 10px;
	}
	.successStoriesWrapper .pageCenter{
		padding-left: 10px;
		padding-right: 10px;
	}
	.pageCenter ,.testimonialContent{
		padding-left: 10px;
		padding-right: 10px;
	}
	.pageLogo img {
    	width: 120px;
	}
	
	.pageHeader.sticky .pageLogo img {
    	width: 100px;
	}

	.pageHeader{
		padding: 10px 0;
	}
	.pageHeader.sticky{
		padding: 7px 0;
	}

	.contentAreaWrapper .column{
		padding-bottom: 30px;
	}
	.sellSmarterWrapper {
		padding: 70px 0 10px;
	}
	.newsletterWrapper {
		padding: 40px 0 0;
	}
	.successStoriesWrapper h6 {
		font-size: 26px;
		line-height: 30px;
	}
	.successStoriesWrapper h6 {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 12px;
	}
	.helpCustomer span {
		font-size: 20px;
		line-height: 22px;
	}
	.homeBanner {
    	min-height: 260px;
	}
	.bannerLeft span {
		font-size: 34px;
    	line-height: 24px;
	}
	.bannerLeft article {
    	top: 45px;
	}
	.bannerLeft span:nth-of-type(2) {
    	top: 25px;
	}

	.bannerLeft span:nth-of-type(3) {
    	top: 52px;
	}

	.bannerLeft span:nth-of-type(4) {
    	top: 80px;
	}

	.bannerRight article {
    	top: 98px;
	}

	.bannerRight span {
		font-size: 20px;
		line-height: 26px;
		height: 28px;
	}
	.btnClientLogin{
		height: 25px;
		max-width: 100px;
		font-size: 12px;
		line-height: 12px;
		padding: 7px;
	}
	.mobNav {
    	top: 4px !important;
	}
	.carouselWrapper .sliderIncludes {
		font-size: 13px;
		line-height:15px;
	}

	.carouselSlider li img{
		max-width: 85%;
	}

	.carouselWrapper {
    	padding: 15px 0 5px;
	}

	.innerBanner {
		min-height: inherit;
		height: 200px;
	}

	.contentSection {
		background: #e3f4f4;
		padding: 25px 0 0;
	}

	.innerBanner h1 {
		font-size: 30px;
		line-height: 32px;
	}

	.bannerLeft span{
		right: inherit;
		left: 0;
	}
	@-webkit-keyframes transRight {
		0% {
			opacity: 0;
			left:-100%;
		}
		100% {
			opacity: 1;
			left: 0;
		}
	}
	@-moz-keyframes transRight {
		0% {
			opacity: 0;
			left:-100%;
		}
		100% {
			opacity: 1;
			left: 0;
		}
	}
	@keyframes transRight {
		0% {
			opacity: 0;
			left:-100%;
		}
		100% {
			opacity: 1;
			left: 0;
		}
	}

	.contentRight figure {
		width: 268px;
	}
	
	
	.productContent .successStoriesWrapper {
		margin-top: 0;
	}

	.productContent .contentRight figure {
    	margin-bottom: 20px;
	}

	.ourSegmentationWrapper {
		padding: 40px 0 60px;
	}

	.segmentsList li{
		background-size: 42px !important;
		padding-left: 50px;
	}
}

@media screen and (max-width: 600px) {
		.helpCustomer a{
			margin: 0 auto 15px !important;
			display: block;
		}
		.socialMedia {
			text-align: center;
		}
		.homeBanner .geoscape {
			width: 230px;
		}
	.btnCommon{
		min-width: 100% !important;
		width: 100% !important;
		margin: 0 0 10px 0  !important;
	}
	
}

@media screen and (max-width: 400px) {

	.homeBanner .geoscape {
		width: 125px;
	}
}



.alignLeftLI{
	text-align:left;
}
.alignLeftLI  a {
	text-align:left;
	
}
