/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
        margin: 0 auto;
}
html{
	height:100%;
}
body{
	margin:0;
	background:#fff;
	font:15px/23px Arial, Helvetica, sans-serif;
	color:#4e4e4e;
	min-width:1200px;
	height:100%;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: none;
}
a{
	text-decoration:none;
	color:#0064d2;
}
a:hover{text-decoration:underline;}
img{border:0;}
input,
textarea,
select {
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#000;
	border: 1px solid #D9D9D9
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}

strong {
 font-weight: bold;
}

header, footer, article, section, hgroup, nav, figure { display: block; }
figure {
margin:0;
padding:0;
}
.page {
	position:relative;
	overflow:hidden;
}

/* Misc Drupal stuff */
div.messages {
  padding: 10px 50px 10px 50px;
  border: 0;
}

/* wrapper */
#wrapper{
	display:table;
	height:100%;
	width:100%;
}
.skip{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.skip:focus{
	position:static;
	width:auto;
	height:auto;
}
/* w1 */
.w1{
	width:100%;
	display:table-row;
	background:#f7f7f7;
}
.w2{overflow:visible;} /* Let menu show through if alot of links */
/* header */
#header{
	width:100%;
	background:#fff;
	position:relative;
	z-index:5;
}
.node-type-home-page #header{
	-webkit-box-shadow: 0px 9px 5px -5px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 9px 5px -5px rgba(0, 0, 0, 0.15);
}
/* header-holder */
.header-holder{
        position: relative;
	width:1080px;
	margin:0 auto;
	padding:0 60px;
}

.header-holder:after {
	clear: both;
	content:"";
	display: block;
}
/* logo */
#logo {
    display:block;
	width: 177px;
	height: 42px;
	overflow:hidden;
	float:left;
	margin:19px 0 0;
}
#logo img {
    height: 100%;
    width: 100%;
}
/* main */

/* Basic content styles */
#main .main-holder ul.pagination,
#main .main-holder ul.sociable {
  list-style: none;
}

#main h2 {
  color: #1f1c1a;
  margin: 0 0 18px;
  font: 28px/34px Arial, Helvetica, sans-serif;
}
#main h2.title {
  color: #1f1c1a;
  margin: 0 0 18px;
  font: 18px/20px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.main-holder ul {list-style-position: inside;}
#main .main-holder ul {
  list-style: disc;
  list-style-position: inside;
}

#main .main-holder ol {
  list-style: decimal;
}

#main .main-holder em {
  font-style: italic;
}

#main{
	width:100%;
	padding:0 0 102px;
}
#main p{margin:0 0 23px;}
/* breadcrumbs */
.breadcrumbs{
	width:100%;
	background:url(../images/bg-breadcrumbs-l.gif) repeat-x;
	height: 36px;
	font-size:12px;
	color:#0064d2;
	border-bottom:1px solid #dfdfdf;
	position:relative;
	overflow:hidden;
}
.breadcrumbs .holder{
	width:1080px;
	margin:0 auto;
	padding:0 60px;
}
.breadcrumbs ul{
	width:1080px;
	margin:0 -9999px 0 0;
	padding:0 9999px 0 0;
	background: url(../images/bg-breadcrumbs.gif) repeat-x;
	height: 36px;
}
.breadcrumbs li{
	float:left;
	margin:0 -13px 0 0;
	position:relative;
}
.breadcrumbs li span{
	padding:7px 20px 0 31px;
	float:left;
}
.breadcrumbs a{
	color:#6b6b6b;
	background: url(../images/arrow1.png) no-repeat 100% 0;
	float:left;
	padding:0 13px 0 0;
	cursor:pointer;
}
.breadcrumbs li a span{
	color:#6b6b6b;
	float:left;
	height: 29px;
	padding:7px 24px 0 32px;
	background: url(../images/bg-breadcrumbs-l.gif) repeat-x;
}
.breadcrumbs li .home span{padding: 7px 0 0;}
.breadcrumbs a.home em{
	background:url(../images/ico-home.png) no-repeat 1px 5px;
	width: 34px;
	height: 23px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}
