﻿/* resets */
* { font: inherit; padding:0; margin:0; border:0; vertical-align: baseline; }
strong { font-weight: bold; }
em { font-style: italic; }
ol, ul { list-style: none; }
img { border: 0; }
/* end resets */

html { font-size: 62.5% }
body {
	margin:0;
	padding:0;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: Calibri, Sans-Serif;
	color: #0a1f26;
}
a {
    color: #2c7a9c;
}
a:hover {
    text-decoration: none;
    color: #409ec8;
}

h1, h2, h3, h4 {
    font-family: 'EB Garamond', Serif;
}

.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.group {
	/*display: inline-block;*/
}
 
html[xmlns] .group {
	display: block;
}
 
* html .group {
	height: 1%;
}

#header-wrapper {
	height:93px;
	background: url(../images/bg-header.png) repeat-x;
	width:100%;
	border-bottom: 7px solid #867d6c;
}
#header {
	width:1108px; /* updated 10/08/2019 - dhb - value was 975px*/
	height: 83px;
	margin: auto;
	padding-top:10px;
	position: relative;
}
.header_tagline{ /* added 10/08/2019 - DHB */
    position:absolute;
    left: 156px;
    top: 48px;
    float: left;
    width: 160px;
    height: 70px;
    vertical-align: bottom;
}

a#logo {
	display:  block;
	width: 173px;
	float: left;
}

#header-nav {
    float: right;
    text-align: right;
    width: 50%;
    padding-right: 5px;
}
#header-nav a {
    display: inline-block;
    padding: 1px 5px;
	font-size: 14px;
	font-size: 1.4rem;
    font-family: Calibri, Sans-Serif;
    color: #0a1f26;
    text-decoration: none;
}
#header-nav a:hover {
    color: #ffffff;
    background: #666666;
    border-radius: 3px;
}
#header-nav a.workarea-link {
    font-weight: bold;
}

#header-search {
    display: inline-block;
    background: #ffffff;
    padding: 0 5px;
    border-radius: 3px;
    box-shadow: 0 0 5px #666666;
    margin-left: 5px;
}
#header-search input[type=text] {
    width: 150px;
}

#register-login {
	position: absolute;
	right:0;
	bottom:0;
}
#register-login a {
	display: block;
	float: left;
	margin:0; padding:0;
	padding-left: 5px;
}
#register-login a img { display: block; }
#register-login a.logout {
    display: inline-block;
    float: none;
    padding-left: 10px;
    text-decoration: none;
    color: inherit;
    font-weight: bold;
}

#main-nav-wrapper {
	height: 45px;
	background: url(../images/bg-main-nav.png) repeat-x;
	border-bottom: 1px solid #867d6c;
	text-align: center;
}

ul#main-nav {
	list-style: none;
	width: 1110px; /* was 1000px */
	text-align: center;
	position: relative;
	margin: 0 auto;
}
ul#main-nav ul {
	width: 100px;
}
ul#main-nav > li {
	display: inline-block;
	/*float: left;*/
	margin:0;
	padding:0;
	border-right: 1px solid #867d6c;
	 *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
}
ul#main-nav > li:first-child  {
	border-left: 1px solid #867d6c;
}
ul#main-nav > li:last-child {
}



main-nav-membership
ul#main-nav > li:hover, ul#main-nav li.current, ul#main-nav li.hover {
	box-shadow: inset 0 5px 30px #000000;
	background: url(../images/bg-arrow-down.png) center 90% no-repeat; 
}
ul#main-nav > li > a {
	display: inline-block;
    display: -moz-inline-stack;
     *display:inline; /*IE7*/
    *zoom:1; /*IE7*/
	text-align: center;
	padding: 12px 18px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
	color: #ffffff;
	height: 20px;
    cursor: pointer;
    width:auto;
}
ul#main-nav > li > a span.first {
	font-size: 16px;
	font-size: 1.6rem;
}
ul#main-nav > li ul {
    position: absolute;
    top: 55px;
    width: auto;
    border-right: 1px solid #8b9093;
    display: none;
}
ul#main-nav > li > ul:last-child {
    border-right: 0;
}

ul.membership li{
    margin-left: -170px;
}

#main-nav-snapshots:hover {
    box-shadow: inset 0 5px 30px #000000;
	background: url(../images/bg-arrow-down.png) center 90% no-repeat;
}

ul#main-nav > li ul li {
    display: block;
    border: 0;
    padding: 3px 0;
    padding-left: 15px;
    text-align: left;
}
ul#main-nav > li ul li a {
    display: block;
    color: #0b1f26;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 5px;
}
ul#main-nav > li ul li a:hover {
    color: #277291;
    background: #bcbcbc;
}

#main-nav-bg {
    background: url(../images/bg-main-nav-bg.png) repeat-x;
    height: 87px;
    border-bottom: 1px solid #100f0b;
}

#main-body {
    background: #dcddde;
    height: 100%;
}

#hp-content-wrapper {
	background: #a69781;
	border-bottom: 5px solid #c2b59b;
	height: 356px;
}
#hp-content {
	width: 1088px;
	margin: auto;
}

.hp-slide1 {
    background: url(../images/bg-hp-slider.png) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide2 {
    background: url(../images/bg-hp-slider-v2.png) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide3 {
    background: url(../images/service-hp-slider.jpg) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide4 {
    background: url(../images/banking-channels-hp-slider.jpg) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide5 {
    background: url(../images/commercial-enterprise-hp-slider.jpg) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide6 {
    background: url(../images/credit-hp-slider.jpg) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide7 {
    background: url(../images/debit-hp-slider.jpg) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide8 {
    background: url(../images/emerging-technologies-hp-slider.jpg) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide9 {
    background: url(../images/bg-hp-slider.png) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide10 {
    background: url(../images/bg-hp-slider.png) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide11 {
    background: url(../images/prepaid-hp-slider.jpg) center center no-repeat;
    width: 1088px;
    padding-top: 43px;
    height: 313px;
}
.hp-slide-content {
	height: auto;
	width: 380px;
	padding: 18px;
    margin-left: 75px;
	border-radius: 15px;
	background: url(../images/bg-slider-content.png);
	box-shadow: 0 0 15px #000000;
}
.hp-slide-content p {
	font-family: Helvetica, sans-serif;
	color: #0a2026;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2.0rem;
	letter-spacing: 1px;
	padding:0;
	padding-bottom: 20px;
	margin:0;
}
.hp-slide-content h2 {
	color: #003d58;
	font-family: 'EB Garamond', serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 40px;
	line-height: 4.0rem;
	padding:0;
	padding-bottom: 10px;
	margin:0;
	font-weight: normal;
	letter-spacing: 1px;
}

#hp-update-wrapper {
	height: 118px;
	background: url(../images/bg-hp-carousel.png) repeat-x;
}

#hp-update {
    width: 975px;
    margin: auto;
}
#hp-update-controls {
    height: 116px;
    width: 112px;
    background: #fbf4ec;
    border: 1px solid #c2b59b;
    float: left;
    text-align: center;
    box-shadow: inset 0 0 20px #e8e2da;
    position: relative;
    z-index: 100;
}
#hp-update-controls h2 {
    padding-top: 15px; 
    padding-bottom: 10px;
    font-family: 'EB Garamond', Serif;
    text-transform: uppercase;
    color: #003d58;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    text-align: center;
}
.hp-update-controls-pause {
    padding: 0 5px;
}

#hp-update-carousel {
    margin-left: 145px;
    height: 125px;
}

#hp-update-carousel li {
    width: 265px;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: Calibri, Sans-Serif;
    color: #003d58;
}
    #hp-update-carousel .hp-update-content {
        padding: 15px 20px;
    }
#hp-update-carousel h3 {
    font-size: 17px;
    font-size: 1.7rem;
    color: #0a1f26;
    font-weight: bold;
    font-family: 'EB Garamond', Serif;
    padding-bottom: 5px;
}
    #hp-update-carousel a {
        text-decoration: none;
    }
    
    
    #hp-update .jcarousel-container {
	width: 850px;
	height: 125px;
}

a.button, a.truncate_more_link {
    display: inline-block;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'EB Garamond', serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16px;
	line-height: 1.6rem;
	letter-spacing: 1px;
	margin:0;
	padding: 4px 7px;
	padding-bottom: 6px;
	box-shadow: 0 0 3px #000000;
	border: 1px solid #2c7a9c;
	border-radius: 2px;
	background: rgb(44,122,156); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2E5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTU3N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(44,122,156,1) 0%, rgba(25,87,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,156,1)), color-stop(100%,rgba(25,87,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7a9c', endColorstr='#19577b',GradientType=0 ); /* IE6-8 */
}

a.button:hover, a.truncate_more_link:hover {
	background: #2c7a9c;
}

.truncate_ellipsis {
	display: none;
}

/* inner content styles */

#breadcrumbs-wrapper {
    height: 36px;
    background: url(../images/bg-breadcrumbs.png) repeat-x;
    border-bottom: 4px solid #c2b59b;
}
#breadcrumbs {
    width: 950px;
    margin: auto;
    padding-top: 8px;
    color:#287395;
    font-family: 'EB Garamond', Serif;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
}
#breadcrumbs a {
    font-family: 'EB Garamond', Serif;
    color: #0b1f27;
    font-size: 15px;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: 1px;
}

#inner-container {
    width: 965px;
    margin:auto;
}

#left-sidebar {
    width: 242px;
    padding-top: 15px;
    padding-right: 23px;
    padding-bottom: 25px;
    float: left;
}

#sidebar-nav,
.sidebar-nav,
#sidebar-nav2 {
    border-radius: 10px;
    background: #206487;
    padding-bottom: 10px;
    border: 1px solid #b4b09b;
    margin-bottom: 10px;
}

