/* ---------------------------------------------------------
   1. Embedded fonts styles
   2. General reset
   3. Common site styles
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/

   /* ---------------------------------------------------------
   1. Embedded fonts styles
   ---------------------------------------------------------*/

@font-face {
	font-family: 'si';
	src: url('../fonts/socicon.eot');
	src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/socicon.woff') format('woff'),
		 url('../fonts/socicon.ttf') format('truetype'),
		 url('../fonts/socicon.svg#icomoonregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family:si;
		src: url(../fonts/socicon.svg) format(svg);
	}
}

   /* ---------------------------------------------------------
   2. General reset
   ---------------------------------------------------------*/

*{
	max-height:10000px;
	font-size: 100.01%;
}
html {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height:100%;
	font-size: 62.5%;
}
*, *:before, *:after {
	box-sizing: inherit;
	-moz-box-sizing: inherit;
}
body {
	margin:0;
	color:#595758;
	font:3em/1.2em 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	background:#fff;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width:320px;
	height: 100%;
}
h1 {
	font:1.5em/1.2em 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	font-weight: 100;
	text-transform: uppercase;
}
h2 {
	font-weight: 100;
}
p {
	font:0.75em/1.5em 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	font-weight: 100;
}
strong {
	font:0.75em/1.5em 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	font-weight: 500;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
	display: block;
}
img {border-style:none;}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
a:hover {text-decoration:underline;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
}
textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	padding:0;
	border:0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer; 
	overflow: visible; 
}
input [type="email"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea{-webkit-appearance:none;}
input[type="search"] {-webkit-appearance: none;}
input[type="search"]::-webkit-search-cancel-button {-webkit-appearance: none;}
input[type="search"]::-webkit-search-decoration {display:none;}
q {quotes: none;}
q:before,
q:after {
	content: '';
	content: none;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {margin: 0 0 1.2em;}
html{height:100%;}

   /* ---------------------------------------------------------
   3. Common site styles
   ---------------------------------------------------------*/

/*Cara's Scroll Arrow*/
/*#scroll_arrow_area {
	position: fixed;
	bottom: 20px;
	width: 75%;
	left: 50%;
	margin: 0 0 0 -37.5%;
	z-index: 500;
}

#scroll_arrow {
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	width:90px;
	height:40px;
	z-index: 500;
	margin:0 auto;
}*/

/* main container styles */
#wrapper{
	width:100%;
	height:100%;
	display:table;
	table-layout: fixed;
	margin:0 auto;
	overflow: hidden;
}
.w1{
	width:100%;
	display:table-row;
}
/* header styles */
#header{
	position: fixed;
	z-index: 10;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #595758;
}
.header-holder{
	max-width:1520px;
	margin: 0 auto;
	padding:76px 34px 16px;
}
.header-holder:after{
	content:"";
	display:block;
	clear:both;
}
/* logo styles */
.logo{
	float: left;
	width: 410px;
	height: 77px;
	margin-right: 20px;
}
.logo a{
	display: block;
	height: 100%;
}
.logo img{
	vertical-align: top;
	width: 100%;
	height: auto;
}
.header-panel:after{
	content:"";
	display:block;
	clear:both;
}
.header-panel .opener{display: none;}
.header-row{padding: 56px 0 0;}
.header-row:after{
	content:"";
	display:block;
	clear:both;
}
/* main navigation styles */
#nav{
	padding:14px 0 0;
	margin:0;
	list-style:none;
	font-size: 16px;
	line-height: 18px;
	float: left;
	max-width: 75%;
}
#nav>li{
	float: left;
	margin-right: 25px;
	position: relative;
	text-transform: uppercase;
}
#nav a{color: #595758;}
#nav a:hover{text-decoration: none;}
#nav>li.active>a{font-weight: bold;}
#nav .yellow:hover > a,
#nav .yellow.active>a,
.yellow .drop li:hover a,
.yellow .drop .active a, #nav .yellow .drop li a:hover {color:#c3991c;}
#nav .red:hover > a,
#nav .red.active>a,
.red .drop li:hover a,
.red .drop .active a, #nav .red .drop li a:hover{color:#b83b26;}
#nav .blue:hover >a,
#nav .blue.active>a,
.blue .drop li:hover a,
.blue .drop .active a, #nav .blue .drop li a:hover{color:#2a666f;}
#nav .purple:hover > a,
#nav .purple.active>a,
.purple .drop li:hover a,
.purple .drop .active a, #nav .purple .drop li a:hover{color:#420b2e;}
#nav .drop{
	padding:0;
	margin:0;
	list-style:none;
	position: absolute;
	bottom: 100%;
	left: 0;
	font-size: 14px;
	line-height: 16px;
	text-transform: none;
	display: none;
	width: 100px;
}
#nav .drop li{
	margin:0 0 9px;
}
#nav>li:hover .drop{
	display: block;
}
/* social networks styles */
.social-block{
	float: right;
	max-width:20%;
}
.social-block .title{
	float:left;
	position: relative;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	width: 55px;
	margin: 19px 16px  0 0;
}
.social-block .title:after{
	height:auto;
	width:1px;
	content: "";
	top:0;
	bottom: 0;
	right: 0;
	position: absolute;
	background:#595758;
}
.social-networks{
	margin:0; padding:0;
	list-style:none;
	float: left;
	/*max-width: 70%;*/
	/*font-size:0;*/
	/*letter-spacing: -4px;*/
}
.social-networks li {
	float: left;
	margin:4px 4px 7px 9px;
	zoom:1;
}
.social-networks li a {
	font-family:si!important;
	font-style:normal;
	font-weight:400;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
	-o-transition:.1s;
	-ms-transition:.1s;
	-moz-transition:.1s;
	-webkit-transition:.1s;
	transition:.1s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	overflow:hidden;
	text-decoration:none;
	text-align:center;
	display:block;
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	line-height:24px;
	font-size:23px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	color: #474b4a;
	background-color: transparent;
}
.social-networks li a:hover{color:#727272;}
.soc-twitter{
	display: block;
	padding-top: 2px;
}
.soc-facebook{
	display: block;
	padding-top: 2px;
}
.soc-twitter:before {
	content:'a';
}
.soc-facebook:before {
	content:'b';
}
.soc-linkedin:before {
	content:'j';
}
/* main informative part styles */
#main{
	width: 100%;
	overflow: hidden;
	margin-top: 182px;
}
/* welcome gallery styles */
.welcome-banner {
	position: relative;
}
.welcome-banner .mask {
	position: relative;
	overflow: hidden;
}
.welcome-banner .mask .slideset {
	width: 99999px;
	float: left;
}
.welcome-banner .mask .slide {
	float: left;
}
.welcome-banner .mask .slide.active {
	z-index: 1;
}
.welcome-banner{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.welcome-banner .text-holder{
/*	font-size:56px;
	line-height: 80px;*/
	font-size:2em;
	line-height: 0.75em;
	text-transform: uppercase;
}
.welcome-banner .text-holder span{
	font-size:0.6em;
	}
.welcome-banner .text-holder em{
	font-weight: 200;
}
.welcome-banner .slide img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.welcome-banner .slide-holder{
	position: relative;
}
.welcome-banner .text-block{
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width:880px;
	margin-left: -440px;
}
.welcome-banner .text-holder{
	display: table;
	height: 100%;
}
.welcome-banner .text-frame{
	display: table-cell;
	vertical-align: middle;
	max-width:880px;
}
.welcome-banner .text-content{
	background:rgba(255,255,255,0.75);
	background:rgb(255,255,255)\9; /* IE8 and below */
	position: relative;
	padding:54px 40px 78px 65px;
	letter-spacing: -4px;
	margin-top: -28px;
	font-weight: 100;
}
.welcome-banner .text-content:before,
.welcome-banner .text-content:after{
	height:3px;
	width:auto;
	content: "";
	top:-14px;
	left: 0;
	right: 0;
	position: absolute;
	background:rgba(255,255,255,0.85);
}
.welcome-banner .text-content:after{
	top:auto;
	bottom: -14px;
}
.welcome-banner .text-content p{
	margin: 0 0 13px;
}
.welcome-banner .text-content>span{
	display: block;
	/*font-size:32px;
	line-height:40px;*/
	text-transform: none;
	letter-spacing: 0;
}
.welcome-banner .pagination{
	width: 60%;
	left: 50%;
	margin-left: -30%;
	position: absolute;
	z-index: 10;
	bottom: 147px;
	text-align: center;
	height: 13px;
}
.welcome-banner .pagination ul{
	padding:0;
	margin:0;
	list-style:none;
	display: inline-block;
	vertical-align: top;
}
.welcome-banner .pagination li{
	float: left;
	margin: 0 3px;
	letter-spacing: 0;
}
.welcome-banner .pagination a{
	display: block;
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	border-radius:13px;
	background: none;
	text-indent:-9999px;
	overflow:hidden;
}
.welcome-banner .pagination li:hover,
.welcome-banner .pagination .active a{
	background:#fff;
	border-radius:13px;
}
.welcome-banner .btn-bottom,
.stats-block .btn-bottom,
.leadership-box .btn-bottom{
	content: "";
	position: absolute;
	background: url(../images/sprite-large.png) no-repeat 0 0;
	width: 29px;
	height: 29px;
	bottom: 29px;
	right: 38px;
	z-index: 5;
	text-indent:-9999px;
	overflow:hidden;
}
/* content block styles */
.content-block{
	max-width: 1520px;
	margin:0 auto;
	padding: 176px 0 0;
}
.content-block h1{
	/*font-size: 1.5em;
	line-height: 1em;*/
	font-weight: 100;
	margin: 0 0 42px;
	padding:0 18px;
	text-align: center;
	text-transform: uppercase;
}
.content-gallery {
	position: relative;
	margin: 0 0 266px;
}
.content-gallery.mobile{display: none;}
.content-gallery .mask {
	position: relative;
	overflow: hidden;
	margin: 0 -6px;
}
.content-gallery .mask .slideset {
	width: 99999px;
	overflow: hidden;
}
.content-gallery .mask .slide {
	float: left;
	width: 100px;
}
.content-gallery .box{
	padding: 0 6px;
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	width: 33.333333%;
	position: relative;
}
.content-gallery img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.content-gallery .btn-prev,
.content-gallery .btn-next{
	position: absolute;
	content:'';
	background: url(../images/sprite-large.png) no-repeat 0 -175px;
	width: 21px;
	height: 44px;
	left: 32px;
	top: 50%;
	margin-top: -22px;
	text-indent:-9999px;
	overflow:hidden;
}
.content-gallery .btn-next{
	left: auto;
	right: 32px;
	background-position:-41px -175px; 
}
.content-gallery .btn-prev:hover,
.content-gallery .btn-next:hover{opacity: 0.8;}
.content-gallery .text-holder{
	position: absolute;
	bottom: -9999px;
	left: 6px;
	right: 6px;
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-transform: uppercase;
	background: rgba(144,144,144,0.9);
	padding:18px 26px 14px;
	white-space:normal;
}
.content-gallery a:hover .text-holder{bottom: 0;}
.content-gallery .text-holder .title{
	display: block;
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 4px;
}
.content-gallery .text-holder p{margin: 0;}
/* influence block styles */
.influence-block{
	max-width:1520px;
	padding:0 8% 180px;
	margin:0 auto;
	overflow: hidden;
}
.influence-block .img-holder{
	width:84%;
	margin: 0 auto;
}
.influence-block .img-holder img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.influence-block .header{
	line-height: 1.063em;
	text-align: center;
}
.influence-block h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	font-weight: bold;
	text-transform: uppercase;
	margin:0 0 40px;
}
.influence-block .header span{
	display: block;
	margin: 0 0 15px;
	font-weight: 100;
	font-size: 0.85em;
}
/* stats block styles */
.stats-block{
	background: #595758;
	color:#fff;
	font-weight: 100;
	position: relative;
}
.stats-holder{
	max-width:1520px;
	margin:0 auto;
}
.stats-frame{
	width:80.72%;
	margin: 0 auto;
	padding:252px 30px 262px 60px;
}
.stats-block h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	font-weight: 100;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.stats-block p{
	margin: 0 0 10px;
}
.stats-block i{
	font-size: .6em;
}
.stats-block h1 strong{
	display: block;
	margin: 0 0 4px;
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 600;
}
/* connect block styles */
.connect-block {
	max-width:1520px;
	padding:180px 10px 180px;
	margin: 0 auto;
}
.connect-block .header{
	width: 60%;
	margin: 0 auto 58px;
	overflow:hidden;
	font-weight: 300;
	text-align: center;
}
.connect-block .header strong{
	font-weight: 100;
}
.connect-block h1{
	/*font-size:1.5em;
	line-height: 1.2em;*/
	margin: 0 0 21px;
	text-transform: uppercase;
	font-weight: 100;
}
.connect-frame{
	width:1218px;
	margin:0 auto;
	overflow: hidden;
}
.connect-frame .flip-container {
	float: left;
	width: 16.66%;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	-ms-perspective: 1000;	
	perspective: 1000;
	height: 199px;
}
.flip-container:hover .back {
	/*-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);*/
}
.flip-container:hover .front {
	/*-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}
.flipper {
	/*-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;*/
	display: block;
	position: relative;
	background:#ccc;
	width: 100%;
	height: 100%;
}
.front, .back {
	/*-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	-ms-transition: 0.6s;
	-ms-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;*/
	/*position: absolute;*/
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.front {
	z-index: 2;
	/*-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(00deg);	
	transform: rotateY(0deg);*/
}
.back {
	/*-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);	
	transform: rotateY(-180deg);*/
}
.connect-frame img{
	width:100%;
	height: auto;
	vertical-align: top;
}
.flipper .text-wrap{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	color:#fff;
	background:rgba(144,144,144,0.9);
	z-index: 5;
	text-align: center;
	font-weight: 500;
}
.flipper .text-holder{
	display: table;
	height: 43px;
	width: 100%;
}
.flipper .text-frame{
	display: table-cell;
	vertical-align: middle;
	padding:2px 8px;
}
/* result block styles */
.result-block{
	background: #f4f4f4;
	padding:75px 0 0;
	position: relative;
}
.result-block .text-holder{
	max-width:1520px;
	margin:0 auto;
}
.result-block .text-frame{
	width:65%;
	margin: 0 auto;
	line-height: 1.375em;
	font-weight: 100;
	text-align: center;
}
.result-block h1{
	/*font-size:1.5em;
	line-height: 1.2em;*/
	margin: 0 0 18px;
	text-transform: uppercase;
	font-weight: 100;
}
.result-block p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
}
.result-block .img-collage{
	width:100%;
}
.result-block .img-collage img{
	width: 100%;
	height: auto;
	display: block;
}
.result-block p{margin: 0 0 34px;}
.result-block .btn-top{
	content: "";
	position: absolute;
	background: url(../images/sprite-large.png) no-repeat -41px 0;
	width: 29px;
	height: 29px;
	bottom: 29px;
	right: 38px;
	z-index: 5;
	text-indent:-9999px;
	overflow:hidden;
}
/* info block styles */
.info-block{
	max-width:1220px;
	padding:120px 0% 120px;
	margin:0 auto;
	font-weight: 200;
}
.info-block .heading{
	color:#2a666f;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.info-block .heading span{
	display: block;
	font-weight: 100;
	font-size: 1.2em;
	line-height: 1.2em;
	margin:0 0 20px;
}
.info-block .heading>strong{
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 500;
}
.info-block .heading h1{
	font-size: 3em;
	line-height: 1em;
	font-weight: 500;
	margin:0 0 5px;
}
.info-block p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
	margin:0 0 20px;
	}