/* main-holder */
.main-holder{
	width:1080px;
	margin:44px auto 0;
	padding:0 60px;
}
/* intro */
.intro{
	overflow:hidden;
	position:relative;
	padding:0 0 23px;
	margin-bottom:47px;
	background:url(../images/divider1.png) no-repeat 50% 100%;
}
.alt.intro{
	background:none;
	margin-bottom:0;
	padding-bottom:11px;
}
.alt2.intro{
	background-position:50% 6px;
	padding: 52px 0 0;
	margin-bottom:27px;
}
#main .intro p{margin:0 0 22px;}
.intro .holder{overflow:hidden;}
/* intro col */
.intro .column {
	width:528px !important;
}
.intro .last.column {
  float:right !important;
}
.intro header{
  font-family: 'Univers LT W01 45 Light', arial, helvetica, sans-serif;
	font-size:20px;
	line-height:28px;
	margin:0 0 27px;
	width:528px;
}
.intro.alt header{margin-bottom:25px;}
#main .intro header p{margin:0;}
/* more */
.more{
	display:inline-block;
	vertical-align:top;
	background:url(../images/arrow2.png) no-repeat 0 7px;
	padding:0 0 0 16px;
	font-family: 'UniversLTW01-57Condense 723821', arial, helvetica, sans-serif;
}
*+html .more{display:inline;}
/* main h1 */
#main h1{
	margin:0 0 33px;
  font:32px/36px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
  color:#1f1c1a;
}
/* video-player1 */
.video-player1{
	position:relative;
	padding:0 0 51px;
	margin:0 0 48px;
	background:url(../images/divider1.png) no-repeat 50% 100%;
}
.video-player1 .holder{
	background:#f0f0f0;
	padding:20px 68px;
}
.video-player1 img{display:block;}
/* strategy */
.strategy{
	text-align:center;
	background:#fff;
	padding:32px 68px 39px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.07);
	box-shadow: 0 0 5px rgba(0,0,0,.07);
	font-size:12px;
	color:#7e7e7e;
	margin-bottom:18px;
}
#main .strategy p{margin:0;}
/* strategy img */
.strategy img{
	display:block;
	margin:0 0 29px;
}
/* strategy btns */
.strategy .btns{
	overflow:hidden;
	margin:0 0 9px;
}
.strategy .btns a{
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 27px;
}
*+html .strategy .btns a{display:inline;}
.strategy .btns .btn-dwnld{background:url(../images/ico-dwnld.png) no-repeat 0 50%;}
/* visual, map */
.visual,
.map{
	margin:0 auto;
	width:1200px;
	position:relative;
}
.map {
	padding:0 0 53px;
	background:url(../images/divider1.png) no-repeat 50% 100%;
}
/* visual img, map img */
.visual img,
.map img{display:block;}
.visual .text{
	position:absolute;
	width:576px;
	left:50%;
	top:50px;
	margin:0 0 0 -288px;
	text-align:center;
	padding:35px 0 0;
	font:24px/28px Arial, Helvetica, sans-serif;
	color:#fff;
	background:url(../images/divider2.png) no-repeat 50% 0;
}
#main .visual h1{
	margin:0 0 19px;
	font:55px/57px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	color:#0064d2;
}
#main .visual p{margin:0 0 17px;}
.icons{text-align:center;}
.icons li{
	display:inline-block;
	vertical-align:top;
	margin:0 9px;
}
*+html .icons li{
	display:inline;
	margin:0 12px;
}
.icons a{display:block;}
.visual .icons img{
	display:block;
	margin:0;
}
/* content */
#main-holder .content {
	overflow:hidden;
	padding:10px 0 0;
}
/* content header */
.content header{
	/*width:644px;*/
	line-height:30px;
	font-size:20px;
	margin:0 0 41px;
	font-family: 'Univers LT W01 45 Light', arial, helvetica, sans-serif;
}
#main-holder .content h1{margin-bottom:20px;}
#main-holder .content header p{margin:0;}
/* content .holder */
.content .holder{overflow:hidden;}
/* content content-holder */
.content .content-holder{
	float:left;
	width:712px;
}
/* col-quotes */
.col-quotes{
	float:right;
	width:300px;
	margin:6px 0 0;
	text-align:center;
}
/* col-quotes blockquote */
.col-quotes blockquote{
	border:1px solid #e7e7e7;
	border-width:1px 0;
	font:italic 24px/34px Georgia, Times, serif;
	color:#0064d2;
	padding:31px 5px 31px;
	margin-bottom:51px;
	overflow:hidden;
}
/* btn-share */
.btn-share{
	background:url(../images/btn-share.png) no-repeat 50% 0;
	min-width: 74px;
	padding:83px 0 0;
	text-align:center;
	display:inline-block;
	color:#7e7e7e;
	font-size:12px;
	margin-bottom:41px;
}
/* content footer */
.content footer{
	width:460px;
	font-size:14px;
	line-height:17px;
	padding:14px 0 0;
}
/* content title-holder */
.content .title-holder{
	border-bottom:1px solid #e6e6e6;
	padding-bottom:22px;
	margin-bottom:17px;
}
/* signature */
.signature{margin-bottom:17px;}
.signature img{display:block;}
.content footer .author{
	display:block;
	font-weight:bold;
}
.content .post-title{
	display:block;
	font-style:italic;
}
.sociable.small{
	font-size:12px;
	color:#7e7e7e;
}
.sociable.small span{
	display:block;
	margin-bottom:9px;
}
.sociable.small ul{overflow:hidden;}
.sociable.small li{margin:0 10px 0 0;}
.sociable.small a{
	width: 28px;
	height: 26px;
}
.sociable.small .facebook,
.alt.sociable .facebook span{background-position:-131px -94px;}
.sociable.small .twitter,
.alt.sociable .twitter span{background-position:-169px -94px;}
.sociable.small .rss{background-position:-209px -94px;}
.sociable.small .linkedin{background-position:-287px -94px;}
.sociable.small .facebook:hover,
.alt.sociable .facebook:hover,
.alt.sociable .facebook:hover span{background-position:-131px -135px;}
.sociable.small .twitter:hover,
.alt.sociable .twitter:hover span{background-position:-169px -135px;}
.sociable.small .rss:hover{background-position:-209px -135px;}
.sociable.small .linkedin:hover{background-position:-287px -135px;}
/* block-holder */
.block-holder{
	background:url(../images/divider1.png) no-repeat 50% 100%;
	width:1200px;
	margin:0 auto 50px;
	padding:0 0 52px;
}
.block-holder .holder{
	background:url(../images/bg-block-holder.gif) repeat-y;
	overflow:hidden;
	height:291px;
	display:table;
}
/* block-meet */
.block-meet{
	width:480px;
	display:table-cell;
	vertical-align:middle;
	padding:25px 0 10px 60px;
}
#main .block-meet h1{margin-bottom:22px;}
#main .block-meet h1 a{color:#1f1c1a;}
/* btn-view */
.btn-view{
	color:#1f1c1a;
	font:bold 13px/15px Arial, Helvetica, sans-serif;
	display:inline-block;
	vertical-align:top;
	border:1px solid #e39500;
	border-radius:5px;
	padding:11px 37px 12px;
	-webkit-box-shadow: 0 1px 1px 0 #fde982 inset;
	box-shadow: 0 1px 1px 0 #fde982 inset;
	background: rgb(251,209,4);
	background: -moz-linear-gradient(top,  rgba(251,209,4,1) 0%, rgba(249,186,2,1) 50%, rgba(246,162,1,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,209,4,1)), color-stop(50%,rgba(249,186,2,1)), color-stop(100%,rgba(246,162,1,1)));
	background: -webkit-linear-gradient(top,  rgba(251,209,4,1) 0%,rgba(249,186,2,1) 50%,rgba(246,162,1,1) 100%);
	background: -o-linear-gradient(top,  rgba(251,209,4,1) 0%,rgba(249,186,2,1) 50%,rgba(246,162,1,1) 100%);
	background: -ms-linear-gradient(top,  rgba(251,209,4,1) 0%,rgba(249,186,2,1) 50%,rgba(246,162,1,1) 100%);
	background: linear-gradient(to bottom,  rgba(251,209,4,1) 0%,rgba(249,186,2,1) 50%,rgba(246,162,1,1) 100%);
}
.btn-view:hover,
.btn-view.hover{
	background: rgb(241,201,0);
	background: -moz-linear-gradient(top,  rgba(241,201,0,1) 0%, rgba(235,178,0,1) 50%, rgba(227,149,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,201,0,1)), color-stop(50%,rgba(235,178,0,1)), color-stop(100%,rgba(227,149,0,1)));
	background: -webkit-linear-gradient(top,  rgba(241,201,0,1) 0%,rgba(235,178,0,1) 50%,rgba(227,149,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(241,201,0,1) 0%,rgba(235,178,0,1) 50%,rgba(227,149,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(241,201,0,1) 0%,rgba(235,178,0,1) 50%,rgba(227,149,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(241,201,0,1) 0%,rgba(235,178,0,1) 50%,rgba(227,149,0,1) 100%);
	-webkit-box-shadow: 0 1px 1px 0 #f9e580 inset;
	box-shadow: 0 1px 1px 0 #f9e580 inset;
	text-decoration:none;
}
.block-holder .quotes{
	width:490px;
	padding:17px 70px 10px 100px;
	color:#fff;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.block-holder .quotes a{color:#fff;}
.block-holder .quotes q{
	font:italic 30px/42px 'UniversLTW01-45LightObl', Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 25px;
}
.block-holder .quotes q span{
	display:inline-block;
	vertical-align:top;
	margin:-13px 0 -40px;
	font:80px/82px Georgia, Times, serif;
}
*+html .block-holder .quotes q span{display:inline;}
.block-holder .quotes cite{
	display:inline-block;
	vertical-align:top;
	background:url(../images/separator1.gif) no-repeat 0 11px;
	padding:0 0 0 10px;
}
.block-holder .quotes cite strong{font-weight:bold;}
/* articles-holder */
.articles-holder{
	padding:49px 92px 0 40px;
	background:#fff;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.07);
	box-shadow: 0 0 5px rgba(0,0,0,.07);
	margin-bottom:18px;
	width:948px;
}
.articles-holder:after {
	clear: both;
	content:"";
	display: block;
}
.articles-holder.alt{
	width:1080px;
	padding:0;
	margin:0;
}
.articles-holder article{
	overflow:hidden;
	padding:16px 0 91px;
}
.articles-holder .logo-holder{
	width:209px;
	float:left;
	margin:5px 28px 0 0
}
.articles-holder .logo-holder img{
	display:block;
	margin:0 auto;
}
.articles-holder .text{overflow:hidden;}
.articles-holder h2{
	color:#1f1c1a;
	margin:0 0 18px;
	font:28px/34px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.articles-holder h2 a{color:#1f1c1a;}
.articles-holder footer{
	padding:48px 0 0;
	margin:0 -30px 0 0;
}
.articles-holder .heading{
	display:block;
	margin:0 0 12px;
	font-weight:normal;
}
.articles-holder .holder{width:100%;}
.articles-holder .holder:after {
	clear: both;
	content:"";
	display: block;
}
.web{
	float:left;
	width:160px;
	margin:0 30px 0 0;
}
.articles-holder form{padding-bottom:3px;}
.articles-holder form label,
.contact-block form label{
	display:block;
	font-weight:bold;
	padding:0 0 14px;
}
.articles-holder form .alt label{
	color:#0064d2;
	font-weight:normal;
}
.articles-holder form .row{
	float:left;
	width:250px;
	margin:0 17px 0 0;
}
.sel1{width:179px;}
.sel2{width:300px;}
.articles-holder .text-holder{
	float:left;
	width:440px;
	margin:0 20px 0 0;
}
#main .articles-holder .text-holder p{margin-bottom:11px;}
.logo-billmelater img{display:block;}
.articles-holder .row-blocks{
	border-top:1px solid #e7e7e7;
	overflow:hidden;
}
.articles-holder .row-blocks:first-child {border:none;}
.articles-holder .block{
	float:left;
	width:429px;
	border-left:1px solid #e7e7e7;
	padding:48px 68px 31px 42px;
}
.articles-holder .block:first-child {
	border-left:none;
	width:427px;
	padding:48px 80px 31px 33px;
}
.articles-holder .block img{float:left;}
.articles-holder .block .text{
	float:right;
	width:368px;
	padding:7px 0 0;
}
.articles-holder .row-blocks h2{
	margin:0 0 22px;
	font:20px/24px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
/* Slideshow */
.ER-slideshow {
	position: relative;
	overflow:hidden;
	padding:0 0 13px 5px;
	margin-bottom: -6px;
	z-index: 0;
}
.ER-slideshow .mask {
	position: relative;
	width: 916px;
	float:left;
	/*overflow:hidden;*/
}
.ER-slideshow .mask .slideset {
	width: 99999px;
	float: left;
}
.ER-slideshow .mask  .slide {
	width: 1082px;
	float: left;
}
.ER-slideshow img{
	display:block;
	background:#fff;
	-webkit-box-shadow: 0 -1px 7px rgba(0,0,0,.18);
	box-shadow: 0 -1px 7px rgba(0,0,0,.18);
	margin:10px 12px 16px;
}
.ER-slideshow .text{
	margin:0 0 0 12px;
	width:610px;
	line-height:18px;
}
.ER-slideshow .btn-prev,
.ER-slideshow .btn-next{
	position:relative;
	z-index:5;
	float:left;
	width:80px;
	height:540px;
	margin:10px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background: rgb(240,240,240);
	background: -moz-linear-gradient(left,  rgba(240,240,240,1) 0%, rgba(236,236,236,1) 50%, rgba(232,232,232,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(240,240,240,1)), color-stop(50%,rgba(236,236,236,1)), color-stop(100%,rgba(232,232,232,1)));
	background: -webkit-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(236,236,236,1) 50%,rgba(232,232,232,1) 100%);
	background: -o-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(236,236,236,1) 50%,rgba(232,232,232,1) 100%);
	background: -ms-linear-gradient(left,  rgba(240,240,240,1) 0%,rgba(236,236,236,1) 50%,rgba(232,232,232,1) 100%);
	background: linear-gradient(to right,  rgba(240,240,240,1) 0%,rgba(236,236,236,1) 50%,rgba(232,232,232,1) 100%);
}
.ER-slideshow .btn-next{
	float:right;
	background: rgb(232,232,232);
	background: -moz-linear-gradient(left,  rgba(232,232,232,1) 0%, rgba(236,236,236,1) 50%, rgba(240,240,240,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(232,232,232,1)), color-stop(50%,rgba(236,236,236,1)), color-stop(100%,rgba(240,240,240,1)));
	background: -webkit-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(236,236,236,1) 50%,rgba(240,240,240,1) 100%);
	background: -o-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(236,236,236,1) 50%,rgba(240,240,240,1) 100%);
	background: -ms-linear-gradient(left,  rgba(232,232,232,1) 0%,rgba(236,236,236,1) 50%,rgba(240,240,240,1) 100%);
	background: linear-gradient(to right,  rgba(232,232,232,1) 0%,rgba(236,236,236,1) 50%,rgba(240,240,240,1) 100%);
}
.ER-slideshow .btn-prev:hover{
	background: rgb(235,235,235);
	background: -moz-linear-gradient(left,  rgba(235,235,235,1) 0%, rgba(228,228,228,1) 50%, rgba(223,223,223,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(235,235,235,1)), color-stop(50%,rgba(228,228,228,1)), color-stop(100%,rgba(223,223,223,1)));
	background: -webkit-linear-gradient(left,  rgba(235,235,235,1) 0%,rgba(228,228,228,1) 50%,rgba(223,223,223,1) 100%);
	background: -o-linear-gradient(left,  rgba(235,235,235,1) 0%,rgba(228,228,228,1) 50%,rgba(223,223,223,1) 100%);
	background: -ms-linear-gradient(left,  rgba(235,235,235,1) 0%,rgba(228,228,228,1) 50%,rgba(223,223,223,1) 100%);
	background: linear-gradient(to right,  rgba(235,235,235,1) 0%,rgba(228,228,228,1) 50%,rgba(223,223,223,1) 100%);
}
.ER-slideshow .btn-next:hover,
.ER-slideshow .btn-next.hover{
	background: rgb(223,223,223);
	background: -moz-linear-gradient(left,  rgba(223,223,223,1) 0%, rgba(228,228,228,1) 50%, rgba(235,235,235,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(223,223,223,1)), color-stop(50%,rgba(228,228,228,1)), color-stop(100%,rgba(235,235,235,1)));
	background: -webkit-linear-gradient(left,  rgba(223,223,223,1) 0%,rgba(228,228,228,1) 50%,rgba(235,235,235,1) 100%);
	background: -o-linear-gradient(left,  rgba(223,223,223,1) 0%,rgba(228,228,228,1) 50%,rgba(235,235,235,1) 100%);
	background: -ms-linear-gradient(left,  rgba(223,223,223,1) 0%,rgba(228,228,228,1) 50%,rgba(235,235,235,1) 100%);
	background: linear-gradient(to right,  rgba(223,223,223,1) 0%,rgba(228,228,228,1) 50%,rgba(235,235,235,1) 100%);
}
.ER-slideshow .btn-prev span,
.ER-slideshow .btn-next span{
	background:url(../images/sprite1.png) no-repeat -172px -170px;
	display:block;
	margin:254px 0 0 25px;
	width: 32px;
	height: 55px;
}
.ER-slideshow .btn-prev span{
	background-position:-115px -170px;
	margin-left:23px;
}
.ER-slideshow .btn-prev:hover span{background-position:-215px -169px;}
.ER-slideshow .btn-next:hover span,
.ER-slideshow .btn-next.hover span{background-position:-266px -169px;}
/* counter */
.counter{
	position:absolute;
	left:92px;
	bottom:0;
	color:#d1d0d0;
	font-size:20px;
}
.ER-slideshow .sociable{
	position:absolute;
	right:82px;
	top:590px;
	background:#f7f7f7;
}
.ER-slideshow .sociable li{margin-right:10px;}
.alt.sociable a{
	text-indent:0;
	width:76px;
	background:#e3e3e3;
	color:#656565;
	font-size:12px;
	line-height:26px;
	height:26px;
}
.alt.sociable a:hover{
	background:#ddd;
	text-decoration:none;
}
.alt.sociable a span{
	float:left;
	background:url(../images/sprite1.png) no-repeat;
	width:28px;
	height:26px;
	margin:0 7px 0 0;
	cursor:pointer;
}
.sociable.small .pinterest,
.alt.sociable .pinterest span{background-position:-249px -94px;}
.sociable.small .pinterest:hover,
.alt.sociable .pinterest:hover span{background-position:-249px -135px;}


/* one company slideshow */
.node-type-page-who-we-are-one-company .ER-slideshow {
	position: relative;
	height: 490px;
	margin:0 auto;
	width:1200px;
}
.node-type-page-who-we-are-one-company .ER-slideshow .slideset{width:100%;}
.node-type-page-who-we-are-one-company .ER-slideshow .slideset .slide,
.node-type-page-who-we-are-one-company #main .ER-slideshow .mask {
  width: 1200px;
}
.node-type-page-who-we-are-one-company .ER-slideshow .slide img {display:block; margin: 0px;}
/* slideshow btn-prev, slideshow btn-next */
.node-type-page-who-we-are-one-company .ER-slideshow .btn-prev,
.node-type-page-who-we-are-one-company .ER-slideshow .btn-next,
.main-block .img-holder .btn-next{
  /*display: block;*/
	position:absolute;
	top: 215px;
	background:url(../images/sprite1.png) no-repeat 0 -88px;
	width: 32px;
	height: 54px;
	z-index:99;
	text-indent:-9999px;
	overflow:hidden;
}
.node-type-page-who-we-are-one-company .ER-slideshow .btn-next,
.main-block .img-holder .btn-next{
  right: 18px;
	background-position:-72px -88px;
}
.node-type-page-who-we-are-one-company .ER-slideshow .btn-prev,
.main-block .img-holder .btn-prev{
  left: 18px;
}

.node-type-page-who-we-are-one-company #main .ER-slideshow .btn-prev:hover,
.node-type-page-who-we-are-one-company #main .ER-slideshow .btn-next:hover {
  background-color: none;
}
.node-type-page-who-we-are-one-company #main .ER-slideshow .btn-prev:hover{background-position:0 -170px;}
.node-type-page-who-we-are-one-company #main .ER-slideshow .btn-next:hover{background-position:-67px -170px;}
.node-type-page-who-we-are-one-company #main .ER-slideshow .text{
	position:absolute;
	top:101px;
	left:110px;
	width:500px;
	font:22px/26px Arial, Helvetica, sans-serif;
	color:#1f1c1a;
}
.node-type-page-who-we-are-one-company #main .ER-slideshow h1 {
	margin:0 0 22px -10px;
	color:#0064d2;
  font:60px/65px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