#sidebar-nav h2,
.sidebar-nav h2,
#sidebar-nav2 h2 {
    padding: 15px 18px;
    padding-bottom: 12px;
    color: #ffffff;
    font-family: 'EB Garamond', Serif;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 1px;
    margin:0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #b4b09b;
    background: rgb(44,122,156); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2E5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDY1ODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(44,122,156,1) 0%, rgba(32,101,136,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,156,1)), color-stop(100%,rgba(32,101,136,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(32,101,136,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(32,101,136,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(32,101,136,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(44,122,156,1) 0%,rgba(32,101,136,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7a9c', endColorstr='#206588',GradientType=0 ); /* IE6-8 */
}
#sidebar-nav ul,
.sidebar-nav ul,
#sidebar-nav2 ul {
    background: rgb(44,121,155); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjNzk5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDY0ODciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(44,121,155,1) 0%, rgba(32,100,135,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,121,155,1)), color-stop(100%,rgba(32,100,135,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(44,121,155,1) 0%,rgba(32,100,135,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(44,121,155,1) 0%,rgba(32,100,135,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(44,121,155,1) 0%,rgba(32,100,135,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(44,121,155,1) 0%,rgba(32,100,135,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c799b', endColorstr='#206487',GradientType=0 ); /* IE6-8 */
}
#sidebar-nav ul li,
.sidebar-nav ul li,
#sidebar-nav2 ul li {
    padding:0;
    margin:0;
    border-bottom: 1px solid #b4b09b;
    color: #dcddde;
    font-size: 14px;
    font-size: 1.4rem;
}
#sidebar-nav ul li a,
.sidebar-nav ul li a,
#sidebar-nav2 ul li a {
    text-decoration: none;
    color: #dcddde;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    padding: 8px 18px;
}
#sidebar-nav ul li a.active, #sidebar-nav ul li a:hover,
.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover,
#sidebar-nav2 ul li a.active, #sidebar-nav2 ul li a:hover {
    background: #fbf4ec;
    box-shadow: inset 0 0 10px #b3b3b3;
    color: #0b1f27;
}
#sidebar-nav ul li a.current:after,
.sidebar-nav ul li a.current:after,
#sidebar-nav2 ul li a.current:after {
    content: '\0020 \0020 \0020 \203a';
}

#left-sidebar h3 {
    text-transform: uppercase;
    font-family: 'EB Garamond', Serif;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #435258;
    text-align: center;
    padding:10px 0;
    border-top: 1px solid #c2c0b3;
    border-bottom: 1px solid #b4b09b;
}

#left-sidebar .services-featured-analyst {
    border-top: 1px solid #b1aea3;
    background: #ebecec url(../images/bg-left-sidebar-shadow-dark.png) top center no-repeat;
    min-height: 100px;
    margin-top: 2px;
    margin-bottom: 1px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #665e59;
    font-family: 'EB Garamond', Serif;
}

#left-sidebar .widget-analyst h3 {
	border-top:none;
}
#left-sidebar .services-analyst p {
	font-size: 13px;
	line-height: 16px;
}

#left-sidebar .services-analyst a {
    font-family: 'EB Garamond', Serif;
}

#left-sidebar .services-analyst {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-top: 12px;
    border-bottom: 1px solid #c2c0b3;   
    font-size: 13px;
    font-size: 1.3rem; 
    line-height: 18px;
    line-height: 1.8rem;
    color: #665e59;
    font-family: 'EB Garamond', Serif;
}
#left-sidebar .services-analyst.first {
    background: url(../images/bg-left-sidebar-shadow.png) top center no-repeat;
    padding-top: 15px;
}
#left-sidebar .services-analyst:last-child {
    border-bottom:0;
}
#left-sidebar .services-featured-analyst a {
    font-family: Calibri, Sans-Serif;
}

#left-sidebar .services-featured-analyst a {
	font-family: 'EB Garamond', Serif;
}

#left-sidebar .analyst-name,
#right-sidebar .analyst-name,
.widget-analyst h4 {
    font-family: 'EB Garamond', Serif;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 5px;
    letter-spacing: 1px;
    color: #24363c;
}
#left-sidebar .analyst-title,
#right-sidebar .analyst-title,
.widget-analyst h5  {
    font-size: 15px;
    font-size: 1.5rem;
    color: #635a54;
    padding-bottom: 5px;
}

.widget-analyst p  {
	font-family: Calibri, Sans-Serif;
	font-size: 13px;
	width: 120px;
}

.widget-analyst img  {
	margin-left: 15px;
	float: right;
}

.widget-analyst .jcarousel-container {
	width: 250px;
	height: 350px;
}

#left-sidebar .services-analyst-thumb {
    float: right;
    width: 81px;
    margin-left: 10px;
    border: 1px solid #ffffff;
}

#left-sidebar #sidebar-team-list {
    padding-top: 3px;
}
    #left-sidebar #sidebar-team-list a {
        display: block;
        padding: 7px 15px;
        background: #ebecec;
        border-top: 1px solid #c8c6b8;
        color: #24363c;
        font-family: 'EB Garamond', serif;
        font-size: 14px;
        font-size: 1.4rem;
        text-decoration: none;
    }
        #left-sidebar #sidebar-team-list a:first-child {
            border-top: 1px solid #b2b0a4;
            background: #ebecec url(../images/bg-left-sidebar-shadow.png) top center no-repeat;
        }
        
    #left-sidebar #sidebar-team-list a:hover {
        background: #4a819f;
        color: #ffffff;
	    text-decoration: none;
    }
     #sidebar-team-list a:hover:after {
        content: '›';
        color: #ffffff;
        padding-left: 10px;
    }
    
.filter-documents-title {
	display: block;
	float:left;
	width:170px;
	height: 13px;
	padding-top: 12px;
	padding-left: 15px;
		color: #fff;
	background: rgb(44,122,156); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2E5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTU3N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(44,122,156,1) 0%, rgba(25,87,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,156,1)), color-stop(100%,rgba(25,87,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7a9c', endColorstr='#19577b',GradientType=0 ); /* IE6-8 */
}

#left-sidebar ul#member-library li {
    padding: 10px;
    border-bottom: 1px solid #c2c0b3;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'EB Garamond', serif;
    color: #665e59;
}
    #left-sidebar ul#member-library li:hover {
        background: #ebecec;
    }
    #left-sidebar ul#member-library li a {
        display: block;
        text-decoration: none;
        font-size: 17px;
        font-size: 1.7rem;
        font-weight: bold;
        color: #2c7a9c;
        font-family: 'EB Garamond', serif;
        padding-bottom: 5px;
    }

#content {
    width: 507px;
    min-height: 100%;
    float: left;
    border: 1px solid #c2b59b;
    border-top:0;
	background-color:#ffffff;
}

.two-column #content {
    width: 698px;
}

#page-heading {
    border-bottom: 1px solid #d9d6cb;
    height: 110px;
    position: relative;
}

#page-heading,
.service-2707 #page-heading {
    background: url(../images/page-headers/header-primax.jpg) no-repeat;
    height: 140px;
}
.service-3255 #page-heading {
    background: url(../images/page-headers/Mercator-Web-Banner_414-14-21744_SO.jpg) no-repeat;
    height: 140px;
}

.service-3578 #page-heading {
    background: url(/images/key.jpg) no-repeat;
    height: 140px;
}

.service-41 #page-heading {
    background: url(../images/page-headers/header-commercial-enterprise.jpg) no-repeat;
}

#page-heading,
.service-40 #page-heading {
    background: url(../images/page-headers/header-banking.jpg) no-repeat;
}

.service-3200 #page-heading{
  background: url("/images/page-headers/rgcaProgram-pageHeader.jpg") no-repeat;
}

.service-45 #page-heading {
    background: url("/uploadedImages/Advisory_Services/credit.jpg") no-repeat;
}
.service-46 #page-heading {
    background: url(../images/page-headers/header-debit.jpg) no-repeat;
}
.service-43 #page-heading {
    background: url(../images/page-headers/header-emerging-tech.jpg) no-repeat;
}
.service-42 #page-heading {
    background: url(../images/page-headers/header-fraud-risk.jpg) no-repeat;
}

.service-47 #page-heading {
    background: url(../images/page-headers/header-international.jpg) no-repeat;
}
.service-48 #page-heading {
    background: url(../images/page-headers/header-prepaid.jpg) no-repeat;
}
.service-44 #page-heading {
    background: url(../images/page-headers/header-cmss.jpg) no-repeat;
}
.service-7075 #page-heading {
    background: url(../images/page-headers/header-merchant.jpg) no-repeat;
}
.service-4734 #page-heading{
 background: rgba(0, 0, 0, 0) url("/images/scale3.jpg") no-repeat scroll center center;
}
.page-55 #page-heading,
.page-56 #page-heading,
.page-57 #page-heading,
.page-58 #page-heading {
    background: url(../images/page-headers/header-consulting.jpg) no-repeat;
}
.page-49 #page-heading {
    background: url(../images/page-headers/header-credit.jpg) no-repeat;
}
.page-51 #page-heading {
    background: url(../images/page-headers/header-careers.jpg) no-repeat;
}
.page-44 #page-heading,
.page-104 #page-heading,
.page-105 #page-heading {
    background: url(../images/page-headers/header-primary-data.jpg) no-repeat;
}
.page-233 #page-heading,
.page-236 #page-heading {
    background: url(../images/page-headers/header-contact.jpg) no-repeat;
}
.page-press #page-heading, #page-heading.page-press-room  {
    background: url(../images/page-headers/header-press.jpg) no-repeat;
}
.page-events #page-heading, 
.page-membership #page-heading {
    background: url(../images/page-headers/header-speakers-bureau.jpg) no-repeat;
}
.page-headlines #page-heading  {
    background: url(../images/page-headers/header-headlines.jpg) no-repeat;
}

.page-webinars #page-heading  {
    background: url(../images/page-headers/header-events.jpg) no-repeat;
}
#page-heading.speakers-bureau {
    /* background: url(../images/page-headers/header-speakers-bureau.jpg) no-repeat; */
	background-color: #fff;
	height: auto;
	margin-bottom: 40px;
}
	#page-heading.speakers-bureau  div.text-content { font-family: "EB Garamond"; padding: 3px 8px; }

.page-pressroom #page-heading {
    background: url(../images/page-headers/header-pressroom.jpg) no-repeat;
}
#page-heading.our-team {
    background: url(../images/page-headers/header-credit.jpg) no-repeat;
}
.page-50 #page-heading {
    background: url(../images/page-headers/header-request-speaker.jpg) no-repeat;
}

.page-member #page-heading {
    background: url(../images/page-headers/header-member-section.jpg) no-repeat;
}


#page-heading h2 {
    position: absolute;
    width: 489px;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 1px 1px #003d58;
    font-family: 'EB Garamond', serif;
    letter-spacing: 6px;
    bottom: 0;
    left: 0;
    padding: 3px;
    padding-left: 15px;
    background: url(../images/bg-page-header.png) repeat;
}