/* quality block styles */
.quality-block{
	background: #2a666f;
	color:#fff;
}
.quality-holder{
	max-width:1220px;
	padding:196px 0% 187px;
	margin:0 auto;
}
.quality-block h1{
	text-transform: uppercase;
	margin: 0 0 -5px;
	font-weight: 500;
	font-size: 3em;
	line-height: 1.1em;
}
.quality-block h1 span{
	display: block;
	font-size: 0.7em;
	line-height: 1.5em;
	margin:0 0 -10px;
	font-weight: 200;
}
.quality-block p {
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
	margin: 20px 0;
	line-height: 1.4em;
}
/* leadership box styles */
.leadership-box{
	background: #fff;
	position: relative;
	z-index: 4;
}
.leadership-block{
	max-width:1520px;
	padding:180px 10% 180px;
	margin:0 auto;
	overflow: hidden;
}
.leadership-block .text-wrap{
	font-weight: 300;
	width:85%;
	margin: 0 auto;
	text-align: center;
}
.leadership-block h1{
/*	font-size: 1.5em;
	line-height: 1.2em;*/
	font-weight: 100;
	color:#2a666f;
	text-transform: uppercase;
	margin:0;
}
.leadership-block p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
}
.leaders-block{
	overflow: hidden;
	padding: 38px 0 0;
}
.leaders-block:after{
	content:"";
	display:block;
	clear:both;
}
.leaders-block .col{
	float: left;
	width: 33.33%;
	position: relative;
}
.leaders-block .col > span{display: block;}
.leaders-block .col img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.leaders-block .col .text-holder{
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding:11px 16px 12px;
	background:rgba(144,144,144,0.9);
	color:#fff;
	font-size: 0.55em;
	line-height: 1.176em;
	text-transform: uppercase;
	font-weight: 500;
}
.leaders-block .text-holder .name{
	font-size:24px;
	line-height: 30px;
	display: block;
	margin:0 0 -2px;
}
/* bio block styles */
.bio-block{
	position: absolute;
	visibility: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(21,65,73,0.75);
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	color:#fff;
	font-weight: 200;
}
.leaders-block .col.hover .bio-block{
	visibility: visible;
}
.leaders-block .col.hover .text-holder{
	display: none;
}
.bio-block .text-block{
	padding:20px 18px;
	font-size: 0.5em;
	line-height: 1.3em;
}
.bio-block .name{
	text-transform: uppercase;
	display: block;
	margin: 0 0 4px;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 1.3em;
}
.bio-block .post{
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-weight: 500;
}
.bio-block p{
	margin: 0 0 28px;
	font-size: 18px;
}
.leaders-block .scrollable-area-wrapper{
	height: 100%;
	overflow: hidden;
}
.leaders-block .scrollable-area{
	height: 100%;
	/* margin:20px 0; */
}
.leadership-box .btn-bottom{
	background-position: 0 -35px;
	bottom: 65px;
	right: 35px;
}
/* awards block styles */
.awards-block{
	margin-top: -177px;
	background:#f4f4f4;
	padding:177px 0 120px;
}
.awards-holder{
	max-width:1520px;
	margin: 0 auto;
	padding:159px 0 0;
}
.awards-block .text-block{
	width:72%;
	margin: 0 auto;
	font-size: 1.0em;
	line-height: 1.458em;
	text-align: center;
	padding:0 0 9px;
	font-weight: 300;
}
.awards-block h1{
	font-weight: 100;
	text-transform: uppercase;
	color:#2a666f;
	margin:0 0 3px;
}
.awards-block p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
	margin:0 0 20px;
}
.awards-gallery {
	position: relative;
	padding:50px 150px 40px;
}
.awards-gallery .mask {
	position: relative;
	overflow: visible !important;
	width:50%;
	margin:0 auto;
}
.awards-gallery .mask .slideset {
	width:100% !important;
	float: left;
	font-size:0;
	letter-spacing: -5px;
	white-space: nowrap;
}
.awards-gallery .mask .slide {
	width:100% !important;
	float: none;
	display:inline-block;
	vertical-align:top;
	letter-spacing: 0;
	text-align: center;
}
.awards-gallery .logo-block{
	text-align: center;
	margin: 0 auto 0;
	height:300px;
}
.awards-gallery .logo-block img{
	height: auto;
	vertical-align: middle;
}
.awards-gallery .logo-digiday img{
	max-width:302px;
}
.awards-gallery .logo-myers img{
	max-width:236px;
}
.awards-gallery .logo-cma img{
	max-width:306px;
}
.awards-gallery .logo-minonline img{
	max-width:290px;
}
.awards-gallery .award-details{
	display: none;
}
.awards-gallery .slide.active{
	padding:0;
	position: relative;
	z-index: 4;
	background: #f4f4f4;
}
.awards-gallery .slide.active .logo-holder img{
	/*max-width: 100%;*/
}
.awards-gallery .slide.active .award-details{display: block;}
.awards-gallery .logo-holder{
	display: table;
	width: 100%;
	height: 100%;
}
.awards-gallery .logo-frame{
	display: table-cell;
	vertical-align: middle;
}
.awards-gallery .btn-prev,
.awards-gallery .btn-next{
	position: absolute;
	content:'';
	background: url(../images/sprite-large.png) no-repeat 0 -225px;
	width: 21px;
	height: 44px;
	text-indent:-9999px;
	overflow:hidden;
	top:178px;
	left: -60px;
}
.awards-gallery .btn-prev:hover,
.awards-gallery .btn-next:hover{opacity: 0.8;}
.awards-gallery .btn-next{
	left: auto;
	right: -30px;
	background-position:-41px -225px;
}
.award-details{
	font-size: 20px;
	line-height:30px;
	white-space:normal;
}
.award-details ul{
	font-weight: 100;
	list-style: none;
	margin: 0;
	padding: 0;
}
.award-details .title{
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 100;
	text-transform: uppercase;
}
/* partners block styles */
.partners-block{
	max-width:1520px;
	margin:0 auto;
	padding:120px 8% 120px;
	overflow: hidden;
}
.partners-block .text-block{
	width: 80%;
	margin:0 auto;
	font-size: 1.0em;
	line-height: 1.458em;
	text-align: center;
	font-weight: 300;
}
.partners-block h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	color:#2a666f;
	font-weight: 100;
	text-transform: uppercase;
	margin: 0 0 3px;
}
.partners-block p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
	margin: 0 0 20px;
}
.partner-list{
	padding:64px 0 0;
	margin:0 -19px;
	list-style:none;
	text-align: center;
}
.partner-list:after{
	content:"";
	display:block;
	clear:both;
}
.partner-list li{
	display:inline-block;
	vertical-align:top;
	padding:0 12px 10px;
}
.partner-list .logo-block{
	height:130px;
	margin-bottom: 12px;
}
.partner-list .logo-holder{
	display: table;
	width: 100%;
	height: 100%;
}
.partner-list .logo-frame{
	display: table-cell;
	vertical-align: middle;
}
.partner-list .logo-frame img{
	vertical-align: top;
}
.partner-list .title{
	font-size: 0.6em;
	font-weight: 300;
	line-height: 1.458em;
	display: block;
}
/* team block styles */
.team-block{
	background: #2a666f;
}
.team-holder{
	max-width: 1520px;
	margin:0 auto;
	padding:351px 10% 345px;
}
.team-block h1{
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	text-align: center;
	color:#fff;
	margin:0;
}