/* slideshow pagination */
.node-type-page-who-we-are-one-company .ER-slideshow .pager-wrapper {
	position:absolute;
	bottom:36px;
	left:50%;
	z-index: 99;
}
.node-type-page-who-we-are-one-company .ER-slideshow .pagination {
	left:-50%;
	position:relative;
}
.node-type-page-who-we-are-one-company .ER-slideshow .pagination li{
	float:left;
	margin:0 5px;
}
.node-type-page-who-we-are-one-company .ER-slideshow .pagination a{
	display:block;
	background:url(../images/sprite1.png) no-repeat -168px -66px;
	width: 11px;
	height: 11px;
	text-indent:-9999px;
	overflow:hidden;
}
.node-type-page-who-we-are-one-company .ER-slideshow .pagination a:hover,
.node-type-page-who-we-are-one-company .ER-slideshow .pagination .activeSlide a{background-position:-190px -66px;}


/* slideshow-articles */
.slideshow-holder{
	margin-bottom:44px;
	padding:6px 0 52px;
	background:url(../images/divider1.png) no-repeat 50% 100%;
}
.slideshow-articles {
	position: relative;
	width:100%;
}
.slideshow-articles:after {
	clear: both;
	content:"";
	display: block;
}
.slideshow-articles .slide {
	position: absolute;
	z-index: 1;
	width:100%;
}
.slideshow-articles .slide:after {
	clear: both;
	content:"";
	display: block;
}
.slideshow-articles .field-name-field-photos img {
	max-width: 712px;
	height: auto;
}
.slideshow-articles .field-name-field-photos {
	width: 712px;
	height: 421px;
	overflow: hidden;
	float: left;
}
.slideshow-articles .slide.active {z-index: 2;}
.slideshow-articles img{float:left;}
.slideshow-articles .text{
	overflow:hidden;
	background:#fff;
	height:388px;
	padding:33px 24px 0;

}
#block-ebay-blocks-home-slideshow .slide-content{
		-webkit-box-shadow: 0 0 7px rgba(0,0,0,.12);
	box-shadow: 0 0 7px rgba(0,0,0,.12);
	position:relative;
}
#main .slideshow-articles h1{
	font:28px/33px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	margin:0;
}
.slideshow-articles .pagination,
.main-block .pagination-list{
	position:absolute;
	bottom:19px;
	right:24px;
	z-index:3;
}
.slideshow-articles .pagination li,
.main-block .pagination-list li{
	float:left;
	margin:0 0 0 10px;
}
.slideshow-articles .pagination a,
.main-block .pagination-list a{
	display:block;
	background:url(../images/sprite1.png) no-repeat -4px -284px;
	width: 10px;
	height: 10px;
	text-indent:-9999px;
	overflow:hidden;
}
.slideshow-articles .pagination a:hover,
.slideshow-articles .pagination .active a,
.main-block .pagination-list a:hover,
.main-block .pagination-list .active a{background-position:-25px -284px;}
.slideshow-articles .sociable{
	position:absolute;
	top:0;
	right:0;
	z-index:3;
}
.slideshow-articles .sociable li{margin:0 0 0 1px;}
/* news */
.news{
	background:url(../images/divider1.png) no-repeat 50% 100%;
	padding:0 0 52px;
	margin:0 0 44px;
}
.news .heading,
.video-articles .heading,
.twitter-block .heading{
	overflow:hidden;
	margin-bottom:26px;
}
.video-articles .heading{margin-bottom:33px;}
#main .news h1,
#main .video-articles .heading h1,
#main .twitter-block h1{
	overflow:hidden;
	margin:0;
}
#main .video-articles h1{margin-bottom:33px;}
.news .heading .more,
.video-articles .heading .more{
	float:right;
	margin:12px 0 0 20px;
}
.news .holder{overflow:hidden;}
#main .news p,
#main .slideshow-articles p,
#main .results-holder p{margin-bottom:19px;}

#main .video-articles .heading .more{
  font-family: 'UniversLTW01-57Condense 723821', arial, helvetica, sans-serif;
}

/**
 * News Center - Article
 */
.news article,
.results-holder article{
	float:left;
	width:298px;
	padding:0 46px 0 24px;
}
#edit-destination-type {
	position: static !important;
}
.form-select {
	position: static !important;
}
.select-area {
	display: none !important;
}
.results-holder article{padding:0 70px 73px 0;}
.news article:first-child {padding-left:0;}
.news header,
.slideshow-articles header,
.video-articles header,
.results-holder header{
	border-bottom:1px solid #e7e7e7;
	padding:0 0 21px;
	margin-bottom:19px;
}
.slideshow-articles header{padding-bottom:20px;}
.news .date,
.slideshow-articles .date,
.results-holder .date{
	display:block;
	color:#7e7e7e;
	font-size:12px;
	margin-bottom:13px;
	font-style:normal;
}
.slideshow-articles .date{margin-bottom:12px;}
.news h2,
.video-articles h2,
#main .results-holder h1{
	font:20px/24px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	margin:0;
}
/* btn-view */
.btn-more, .views-field-view-node a, #comment-form .form-submit, #edit-submit{
	color:#1f1c1a;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	display:inline-block;
	vertical-align:top;
	border:1px solid #bcbcbc;
	border-radius:5px;
	padding: 12px 19px 9px 22px;
	-webkit-box-shadow: 0 1px 1px 0 #fff inset;
	box-shadow: 0 1px 1px 0 #fff inset;
	background: rgb(246,246,246);
	background: -moz-linear-gradient(top,  rgba(246,246,246,1) 0%, rgba(241,241,241,1) 50%, rgba(234,234,234,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,246,246,1)), color-stop(50%,rgba(241,241,241,1)), color-stop(100%,rgba(234,234,234,1)));
	background: -webkit-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(241,241,241,1) 50%,rgba(234,234,234,1) 100%);
	background: -o-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(241,241,241,1) 50%,rgba(234,234,234,1) 100%);
	background: -ms-linear-gradient(top,  rgba(246,246,246,1) 0%,rgba(241,241,241,1) 50%,rgba(234,234,234,1) 100%);
	background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(241,241,241,1) 50%,rgba(234,234,234,1) 100%);
}
.btn-more:hover,
.btn-more.hover{
	background: rgb(239,239,239);
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 0%, rgba(231,231,231,1) 50%, rgba(220,220,220,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,239,239,1)), color-stop(50%,rgba(231,231,231,1)), color-stop(100%,rgba(220,220,220,1)));
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(231,231,231,1) 50%,rgba(220,220,220,1) 100%);
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(231,231,231,1) 50%,rgba(220,220,220,1) 100%);
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 0%,rgba(231,231,231,1) 50%,rgba(220,220,220,1) 100%);
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 0%,rgba(231,231,231,1) 50%,rgba(220,220,220,1) 100%);
	-webkit-box-shadow: 0 1px 1px 0 #fff inset;
	box-shadow: 0 1px 1px 0 #fff inset;
	text-decoration:none;
}
.btn-more-blue{
	color:#fff;
	font:bold 13px/16px Arial, Helvetica, sans-serif;
	display:inline-block;
	vertical-align:top;
	border:1px solid #0052C1;
	border-radius:5px;
	padding:10px 18px;
	-webkit-box-shadow: 0 1px 1px 0 #0093FD inset;
	box-shadow: 0 1px 1px 0 #0093FD inset;
	background: #0076FA;
}
.btn-more-blue:hover,
.btn-more-blue.hover{
	background: #056FE3;
	-webkit-box-shadow: 0 1px 1px 0 #0093FD inset;
	box-shadow: 0 1px 1px 0 #0093FD inset;
	text-decoration:none;
}
/* video-articles */
.video-articles{margin-bottom:16px;}
.video-articles.featured{
	background:url(../images/divider1.png) no-repeat 50% 100%;
	padding:0 0 23px;
	margin-bottom:45px;
}
.video-articles .holder{width:100%;}
.video-articles .holder:after {
	clear: both;
	content:"";
	display: block;
}
.video-articles article{
	float:left;
	width:344px;
	margin:0 0 0 24px;
}
.video-articles article:first-child {margin-left:0;}
.video-articles .video,
.img-list .video,
.main-block .btn-block .video{
	background:#fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	margin-bottom:15px;
}
.video-articles img{display:block;}
.video-articles h2{margin:0 0 10px;}
/* twitter-block */
.twitter-block{margin-bottom:-7px;}
.twitter-block .heading{margin-bottom:34px;}
.twitter-block .ribbon,
.main-block .ribbon{
	background:url(../images/sprite1.png) no-repeat 0 -237px;
	padding:0 0 0 39px;
	float:right;
	color:#fff;
	font-weight:bold;
}
.twitter-block .ribbon a {
	color: #ffffff;
	text-decoration: none;
}
.twitter-block .ribbon span,
.main-block .ribbon span{
	float:left;
	background:#0064d2;
	padding:6px 12px 7px;
}
.twitter-block .holder{
	width:105%;
	margin-bottom:5px;
}
.twitter-block .holder:after {
	clear: both;
	content:"";
	display: block;
}
.twitter-block .col{
	float:left;
	width:345px;
	margin:0 0 0 23px;
}
.twitter-block .col:first-child {margin-left:0;}
.twitter-block .box{
	width:100%;
	margin:0 0 24px;
}
.twitter-block .box:after {
	clear: both;
	content:"";
	display: block;
}
.twitter-block .box img{
	float:right;
	width:49px;
}
.twitter-block .alt img{float:left;}
.twitter-block .text{
	background:#fff;
	position:relative;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	width:232px;
	float:left;
	padding:18px 24px 16px;
	word-break:break-all;
	line-height:17px;
	min-height:115px;
}
.twitter-block .alt .text{float:right;}
.twitter-block .text:after{
	content:'';
	position:absolute;
	top:18px;
	right:-10px;
	background:url(../images/arrow3.png) no-repeat;
	width: 12px;
	height: 15px;
}
.twitter-block .alt .text:after{
	right:0;
	left:-10px;
	background:url(../images/arrow4.png) no-repeat;
}
.twitter-block .row-heading{
	overflow:hidden;
	font-size:14px;
	padding:0 0 13px;
}
.twitter-block .time{
	float:left;
	margin:0 10px 0 5px;
	color:#c6c6c6;
}
.twitter-block .alt .time{
	float:right;
	margin:0 0 0 10px;
}
.twitter-block .author{
	overflow:hidden;
	color:#000;
	font-weight:bold;
	float:right;
}
.twitter-block .alt .author{float:left;}
#main .twitter-block p{margin:0;}
.loader img{
	display:block;
	margin:0 auto;
}