.page-236 #page-heading h2,  {
    width: 680px;
}


.page-pressroom #page-content {
    border-bottom: 0;
}

.page-webinars #page-content {
    min-height: 50px;
}


#page-content p.subhead {
    color: #665e59;
    font-family: 'EB Garamond', serif;
    line-height: 24px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
}

.page-pressroom #page-content ul {
    font-weight: bold;
    padding-bottom: 20px;
}
    .page-pressroom #page-content ul li {
        padding-bottom: 0px;
    }

.page-pressroom #press-citations {
    background: #fbf4ec;
}
.page-1674 #service-categories h3, .page-pressroom #press-citations h3 {
	border-top: 1px solid #b5b09c;
    font-size: 31px;
    font-size: 3.1rem;
    padding-top: 0;
    padding-left: 15px;
    padding-bottom: 5px;
    font-weight: normal;
    font-family: 'EB Garamond', serif;
}
.page-1674 #service-categories h3 {
    border-bottom: 1px solid #b5b09c;
}

.page-pressroom #press-citations hr {
    height: 2px;
    border-bottom: 1px solid #b5b09c;
}
    .page-pressroom #press-citations div.even {
        background: #f7ecde;
    }
    .page-pressroom #press-citations div.citation-row {
        border-bottom: 1px solid #e8dfd1;
        padding: 10px 15px;
    }
    	.outer-citation-logo {
    		display: table;
    		float: left;
            margin-right: 10px;
            width: 150px;
            border: 1px solid #cdc2ab;
            background: #ffffff;
            height: 60px;}

        .page-pressroom #press-citations div.citation-row div.citation-logo {   
            display:table-cell;
            text-align: center;
            vertical-align: middle;
        }
     
			.citation-logo img {
            	max-height: 60px;
            	max-width: 150px;
			}


#page-content, #team-intro {
    background: #ffffff;
}
    #page-content.padded {
        padding: 15px;
    }
    #page-content h2 {
		font-family: 'Forum', cursive;
    }
    #page-content p, #team-intro {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 23px;
        line-height: 2.3rem;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 12px;
    }
    #team-intro h2{
    	color:#0B1F26;
    	font-size: 3.2rem;
    	font-size: 34px;
    	line-height: 4rem;
    	margin-bottom: 20px;
    	padding-top: 15px;
    }
    
    #page-content ul, #service-description ul {
    	margin-left: 10px;
    }
    #page-content li, #service-description li {
        padding-bottom: 6px;
        list-style: none;
        margin-left: 10px;
            font-size: 12.5px;
    font-size: 1.2rem;
    line-height: 21px;
    line-height: 2rem;
    font-family: 'Helvetica', sans-serif;
    }
    
    #page-content li:before, #service-description li:before{
     color:#2a7799;
     content: "•";
     padding-right: 15px;
     margin-left: -18px;
	}
	
	#samples li:before{
     color:#2a7799;
     content: none !important;
     padding-right: 0px;
     margin-left: 0px;
	}
	
	
	#search-results li {
    font-family: 'EB Garamond', serif;
    color: #665e59;
    font-size: 14px !important;
    padding: 18px 0 18px 0;
    border-bottom: solid 1px #d0cbc2;
    text-decoration: none;
}
		#search-results li a{
    text-decoration: none;
}
	    #search-results li:before{
    content: none;
          padding-right: 15px;
     margin-left: -18px;
	}

.analyst-profile-headshot {
    width: 150px;
    float: left;
    margin-right: 10px;
    border: 1px solid #c5b99f;
}
#analyst-profile-info {
    float: right;
    width: 310px;
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #665e59;
}
    #analyst-profile-info a {
        font-weight: bold;
        text-decoration: none;
    }
    #analyst-profile-info h2 {
        padding:0;
        color: #0b1f26;
    }
    #page-content .analyst-profile-header #analyst-profile-info h3 {
        color: #665e59;
        font-size: 19px;
        font-size: 1.9rem;
        line-height: 22px;
        line-height: 2.5rem;
    }
    .analyst-profile-header {
    	font-size: 30px;
    }
#analyst-profile-bio {
    padding: 15px;
    padding-top: 5px;
    line-height: 20px;
    line-height: 2.0rem;
}

#analyst-profile-bio h3 {
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 5px 0;
    padding-bottom: 10px;
}

#analyst-profile-blog {
    background: #fbf4ec;
}

#analyst-profile-blog h2 {
	font-size: 28px;
	letter-spacing: 1px;
	padding-left: 20px;
}

#service-description h2 {
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

#service-description hr {
        height: 2px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-top: 1px solid #b5b09c;
        border-bottom: 1px solid #b5b09c;
    }

    #analyst-profile-blog hr {
        height: 2px;
        border-top: 1px solid #b5b09c;
        border-bottom: 1px solid #b5b09c;
    }

.jcarousel-clip {
    overflow: hidden;
}

#services-slider, #page-slider, #member-latest-research {
    background: #fefdfb;
    min-height: 200px;
    padding: 13px;
}
#services-slider .report-thumb,
#member-latest-research .report-thumb {
    display: block;
    float: right;
    width: 189px;
    margin-left: 10px;
}

.report-thumb {
}

    #page-slider .page-slide,
    #services-slider .services-slide {
        float: left;
        width: 507px;
        height: 288px;
        padding:0;
    }
    #services-slider .services-slide {
        padding: 15px;
        width: 477px;
        height: 258px;
    }

        #page-slider .page-slide .slide-content,
        #services-slider .services-slider .slide-content {
            padding: 13px;
        }
            #page-slider .page-slide .slide-content p,
            #page-slider .page-slide .slide-content h2 {
                width: 385px;
            }
           

#services-slider .services-slide-content,
#member-latest-research .services-slide-content {
    width: 277px;
    float: left;
}
#page-content h2, #page-slider h2, #member-latest-research h2 {
    font-size: 34px;
    font-size: 3.2rem;
    line-height: 34px;
    line-height: 4rem;
    margin-bottom: 10px;
}


.services-slide h2, #services-slider h2, #page-content h2, #page-slider h2, #member-latest-research h2 {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 10px;
}
#page-content h2, #member-latest-research h2 {
	margin-bottom: 10px;
	

}
h2.release  {
	text-align: center;}

#services-slider h3,
#page-slider h3,
#member-latest-research h3,
.services-slide h3,
#service-description h3.title {
    font-weight: 600;
    font-size: 17px;
    color: #2c7a9c;
    padding-bottom: 10px;
}
#services-slider p,
#page-slider p {
    font-size: 1.6rem;
    line-height: 22px;
    padding-top: 15px;
}


#member-latest-research p {
	font-size: 12px;
    line-height: 22px;
    padding-top: 15px;
}

.services-slide .report-thumb{
	height: 200px;
	float: right;
	padding-left:10px;
}
.services-slide {
	padding: 13px;
}
}
.jcarousel-container {
	width: 480px;
}

/*#services-slider-controls,*/
#page-slider-controls,
.document-share{
    padding: 5px;
    background: #e8e3dd;
    border-top: 1px solid #c2b59b;
    border-bottom: 1px solid #c2b59b;
    box-shadow: inset 0 0 15px #aeaeae;
    line-height: 1px;
}

.document-share {
    margin-bottom: 15px;
}
.page-55 #page-slider-controls, {
	margin-bottom: 0px;
}

.service-library-filter,
.document-filters {
    padding: 5px;
    background: none repeat scroll 0 0 #FBF4EC;
    border-top: 1px solid #c2b59b;
    border-bottom: 1px solid #c2b59b;
    line-height: 1px;
    margin-bottom: 15px;
}

#services-slider-controls
{
    padding: 5px;
    background: #ffffff;
    border-top: none;
    border-bottom: 1px solid #c2b59b;
    line-height: 1px;
    margin-bottom: 15px;
}


.document-filters {
    padding:0;
    background: linear-gradient(to bottom, rgb(44, 122, 156) 0%, rgb(25, 87, 123) 100%) repeat scroll 0% 0% transparent;
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgb(44, 122, 156) 0%, rgb(25, 87, 123) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}
#services-slider-pager,
#page-slider-pager {
    text-align: right;
}

#service-library-list {
    background: #fbf4ec;
}
    #service-library-list h2 {
        font-size: 30px;
        padding: 5px 15px;
    }
    #service-library-list hr {
        height: 2px;
        margin: 0 15px;
        border-top: 1px solid #b4b09b;
        border-bottom: 1px solid #b4b09b;
    }

    #service-library-list ul li, #service-categories ul li {
        padding: 10px 15px;
        padding-left: 50px;
        border-bottom: 1px solid #e8dfd1;
    }
        #service-library-list ul li:last-child, #service-categories ul li:last-child {
            border-bottom: none;
        }
        #service-library-list ul li.even, #service-categories ul li.even  {
            background: #f7ecde;
        }

        #service-library-list ul li.report.even, #service-categories ul li.report.even {
            background: #f7ecde url(../images/icon-report-even.png) no-repeat 15px 15px;
        }
        #service-library-list ul li.report.odd, #service-categories ul li.report.odd {
            background: url(../images/icon-report-odd.png) no-repeat 15px 15px;
        }      
        
        #service-library-list ul li.viewpoint.even, #service-categories ul li.viewpoint.even {
            background: #f7ecde url(../images/icon-viewpoint-even.png) no-repeat 15px 15px;
        }
        #service-library-list ul li.viewpoint.odd, #service-categories ul li.viewpoint.odd {
            background: url(../images/icon-viewpoint-odd.png) no-repeat 15px 15px;
        }
        #service-library-list ul li.note.even, #service-categories ul li.note.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-list ul li.note.odd, #service-categories ul li.note.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  

         #service-library-list ul li.radiospot.even, #service-categories ul li.radiospot.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-list ul li.radiospot.odd, #service-categories ul li.radiospot.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  

         #service-library-list ul li.video.even, #service-categories ul li.video.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-list ul li.video.odd, #service-categories ul li.video.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  

         #service-library-list ul li.image.even, #service-categories ul li.image.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-list ul li.image.odd, #service-categories ul li.image.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  

         #service-library-research li.fiserv{
            background-image: url(../images/fiservSquare.png) !important;
        }