.team-holder a {
	color:#fff;
}

/* contact box styles */
.contact-box{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	position: relative;
}
.contact-box .btn-top{
	content: "";
	position: absolute;
	background: url(../images/sprite-large.png) no-repeat -41px -35px;;
	width: 29px;
	height: 29px;
	bottom: 123px;
	right: 38px;
	z-index: 5;
	text-indent:-9999px;
	overflow:hidden;
}
.contact-block{
	max-width:1520px;
	margin:0 auto;
	padding:120px 10%;
}
.contact-block .text-block{
	/*font-size: 1.2em;
	line-height: 1.2em;*/
	text-align: center;
}
.contact-block h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	font-weight: 100;
	margin: 0 0 3px;
	color:#2a666f;
	text-transform: uppercase;
}
.contact-block p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
}
.contact-block .map-holder{
	margin:102px 2% 60px;
	text-align: center;
	position: relative;
}
.contact-block .map-holder img{
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.map-locations {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.map-locations .open{
	display: block;
	text-indent:-9999px;
	background: url(../images/ico-fm.png) no-repeat;
	width: 53px;
	height: 53px;
	position: relative;
}
.map-locations .popup{
	background:rgba(42,102,111,0.9);
	width: 305px;
	height: 305px;
	padding: 55px 25px 20px;
	border-radius:305px;
	display: none;
	position: absolute;
	left: 57px;
	top: -130px;
	z-index: 5;
	font-size: 24px;
}
.map-locations .popup-active .open:after{
	height:0;
	width:0;
	content: "";
	top:50%;
	margin-top: -8px;
	left:48px;
	position: absolute;
	border-style: solid;
	border-width:9px 0 9px 15px;
	border-color:transparent transparent transparent #2a666f;
}
.map-locations .map-block{
	min-height: 95px;
	text-align: center;
	margin: 0 0 8px;
}
.map-locations .map-block img{
	max-height: 95px;
}
.map-locations address{
	font-size: 0.6em;
	line-height: 1.471em;
	color:#fff;
	font-style: normal;
}
.map-locations a{color: #fff;}
.map-locations address span,
.map-locations address strong{display: block;}
.map-locations address strong{
	font-size: 1.235em;
	line-height: 1.190em;
}
.map-locations .location {
	position: absolute;
	text-transform: uppercase;
}
.map-locations .location.one{
	left: -0.5%;
	top: 33.5%;
}
.map-locations .location.two{
	left:5.2%;
	top:56%;
}
.map-locations .location.three{
	left:45%;
	bottom:14%;
}
.map-locations .location.four{
	right:33%;
	top:34.5%;
}
.map-locations .location.five{
	right:25.3%;
	top:30%;
}
.map-locations .location.six{
	right: 8.5%;
	top:29.5%;
}
.map-locations .location.five .popup,
.map-locations .location.six .popup{
	left: auto;
	right: 57px;
}
.map-locations .location.five .open:after,
.map-locations .location.six .open:after{
	left: auto;
	right: 48px;
	border-width:9px 15px 9px 0;
	border-color:transparent #2a666f transparent transparent;
}
.contact-block h2{
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 500;
	color:#2a666f;
	text-transform: uppercase;
	margin: 0 0 27px;
}
.contact-form ::-webkit-input-placeholder {color: #5f5e5e;}
.contact-form :-moz-placeholder {color: #5f5e5e;}
.contact-form ::-moz-placeholder {
	color: #5f5e5e;
	opacity: 1;
}
.contact-form :-ms-input-placeholder {color: #5f5e5e;}
.contact-form .two-columns{margin: 0 0 30px;}
.contact-form .two-columns:after{
	content:"";
	display:block;
	clear:both;
}
.contact-form .col{
	float: left;
	width: 49%;
	margin-left:2%;
}
.contact-form .col:first-child{
	margin-left: 0;
}
.contact-form .row{
	margin-top: 32px;
}
.contact-form .row:after{
	content:"";
	display:block;
	clear:both;
}
.contact-form .row:first-child{margin: 0;}
.contact-form input[type=text],
.contact-form input[type=email]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background:#fff;
	width:100%;
	margin:0;
	float:left;
	border:1px solid #5d5d5d;
	border-radius:0;
	box-shadow: 1px 1px 5px rgba(7,7,7,.5);
	font: 200 21px/30px 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 62px;
	padding:15px;
	color:#5f5e5e;
}
.checkboxes {
	font: 200 21px/30px 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display:inline;
	width:100%;
	float:left;
	clear:both;
}
.checkboxestitle {
	font-weight:500 !important;
}

.contact-form .error input, 
.contact-form .error textarea{
	border-color: #f00;
	color: #f00;
}
.contact-form textarea{
	float:left;
	background:#fff;
	width:100%;
	max-width: 100%;
	margin:0;
	border:1px solid #5d5d5d;
	border-radius:0;
	font: 200 21px/30px 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	height: 250px;
	resize: none;
	padding:15px;
	color:#5f5e5e;
	box-shadow: 1px 1px 5px rgba(7,7,7,.5);
}
.contact-form input[type=submit]{
	margin:0;
	padding:0;
	cursor:pointer;
	border:none;
	border-radius:0;
	display:block;
	width: 100%;
	height: 62px;
	background: #dfdfdf;
	-webkit-box-shadow: 1px 1px 5px rgba(7,7,7,.5);
	box-shadow: 1px 1px 5px rgba(7,7,7,.5);
	font: 500 29px/32px 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
	color:#4a494a;
	text-transform: uppercase;
}
.contact-form input[type=submit]:hover{
	opacity: 0.8;
}
/* footer styles */
#footer{
	width:100%;
	overflow:hidden;
	display:table-footer-group;
	background:#595758;
}
.f1{
	height:1%;
	display:table-row;
}
.f2{
	display:table-cell;
}
.footer-holder{
	max-width: 1200px;
	padding:41px 35px 33px;
	font-size: 13px;
	line-height: 1.273em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 300;
	color:#fff;
	margin: 0 auto;
	text-align: center;
	z-index: 999;
}
#footer p{margin: 0;}
#footer a{color:#fff;}
/* custom scrollbars styles */
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.scrollable-area-wrapper .vscrollbar {
	position: absolute;
	top: 0;
	right: 0;
	bottom:0;
	width: 16px;
	background:#03161c;
	height: auto !important;
}
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .vscroll-down {
	background: none;
	width: 16px;
	height: 10px;
	float: left;
}
.scrollable-area-wrapper .vscroll-line {
	background:#03161c;
	width: 12px;
	float: left;
	padding:0 2px;
}
.scrollable-area-wrapper .vscroll-slider {
	background: #fff;
	width: 12px;
	height: 100px !important;
}
/* case studies section styles */
.case-section{
	color: #595758;
	font-weight: 200;
	padding: 120px 0 80px;
}
.case-section img{max-width: 100%;}
.case-section .container{
	position: relative;
	max-width: 1192px;
	margin: 0 auto;
}
.case-section .block{
	padding: 0 20px;
	position: relative;
	z-index: 4;
}
.case-section .anchor-block{
	z-index: 2;
	margin-top: -177px;
	padding-top: 177px;
}
.case-section h1{
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.2em;
	margin: 0 0 25px;
	color: #132375;
	font-weight: 500;
}
.case-section h2{
	font-size: 1.1em;
	line-height: 1.2em;
	color: #132375;
	margin: 0;
	font-weight: 200;
	text-transform: uppercase;
}
.case-section p{
	/*font-size:0.85em;
	margin: 0 0 46px;*/
}
.case-section .btn-bottom, 
.case-section .btn-back{
	position: absolute;
	right: 40px;
	bottom: -50px;
	text-indent: -9999px;
	overflow:hidden;
	width: 29px;
	height: 29px;
	background: url(../images/sprite-large.png) no-repeat;
}
.case-section .btn-bottom{background-position: 0 -140px;}
.case-section .btn-back{background-position: -41px -140px;}
.results-visual{
	margin: 15px 0 0;
	position: relative;
}
.results-visual img{display: block;}
.results-visual .bubble-1{
	position: absolute;
	right: -3%;
	top: 0.2%;
}
.results-visual .bubble-2{
	position: absolute;
	left: -3.8%;
	top: 12.4%;
}
.results-visual .bubble-3{
	position: absolute;
	left: 47%;
	top: 50.8%;
}
.case-section.green h1, 
.case-section.green h2{color: #0a4e19;}
.case-section.green .results-visual .bubble-1{
	top: 16.5%;
	right: -2.4%;
}
.case-section.green .results-visual .bubble-2{
	top: 19.1%;
	left: -5%;
}
.case-section.green .results-visual .bubble-3{
	left: 36.5%;
	top: 60.8%;
}
.case-section.red h1, 
.case-section.red h2{color: #bb0e0e;}
.case-section.red .results-visual .bubble-1{
	top: 2.5%;
	right: -2.2%;
}
.case-section.red .results-visual .bubble-2{
	top: 23.6%;
	left: -4.5%;
}
.case-section.red .results-visual .bubble-3{
	left: 22.8%;
	top: 72.2%;
}

/*Results Page*/
.results-section {
	text-align: center;
	padding: 120px 0 30px;
}

.results-section .container{
	position: relative;
	max-width: 1192px;
	margin: 0 auto;
}

.results-section h1 {
	margin:0 0 20px;
	color: #bb0e0e;
}

.results-section h2 {
	top: 2.5%;
	right: -2.2%;
	color: #bb0e0e;
	margin:0 0 20px;
	text-transform: uppercase;
}

.results-section img {
	width:100%;
	height:auto;
}

.results-space {
	padding-top:80px;
}

.results-case {
	width:50%;
	float:left;
	margin:40px 0 80px;

}

.results-case p {
	text-align: left;
	margin:10px;
	width:60%;
	float:left;
}

.results-case a {
	color:#bb0e0e;
}

.results-case img {
	width:30%;
	height:auto;
	float:left;
}

.results-section .btn-bottom, 
.results-section .btn-back, .press .btn-back{
	position: relative;
	/* right: 40px; */
	text-indent: -9999px; 
	overflow: hidden; 
	/* bottom: -660px; */
	width: 29px;
	height: 29px;
	background: red;
	background: url(../images/sprite-large.png) no-repeat;
	background-position: -41px -140px;
	/* clear: both; */
	float: right;
	margin-bottom:40px;
	margin-right:20px;
}

/*Press Page*/
.press {
	padding: 120px 0 30px;
	margin:0 20px;
}

.press .container {
	position: relative;
	max-width: 1192px;
	margin: 0 auto;
}

.press p {
	margin:0 0 20px;
}

.press strong {
	margin:0;
}

.press h1 {
	margin:0 0 20px;
}

.press h2 {
	margin:30px 0 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.press a {
	color:#595758;
}

.three {
	font-weight: 300;
}

.recent-press {
	width:46%;
	margin-right:10px;
	float:left;
}

.announcements {
	width:46%;
	margin-left:10px;
	float:left;
}

.events {
	width:33%;
	float:left;
}

.clear {
	clear:both;
}

/* influencers section styles */
.influencers-section{
	position: relative;
	z-index: 4;
	margin: 0 0 135px;
	padding: 120px 0 88px;
}
.influencers-section .container{
	max-width: 1216px;
	margin: 0 auto;
}
.influencers-section h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	font-weight: 100;
	color: #420b2e;
	text-align: center;
	margin: 0 0 35px;
}

.influencers-section p{
	margin: 0 3% 1.2em;
	text-align: center;
}

.influencers-list{
	margin: 0;
	overflow: hidden;
	padding: 0;
	list-style: none;
	text-align: center;
}
.influencers-list li{
	display: inline-block;
	vertical-align: top;
	list-style: outside none;
	width: 190px;
	margin: 0 -4px 0 -5px;
	height: 190px;
}
.influencers-list a{
	display: block;
	position: relative;
}
.influencers-list img{display: block;}
.influencers-list .text-wrap{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 17px;
	line-height: 19px;
	text-transform: uppercase;
	color:#fff;
	background:rgba(144,144,144,0.9);
	z-index: 5;
	text-align: center;
	font-weight: 500;
}
.influencers-list .text-holder{
	display: table;
	height: 43px;
	width: 100%;
}
.influencers-list .text-frame{
	display: table-cell;
	vertical-align: middle;
	padding:2px 8px;
}
.influencers-list a:hover .text-wrap{height: 100%;}
.influencers-list a:hover .text-holder{
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.influencers-section .btn-bottom{
	position: absolute;
	right: 40px;
	bottom: 0;
	text-indent: -9999px;
	overflow:hidden;
	width: 29px;
	height: 29px;
	background: url(../images/sprite-large.png) no-repeat 0 -70px;
}
/* round article styles */
.round-article{
	color: #fff;
	position: relative;
	font-weight: 200;
	background: #420b2e;

}
.round-article .circle{
	max-width: 1220px;
	padding: 280px 0%;
	margin: 0 auto;
}
.round-article h1{
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
}
.round-article p{
	margin: 0 0 13px;
}
.round-article strong{
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 100;
	text-transform: uppercase;
}
/* content section 2 styles */
.content-section-2{
	padding: 120px 0 120px;
	font-weight: 200;
}
.content-section-2 .container{
	max-width: 1224px;
	text-align: center;
	margin: 0 auto;
	color: #595758;
}


.content-section-2 h1 {
	font-weight: 100;
	color: #420b2e;
	margin: 0 0 20px;
	text-transform: uppercase;
}
.content-section-2 p{
	font-weight: 100;
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	margin: 0 0 60px;}
.content-section-2 img{
	display: block;
	width: 100%;
	cursor:pointer;
}
/* content section 3 styles */
.content-section-3{
	background: #f4f4f4;
	padding: 120px 0 120px;
	color: #595758;
	font-weight: 100;
}
.content-section-3 .container{
	max-width: 1200px;
	margin: 0 auto;
}
.content-section-3 p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
	margin: 0 0 19px;
}
.content-section-3 h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	font-weight: 100;
	color: #420b2e;
	margin: 39px 0 42px;
	text-transform: uppercase;
}
.content-section-3 h2{
	font-size: 0.85em;
	line-height: 1.2em;
	margin: 0 0 -5px;
	text-transform: uppercase;
	font-weight: 500;
}
/* content section 4 styles */
.content-section-4{
	padding: 120px 0 100px;
}
.content-section-4 h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	font-weight: 100;
	color: #420b2e;
	margin: 0 0 83px;
	text-transform: uppercase;
}
.content-section-4 p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
	}
.content-section-4 .container{
	max-width: 1200px;
	margin: 0 auto;
}
.content-section-4 p{margin: 0 0 70px;}
.content-section-4 img{
	display: block;
	max-width: 100%;
	margin: 0 0 14px;
}
/* apply section styles */
.apply-section{
	position: relative;
	background: #410b2e;
	text-align: center;
	padding: 250px 20px 250px;
	box-shadow: inset 0 0 150px 0 rgba(0,0,0,0.2);
}
.apply-section a{
	color: #fff;
	font-size: 4.333em;
	line-height: 1em;
	font-weight: 500;
}
.apply-section .btn-back{
	position: absolute;
	right: 40px;
	bottom: 50px;
	width: 29px;
	height: 29px;
	background: url(../images/sprite-large.png) no-repeat -41px 0;
	text-indent: -9999px;
	overflow:hidden;
}
/* content section 5 styles */
.content-section-5{
	position: relative;
	padding: 120px 20px 120px;
	z-index: 4;
	font-weight: 200;
}
.content-section-5 .container{
	max-width: 1220px;
	margin: 0 auto;
}
.content-section-5 .title{
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0 0 20px;
	font-weight: 200;
	color: #c3991c;
}
.content-section-5 h1{
	text-transform: uppercase;
	margin: 0 0 20px;
	/*font-size: 1.7em;
	line-height: 1.2em;*/
	font-weight:100;
	color: #c3991c;
}
.content-section-5 h2{
	text-transform: uppercase;
	margin: 0 0 20px;
	font-size: 3em;
	line-height: 1em;
	font-weight: 500;
	color: #c3991c;
}
.content-section-5 .btn-bottom{
	position: absolute;
	right: 40px;
	bottom: 120px;
	text-indent: -9999px;
	overflow:hidden;
	width: 29px;
	height: 29px;
	background: url(../images/sprite-large.png) no-repeat 0 -105px;
}
/* article columns styles */
.article-columns{
	padding: 120px 20px 120px;
	background: #f4f4f4;
	font-weight: 300;
	text-align: center;
}
.article-columns .container{
	max-width: 1220px;
	margin: 0 auto;
}
.article-columns h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	text-transform: uppercase;
	color: #c3991c;
	font-weight: 100;
	margin: 0 0 20px;
}
.article-columns p{
	/*font-size: 0.85em;
	line-height: 1.2em;*/
	font-weight: 100;
	margin: 0 0 30px;
}
.article-columns .columns{
	margin: 0 -30px;
	overflow: hidden;
}
.article-columns .columns article{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
	width: 33.333333%;
	padding: 0 30px;
	text-align: left;
}
.article-columns .columns img{
	display: block;
	width: 100%;
}
.article-columns h2{
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1.2em;
	margin: 20px 0 10px;
}
.article-columns p {
	/*font-size: 0.85em*/
}
.article-columns article p{
	font-size: 0.65em;
	margin: 0;
}

.content-hover {
	background:url(../images/smartwater_rollover.png);
	width:100%;
	height:100%;
	margin: 0 0 40px;
}

.content-hover-overlay:hover {
	opacity:0.1;
}

.hiddenText {
	/*display:none;*/
	color: #fff;
	font-size: .5em;
	line-height: 1.2em;
	width: 100%;
}

/* content section 6 styles */
.content-section-6{
	background: #fff;
	position: relative;
	z-index: 4;
	padding: 120px 20px;
	text-align: center;
	font-weight: 300;
}
.content-section-6 .container{
	max-width: 1220px;
	margin: 0 auto;
}
.content-section-6 h1{
	text-transform: uppercase;
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	color: #c3991c;
	font-weight: 100;
	margin: 0 0 20px;
}
.content-section-6 p{
	font-weight: 100; 
	margin: 0 0 21px;
}
.content-section-6 img{
	display: block;
	max-width: 100%;
	margin: 12
	0px auto 0;
}
.content-section-6 .btn-bottom{
	position: absolute;
	right: 40px;
	bottom: 120px;
	text-indent: -9999px;
	overflow:hidden;
	width: 29px;
	height: 29px;
	background: url(../images/sprite-large.png) no-repeat 0 -105px;
}
/* video section styles */
.video-section{
	padding: 120px 0 120px 0;
	font-weight: 300;
	text-align: center;
	background: #f4f4f4;
}
.video-section .container{
	max-width: 1220px;
	margin: 0 auto;
}
.video-section img{max-width: 100%;}
.video-section h1{
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	text-transform: uppercase;
	margin: 0 0 20px;
	font-weight: 100;
	color:#c3991c;
}
.video-section p {
	margin: 0 0 40px;
	font-weight: 100;
}
.video-gallery{
	max-width: 984px;
	margin: 0 auto 98px;
}
.video-gallery .tab{
	display: none;
	width: 100%;
	margin: 0 0 26px;
	overflow: hidden;
}
.video-gallery .tab.active{display: block;}
.video-gallery .slide img{
	width: 100%;
	display: block;
}
.video-gallery .switcher{
	overflow: hidden;
}
.video-gallery .switcher ul{
	margin: 0 -5px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.video-gallery .switcher li{
	float: left;
	width: 20%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 5px;
}
.video-gallery .switcher a{
	display: block;
	position: relative;
}
.video-gallery .switcher a:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/btn-play.png) no-repeat 50% 50%;
	content: '';
	opacity: 0.6;
}
.video-gallery .switcher img{
	display: block;
	width: 100%;
}
/* content section 7 styles */
.content-section-7{
	padding: 120px 20px 120px;
	text-align: center;
	font-weight: 300;
}
.content-section-7 h1{
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 20px;
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	color: #c3991c;
}
.content-section-7 p{
	font-weight:100;
	margin: 0 0 40px;
}
.content-section-7 .container{
	max-width: 1220px;
	margin: 0 auto;
}
.image-list{
	margin: 0 -33px;
	overflow: hidden;
}
.image-list .col{
	float: left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 20px;
	width: 33.333333%;
}
.image-list img{
	display: block;
	width: 100%;
}
/* social section styles */
.social-section{
	background: #f4f4f4;
	padding: 120px 20px 120px;
	text-align: center;
}
.social-section .container{
	max-width: 1220px;
	margin: 0 auto;
}
.social-section h1{
	text-transform: uppercase;
	font-weight: 100;
	margin: 0 0 20px;
	/*font-size: 1.5em;
	line-height: 1.2em;*/
	color: #c3991c;
}
.social-section p{
	margin: 0 0 50px;
	font-weight: 100;
}

.image-table{
	margin: 0 -35px;
	overflow: hidden;
	width: 100%;
}
.image-table .row{
	display: table;
}
.image-table .col{
	display: table-cell;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 0 35px 109px;
}
.image-table img{
	display: block;
	width: 100%;
	max-width: 100%;
}

.social-image {
	margin:20px 0;
	width:50%;
	float:left; 
}
.social-image img {
	width:100%;
	height:auto;
}
.clear {
	clear:both;
}

   /* ---------------------------------------------------------
   4. Styles for responsive breakpoints
   ---------------------------------------------------------*/

@media ( -webkit-min-device-pixel-ratio : 1.5 ) and (min-width:1024px), ( min-resolution : 144dpi ) and (min-width:1024px){
	.welcome-banner .btn-bottom, .stats-block .btn-bottom, .leadership-box .btn-bottom, .awards-gallery .btn-prev, .awards-gallery .btn-next, 
	.contact-box .btn-top{
		background: url(../images/sprite-large@2x.png) no-repeat;
		background-size: 70px auto;
	}
	.contact-box .btn-top{background-position: -41px -35px;}
	.awards-gallery .btn-prev{background-position: 0 -225px;}
	.awards-gallery .btn-next{background-position: -41px -225px;}
}
@media only screen and (min-width: 1589px) {
	.logo img {
		margin-top:25px;
	}
}

@media only screen and (max-width: 1589px){
	.awards-gallery .btn-prev{left: 2px;}
	.awards-gallery .btn-next{right: 2px;}
	.logo img {
		margin-top:25px;
	}
}
@media only screen and (max-width:1299px){
	.logo img {
		margin-top:0px;
	}

	.partner-list li{padding: 0 5px 10px;}
	.partner-list .logo-block{
		height: 85px;
	}
	.partner-list li{padding:0 15px 10px;}
	.partner-list .title{
		font-size: 16px;
		line-height: 20px;
	}
	.contact-box .btn-top{bottom: 20px;}
	.header-holder{
		padding:80px 20px 25px;
	}
	.logo{
		width: 342px;
		height: 52px;
	}
	#nav{
		font-size: 14px;
		line-height: 16px;
	}
	#nav > li{
		margin-right: 18px;
	}
	#nav .drop li{
		margin:0 0 4px;
	}
	.header-row{
		padding:24px 0 0;
	}
	.social-block .title{
		margin:12px 10px 0 0;
	}
	.social-networks li{
		margin:0 0 10px 5px;
	}
	.social-networks li a{
		font-size: 18px;
		line-height: 20px;
	}
	#main{margin-top: 172px;}
	.welcome-banner .text-block{
		width: 800px;
		margin-left: -400px;
	}
	.welcome-banner .text-holder{
		/*font-size: 55px;
		line-height: 70px;*/
	}
	.welcome-banner .text-content{
		letter-spacing: -2px;
		padding: 40px 40px 65px;
	}
	.welcome-banner .text-content > span{
		/*font-size: 30px;
		line-height: 32px;*/
	}
	.content-gallery{margin: 0 0 151px;}
	.content-gallery .text-holder{
		font-size: 12px;
		line-height: 14px;
	}
	.content-gallery .text-holder .title{
		/*font-size: 22px;
		line-height: 24px;*/
	}
	.influence-block .img-holder{
		width:94%;
	}

	.connect-block{
		padding:200px 10px 190px; 
	}
	.connect-block .header{
		width: 84%;
	}
	.connect-frame{
		width:850px;
		margin:0 auto;
	}
	.connect-frame .flip-container{
		height: 139px;
	}
	.flipper .text-holder{height: 41px;}
	.flipper .text-wrap{
		font-size: 15px;
		line-height: 18px;
	}
	.result-block .text-frame{
		width: 75%;
	}
	.leadership-block{
		padding:190px 8% 258px;
	}
	.leaders-block .col .text-holder{
		/*font-size: 14px;
		line-height: 22px;*/
	}
	.leaders-block .text-holder .name{
		/*font-size: 19px;
		line-height: 24px;*/
		margin: 0;
	}
	/*.map-locations .popup{
		width: 270px;
		height: 270px;
	}*/
	.welcome-banner .pagination{bottom: 30px;}
	.awards-gallery .mask{width: 100%;}
	.awards-gallery{padding: 50px 40px 40px;}
}