.btns-bar .sociable li{
	float:none;
	margin:0 0 5px;
}
.btn-print{
	float:right;
	background:url(../images/sprite1.png) no-repeat -62px -280px;
	width: 28px;
	height: 26px;
	text-indent:-9999px;
	overflow:hidden;
}
.btn-print:hover{background-position:-108px -280px;}
.results-holder{margin-bottom:15px;}
.results-holder .holder{
	width:105%;
	overflow:hidden;
	margin:0 0 -39px;
}
/* post */
.post{margin-bottom:9px;}
.post header{
	border-bottom:1px solid #e7e7e7;
	padding:0 0 33px;
	margin:0 0 31px;
}
#main .post h1, #main  h1.page-title{
	color:#0064d2;
	margin:0;
	font:30px/36px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.post .info{
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	padding:3px 0 11px;
}
.post .date{
	display:inline-block;
	vertical-align:top;
	margin:0 25px 0 0;
	font-style:normal;
}
*+html .post .date,
*+html .post .tag,
*+html .post .tag span{
	display:inline;
}
.post .tag,
.main-block .tag{
	display:inline-block;
	vertical-align:top;
}
.post .tag span,
.main-block .tag span,
.all-tags span{

    display: inline-block;
    /*line-height: 13px;*/
    margin: -1px 0 0 5px;
    padding: 2px 7px;
    text-decoration: underline;
}
.all-tags{
	color: #7E7E7E;
}
.post .intro-text{
	width:528px;
	font:20px/30px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
#main .post .intro-text p{margin-bottom:22px;}
.post .cols{overflow:hidden;}
.post .col{
	float:left;
	width:528px;
}
.post .col.alt{float:right;}
.post h2{
	font-weight:bold;
	margin:0;
}
/* block-explore */
#main .block-explore h1{
	margin:0 0 36px;
	font:20px/24px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
/* leadership */
.leadership{
	padding-bottom:8px;
}
/* slider */
.slider {
	position: relative;
	font-size:14px;
	line-height:18px;
	overflow:hidden;
	padding:0 0 36px;
}
.more-imgs .slider{padding-bottom:11px;}
.slider .mask {
	position: relative;
	overflow: hidden;
	width:1015px;
	float:left;
	margin:0 -3px 0 23px;
}
.more-imgs .slider .mask{
	margin:0 0 0 45px;
	float:none;
	width:105% !important;
}
.slider .slideset {
	width: 99999px;
	float: left;
}
.more-imgs .slider .slideset{
	width:100% !important;
	float:none;
}
.slider .slide{
	float: left;
	margin:6px 31px 0 6px;
}
.more-imgs .slider .slide{
	float:none;
	display:inline-block;
	vertical-align:top;
	margin:6px 27px 25px 6px;
}
*+html .more-imgs .slider .slide{
	display:inline;
	margin-right:31px;
}
.slider a{
	color:#4e4e4e;
	display:block;
	height:100%;
	cursor:pointer;
}

.img-list .box2 .img-holder {
	width:150px;
	height:150px;
	background:#f7f7f7;
	padding:8px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	position:relative;
	margin-bottom:10px;
}

.more-imgs .slider .btn-prev,
.more-imgs .slider .btn-next{display:none;}

.more-imgs .btn-holder .btn-more.less{display:inline-block;}
.more-imgs .btn-holder .btn-more.more{display:none;}

/* contact-block */
.contact-block{
	overflow:hidden;
	margin:-2px 0 -8px;
}
.contact-block .holder{
	float:left;
	border-right:1px solid #ececec;
	padding:0 77px 0 0;
}
.contact-block .col{
	float:left;
	width:264px;
	margin:0 12px -23px 0;
	position:relative;
}
.contact-block .block{padding-bottom:23px;}
.contact-block address{font-style:normal;}
.contact-block .heading{
	display:block;
	font-weight:bold;
}
.contact-block .block span{display:block;}
/* contact-block form */
.contact-block form{
	float:right;
	width:344px;
}
.contact-block .link{display:block;}
/* Home gallery */
.node-type-home-page .btn-prev,
.node-type-home-page .btn-next {
  display: none;
}
.node-type-home-page .ER-slideshow {
	width:1087px;
	height: 410px;
	margin:0 auto -4px;
	position:relative;
	color: #4E4E4E;
}
.node-type-home-page .ER-slideshow .mask{
	width:100%;
	/*overflow:hidden;*/
	/*background:#f0f0f0;*/
	margin:40px 0 15px;
}
.node-type-home-page .ER-slideshow .mask ul{
	width:9999px;
	padding:0;
	margin:0;
	list-style:none;
	overflow: visible !important
}
.node-type-home-page .ER-slideshow .mask li{
	float:left;
	width:1200px;
	position:relative;
	/*display:none;*/
}
/*.node-type-home-page .ER-slideshow .mask li.active{display:block;}*/
.node-type-home-page .ER-slideshow img {
  vertical-align:top;
  margin: 0;
  padding: 0;
  width: 710px;
  height: 375px;
}
.node-type-home-page .ER-slideshow .text-block {
	position:absolute;
	top:216px;
	left:60px;
	font-size:22px;
	line-height:28px;
	color:#fff;
}

.node-type-home-page #main .ER-slideshow h1,
.node-type-home-page #main .ER-slideshow h2 {
  margin: 0;
  padding: 0;
}
.node-type-home-page #main .ER-slideshow h2 {
  color:#000;
  font:30px/36px Arial, Helvetica, sans-serif;
}
.node-type-home-page #main .ER-slideshow h1 {
  color:#000;
  font:74px/78px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}

.node-type-home-page #main .ER-slideshow .text-block h1{
	margin:0 0 6px -7px;
	color:#fff;
}
.node-type-home-page .ER-slideshow .column{
	width:490px;
	float:left;
	position:relative;
}
.node-type-home-page .ER-slideshow .text-box{
	position:relative;
	z-index:2;
	padding:19px 0 0 60px;
}
.node-type-home-page .ER-slideshow .alt .text-box{padding:19px 0 21px 30px;}
.node-type-home-page .ER-slideshow .text-block h2{
	margin:0 0 12px;
}
.node-type-home-page .ER-slideshow .alt h2{margin:-1px 0 12px -2px;}
.node-type-home-page .ER-slideshow .arrow{
	position:absolute;
	top:-14px;
	left:61px;
	background:url(../images/sprite1.png) no-repeat -65px -686px;
	width:28px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
}
.node-type-home-page .ER-slideshow .alt .arrow{
	background-position:-100px -686px;
	top:auto;
	bottom:-14px;
	left:31px;
}
.node-type-home-page .ER-slideshow .column.alt{
	width:710px;
	float:left;
}
.node-type-home-page .ER-slideshow .image-block{overflow:hidden;}
.node-type-home-page .ER-slideshow .image-block .video,
.node-type-home-page .ER-slideshow .image-block .image{
	float:left;
	width:355px;
	position:relative;
}
.node-type-home-page .ER-slideshow .btn-play,
.main-block .btn-play{
	position:absolute;
	top:50%;
	left:50%;
	margin:-62px 0 0 -62px;
	background:url(../images/btn-play.png) no-repeat;
	width:124px;
	height:124px;
	text-indent:-9999px;
	overflow:hidden;
}
.node-type-home-page .ER-slideshow .btn-play:hover,
.main-block .btn-play:hover,
.main-block .btn-play.hover{background-position:0 -158px;}
/* gallery-pagination */
.node-type-home-page .ER-slideshow .pagination{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
	font-size:0;
	line-height:0;
}
.node-type-home-page .ER-slideshow .pagination li{
	display:inline-block;
	margin:0 4px 0 7px;
}
*+html .node-type-home-page .ER-slideshow .pagination li{display:inline;}
.node-type-home-page .ER-slideshow .pagination a{
	display:block;
	background:url(../images/sprite1.png) no-repeat -22px -690px;
	width:10px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
}
.node-type-home-page .ER-slideshow .pagination .activeSlide a,
.node-type-home-page .ER-slideshow .pagination a:hover{background-position:0 -690px;}
/*.node-type-home-page .ER-slideshow .btn-more{
	color:#fff;
	font:bold 17px/21px Arial, Helvetica, sans-serif;
	border:1px solid #00448b;
	padding:12px 21px 14px 24px;
	-webkit-box-shadow: 0 1px 1px 0 #80cff3 inset;
	box-shadow: 0 1px 1px 0 #80cff3 inset;
	background: rgb(0,159,231);
	background: -moz-linear-gradient(top,  rgb(0,159,231) 0%, rgb(0,86,202) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,159,231)), color-stop(100%,rgb(0,86,202)));
	background: -webkit-linear-gradient(top,  rgb(0,159,231) 0%,rgb(0,86,202) 100%);
	background: -o-linear-gradient(top,  rgb(0,159,231) 0%,rgb(0,86,202) 100%);
	background: -ms-linear-gradient(top,  rgb(0,159,231) 0%,rgb(0,86,202) 100%);
	background: linear-gradient(to bottom,  rgb(0,159,231) 0%,rgb(0,86,202) 100%);
}*/
.home-page .news{
	background:none;
	padding:0;
	margin:0;
}
.news .frame{
	overflow:hidden;
	margin:-10px 0 9px;
	font-family: 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
*+html .news .frame{margin:-10px 0 15px;}
.home-page .news .more{float:right;}
/* news-list */
#main .main-holder .news-list {
	padding:0;
	margin:0 -47px 0 0;
	list-style: none;
}
.news-list li{
	margin:0 0 13px;
	padding:0 0 14px;
	border-bottom:1px solid #e7e7e7;
	font-family: 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.news .news-list .date{margin:0 0 -1px;}
/* footer */
#footer {
	width:100%;
	overflow:hidden;
	display:table-footer-group;
	background:#fff;
	font-size:12px;
	color:#878787;
}
/* footer-holder */
#footer .footer-holder {
	height:1%;
	display:table-row;
}
/* footer-frame */
#footer .footer-frame { 
	display:table-cell;
	border-top:1px solid #dfdfdf;
}
#footer a{color:#7e7e7e;}
/* container */
.container{
	margin:0 auto;
	width:1080px;
	padding:64px 60px 100px;
}
#footer .holder{
	overflow:hidden;
	border-bottom:1px solid #eee;
	font-size:14px;
	padding-bottom:39px;
	margin-bottom:25px;
}
/* footer col */
#footer .col{
	float:left;
	width:160px;
	margin:0 24px 0 0;
}
#footer .soc{
	width:162px;
	margin:0 88px 0 0;
	float:right;
}
/* footer heading */
#footer .heading{
	display:block;
	margin:0 0 19px;
	color:#000;
	font:bold 17px/21px Arial, Helvetica, sans-serif;
}
#footer .soc .heading{margin-bottom:15px;}
.sociable{overflow:hidden;}
.sociable li{
	float:left;
	margin:0 20px 0 0;
}
.sociable a{
	display:block;
	background:url(../images/sprite1.png) no-repeat;
	width:34px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
}
.sociable .facebook{background-position:0 0;}
.sociable .twitter{background-position:-54px 0;}
.sociable .rss{background-position:-108px 0;}
.sociable .mail{background-position:-152px -280px;}
.sociable .facebook:hover{background-position:0 -39px;}
.sociable .twitter:hover{background-position:-54px -39px;}
.sociable .rss:hover{background-position:-108px -39px;}
.sociable .mail:hover{background-position:-202px -280px;}
/* popup-holder */
.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}
/* lightbox */
.lightbox {
	padding: 0 97px 56px;
	width:526px;
}
.lightbox.video{
	padding: 10px 10px 30px;
	width:960px;
	background:#f7f7f7;
}
.lightbox.video img{
	display:block;
	margin:0 0 34px;
}
/* lightbox h2 */
.lightbox h2 {
	margin: 0 -97px 43px;
	color:#fff;
	text-align:center;
	padding:19px 20px 16px;
	font-size:32px;
	line-height:34px;
	border-bottom:1px solid #88b5e9;
	background: rgb(0,159,231);
	background: -moz-linear-gradient(top,  rgba(0,159,231,1) 0%, rgba(0,98,209,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,159,231,1)), color-stop(100%,rgba(0,98,209,1)));
	background: -webkit-linear-gradient(top,  rgba(0,159,231,1) 0%,rgba(0,98,209,1) 100%);
	background: -o-linear-gradient(top,  rgba(0,159,231,1) 0%,rgba(0,98,209,1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,159,231,1) 0%,rgba(0,98,209,1) 100%);
	background: linear-gradient(to bottom,  rgba(0,159,231,1) 0%,rgba(0,98,209,1) 100%);
}
.lightbox.video .text{
	padding:0 124px 0 31px;
	position:relative;
}
.lightbox.video h2{
	background:none;
	text-align:left;
	font:30px/34px Arial, Helvetica, sans-serif;
	border:none;
	color:#000;
	margin:0 0 18px;
	padding:0;
}
.lightbox.video .btns-bar{
	right:7px;
	top:2px;
}
/* lightbox h3 */
.lightbox h3{
	font:bold 15px/23px Arial, Helvetica, sans-serif;
	margin:0 0 23px;
}
.lightbox .headline{
	display:block;
	font-size:20px;
	line-height:28px;
	text-align:center;
	margin:0 0 27px;
}
.lightbox p {margin: 0 0 23px;}