#service-library-list .service-library-research-title a, #service-categories li a {
    font-family: 'EB Garamond', serif;
    font-size: 1.6rem;
    font-size: 16px;
    color: #2c7a9c;
    text-decoration: none;
}

#service-library-research ul li.radiospot.even, #service-categories ul li.radiospot.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-research ul li.radiospot.odd, #service-categories ul li.radiospot.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  

         #service-library-research ul li.video.even, #service-categories ul li.video.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-research ul li.video.odd, #service-categories ul li.video.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  

         #service-library-research ul li.image.even, #service-categories ul li.image.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-research ul li.image.odd, #service-categories ul li.image.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  


#service-library-list .service-library-research-title a:hover, #service-categories li a:hover {
	color:#409ec8;
}
#service-library-list .service-library-byline, #service-categories .service-categories-byline {
    font-family: 'EB Garamond', serif;
    color: #665e59;
    font-size: 1.3rem;
    font-size: 14px;
}

.service-library-filter {
    padding: 0;
}

a.service-library-filter-button,
.document-filters a {
    display: block;
    float: left;
    border-left: 1px solid #c2b59b;
    padding: 12px;
    color: #0b2027;
    font-family: Calibri, sans-serif;
    text-decoration: none;
    background-color: rgb(251, 244, 236);
}
	.document-filters a{
    	padding-left:40px;
}

	.FilterReport {
    	background: url(../images/icon-report-odd.png) no-repeat 10px;
}

	.FilterViewpoints {
       background: url(../images/icon-viewpoint-even.png) no-repeat 10px;
}

	.FilterNotes {
       background: url(../images/icon-note-odd.png) no-repeat 10px;
}


a.service-library-filter-button:hover,
.document-filters a:hover {
	color: #fff;
	background: rgb(44,122,156); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2E5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTU3N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(44,122,156,1) 0%, rgba(25,87,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,156,1)), color-stop(100%,rgba(25,87,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7a9c', endColorstr='#19577b',GradientType=0 ); /* IE6-8 */
}
    a.service-library-filter-button:first-child,
    .document-filters a:first-child {
        border-left: 0;
    }

.service-library-filter-label,
.document-filters-filter-label {
    width: 176px;
    margin-left: 307px;
    background: rgb(44,122,156); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2E5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTU3N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(44,122,156,1) 0%, rgba(25,87,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,156,1)), color-stop(100%,rgba(25,87,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7a9c', endColorstr='#19577b',GradientType=0 ); /* IE6-8 */
    color: #ffffff;
    font-weight: bold;
    padding: 12px;
}

#services-slider-pager a,
#page-slider-pager a {
    display: inline-block;
    margin-left: 5px;
    text-indent: -1000em;
    font-size: 0px;
    width: 10px;
    height: 10px;
    background: url(../images/bg-disc.png) no-repeat;
}
#services-slider-pager a.current {
    background: url(../images/bg-disc-current.png) no-repeat;
}

.page-webinars #webinars {
	margin: -15px;
}

#page-content {
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid #E6DDCE;
  /*   min-height: 550px;*/
}

#webinars #page-content {
    padding: 0px;
}

.page-press #page-content, .page-headlines #page-content, #webinars .page-webinars {
    padding:0;
}

#webinars .page-webinars #webinars  {
	padding: 15px;
}
div#page-93 #page-content  {
	padding: -15px;
}

#brochure-button {float: right; 
margin-top: -40px;}

.service-2707 #brochure-button {float: right; 
margin-top: -70px !important;} 


#service-description {
    padding: 15px;
    background: #fbf4ec;
}

#intro-description {
    padding: 15px;
    background: #fff;
}

#intro-description h3, #service-description h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 10px;
}

    #page-content h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 26px;
        padding-bottom: 15px;
    }
    
    #service-description p {
    	padding-bottom: 12px;
    }

#intro-description p,
#service-description p,
#page-content p {
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.15rem;
    font-family: 'Helvetica', sans-serif;
}
    #page-content p {
        padding-left:0;
        padding-right:0;
    }

    #page-content hr {
        border-top: 1px solid #b4b09b;
        margin-bottom: 10px;
        margin-top: 15px;
    }

#page-content #analyst-profile-bio p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.15rem;
    padding-top: 0px;    
    padding-left: 0px;
    padding-right: 0px;
}

#page-content #analyst-profile-bio li {
    margin-left: 20px;
    list-style: disc; 
}

#page-content #analyst-profile-bio ul {
    padding-bottom: 15px;
}

#service-categories {
	background-color:#fbf4ec;
}

#service-categories h3 {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 5px 15px;
    background: #fbf4ec;
}
#service-categories h4,
.accordion h4,  #old-page-heading h4 {
    padding-left: 15px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    padding-top: 5px;
    padding-bottom: 5px;    
    border-top: 1px solid #c2b59b;
    font-family: Calibri, sans-serif;
    letter-spacing: 1px;
    background: url(../images/bg-service-categories-head-empty.png);
}
#service-categories .service-library-byline {
    font-family: 'EB Garamond', serif;
    color: #665e59;
}

#service-categories li:after {
    content: '   ›';
}
#service-categories h4.handle,
.accordion h4.handle, #old-page-heading {
    cursor: pointer;
    background-image: url(../images/bg-shadow-arrow-open.png) no-repeat;
    background: rgb(240,240,240);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-8 */

    
    
    
}
#service-categories h4.active,
.accordion h4.active,  #old-page-heading h4 {
    border-bottom: 1px solid #c2b59b;
}
#service-categories h4:hover,
.accordion h4:hover {
    color:#2C7A9C;
}
#service-categories ul,
.accordion .collapsible {
    background: #fbf4ec url(../images/bg-shadow-repeatable.png) repeat-x;
}

.h4SubCat {
text-indent:20px;
font-style:italic;
}

.accordion .collapsible {
    color: #2c7a9c;
}
    .accordion .collapsible p {
        padding-bottom: 10px;
        color: #0A1F26;
        padding: 10px 15px;
    }
    .accordion .collapsible a {
        font-weight: bold;
        padding-left: 15px;
    }

.document-search {
    padding: 20px;
    border-top: 1px solid #d9d6cb;
    font-family: Calibri, sans-serif;
    color: #0b2027;
    vertical-align:top;
    border-bottom: 1px solid #dcddde;
    background: #fbf4ec;
}
    .document-search h3 {
        font-family: 'EB Garamond', serif;
        font-size: 20px;
        color: #0b1f27;
        text-transform: uppercase;
        padding:0;
        margin:0;
    }
    .document-search div.search-input-wrapper {
        display: inline-block;
        float: left;
        background: #e9e9e9;
        border: 1px inset;
        border-radius: 3px;
        padding:1px;
        margin-top: 5px;
        margin-left: 5px;
    }
        .document-search div.search-input-wrapper input[type=text] {
            margin:0;
            padding: 2px;
            background: #e9e9e9;
            color: #2c7a9c;
            display: block;
            float: left;
            width:130px;
            font-size: 12px;
        }
        .document-search div.search-input-wrapper input[type=image] {
            float: right;
        }

    .document-search select {
        padding: 5px;
        height: 25px;
        color: #2c7a9c;
        font-size: 11px;
        font-weight: bold;
        background: #e9e9e9;
        border-radius: 3px;
        margin-left: 5px;
        border: 1px solid #bdbdbd;
        border-bottom: 2px solid #bdbdbd;
        margin-top: 5px;
        width: 165px;
    }

div.pager {
    margin: 0 20px;
    padding: 20px 0;
    font-size: 15px;
    color: #2c7a9c;
    font-family: Helvetica, sans-serif;
    text-align: center;
}
    div.pager a {
        display: inline-block;
        padding: 2px 7px;
        text-decoration: none;
    }
    div.pager span.pager-current {
        background: #dba564;
        color: #ffffff;
        padding: 2px 7px;
    }
    div.pager a.pager-previous {
        width: 15px;
        height: 15px;
        background: url(../images/bg-pager-previous.png) no-repeat center center;
        text-indent: -1000em;
    }
    div.pager a.pager-next {
        width: 15px;
        height: 15px;
        background: url(../images/bg-pager-next.png) no-repeat center center;
        text-indent: -1000em;
    }
    div.pager a.pager-next {
    }
    div.pager .pager-left {
        float: left;
        width: 100px;
    }
    div.pager .pager-right {
        float: right;
        width: 100px;
    }

#right-sidebar {
	width: 189px;
	float: left;
}

#right-sidebar h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #435258;
    text-align: center;
    padding:10px 0;
}
#right-sidebar hr,
#left-sidebar hr {
    height: 2px;
    border-top: 1px solid #b4b09b;
    border-bottom: 1px solid #b4b09b;
}

.services-latest-report {
    padding-left: 10px;
    padding-bottom: 25px;
    padding-top: 10px;
    margin-bottom: 2px;
    border-top: 1px solid #cccbc3;
    height: 100%;
    background: rgb(220,221,222); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGRkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWNhY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(220,221,222,1) 0%, rgba(201,202,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,221,222,1)), color-stop(100%,rgba(201,202,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(220,221,222,1) 0%,rgba(201,202,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(220,221,222,1) 0%,rgba(201,202,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(220,221,222,1) 0%,rgba(201,202,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(220,221,222,1) 0%,rgba(201,202,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#c9cacb',GradientType=0 ); /* IE6-8 */
}
.services-latest-report li:first-child {
    border:0;
}

.services-latest-report-title {
    height: 80px;
    float: left;
    width: 110px;
    font-size: 13px;
    font-size: 1.3rem;
}
    .services-latest-report-title.wide {
        width: auto;
        float: none;
        padding-right: 10px;
    }
.services-latest-report-thumb {
   float: right;
    width: 59px;
    height: 85px;
    margin-left: 10px;
    text-align: left;
   /*  background: url("/images/report-placeholder.png") ;*/
}
.services-latest-report-thumb img {
	width: 59px;
}
    .services-latest-report-thumb.hidden {
        display: none;
    }
    .services-latest-report-thumb img {
        width: 54px;
    }

/* Our Team */
#team-grid {
    border-top: 1px solid #e6ddce;
    background: #fbf4ec;
    padding: 15px;
}
    #team-grid hr {
        height: 2px;
        border-top: 1px solid #b5b09c;
        border-bottom: 1px solid #b5b09c;
        margin: 10px 0;
    }

    #team-grid .team-row .team-cell {
        width: 150px;
        height: 225px;
        padding: 10px 0;
        float: left;
        margin-left: 10px; 
        text-align: center;
    }
    #team-grid .team-row .team-cell:first-child {
        margin-left: 0;
    }

    #team-grid .team-analyst-thumb {
        height: 135px;
    }
    #team-grid .analyst-name {
        font-size: 17px;
        font-size: 1.7rem;
        font-family: 'EB Garamond', serif;
    }
    #team-grid .analyst-title {
        font-size: 12px;
        font-size: 1.2rem;
        color: #665f59;
    }