@media only screen and (min-width:1187px) {
	.content-section-2 img {
		width:1187px;
		margin:0 auto;
	}
}

@media only screen and (max-width:1024px){
	body, p, strong {
		font-size: 0.8em;
		line-height: 1.2em;
	}

	h1, h2 {
		font-size: 1em;
		line-height: 1.2em;
	}

	.welcome-banner .text-frame {
		font-size: 0.6em;
		line-height: 0.7em;
	}

	.results-section {
		padding:20px 0 10px;
	}

	.content-section-5, 
	.article-columns, 
	.content-section-6, 
	.video-section, 
	.content-section-7, 
	.social-section{
		margin: 0;
		padding: 50px 20px;
		/*font-size: 20px;
		line-height: 24px;*/
	}
	.content-section-5 .title{
		/*font-size: 30px;
		line-height: 36px;*/
		margin: 0 0 20px;
	}
	.content-section-5 .btn-bottom, 
	.content-section-6 .btn-bottom{
		bottom: 10px;
		right: 10px;
	}
	.video-gallery{margin: 0 auto 30px;}
	.content-section-5 h1, 
	.article-columns h1, 
	.content-section-6 h1,
	 .video-section h1, 
	 .content-section-7 h1, 
	 .social-section h1{
		/*font-size: 40px;
		line-height: 46px;*/
	}
	.image-table{margin: 0;}
	.image-table .col{padding: 10px;}
	.content-section-7 p{margin: 0 0 30px;}
	.content-section-6 img{margin: 30px auto 0;}
	.article-columns .columns article{
		font-size: 18px;
		line-height: 22px;
	}
	.image-list{margin: 0 -5px;}
	.image-list .col{padding: 0 5px;}
	.content-section-5 h2{
		font-size: 24px;
		line-height: 28px;
	}
	.article-columns h2{
		/*font-size: 20px;
		line-height: 22px;*/
	}
	.article-columns .columns{margin: 0 -5px;}
	.article-columns .columns article{padding: 0 5px;}
	.influencers-section{
		padding: 50px 20px;
	}
	.apply-section{padding: 50px;}
	.content-section-2{padding: 0 0 50px;}
	.content-section-3{padding: 50px 20px;}
	.content-section-2 .container{padding: 40px 20px;}
	.influencers-section{margin:30px 0 50px;}
	.content-section-2 p{margin: 0 0 20px;}
	.round-article .circle{
		padding: 50px;
		border-radius: 30px;
	}
	.content-section-3 h1, 
	.content-section-4 h1{
		/*font-size: 44px;
		line-height: 50px;*/
	}
	.content-section-3 h2{
		/*font-size: 30px;
		line-height: 36px;*/
		margin: 0 0 10px;
	}
	.round-article{
		margin: -150px 0 50px;
		padding: 120px 20px 0;
	}
	.content-section-4{padding: 50px 20px;}
	.content-section-3 p{margin: 0 0 40px;}
	.round-article h1{
		font-size: 70px;
		line-height: 70px;
		margin: 0 0 20px;
	}
	.round-article strong{
		font-size: 26px;
		line-height: 30px;
	}
	body{
		font-size:22px;
		line-height:26px;
	}
	.header-holder{
		max-width:768px;
		padding:22px 12px 5px; 
	}
	.logo{
		float: left;
		width: 104px;
		height: 97px;
	}
	#nav > li{
		margin-right: 22px;
	}
	#nav .drop{
		font-size: 13px;
		line-height: 15px;
	}
	#nav .drop li{
		margin:0 0 4px;
	}
	.header-row{
		padding:68px 0 0;
	}
	.social-block{
		padding:4px 0 0;
	}
	.social-block .title{
		margin:12px 12px 0 0;
	}
	.social-networks li a{
		font-size: 15px;
		line-height: 18px;
	}
	#main{
		margin-top: 130px;
	}
	.welcome-banner .text-block{
		width:755px;
		margin-left:-377px;
	}
	.welcome-banner .text-content{
		padding:45px 55px 70px;
	}
	.welcome-banner .text-holder{
		/*font-size: 53px;
		line-height: 68px;*/
	}
	.welcome-banner .text-content p{
		margin: 0 0 9px;
	}
	.welcome-banner .text-content > span{
		/*font-size: 27px;
		line-height: 30px;*/
	}
	.welcome-banner .slide img{
		min-height: 645px;
	}
	.content-block{
		padding: 141px 0 0;
	}
	.content-block h1{
		/*font-size: 35px;
		line-height: 35px;*/
		margin: 0 0 28px;
	}
	.content-gallery .text-holder{
		font-size: 10px;
		line-height: 12px;
		padding:12px 16px 8px;
	}
	.content-gallery .text-holder .title{
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}
	.content-gallery .btn-prev,
	.content-gallery .btn-next
	{
		background: url(../images/sprite.png) no-repeat 0 0;
		width: 14px;
		height: 28px;
		margin-top: -14px;
	}
	.content-gallery .btn-next{
		background-position:-22px 0;
	}
	.influence-block{
		max-width:768px;
		padding:0 9px 153px;
	}
	.influence-block .header{
		/*font-size: 22px;
		line-height: 26px;*/
	}
	.influence-block h1{
		/*font-size: 39px;
		line-height: 44px;*/
		margin:0  0 30px;
	}
	.influence-block .header span{
		width: 65%;
		margin: 0 auto 15px;
	}
	.influence-block .img-holder{
		width: 100%;
	}
	.stats-block{
		/*font-size: 22px;
		line-height: 32px;*/
	}
	.stats-frame{
		max-width:778px;
		width: auto;
		padding:124px 15px 156px;
	}
	.stats-block h1{
		/*font-size: 38px;
		line-height: 42px;*/
	}
	.stats-block h1 strong{
		/*font-size: 129px;
		line-height: 129px;*/
	}
	.connect-block{
		padding:162px 10px 183px; 
	}
	.connect-frame{
		width: 744px;
	}
	.connect-frame .flip-container{
		height: 122px;
	}
	.flipper .text-holder{height: 27px;}
	.flipper .text-wrap{
		/*font-size: 11px;
		line-height: 12px;*/
	}
	.connect-block .header{
		width: 74%;
		/*font-size: 22px;
		line-height: 23px;*/
		margin: 0 auto 31px;
	}
	.connect-block h1{
		/*font-size: 38px;
		line-height: 38px;*/
		margin:0 0 11px;
	}
	.result-block{
		padding:43px 0 0;
	}
	.result-block h1{
		/*font-size: 39px;
		line-height: 39px;*/
		margin: 0 0 12px;
	}
	.result-block .text-frame{
		/*font-size: 22px;
		line-height: 33px;*/
		width: 60%;
	}
	.info-block{
		max-width:768px;
		padding:100px 12px 90px;
		/*font-size: 22px;
		line-height: 26px;*/
	}
	.info-block .heading{
		/*font-size: 28px;
		line-height: 30px;*/
	}
	.info-block .heading h1{
		/*font-size: 40px;
		line-height: 44px;*/
	}
	.quality-holder{
		max-width:768px;
		padding:100px 12px 90px;
		/*font-size: 22px;
		line-height: 28px;*/
	}
	.quality-block h1{
		/*font-size: 39px;
		line-height: 44px;*/
		margin: 0 0 10px;
	}
	.quality-block h1 span{
		/*font-size: 28px;
		line-height: 30px;*/
		margin: 0;
	}
	.leadership-block{
		padding:120px 7% 180px;
	}
	.leadership-block h1{
		/*font-size: 40px;
		line-height: 44px;*/
		margin: 0 0 20px;
	}
	.leaders-block .col .text-holder{
		font-size: 12px;
		line-height: 18px;
	}
	.leaders-block .text-holder .name{
		font-size: 17px;
		line-height: 20px;
	}
	.bio-block{
		font-size: 14px;
		line-height:18px;
	}
	.partners-block {
		padding:110px 8% 127px;
	}
	.partners-block .text-block{
		font-size: 22px;
		line-height: 26px;
	}
	.partners-block h1{
		/*font-size: 38px;
		line-height: 42px;*/
		margin: 0 0 10px;
	}
	.team-holder{
		padding:200px 8%;
	}
	.team-block h1{
		/*font-size: 70px;
		line-height: 74px;*/
	}
	.contact-block{
		padding:120px 12px;
		max-width:780px;
	}
	.contact-block h1{
		/*font-size: 38px;
		line-height: 42px;*/
		margin: 0 0 30px;
	}
	.map-locations .open{
		width: 29px;
		height:29px;
		background-size: 100% 100%;
	}
	.map-locations .popup-active .open:after{
		left: 26px;
		border-width:6px 0 6px 12px;
	}
	.map-locations .popup-active .open:after{left: 24px;}
	.map-locations .location.five .open:after,
	.map-locations .location.six .open:after{
		left: auto;
		right: 24px;
	}
	.map-locations .popup{
		width: 240px;
		height: 240px;
		padding:30px 20px;
		left: 30px;
	}
	.map-locations .location.five .popup,
	.map-locations .location.six .popup{
		left: auto;
		right: 30px;
	}
	.footer-holder{
		font-size: 11px;
		line-height: 14px;
	}

	.recent-press, .announcements {
		width:100%;
		margin:0;
	}
	.press {
		margin:20px;
		padding:0 0 30px;
	}

	/*.results-section .btn-bottom, .results-section .btn-back {
		bottom:-390px;
	}*/

}
@media only screen and (max-width:850px){
	.header-holder{
		max-width: 730px;
		padding:36px 12px 5px;
	}
	.logo{
		width: 90px;
		height: 84px;
	}
	.header-row{
		padding:58px 0 0;
	}
	.welcome-banner .text-block{
		width: 650px;
		margin-left: -325px;
	}
	.welcome-banner .text-holder{
		/*font-size: 48px;
		line-height: 60px;*/
	}
	.welcome-banner .text-content{
		padding:40px 45px 60px;
	}
	.influence-block{
		max-width: 700px;
	}
	.stats-frame{
		max-width:700px;
	}
	.connect-frame{
		width: 640px;
	}
	.connect-frame .flip-container{
		height: 105px;
	}
	.result-block .text-frame{
		width: 75%;
	}
	.info-block{
		max-width: 700px;
	}
	.quality-holder{
		max-width: 700px;
	}
	.leadership-block{
		padding:120px 6% 150px;
	}
	.bio-block .text-block{
		padding:12px;
	}
	.scrollable-area-wrapper .vscrollbar{width: 12px;}
	.scrollable-area-wrapper .vscroll-slider{
		width: 8px;
		height: 70px !important;
	}
	.partners-block{
		padding:110px 3% 127px;
	}
	.partner-list li{
		padding:0 10px 10px;
	}
	.partner-list .title{
		font-size: 14px;
		line-height: 18px;
	}
	.contact-block{
		max-width: 740px;
	}
	.contact-block h2{
		font-size: 24px;
		line-height: 28px;
	}
}
@media only screen and (max-width:769px){
	.text-content span {
		/*font-size: .45em;*/
	}
	.article-columns .columns{margin: 0;}
	.article-columns .columns article{
		float: none;
		width: auto;
		padding: 0 0 20px;
	}
	.article-columns .columns img{margin: 0 0 10px;}
	.article-columns .columns article{
		/*font-size: 14px;
		line-height: 16px;*/
	}
	.content-section-5, 
	.article-columns, 
	.content-section-6, 
	.video-section, 
	.content-section-7, 
	.social-section{
		/*font-size: 14px;
		line-height: 16px;*/
		padding: 20px 20px 40px;
	}
	.content-section-5{
		padding: 20px 20px 30px;
	}
	.content-section-5 .title{
		/*font-size: 16px;
		line-height: 20px;*/
		margin: 0 0 10px;
	}
	.image-table .col{
		display: block;
		width: auto;
	}
	.content-section-5 h1, 
	.article-columns h1, 
	.content-section-6 h1, 
	.video-section h1,
	.content-section-7 h1,
	.social-section h1{
		/*font-size: 20px;
		line-height: 24px;*/
		margin: 0 0 10px;
	}
	.video-gallery .mask{margin: 0 0 10px;}
	.content-section-5 h2{
		/*font-size: 18px;
		line-height: 22px;*/
		margin: 0 0 10px;
	}
	.influencers-section h1{
		/*font-size: 24px;
		line-height: 28px;*/
	}
	.case-section {
		padding: 20px;
		margin-top: 20px;
	}
	.case-section h1{
		/*font-size: 36px;
		line-height: 36px;*/
		margin: 0 0 15px;
	}
	.case-section h2{
		/*font-size: 22px;
		line-height: 30px;*/
		margin: 0 0 5px;
	}
	.case-section p{margin: 0 0 16px;}
	.case-section .block{
		padding: 0 0 40px;
		margin: 0;
	}
	.case-section .btn-bottom, .case-section .btn-back{
		right: 0;
		bottom: 0;
	}
	.leaders-block .col > span{
		float: none;
		width: auto;
		margin: 0 0 10px;
	}
	.results-visual .bubble-3, 
	.results-visual .bubble-2, 
	.results-visual .bubble-1{
		position: static;
		display: block;
		margin: 0 auto; 10px;
	}
	#header{
		background: none;
		position: absolute;
		border:none;
	}
	.header-holder{
		padding:30px 50px;
		position: relative;
		max-width: none;
	}
	.logo{
		width: 207px;
		height: 195px;
	}
	#main{
		margin-top: 0;
	}
	.header-panel{
		position: absolute;
		top: 0;
		right: 0;
		width: 188px;
	}
	.header-panel .opener{
		float: right;
		display: block;
		width:66px;
		height:66px;
		padding:14px 10px;
		position:relative;
		z-index: 5;
		background: #595758;
	}
	.header-panel .opener:before,
	.header-panel .opener:after,
	.header-panel .opener span{
		background:#fff;
		position:absolute;
		top:50%;
		height:5px;
		margin-top:-3px;
		left:10px;
		right:10px;
		text-indent: -9999px;
		overflow: hidden;
	}
	.header-panel .opener:before,
	.header-panel .opener:after{
		content:'';
		top:17px;
	}
	.header-panel .opener:after{
		top:auto;
		bottom:17px;
	}
	.header-panel .opener:hover{opacity:.85;}
	.header-row{
		overflow:hidden;
		position:absolute;
		z-index: 2;
		left:0;
		right:0;
		top: 0;
		max-height:0;
		padding: 0;
		-webkit-transition:all 0.4s linear;
		transition:all 0.4s linear;
	}
	.header-panel.active .header-row{
		max-height:500px;
	}
	#nav{
		float: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	#nav > li{
		float: none;
		display: block;
		margin: 0;
		font-size: 12px;
		line-height: 16px;
		padding:8px 30px 10px 15px;
	}
	#nav a{color:#fff;}
	#nav a:hover{
		text-decoration: underline;
	}
	#nav .yellow{background:#c3991c;}
	#nav .red{background:#b83b26;}
	#nav .blue{background:#2a666f;}
	#nav .purple{background:#420b2e;}
	#nav .drop{
		position:static;
		display: block;
		width: auto;
		font-size: 12px;
		line-height: 14px;
	}
	#nav .drop li{
		margin: 0;
	}
	#nav .yellow>a:hover,
	#nav .yellow.active>a,
	.yellow .drop li a:hover,
	.yellow .drop .active a{color:#fff;}
	#nav .red>a:hover,
	#nav .red.active>a,
	.red .drop li a:hover,
	.red .drop .active a{color:#fff;}
	#nav .blue>a:hover,
	#nav .blue.active>a,
	.blue .drop li a:hover,
	.blue .drop .active a{color:#fff;}
	#nav .purple>a:hover,
	#nav .purple.active>a,
	.purple .drop li a:hover,
	.purple .drop .active a{color:#fff;}
	.social-block{
		float: none;
		width: 100%;
		padding: 0 10px;
		max-width: 100%;
		display: block;
		background:#595758;
		overflow: hidden;
		color:#fff;
	}
	.social-block .title{
		margin: 6px 12px 0 0;
		text-align: center;
		font-size: 10px;
		line-height: 12px;
		width: 75px;
	}
	.social-block .title:after{background: #fff;}
	.social-networks{width: 78px;}
	.social-networks li{
		margin:2px 0 5px 5px;
	}
	.soc-twitter, 
	.soc-linkedin{padding-top: 1px;}
	.social-networks li a{
		color:#fff;
		font-size: 13px;
		line-height: 15px;
	}
	.social-networks .soc-twitter{
	}
	.social-networks li a:hover{color:#ccc;}
	.welcome-banner .text-block{
		left: 0;
		right: 0;
		width: auto;
		top:255px;
		margin-left: 0;
	}
	.welcome-banner .text-holder{
		display: block;
		height: auto;
		/*font-size: 30px;
		line-height: 39px;*/
	}
	.welcome-banner .text-content{
		margin: 0;
		letter-spacing: 0;
		padding:18px 55px 24px;
		letter-spacing: -1px;
	}
	.welcome-banner .text-content:before,
	.welcome-banner .text-content:after{
		height: 2px;
		top: -9px;
	}
	.welcome-banner .text-content:after{
		top:auto;
		bottom: -9px;
	}
	.welcome-banner .text-content > span{
		/*font-size: 16px;
		line-height: 18px;*/
	}
	.welcome-banner .slide img{
		min-height:497px;
	}
	.welcome-banner .text-content p{margin:0 0 5px;}
	.welcome-banner .pagination{bottom: 19px;}
	.welcome-banner .pagination li{margin:0 2px;}
	.welcome-banner .pagination a{
		width: 9px;
		height: 9px;
	}
	.welcome-banner .btn-bottom,
	.stats-block .btn-bottom{
		width: 22px;
		height: 21px;
		background: url(../images/sprite.png) no-repeat 1px -33px;
		right: 16px;
		bottom: 19px;
	}
	.content-block{
		padding: 70px 0 0;
	}
	.content-block h1{
		/*font-size: 22px;
		line-height: 24px;*/
		margin: 0 0 15px;
	}
	.content-gallery{
		display: none;
		margin: 0 0 85px;
	}
	.content-gallery .btn-prev{left: 20px;}
	.content-gallery .btn-next{right: 20px;}
	.content-gallery.mobile{
		position: relative;
		left: auto;
		top: auto;
		display: block;
	}
	.content-gallery .box{
		width: auto;
		float: none;
	}
	.content-gallery .text-holder{
		/*font-size: 11px;
		line-height: 14px;*/
		padding:14px 50px 8px;
	}
	.content-gallery .text-holder .title{
		font-size: 18px;
		line-height: 22px;
	}
	.influence-block{
		padding:0 50px 95px;
	}
	.influence-block .header{
		/*font-size: 16px;
		line-height: 20px;*/
	}
	.influence-block h1{
		/*font-size: 22px;
		line-height: 26px;*/
		margin: 0 0 18px;
	}
	.influence-block .header span{
		width: 100%;
		margin: 0 auto 8px;
	}
	.stats-block{
		/*font-size: 16px;
		line-height: 22px;*/
	}
	.stats-block h1{
		/*font-size: 22px;
		line-height: 28px;*/
		margin: 0 0 8px;
	}
	.stats-block h1 strong{
		font-size: 60px;
		line-height: 80px;
	}
	.stats-frame{
		padding:54px 50px 60px;
	}
	.connect-block{
		padding:94px 50px 109px;
	}
	.connect-block .header{
		/*font-size: 16px;
		line-height: 20px;*/
		width: 100%;
		padding: 0 20px;
	}
	.connect-block h1{
		/*font-size: 22px;
		line-height: 26px;*/
		margin: 0 0 16px;
	}
	.connect-frame{
		width: 380px;
	}
	.connect-frame .flip-container{
		width: 33.33%;
		height: 124px;
	}
	.result-block{
		padding: 32px 0 0;
	}
	.result-block .text-frame{
		/*font-size: 16px;
		line-height: 20px;*/
	}
	.result-block h1{
		/*font-size: 22px;
		line-height: 22px;*/
		margin: 0 0 17px;
	}
	.result-block p{
		margin:0 0 19px;
	}
	.result-block .btn-top {
		width: 20px;
		height: 20px;
		background: url(../images/sprite.png) no-repeat -27px -34px;
		right: 16px;
		bottom: 19px;
	}

	#wrapper.add #header{
		background:rgba(0,0,0,0.8);
	}
	#wrapper.add #main{
		margin-top: 240px;
	}
	.info-block{
		padding:80px 50px;
		/*font-size: 16px;
		line-height: 22px;*/
	}
	.info-block .heading{
		/*font-size: 16px;
		line-height: 18px;*/
		margin: 0 0 30px;
	}
	.info-block .heading > strong{
		/*font-size: 18px;
		line-height: 20px;*/
	}
	.info-block .heading h1{
		/*font-size: 30px;
		line-height: 34px;*/
	}
	.info-block p{margin:0 0 20px;}
	.quality-holder{
	/*	font-size: 16px;
		line-height: 22px;*/
		padding:80px 50px;
	}
	.quality-block h1{
		/*font-size: 28px;
		line-height: 32px;*/
		margin: 0 0 -15px;
		font-size: 2.3em;
	}
	.quality-block h1 span{
		/*font-size: 22px;
		line-height: 26px;*/
	}
	.leadership-block{
		padding:85px 6% 100px;
	}
	.leadership-block h1{
		/*font-size:30px;
		line-height: 32px;*/
	}
	.leaders-block{
		width: 380px;
		margin: 0 auto;
	}
	.leaders-block .col{
		float: none;
		width: 100%;
		display: block;
	}
	.awards-holder{padding:90px 0 0;}
	.awards-block .text-block{width: 80%;}
	.awards-block h1,
	.partners-block h1{
		/*font-size: 26px;
		line-height: 30px;*/
		margin: 0 0 20px;
	}
	.partners-block .text-block{
		/*font-size: 16px;
		line-height: 22px;*/
	}
	.team-holder{
		padding:90px 7%;
	}
	.team-block h1{
		font-size: 45px;
		line-height: 50px;
	}
	.contact-block .map-holder{
		margin:60px 2%;
	}
	/*.map-locations .popup{
		width: 160px;
		height: 160px;
		top: -80px;
	}*/
	.map-locations address{
		font-size: 11px;
		line-height: 14px;
	}
	.map-locations address strong{
		font-size: 13px;
		line-height: 16px;
	}
	.contact-block h2{
		font-size: 18px;
		line-height: 22px;
	}
	.contact-form .col{
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
	.contact-form .row{margin:15px 0 0;}
	.contact-form input[type="text"],
	.contact-form input[type="email"]{
		height:46px;
		font-size: 16px;
		line-height: 20px;
	}
	.contact-form textarea{
		font-size: 16px;
		line-height: 20px;
	}
	.contact-form input[type="submit"]{
		height: 50px;
		/*font-size: 22px;
		line-height: 26px;*/
	}
	.leadership-box .btn-bottom{bottom: 20px;}
	.awards-gallery{padding: 20px 40px;}
	.awards-gallery .logo-block{
		height: auto;
		width: auto;
	}
	.awards-gallery .logo-holder, 
	.awards-gallery .logo-frame{display: block;}
	.awards-gallery .btn-prev{
		left: 10px;
		top: 50%;
	}
	.awards-gallery .btn-next{
		right: 10px;
		top: 50%;
	}
	.awards-gallery .logo-digiday img, 
	.awards-gallery .logo-cma img{
		display: block;
		margin: 0 auto;
		width: 94% !important;
		height: auto !important;
	}
	.awards-gallery .logo-block{margin: 0 0 10px;}
	.award-details{
		font-size: 16px;
		line-height: 20px;
	}
	.award-details .title{
		font-size: 18px;
		line-height: 20px;
	}
	.awards-gallery .mask{overflow: hidden !important;}
	.awards-gallery .mask .slide{overflow: hidden;}
	.awards-block{
		margin-top: 0;
		padding-top: 0;
	}
	.contact-box .btn-top{
		bottom: 20px;
	}
	.influencers-section{
		padding: 40px 20px;
		margin: 0;
	}
	.influencers-section h1{margin: 0 0 10px;}
	.influencers-section .flip-container{margin: 0;}
	.round-article{
		padding: 0;
		margin: 0;
	}
	.round-article h1{
		font-size: 40px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	.round-article .circle{
		border-radius: 0;
		padding: 100px;
		/*font-size: 14px;
		line-height: 16px;*/
	}
	.round-article strong{
		/*font-size: 1.4em;
		line-height: 1.2em;*/
	}
	.content-section-2 .container{
		padding: 20px;
		/*font-size: 14px;
		line-height: 16px;*/
	}
	.content-section-2 p{margin: 0 0 10px;}
	.content-section-2{padding: 0 0 10px;}
	.content-section-3{
		padding: 20px;
		/*font-size: 14px;
		line-height: 16px;*/
	}
	.content-section-3 h1, .content-section-4 h1{
		/*font-size: 22px;
		line-height: 28px;*/
		margin: 0 0 20px;
	}
	.content-section-3 h2{
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.content-section-3 p{margin: 0 0 16px;}
	.content-section-4{
		/*font-size: 14px;
		line-height: 16px;*/
		padding: 20px;
	}
	.content-section-4 p{margin: 0 0 20px;}
	.apply-section a{
		font-size: 24px;
		line-height: 28px;
	}
	.apply-section .btn-back, 
	.influencers-section .btn-bottom{
		right: 10px;
		bottom: 10px;
	}
	.social-image {
		width:100%;
	}

	.results-case {
		width:100%;
	}


}
@media only screen and (max-width:479px){
	p, span {
		/*font-size:0.65em;*/
	}

	.flipper .text-frame {
		font-size:0.85em;
	}

	.header-holder{
		padding:30px 30px;
	}
	.logo{
		width: 150px;
		height: 141px;
	}
	.header-panel .opener{
		width: 44px;
		height: 44px;
	}
	.header-panel .opener:before,
	.header-panel .opener:after,
	.header-panel .opener span{
		left: 8px;
		right: 8px;
		height: 3px;
		margin-top: -2px;
	}
	.header-panel .opener:before,
	.header-panel .opener:after{
		top: 12px;
	}
	.header-panel .opener:after{
		top: auto;
		bottom: 12px;
	}
	.welcome-banner .text-block{top: 210px;}
	.welcome-banner .text-holder{
		/*font-size: 22px;
		line-height: 28px;*/
	}
	.welcome-banner .text-content{padding:18px 25px 24px;	}
	.welcome-banner .slide img{max-height:450px; width:auto;}
	.influence-block{padding:0 26px 60px;}
	.stats-frame{padding:54px 25px 60px;}
	.connect-block{padding:75px 15px 80px;}
	.connect-block .header{padding:0 15px;}
	.connect-frame{width: 290px;}
	.connect-frame .flip-container{height: 95px;}
	.info-block{
		padding:60px 25px;
	}
	.info-block .heading h1{
		font-size: 24px;
		line-height: 28px;
	}
	.quality-block h1 {
		font-size: 1.7em;
	}
	.quality-holder{padding:65px 25px;}
	.leadership-block{padding:65px 25px;}
	.leadership-block .text-wrap{width: 100%;}
	.leaders-block{width:270px;}
	.awards-holder{
		padding:70px 0 0;
	}
	.partners-block{
		padding:70px 25px;
	}
	.partners-block .text-block{width: 100%;}
	.map-locations .open{
		width: 19px;
		height: 20px;
	}
	.map-locations .popup{
		width: 120px;
		height: 120px;
		padding:5px 10px;
		left: 18px;
		top: -55px;
	}
	.popup-active .popup{display: table !important;}
	.map-locations .popup address{
		display: table-cell;
		vertical-align: middle;
	}
	.map-locations .map-block{
		display:none;
	}
	.map-locations address{
		font-size: 9px;
		line-height: 11px;
	}
	.map-locations address strong{
		font-size: 10px;
		line-height: 12px;
		margin: 0 0 4px;
	}
	.map-locations .popup-active .open:after{
		border-width: 4px 0 4px 6px;
		left: 18px;
		margin-top: -4px;
	}
	.map-locations .location.five .open:after,
	.map-locations .location.six .open:after{
		border-width: 4px 6px 4px 0;
		left: auto;
		right: 18px;	
	}.map-locations .location.five .popup,
	.map-locations .location.six .popup{
		right: 23px;
	}

	.round-article h1{
		font-size: 40px;
		line-height: 42px;
		margin: 0 0 10px;
	}
	.round-article .circle{
		border-radius: 0;
		padding: 30px;
	}

	.results-case {
		margin:10px 0;
	}
}
/* js style */
.video-holder{position:relative;}
.btn-play{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background: url(../images/btn-play-2.png) no-repeat 50% 50%;
	z-index:2;
	text-indent: -9999px;
	overflow:hidden;
	opacity:0.6;
}
.video{
	position:relative;
	z-index:1;
}
.video-holder:after{
	content: '';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url(../images/blank.png);
	z-index:3;
}
.load-video .video-holder:after{display:none;}
.video-gallery.mobile-device .btn-play{display:none !important;}

.select-form-thing {
	margin:30px;
}

/*Video Rollover Effect*/
.video-thumbnail, .video-thumbnail1, .video-thumbnail2, .video-thumbnail3, .video-thumbnail4  {

}
.video-rollover, .video-rollover1, .video-rollover2, .video-rollover3, .video-rollover4 {
	position:absolute;
	display:none;
	background: rgba(0, 0, 0, 0.6);
	width:189px;
	height:105px;
	color:#fff;
	font-size: 0.6em;
	line-height: 1.3em;
	padding: 20px 0;
}

/*Antispam Device*/
.antispam {
	display:none;
}

/*Rows*/
tr {
	margin-bottom:10px;
}