/**
 * Category & Filter Navigations
 */
/* filters-row */
.filters-row{
  background:url(../images/divider1.png) no-repeat 50% 100%;
  padding:0 0 52px;
  margin:0 0 42px;
  text-align:center;
  position:relative;
}
.filters-row .view-all{
  display:inline-block;
  vertical-align:top;
  margin-bottom:19px;
  line-height:16px;
}
*+html .filters-row .view-all{display:inline;}
.filters-row span{
  display:block;
  line-height:18px;
  margin:0 0 18px;
}
.filters-row .categories{
  overflow:hidden;
  font-weight:bold;
}
.filters-row .categories li{
  display:inline-block;
  vertical-align:top;
  margin:0 3px;
}
*+html .filters-row .categories li{
  display:inline;
  margin:0 5px;
}
.filters-row .categories a{
  display:block;
  background:#e7e7e7;
  border-radius:20px;
  width: auto;
  padding:8px 10px;
  color:#000;
  float: left;
}
.filters-row .categories.alt a{width:182px;}
.filters-row .categories.alt .btn-prev,
.filters-row .categories.alt .btn-next{
  background:#e7e7e7 url(../images/sprite1.png) no-repeat 26px -318px;
  width:60px;
  text-indent:-9999px;
  overflow:hidden;
  padding:0;
  height:39px;
}
.filters-row .categories.alt .btn-next{background-position:29px -385px;}
.filters-row .categories a:hover,
.filters-row .categories .active a{
  color:#fff;
  text-decoration:none;
  background:#0064d2;
}
.filters-row .categories.alt .btn-prev:hover{background:#0064d2 url(../images/sprite1.png) no-repeat 26px -540px;}
.filters-row .categories.alt .btn-next:hover{background:#0064d2 url(../images/sprite1.png) no-repeat 29px -456px;}
.btns-bar{
  position:absolute;
  right:28px;
  top:11px;
  text-align:left;
  width:76px;
}

.main-block-heading{background:#2a2a2a;}
.main-block-heading .holder{
	margin:0 auto;
	padding:48px 60px 45px;
	width:1080px;
}
.gui-logo{
	background:url(../images/logo6.png) no-repeat;
	width:427px;
	height:47px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 2px;
}
.gui-logo a{
	display:block;
	height:100%;
}
.main-block{
	padding:0 0 146px;
	margin:0 0 -1px;
	border-bottom:1px solid #d8d8d8;
}
.main-block .title-holder{
	margin:0 auto;
	padding:0 60px 64px;
	width:1080px;
}
.main-block .title-holder:after{
	content:'';
	display:block;
	clear:both;
}
.main-block .title{
	float:left;
	text-transform:uppercase;
	color:#fff;
	font-size:20px;
	line-height:23px;
	background:#585858;
	padding:18px 22px 19px 9999px;
	margin:0 0 0 -9999px;
	letter-spacing:1px;
}
.main-block .breadcrumbs{margin:0 0 303px;}
.main-block .filters-row{
	background:none;
	margin:0 0 120px;
}
.main-block #footer{
	display:block;
	margin:-1px 0 144px;
}
.main-block #footer .footer-holder,
.main-block #footer .footer-frame{display:block;}
.main-block .container{padding:64px 60px 24px;}
.btn-block{
	margin:0 auto;
	padding:45px 60px 0;
	width:1080px;
}
.btn-block .holder{width:1080px;}
.btn-block .holder:after{
	content:'';
	display:block;
	clear:both;
}
.left-box{
	float:left;
	width:790px;
}
.left-box .row{
	padding:0 0 1px;
	height:1%;
}
.left-box .row:after{
	content:'';
	display:block;
	clear:both;
}
.left-box .row.row1{height:190px;}
.left-box .row.row2{
	padding:0;
	height:117px;
}
.main-block .btn-share{
	float:left;
	margin:0 84px 84px 1px;
}
.main-block .sociable.small{
	float:left;
	margin:0 34px 0 0;
}
.main-block .sociable.small span{margin-bottom:6px;}
.main-block .btns-bar{
	position:static;
	float:left;
	width:auto;
	margin:29px 0 0;
	width:331px;
}
.main-block .btns-bar .sociable{
	float:left;
	margin:0 45px 0 0;
}
.main-block .btns-bar .sociable li{
	float:left;
	margin:0 10px 0 0;
}
.main-block .ribbon{
	float:left;
	margin:-2px 119px 83px -1px;
}
.main-block .row .sociable{float:left;}
.main-block .twitter-block{
	float:left;
	width:345px;
	margin:0 98px 0 1px;
}
.main-block .row .btn-box{
	float:left;
	margin:-4px 49px 0 0;
}
.main-block .btn-more{
	padding:10px 16px 12px 21px;
	margin:0 0 4px;
	min-width:69px;
}
.main-block .btn-view{
	padding:11px 16px 12px 21px;
	margin:0 0 4px;
}
.main-block .btn-holder{
	float:left;
	width:auto;
	margin:68px 121px 0 99px;
}
.main-block .select-area{margin:-13px 0 0;}
.main-block .row2{
	padding:78px 1px 0 0;
	height:1%;
}
.main-block .row2:after{
	content:'';
	display:block;
	clear:both;
}
.main-block .carousel{
	float:right;
	margin:5px -4px 0 0;
}
.main-block .carousel .btn-prev{margin:0 39px 0 0;}
.main-block .carousel .btn-next{
	float:left;
	margin:0 5px 0 0;
}
.main-block .btn-block .video{
	float:left;
	margin:11px 0 0 1px;
	width:360px;
	height:155px;
}
.main-block .img-holder{
	float:right;
	position:relative;
	margin:0 0 43px 94px;
}
.main-block .img-holder img{vertical-align:top;}
.main-block .img-holder .btn-next{
	top:58px;
	right:20px;
}
.main-block .slider{
	float:right;
	width:21px;
	margin:47px 0 0;
}
.main-block .slider .btn-prev{margin:0;}
.main-block .tag{
	float:left;
	font-size:13px;
	margin:0 173px 0 2px;
}
.main-block .tag span{
	font-size:12px;
	margin:3px 0 0 5px;
	padding:2px 7px 3px;
}
.main-block .btn-opener-holder{
	float:left;
	margin:-18px 121px 0 0;
}
.main-block .btn-opener{
	background:url(../images/sprite1.png) no-repeat -248px -280px;
	width:15px;
	height:15px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 18px 8px;
}
.main-block .btn-opener.active{
	width:32px;
	height:32px;
	margin:0;
	background-position:-283px -280px;
}
.main-block .pagination-list{
	float:left;
	position:static;
	margin:10px 148px 0 0;
}
.main-block .pagination-list li{margin:0 0 0 11px;}
.main-block .btn-dwnld{
	float:left;
	margin:2px 0 0;
}
.main-block .divider-holder{
	float:right;
	width:142px;
	margin:-24px 3px 0 0;
}
.main-block .divider-holder span{
	display:block;
	margin:0 0 37px;
	height:2px;
}
.main-block .divider-holder .divider1{background:url(../images/divider2.png) no-repeat;}
.main-block .divider-holder .divider2{background:url(../images/divider1.png) no-repeat;}
.main-block .divider-holder .divider3{
	background:#e7e7e7;
	height:1px;
}
.main-block .btn-play-holder{
	float:left;
	margin:-17px 0 0 -2px;
	padding:0 167px 57px 0;
}
.main-block .btn-play{
	position:static;
	display:block;
	margin:0 0 2px;
}
.main-block .btn-close-holder{
	float:left;
	margin:10px 0 0;
}
.main-block .btn-close{
	background:url(../images/sprite1.png) no-repeat -158px 0;
	width:52px;
	height:53px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	margin:0 0 1px;
}
.main-block .btn-close:hover,
.main-block .btn-close.hover{background-position:-225px 0;}
.main-block .icons-block{
	margin:0 auto;
	padding:57px 60px 59px;
	width:1080px;
	overflow:hidden;
}
.icon1{
	float:left;
	margin:0 193px 0 -2px;
}
.icon1 img,
.icon2 img,
.icons-list img,
.icons2-list img,
.share-holder img{vertical-align:top;}
.icons-list{
	float:left;
	margin:7px 112px 0 0;
}
.icons-list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 53px 0 0;
}
*+html .icons-list li{
	display:inline;
	margin:0 57px 0 0;
}
.share-holder{
	float:left;
	margin:13px 164px 0 0;
}
.icon2{
	float:left;
	margin:21px 0 0;
}
.icons2-list{
	float:right;
	margin:19px 6px 0 0;
	padding:0 0 1px;
}
.icons2-list li{margin:0 0 24px;}
.img-list{
	margin:0 auto;
	width:1200px;
	color:#000;
	font:20px/23px Arial, Helvetica, sans-serif;
	padding:33px 0 108px 4px;
}
.img-list li{
	padding:0 0 109px;
	width:100%;
	vertical-align:top;
	overflow:hidden;
}
.img-list li:after{
	content:'';
	display:block;
	clear:both;
}
.img-list span{
	display:block;
	margin:0 0 16px;
}
.img-list img{display:block;}
.img-list .box1,
.img-list .box2{
	float:left;
	margin:0 28px 0 0;
	width:333px;
}
.img-list .box1 .img-holder{
	position:static;
	margin:0 0 0 -2px;
}
.img-list .box2{width:166px;}
.img-list .box2 .img-holder{margin:0;}
.img-list .box3{
	float:right;
	width:344px;
	margin:0 2px 0 0;
}
.img-list .shadow{
	background:#fff;
	-webkit-box-shadow: 0 -1px 7px rgba(0,0,0,.18);
	box-shadow: 0 -1px 7px rgba(0,0,0,.18);
	margin:10px 12px -4px 0;
}
.color-list{
	margin:0 auto;
	width:1080px;
	padding:68px 60px 212px;
	overflow:hidden;
}
.color-list li{
	float:left;
	margin:0 125px 0 0;
}
.color-list ul{
	width:auto;
	margin:0;
	padding:0;
}
.color-list ul li{
	float:none;
	margin:0;
	overflow:hidden;
	vertical-align:top;
}
.color-list img{float:left;}
.loaders-list{
	margin:0 auto;
	width:1080px;
	padding:32px 60px 145px;
	overflow:hidden;
}
.loaders-list li{
	float:left;
	width:428px;
	padding:70px 0 49px 98px;
	border-left:1px solid #e4e4e4;
	text-align:center;
}
.loaders-list li:first-child{
	border:none;
	padding:71px 103px 49px 22px;
}
.loaders-list img{vertical-align:top;}
.main-block .main-holder{margin:37px auto 0;}
.main-block .articles-holder{
	padding:0;
	background:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin:0 0 62px;
	width:807px;
}
.main-block .articles-holder.alt{
	width:1080px;
	margin:0 0 144px;
}
.main-block .articles-holder .block:first-child{padding:0;}
.main-block .articles-holder.alt h2{
	font-size:20px;
	line-height:31px;
}
.main-block .articles-holder .block .text{padding:4px 0 0;}
.main-block .articles-holder.alt .news{
	float:right;
	width:347px;
	margin:10px 0 0;
}
.main-block .news h2.size{
	font-size:28px;
	line-height:33px;
}
.main-block .news article{padding:0 77px 0 28px;}
.main-block .news article:first-child{padding-left:0;}
.main-block .col-quotes{margin:28px -8px 0 0;}
.main-block .col-quotes blockquote{border:none;}
.main-block .news{margin:0 0 125px;}
.main-block .intro{
	background:none;
	margin-bottom:128px;
}
.main-block .contact-block{
	padding:0 0 0 12px;
	margin:0 0 195px;
	position:relative;
}
.main-block .contact-block .holder{border:none;}
.main-block .contact-block form{
	margin:-2px 0 0;
	width:572px;
}
.main-block .contact-block form label{padding:0 0 27px;}
.main-block .contact-block .twitter-block{
	position:absolute;
	bottom:49px;
	line-height:17px;
	right:128px;
}
.contact-block .twitter-block .col{width:232px;}
.main-block .single-post{
	margin:0 0 112px;
	padding:0 0 0 4px;
	width:1076px;
}
.main-block .single-post .web-holder{
	float:right;
	margin:41px 0 0 230px;
	width:131px;
}
.main-block .single-post .web{
	float:none;
	margin:0 0 46px;
}
.main-block .row-holder{overflow:hidden;}
.main-block .block-holder{
	background:none;
	padding:0 0 182px;
	float:left;
	width:605px;
	min-height:291px;
	margin:0;
}
.main-block .block-holder .holder{
	background:#0064d2;
	margin:0 0 0 5px;
}
.main-block .block-holder .quotes{
	padding:17px 70px 10px 53px;
	width:477px;
}
.main-block .block-holder .quotes q span{color:#90c5ff;}
.main-block .row-holder .content{
	float:right;
	width:324px;
	margin:13px 0 0;
}
.main-block .content header{
	font-size:26px;
	line-height:31px;
	color:#1f1c1a;
	width:auto;
}
.main-block #main .content h1{
	font-size:80px;
	line-height:79px;
	color:#0064d2;
	margin:0 0 22px -4px;
}
.main-block .row-holder .news{
	float:left;
	margin:0;
	padding:0 0 132px 9px;
}
.main-block .row-holder .news article{width:520px;}
.main-block .row-holder .news header{border:none;}
.main-block .row-holder .news .date{margin:0 0 10px;}
.main-block .row-holder .news h2{
	font-size:33px;
	line-height:38px;
}
.main-block .number-holder{
	float:right;
	text-align:right;
	font-size:15px;
	line-height:18px;
	color:#7e7e7e;
	margin:5px 2px 0 0;
}
.main-block .number-holder span{
	display:block;
	margin:0 0 30px;
}
.main-block .number-holder .number1{
	color:#69ad00;
	font-size:40px;
	line-height:43px;
	margin:0 0 29px;
}
.main-block .row-holder2{
	overflow:hidden;
	padding:0 0 0 9px;
	min-height:229px;
}
.main-block .row-holder2 .date{
	float:left;
	color:#7e7e7e;
	font-size:12px;
	line-height:18px;
	margin:1px 64px 0 0;
	font-style:normal;
}
.main-block .row-holder2 .news{
	float:left;
	width:500px;
	margin:0 0 181px;
}
.main-block .row-holder2 .slider{
	width:311px;
	margin:-1px 0 0;
}
.main-block .row-holder2 .slider .slide{margin:0 0 0 54px;}
.row-holder3{
	overflow:hidden;
	padding:0 0 0 12px;
	min-height:332px;
}
.row-holder3 .video-articles.left{
	float:left;
	margin:0 0 151px;
}
.row-holder3 .video-articles.left article{width:530px;}
#main .row-holder3 .video-articles h1{
	overflow:hidden;
	font-size:28px;
	line-height:38px;
}
.row-holder3 .number{
	float:left;
	font-size:36px;
	line-height:37px;
	margin:2px 46px 0 0;
}
.row-holder3 .video-articles.left h2{
	color:#69ad00;
	text-transform:uppercase;
	font-size:15px;
	line-height:18px;
	margin:0 0 22px;
}
.row-holder3 .video-articles{
	float:right;
	margin:10px 0 0;
}
.row-holder3 .video-articles article{width:329px;}