/* member settings */
.page-settings .settings-status-message {
    padding: 5px;
    border: 1px solid #666666;
    margin-bottom: 10px;
}

.page-settings .settings-error-message {
    padding:5px;
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-bottom: 10px;
}

.page-settings .member-settings-block {
    padding-bottom: 15px;
}

.page-settings .input-text label {
    width: 150px;
    display: inline-block;
}

.page-settings .member-settings-add-account .input-text label {
    width: 120px;
}

.page-settings input[type=text],
.page-settings input[type=password] {
    width: 150px;
    padding: 2px;
    border: 1px solid #666666;
    border-radius:3px;
    font-size: 12px;
    color: #666666;
    font-family: Calibri, sans-serif;
}
.page-settings .input-text {
    padding: 5px 0;
}

.page-settings input[type=submit] {
    padding: 3px;
    border: 1px solid #666666;
    border-radius: 3px;
}

.sidebar-button {
    border-top: 1px solid #cccbc3;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
}
.sidebar-button a {
    display: block;
    font-family: 'EB Garamond', Serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 5px;
    color: #635a47;
    background: #c8c6bc;
    margin-left: 0px;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.sidebar-button a:hover {
    background: #c8c4b0;
}

/*
.sidebar-button a {
    display: block;
    font-family: 'EB Garamond', Serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 1px 1px #333333;
    text-decoration: none;
    padding: 5px;
    color: #ffffff;
    border: 1px solid #7e7e7e;
    border-radius: 2px;
    background: rgb(125,125,125); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjVhNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(125,125,125,1) 0%, rgba(98,90,84,1) 100%); /* FF3.6+ */
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,125,125,1)), color-stop(100%,rgba(98,90,84,1)));
    background: -webkit-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(98,90,84,1) 100%);
    background: -o-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(98,90,84,1) 100%);
    background: -ms-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(98,90,84,1) 100%);
    background: linear-gradient(to bottom,  rgba(125,125,125,1) 0%,rgba(98,90,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#625a54',GradientType=0 );
}
*/


#right-sidebar h3.shadow {
    padding-top: 15px;
    background: url(../images/bg-left-sidebar-shadow.png) top center no-repeat;
    border-top: 1px solid #b4b09b;
    letter-spacing: 0;
}
#right-sidebar ul {
    
}

ul#services-news {
        padding-top: 15px;
        padding-bottom: 10px;
    background: url(../images/bg-left-sidebar-shadow.png) top center no-repeat;
    border-bottom: 1px solid #b4b09b;
    letter-spacing: 0;
    background-color: #ececec;
}


    #right-sidebar ul li {
        font-size: 12px;
        font-size: 1.2rem;
        color: #665e59;
        line-height: 16px;
        line-height: 1.6rem;
        display: block;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    #right-sidebar ul#mercator-advantage, ul#pressroom-request {
        padding-top: 10px;
        background: #ececec url(../images/bg-left-sidebar-shadow.png) top center no-repeat;
        color: #287395;
        list-style-type: disc;
        list-style-position: outside;
        border-bottom: 1px solid #b4b09b;
    }
    ul#pressroom-request {
    	width: 189px;
    }
    #right-sidebar ul#mercator-advantage li, ul#pressroom-request li {
        color: #287395;
        font-weight: bold;
        line-height: 18px;
        font-size: 1.3rem;
    }
    
     
        ul#pressroom-request li a {
            font-weight: bold;
            text-decoration: none;
        }

#right-sidebar #contact {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #675e59;
    padding: 10px;
}
    #right-sidebar #contact .phone {
        font-size: 28px;
        color: #2c7a9c;
        text-align: center;
        font-family: Times, serif;
    }
    #right-sidebar #contact .or {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 5px;
        font-style: italic;
    }
    #right-sidebar #contact .form input,
    #right-sidebar #contact .form textarea {
        display: block;
        background: #e9e9e9;
        border: 1px inset;
        border-radius: 2px;
        padding: 2px;
        margin-top: 10px;
        font-size: 12px;
        font-weight: bold;
        font-family: Calibri, sans-serif;
        width: 165px;
    }
    
    .form-textbox
    
    
    #right-sidebar #contact .form textarea {
        height: 100px;
    }

    #right-sidebar #contact .form ::-webkit-input-placeholder {
        color:    #2c7a9c;
    }
    #right-sidebar #contact .form :-moz-placeholder {
        color:    #2c7a9c;
    }
    #right-sidebar #contact .form :-ms-input-placeholder {
        color:    #2c7a9c;
    }

#right-sidebar .member-thought-leadership {
    max-height: 200px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #665e59;
    font-family: 'EB Garamond', Serif;
}
#right-sidebar .member-thought-leadership .member-thought-leadership-thumb {
    width: 70px;
    float: left;
}

right-sidebar .sidebar-text {
    max-height: 200px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 15px;
    font-size: 1.3em;
    line-height: 18px;
    line-height: 1.8em;
    color: #000000;
    font-family: 'EB Garamond', Serif;
    margin:10px;
    background-color:gray;
    text-align:center;
}

.press-room a  {
    background: url(../images/arrow-right-blue.png) 10px 5px no-repeat;
    padding-left: 25px;
}

ul#services-news li {
    display: block;
    padding-left: 25px;
    padding-right: 5px;
    background: url(../images/arrow-right-blue.png) 10px 5px no-repeat;
}
ul#services-news li.PrivatePost {
    display: block;
    padding-left: 25px;
    padding-right: 5px;
    background: url(../images/arrow-right-gold.png) 10px 5px no-repeat;
  
}
ul#services-news li.PrivatePost a {
    color: #c09d00;
}
ul#services-news li:first-child {
    margin-top:0;
}
ul#services-news li a {
    font-size: 13px;
    font-size: 1.3rem;
}

ul#services-news li a:hover {
	text-decoration: none;
}
#sidebar-twitter-post {
    font-family: 'EB Garamond', Serif;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    color: #0a1f26;
}
#sidebar-twitter-post a {
    text-decoration: none;
}

#sidebar-twitter-post iframe {
            margin-bottom: -5px;
        }
.service-3255 #service-description > h3 {
  display: none;
}
.service-3255 .servicesslider .jcarousel-item {
    height: 200px;
}

/************************/

#footer-wrapper {
	background: #0a1f26;
	height: 355px;
}
#footer {
	display: block;
	margin: auto;
	width: 1108px; /* updated 10/08/2019 dhb - was 970px */
	height: 355px;
	background: url(../images/bg-footer.png) right bottom no-repeat;
}

#footer-left {
	width: 48%;
	float: left;
	padding-top: 25px;
}

#footer-nav {
	height: 150px;
	display: block;
}
.footer-nav-panel {
	display: block;
	float: left;
	padding: 0 15px;
	height: 100%;
}
.footer-nav-panel:first-child {
}
.footer-nav-panel h3 {
	color: #dca665;
	font-family: 'EB Garamond', serif;
	padding:0;
	padding-bottom: 10px;
	margin:0;
        font-size: 16px;
        width: 150px;
        font-size: 1.9rem;
        line-height: 22px;
	letter-spacing: 1px;
}
.footer-nav-panel ul {
	display: block;
	float: left;
	list-style: none;
}
.footer-nav-panel ul li a {
	color: #dcddde;
	text-decoration: none;
	font-family: Calibri, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
}
.footer-nav-panel ul li a:hover {
	text-decoration: underline;
}
#footer-copyright {
	font-size: 11px;
	font-family: Calibri, sans-serif;
	padding-top: 95px;
	color: #dcddde;
}

#footer-right {
	width: 45%; /* updated 10/08/2019 dhb - was 52% */
	float: right;
	text-align: right;
	padding-top: 25px;
}
#footer-updates {
	display: block;
	width: 510px;
}
#footer-updates-heading  {
	display: block;
	padding: 10px;
	height: 25px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	background: #F5E9DA; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzNiUiIHN0b3AtY29sb3I9IiNmNWU5ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGVkZmUwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(245,233,218,1) 36%, rgba(222,223,224,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(36%,rgba(245,233,218,1)), color-stop(100%,rgba(222,223,224,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,233,218,1) 36%,rgba(222,223,224,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,233,218,1) 36%,rgba(222,223,224,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,233,218,1) 36%,rgba(222,223,224,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,233,218,1) 36%,rgba(222,223,224,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e9da', endColorstr='#dedfe0',GradientType=0 ); /* IE6-8 */
}
#footer-updates-heading h2 {
	font-size: 15px;
	font-size: 1.5rem;
	color: #0a1f26;
	padding:0;
	margin:0;
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	float: left;
}
#footer-updates-content {
	
}
#footer-updates-carousel {
    width: text-align: center;
   float:left;
   width: 510px;
    background: #c2b59b url(../images/horizontal-shadow.png) repeat-x;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-bottom: 15px;
}
#footer-updates-carousel a:hover{
    color: #003d58;
}
#footer-updates-carousel li {
    padding: 16px;
    padding-top: 10px;
    padding-bottom: 25px;
    display: inline-block;
    width: 223px;
    text-align: left;
    float:left;
    
}
#footer-updates-carousel li a {
    display: block;
    text-decoration: none;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    font-size: 2.0rem;
    color: #0a1f26;
    padding-bottom: 5px;
}
#footer-updates-carousel li span.date,
#footer-updates-carousel li div.date {
    font-family: Calibri, Sans-Serif;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    color: #524129;
}

#footer-social {
	text-align: left;
	font-size: 12px;
	font-size: 1.2rem;
	color: #dcddde;
	font-family: Calibri, sans-serif;
	padding-top: 15px;
}
#footer-social img {
	vertical-align: top;
	padding-right: 5px;
}
#service-library-list .service-library-research-title a, #service-categories li a {
    font-family: 'EB Garamond', serif;
    font-size: 1.6rem;
    font-size: 16px;
    color: #2c7a9c;
    text-decoration: none;
}