/**
 * Colorbox
 */
.page-media-center #cboxClose {
	background: url(/sites/all/themes/ebayinc/images/sprite1.png) no-repeat -158px 0;
	top: -40px;
	right: -40px;
	bottom: auto;
	width: 50px;
	height: 50px;
	text-indent: -99999px;
	display: block !important;
}
.page-media-center #cboxTitle {
	width: 85%;
	font: 30px/32px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif;
}
.page-media-center #cboxNext {
	top: 50% !important;
	right: -60px !important;
	width: 34px;
	height: 54px;
	background: url(../images/next.png) no-repeat;
	z-index: 99999;
}
.page-media-center #cboxCurrent {
	display: none !important;
}
.page-media-center #cboxPrevious {
	top: 50% !important;
	left: -60px !important;
	width: 34px;
	height: 54px;
	background: url(../images/prev.png) no-repeat;
	z-index: 99999;
}
#cboxClose {
	background: url(../images/sprite1.png) no-repeat -158px 0;
	top: 0;
	right: 0;
	bottom: auto;
	width: 50px;
	height: 50px;
	text-indent: -99999px;
}
#cboxClose:hover {
	background-position: -225px 0;
}

/**
 * Header Search Icon
 */

header .search-icon {
    display: block;
    float: right;
    width: 85px;
    height: 82px;
    background-image: url('../images/search-icon.png');
    background-position: 0px 0px;
}

header .search-icon.active {
    background-position: 0px -82px;
}

#block-views-exp-search-page-search {
    width: 100%;
    height: 132px;
    background-color: #1f1c1a;
    display: none;
}

.page-search #block-views-exp-search-page-search {display: block;}

#block-views-exp-search-page-search .content {
    width: 1080px;
    margin: 0 auto;
    padding: 0 60px;
}

#views-exposed-form-search-page-search {
    padding-top: 35px;
    float: right;
}

#edit-keywords {
    width: 626px;
    background: #fff url(../images/search-input-icon.jpg) no-repeat 19px 16px;
    font-size: 17px;
    height: 42px;
    padding-left: 16px;
}

#edit-keywords:focus {
    background: #fff;
}

#edit-keywords-wrapper .views-widget {
    float: left;
}

#views-exposed-form-search-page-search .views-submit-button {
    padding-right: 0;
}

#edit-keywords-wrapper label {
    color: #7e7e7e;
    font: 24px/48px 'Univers LT W01 45 Light', arial, helvetica, sans-serif;
    float: left;
    padding-right: 18px;
}

#edit-submit-search-page{
    cursor: pointer;
    width: 120px;
    height: 48px;
    border: 0px;
    background: url(../images/search-btn.jpg) no-repeat left top;
    font: 17px/41px arial, helvetica, sans-serif;
}

#block-views-exp-search-page-search .views-exposed-widgets {
    margin: 0;
}

#block-views-exp-search-page-search .views-exposed-form .views-exposed-widget .form-submit,
#edit-keywords-wrapper label {
  margin-top: 2px;
}

.tabs li {
	list-style: none;
    margin-top: 0;
}

/* Drop Down CSS*/

.mshow-triggers--field_mshow_grid_slideshow {
	z-index:0;

}

.link-button-yellow{
    background: -webkit-linear-gradient(top, #FBD103 10%, #F9B902 47%, #F8A201 59%) repeat scroll 0 0 transparent;
    background: -moz-linear-gradient(top, #FBD103 10%, #F9B902 47%, #F8A201 59%) repeat scroll 0 0 transparent;
    background: -ms-linear-gradient(top, #FBD103 10%, #F9B902 47%, #F8A201 59%) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(top, #FBD103 10%, #F9B902 47%, #F8A201 59%) repeat scroll 0 0 transparent;
    background: linear-gradient(top, #FBD103 10%, #F9B902 47%, #F8A201 59%) repeat scroll 0 0 transparent;
    border: 1px solid #E39500;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 1px 0 #f9c101 inset;
    color: #1F1C1A;
    display: inline-block;
    font: bold 13px/16px Arial,Helvetica,sans-serif;
    padding: 10px 18px 12px 21px;
    vertical-align: top;
}
/* css modify for the fielc collections section width*/

.node-si-section-attachment-infocols .field-collection-view{
    border: 0 none;
    margin: 0;
    padding: 0 4%;
    width: 92%;
}

.node-si-section-attachment-infocols .field-item.even.border_seperation_none > div {
    /*width: 340px;*/
}
#supporting-entrepreneurs .field-item.even.border_seperation_none li {
    padding-top: 19px;
}

.node-si-section-attachment-submenu .field-collection-container  .field-name-field-level-3-menu .field-items .field-item .view-mode-full{ width: auto;}
.node-si-section-attachment-submenu .field-name-field-level-3-menu .field-items .field-item .field-collection-item-field-level-3-menu { padding: 0 5px; width: auto;}

body.not-logged-in .node-si-section-attachment-map h2 {
  display: none;
}

.node-si-section-attachment-slide-show .ER-slideshow.column .field-name-field-si-sect-atch-slides-text{
    margin: 0 65px !important;
}


/*-----------------------------------------*/
.custom-news-dot{  background: none repeat scroll 0 0 transparent;}

/*------------------------------------------*/


.field-type-text-with-summary b {
font-weight: bold !important;
}

.field-type-text-with-summary i {
font-style: italic !important;
}

/* page header images */

.field-name-field-header-image img {
    max-width: 1080px;
}
.new-slide-about{
	float: left;
	height: 306px;
	padding: 70px 50px 0 25px;
	width: 295px;
}
.slide-content{
	background: #fff;
	color: #4E4E4E;
	font: 18px/22px Arial;
	/*box-shadow: 0 9px 5px -5px rgba(0, 0, 0, 0.15)*/
}
.slide-content .btn-more{
	margin-top: 20px;
}
.slide-content h3{
	color: #0064D2;
	padding-bottom: 25px;
	font: 32px/35px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.new-slide-img{

}
.block-ebay-blocks .ER-slideshow{
	
}
.view-home-latest-news .views-row{
	width: 345px;
	float: left;
	padding: 0 22px 25px 0;
}

.three-col-row{
	width: 344px;
	float: left;
	padding: 0 24px 60px 0;
}
.view-news-archive .views-row{
		width: 336px;
	float: left;
	padding: 0 12px 60px;
	height: auto;
}
.view-blog-center .views-row{
	width: 340px;
	float: left;
	padding: 0 12px 60px;
	height: auto;
}
.node-type-home-page ul.pagination {
	position: absolute;
	bottom: 25px;
	left: 20px;
	z-index: 9999;
}

.view-home-latest-news .views-row:nth-child(3n+3), 
/*.view-news-archive .views-row:nth-child(3n+3), */
/*.view-blog-center .views-row:nth-child(2n+2),*/
.related-posts .three-col-row:nth-child(2n){
	padding-right: 0px;
}
.view-home-latest-news .view-footer{
	clear: both;
}
.view-home-latest-news .views-field-title {
	padding: 5px 0 14px;
}
.view-home-latest-news .views-field-title a{
	font: 20px/25px  'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	color: #0064D2;
}
.view-home-latest-news .views-field-created{
	padding: 5px 0 10px;
}
#block-views-home-latest-news-block h2{
	font: 20px/25px  'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.view-home-latest-news .view-footer{
	text-align: right;
}
.content-filters{
	border-bottom: 1px solid #E7E7E7;
	color: #1F1C1A;
	font: 15px/18px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif;
	margin: 0 0 40px;
	/*padding: 0 0 15px;*/
}
.js-filters{
border-bottom: 1px solid #E7E7E7;
	color: #1F1C1A;
	font: 15px/18px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif;
	margin: 0 0 40px;
	padding: 0 0 15px;
}
.main-filter{
	float: right;
	cursor: default;
}
.main-filter span{
	padding: 0 0 5px;
	cursor: pointer;
}
.main-filter li{
	list-style: none;
	display: inline-block;
	color: #1F1C1A;
	position: relative;
	/*cursor: auto;*/
	padding: 0 8px;
}
.main-filter li:hover ul.ddm{
	display: block
}
.main-filter li a{
	color: #1F1C1A;
	font: 15px/18px  'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	text-decoration: none;
	cursor: default;
}
.ddm{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #E7E7E7;
	border-radius: 5px 5px 5px 5px;
	display: none;
	padding: 4px 10px 5px 8px;
	position: absolute;
	margin: 5px 0 0;
	z-index: 100;
}
.ddm li{
	display: block;
	padding: 2px;
	width: auto;
	/*background: #F7F7F7;*/
	z-index: 100
}
.ddm li a:hover{
	color: #0064D2;
}
.dda_active a, .btns .submit{
	color: #0064D2 !important;
}
.dda_active{
	background: url(../images/dda-dot.jpg) no-repeat right 10px center ;
}
#messages-area{
    margin: 6px auto;
    padding: 10px 0 ;
    width: 1080px;
}
.page-media-center .side-left{
	width: 804px;
	float: left;
}
.side-left{
	width: 712px;
	float: left;
	min-height: 1px;
}
.side-left .views-field-title span{
	color: #0064d2;
}
.page-media-center .side-right{
	float: left;
	padding: 0 0 0 24px;
	width: 252px;
}
.side-right{
	float: left;
	padding: 0 0 0 24px;
	width: 344px;
}
.views-field-extension,
.views-field-filesize,
.download_icon
{
	font-size: 11px;
}
.side-right .logo_image {
	float: left;
	/*height: 80px;*/
	width: 168px;
}
.download_icon .field-content {
	margin-left: 25px;
}
.side-right .views-field-extension {
	float: left;
	margin-right: 5px;
}
.page-media-center .side-right .views-field-extension:before {
	content: ".";
}
.page-media-center .side-right .views-field-title {
	float: left;
	width: 168px;
}
.jcarousel-view--media-center--block-5 .jcarousel-item {
	padding-bottom: 4px;
}
.page-media-center .jcarousel-skin-default .jcarousel-container-vertical {
	width: auto !important;
	height: auto !important;
	padding: 0;
}
.jcarousel-view--media-center--block-5 .views-field-title .field-content {
	float: left;
	width: 150px;
}
.jcarousel-skin-default{
	margin: 0 0 20px;
}
.view-display-id-block_3 .views-field-field-download-link a:before {
	content: url('../images/download-icon.png');
	margin-right: 15px;
}
.page-media-center .side-right .views-row {
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 30px;
}
.page-media-center .views-field-field-leadership-description {
	margin-bottom: 20px;
}
.page-media-center .jcarousel-item-vertical {
	border-bottom: 1px solid #E7E7E7;
}
.side-left .jcarousel-skin-default .jcarousel-item {
	width: 252px !important;
}
.page-media-center .side-left .view-display-id-block_1 .views-field-field-download-link,
.page-media-center .side-left .view-display-id-block_6 .views-field-field-download-link {
	position: absolute;
}
.side-left .views-field-field-download-link{
	position: relative !important;
}
.side-left .view-display-id-block_1 .views-field-field-download-link a,
.side-left .view-display-id-block_6 .views-field-field-download-link a {
	width: 40px;
	height: 40px;
	position: absolute;	
	background:url(../images/download_box.png) no-repeat;
	color: transparent;
}
.side-left .view-display-id-block_1 .side-right .views-field-field-download-link a{
	position: relative !important;
	background: none;
}
.views-field-field-leadership-description .field-content {
	font: 12px/16px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.view-display-id-block_1 .views-field-title .field-content,
.view-display-id-block_6 .views-field-title .field-content,
.view-display-id-block_2 .views-field-title .field-content,
.view-display-id-block_3 .views-field-title .field-content {
	font: 20px/22px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.view-display-id-block_2 .youtube img {
	width: 252px;
	height: 198px;
}
.cboxTitle {
	display: block !important;
}
.page-media-center .side-right .views-field-title .field-content{
	font: 15px/17px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif !important;
}
.page-media-center .side-right .views-field-title {
	font: 15px/17px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif !important;
}
.page-media-center .side-right .views-field-created .field-content{
	font: 12px/12px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.page-media-center .views-field-created {
	padding: 0;
}
.views-field-field-download-link {
	font-size: 12px;
}
.page-media-center .side-right .views-field-field-download-link {
	background: url(../images/download-icon.png) no-repeat 200px;
}
.page-media-center .side-right .views-field-field-download-link a{
	color: transparent;
}
.logo-colorbox img {
	margin-left: 10px;
}
#twitter-widget-0{
	width: 345px;
}
.popular-posts .views-row{
	border-bottom: 1px solid #E7E7E7;
	float: none;
	margin: 5px 0 13px;
	padding: 5px 0 13px;
	width: 100%;
}
.popular-posts .views-field-title{
	width: 100% !important
}
.popular-posts .views-field-title a{
	font-size: 15px !important;
}
.block-row{
	margin: 0 0 25px;
}
.block-title{
	font: 20px/25px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	padding: 0 0 15px;
	color: #000;
}
.mediacenter .side-left .view-id-media_center{
	padding-bottom: 15px;
}
.view-blog-center  .side-left .views-field-created,
.view-blog-center  .side-left .views-field-comment-count{
	float: left;
}
.views-field-created, .views-field-comment-count{
	font: 12px/15px Arial;
	color: #7E7E7E;
}
.view-blog-center .side-left .views-field-title,
.view-news-archive .views-field-title{
	clear: both;
	padding: 11px 0 20px;
	min-height: 53px;
}
.view-blog-center .side-left .views-field-body,
.view-news-archive .views-field-body{
	padding: 0 0 25px;
	height: 36px;
}
.view-news-archive .views-field-body{
	padding: 0;
	height: auto;
}
.view-blog-center .views-field-title a,
.view-news-archive .views-field-title a{
	font: 20px/25px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.view-blog-center .views-field-body{
	font: 15px/18px Arial;
}
.view-blog-center .views-field-comment-count{
	background: url(../images/dot.jpg) no-repeat 6px center;
	padding: 0 0 0 15px;
}
.view-blog-center .views-field-field-blog-image,
.view-news-archive .views-field-field-photos{
	padding: 0 0 20px;
}
.clear{
	clear: both;
}
.na-top-btns{
	padding: 0 0 20px;
	text-align: right;
}
.na-top-btns a{
	margin: 0 0 0 15px
}
#comment-body-add-more-wrapper span.form-required{
	display: none;
}
#edit-comment-body-und-0-value{
	color: #7E7E7E;
	font: 15px/15px Arial;
	height: 40px;
	padding: 12px 0 0 20px;
}
.form-type-textarea{
	max-width: 645px;
}
.comment-form #edit-subject,
#edit-field-blog-comment-email-und-0-value,
#edit-field-pr-comment-email-und-0-value{
    color: #7E7E7E;
    font: 15px/15px Arial;
    padding: 11px 0 10px 23px;
}
#edit-field-pr-comment-email, #edit-field-blog-comment-email{
	padding: 0px;
}
#field-comment-author-add-more-wrapper label{
	display: none
}
.comment-wrapper .comment{
	border-bottom: 1px solid #E7E7E7;
	margin: 0 0 0 26px;
	padding: 0 0 23px;
}
.field-name-field-comment-author{
	font: bold 14px/18px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	color: #4374DA;
	padding: 24px 0 0;
	display: inline-block
}
.comment .field-name-comment-body{
	padding: 15px 0 13px;
	font: 15px/23px Arial;
}
.comment-wrapper .links a{
	color: #7E7E7E;
	font: 12px/12px Arial;
	text-transform: capitalize;
}
.comment-wrapper .links li{
	padding: 0 10px 0 0;
}
.comment-wrapper .links {
	float: left;
	margin-right: 5px;
}
.stButton .facebook {
	background-image: url(../images/fb-icon.jpg) !important;
}
.stButton .twitter {
	background-image: url(../images/tw-icon.jpg) !important;
}
.stButton .chicklets{
	height: 24px !important;
}
.st_facebook{
	margin-right: 4px;
}
.sharethis-comment{
	margin-top: -3px;
}
.comment-date{
	background: url("../images/dot.jpg") no-repeat scroll 12px 30px transparent;
	color: #7E7E7E;
	display: inline-block;
	font: 12px/15px Arial;
	padding: 24px 0 0 30px;
}
.captcha legend, .captcha .fieldset-description, .captcha .description{
	display: none;
}
.captcha .form-item{
	margin-bottom: 0.3em;
}
#edit-captcha-response{
	padding: 4px 10px;
}
.captcha{
	padding: 10px 0 0;
}
.comment-form label{
	display: none;
}
fieldset span.fieldset-legend{
	font: 20px/25px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	color: #1F1C10;
}
.webform-component label{
	font: bold 15px/15px Arial;
	color: #4E4E4E;
	padding: 0 0 12px;
}
.webform-component .form-required {
    color: #4E4E4E;
    float: left;
    padding: 0 3px 0 0;
}
fieldset.form-wrapper{
	border-bottom: 1px solid #E7E7E7;
	margin: 0 0 25px;
	padding: 15px 0 20px;
}
fieldset.form-wrapper legend{
	display: block;
}
#webform-component-your-event-information{
	border: none;
	margin: 0;
	padding: 15px 0 0px;
}
.webform-component input[type=text], .webform-component input[type=email]{
	font: 15px/15px Arial;
	padding: 10px 0 10px 20px;
	color: #4E4E4E;
	width: 350px;
}
input[type=text]:focus, textarea:focus, input[type=email]:focus{
	border-color: #7E7E7E;
}
.webform-component{
	float: left;
	margin: 10px 45px 18px 0;
}
.webform-component textarea{
	width: 919px;
	padding: 10px 0 10px 20px;
	color: #4E4E4E;
}
#webform-ajax-wrapper-4370 {
	margin-top: 20px;
}
#webform-ajax-wrapper-4370 #edit-webform-ajax-submit-4370{
	padding: 7px 7px;
	border-radius: 5px;
	margin-top: 10px;
}
#webform-ajax-wrapper-4370 label{
	padding: 0;
}
#webform-ajax-wrapper-4370 .webform-component input[type=text], 
#webform-ajax-wrapper-4370 .webform-component input[type=email]{
	padding: 10px 0 5px 10px;
}
#webform-ajax-wrapper-4370 .webform-component{
	margin: 2px 45px 3px 0;
}
.jcf-unselectable{
	min-width: 115px;
}
div#webform-component-opportunity-information--if-other-please-specify,
div#webform-component-your-event-information--if-yes-please-elaborate{
	padding: 27px 0 0;
}
.webform-client-form #edit-actions{
	margin: 0px;
	clear: both;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 1px solid #E43137;
}
#node-4101 .webform-client-form,
#node-4100 .webform-client-form{
	border-top: 1px solid #E7E7E7;
	padding: 30px 0 0;
}
#node-4101 .field-name-body,
#node-4100 .field-name-body{
	font: 20px/25px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	padding: 0 0 12px;
}
#webform-component-deadline{
	margin-bottom: 41px;
}
.webform-confirmation{
	margin: 0 auto;
	text-align: center;
	width: 500px;
}
#main .webform-confirmation h2{
	color: #4D4D4D ;
	font: 32px/40px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	margin: 0 0 52px;
}
.webform-confirmation .links{
	margin: 0 0 55px;
}
.webform-confirmation .links a{
	margin: 0 3px;
}
.field-name-field-blog-image{
	padding: 0 0 20px;
}
.views-field-created{
	padding: 0 0 14px;
}
.author{
	font: 15px/15px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ECECEC;
	margin: 0 0 22px;
	padding: 12px 0 18px;
}
.node-blog-post .sharethis-buttons{
	text-align: right;
}
.node-blog-post  .field-name-body{
	padding: 0 0 35px;
}
#comments{
    border-top: 1px solid #ECECEC;
    margin-top: 29px;
    padding: 48px 0 0;
}
a.blue-title{
    display: block;
    font: 20px/25px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif;
    margin: 20px 0;
}
.related-posts{
	font: 15px/23px Arial;
}
.sharethis-wrapper span{
	margin: 0 5px;
}
.view-search-page .views-row{
	width: 340px;
	display: inline-block;
	padding: 0 17px 60px 0;
	vertical-align: top;
}
.current-search-item-active{
	color: #0064D6;
	list-style: none;
	font: 32px/35px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif !important;
}
.current-search-item-active ul{
	list-style: none !important;
	margin-bottom: 14px !important;
}
.block-current-search{
	color: #4D4D4D;
}
.block-current-search h2{
	float: left;
	color: #4D4D4D !important;
	font: 32px/35px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif !important;
	margin-bottom: 14px !important;
}
.current-search-item-text h3{
	font: 18px/20px Arial;
	margin-bottom: 70px;
}
.view-search-page h3{
	font: 22px/25px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif !important;
	margin-bottom: 35px;
}
.view-search-page .views-field-title a{
	font: 20px/25px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif
}
.view-search-page .views-field-title{
	margin: 5px 0 18px;
}
/*#views_slideshow_cycle_teaser_section_search_page-search{
	overflow: visible;
}*/
#views_slideshow_cycle_teaser_section_search_page-search{
	height: 256px;
	width: 1080px;
}
.views-slideshow-pager-field-item{
	height: 5px;
	width: 5px;
	margin: 5px;
	background: #B0B0B0;
}
.jcarousel-skin-default .jcarousel-container-horizontal,
.jcarousel-skin-default .jcarousel-clip-horizontal{
	width: 100%;
	padding: 0px;
}
.jcarousel-prev, .jcarousel-next{
	display: none !important;
}
.side-right .jcarousel-skin-default .jcarousel-item{
	height: 100px;
	border: 0px none;
	background: none;
	text-align: left;
	margin: 0 20px 15px 0;
	width: 255px !important;
	border-bottom: 1px solid #E4E4E4;
}
.jcarousel-skin-default .jcarousel-item{
	height: auto;
	border: 0px none;
	background: none;
	text-align: left;
	margin: 0 20px 0 4px;
	width: 340px !important;
}
.jcarousel-navigation li span{
	background: url(../images/carousel-pager.jpg);
	display: inline-block;
	height: 10px;
	margin: 0 6px;
	width: 10px;
}
.jcarousel-navigation li.active span{
	background: url(../images/carousel-page-activer.jpg);
}
.jcarousel-navigation{
	clear: both;
	margin: 35px 0 0px !important;
}
.jcarousel-skin-default .jcarousel-container-horizontal{
	height: auto;
}
.other-content-count{
	font: 22px/25px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif;
	padding: 5px 0 35px;
}
#node-4370 h2 {
	display: none;
}
.jcarousel-item .views-field-created{
	padding: 0 0 5px;
}
.play_btn {
	background: url(../images/play_button.png) no-repeat center;
}
.page-media-center  #cboxWrapper {
	height: auto !important;	
}
.image_det {
	float: right;
	clear: both;
}
.dimensions:after{
	content: "|";
	margin: 0 10px;
}
.dimensions {
	float: right;
}
.download_modale {
	float: right;
}
.download_modale:before {
	content: url('../images/download-icon.png');
	margin-right: 9px
}
.page-media-center  .modal_title {	
	font: 30px/32px 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif;
	color: black;
	margin-top: 35px;
	margin-bottom: 0;
}
.leadership_desc {
	font-family: 'Univers LT W01 45 Light',Arial,Helvetica,sans-serif;
	font-size: 15px;
}
.full_modal {
	padding: 0 0 0 30px;
}
.page-media-center  .modal_content, .leader_content {
	padding-top: 30px;
	width: 85%;
}
.page-media-center  #cboxContent {
	height: 100% !important;
}
.page-media-center .cboxIframe {
	height: 650px;
}
.page-media-center  #cboxContent img {
	width: 100%;
	height: 100%;
}
.logo_titlebox {
	width: 100%;
	height: 93px;
	background: #0045cc;
}
.logo_titlebox h2{
	color: #FFF;
	font-size: 30px;
	color: #FFF;
	font-size: 30px;
	padding: 40px 0 0 20px;
	font: 30px/32px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
}
.paypal_logo {
	width: 200px;
	height: 59px;
	background: url(../images/logo3.png) no-repeat;
	margin: 20px auto;
	background-size: 80%;
}
.logo_toptext h2 {
	font: 30px/32px 'Univers LT W01 45 Light', Arial, Helvetica, sans-serif;
	color: black;
	margin: 35px 0;
}
.page-media-center  #cboxLoadedContent {
	height: 100% !important;
	min-height: 522px !important;
}
#logo_download_agreement .logo_download_link {
	background: url(../images/icon_logos.png) no-repeat 140px center;
}
#edit-webform-ajax-submit-4370--2 {
	padding: 10px 10px;
	border-radius: 5px;
}
#logo_download_agreement p, 
#logo_download_agreement .logo_toptext,
#logo_download_agreement .logo_download_link,
#logo_download_agreement .node-webform {
	padding: 0 40px
}
.list-inline {
	padding-left: 0;
	list-style: none;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
.agree_btns .btn {
	width: 120px;
	border-color: #bcbcbc;
	text-decoration: none;
}
.btn-default {
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 0 2px 1px inset;
	-moz-box-shadow: rgba(255, 255, 255, 0.2) 0 0 2px 1px inset;
	box-shadow: rgba(255, 255, 255, 0.2) 0 0 2px 1px inset;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEAEAEA');
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiâ€¦pZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(3%, #f6f6f6), color-stop(73%, #efefef), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 3%, #efefef 73%, #eaeaea 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 3%, #efefef 73%, #eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 3%, #efefef 73%, #eaeaea 100%);
	background: linear-gradient(top, #ffffff 0%, #f6f6f6 3%, #efefef 73%, #eaeaea 100%);
}
.btn-default {
	color: #1f1c1a;
	background-color: #eeeeee;
	border-color: #bcbcbc;
}
.agree_btns {
	text-align: center;
}
#node-4370 {
	display: none;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.views-field.views-field-colorbox {
	text-align: center;
}
.page-media-center  .views-field-colorbox img{
	width: auto;
	height: 198px;
}
.mediasocial {
	overflow: visible;
	float: right;
}
.mediasocial li{
	margin-bottom: 10px;
	margin: 0;
}
.mediasocial li a{
	width: 28px !important;
}
.filtered{
	display: inline-block;
	color: #000;
	background: #E7E7E7;
	padding: 9px 25px;
	border-radius: 15px;
	text-decoration: none !important;
	font: bold 12px/12px Arial;
	margin: 0 0 0 10px;
}
.field-name-field-blog-comment-email,
.field-name-field-pr-comment-email{
	padding-top: 15px;
}
#slide_box_1 .btn-more {
	font-size: 0
}
#slide_box_1 .btn-more:after {
    content: "Learn More";
    font: bold 13px/16px Arial, Helvetica, sans-serif;
 }â€‹
.asd{}


#views-exposed-form-media-center-block-1 .form-item {
    display: inline-block;
    margin: 5px 10px 10px 0
}
#views-exposed-form-media-center-block-1 label{
    cursor: pointer;
        background: none repeat scroll 0 0 #E4E4E4;
    border-radius: 20px 20px 20px 20px;
    color: #4E4E4E;
    font-weight: 700;
    padding: 5px 20px;
}
#views-exposed-form-media-center-block-1 label:hover{
	color: #fff;
	background:  #0064D2
}
#views-exposed-form-media-center-block-1 input[type=checkbox],
#views-exposed-form-media-center-block-1 input[type=radio] {
    display: none;
}
#views-exposed-form-media-center-block-1 .views-exposed-form .views-exposed-widget{
	clear: both;
}