#service-library-research ul li.radiospot.even, #service-categories ul li.radiospot.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-research ul li.radiospot.odd, #service-categories ul li.radiospot.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  

         #service-library-research ul li.video.even, #service-categories ul li.video.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-research ul li.video.odd, #service-categories ul li.video.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  

         #service-library-research ul li.image.even, #service-categories ul li.image.even {
            background: #f7ecde url(../images/icon-note-even.png) no-repeat 15px 15px;
        }
        #service-library-research ul li.image.odd, #service-categories ul li.image.odd {
            background: url(../images/icon-note-odd.png) no-repeat 15px 15px;
        }  


#service-library-list .service-library-research-title a:hover, #service-categories li a:hover {
	color:#409ec8;
}
#service-library-list .service-library-byline, #service-categories .service-categories-byline {
    font-family: 'EB Garamond', serif;
    color: #665e59;
    font-size: 1.3rem;
    font-size: 14px;
}

.service-library-filter {
    padding: 0;
}

a.service-library-filter-button,
.document-filters a {
    display: block;
    float: left;
    border-left: 1px solid #c2b59b;
    padding: 12px;
    color: #0b2027;
    font-family: Calibri, sans-serif;
    text-decoration: none;
    background-color: rgb(251, 244, 236);
}
	.document-filters a{
    	padding-left:40px;
}

	.FilterReport {
    	background: url(../images/icon-report-odd.png) no-repeat 10px;
}

	.FilterViewpoints {
       background: url(../images/icon-viewpoint-even.png) no-repeat 10px;
}

	.FilterNotes {
       background: url(../images/icon-note-odd.png) no-repeat 10px;
}


a.service-library-filter-button:hover,
.document-filters a:hover {
	color: #fff;
	background: rgb(44,122,156); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2E5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTU3N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(44,122,156,1) 0%, rgba(25,87,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,156,1)), color-stop(100%,rgba(25,87,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7a9c', endColorstr='#19577b',GradientType=0 ); /* IE6-8 */
}
    a.service-library-filter-button:first-child,
    .document-filters a:first-child {
        border-left: 0;
    }

.service-library-filter-label,
.document-filters-filter-label {
    width: 176px;
    margin-left: 307px;
    background: rgb(44,122,156); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2E5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTU3N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(44,122,156,1) 0%, rgba(25,87,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,156,1)), color-stop(100%,rgba(25,87,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7a9c', endColorstr='#19577b',GradientType=0 ); /* IE6-8 */
    color: #ffffff;
    font-weight: bold;
    padding: 12px;
}

#services-slider-pager a,
#page-slider-pager a {
    display: inline-block;
    margin-left: 5px;
    text-indent: -1000em;
    font-size: 0px;
    width: 10px;
    height: 10px;
    background: url(../images/bg-disc.png) no-repeat;
}
#services-slider-pager a.current {
    background: url(../images/bg-disc-current.png) no-repeat;
}

.page-webinars #webinars {
	margin: -15px;
}

#page-content {
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid #E6DDCE;
  /*   min-height: 550px;*/
}

#webinars #page-content {
    padding: 0px;
}

.page-press #page-content, .page-headlines #page-content, #webinars .page-webinars {
    padding:0;
}

#webinars .page-webinars #webinars  {
	padding: 15px;
}
div#page-93 #page-content  {
	padding: -15px;
}

#brochure-button {float: right; 
margin-top: -40px;}

.service-2707 #brochure-button {float: right; 
margin-top: -70px !important;} 


#service-description {
    padding: 15px;
    background: #fbf4ec;
}

#intro-description {
    padding: 15px;
    background: #fff;
}

#intro-description h3, #service-description h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 10px;
}

    #page-content h3 {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 26px;
        padding-bottom: 15px;
    }
    
    #service-description p {
    	padding-bottom: 12px;
    }

#intro-description p,
#service-description p,
#page-content p {
    font-size: 12px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.15rem;
    font-family: 'Helvetica', sans-serif;
}
    #page-content p {
        padding-left:0;
        padding-right:0;
    }

    #page-content hr {
        border-top: 1px solid #b4b09b;
        margin-bottom: 10px;
        margin-top: 15px;
    }

#page-content #analyst-profile-bio p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 21px;
    line-height: 2.15rem;
    padding-top: 0px;    
    padding-left: 0px;
    padding-right: 0px;
}

#page-content #analyst-profile-bio li {
    margin-left: 20px;
    list-style: disc; 
}

#page-content #analyst-profile-bio ul {
    padding-bottom: 15px;
}

#service-categories {
	background-color:#fbf4ec;
}

#service-categories h3 {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 5px 15px;
    background: #fbf4ec;
}
#service-categories h4,
.accordion h4,  #old-page-heading h4 {
    padding-left: 15px;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 17px;
    padding-top: 5px;
    padding-bottom: 5px;    
    border-top: 1px solid #c2b59b;
    font-family: Calibri, sans-serif;
    letter-spacing: 1px;
    background: url(../images/bg-service-categories-head-empty.png);
}
#service-categories .service-library-byline {
    font-family: 'EB Garamond', serif;
    color: #665e59;
}

#service-categories li:after {
    content: '   ›';
}
#service-categories h4.handle,
.accordion h4.handle, #old-page-heading {
    cursor: pointer;
    background-image: url(../images/bg-shadow-arrow-open.png) no-repeat;
    background: rgb(240,240,240);
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(240,240,240,1) 0%, rgba(227,227,227,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,240,240,1)), color-stop(100%,rgba(227,227,227,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(240,240,240,1) 0%,rgba(227,227,227,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e3e3e3',GradientType=0 ); /* IE6-8 */

    
    
    
}
#service-categories h4.active,
.accordion h4.active,  #old-page-heading h4 {
    border-bottom: 1px solid #c2b59b;
}
#service-categories h4:hover,
.accordion h4:hover {
    color:#2C7A9C;
}
#service-categories ul,
.accordion .collapsible {
    background: #fbf4ec url(../images/bg-shadow-repeatable.png) repeat-x;
}

.h4SubCat {
text-indent:20px;
font-style:italic;
}

.accordion .collapsible {
    color: #2c7a9c;
}
    .accordion .collapsible p {
        padding-bottom: 10px;
        color: #0A1F26;
        padding: 10px 15px;
    }
    .accordion .collapsible a {
        font-weight: bold;
        padding-left: 15px;
    }

.document-search {
    padding: 20px;
    border-top: 1px solid #d9d6cb;
    font-family: Calibri, sans-serif;
    color: #0b2027;
    vertical-align:top;
    border-bottom: 1px solid #dcddde;
    background: #fbf4ec;
}
    .document-search h3 {
        font-family: 'EB Garamond', serif;
        font-size: 20px;
        color: #0b1f27;
        text-transform: uppercase;
        padding:0;
        margin:0;
    }
    .document-search div.search-input-wrapper {
        display: inline-block;
        float: left;
        background: #e9e9e9;
        border: 1px inset;
        border-radius: 3px;
        padding:1px;
        margin-top: 5px;
        margin-left: 5px;
    }
        .document-search div.search-input-wrapper input[type=text] {
            margin:0;
            padding: 2px;
            background: #e9e9e9;
            color: #2c7a9c;
            display: block;
            float: left;
            width:130px;
            font-size: 12px;
        }
        .document-search div.search-input-wrapper input[type=image] {
            float: right;
        }

    .document-search select {
        padding: 5px;
        height: 25px;
        color: #2c7a9c;
        font-size: 11px;
        font-weight: bold;
        background: #e9e9e9;
        border-radius: 3px;
        margin-left: 5px;
        border: 1px solid #bdbdbd;
        border-bottom: 2px solid #bdbdbd;
        margin-top: 5px;
        width: 165px;
    }

div.pager {
    margin: 0 20px;
    padding: 20px 0;
    font-size: 15px;
    color: #2c7a9c;
    font-family: Helvetica, sans-serif;
    text-align: center;
}
    div.pager a {
        display: inline-block;
        padding: 2px 7px;
        text-decoration: none;
    }
    div.pager span.pager-current {
        background: #dba564;
        color: #ffffff;
        padding: 2px 7px;
    }
    div.pager a.pager-previous {
        width: 15px;
        height: 15px;
        background: url(../images/bg-pager-previous.png) no-repeat center center;
        text-indent: -1000em;
    }
    div.pager a.pager-next {
        width: 15px;
        height: 15px;
        background: url(../images/bg-pager-next.png) no-repeat center center;
        text-indent: -1000em;
    }
    div.pager a.pager-next {
    }
    div.pager .pager-left {
        float: left;
        width: 100px;
    }
    div.pager .pager-right {
        float: right;
        width: 100px;
    }

#right-sidebar {
	width: 189px;
	float: left;
}

#right-sidebar h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #435258;
    text-align: center;
    padding:10px 0;
}
#right-sidebar hr,
#left-sidebar hr {
    height: 2px;
    border-top: 1px solid #b4b09b;
    border-bottom: 1px solid #b4b09b;
}

.services-latest-report {
    padding-left: 10px;
    padding-bottom: 25px;
    padding-top: 10px;
    margin-bottom: 2px;
    border-top: 1px solid #cccbc3;
    height: 100%;
    background: rgb(220,221,222); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RjZGRkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOWNhY2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(220,221,222,1) 0%, rgba(201,202,203,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220,221,222,1)), color-stop(100%,rgba(201,202,203,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(220,221,222,1) 0%,rgba(201,202,203,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(220,221,222,1) 0%,rgba(201,202,203,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(220,221,222,1) 0%,rgba(201,202,203,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(220,221,222,1) 0%,rgba(201,202,203,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcddde', endColorstr='#c9cacb',GradientType=0 ); /* IE6-8 */
}
.services-latest-report li:first-child {
    border:0;
}

.services-latest-report-title {
    height: 80px;
    float: left;
    width: 110px;
    font-size: 13px;
    font-size: 1.3rem;
}
    .services-latest-report-title.wide {
        width: auto;
        float: none;
        padding-right: 10px;
    }
.services-latest-report-thumb {
   float: right;
    width: 59px;
    height: 85px;
    margin-left: 10px;
    text-align: left;
   /*  background: url("/images/report-placeholder.png") ;*/
}
.services-latest-report-thumb img {
	width: 59px;
}
    .services-latest-report-thumb.hidden {
        display: none;
    }
    .services-latest-report-thumb img {
        width: 54px;
    }

/* Our Team */
#team-grid {
    border-top: 1px solid #e6ddce;
    background: #fbf4ec;
    padding: 15px;
}
    #team-grid hr {
        height: 2px;
        border-top: 1px solid #b5b09c;
        border-bottom: 1px solid #b5b09c;
        margin: 10px 0;
    }

    #team-grid .team-row .team-cell {
        width: 150px;
        height: 225px;
        padding: 10px 0;
        float: left;
        margin-left: 10px; 
        text-align: center;
    }
    #team-grid .team-row .team-cell:first-child {
        margin-left: 0;
    }

    #team-grid .team-analyst-thumb {
        height: 135px;
    }
    #team-grid .analyst-name {
        font-size: 17px;
        font-size: 1.7rem;
        font-family: 'EB Garamond', serif;
    }
    #team-grid .analyst-title {
        font-size: 12px;
        font-size: 1.2rem;
        color: #665f59;
    }