.views-widget-filter-field_logos_business_tid,
.views-widget-filter-field_logos_location_tid,
.media-filters,
.views-widget-filter-field_product_photos_tags_tid,
.views-widget-filter-field_product_photos_location_tid,
.views-widget-filter-field_product_photos_business_tid,
.views-widget-filter-field_logos_tags_tid{
	display: none;
}
.media-filters{
	height: 155px;
	padding-bottom: 30px;
	padding-right: 50px;
	position: relative;
}
.closeFilters{
	background: url("../images/tagsClose.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	/*display: none;*/
	height: 28px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 28px;
}
/*.view-media-center .closeFilters{
	display: inline-block;
}*/
.view-filters{
	position: relative
}
.checked-filters{
	float: left;
	width: 640px;
}
.ref-filters{
	float: left;
	padding: 6px 25px 9px 0;
}
.no-result{
	padding: 5px 0 20px;
}

.isotope .isotope-item {
    transition-property: transform, opacity;
}
.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}
.isotope-item {
    z-index: 2;
}

#views-exposed-form-media-center-block-1 .views-widget .form-item-edit-media-business-all,
#views-exposed-form-media-center-block-1 .views-widget .form-item-edit-media-location-all,
#views-exposed-form-media-center-block-1 .views-widget .form-item-edit-media-tags-all{
	display: none;
}
.blogList{
	margin: 0 -12px;
}
.newstweet{
	width: 28px;
	height: 26px;
	background: url(../images/newstweet.jpg);
	float: left;
	margin: 3px 13px 0 0;
}
.view-display-id-block_2 .views-field-created{
	padding: 0 0 4px;
}
.views-field-field-blog-source{
	color: #7E7E7E;
	font: 12px/15px Arial;
}
.view-display-id-block_2 .views-field-title{
	clear: both;
}
.node-news-page .views-field-title{
	height: 20px;
}