/* member settings */
.page-settings .settings-status-message {
    padding: 5px;
    border: 1px solid #666666;
    margin-bottom: 10px;
}

.page-settings .settings-error-message {
    padding:5px;
    border: 1px solid #ff0000;
    color: #ff0000;
    margin-bottom: 10px;
}

.page-settings .member-settings-block {
    padding-bottom: 15px;
}

.page-settings .input-text label {
    width: 150px;
    display: inline-block;
}

.page-settings .member-settings-add-account .input-text label {
    width: 120px;
}

.page-settings input[type=text],
.page-settings input[type=password] {
    width: 150px;
    padding: 2px;
    border: 1px solid #666666;
    border-radius:3px;
    font-size: 12px;
    color: #666666;
    font-family: Calibri, sans-serif;
}
.page-settings .input-text {
    padding: 5px 0;
}

.page-settings input[type=submit] {
    padding: 3px;
    border: 1px solid #666666;
    border-radius: 3px;
}

.sidebar-button {
    border-top: 1px solid #cccbc3;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
}
.sidebar-button a {
    display: block;
    font-family: 'EB Garamond', Serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 5px;
    color: #635a47;
    background: #c8c6bc;
    margin-left: 0px;
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.sidebar-button a:hover {
    background: #c8c4b0;
}

/*
.sidebar-button a {
    display: block;
    font-family: 'EB Garamond', Serif;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 1px 1px #333333;
    text-decoration: none;
    padding: 5px;
    color: #ffffff;
    border: 1px solid #7e7e7e;
    border-radius: 2px;
    background: rgb(125,125,125); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
/*    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2Q3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjVhNTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(125,125,125,1) 0%, rgba(98,90,84,1) 100%); /* FF3.6+ */
/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,125,125,1)), color-stop(100%,rgba(98,90,84,1)));
    background: -webkit-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(98,90,84,1) 100%);
    background: -o-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(98,90,84,1) 100%);
    background: -ms-linear-gradient(top,  rgba(125,125,125,1) 0%,rgba(98,90,84,1) 100%);
    background: linear-gradient(to bottom,  rgba(125,125,125,1) 0%,rgba(98,90,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7d7d', endColorstr='#625a54',GradientType=0 );
}
*/


#right-sidebar h3.shadow {
    padding-top: 15px;
    background: url(../images/bg-left-sidebar-shadow.png) top center no-repeat;
    border-top: 1px solid #b4b09b;
    letter-spacing: 0;
}
#right-sidebar ul {
    
}

ul#services-news {
        padding-top: 15px;
        padding-bottom: 10px;
    background: url(../images/bg-left-sidebar-shadow.png) top center no-repeat;
    border-bottom: 1px solid #b4b09b;
    letter-spacing: 0;
    background-color: #ececec;
}


    #right-sidebar ul li {
        font-size: 12px;
        font-size: 1.2rem;
        color: #665e59;
        line-height: 16px;
        line-height: 1.6rem;
        display: block;
        padding-left: 10px;
        padding-right: 5px;
        padding-bottom: 10px;
    }

    #right-sidebar ul#mercator-advantage, ul#pressroom-request {
        padding-top: 10px;
        background: #ececec url(../images/bg-left-sidebar-shadow.png) top center no-repeat;
        color: #287395;
        list-style-type: disc;
        list-style-position: outside;
        border-bottom: 1px solid #b4b09b;
    }
    ul#pressroom-request {
    	width: 189px;
    }
    #right-sidebar ul#mercator-advantage li, ul#pressroom-request li {
        color: #287395;
        font-weight: bold;
        line-height: 18px;
        font-size: 1.3rem;
    }
    
     
        ul#pressroom-request li a {
            font-weight: bold;
            text-decoration: none;
        }

#right-sidebar #contact {
    text-align: center;
    font-family: 'EB Garamond', serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #675e59;
    padding: 10px;
}
    #right-sidebar #contact .phone {
        font-size: 28px;
        color: #2c7a9c;
        text-align: center;
        font-family: Times, serif;
    }
    #right-sidebar #contact .or {
        font-size: 18px;
        padding-top: 15px;
        padding-bottom: 5px;
        font-style: italic;
    }
    #right-sidebar #contact .form input,
    #right-sidebar #contact .form textarea {
        display: block;
        background: #e9e9e9;
        border: 1px inset;
        border-radius: 2px;
        padding: 2px;
        margin-top: 10px;
        font-size: 12px;
        font-weight: bold;
        font-family: Calibri, sans-serif;
        width: 165px;
    }
    
    .form-textbox
    
    
    #right-sidebar #contact .form textarea {
        height: 100px;
    }

    #right-sidebar #contact .form ::-webkit-input-placeholder {
        color:    #2c7a9c;
    }
    #right-sidebar #contact .form :-moz-placeholder {
        color:    #2c7a9c;
    }
    #right-sidebar #contact .form :-ms-input-placeholder {
        color:    #2c7a9c;
    }

#right-sidebar .member-thought-leadership {
    max-height: 200px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 18px;
    line-height: 1.8rem;
    color: #665e59;
    font-family: 'EB Garamond', Serif;
}
#right-sidebar .member-thought-leadership .member-thought-leadership-thumb {
    width: 70px;
    float: left;
}

right-sidebar .sidebar-text {
    max-height: 200px;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 20px;
    font-size: 15px;
    font-size: 1.3em;
    line-height: 18px;
    line-height: 1.8em;
    color: #000000;
    font-family: 'EB Garamond', Serif;
    margin:10px;
    background-color:gray;
    text-align:center;
}

.press-room a  {
    background: url(../images/arrow-right-blue.png) 10px 5px no-repeat;
    padding-left: 25px;
}

ul#services-news li {
    display: block;
    padding-left: 25px;
    padding-right: 5px;
    background: url(../images/arrow-right-blue.png) 10px 5px no-repeat;
}
ul#services-news li.PrivatePost {
    display: block;
    padding-left: 25px;
    padding-right: 5px;
    background: url(../images/arrow-right-gold.png) 10px 5px no-repeat;
  
}
ul#services-news li.PrivatePost a {
    color: #c09d00;
}
ul#services-news li:first-child {
    margin-top:0;
}
ul#services-news li a {
    font-size: 13px;
    font-size: 1.3rem;
}

ul#services-news li a:hover {
	text-decoration: none;
}
#sidebar-twitter-post {
    font-family: 'EB Garamond', Serif;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    color: #0a1f26;
}
#sidebar-twitter-post a {
    text-decoration: none;
}

#sidebar-twitter-post iframe {
            margin-bottom: -5px;
        }
.service-3255 #service-description > h3 {
  display: none;
}
.service-3255 .servicesslider .jcarousel-item {
    height: 200px;
}

#footer-pj {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: Calibri, sans-serif;
	color: #dcddde;
	text-align: left;
	padding-top: 22px;
}
#footer-pj img {
	vertical-align: text-bottom;
	padding-left: 10px;
}

/*Press Room & Headlines*/

div.press-row:first {
	padding-top:15px;
}
div.press-row.even {
	padding:15px;
	padding-top:8px;
	border-bottom: 1px #c2b59b solid;
}
div.press-row.odd {
	background: #f7ecde;
	border-bottom: 1px #c2b59b solid;
	padding:15px;
	padding-top:8px;
}
div.press-row.odd {
	background: #f7ecde;
	border-bottom: 1px #c2b59b solid;
	padding:15px;
	padding-top:8px;
}
.press-date, .headline-date, .webinar-date, .webinar-author, .page-pressroom #press-citations div.citation-row div.citation-info {
	color: #665e59;
	font-size: 13px;
    font-family: 'EB Garamond', Serif;
    letter-spacing: 1px;
    font-size: 1.4rem;
    letter-spacing: 1px;   
}
.magEvent {
  float: right;
  width:96px;
}
.page-pressroom #press-citations div.citation-row div.citation-info {
            margin-left: 175px;

        }   
            .article-source {
      			font-weight: bold;      
            }
         
.press-row a, .page-pressroom #press-citations div.citation-row div.citation-info a {
	font-size: 16px;
    font-family: 'EB Garamond', Serif;
	color: #2c7a9c;
	line-height: 18px;
	padding-bottom: 5px;
	text-decoration: none;
	
}
.press-row a:hover, .page-pressroom #press-citations div.citation-row div.citation-info a:hover {
	font-size: 16px;
    font-family: 'EB Garamond', Serif;
	color: #83a9ba;	
}

/*Careers*/

.career-opportunity {
	background-color: #FBF4EC;
	border-top: 1px solid #E6DDCE;
	border-bottom: 1px solid #E6DDCE;
	padding: 15px;
	margin-bottom: 15px;
}

.career-opportunity h2 {
}

#page-content .career-opportunity-intro p {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 23px;
	line-height: 2.3rem;
	font-family: Calibri, Sans-Serif;
	color: #0A1F26;
}

/*Report Styles*/

.document-byline {
	font-size: 14px;
	line-height: 18px;
    font-family: 'EB Garamond', Serif;
	color: #2c7a9c;
	margin-bottom: 15px;
}
.document-summary {
	font-size: 15px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.9rem;
	font-family: Calibri, Sans-Serif;
	color: #0A1F26;
	margin-bottom: 15px;
}

.document-disclaimer {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	margin-bottom: 20px;
	font-family: 'Helvetica', sans-serif;
}

.document-download {
    padding-bottom: 15px;
}

.document-featured-image {
    display: block;
    width: 475px;
}

.report-header-left {
    width: 290px;
    float: left;
}
.report-header-right {
    width: 175px;
    float: right;
    text-align:center;
}
    .report-header-right img {
        width: 169px;
        min-height: 200px;
        padding: 2px;
        border: 1px solid #dcddde;
        margin-bottom: 15px;
    }

.note-header-left {
    width: 290px;
    float: left;
}
.note-header-right {
    width: 175px;
    float: right;
    text-align:center;
}
    .note-header-right img {
        width: 169px;
        min-height: 200px;
        padding: 2px;
        border: 1px solid #dcddde;
        margin-bottom: 15px;
    }

/* Thickbox */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}
a.button, .page-settings input[type="submit"] {
    display: inline-block;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'EB Garamond', serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 16px;
	line-height: 1.6rem;
	letter-spacing: 1px;
	margin:0;
	padding: 4px 7px;
	padding-bottom: 6px;
	box-shadow: 0 0 3px #000000;
	border: 1px solid #2c7a9c;
	border-radius: 2px;
	background: rgb(44,122,156); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJjN2E5YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTU3N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(44,122,156,1) 0%, rgba(25,87,123,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(44,122,156,1)), color-stop(100%,rgba(25,87,123,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(44,122,156,1) 0%,rgba(25,87,123,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7a9c', endColorstr='#19577b',GradientType=0 ); /* IE6-8 */
}
a.button:hover, .page-settings input[type="submit"]:hover {
	background: #2c7a9c;
}
#ctl00_ctl00_pMainBody_pContent_btnChangePassword {
	margin-top: 15px;
}

.blue_content 
{
    font-size: 16px;
    font-family: 'EB Garamond', Serif;
    color: #2c7a9c;
    padding:5px;
    width:100%;
    display:inline;
}

.pagination-title 
{
	font-family: 'calibri', sans serif;
	font-size: 14px;
	line-height: 20px;
	color: #675e59;
	padding: 10px;
	text-align: left;
}

.public
{    
    background: url(../images/unlock.png) no-repeat; 
    float:left;
    margin-top:30px;
    margin-left:-30px;
    width:24px;
    height:24px;
}

.private 
{
    background: url(../images/lock.png) no-repeat;
    float:left;
    margin-top:30px;
    margin-left:-30px;
    width:24px;
    height:24px;
}

#content .jcarousel-container {
	background: #fff;
}
#services-slider-controls{
    padding: 15px;
    border-bottom: 2px solid #c2b59b;
    line-height: 1px;
    margin-bottom: 20px;
}
#notesummary table {
	display: none; 
}

.BlogFilters {
   background: transparent;
 
   padding: 5px;
   font-size: 13px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   }
   
.BlogFilters select {
    padding:3px;
    margin: 15px 0 0 15px;;
      width: 180px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
}


#member-message h3 {display: none; }
.key {display: block; }
#member-message .key {display: none; }

div.services-analyst group {height: 300px !important;}

/*VIDEOS*/
.videowrapper #page-heading {
  background: url("/images/videoheader.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.videowrapper #page-heading > h2 {
  width: 680px;
}
.videosLoggedOut {
background-color: #fbf4ec;
border: 2px solid #287295;
border-radius: 8px;
box-shadow: 1px 1px 1px 1px #888888;
display: block;
font-family: Georgia,serif;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
margin: 40px auto;
padding: 10px;
text-align: center;
text-decoration: inherit;
width: 420px;
}
.one-column {
  background-color: #FFFFFF;
  padding: 20px;
}
    .one-column h1 {
        font-size: 32px;
    }
    .one-column p {
        margin-bottom:12px;
    }
     .one-column input,  .one-column select {
  border: 1px solid #999999;
  width: 200px;
}
.videowrapper p {
  padding: 10px;
}
.videowrapper .filters {
  padding: 5px;  
  background: url("../images/bg-header.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #867d6c;
  margin:0 10px;
}
.videowrapper .filters > strong {
  padding: 0 0 0 10px;
}
.videowrapper .filters select {
  border: 1px solid #ccc;
  padding-right: 10px;
}
    .videowrapper .filters input {
        border: 1px solid #ccc;
    }



.videos .video {
  clear: both;
}
.video:after {
  content: url("/images/shadowlight.png");
  position: relative;
  top: 3px;
}
.videos {
  border-top: 4px solid #c2b59b;
  margin-top: 20px;
}
.leftCol,
.rightCol {
float: left;
padding: 20px;
}

.leftCol {
    width: 350px;
}
.rightCol {
  width: 250px;
}

.thumbnail img {
 border-radius: 0;
box-shadow: 0 0 5px 0 #666666;
max-width: 90%;
}

.video .author, .video .service {
  float: left;
  margin-left: 48px;
  text-indent: -48px;
  width: 65%;
}
.service {
  
}
.video .date {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 0 20px -10px #000;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 0 10px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 14%;
}
.video .date .month {
  background: linear-gradient(to bottom, rgba(44, 122, 156, 1) 0%, rgba(32, 101, 136, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color:#fff;
}
.video .date .day {
  font-size: 20px;
}
.thumbnail a {
  font-size: 22px;
}
.thumbnail a:before {
  content: url("/images/ytPlayIcon.png");
  margin-left: 110px;
  margin-top: 40px;
  position: absolute;
}
.link > img {
  height: 24px;
  padding: 5px;
  vertical-align: middle;
}
#video-search {

  padding: 20px 50px;
  text-align: center;
}
.imgShowSearch {
    cursor: pointer;
}
.video a {
  text-decoration: none;
}
.video a:hover {
  text-decoration: underline;
}

.videoIcons {
  background-image: url("/images/magvideoicons.png");
  clear: both;
  float: left;
  height: 24px;
  margin: 2px 10px;
  width: 24px;
}
.videoIcons.icon_report {
  background-position: 24px 0;
}
.videoIcons.icon_video {
  background-position: 72px 0;
}
.videoIcons.icon_pr {
  background-position: 48px 0;
}
.videoIcons.icon_blog {
  background-position: 96px 0;
}

.video .link > a {
  float: left;
  width: 200px;
}

.video .link:hover div {
    cursor:pointer;
    opacity:.8;
    display:block;
}
.executiveVideo a img {
  box-shadow: 0 0 10px 0 #ccc;
  width: 225px;
}
.executiveVideo {
  padding-bottom: 20px;
  
}
.executiveVideo a:before {
  content: url("/images/executiveSummaryOverlay.png");
  position: absolute;
}
.executiveVideo.loggedIn a:before {
  content: url("/images/executiveSummaryOverlayLoggedIn.png");
  position: absolute;
}
.thumbnail {
  padding-bottom: 10px;
}
.video.Private {
  background: none repeat scroll 0 0 #e9d5ae;
}
.executiveVideo.loggedIn:before {
  content: url("/images/ytPlayIconSmall.png");
  margin-left: 100px;
  margin-top: 60px;
  position: absolute;
}

.videos h3 {
font-family: arial;
font-size: 12px;
font-weight: bold;
padding-bottom: 10px;
}

.searchFilterDDL {
    float: right;
}

.videoEmbed h3 {
  font-family: Calibri,sans-serif;
  font-size: 12px !important;
  font-weight: bold;
  padding-bottom: 0 !important;
}
.videoEmbed .leftCol,
.videoEmbed .rightCol {
  width: 160px;
  padding:0;
  text-align:center;
}
.videoEmbed .thumbnail a:before {
content: url("/images/ytPlayIcon-small.png");
margin-left: 45px;
margin-top: 14px;
position: absolute;
}
.videoEmbed  .thumbnail a {
  font-size: 12px;
}
.videoEmbed .rightCol {
  float: left;
  width:210px;
}
.videoEmbed .executiveVideo a img {
  width: 145px;
}
.videoEmbed .executiveVideo a:before {
  margin-left: -10px;
}
.videoEmbed .executiveVideo.loggedIn a:before {
  content: url("/images/executiveSummaryOverlayLoggedIn-small.png") !important;
  margin-left:-25px;
}
.videoEmbed .executiveVideo a:before {
  content: url("/images/executiveSummaryOverlay-small.png") !important;
    margin-left:-25px;
}
.videoEmbed .executiveVideo.loggedIn:before {
  content: url("/images/ytPlayIconSmall.png");
  margin-left: 70px;
  margin-top: 35px;
  position: absolute;
}
.webinar-disclaimer p {
    font-size: 11px !important;
}

#ctl00_ctl00_pnlGS {
  position: relative;
}
.gsTopBanner {
background: url("../images/bg-main-nav.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
border-bottom: 2px solid #0a1f26;
color: #ffffff;
display: none;
padding-bottom: 10px;
padding-right: 20px;
padding-top: 10px;
text-align: right;
box-shadow:0px 5px 10px 0px #666;
z-index:10;
}
    .gsTopBanner a {
        color: #FFFFFF;
        text-decoration: none;
    }
    gsTopBanner a:hover {
        text-decoration: underline;
    }

    .gsTopBanner.gs3255 {
  background: none repeat scroll 0 0 #fc6701;
  border-bottom: 0 none;
  position: relative;
}

    /* Added by Akumina */
.viewMoreLink {
    float:left;
    padding: 10px;
}

.hpButtonOverlay {
  position: absolute;
  right: 50px;
  top: 50px;
  z-index: 10;
}
.hpButtonOverlay > a {
  clear: both;
  display: block;
  padding: 20px 10px 0;
}
    .hpButtonOverlay > a:hover {
        opacity: .95;
    }


/*custom service page*/
.jCustomSlider {
  padding: 10px;
  margin:3px;
}

.jCustomSlider h2 {
  font-size: 28px;
}
.jCustomSlider h3 {
 color: #2c7a9c;
font-size: 17px;
font-weight: 600;
padding-bottom: 10px;
}
.jCustomSlider .report-thumb {
  max-width: 200px;
  float: right;
  padding: 0 10px;
}
.jCustomSlider .button {
  margin: 30px 0;
}
.divLatestResearch {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  margin: 0 0 20px;
  padding-top: 10px;
}
.navOtherServices {
    text-transform: uppercase;
    font-size:12px;
    margin-left:5px;
}
    .navOtherServices .first {
        font-size: 15px;
    }