﻿/******************************************************
 * 
 * File:        style.css
 * 
******************************************************/

/*-------------------------------------------------------------------------------------------------------------- basic ----------*/
html { -webkit-text-size-adjust: none;}
body {
    background: url(../images/bg-small.png) repeat-x 0 0;
    color: #494951;    
    position: relative;
}
body.trending {
	background: url(../images/bg.png?v=1.1) repeat-x 0 0;
}
.wrapper {
    width: 960px;
    margin: 0 auto;
}
p {
    line-height: 18px;
}
h1, h3, h4 {text-transform: uppercase;}
h4 { 
    color: #fff;
    font-size: 22px;
    display: inline-block;
}
.link-arrow, .link-open, .download, a.link-subscribe, span.link-subscribe, span.basket, a.back, a.basket-blue, a.linkedin, .link-arrow-dark, .remove {
    padding-left: 20px;
    color: #082058;
    font-weight: bold;
    display: inline-block !important;
    line-height: 16px !important;
    font-family: Arial !important;
    font-size: 13px;
}
a.link-inline, p a.link-inline {
    display: inline !important;
    font-family: Arial;
    color: #082058;
}
a.link-arrow:hover, .link:hover, a.link-subscribe:hover, .link-arrow-dark:hover, a.linkedin:hover, a.basket-blue:hover, a.back:hover, .remove:hover {text-decoration: underline;}
a.back-case {
    padding-left: 20px;
    color: #082058;
    font-weight: bold;    
    line-height: 16px !important;
    font-family: Arial !important;
}
.link-arrow.right,
.remove.right {float: right;}
span.link-subscribe {
    color: #494951 !important;
    font-weight: normal;
    margin-bottom: 5px;
    background: url(../images/sprites.png) no-repeat left -1177px;
    line-height: 16px !important;
}
.back, .back-case {
    background: url(../images/sprites.png) no-repeat left -1472px;
    float: right;
}
a.linkedin, a.twitter {
	width: 100%;
    background: url(../images/linkedin.png) no-repeat 0 0px;
    height: 16px;
	line-height: 16px !important;
	padding-left: 20px;
	margin-bottom: 0px;
	float: left;
	width: 100%;
	clear: both;
}
a.twitter {
    background: url(../images/twitter-small.png) no-repeat 0 0px;
    margin-bottom: 10px;    
}
.link {
    color: #082058;
    font-weight: bold;
}
.link.pass {
    font-weight: normal !important;
    margin-top:15px;
    display: block;
}
a.open, a.close {
    width: 13px;
    height: 13px;
    display: inline-block;
    text-indent: -9999px;
    float: right;
}
a.close {background: url(../images/sprites.png) no-repeat 0 -640px;}
a.down {background: url(../images/sprites.png) no-repeat 0 -577px;}
a.open {
    background: url(../images/sprites.png) no-repeat 0 -577px;
    margin-top: 20px;
}
span.line {
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #CBD4D8;
    margin: 10px 0 20px 0;
}
span.line.events {margin-bottom: 33px;}
a.continue {
    font-style: italic;
    color: #000;
}
p.uppercase {
    font-family: Arial !important;
    font-size: 15px;
    color: #031249;
    text-transform: uppercase;
    padding-bottom: 20px !important;
}
.link-arrow.normal {font-weight: normal;}
.back.left {float: left;}
.link-arrow, .link-open {background: url(../images/sprites.png) no-repeat left 1px;}
.link-arrow-dark {background: url(../images/sprites.png) no-repeat left -2038px;}
.link-open {background: url(../images/sprites.png) no-repeat left -576px;}
.download {background: url(../images/sprites.png) no-repeat left -947px;}
a.basket-blue {background: url(../images/sprites.png) no-repeat left -1534px;}
.link-subscribe {background: url(../images/sprites.png) no-repeat left -1175px;}
span.basket {background: url(../images/sprites.png) no-repeat left -337px;}
a span.basket {background: url(../images/sprites.png) no-repeat left -337px; font-size:13px !important; font-family:Arial !important;}
.remove {background: url(../images/sprites.png) no-repeat left -640px;}
.link-arrow.mb5 {margin-bottom: 5px;}
.col-left span.line {margin: 15px 0 15px 0;}
.mb15 {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
a.link-arrow.disabled {
    color:#999;
    cursor:default;
    background: url(../images/sprites.png) no-repeat left -2262px;
    padding-left: 20px;
    font-weight: bold;
    display: inline-block !important;
    line-height: 16px !important;
}
a.link-arrow.disabled:hover {text-decoration:none;}
.mb70 {margin-bottom: 70px;}
.mb23 {margin-bottom: 23px;}
.mt0 {margin-top: 0 !important;}

/*-------------------------------------------------------------------------------------------------------------- header ----------*/

.header {
    width: 100%;
    padding-top: 12px;
    height: 126px;
    position: relative;
    z-index: 999;
}
body.trending .header {
	height: 146px;
}
.header .left {
    float: left;
    width: 810px;
    position: relative;
    z-index: 999;
}
.header ul.top-nav {
    float: left;
    margin-bottom: 29px;
    position: relative;
    width: 100%;
}
.header ul.top-nav li {
    float: left;
    padding: 4px 25px 0 0;
}
.header ul.top-nav.login-list li {
    position: relative;
    top: -7px;
}
.header ul.top-nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}
.header ul.top-nav li a:hover, .header ul.top-nav li a.current {
    text-decoration: underline;
}
.header ul.top-nav li.search {
    margin-right: 35px;
    padding: 0;
    position: static;
    top: 0;
}
.header ul.top-nav li.search input {
    background: url(../images/search.png) no-repeat 0 0;
    border: 0 none;
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    height: 18px;
    line-height: 13px;
    padding: 3px 5px 5px 10px;
    width: 221px;
}
.header ul.top-nav li.search a.search-btn, .header ul.top-nav li.search input.search-btn {
    background: url(../images/search-btn.png) no-repeat 0 0;
    width: 22px;
    height: 23px;
    display: inline-block;
}
.header ul.top-nav li.username {
	height: 28px;
    padding-right: 0;
    float: left;
    font-family: Arial,Helvetica,Sans-Serif !important;    
    font-size: 12px;
    margin-left: 30px;
    color: #9eacb2;    
    width: 110px;
}
.header ul.top-nav li.username span.log-out a {
    font-family: Arial,Helvetica,Sans-Serif !important;
    text-transform: none;
 }
/*.header ul.top-nav li.log-out a {
    font-size: 10px;
    color: #7f89a4;
    font-weight: bold;
    line-height: 21px;
    height: 18px;
}*/
.header ul.top-nav li.search input.search-btn {
    width: 10px;
    height: 16px;
}
.header ul.nav {
    float: left;
    position: absolute;
    left: -10px;
    top: 39px;
}
.header ul.nav li {
    float: left;
    padding-right: 25px;
    position: relative;
    /*height: 33px;*/
}
.header ul.nav li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    height: 31px;
}

.header ul.nav li .no-uppercase a {
    text-transform:none !important;
    font-family: Arial,Helvetica,Sans-Serif !important;
    font-size: 13px !important;
    height: auto !important;
}

.header ul.nav li a span {  
    line-height: 31px;
    display: block;
    margin: 0 10px;
    height: 31px;
    cursor: pointer;
}
.header ul.nav li.current a span {border-bottom: 2px solid #fff;}
.header ul.nav li.underline a:hover span {border-bottom: 2px solid #fff;}
.header ul.nav li.sub a:hover {color: #1d5693 !important;}
.header ul.nav li .sub-nav-wrapper {
    display: none;
    position: absolute;
    top: 31px;
    left: 0;
    width: 510px;
    z-index: 9000;
    padding: 0 0 10px 0;
}
.header ul.nav li ul.sub-nav {
    display: block;
    position: relative;
    background: #fff;
    width: 510px;
    box-shadow:0px 3px 3px #8F8F8F;
    -webkit-box-shadow:0px 3px 3px #8F8F8F;
    -moz-box-shadow:0px 3px 3px #8F8F8F;
    behavior: url(/templates/images/PIE.htc);  
    float: left;
}
.header ul.nav li ul.sub-nav li {
    padding-right: 0;
    height: auto;
}
.header ul.nav li.sub a:hover, .header ul.nav li.sub.hover a,   .header ul.nav li.sub:hover a {
    text-decoration: none;
    background: #fff;
    color: #031249;
    display: block;
}
.header .sub-nav-item {
    border-bottom: 4px solid #cbd4d8;
    min-height: 100px;
    padding: 10px;
    float: left;
    width: 490px;
}
.header .sub-nav-item p {
    padding-bottom: 10px;
}
.header .sub-nav-item strong {
    color: #031249;
    padding-top: 10px;
    display: block;
}
.header .sub-nav-item span {
    display: block;
    line-height: 18px;
}
.header .sub-nav-item a.link-arrow {
    text-transform: none !important;
    color: #031249 !important;
    font-family: Arial !important;
    font-size: 13px !important;
    background: url("../images/sprites.png") no-repeat left 1px !important;
    padding: 0 0 0 20px !important;
}
.header .sub-nav-item a.link-arrow:hover {
    color: #031249 !important;
    background: url("../images/sprites.png") no-repeat left 1px !important;
    text-decoration: underline !important;
}
.header .sub-nav-item .left-item {
    width: 210px;
    float: left;
}
.header .sub-nav-item .left-item a.link {
    color: #1d5693 !important;
    font-weight: bold;
    text-transform: none;
    display: block;
    font-size: 13px;
    font-family: Arial !important;
}
.header .sub-nav-item .left-item a.link:hover {text-decoration: underline !important;}
.header .sub-nav-item .right-item {
    width: 280px;
    float: left;
    color: #fff;
}
.header .sub-nav-item .right-item a.link-arrow {
    text-transform: none;
    font-size: 13px;
    font-family: Arial;
}
.header span.dots {
    background: url(../images/nav-bg.png) repeat-x 0 0;
    top: 82px;
    float: left;
    left: 0;
    position: absolute;
    width: 960px;    
}
.header .right {	
	display: block;
    width: 145px;    
    float: right;    
}
.header .right img {
    margin: 0 0px 0 3px;    
}
/*-----Tablets----------------------------------------------------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.header span.dots {
		width: 100%;
	}
	.header span.dots {
		z-index: 999;
	}
	.header .right {
		position: relative;
		z-index: 9997;
	}
}

/*-------------------------------------------------------------------------------------------------------------- homepage ----------*/

body.brand-messages .header, 
body.case-studies .header,
body.services .header,
body.leadership .header {
    height: 448px;
    margin-bottom: 32px;
}
.home-page-wrapper {
    height:502px;
    left:0;
    position:absolute;
    top:0;
    width:100%;
}
body.trending .home-page-wrapper {
    height:522px;
}
.home-page-wrapper-inner {
    position: relative;
}
.home-page-wrapper-inner div.active {
    z-index: 10;
    opacity: 1;
}
.home-page-wrapper-inner div.last-active {
    z-index: 9;
}
.home-page-wrapper .leadership,
.home-page-wrapper .services,
.home-page-wrapper .brand-messages,
.home-page-wrapper .case-studies {
    height: 502px;
    position: absolute;
    width: 100%;
    z-index: 8;
    opacity: 0;
}
body.trending .home-page-wrapper .leadership,
body.trending .home-page-wrapper .services,
body.trending .home-page-wrapper .brand-messages,
body.trending .home-page-wrapper .case-studies {
    height: 522px;
}
.content.home span.separator-home {
    background: url(../images/separator-home.png) repeat-x 0 0;
    float: left;
    width: 100%;    
}
.content.home .section-home {
    width: 100%;
    position:relative;
    float: left;
    margin-bottom: 45px;
}
.content.home .section-home .module, 
.content.home .section-home .module-top {
    width: 280px;
    float: left;
    margin-right: 25px;
    padding: 10px 11px 10px 12px;
}
.content.home .section-home .module-top {
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 3px #dadada;
    -webkit-box-shadow: 0px 1px 4px 3px #dadada;
    box-shadow: 0px 1px 4px 3px #dadada;
    behavior: url(/templates/images/PIE.htc);
    position: relative;
    padding: 10px 11px 52px 12px;
    display: block;
}
.content.home .section-home .module-top a.link-arrow {
    position: absolute;
    left: 12px;
    display: block;
    bottom: 12px;
    height: 16px;
}
.content.home .section-home .module-top a.link-arrow.mb7 {
    bottom: 35px;
}
.content.home .section-home .module.first {padding-left: 0;}
.content.home .section-home .module-top.last,
.content.home .section-home .module.last {margin-right: 0;}
.content.home .section-home .module h3,
.content.home .section-home .module h3 p {
    color: #3a0055;
    font-size: 22px;
    line-height: 24px;
}
.content.home .section-home .module h3 p {padding: 0 !important;}
.content.home .section-home .module-top h4 {
    background: #031249;
    margin-top: 0 !important; 
    height:24px;
    line-height:22px;   
    padding: 1px 4px 0 4px;
    margin-bottom:7px !important;
}
.content.home .section-home .module-top h4 a {
    margin-top: 0 !important;
    color: #FFFFFF;
    font-size: 22px;
}
.content.home .section-home .module h6, .section-home .module span {
    color: #031249;
    font-weight: bold;
}
.content.home .section-home .module h6 {line-height: 18px;}
.content.home .section-home .module span {
    display: inline-block;
    padding-bottom: 5px;
}
.content.home .section-home .module-top img {
    width: 278px;
    margin: 0 0 7px 0;
}
.content.home .section-home .module p, .content.home .section-home .module-top p {
    color: #494951;
    padding-bottom: 10px;
}
.content.home .section-home .module-top p {
    display: block;
}
.content.home .section-home .module a {
    color: #082058;
    font-weight: bold;
}
.content.home .section-home .module a:hover {text-decoration: underline;}
.content.home .section-home .module-carousel {
    float:left;
    width:632px;
    margin-left:3px;
    position:relative;
}
.content.home .section-home .module.first a.link {margin-left:40px;}
.content.home .section-home .module.first h3 {margin:-5px 0 22px 0;}
.content.home .section-home .module-carousel .module {width:300px !important;}
.content.home .section-home .module-carousel .module p {width:300px !important;}

/*-------------------------------------------------------------------------------------------------------------- brand mesasges BLUE HEADING ----------*/

body.brand-messages,
.home-page-wrapper .brand-messages {background: url(../images/thought-leadership-bg-small.png) repeat-x 0 0;}
body.trending .home-page-wrapper .brand-messages {background: url(../images/thought-leadership-bg.png?v=1.1) repeat-x 0 0;}
body.brand-messages .header ul.top-nav li.search input {background: url(../images/search.png) no-repeat 0 0;}
body.brand-messages .header ul.top-nav li.search a.search-btn,
body.brand-messages .header ul.top-nav li.search input.search-btn {background: url(../images/search-btn.png) no-repeat 0 0;}

/*-------------------------------------------------------------------------------------------------------------- case studies VIOLET HEADING ----------*/

body.case-studies,
.home-page-wrapper .case-studies {background: url(../images/case-studies-bg-small.png) repeat-x 0 0;}
body.trending .home-page-wrapper .case-studies {background: url(../images/case-studies-bg.png?v=1.1) repeat-x 0 0;}
body.case-studies .header ul.top-nav li.search input {background: url(../images/search-case-studies.png) no-repeat 0 0;}
body.case-studies .header ul.top-nav li.search a.search-btn,
body.case-studies .header ul.top-nav li.search input.search-btn {background: url(../images/search-btn-case-studies.png) no-repeat 0 0;}

/*-------------------------------------------------------------------------------------------------------------- services RED HEADING ----------*/

body.services,
.home-page-wrapper .services {background: url(../images/services-bg-small.png) repeat-x 0 0;}
body.trending .home-page-wrapper .services {background: url(../images/services-bg.png?v=1.1) repeat-x 0 0;}
body.services .header ul.top-nav li.search input {background: url(../images/search-services.png) no-repeat 0 0;}
body.services .header ul.top-nav li.search a.search-btn,
body.services .header ul.top-nav li.search input.search-btn {background: url(../images/search-btn-services.png) no-repeat 0 0;}

/*-------------------------------------------------------------------------------------------------------------- services DARK BLUE HEADING ----------*/

body.leadership,
.home-page-wrapper .leadership {background: url(../images/brand-messages-bg-small.png) repeat-x 0 0;}
body.trending .home-page-wrapper .leadership {background: url(../images/brand-messages-bg.png?v=1.1) repeat-x 0 0;}
body.leadership .header ul.top-nav li.search input {background: url(../images/search-brand-msg.png) no-repeat 0 0;}
body.leadership .header ul.top-nav li.search a.search-btn,
body.leadership .header ul.top-nav li.search input.search-btn {background: url(../images/search-btn-brand-msg.png) no-repeat 0 0;}

/*-------------------------------------------------------------------------------------------------------------- container ----------*/

.container {
    position: relative;    
}

/*-------------------------------------------------------------------------------------------------------------- content ----------*/

.content {
    min-height: 650px;
    position: relative;
    float: left;
    width: 100%;
}
.content.home {min-height: 500px;}

/*-------------------------------------------------------------------------------------------------------------- two columns page (page with filter) ----------*/

.content .col-left {
    width: 300px;
    float: left;
}
.content .col-left.search {
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 3px #d5d6d7;
    -webkit-box-shadow: 0px 1px 4px 3px #d5d6d7;
    box-shadow: 0px 1px 4px 3px #d5d6d7;
    behavior: url(/templates/images/PIE.htc);
    padding: 12px;
    width: 276px;
    overflow: hidden;
    position: relative;
}
.content .col-right-wide.plain {
    width: 615px;
    float: left;
    margin-left: 25px;
    padding: 10px 0 20px 0;
}
.content .col-right-wide.gray {
    width: 615px;
    float: left;
    margin: 0 0 20px 25px;
    background: #e6eaec;
    padding: 10px 0 20px 20px;
    border-top: 3px solid #cbd4d8;
    border-bottom: 3px solid #cbd4d8;
}
.content .col-right-wide.search {
    border-top: 1px solid #cbd4d8;
    padding: 10px 0 0 0;
    float: left;
    margin-left: 25px;
    width: 625px;
}

/*-------------------------------------------------------------------------------------------------------------- two columns page (wide left and narrow right) ----------*/

.content.blue .page-top,
.content.purple .page-top,
.content.violet .page-top,
.content.light-blue .page-top {
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}
.content.blue .page-top {background: url(../images/blue-border.png) repeat-x 0 bottom;}
.content.purple .page-top {background: url(../images/purple-border.png) repeat-x 0 bottom;}
.content.violet .page-top {background: url(../images/violet-border.png) repeat-x 0 bottom;}
.content.light-blue .page-top {background: url(../images/light-blue-border.png) repeat-x 0 bottom;}

.content .page-top h1,
.content .page-top h2 {
    display: inline-block;
    background: #0066b1;
    height: 38px;
    color: #fff;
    margin-bottom: 17px;
    padding: 0 5px;
    line-height: 34px;
    font-size: 38px;
    text-transform: uppercase;
}
.content.blue .page-top h1,
.content.blue .page-top h2 {background: #0066b1;}

.content.purple .page-top h1,
.content.purple .sub-title-wrap h3,
.content.purple .page-top h2 {background: #5a214a;}

.content.violet .page-top h1,
.content.violet .page-top h2 {background: #3a0055;}

.content.light-blue .page-top h1,
.content.light-blue .page-top h2 {background: #00aeee;}

.content .page-top ul.page-nav {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 18px;
}

.content .page-top ul.page-nav li, .expand-top ul.expand-nav li {
    float: left;
    padding-right: 10px;
}
.content .page-top ul.page-nav li:last-child {padding-right: 0;}

.content .page-top ul.page-nav li a, .expand-top ul.expand-nav li a {
    text-transform: uppercase;
    color: #031249;
    font-size: 16px;
    background: url(../images/sprites.png) no-repeat left -881px;
    padding: 1px 7px 3px 25px;
    display: block;
    height: 21px;
    line-height: 21px;
}
.content .page-top ul.page-nav li a {
	font-size: 16px;
}
.content .page-top ul.page-nav.small li a {
	font-size: 14px;
}
.content.blue .page-top ul.page-nav li a:hover,
.content.blue .page-top ul.page-nav li a.current {
    color: #fff;
    background: url(../images/sprites.png) no-repeat left -508px;
}
.content.blue .page-top ul.page-nav li a.current,
.content.blue .expand-top ul.expand-nav li a.current,
.content.blue .expand-top ul.expand-nav li a:hover {
    background: #0066b1  url(../images/sprites.png) no-repeat left -508px;
}
.content.purple .page-top ul.page-nav li a:hover,
.content.purple .page-top ul.page-nav li a.current {
    color: #fff;
    background: url(../images/sprites.png) no-repeat left -110px;
}
.content.purple .page-top ul.page-nav li a.current,
.content.purple .expand-top ul.expand-nav li a.current,
.content.purple .expand-top ul.expand-nav li a:hover {
    background: #5a214a url(../images/sprites.png) no-repeat left -110px;
}
.content.violet .page-top ul.page-nav li a:hover,
.content.violet .page-top ul.page-nav li a.current {
    color: #fff;
    background: url(../images/sprites.png) no-repeat left -1244px;
}
.content.violet .page-top ul.page-nav li a.current,
.content.violet .expand-top ul.expand-nav li a.current,
.content.violet .expand-top ul.expand-nav li a:hover {
    background: #3a0055 url(../images/sprites.png) no-repeat left -1244px;
}
.content.light-blue .page-top ul.page-nav li a:hover,
.content.light-blue .page-top ul.page-nav li a.current {
    color: #fff;
    background: url(../images/sprites.png) no-repeat left -508px;
}
.content.light-blue .page-top ul.page-nav li a.current,
.content.light-blue .expand-top ul.expand-nav li a.current,
.content.light-blue .expand-top ul.expand-nav li a:hover {
    background: #00aeee url(../images/sprites.png) no-repeat left -508px;
}
.content.light-blue .expand-top ul.expand-nav li a.current,
.content.light-blue .expand-top ul.expand-nav li a:hover,
.content.blue .expand-top ul.expand-nav li a.current,
.content.blue .expand-top ul.expand-nav li a:hover,
.content.violet .expand-top ul.expand-nav li a.current,
.content.violet .expand-top ul.expand-nav li a:hover,
.content.purple .expand-top ul.expand-nav li a.current,
.content.purple .expand-top ul.expand-nav li a:hover {
    color: #fff;
}
.content .col-left-wide {
    width: 635px;
    float: left;
}
.content .col-left-wide.article h5,  .content .col-left-wide.article strong em {
    font-weight: bold;
    font-style: italic;
    color: #082058;
    margin-bottom: 10px;
}
.content .col-left-wide.article p {padding-bottom: 25px;}
.content .col-left-wide .intro, .content .intro.narrow {width: 625px; }
.content .col-left-wide .intro.article {float: left;}
.content .col-left-wide .intro h5,
.content .col-wide .intro h5,
.content .col-left-wide .intro h5 p,
.content .col-wide .intro h5 p,
.topics-detail-wrap .post-wrap .intro h5 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 20px;
    margin-top: -5px;
}
.content.blue .col-left-wide h5,
.content.purple .col-left-wide h5 {
    padding-bottom: 15px;
}
.intro h5 p {
    padding-bottom: 0 !important;
    display: block;
}
.intro h5 p span {
    color: #494951;
    font-size: 15px;
    display: block;
    margin-top: 10px;
}
.intro h5 p span a {text-decoration: none !important;}
.intro h5 p span a:hover {text-decoration: underline !important;}
.content .col-left-wide .intro h5 p a, .content .col-wide .intro h5 p a {text-decoration: underline;}

.content.blue .col-left-wide .intro,
.content.purple .col-left-wide .intro {margin-bottom: 8px; }

.content.blue .col-left-wide .intro p,
.content.purple .col-left-wide .intro p,
.content.blue .col-wide .intro.narrow p,
.content.blue .col-wide .intro.narrow h5 p {color:#606067;}

.content.blue .col-left-wide .intro h5,
.content.blue .col-wide .intro h5,
.content.blue .col-left-wide .intro h5 p a,
.content.blue .col-wide .intro h5 p a {color: #031249;}

.content.purple .col-left-wide .intro h5,
.content.purple .col-wide .intro h5,
.content.purple .col-left-wide .intro h5 p a,
.content.purple .col-wide .intro h5 p a,
.content.purple .col-wide .intro.narrow h5 {color: #5a214a;}

.content.purple .col-wide .intro.narrow h5 p,
.content.purple .col-wide .intro h5 p,
.content.purple .col-left-wide .intro.narrow h5 p,
.content.purple .col-left-wide .intro h5 p {color: #5A214A !important;}

.content.blue .col-wide .intro.narrow h5 p,
.content.blue .col-wide .intro h5 p,
.content.blue .col-left-wide .intro.narrow h5 p,
.content.blue .col-left-wide .intro h5 p {color: #031249 !important;}

.content.violet .col-left-wide .intro h5,
.content.violet .col-wide .intro h5,
.content.violet .col-left-wide .intro h5 p a,
.content.violet .col-wide .intro h5 p a,
.col-half-event h6 {color: #3A0055;}

.content.light-blue .col-left-wide .intro h5, 
.content.light-blue .col-wide .intro h5, 
.content.light-blue .col-left-wide .intro h5 p a, 
.content.light-blue .col-wide .intro h5 p a {color: #00aeee;}

.content .col-left-wide p, 
.content .col-wide p {padding-bottom: 10px;}

.expand-col-wide .module-intro-inner p {
    height: 44px;
    overflow: hidden;
}
.content.purple .expand-col-wide .module-intro-inner p {
    display:none;
}
.content .section {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.content .section .module {
    width: 279px;
    padding: 10px 10px 10px 8px;
    float: left;
    border: 1px solid #cbd4d8;
    background: #fff;
    height: 197px;
    margin-bottom: 25px;
}
.content .section .module.last {margin-left: 25px;}

.content .section .module:hover {
    border: 3px solid #cbd4d8;
    width: 277px;
    padding: 8px 10px 10px 6px;
    height: 195px;
    cursor: pointer;
}
.content .section .module:hover a.link-arrow {text-decoration: underline;}
.content.purple .section .module img,
.content.blue .section .module img {
    width: 280px;
    margin-bottom: 9px;
}
.content h4 {
    margin: 10px 0;
    padding: 0 4px;
    display: inline-block;
    height:26px;
    line-height:24px;
}
.content.blue h4 {
    background: #0066b1;
    height: 24px;
    line-height: 22px;
}
.content.blue .expand-content h4,
.content.purple .expand-content h4 {
    padding: 0;
    background: none;
    margin-top:0;
}
.content.blue .expand-content h4 {color: #0066b1;}
.content.purple .expand-content h4 {color: #5a214a;}
.content .expand-content .intro-image h4 {margin-top:10px;}
.content.purple h4 {background: #5a214a;}

.content.purple .col-left-wide h4.no-bg,
.content.purple .col-intro-wide h4.no-bg  {
    padding: 0;
    background: none;
    color: #5a214a;
}
.content.violet h4 {background: #3a0055;}
.content.violet .col-left-wide h4.no-bg,
.content.violet .col-intro-wide h4.no-bg,
.content.violet .col-wide h4.no-bg {
    padding: 0;
    background: none;
    color: #3a0055;
    height: auto;
}
.content.violet .col-wide h4.no-bg a {color: #3a0055;}
.content.violet .col-wide h4.no-bg a:hover {text-decoration: underline;}
.content.light-blue h4,
.content.light-blue .col-half.gray h4,
div#filtered-my-analasysmason h4 {
    background: #00aeee; 
    color:#fff; 
}
div#filtered-my-analasysmason .paging.right {
	float: right;
	width: 42%;
}
div#filtered-my-analasysmason select {
	width: 150px;
}
.content .module img .content .module.last img {width: 280px;}

.content .col-right {
    width: 300px;
    margin-left: 25px;
    float: left;
}
.col-right.order input[type="text"].error {
    border: 2px solid #AE0000;
    margin-left: 13px;
}
.col-right.order div.error-msg {
    margin-top: 15px;
    width: 280px;
}
.content .quote {width: 100%; color: #fff;}

.content .quote-content, 
.leadership .quote-content {padding: 10px;}
.content .quote-content,
.content .quote-content a {color: #fff;}
.content .quote-content a:hover {text-decoration: underline;}
.content.blue .quote-content,
.content.purple .quote.blue .quote-content {background: #0066b1;}
.leadership .quote-content {background: #00aeee;display: block;overflow: hidden;}
.content.purple .quote-content {background: #5a214a;}
.content.violet .quote-content {background: #3a0055;}

.quote-content img {
    margin-bottom:10px;
    width:280px;
}
.content .quote p {
    font-style: italic;
    color: #fff;
    padding: 0 0 10px 0;
}
.content .quote h3, .leadership .quote h3 {
    background: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    height: 20px;
    margin-bottom: 10px;
    padding: 1px 3px 0 3px;
}
.content.blue .quote h3, .leadership .quote h3,
.content.purple .quote.blue .quote-content h3 {color: #031249;}
.content.purple .quote h3 {color: #5a214a;}
.content.violet .quote h3 {color: #3a0055;}
.content .quote img {width: 280px;}

.content .quote strong, .leadership .quote strong {
    color: #fff;
    display: block;
}
.leadAnalystJobTitle {
    margin: 2px 0 10px 0;
}
.leadAnalystPhone {
    margin-top: 4px;   
}
.content.blue .quote-bottom,
.content.purple .quote.blue .quote-bottom {
    background: url(../images/quote-blue-bg.png) no-repeat 0 bottom;
    height: 39px;
}
.leadership .quote-bottom {
    background: url(../images/quote-light-blue-bg.png) no-repeat 0 bottom;
    height: 39px;
}
.content.purple .quote-bottom {
    background: url(../images/quote-purple-bg.png) no-repeat 0 bottom;
    height: 39px;
}
.content.purple .quote.left .quote-bottom {
    background: url(../images/quote-purple-left-bg.png) no-repeat 0 bottom;
    height: 39px;
    margin-bottom: 20px;
}
.content.violet .quote.left .quote-bottom {
    background: url(../images/quote-violet-left-bg.png) no-repeat 0 bottom;
    height: 39px;
    margin-bottom: 20px;
}
.content.blue .quote.left .quote-bottom {
    background: url(../images/quote-blue-left-bg.png) no-repeat 0 bottom;
    height: 39px;
    margin-bottom: 20px;
}
.leadership .quote-content p {
    font-style: italic;
    font-family: Georgia, Times New Roman !important;
    font-size: 13px;
    padding-bottom: 20px;
}

/*-------------------------------------------------------------------------------------------------------------- one column page (intro text and wide content) ----------*/

.col-wide {
    width: 100%;
    float: left;
}
.col-wide.order p {
    width: 625px;
}
.col-wide.order p a {
    font-family: Arial;
    color: #082058;
    font-weight: bold;
}
.col-wide.order h6, .col-left-wide.order h6, .col-right.order h6, .sub-nav-item h6 {
    color: #082058;
    font-style: italic;
    font-weight: bold;
}
.col-left-wide.order h6, .col-right.order h6 {margin-bottom: 15px;}

/*-------------------------------------------------------------------------------------------------------------- expanded list ----------*/

.modules {
    float: left;
    width: 985px;
}
ul.expand {
    width: 100%;
    float: left;
    height: 167px;
}
ul.expand.border {
    background: url(../images/border-top.png) no-repeat bottom left;
    height: 182px;
}
ul.expand li {
    float: left;
    width: 280px;
    margin: 20px 25px 0 0;
    border: solid 1px #cbd4d8;
    padding: 10px 10px 8px 10px;
    cursor: pointer;
    height: 129px;
}
ul.expand li img {width: 280px;}
ul.expand li img .img-small {
    width: 280px;
    height: 74px;
}
ul.expand li a.open {
    position: absolute;
    top:106px;
    right:10px;
}
ul.expand li:hover a.open,
ul.expand li.active a.open {
    right:8px !important;
    top:104px;
}
ul.expand li a.link-arrow.module {
	width: 12px;
	height: 15px;
	float: right;
	padding: 0;
	position: absolute;
	right: 10px;
	bottom: 9px;
}
ul.expand li:hover .link-arrow.module {
	right: 8px;
	bottom: 7px;
}
ul.expand li.overlay {
    background: #fff;
    opacity: 0.5;
    filter:alpha(opacity=50) !important;
}
ul.expand li h3 {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    height: 21px;
    display: inline-block;
    margin-top: 4px;
    padding: 1px 3px 0 3px;
}
.content.blue ul.expand li h3 {background: #0066b1;}
.content.purple ul.expand li h3 {background: #5a214a;}
.content.purple ul.expand li h3.last {margin-top:3px;}
.expand-top {
    /*border-bottom: 1px solid #cbd4d8;*/
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 15px;
    float: left;
}
.expand-top .back.narrow {
    text-indent: 1px;
    text-transform: uppercase;
    right: 325px;
    top: 7px;    
}
.expand-top.left-hand-side {
	width: 635px;
}
.expand-top ul.expand-nav {float: left;}
.expand-top ul.expand-nav li {
    float: left;
    margin-top: 3px;
}
.expand-col-left {
    width: 635px;
    float: left;
}
.expand-top a.back, .expand-top .back-case {
     position:relative;
     text-indent:-9999px;
     top:-2px;
}
.expand-top a.close {
    margin-right: 12px;
}
.expand-col-left .module-text .text-inner p {padding-bottom: 0;}
.expand-col-left .module-text .text-inner a.link-subscribe {display: block !important;}
.expand-col-left .module-text .text-inner a.link-arrow {margin-top: 3px;}
.expand-col-left p a,
.col-left-wide p a,
.col-middle p a,
.module-subscribe p a {
    color: #082058;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
}
.expand-col-left p a:hover,
.col-left-wide p a:hover,
.col-middle p a:hover,
.module-subscribe p a:hover {text-decoration:underline;}
.expand-col-left h6,
.expand-col-left h1 {
    color: #031249;
    font-size: 16px;
    padding-bottom: 13px;
}
.expand-col-left.expertise {
	position: relative;
}
.expand-col-left.expertise h6,
.expand-col-left.expertise h1 {
	text-transform: uppercase;
}
.expand-col-left.expertise .back {
	position: absolute;
	top: 3px;
	right: 0;
	text-transform: uppercase;
}
.research-wrap .expand-col-left.programme-details h6,
.research-wrap .expand-col-left.programme-details h1 {
	padding-bottom: 23px;
}
.research-wrap .expand-col-left.programme-details h6.border {
	padding-bottom: 0;
}
.content.purple .expand-content .col-wide .intro.narrow h4,
.content.blue .expand-content .col-wide .intro.narrow h4 {height: auto;}
.content.blue .expand-content .col-wide .intro.narrow h4,
.content.violet h4.study {
    background: none;
    color: #0066B1;
    margin-bottom: 15px;
    height: auto;
}
.content.violet h4.study {
    color: #3A0055;
}
.expand-col-left .section .module {
    width: 283px !important;
    height: 130px;
    margin-bottom:25px;
}
.expand-col-left .section .module:hover {
    border: 3px solid #cbd4d8;
    width: 281px !important;
    height: 128px;
    cursor: pointer;
}
.expand-col-left .section .module img {
    width: 284px !important;
    margin-bottom: 10px;
}
.expand-col-right {
    width: 300px;
    float: left;
    margin-left: 18px;
}
.expand-col-right h5 {
    color: #031249;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 10px;
}
.content.purple ul.expand li,
.content.blue ul.expand li {position: relative;}

.content.purple ul.expand li:hover, 
.content.purple ul.expand li.active,
.content.blue ul.expand li:hover, 
.content.blue ul.expand li.active {
    border: 3px solid #CBD4D8;
    background: #e6eaec;
    width: 278px;
    height: 127px;
    padding-left: 8px;
    padding-top: 8px;
}
.content.purple ul.expand li.active, 
.content.blue ul.expand li.active {
    border-bottom: none !important;
    padding-bottom: 13px;
} 
.content.purple ul.expand li .mask,
.content.blue ul.expand li .mask,
.content.purple ul.expand li .mask-small,
.content.blue ul.expand li .mask-small {
    width: 260px;
    height: 78px; /* TODO: remove */
    position: absolute;
    top: 8px;
    display: none;
    padding: 10px;
    overflow: hidden;
    left: 8px;
}
.content.purple ul.expand li .mask-small,
.content.blue ul.expand li .mask-small {height: 58px; /* TODO: remove */}
.content.purple ul.expand li .mask,
.content.purple ul.expand li .mask-small {background: #5a214a;}
.content.blue ul.expand li .mask, 
.content.blue ul.expand li .mask-small {background: #0066b1;}

.content.purple ul.expand li .mask p, 
.content.blue ul.expand li .mask p, 
.content.purple ul.expand li .mask-small p, 
.content.blue ul.expand li .mask-small p {color: #fff;}
.content.purple ul.expand li .img-mask, 
.content.blue ul.expand li .img-mask, 
.content.purple ul.expand li .img-mask-small, 
.content.blue ul.expand li .img-mask-small {
    height: 98px;
    width: 280px;
    position: absolute;
    top: 8px;
    left: 8px;
    display: none;
}
.content.blue ul.expand li:hover .mask,
.content.purple ul.expand li:hover .mask {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
}
.content.blue ul.expand li .mask,
.content.purple ul.expand li .mask  {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
}
.content.blue ul.expand li.active .mask,
.content.purple ul.expand li.active .mask  {
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
}
.content.purple ul.expand li .img-mask-small, 
.content.blue ul.expand li .img-mask-small {
    height: 76px;
}
.content.purple ul.expand li .img-mask, 
.content.purple ul.expand li .img-mask-small {
    background: #5a214a;
    opacity: 0.8;
    filter: alpha(opacity=80) !important;
}
.content.blue ul.expand li .img-mask, 
.content.blue ul.expand li .img-mask-small {
    background: #0066b1;
    opacity: 0.6;
    filter: alpha(opacity=60) !important;
}

/*-------------------------------------------------------------------------------------------------------------- module contact ----------*/

.module-contact {
    background: #fff;
    width: 280px;
    padding: 10px 10px 17px 10px;
    -moz-box-shadow: 0px 1px 4px 3px #DADADA;
    -webkit-box-shadow: 0px 1px 4px 3px #DADADA;
    box-shadow: 0px 1px 4px 3px #DADADA;
    behavior: url(/templates/images/PIE.htc);
    margin-bottom: 20px;
    position: relative;
    float: left;
}
.module-contact.wide {
    width: 615px;
    padding-bottom: 10px;    
}
.module-contact a.view {margin-top: 20px;}
.module-contact a.view:hover { text-decoration: underline;}
.module-contact .contact-slider { width: 280px; }
.module-contact .contact-slider li img {
    width: 280px;
    height: 94px;
}
.contact-slider h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: 'Conv_DINPro-Regular' !important;
}
.module-contact .prevBtn, .module-contact .nextBtn {
    position: absolute;
    bottom: 10px;
    z-index: 200;
}
.module-contact .nextBtn {right: 10px;}
.module-contact .prevBtn {right: 30px;}
.module-contact .prevBtn a, .module-contact .nextBtn a {
    display: block;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
}
.module-contact .prevBtn a {background: url(../images/sprites.png) no-repeat left -1023px;}
.module-contact .nextBtn a {background: url(../images/sprites.png) no-repeat left -1100px;}
.module-contact .prevBtn a:hover {background: transparent url(../images/home-carousel-nav.png) no-repeat 0 -114px;}
.module-contact .nextBtn a:hover {background: transparent url(../images/home-carousel-nav.png) no-repeat 0 -171px;}
.module-contact img {
    height: 94px;
    width: 280px;
    margin-bottom: 12px;
    display: block;
}
.contact-slider ul.contact-inner li {width: 280px;}
ul.top-slider li .module-contact img {
    width:280px;
    height: 184px;
}
.module-contact h3 {
    background: #e6eaec;
    color: #031249;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    padding: 0 4px 3px 4px;
    text-transform: uppercase;
    line-height: 18px;
}
.module-contact h3 a {font-weight: normal;}
.module-contact em {
    background: #e6eaec;
    color: #031249;
    display: inline-block;
    font-size: 16px;
    margin: 2px 0 10px 0;
    padding: 0 4px 1px 4px;
    line-height: 18px;
}
.module-contact a, .module-contact strong {
    color: #031249;
    font-weight: bold;
    display: block !important;
}
.module-contact a:hover {text-decoration: underline;}
.module-contact strong {
    margin-top: 4px;
}
.module-contact .title-wrap, .col-wide .col-half .title-wrap {
    display: block;
    overflow: hidden;
}
.module-contact h6 {
    background: #031249;
    color: #fff;
    display:block;
    padding:3px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 13px;
    margin-bottom: 10px;
    float: left; 
    clear: left;
}
.module-contact h6.sign-up {
    padding-bottom: 2px;
    line-height: 17px;
    letter-spacing: -1px;
}
.module-contact span.doc, .module-contact span.date, .module-contact span.phone {
    display: block;
    padding-left: 20px;
    color: #494951;
    margin-bottom: 5px;
    line-height: 20px;
}
.module-contact span.phone {
    padding-left: 0;
}
.module-contact.gray {
    background: #cbd4d8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.module-contact.gray h6 {background: #00aeee;}
.module-contact.gray strong {color: #494951;}
.module-contact.blue {background: #00AEEE;}
.module-contact.blue h6 {
    background: #fff;
    color: #031249;
}
.module-contact.blue a.link-arrow-dark,
.module-contact.blue a.basket-blue {
    margin: 5px 0;
}
.module-contact.blue p {
    color: #fff;
    padding-bottom: 0;
}
.module-contact.blue p strong.basket-price {
    font-family: Arial !important;
    font-size: 19px;
    color: #031249;    
    display: inline-block !important;
}
.module-contact.blue p.pt10 {
    padding-top: 10px;
}
.expand-content-wrapper {
    float: left;
    clear: left;
    width: 100%;
    height: auto;
}
.expand-content {    
    float: left;
    width: 100%;
    /*display: none;
    border-bottom: 3px solid #CBD4D8;
    padding-bottom: 14px;   
    padding-top: 15px;    
    margin: 0 0 15px 0;
    position: relative;*/
}
.content.purple .expand-content div[id$="pnlStaticContent"] .expand-col-left h6,
.content.purple .expand-content div[id$="pnlDynamicContent"] .expand-col-left h6 {
    text-transform: uppercase;
}
.content.blue .expand-content div[id$="pnlDynamicContent"] h4 {
    background: #0066B1;
    color: #fff;
    padding: 0 3px;
    margin-bottom: 5px;
}
.expand-overlay {
    background: #e6eaec;
    display: none;
    position: absolute;
    width: 100%;
    z-index: -1;
}

/*-------------------------------------------------------------------------------------------------------------- modules ----------*/
.module-siblings,
.module-case-study {
    width: 280px;
    padding: 10px;
    border: 1px solid #CBD4D8;
    background: #fff;
    position: relative;
    float: left;
}

.module-siblings .slider-holder,
.module-case-study .slider-holder { margin-bottom: 10px;}

.module-siblings ul.slider-inner,
.module-case-study ul.slider-inner {
    background: #361a56;
    padding: 5px !important;
}
.module-siblings .slider-inner h5 {
    color: #fff;
}
.module-siblings .slider-inner li,
.module-case-study .slider-inner li {    
    margin: 0 7px;
    width: 260px;
    color: #fff;
    overflow: hidden;
    line-height: 18px;
    min-height: 90px;
}
.module-siblings .prevBtn, .module-siblings .nextBtn,
.module-case-study .prevBtn, .module-case-study .nextBtn {
    position: absolute;
    bottom: 10px;
    z-index: 200;
}
.module-siblings .nextBtn,
.module-case-study .nextBtn {right: 10px;}
.module-siblings .prevBtn,
.module-case-study .prevBtn {right: 30px;}
.module-siblings .prevBtn a, .module-siblings .nextBtn a,
.module-case-study .prevBtn a, .module-case-study .nextBtn a {
    display: block;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
}
.content.blue .modules.blue .module-siblings ul.slider-inner,
.content.blue .modules.blue .module-case-study ul.slider-inner {
    background: #0066b1;
}
.module-siblings .prevBtn a,
.module-case-study .prevBtn a {background: url(../images/sprites.png) no-repeat left -723px;}
.module-siblings .nextBtn a,
.module-case-study .nextBtn a {background: url(../images/sprites.png) no-repeat left -790px;}
.expand-col-wide .section .module-case-study {margin: 0 25px 25px 0;}
.expand-col-wide .section .module-case-study:hover,
.expand-col-wide .section .module-case-study.last:hover {
    border: 3px solid #CBD4D8;
    padding: 8px;
    cursor: pointer;
}
.expand-col-wide .section .module-case-study:hover a.link-arrow,
.expand-col-wide .section .module-case-study.last:hover a.link-arrow {text-decoration: underline;}

.expand-col-wide .section .module-case-study ul {margin-bottom: 10px;}
.expand-col-wide .section .module-case-study.last {margin-right: 0;}
.expand-col-wide .section .module-intro, .section-inside .module-intro {
    width: 280px;
    float: left;
    padding: 10px;
    background: #fff;
    border: 1px solid #CBD4D8;
    margin: 0 25px 25px 0;
}
.expand-col-wide .section .module-intro.last, 
.section-inside .module-intro.last {margin-right: 0;}

.section .module-intro:hover,
.section .module-intro.last:hover {
    border: 3px solid #CBD4D8;
    padding: 8px;
    cursor: pointer;
}
.section .module-intro:hover a.link-arrow.expertise,
.section .module-intro.last:hover a.link-arrow.expertise {text-decoration: underline;}

.expand-col-wide .section .module-intro .module-intro-inner {
    background: #5a214a;
    color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    height: 90px;
    overflow: hidden;
    position: relative;
    width: 260px;
}
.expand-col-wide .section .module-intro .module-intro-inner h5, 
.section-inside .module-intro .module-intro-inner h5 {
    font-size: 16px;
    text-transform: uppercase;
}
.expand-col-wide .module-intro-inner p {
    height: 44px;
    overflow: hidden;
}
.map-container {
    width: 624px;
    border: solid 3px #cbd4d8;
    margin-bottom: 20px;
    height: 264px;
}
.expand-col-wide .section .module-intro .module-intro-inner h5,
.expand-col-wide .module-intro-inner p {
    left:10px;
    position:absolute;
    top:10px;
    width: 260px;
}

/*-------------------------------------------------------------------------------------------------------------- module blue ----------*/

.module-blue {
    background: #fff;
    border: 1px solid #cbd4d8;
    width: 278px;
    padding: 10px;
    float:left;
}
.module-blue .inner {
    padding: 10px;
    background: #0066b1;
    color: #fff;
    margin-bottom: 10px;
}
.module-blue .inner h6 {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}
.module-blue .inner h5 {
    text-transform: uppercase;
    color: #031249;
    margin-bottom: 10px;
    background: #fff;
    padding: 0 3px;
    display: inline-block;
    font-size: 18px;
    line-height: 21px;
}
.module-blue .inner h5 span {color: #0066b1;}
.module-blue .inner img {
    width: 259px;
    margin-bottom: 10px;
}
.module-blue a.link-arrow {margin-bottom: 5px;}
.module-blue .inner p {padding-bottom: 0 !important;}
.module-blue p a {
    color: #fff !important;
    font-family: Arial;
}
.module-blue div.inner p a {    
    font-family: Georgia;
}
.module-blue p a:hover {text-decoration: underline;}

/*-------------------------------------------------------------------------------------------------------------- module purple ----------*/

.module-purple {
    background: #fff;
    border: 1px solid #cbd4d8;
    width: 278px;
    padding: 10px;
    float: left;
}
.module-purple .inner {
    padding: 10px;
    background: #3a0055;
    color: #fff;
    margin-bottom: 10px;
}
.module-purple .inner h6 {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

/*-------------------------------------------------------------------------------------------------------------- module search ----------*/

.module-search,
.col-left-wide .module-search.mega {
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 3px #dadada;
    -webkit-box-shadow: 0px 1px 4px 3px #dadada;
    box-shadow: 0px 1px 4px 3px #dadada;
    behavior: url(/templates/images/PIE.htc);
    width: 280px;
    padding: 10px;
    position: relative;
}
.module-search h6 {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #031249;
    font-size: 16px;
    padding: 0 4px 1px 4px;
    height:18px;
    line-height:16px;
    margin-bottom: 10px;
}
.module-search input {
    background: url(../images/search-module.png) no-repeat 0 0;
    color: #031249;
    float: left;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    padding: 6px 5px 7px 10px;
    width: 241px;
    border: 0;
}
.module-search a.search-btn,
.module-search input.search-btn {
    background: url(../images/search-btn-module.png) no-repeat 0 0;
    width: 22px;
    height: 26px;
    display: inline-block;
}
.col-left-wide .module-search.mega {
    width: 451px;
}
.col-left-wide .module-search.mega input {
    background: url(../images/search-mega.png) no-repeat 0 0;
    height: 18px;
    padding: 10px 5px 10px 10px;
    color: #031249;
    font-size: 18px;
    border: 0;
    line-height: 18px;
    width: 395px;
    float: left;
}
.col-left-wide .module-search.mega a.search-btn,
.col-left-wide .module-search.mega input.search-btn {
    background: url(../images/search-mega-btn.png) no-repeat 0 0;
    width: 40px;
    height: 40px;
    display: inline-block;
}

/*-------------------------------------------------------------------------------------------------------------- module text ----------*/
.module-text {width: 615px; float: left;}
.module-text .basket-blue { margin-bottom: 22px;} 
.module-text h6, .module-list h6 {
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #031249;
    text-transform: none !important;
}
.col-left-wide .module-text h6 {margin-bottom: 10px;}
.col-left-wide .module-text p {padding-bottom: 5px;}
.expand-col-left .module-text .text-inner a.link-arrow, 
.expand-col-left .module-text .text-inner a.link-subscribe {margin-bottom: 22px;}
.col-left-wide .module-text .text-inner {margin-bottom: 15px;}
.module-text .text-inner a {
    padding-bottom: 3px;
    font-weight: bold;
    margin-top: 5px;
}
.module-text .text-inner a:hover {text-decoration: underline;}
.module-text .text-inner a, 
.module-text .text-inner em {
    color: #031249;
    display: inline-block;
    line-height: 16px;
}
.module-text .text-inner span {display: block;}
.module-text .text-inner span.link-arrow {margin-bottom: 10px;}
.module-text .text-inner strong {
    color: #082058;
    font-weight: bold;
}
.module-text .text-inner a.link-title {
    display: block;
    padding-bottom: 0 !important;
}
.module-text .text-inner.knowledge span.reg {
    display: inline-block;
    padding: 0 3px;
}
.module-text .text-inner.knowledge em,
.module-text .text-inner.knowledge em span {
    display: inline;
}
 .module-text .text-inner.knowledge em span {
    color:#494951;
}
.module-text .text-inner.knowledge span.data {
    color: #000;
    display: inline-block;
}
.module-text .text-inner.knowledge p {
    padding: 5px 0 0 0 !important;
}
.module-text .text-inner.knowledge p em a,
.module-text .text-inner.knowledge p a {
    padding: 0 !important;
    margin: 0 !important;
}

/*-------------------------------------------------------------------------------------------------------------- module list ----------*/

.module-list {
    float: left;
    margin-bottom: 15px;
}
.module-list ul.plused, 
.module-list ul.arrowed {width: 100%; float: left; padding-left: 0;}

.module-list ul.plused li, .module-list ul.arrowed li {
    padding-left: 20px;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
    width: 288px;
    float: left;
}
.module-list ul.plused li a {color: #082058;}
.module-list ul.plused li a:hover {text-decoration: underline;}
.module-list ul.plused li {background: url("../images/sprites.png") no-repeat 0 -575px;}

.module-list ul.arrowed li {
    background: url("../images/sprites.png") no-repeat 0 2px;
    margin-bottom: 15px;
}
.module-list ul.arrowed li a {color: #082058; line-height: 20px;}
.module-list ul.arrowed li a:hover {text-decoration: underline;}

/*-------------------------------------------------------------------------------------------------------------- module filter ----------*/

.module-filter {
    border-bottom: 1px solid #CBD4D8;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.module-filter h6 {
    color: #031249;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    padding-bottom: 10px;
    cursor: default !important;
}
.module-filter h6.expand-close {cursor: pointer !important; width:87%;}
.module-filter a.close {
    float: right;
    margin-top: 2px;
}
.module-filter input {
    float: left;
    display: block;
    margin-right: 7px;
}
.module-filter label {
    display: block;
    padding-bottom: 10px;
}
.module-filter a {
    color: #031249;
    font-weight: bold;
    display: block;
    margin: 0 0 12px 20px;
}
.module-filter a.less-info {margin-left:0;}
.module-filter div.indent {
    margin: 0 0 10px 20px;
}
.module-filter span.line {margin-top: 5px;}
.col-left.search {padding-top:15px !important;}
.col-left.search .module-filter label {
    font-weight: normal;
}

/*-------------------------------------------------------------------------------------------------------------- module statement ----------*/

.module-statement {
    width: 100%;
    margin-bottom: 20px;
}
.content.violet .module-simple,
.content.purple .module-simple,
.content.blue .module-simple {
    margin-bottom: 15px;
}
.content.violet .module-simple p,
.content.purple .module-simple p,
.content.blue .module-simple p {
    font-family:Georgia;
    padding-bottom: 10px;
}

.content.violet .module-statement p,
.content.purple .module-statement p,
.content.blue .module-statement p {
    font-size: 22px;
    line-height: 27px;
    padding: 15px 0;
    font-family: Georgia;
}
.content.violet .module-statement p {color: #3a0055;}
.content.blue .module-statement p {color: #031249;}
.content.purple .module-statement p {color: #5A214A;}
.content.violet .module-statement span.dotted,
.content.purple .module-statement span.dotted,
.content.blue .module-statement span.dotted {
    height: 2px;
    float: left;
    width: 100%;
}
.content.violet .module-statement span.dotted {background: url(../images/violet-border.png) repeat-x 0 bottom;}
.content.purple .module-statement span.dotted {background: url(../images/purple-border.png) repeat-x 0 bottom;}
.content.blue .module-statement span.dotted {background: url(../images/blue-border.png) repeat-x 0 bottom;}
/*-------------------------------------------------------------------------------------------------------------- module simple ----------*/

.module-simple {margin-bottom: 5px;}
.module-simple strong {
    color: #031249;
    font-weight: bold;
    font-style: italic;
    display: block;
}

/*-------------------------------------------------------------------------------------------------------------- module subscribe ----------*/

.module-subscribe {
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 3px #dadada;
    -webkit-box-shadow: 0px 1px 4px 3px #dadada;
    box-shadow: 0px 1px 4px 3px #dadada;
    behavior: url(/templates/images/PIE.htc);
    padding: 10px;
    width: 280px;
    position: relative;
}
.module-subscribe h6 {
    color: #fff;
    background: #00AEEE;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 3px 3px 3px;
    line-height: 16px;
}

/*-------------------------------------------------------------------------------------------------------------- module twitter ----------*/

.module-twitter {
    width: 300px;
    position: relative;
    float: left;
    clear: left;
    margin-bottom:15px;
}
.module-twitter h6 {
    background: #1d5693;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    height:20px;
    line-height:19px;
    display: inline-block;
    padding: 0 4px;
    margin-bottom: 10px;
}
.module-twitter .twitter-inner {
    padding: 10px;
    background: #cbd4d8;
}
.module-twitter .twitter-bottom {
    background: url(../images/twitter-bg.png) no-repeat 0 bottom;
    height: 20px;
}
.module-twitter span.twitter {
    background: url(../images/twitter.png) no-repeat 0 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -15px;
    right: 0;
}
.module-twitter a {
    color: #082058;
    display: inline;
    font-weight: bold;
    font-family: Arial;
}
.module-twitter a:hover {text-decoration: underline;}
.module-twitter p {display: inline;}
.module-twitter em {
    display: block;
    padding-bottom: 10px;
    font-style: italic;
}

/*-------------------------------------------------------------------------------------------------------------- module white  ----------*/

.module-white {
    margin-top: 15px;
    width: 615px;
    display: block;
    position: relative;
    float: left;
}
.module-white-inner {
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 3px #dadada;
    -webkit-box-shadow: 0px 1px 4px 3px #dadada;
    box-shadow: 0px 1px 4px 3px #dadada;
    behavior: url(/templates/images/PIE.htc);
    padding: 10px;
    width: 615px;
    position: relative;
    display: block;
    float: left;
}
.module-white .left, 
.module-white .right-narrow {
    width: 125px;
    float: left;
    margin-right: 25px;
}
.module-white .right-narrow {margin: 0 0 0 25px !important;}
.module-white .left img {
    width: 125px;
    margin-bottom: 10px;
}
.module-white .left span {
    display: block;
    line-height: 18px;
}
.module-white .right a.title, 
.module-white .left-wide a.title {
    color: #082058;
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
    display: block;
}
.module-white .left-wide a.link-arrow {margin-bottom: 4px;}
.module-white .left-wide p {width: auto !important;}
.module-white .left-wide strong {
    color: #082058;
    font-family: Arial;
}
.module-white .left-wide h6 {
    color: #082058;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 10px;
}
.module-white .right a.title:hover, 
.module-white .left-wide a.title:hover {text-decoration: underline;}
.module-white .right, 
.module-white .left-wide {
    width: 420px;
    float: left;
}
.module-white .left-wide {width: 463px;}

/*-------------------------------------------------------------------------------------------------------------- module regular  ----------*/

.module-regular {
    margin-top: 15px;
    float: left;
    width: 635px;
}
.module-regular .left {
    width: 125px;
    float: left;
    margin-right: 25px;
}
.module-regular .left span {
    display: block;
    line-height: 18px;
}
.module-regular .right a {
    color: #082058;
    display: block;
    font-weight: bold;
}
.module-regular .right a:hover {text-decoration: underline;}
.module-regular .right {
    width: 420px;
    float: left;
}

/*-------------------------------------------------------------------------------------------------------------- news page  ----------*/

.col-half {
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 3px #dadada;
    -webkit-box-shadow: 0px 1px 4px 3px #dadada;
    box-shadow: 0px 1px 4px 3px #dadada;
    behavior: url(/templates/images/PIE.htc);
    padding: 0 10px 15px 10px;
    float: left;
    width: 446px;
    margin-bottom: 30px;
    height: 270px;
    overflow: hidden;
}
.col-half.last {margin-left: 25px;}
.col-half p, .col-half span {color: #082058;}
.col-half span {
    display: block;
    line-height: 18px;
}
.col-half a.link-arrow {
    margin-top: 15px !important;
    display: block !important;
}
.content.light-blue .col-half h4,
.content.light-blue .col-left-wide h4 {
    color: #00AEEE;
    background: none;
    height: auto;
}
.content.light-blue .col-half h4 a,
.content.light-blue .col-left-wide h4 a {
    color: #00AEEE;
    background: none;
    height: auto;
}
.content.light-blue .col-half.gray h4,
.content.light-blue .col-left-wide.gray h4 {
    height: 24px;
    line-height: 22px;
}
.col-half.news {
    height: auto;
    position: relative;
}
.col-half.news a.link-arrow,
.col-half.knowlegde a.link-arrow {
    position: absolute;
    bottom: 13px;
    left: 10px;
}
.col-half.news span {
    padding-bottom: 30px;    
}

/*-------------------------------------------------------------------------------------------------------------- checkout page  ----------*/

.col-half.gray {
    padding: 0 0 15px 0;
    float: left;
    width: 467px;
    margin-bottom: 30px;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}
.col-half.gray.page-not-found {
	height: auto;
}
.col-half.gray.last {margin-left: 25px;}
.col-half.gray p, 
.col-half.gray span {color: #082058;}
.col-half.gray span {
    display: block;
    line-height: 18px;
}
.col-half.gray a.link-arrow {margin-top: 0;}
.col-half.gray span.line {margin-top: 0;}
.col-half.gray p span.line {
    padding-bottom: 0 !important;
    margin:0 0 10px 0;
    clear:both;
}
.col-half.gray p {color: #494951;}
.col-half.gray label {
    color: #031249;
    font-weight: bold;
    font-style: italic;
    display: inline-block;
    padding-bottom: 10px;
}
.col-half.gray input {
    border: 1px solid #031249;
    background: #fff;
    width: 350px;
    padding: 3px;
    height: 20px;
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 20px;
}
.col-half.gray input.error {border: 2px solid #ae0000;}
.col-half.gray ul.bulleted,
.expand-col-left ul {
    list-style-type: disc;
    padding-left: 14px;
    margin-bottom: 20px;
}
.expand-col-left ul li {
    font-family: Georgia;
    line-height: 18px;
}
.col-half.gray ul.bulleted li {line-height: 18px;}
.col-half.gray span.error {
    float: left;
    position: absolute;
    right: -80px;
    top: 127px;
}
.col-half span.formError {
    background: #cbd4d8;
    padding: 10px;
    width: 340px;
}
.col-half span.formError span.errMessage {color: #ae0000 !important;}
.col-half.gray h4 {margin-top: 0;}

/*-------------------------------------------------------------------------------------------------------------- paging ----------*/

.paging {
    float: right;
    width: 45%;
}
.paging.bottom {
	width: 100%
}
.paging.right {float: none;}
.paging .inner {
    float: right;
    width: auto;
    padding-top: 3px;
}
.paging a {
    color: #031249;
    font-weight: bold;
    padding-right: 5px;
}
.paging a.selected, .paging a:hover {color: #00aeee;} 
.paging a.prev, .paging a.next {
    display: inline-block;
    text-indent: -9010px;
    width: 14px;
    height: 14px;
    padding-right: 0;
}
.paging a.prev {background: url(../images/sprites.png) no-repeat 0 -1322px;}
.paging a.next {background: url(../images/sprites.png) no-repeat 0 -1395px;}
.col-right-wide.search .paging {
	 padding-bottom: 12px;
}
.col-right-wide.search .paging.bottom {
    border-bottom: 1px solid #cbd4d8;
}

/*-------------------------------------------------------------------------------------------------------------- select wrap ----------*/

.selection {
    border-top: 1px solid #CBD4D8;
    border-bottom: 1px solid #CBD4D8;
    padding: 10px 0;
    float: left;
    width: 100%;
}
.select-wrap {float: left;}
.select-wrap select {
    width: 200px;
    margin-left: 10px;
}
/*-------------------------------------------------------------------------------------------------------------- knowledge centre page ----------*/

.top-slider-wrap {
    width: 940px;
    height: 270px;
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 3px #dadada;
    -webkit-box-shadow: 0px 1px 4px 3px #dadada;
    box-shadow: 0px 1px 4px 3px #dadada;
    behavior: url(/templates/images/PIE.htc);
    padding: 10px;
    float: left;
    margin-bottom: 25px;
}
ul.top-slider {
}
ul.top-slider li {
    display: none;
}
ul.top-slider li .left {
    width: 280px;
    margin-right: 35px;
    float: left;
}
ul.top-slider li .right {
    width: 612px;
    float: left;
}
ul.top-slider li .right h4 {
    margin: -4px 0 16px 0;
    background: none;
    color: #3A0055 !important;
    padding:0;
    line-height: 26px;
    height: auto;
    cursor: pointer;
}
ul.top-slider li .right .module-text {width: 440px;}
ul.top-slider li .right .module-text .text-inner span {
    margin-top: 4px;
}
ul.top-slider li .module-contact {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.bottom-wide {
    /*background: #e6eaec;*/
    float: left;
    padding: 25px 0;
    border-top: 3px solid #cbd4d8;
    border-bottom: 3px solid #cbd4d8;
    width: 100%;
    margin-bottom:45px;
    display: block;
}
.bottom-wide.p15 {
	padding: 15px 0;
}
.bottom-wide.pt15 {padding: 15px 0 30px 0 !important;}
.col-intro {
    border-bottom: 1px solid #cbd4d8;
    float: left;
    margin-bottom: 20px;
}
.col-intro h4, .col-left-wide h4 {margin-top: 0;}

/*-------------------------------------------------------------------------------------------------------------- table ----------*/

table.three-col {
    width: 100%;
    float:left;
    border-bottom: 1px solid #CBD4D8;
    border-top: 1px solid #CBD4D8;
    margin: 10px 0;
}
table.three-col tr th {
    color: #031249;
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px solid #CBD4D8;
    padding: 15px 0;
}
table.three-col tr.row-white {
    border: 1px solid #D5D6D7;
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 3px #dadada;
    -webkit-box-shadow: 0px 1px 4px 3px #dadada;
    box-shadow: 0px 1px 4px 3px #dadada;
    behavior: url(/templates/images/PIE.htc);
}
table.three-col tr td {
    padding: 8px 0;
    vertical-align: top;
}
table.three-col tr td.col-first {
    width: 310px;
    padding-right: 25px;
}
table.three-col tr td.col-second {
    width: 135px;
    padding-right: 10px;
}
table.three-col tr td.col-third {width: 140px;}
table.three-col a, table.three-col strong {color: #031249;}
table.three-col td.col-first a {
    font-weight: bold;
    font-family: Arial;
}
table.three-col a:hover {text-decoration: underline;}
table.three-col tr.row-white td.col-first {
    padding-left: 10px;
    width: 443px;
}
table.three-col tr.row-white td.col-first .col-first-inner {
    width: 443px;
}
table.three-col tr.row-white td.col-first a {        
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    line-height: 18px;
}
table.three-col tr.row-white td.col-first a.basket-blue,
table.three-col tr td.col-first a.basket-blue {
    background: url(../images/sprites.png) no-repeat left -337px !important;
    margin-top: 2px;
}
table.three-col tr td.col-first a.link-arrow,
table.three-col tr.row-white td.col-first a.link-arrow {    
    font-family: Arial !important;
    font-weight: bold !important;
    line-height: 16px !important;    
    margin-top: 3px;
    padding-left: 20px;
}

table.three-col tr.row-white td.col-first a.link-subscribe {
    text-transform: none;
    color: #082058;
    font-family: Arial !important;
    font-weight: bold !important;
    line-height: 16px !important;
    padding-left: 20px;
    font-size: 13px;    
}

table.three-col span {
    display: block;
    line-height: 18px;
}
table.three-col tr td img {
    width: 127px;
    height: 91px;
    margin: 10px 0;
}

/*-------------------------------------------------------------------------------------------------------------- article ----------*/

.article {
	width: 615px; 
	float:left; 
	position: relative; 
}
.article.tab-page {
	margin-bottom: 7px; 
}
.content .expand-content .col-left-wide.article {
	width: 632px;
}
.article img {
    margin: 10px 0 15px 0;
}
img.border-round-image {
    border: 3px solid #CBD4D8;
}
span.img-desc, p.img-desc, p.inline-quote, p.figure-caption {
    color: #000;
    margin-bottom: 15px;
    display: block;
}
span.superscript-character {     
    display: inline-block;
    position: relative;
    top: -5px;
    left: 0;
    font-size: 11px;
    color: #122054;
    font-weight:bold;
}
span.img-desc, p.img-desc {
    font-size: 11px;
    font-style: italic;    
}
p.inline-quote {
    font-size: 13px;
    font-style: italic;
}
p.figure-caption {
   font-size: 11px;
}
.article ul, .rte ul{
    list-style-type: disc;
    padding-left: 13px;
    margin-bottom: 5px;
}
.article ul li ul li.level2, .rte ul li ul li.level2, ul li ul li.level2 {
    list-style-type: disc;
    margin-bottom: 0 !important;
    font-style:italic;
}
.article ul li, .rte ul li {
    padding-bottom: 5px;
    line-height: 18px;
    font-family: Georgia;
    font-size: 13px;
}
.article ul li a, .rte ul li a {
	color: #082058;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}
.article ul li a:hover, .rte ul li a:hover {
	text-decoration: underline;
}
.article p a,  .rte p a {
    color: #082058;
    font-weight: bold;
    font-family: Arial;
}
.article p a:hover {text-decoration:underline;}
.rte p a:hover {text-decoration:underline;}
/*-------------------------------------------------------------------------------------------------------------- article info ----------*/

.article-info {
    margin-bottom: 25px;
    width: 100%;
    float: left;
}
.article-info span {
    display: block;
    line-height: 18px;
}
.article-info strong {
    color: #031249;
}

/*-------------------------------------------------------------------------------------------------------------- comments ----------*/

.comment-form {
    margin: 15px 0;
}
.comment-form h6 {
    color: #031249;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
.comment-form span.req {
    float: right;
    color: #494951;
    font-style: normal;
}
.comment-form .fields {
    width: 210px;
    float: left;
    margin-right: 25px;
}
.comment-form input, .comment-form textarea {
    padding: 3px;
    background: #e6eaec;
    border: 1px solid #031249;
    color: #494951;
    font-size: 12px;
}
.comment-form input {
    width: 200px;
    margin-bottom: 20px;
    height: 20px;
}
.comment-form textarea {
    width: 372px;
    height: 116px;
    float: left;
}
.comment-form input.error, .comment-form textarea.error,
.register input.error {border: 2px solid #ae0000;}
.comment-form input.error {width: 198px; height: 18px;}
.comment-form textarea.error {width: 370px; height: 114px;}
.comment-form .error-msg {
    margin-bottom: 15px;
    width: 591px;
}
.comment {
    margin-bottom: 7px;
    width: 100%;
}
.comment .comment-inner {
    background: #e6eaec;
    padding: 10px;
}
.comment strong {
    color: #031249;
    display: inline-block;
    margin-bottom: 5px;
}
.comment span {
    float: right;
    color: #494951;
    font-style: normal;
}
.comment em {    
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}
.comment-bottom {
    background: url(../images/comment-bg.png) no-repeat 0 bottom;
    height: 20px;
}

/*-------------------------------------------------------------------------------------------------------------- accordion ----------*/

.accordion {
    width: 635px;
    float: left;
    border-bottom: 1px solid #CBD4D8;
    padding-bottom: 5px;
}
.accordion .accordion-wrap {
    border-top: 1px solid #CBD4D8;
    display: block;
    float: left;
    clear: left;
    width: 100%;
}
.accordion h6, .accordion h5 {
    float: left;
    width: 100%;
    cursor: pointer;
    padding: 15px 0;
    font-style: italic;
    font-weight: bold;
    color: #082058;
    background: url(../images/sprites.png) no-repeat right -1960px;
}
.accordion h5 {
    background: none;
    cursor: default;
}
.accordion .accordion-content a.link-arrow {
    font-family: Arial !important;
    margin-top: 10px;
    width: 100%;
}
.accordion h6 {
    padding-left:5px;
    width:630px;
}
.accordion .accordion-wrap.open h6 {
    padding: 10px 5px 15px 5px;
    margin: 5px 0 0 -5px;
    width:635px;
    background: #fff url(../images/close-acc.png) no-repeat 607px 11px;
}
.accordion .accordion-wrap.open .accordion-content {
    margin-left: -5px;
    margin-top: 0;
    width: 635px;
    float: left;
}  
.accordion .accordion-content {
    background: #fff;
    padding: 0 5px 15px 5px;
    margin:5px 0;
}
.accordion .accordion-content .formError {
    background: #cbd4d8;
    padding: 0 10px 10px 10px;
    width: 288px;
    margin: 0 0 10px 140px;
    color:  #ae0000;    
}
.accordion .accordion-content .accordion-form-wide .formError span {
    width: 289px;
}
.accordion .accordion-content .formError
.accordion .accordion-content strong, .accordion .accordion-content span {
    display: block;
}
.accordion .accordion-content span {
    padding-top: 10px;
}
.accordion .accordion-content span.mandatory {
    font-weight:bold;
    margin-left:2px;
    display:inline-block;
    padding-top:0;
}
.accordion .accordion-content span.optional {
    display:inline;
    padding-top:0;
}
.accordion .accordion-content span.info {
    margin-left: 140px;
    font-style: italic;
    color: #000;
    padding: 5px 0 15px 0;
    width: 425px;
}
.accordion .accordion-content span.line {
    padding-top: 0;
    margin-top: 0;
}
.accordion .accordion-content span.error {
    float: right;
    margin-right: 15px;
    padding-top: 5px;
    color: #000;
    font-style: italic;
}
.accordion .accordion-content p {
    color: #494951;
    font-style: italic;
}
.accordion .accordion-content label {
    width: 140px;
    float: left;
    padding-top: 4px;
}
.accordion .accordion-content label.wide {
    width: 300px;
    padding-top: 5px;
}
.accordion .accordion-content label.wide.mt15,
.accordion .accordion-content select.small.mt15 {margin-top:15px;}
.accordion .accordion-content input[type="text"], 
.accordion .accordion-content input[type="password"], 
.accordion .accordion-content select {
    width: 400px;
    border: 1px solid #082058;
    padding: 3px;
    height: 16px;
    margin-bottom: 7px;
    font-family: Georgia;
    font-size: 12px;
}
.accordion .accordion-content input[type="text"].small,
.accordion .accordion-content input[type="password"].small {
    width: 300px;
}
.accordion .accordion-content select.small {
    width: 210px;
}
.accordion .accordion-content select {
    height: 26px;
    width: 408px;
}
.accordion-form-wide, .accordion-form-email {
    float: left;
    width: 100%;
}
.accordion-form-email {
    margin-bottom: 15px;
}
.accordion-form-wide li, .accordion-form-email li {
    width: 100%;
}
.accordion-form-email li {
    margin-bottom: 5px;
}
.accordion .accordion-content .accordion-form-wide span.error {
    width: 158px;
}
.accordion .accordion-form {
    margin: 0 25px 0 0;
    float: left;
}
.accordion-form-email li label {
    float: none !important;
}
.accordion-form-email li label.wide {
    width: auto !important;
}
.accordion-form-email li select {
    width: 160px !important;
    margin-left: 10px;
}
.accordion .accordion-form li {
    width: 275px;    
    margin: 0 25px 15px 0;
    float: left;
}
.accordion .accordion-form li label {
    float: none;
    width: auto;
    line-height: 16px;
}
.accordion .accordion-form.email-subscriptions li {
	height: 120px;
}
.accordion .accordion-form li input[type="checkbox"] {	
    margin-right: 3px;
}

.accordion [id$=divEmailNotificationsAccordion] li input[type="checkbox"] {
	float: left;
}

.accordion .accordion-form.last {
    margin-right: 0;
}
#extranetForm fieldset a {
  color: #082058;
  font-weight: bold;
  font-family: Arial;
}
#extranetForm fieldset a:hover {text-decoration: underline;}
.accordion .accordion-content strong p {
    color:#494951;
    font-style:normal;
}

/*-------------------------------------------------------------------------------------------------------------- contact page ----------*/

.contact-item {
    float: left;
    width: 300px;
    height: 153px;
    margin: 0 25px 25px 0;
}
.contact-item.last {
    margin-right: 0;
}
.contact-item p {
    display: block;
}
.contact-item p span {
    white-space: normal !important; 
    display: inline-block; 
    font-weight: normal;
    font-style: normal !important;
    margin-top: 2px;
}
.contact-item p span a {
    margin: 1px 0 0 5px !important; 
    border: none !important; 
    vertical-align: top !important; 
    display: inline-block !important;
}
.contact-item p span a img {
    border: none !important;
}
.contact-item strong {
    display: block;
    padding-bottom: 3px;
}
.contact-item strong, .contact-item a {
    color: #082058;
}
.contact-item strong.georgia {
    color: #082058;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-style: italic;
    font-family: Georgia;
}
.contact-item a {
    font-weight: bold;
    padding-right: 5px;
    display: inline-block;
}
.contact-item a:hover {
    text-decoration: underline;
}
.contact-item span {
    font-style: italic;
    font-weight: bold;
    display: block;
    padding-bottom: 3px;
}
.contact-item span.arial {
    color: #082058;
    font-style: normal;
    display: inline;
    font-family: Arial;
}

/*-------------------------------------------------------------------------------------------------------------- email slide content ----------*/

.email-slide {
    width: 100%;
    background: #1d5693;
    float: left;
    color: #fff;
    padding-bottom: 10px;
    display: none;
}
.email-slide .wrap {
    width: 960px;
    margin: 0 auto;
    border-bottom: 4px solid #3c6ea5;
    padding-bottom: 20px;
}
.email-slide .wrap .inner {
    width: 625px;
    float: right;
}
.email-slide .wrap .inner a.close {margin-top: -15px;}
.email-slide p {
    margin: 25px 0;
}
.email-slide h4 {
    background: #fff;
    color: #082058;
    font-size: 16px;
    line-height: 19px;
    padding: 0 4px 1px 4px;
}
.email-slide a.link-arrow {
    color: #fff;
}
.email-slide ul.email-form {
}
.email-slide ul.email-form li {
    margin-bottom: 5px;
    width: 545px;
    float: left;
}
.email-slide ul.email-form li span.error {
    width: 195px;
    margin-left: 5px;
}
.email-slide ul.email-form li label {
    width: 140px;
    font-weight: bold;
    font-style: italic;
    float: left;
    padding-top: 5px;
}
.email-slide ul.email-form li select.small {
    width: 68px;
}
.email-slide ul.email-form li select {
    width: 396px;
}
.email-slide ul.email-form li input {
    padding: 3px;
    width: 386px;
    height: 16px;
    background: #031249;
    border: 2px solid #031249;
    color: #fff;
    font-size: 13px;
}
.email-slide ul.email-form li input.small {
    width: 208px;
}
.email-slide ul.email-form li input.error,
.email-slide ul.email-form li input.small.error,
.email-slide ul.email-form li.error input,
.email-slide ul.email-form li.error input.small,
.accordion ul.accordion-form-wide li input.error {
    border: 2px solid #ae0000;
}
.email-slide ul.email-form li.info {
    margin-left: 140px;
    width: 395px;
    margin-bottom: 20px;
}
.email-slide ul.email-form li.info span {
    font-style: italic;
    margin-top: 10px;
    display: block;
    line-height: 18px;
}
.email-slide ul.email-form-narrow.last {
    margin-right: 0;
}
.email-slide .step2 ul.email-form-narrow li {
    width: 300px;
    float: left; 
    margin-bottom: 10px;
}
.email-slide ul.email-form-narrow label {
    line-height: 16px;
}
.email-slide .step2 p.info {
   float: left;
   width: 300px;
   margin: 0 0 30px !important;
}
.email-slide .step2 .error-msg {
    margin-bottom: 15px;
}
.email-slide ul.email-form-narrow input[type="checkbox"] {
    margin-right: 3px;
}
.email-slide .step2 {
    float: left;
    width: 100%;
}
.email-slide .step2 h5 {
    font-weight: bold;
    font-style: italic;
    margin-bottom: 15px;
}
.email-slide .step2 ul.accordion-form {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.email-slide .step2 ul.accordion-form li {
    width: 300px;
    float: left;
    margin-bottom: 10px;
}
.email-slide .step2 ul.accordion-form li input[type="checkbox"] {
    margin-right: 7px;
}
.email-slide .step2 ul.email-form-narrow li {
    height: 51px;
}

/*-------------------------------------------------------------------------------------------------------------- restricted ----------*/

.restricted {
    width: 595px;
    padding: 10px;
    float: left;
    background: #00AEEE;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 1px 4px 3px #dadada;
    -webkit-box-shadow: 0px 1px 4px 3px #dadada;
    box-shadow: 0px 1px 4px 3px #dadada;
    behavior: url(/templates/images/PIE.htc);
    position: relative;
}
.restricted h4 {
    background: #fff !important;
    color: #031249;
    display: inline-block;
    padding: 0 3px;
    margin-bottom: 10px;
}
.restricted p {
    color: #fff;
}

/*-------------------------------------------------------------------------------------------------------------- case study content page (with intro image) ----------*/

.intro-image {
    float: left;
    margin-bottom: 25px;
    position: relative;
}
.intro-image h4 {
    position: absolute;
    top: 0;
    left: 10px;
    width: 440px;   
    padding: 0 !important;
    background: none !important;
}
.content.blue .intro-image h4 {color: #0066B1 !important;}
.content.purple .intro-image h4 {color: #5A214A !important;}

/*-------------------------------------------------------------------------------------------------------------- video (webinar) ----------*/

.video {
    float: left;
    margin-bottom: 25px;
}

/*-------------------------------------------------------------------------------------------------------------- three cols template (events item page) ----------*/

.col-narrow {
    width: 140px;
    float: left;
    margin-right: 25px;
}
.col-middle {
    float: left;
    width: 470px;
}

/*-------------------------------------------------------------------------------------------------------------- event (events item page) ----------*/

.event strong, .event span {
    display: block;
}
.event strong {
    padding-bottom: 5px;
}
/*----------------------------------------------------------------Classic Table---------------------------------------------------------------*/
table.classic {
    font-family: Georgia !important;
	border-top: solid 3px #cbd4d8;
	border-bottom: solid 1px #cbd4d8;
	background-color: #f3f5f6;			
	margin-bottom: 15px;
	margin-top: 5px;
}
table.classic th {	
	border-bottom: solid 1px #cbd4d8;
	background-color: #f3f5f6;	
	font-weight: bold;			
	padding: 15px 0;
}
table.classic td {    
    color: #494951; 
    padding: 7px 5px;    
}
table.classic td ul {
    margin-bottom: 0px;
}
table.classic td em {    
    font-style: italic;      
}
table.classic td a em {    
    font-weight: bold;
}
table.classic td ul li {    
    padding-bottom: 0px;        
}
table.classic tr {
    border-bottom: solid 1px #cbd4d8;
    background-color: #f3f5f6;	    		    
}
/*------------------------------------------------------------------------------------------ table - events page -------------------------------*/

table.events {
}
table.events tr th {
    color: #082058;
    font-style: italic;
    padding-bottom: 10px;
}
table.events strong, table.events strong a {
    color: #082058;
}
table.events strong a:hover {
    text-decoration: underline;
}
table.events span {
    font-weight: bold;
    display: block;
    padding: 4px 0 3px;
}
table.events tr td {
    vertical-align: top;
    padding-bottom: 23px;
}
table.events tr td.first {
    width: 480px;
    padding-right: 35px;
}
table.events tr td.second {
    width: 120px;
}

/*-------------------------------------------------------------------------------------------------------------- register - event item page ----------*/

.register {
    float: left;
    width: 100%;
    margin-top: 15px;
}
.register.xform {
    margin-top: 0;
}
.register h6 {
    color: #082058;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}
#id_matrix label {
    font-family: Georgia;
}
.register label {
    width: 105px;
    float: left;
    padding-top: 3px;
}

.register input[type="text"] {
    width: 325px;
    border: 1px solid #082058;
    padding: 3px;
    height: 18px;
    margin-bottom: 5px;
}
.register input[type="text"] {
    width: 325px;
    border: 1px solid #082058;
    padding: 3px;
    height: 18px;
    margin-bottom: 5px;
}
.register input[type="radio"] {
	float: left;
	margin-right: 3px;	
}

.register input.error { width: 323px;}
.register select {
    display: block;
    width: 66px;
    border: 1px solid #082058;
    padding: 3px;
}
.register a.link-arrow {
    margin-top: 15px;
}
.register h4 {
    background: none !important;
    color: #082058;
    margin-top: 0;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
}
#id_matrix input.xform-submit {
    display: none;
}
/*-------------------------------------------------------------------------------------------------------------- gray overlay ----------*/

.gray-overlay-top, .gray-overlay, .gray-overlay-right {
  /*  background: #E6EAEC;*/
    position: absolute;
    width: 100%;
    display: none;
    left: 0;
}
.gray-overlay-top, .gray-overlay-right {top: 222px;}
.gray-overlay {top: 536px;}

/*-------------------------------------------------------------------------------------------------------------- basket content ----------*/

table.checkout {
    border-bottom: solid 3px #cbd4d8;
    width: 100%;
    margin-bottom: 35px;
}
table.checkout tr.no-bottom-line td {
    border-bottom: none !important;
}
table.checkout tr th,
table.checkout tr td {
    padding-bottom: 15px;
    border-bottom: 1px solid #CBD4D8;
}
table.checkout tr td {
    padding: 15px 0;
}
table.checkout tr td.first {
    width: 605px;
    padding-right: 25px;
    vertical-align: top;
}
table.checkout tr td.second {
    width: 80px;
    padding-right: 10px;
    vertical-align: top;
}
table.checkout tr td.second input {
    border: 1px solid #031249;
    padding: 3px;
    margin-top: 15px;
    width: 136px;
}
table.checkout tr td.third {
    width: 235px;
    text-align: right;
    vertical-align: top;    
}
table.checkout tr td.third span {
    display: block;
}
table.checkout tr td.third a.basket-recalculate {
    font-weight: bold;
    margin-top: 15px;
    color: #031249;
    display: inline-block;
}
table.checkout tr.basket-last-row td {
    padding: 15px 0 25px;
}
table.checkout tr a.title {
    font-weight: bold;
    color: #031249;
    display: block;
}
table.checkout tr td.first span, table.checkout tr td.first strong {
    color: #031249;
    display: block;
    line-height: 18px;
}
table.checkout tr td.first span.basket-country {
    display: inline-block;
    font-family: Georgia;
    color: #494951;
}
table.checkout tr td.first a.title.country {
    display: inline-block;
}
table.checkout tr td.third strong {
    text-align: right;
}
table.checkout tr td.first strong {
    font-weight: normal;
}
table.checkout tr a.title:hover,
table.checkout tr td.third a.basket-recalculate:hover {
    text-decoration: underline;
}
table.checkout tr a.remove,
table.checkout tr a.link-arrow {
    display: block !important;
    text-align: left !important;
    margin-bottom: 20px;
}
table.checkout tr a.link-arrow {margin-bottom:0 !important;}
table.checkout tr a.link {
    text-align: right !important;
    float: right;
}
table.checkout tr span.reuters {
    background: url(../images/reuters.png) no-repeat 0 0;
    width: 58px;
    height: 20px;
    display: block;
    float: right;
    margin-left: 10px;
}
.col-right.order input[type="text"] {
    border: 1px solid #031249;
    padding: 3px;
    height: 16px;
    width: 240px;
    margin-left: 15px;
}
ul.card-details {
    float: left;
    margin-bottom: 10px;
    width: 465px;
}
ul.card-details li {
    margin-bottom: 5px;
    width: 100%;
    float: left;
    position: relative;
}
ul.card-details li label {
    width: 125px;
    float: left;
    padding-top: 2px;
}
ul.card-details li input[type="text"], ul.card-details li select {
    width: 330px;
    border: 1px solid #031249;
    padding: 3px;
    height: 16px;
    display: block;
}
ul.card-details li input.small {
    width: 47px;
    float: left;
}
ul.card-details li input.small.error, ul.card-details li input.error {
    border: 2px solid #ae0000;
}
ul.card-details li input.small.error, ul.card-details li select.error {
    border: 2px solid #ae0000;
}
ul.card-details li select.large {
    height: 25px;
    width: 338px;
}
ul.card-details li select.small {
    height: 25px;
    width: 55px;
    float: left;
    margin-right: 5px;
}
ul.card-details li span.tip {
    width: 15px;
    height: 15px;
    display: block;
    background: url(../images/sprites.png) no-repeat 0 -2095px;
    float: left;
    margin: 5px 0 0 5px;
    cursor: pointer;
}
.security-no {
    width: 415px;
    padding: 10px;
    border: 2px solid #cbd4d8;
    position: absolute;
    top: 4px;
    left: 202px;
    background: #fff;
    display: none;
}
.security-no img {
    float: left;
    margin-right: 10px;
}

/*-------------------------------------------------------------------------------------------------------------- module terms ----------*/

.module-terms {
    background: #cbd4d8;
    padding: 10px;
    width: 280px;
    margin-top: 44px;
}
.module-terms a.link-arrow {
    margin-top: 15px;
}

/*-------------------------------------------------------------------------------------------------------------- search results page ----------*/

table.search {
    width: 100%;
    border-bottom: 1px solid #cbd4d8;
    margin: 20px 0 10px 0;
    float: left;
}
table.search tr td {
    padding-bottom: 25px;
    vertical-align: top;
}
table.search tr td.col-first {
    width: 140px;
    padding-right: 25px;
}
table.search tr td.col-second {
    width: 465px;
}
table.search tr td.col-second p em {
    font-weight: bold;
}
table.search tr td span {
    display: block;
    line-height: 18px;
}
table.search tr td a {
    color: #031249;
    font-weight: bold;
    margin-bottom: 3px;
    display: block;
}
table.search tr td a:hover {
    text-decoration: underline;
}
table.search tr td a.link-arrow {
    margin-top: 5px;
}
table.search tr td.col-first a {
    color: #494951;
    font-weight: normal;
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------------------------- error message ----------*/

.error-msg {
    background: #cbd4d8;
    width: 337px;
    padding: 15px 12px;
    display: none;
}
.error-msg p {
    color: #ae0000 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.col-left-wide.order .error-msg {
    width: 441px;
}
.email-form .error-msg {
    width: 372px;
    margin-top: 15px;
}
.xform .error-msg {
    margin-top: 15px;
    width: 414px;
}

/*--------------------------------------------------------------------------------------------------------------- map tooltip homepage -------------------*/

.slider ul.inner li.case-studies .home-map-wrap .map-ping {
    background: url(../images/case-studies-ping.png) no-repeat 0 0;
    height: 59px;
    position: absolute;
    right: 138px;
    top: 47px;
    width: 57px;
    cursor: pointer;
}
.slider ul.inner li.case-studies .home-map-wrap .map-tooltip {
    width: 365px;
    position: absolute;
    right: 153px;
    z-index: 200;
    top: 76px;
    display: none;
    height: 189px;
}
.slider ul.inner li.case-studies .home-map-wrap .map-tooltip-content {
    padding: 5px 10px 10px 10px;
    background: #d8127e;
}
.slider ul.inner li.case-studies .home-map-wrap .map-tooltip-content img {
    width: 344px;
    margin: 0 0 10px 0 !important;
}
.slider ul.inner li.case-studies .home-map-wrap .map-tooltip-top {
    background: url(../images/case-studies-tooltip.png) no-repeat 0 0;
    height: 40px;
}
.slider ul.inner li.case-studies .home-map-wrap .map-tooltip-content h5, 
.slider ul.inner li.case-studies .home-map-wrap .map-tooltip-content h6 {
    color: #031249;
    background: #FFF;
    display: inline-block;
    padding: 0 3px !important;
    margin-bottom: 3px;
    font-size: 15px !important;
}
.slider ul.inner li.case-studies .home-map-wrap .map-tooltip-content h6 {
    margin-bottom: 0;
}

/*-------------------------------------------------------------------------------------------------------------- table press ----------*/

table.press {
    width: 100%;
    float: left;
    border-bottom: 1px solid #CBD4D8;
    border-top: 1px solid #CBD4D8;
    margin: 15px 0;
}
table.press tr td {
    vertical-align:top;
    padding-top:20px;
}
table.press tr td.first {
    width: 495px;
}
table.press tr td.sec {
    width: 115px;
    padding-left: 25px;
    text-align: right;
}
table.press tr td a {
    font-family: Arial;
    font-weight: bold;
    color: #031249;
}
table.press tr td a:hover {text-decoration:underline;}

/*-------------------------------------------------------------------------------------------------------------- old website ----------*/

.expert a,
.eventNav a {
    color: #031249;
    font-weight: bold;
}
.eventNav a:hover,
.expert a:hover {text-decoration: underline;}
input.btnSendActivation {
    width:auto !important;
    height: auto !important;
}
.registration-complete h3 {margin: 10px 0;}

/*-------------------------------------------------------------------------------------------------------------- footer ----------*/

.footer {
    background: url("/Templates/Images/footer.png") repeat-x 0 0;
    float: left;
    margin-top: 5px;
    min-height: 16px;
    padding: 29px 0 0 0;
    width: 100%;
}
.footer .inner {
    width: 960px;
    margin: 0 auto;    
}

.footer .inner-wrapper {
	padding: 0 0 21px;
	background: none repeat scroll 0 0 #1D5693;
    color: #FFFFFF;    
    float: left;    
    width: 100%;    
}
.footer ul.left {
    float: left;
}
.footer ul.left li {
    float: left;
}
.footer ul.left li a {
    color: #fff;
    font-size: 11px;
    padding-right: 12px;
}
.footer ul.left li a.rss {
	background: url("/Templates/Images/sprites.png") no-repeat right -2549px;
	padding-right: 20px;
	margin-right: 20px;
}
.footer ul.left li a:hover, .footer ul.left li a.current, .footer ul.right li a:hover, .footer ul.right li a.current {
    text-decoration: underline;
}
.footer ul.left li span {
    color: #8eaac9;
    font-size: 11px;
}
.footer ul.right {
    float: right;
}
.footer ul.right li {
    float: left;
    padding-right: 45px;
}
.footer ul.right li:last-child {
    padding-right: 0;
}
.footer ul.right li a {
    color: #fff;
    font-size: 13px;
}
.footer ul.right li span {
    color: #fff;
    padding-left: 5px;
    font-size: 12px;
}
.footer ul.right li.email a {
    background: url(../images/sprites.png) no-repeat left -225px;
    padding-left: 20px;
}
.footer ul.right li.basket a {
    background: url(../images/sprites.png) no-repeat left -337px;
    padding-left: 20px;
}
.footer ul.right li.top a {
    font-size: 11px !important;
    background: url(../images/sprites.png) no-repeat right -452px;
    padding-right: 20px;
    display: block;
    margin-top: 2px;
}
.disable-uppercase {
    text-transform: none !important;
}
.ml20 {
    margin-left: 20px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .mb70 {float:left;}
    .col-left.search .module-filter a.close {margin-top:-23px;}
}
.checkout label.error, .checkout span.error {color: #ae0000;}
.content.light-blue .col-left-wide .title-wrap h4.bg {
    background: #00AEEE;
    color: #fff;
    line-height: 23px;
    padding-bottom: 1px;
}
.author-link {
    color: #494951;
}
.author-link:hover {text-decoration: underline;}

/*--------------------------------------------------------------------------------------------------------------  package-list ----------*/

.package-list .expand-top {
     margin-bottom: 0;
}
.package-list .expand-top.filter-navigation {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.package-list .col-right {
    padding-top: 15px;
}
.expand-top h2  {
    text-transform: uppercase;
    font-size: 22px;
}
.package-list .col-left-wide.article .expand-top.left-hand-side h2.title-list  {
	font-family: 'Conv_DINPro-Regular' !important;
	font-style: normal !important;
	text-transform: uppercase !important;
    font-size: 22px !important;
    font-weight: normal !important;
    margin-bottom: 5px;
}

.content.purple .expand-top h2 {
    color: #3a0055;
}
.article ul.expand-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
 .package-list .pagin-wrapper h5 {
    display: block;
    float: left;
}
.article ul.expand-nav li a {
    text-transform: none;
}
.article ul.article-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 3px solid #cbd4d8;
    display: block;
    overflow: hidden;
    clear: both;
    margin-top: 0;
    padding-top: 17px;
}
.article ul.article-list li {
    list-style: none;
    border-bottom: 1px solid #cbd4d8;
    padding: 0 0 24px;
    margin: 0 0 19px;
}
.package-list ul.article-list li h5 a {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    font-family: Arial, Helvetica, Sans-Serif;
    display: block;
    margin-bottom: 0;
    color: #082058;
}
.package-list ul.article-list li h5 a:hover {
     text-decoration: underline;
}
.article ul.article-list p.info-header {
    display: block;
}
.article ul.article-list p.info-header a {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    color: #082058;
    font-family: Arial, Helvetica, Sans-Serif;
}
.article ul.article-list p.info-header a:hover {
    text-decoration: underline;
}
.article ul.article-list p.info-header span {
    border-right: 1px solid #494951;
    width: 1px;
    margin: 0 7px; 
}
#list-analasysmason-page p {
    padding-bottom: 0;
}
.article h1,
.rte-wrap h1,
.rte h1,
.col-middle.rte h1 {
    font-weight: normal; 
    font-size: 16px; 
    font-family: 'Conv_DINPro-Regular' !important;
    line-height: 26px; 
    color:#3a0055;
    margin-bottom:15px;
}
.article h1 a,
.rte-wrap h1 a,
.rte h1 a,
.col-middle.rte h1 a {
    color:#3a0055;
}
.article h1 span,
.rte-wrap h1 span,
.rte h1 span,
.col-middle.rte h1 span {
    font-family: 'Conv_DINPro-Regular' !important;
 }
.article h2,
.rte-wrap h2,
.rte h2,
.content.purple .package-list .expand-top .rte h2,
.col-middle.rte h2 {
    font-weight: bold; 
    color: #082058;
    font-style: italic; 
    font-family: Georgia !important;
    font-size: 13px;
    line-height: 18px !important;
    margin-bottom: 10px;
    text-transform: none !important;
}
.article h2 a,
.rte-wrap h2 a,
.rte h2 a,
.content.purple .package-list .expand-top .rte h2 a,
.col-middle.rte h2 a {
    color: #082058;
}
.article h3,
.rte-wrap h3,
.rte h3,
.col-middle.rte h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 13px; 
	line-height: 18px;
	font-family: Georgia;
	color: #000;
	text-transform: none;
	margin-bottom: 5px;
}
.article h3 a,
.rte-wrap h3 a,
.rte h3 a,
.col-middle.rte h3 a {
    color: #000;
}

.article img,
.rte-wrap img,
.rte img,
.col-middle.rte img {
    max-width: 100%;
    height: auto;
}
.article ul, .rte ul { 
    font-family: Georgia;
}
.rte a em {
    font-weight: bold;    
}
.article em {
    font-style: italic;    
}
.article a em {
    font-style: italic;    
    font-weight: bold;
}
.article ul li ul, .rte ul li ul {
    font-family: Georgia;
    margin-bottom: 0;
    margin-top: 5px;
}
.rte ul li ul li.level2 {
	font-family: Georgia;
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 5px;
    font-style: italic;
    list-style-type: disc;
    margin-bottom: 0 !important;
}
.content.blue .col-wide,
.content.purple .col-wide {
    margin-bottom: 45px;    
}
p em {
    font-style: italic;
}
.webinar-btn {
    display: block;
    text-indent: -9999px;
    background: url(../images/webinar-btn.png) no-repeat 0 0;
    width: 232px;
    height: 31px;
    margin-bottom: 25px;
}
span.location {
    clear: left;
    display: block;   
    font-family: Georgia;
    margin-bottom: 15px;
}
.col-half.gray span.remember {
    margin-top: 10px;
}
.col-half.gray span.remember input {
	margin-top: 0px;
    width: 13px;
    float: left;
    margin-right: 7px;
    margin-bottom: 0;
    border: none;
    background: none;
}
.col-half.gray span.remember label {
    padding-bottom: 0;
    font-style: normal;
}
ul.order-complete {
    list-style: none;
}

strong.error-message { 
    font-family: Georgia;
    font-style: italic;
    display: block;
    margin-bottom: 10px;
}
.title-wrap a.link.basket {
	margin-top: 5px;
	background: url("../images/sprites.png") no-repeat scroll left -337px transparent;
    padding-left: 20px;
	float: right;
}
.bottom-wide .col-wide p a {
	color: #082058;
    font-weight: bold;
}
.questionnaire table {
	width: 100%;	
	font-family: Georgia;
    margin-top: 15px;
}
.questionnaire span.heading {	
	font-family: 'Conv_DINPro-Regular' !important;
    text-transform: uppercase;
    background: none repeat scroll 0 0 #00AEEE;
    color: #FFFFFF;
	display: inline-block;
    height: 26px;
    line-height: 24px;
    margin: 10px 0;
    padding: 0 4px;    
    font-size: 22px;
}
.questionnaire fieldset legend {
	line-height: 18px;
}
.questionnaire fieldset input {
	position: relative;
	top: 30px;
    float: left;
    height: 15px;  
    margin-right: 45px;  
}
.questionnaire fieldset {
	height: 60px;
    position: relative;
}
.questionnaire fieldset label {
	position: relative;
    color: #082058;
    float: left;
    font-size: 12px;
    font-style: italic;
    font-weight: bold;    
    line-height: 18px;    
    width: 15px;
    margin-top: 3px;
    left: -57px;
}
.questionnaire span.remark {
	float:left;
	width: 79%;
}
.questionnaire span.remark em {
	font-size: 11px;
	line-height: 18px;
	font-style: italic;
}
.questionnaire span.remark em.right {
	float: left;
}
.questionnaire span.remark em.left {
	float: right;
}
.questionnaire label {	
	margin-top: 4px;
	float:left;
	color: #494951;
	width: 140px;
	line-height: 18px;
	font-weight: bold;
	font-style: italic;
}
.bottom-wide.questionnaire {
	margin-bottom: 25px;
}
.editorial-forms {
	float: left;
}
.editorial-forms .register #id_matrix fieldset legend,
.editorial-forms .register #id_matrix fieldset label {
	font-family: Georgia;
}
.editorial-forms .register #id_matrix fieldset label.referee {
	margin-left: 0;
	margin-right: 10px;
	width: 95px;
}
.editorial-forms .register #id_matrix fieldset.referee legend {
	margin-bottom: 5px;
	padding-left: 0;
}
.editorial-forms .register #id_matrix fieldset input.referee[type="checkbox"] {
	height: 12px;
	margin-top: 8px;	
	top: -5px;
	position:relative;
}
.editorial-forms lable.referee,
.questionnaire span.referee {
	font-weight: bold;
	font-style: italic;
	color: #494951;
	margin-top: 20px;
	line-height: 22px;
	width: 625px;
	clear: both;	
    display: inline-block;
}
.questionnaire textarea {
	border: 1px solid #737373;
	clear:both;
	float:left;
	width: 495px;
	height: 125px;
	margin-bottom: 35px;
}
.questionnaire span.introduction,
.questionnaire span.mid-intro,
.questionnaire span.about-intro  {
	color: #000000;
    float: left;
    margin: 5px 0 10px 0;
    width: 625px;  
    line-height: 18px;      
}
.questionnaire span.introduction {
	color: #494951;	
}
.questionnaire span.mid-intro {
	margin: 40px 0;	
}
.questionnaire span.about-intro {
	margin-bottom: 30px;
}

.questionnaire input[type="text"] {	
	border: 1px solid #031249;
	float:left;
	width: 355px;
	height: 25px;	
	margin-bottom: 5px;
}
.questionnaire hr {
	border: 1px solid #cbd4d8;
}
.questionnaire .intro_text {
	width: 625px;
	margin-bottom: 15px;
}
.questionnaire .intro_text .inline-quote {
	margin-bottom: 0;
	font-weight: bold;
}
.questionnaire span.note {
	color: #000;
	font-style: italic;
	font-size: 11px;
	line-height: 18px;
}
.questionnaire .xformvalidator {
    color: #FF0000;
    float: left;
    margin: 5px 0 0 5px;
}
.questionnaire input.referee {
	padding: 0;
	margin-right: 15px;
	margin-left: 5px;
	float:left;
	top:0;	
	padding:15px;
}
.questionnaire label.referee {
	font-style: normal;
    font-weight: normal;
	float:left;
	color: #494951;
	left:0;
	width: auto;
	margin-top: 0;
}
.questionnaire fieldset.referee {
    height: 50px;
    padding-top: 25px;
}
.link-btn {
	border: 0;
	font-family: Arial !important;
    font-weight: bold !important;
    line-height: 16px !important;
    margin-bottom: 45px;
    padding-left: 20px;
	display: inline-block !important;
	color: #031249;
	background: url("../images/sprites.png") no-repeat scroll left 3px transparent;
	font-size: 14px;
	cursor: pointer;
}
.cards {
    border-top: 1px solid #CBD4D8;
    float: left;
    margin-top: 15px;
    padding-top: 20px;
    width: 100%;
}
.cards strong {
    font-family: Georgia;
    font-size: 13px;
    color: #494951;
    float: left;
    font-weight: normal;
    line-height: 20px;
}
.cards ul {
    float: left;
    margin: 0 0 0 10px;
    padding: 0;
}
.cards ul li {
    float: left;
    list-style: none;
    margin-right: 5px;
}
span.basket-or {
    clear: right;
    display: block;
    float: right;
    font-style: italic;
    margin: 15px 0;
    font-family: Georgia;
}
span.xform-heading {
    font-family: Georgia !important;
}
input[type=radio].xform-radiobutton {
    width: auto !important;
    display: block;
    float: left;
    border: none;
}
.register #id_matrix fieldset  {
    margin-top: 10px;
}
.register #id_matrix fieldset.referee {
	  margin-top: 20px;
}
.register #id_matrix fieldset label {
    padding-top: 0;
    width: auto;
    margin: 0 20px 0 5px;
}
.questionnaire p {
    font-family: Georgia !important;
}
.mb25 {
	margin-bottom: 25px;
}
.mb15 {
	margin-bottom: 15px;
}
p.intro-quote {	
	font-family: Georgia !important;
    font-size: 13px;
    font-style: italic;
    font-weight: bold;
    color: #494951;
    margin-bottom: 20px;
    display: block;
}
.registration-wrapper p , 
.registration-wrapper label,
.registration-wrapper span,
.registration-wrapper a {
	font-family: Georgia !important;
}
.registration-wrapper ul {
	width: 100%;	
}
.registration-wrapper ul li {
	width: 100%;
	margin: 3px 0;
	float: left;
}
.registration-wrapper ul li label {
	width: 240px;	
	font-size:13px;
	line-height: 22px;
	font-style: italic;
	font-weight:bold;
	color: #53545b;
	float: left;
	clear: left;
}
.registration-wrapper ul li input {
	width: 480px;	
	height:23px;
	border: 1px solid #031249;
	float: left;	
}
.registration-wrapper ul li input.small {
	width: 260px;	
}
.registration-wrapper hr {
	border: none;	
	border-top: 1px solid #cbd4d8;	
}
.registration-wrapper hr.middle {
	margin: 34px 0;	
}
.registration-wrapper hr.bottom {
	margin-top: 35px;	
}
.step1, .step2 {
	clear: both;
	width: 100%;
	float: left;
}
.registration-wrapper p.right {
	float: right;
}
.registration-wrapper li.error input {
	border: 2px solid #ae0000;	
}
.registration-wrapper span.password-confirm {
	margin-left: 10px;
	position: relative;
    top: 8px;
}
.registration-wrapper span.corporate-acc {
	width: 425px;
	font-style: italic;
	margin-top: 15px;
	float: left;
}
.registration-wrapper ul.email-form-narrow, .registration-wrapper ul.accordion-form {
	width: 660px;
	float:left
}
.registration-wrapper ul.email-form-narrow li p {
	padding-left: 25px;
}
.registration-wrapper ul.accordion-form {
	background-color: #fff;
}
.registration-wrapper input[type="checkbox"] {
	border: none;
	width: 15px;
	margin-right: 10px;
}
.registration-wrapper ul.accordion-form {
	padding: 10px;
}
.registration-wrapper ul.accordion-form li {
	width: 300px;
	float: left;
}
.registration-wrapper ul.accordion-form label {
	clear: none;
	font-style: normal;
	font-weight: normal;
}
.bottom-wide .registration-wrapper .step2 ul.email-form-narrow {
	margin-top: 10px;	
}
.bottom-wide .registration-wrapper .step2 ul.email-form-narrow label {
	clear: none;
	width: 600px;
}
.bottom-wide .registration-wrapper .step2 ul.email-form-narrow li {
	margin-bottom: 20px;
	width: 100%;
}
.bottom-wide .registration-wrapper .step2 ul.email-form-narrow h2 {
	font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}
.bottom-wide .registration-wrapper .step2 ul.email-form-narrow input {
    height: 50px;    
    position: relative;
    clear: none;
    top: -16px;
}
.bottom-wide .registration-wrapper .step2 ul.email-form-narrow p {
	width: 100%;
	font-weight: normal;
}
.registration-wrapper .link-arrow.right {
	background: url("../images/sprites.png") no-repeat scroll 60px 1px transparent;
	padding-left: 0;
    padding-right: 30px;
    position: relative;
    right: 220px;
    margin: 50px 0 0;
}
.registration-wrapper h5 {
	font-weight: bold;
	float: left;
	width: 100%;
	margin: 15px 0;
}
.registration-wrapper .registration-complete {
	width: 690px;
	margin-bottom: 30px;
}
.registration-wrapper .left-column, .registration-wrapper .right-column {
	float: left;
}
.registration-wrapper .left-column {
	margin-right: 20px;
	margin-bottom: 20px;
}
.registration-wrapper .right-column .social-module {
	padding: 0 10px 20px;
	float: left;
	width: 300px;		
	background: url("../images/twitter-back.png") no-repeat scroll 0px 0px transparent;
	background-color: #cbd4d8;
}
.registration-wrapper .right-column .social-module h4, .registration-wrapper .right-column .social-module a {
	float: left;
	clear: both;
}
.registration-wrapper .right-column .social-module a {
	margin-top: 10px;
}
.registration-wrapper .right-column h4.blue {
	background-color: #1c5693
}
.registration-complete h4, .registration-complete p {
	clear: both;
	float: none;	
}
.registration-complete h4 {
	 margin-bottom: 30px;
}
.SSContainerDivWrapper {
	box-shadow: 0px 5px 15px #6F6F6F;
    -webkit-box-shadow: 0px 5px 15px #6F6F6F;
    -moz-box-shadow: 0px 5px 15px #6F6F6F;
    behavior: url(/templates/images/PIE.htc);  
}
.register.xform h6 {
	clear: both;
}
div.filters div.left {
	float: left;
}
div.filters {	
	color: #031249;
    display: block !important;
    font-weight: normal;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
}
div.filters input {	
	margin-left: 20px;
	margin-right: 1px;
}
div.filters label {
	position:relative;
	top: -1px;
	font-weight: bold;
    font-size: 13px;
}
div.intro-experts {
	font-family: 'MinionProRegular' !important;
	color: #0066B1;	
	width: 655px;
	margin-bottom: 40px;
}
div.intro-experts p {
	font-size: 22px;
	line-height: 26px;
}
ul.our-experts li {	
	font-family: Georgia !important;	
    background: #fff;    
    padding: 10px;
    -moz-box-shadow: 0px 1px 4px 3px #DADADA;
    -webkit-box-shadow: 0px 1px 4px 3px #DADADA;
    box-shadow: 0px 1px 4px 3px #DADADA;
    behavior: url(/templates/images/PIE.htc);
    margin-bottom: 30px;
    position: relative;
	width: 280px;
	height: 295px;
	margin-right: 30px;
	float: left;	
}
ul.our-experts li.last {	
	margin-right: 0px;	
}
ul.our-experts li img {
  height: 94px;
  width: 280px;
  margin-bottom: 7px;  
}
ul.our-experts li .title-wrap {
    display: block;
    overflow: hidden;
}
ul.our-experts li .title-wrap h3 {
	font-family: 'Conv_DINPro-Regular';
    background: none repeat scroll 0 0 #E6EAEC;
    color: #031249;
    display: inline-block; 
    padding: 0 4px 3px;
    text-transform: uppercase;
}
ul.our-experts li .title-wrap h3 a {
	font-family: 'Conv_DINPro-Regular';
	font-weight: normal;
	font-size: 16px;
    line-height: 18px;
}
ul.our-experts li em {
	font-family: 'MinionProRegular' !important;
    background: none repeat scroll 0 0 #E6EAEC;
    color: #031249;
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    margin: 2px 0 5px;
    padding: 0 4px 1px;
}
ul.our-experts li a, ul.our-experts li strong {
	font-family: Arial,Helvetica,Sans-Serif;
    color: #031249;
    font-weight: bold;
    display: block !important;    
    font-size: 13px;
}
ul.our-experts li .bottom-content {
    bottom: 10px;
    position: absolute;
}
ul.our-experts li a.biopage {	
	margin-top: 5px;
	background: url("/templates/images/page-link.png") no-repeat scroll left 0 transparent;    
    font-size: 13px;    
    padding: 0 0 0 20px;    
    line-height: 17px;
    width: 50px;
}
ul.our-experts li a.biopage:hover {
	text-decoration: underline;	
}
div.ajax-loader {
	background: url(/Templates/images/ajax-loader.gif) 0 0 no-repeat;	
	width: 32px;
	height: 32px;	
	float: left;
	margin-left: 15px;		
	display: none;
}
.module-contact.profile-page {
	float: left;
}
.module-contact.profile-page .social-media {
	float: left;
	margin-top: 15px;
	width: 100%;
	width: 100%;
}
.module-contact.profile-page .tags {
    margin-top: 5px !important;
}
.module-contact.profile-page .tags span.tag {
    margin-right: 2px !important;
}
.registration-complete h4 {
	 margin-bottom: 30px;
}
.SSContainerDivWrapper {
	box-shadow: 0px 5px 15px #6F6F6F;
    -webkit-box-shadow: 0px 5px 15px #6F6F6F;
    -moz-box-shadow: 0px 5px 15px #6F6F6F;
    behavior: url(/templates/images/PIE.htc);  
}
.register.xform h6 {
	clear: both;
}
.content.light-blue .col-left-wide.verifyuser h4 {
    background: #00AEEE;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.content.light-blue .col-left-wide.verifyuser p {
	margin-bottom: 15px;
}
.verifyuser .module-purple .inner h6 {
	font-family: 'Conv_DINPro-Regular' !important;
	font-size: 18px;
    font-style: normal !important;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.verifyuser .module-purple .inner p {
	font-size: 13px;
}
.verifyuser .module-purple .inner h6 em {
	color: #ED008D;	
}
.module-contact.blue a.basket-blue.add-to-basket,
.module-contact.blue a.link-arrow-dark.checkout {
	background: url(/templates/images/add-to-basket.png) no-repeat 0 0;
	height: 22px;
	color: #fff;
	padding-left: 40px;
	margin: 12px 0;
	line-height: 21px !important;
}
.module-contact.blue a.link-arrow-dark.checkout {
	background: url(/templates/images/checkout.png) no-repeat 0 0;
}
.module-contact.blue .text-bottom p {
	margin-bottom: 10px;
}
.module-contact.blue .text-bottom p.last {
	margin-bottom: 0;
}
.module-contact .title-wrap.buy {
	margin-bottom: 2px;
}
.profile .module-text {
	margin-top: 20px;
}
.all-programmes h2 {
	color: #082058;
    font-family: 'Conv_DINPro-Regular' !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.programe-overview {
	clear: both;
	float: left;
	width: 100%;
}
.programe-overview .title-wrap {
	margin-right: 4px;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}
.programe-overview.dark-blue .title-wrap,
.programe-overview.dark-blue ul.coverage-areas li a,
h6 span.dark-blue,
span.tag.dark-blue {
    background: #031249;
}
.programe-overview.purple .title-wrap,
.programe-overview.purple ul.coverage-areas li a,
h6 span.purple,
span.tag.purple {
    background: #5a214a;
}
.programe-overview.light-blue .title-wrap,
.programe-overview.light-blue ul.coverage-areas li a,
h6 span.light-blue,
span.tag.light-blue {
    background: #00aeee;
}
span.tag.grey {
    background: #7b7676;
}
.programe-overview.red .title-wrap,
.programe-overview.red ul.coverage-areas li a,
h6 span.red,
span.tag.red {
    background: #ea2c41;
}
.programe-overview.blue .title-wrap,
.programe-overview.blue ul.coverage-areas li a,
h6 span.blue,
span.tag.blue {
    background: #0066b1;
}
.programe-overview .title-wrap h2 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	padding-left: 10px;
	font-weight: normal;
}
.programe-overview .title-wrap h2:hover {
    cursor: pointer;
}
.programe-overview .title-wrap h2 span {
    background: url(../images/sprites.png) no-repeat 0 -2482px;
    width: 17px;
    height: 27px;
    float: right;
    margin-right: 10px;
}
.programe-overview .title-wrap.open h2 span {
    background: url(../images/sprites.png) no-repeat 0 -2435px;
}
.programe-overview ul.coverage-areas {	
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;	
}
.programe-overview ul.coverage-areas li {	
	width: 97px;
	float: left;
	margin-right: 10px;
	height: 100px;
}
.programe-overview ul.coverage-areas li.last {
    margin-right: 0;    
}
.programe-overview ul.coverage-areas li .upper,
.programe-overview ul.coverage-areas li .lower {
	float: left;
	margin-bottom: 5px;	
}
.programe-overview ul.coverage-areas li .upper {
	height: 36px;
	line-height: 36px;
}
.programe-overview ul.coverage-areas li .lower span {
	font-size: 12px;
    font-family: Arial;    
    color: #031249;
    font-weight: bold;
    width: 100%;
    float: left;
}
.programe-overview ul.coverage-areas li .lower a:hover span {
	text-decoration: underline;
}
.programe-overview ul.coverage-areas li .upper a {
    color: #FFFFFF;
    float: left;
    padding: 0 10px;
    width: 75px;    
    font-family: 'Conv_DINPro-Regular' !important;
}
.programe-overview ul.coverage-areas li a span {
    float: left;
    font-size: 16px;
}
.programe-overview ul.coverage-areas li a em {
	width: 15px;
	float: right;
	display: block;
	position: relative;
	top: 12px;
}
.programe-overview.dark-blue ul.coverage-areas li a em,
.programe-overview.purple ul.coverage-areas li a em,
.programe-overview.blue ul.coverage-areas li a em {
    background: url(../images/sprites.png) no-repeat 0 -565px;
}
.programe-overview.light-blue ul.coverage-areas li a em,
.programe-overview.red ul.coverage-areas li a em {
    background: url(../images/sprites.png) no-repeat 0 -2347px;
}
.research-wrap .programme-details h6 span,
.research-wrap .programme-details h1 span,
.tags span.tag {
    color: #fff;
    font-weight: normal;
    font-family: 'Conv_DINPro-Regular' !important;
    padding: 0 10px;
    margin-right: 10px;
    font-size: 14px;
    height: 21px;
    line-height: 20px;
    display: inline-block;
}
.research-wrap .programme-details a.back {
    position: relative;
    top: 3px;
}
.tags span.tag a {
	color: #fff !important;
	font-weight: normal;
}
.tags span.tag a:hover {
	text-decoration: none;
}
.article-info .tags span.tag {
	font-size: 13px;
    height: 18px;
    line-height: 18px;
}
.tooltip-article {
	display: none;
	position: absolute;
	top: 200px;
	left: 200px;
	z-index: 9999;
}
.tooltip-article p.tooltip-inner {
	padding: 5px;
	max-width: 130px;
	color: #fff !important;
	font-family: Georgia;
	font-style: italic;
	/*font-weight: bold;*/
	font-size: 12px;
}
.tooltip-article .arrow {
	background: url(../images/tooltip-arrow.png) no-repeat 0 0;
	height: 10px;
	left: 40px;
	position: relative;
	width: 13px;
	display: block;
}
.tooltip-article.dark-blue p.tooltip-inner {
    background: #031249;	
}
.tooltip-article.dark-blue .arrow {
	background: url(../images/tooltip-arrow.png) no-repeat 0 -1px;
}
.tooltip-article.light-blue p.tooltip-inner {
    background: #00aeee;	
}
.tooltip-article.light-blue .arrow {
	background: url(../images/tooltip-arrow-light-blue.png) no-repeat 0 -1px;
}
.tooltip-article.blue p.tooltip-inner {
    background: #0066b1;	
}
.tooltip-article.blue .arrow {
	background: url(../images/tooltip-arrow-blue.png) no-repeat 0 -1px;
}
.tooltip-article.red p.tooltip-inner {
    background: #ea2c41;	
}
.tooltip-article.red .arrow {
	background: url(../images/tooltip-arrow-red.png) no-repeat 0 -1px;
}
.tooltip-article.purple p.tooltip-inner {
    background: #5A214A;	
}
.tooltip-article.purple .arrow {
	background: url(../images/tooltip-arrow-violet.png) no-repeat 0 -1px;
}
.article-info .tags span {
	float: left;
	cursor: pointer;
	margin-right: 5px;
}
span.tag {
    margin-right: 5px;
    height: 20px;
    line-height: 19px;
    display: inline-block;
}
.subtitle-wrapper,
.sub-title-wrap {
    float: left;
}
.sub-title-wrap h3 {
    font-size: 22px;
    display: inline-block;
    background: #0066b1;
    height: 28px;
    color: #fff;
    padding: 0 5px;
    line-height: 24px;
}
.content.purple span.dotted-border {
    background: url(../images/purple-border.png) repeat-x 0 bottom;
    width: 956px;
    height: 2px;
    display: block;
    float: left;
    margin: 40px 0 30px 0;
}
.expand-content .research-wrap .module-contact {
    background: #00aeee;
}
.expand-content .research-wrap .module-contact.white {
	background: #fff;
}
.expand-content .research-wrap .module-contact h6 {
    background: #fff;
    color: #031249;
}
.expand-content .research-wrap .module-contact a.download {
    background: url(../images/sprites.png) no-repeat left -2400px;
}
.expand-content .research-wrap .module-contact span.doc {
    color: #fff;    
}
.expand-content .research-wrap .quote.blue {
    margin-bottom: 15px;
}
table.related-items {
    margin-bottom: 4px;  
}
table.related-items tr {
        
}
table.related-items tr td {
    vertical-align: top;
    padding-bottom: 10px;
}
table.related-items tr td a {
    color: #031249;
    font-family: Arial;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
table.related-items tr td a:hover {
    text-decoration: underline;
}
table.related-items tr td.first {       
    width: 165px;
}
table.related-items tr td.first span {
    font-family: Georgia;
    display: block;
    line-height: 18px;
}
table.related-items tr td.second {       
    width: 450px;
}
h6.border {
    border-top: 1px solid #cbd4d8;
    border-bottom: 1px solid #cbd4d8;
    padding: 0;
    height: 30px;
    line-height: 30px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
table.research {
    border-bottom: 1px solid #00aeee;
    border-top: 3px solid #00aeee; 
    background: #fff;
    font-family: Georgia;
    margin: 25px 0;
    width: 100%;
}
table.research tr th {
    background: #d9e8f3;
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    color: #031249;
}
table.research tr {
    border-top: 1px solid #cbd4d8;
}
table.research tr.even {
    background: #f6f8f8;
}
table.research tr td strong,
table.research tr td em {
    color: #000;
}
table.research tr td em {
    font-style: italic;
}
table.research tr td strong {
    margin-bottom: 5px;
}
table.research tr td {
    padding: 10px 8px;
    vertical-align: top;
}
table.research tr th {
    padding: 15px 8px;
    vertical-align: top;
}
.expand-col-left .rte h5,
.expand-col-left .rte h5 p,
.research-wrap .expand-col-left h5,
.research-wrap .expand-col-left h5 p {
	font-size: 22px; 
	line-height: 26px;
	font-family: 'MinionProRegular' !important;
	color: #5a214a;
	margin-bottom: 15px;
}
.research-wrap .back-case {
    font-family: 'DINNextLTProMedium' !important;
    font-weight: normal;
    background: url("../images/sprites.png") no-repeat right -1471px;
    padding: 0 35px 0 0;
    margin-right: -10px;
}
.all-programmes .rte {
	margin-bottom: 20px;
}
.expand-col-right .tags,
.content .col-right .tags {
    margin-bottom: 11px;
}
.research-wrap .link-arrow.uppercase {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: normal;
    background-position: left 2px;
}
.programme-details .full.rte,
.programme-details .back-case {
	display: none;	                               
}
.article-info .tags {
    float: left;
    width: 100%;
}
.article-info .tags.text {
    margin-bottom: 0;
}
.article-info .tags.text a {
    font-size: 13px;
    font-weight: bold;
    color: #031249;
    line-height: 19px;
}
.article-info .tags.text a:hover {
    text-decoration: underline;
}
.overview-items {
    margin-top: 20px;
}
.cookies-popup-overlay {
    background: rgba(187, 197, 202, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.cookies-popup {
    width: 515px;
    min-height: 185px;
    padding: 30px 35px;
    background: #fff;
    position: relative;
    top: 30%;
    left: 35%;
}
.cookies-popup .inner {
    width: 515px;
    height: 185px;
    padding: 30px 35px;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -83px 0 0 -258px;
}
.cookies-popup p {
    font-family: Georgia;
    margin-bottom: 25px;
}
.cookies-popup p a.link {
    color: #031249;
    font-weight: normal;
}
.cookies-popup p a.link:hover {
    text-decoration: underline;
}
.cookies-popup p.small {
    font-size: 11px;
    margin: 0;
    display: inline-block;
}
.cookies-popup h5 {
    color: #3a0055;
    font-size: 16px;
    font-family: 'Conv_DINPro-Regular';
    font-weight: bold;
    margin-bottom: 15px;
}
.cookies-popup a.link-arrow {
    font-size: 13px !important;
}
table.research tr td span.block {
	display: block;
	margin-bottom: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000;
}

.accordion .accordion-content .formError {	    
    float: left;    
    margin: 10px 0 10px 140px;
    padding: 10px;
    width: 390px;
}
.accordion .accordion-content .formError.howhear {	    
	margin: 10px 0 10px 0;
	width: 559px;
}
.accordion .accordion-content .formError span {
	padding-top: 0;
}
.accordion .accordion-content input.howhear-input {
	margin-bottom: 0;
	margin-top: 15px;
	width: 270px;
}
.programme-details .rte h1 {
	font-family: 'Conv_DINPro-Regular' !important;
	font-size: 22px;
	line-height: 24px;
	color: #3A0055;
	display: inline-block;
	text-transform: uppercase;
}
.profile-msg {
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    display: block;
    margin: -5px 0 19px 0;
}
.clear-filters-wrap {
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.clear-filters-wrap.search {
	cursor: pointer;
} 
.clear-filters-wrap .clear-filters {
	margin-top: 3px;
	float: left;
	width: 100%;
	background-color: #E6EAEC;
	padding: 7px 0px 7px 0px;
	margin-bottom: 10px;
}
.clear-filters-wrap .clear-filters span {
	color: #082058;
	font-size: 13px;
	font-family: Georgia;
	line-height: 18px;
	float: left;
	padding-left: 10px;
}
.clear-filters-wrap .clear-filters span.left {
	font-style: italic;
	font-size: 12px;	
	text-transform: uppercase;	
	font-weight: bold;
}
.clear-filters-wrap .clear-filters span.right {
	cursor: pointer;
	width: 35px;
	float: right;
}
.clear-filters-wrap .clear-filters span.right:hover {
	text-decoration: underline;
}
.clear-filters-wrap .clear-filters span.image {
	cursor: pointer;
	background: url(../images/clear-filters.png) no-repeat 0 0px;
	float: right;
	width: 16px;
	height: 16px;	
}
.col-left .title-wrap-search {
	background: #082058;
	padding: 5px 5px 5px 10px;
	margin-bottom: 10px;
}
.col-left .title-wrap-search h6 {
	color: #fff;
	text-transform: uppercase;
	font-family: Conv_DINPro-Regular;
}
.col-right-wide.search .top-search-content {
	border-bottom: 1px solid #CBD4D8;
}
.top-search-content {
	float: left;
	width: 100%;
}
.top-search-content .sort-search {
	float: left;
	width: 55%;
	line-height: 18px;
	height: 18px;
}
.col-right-wide.search .top-search-content .sort-search {
	height: 30px;
}

.top-search-content .sort-search p.uppercase {
	float: left;
	text-transform: uppercase;
	font-size: 14px;
}
.top-search-content .sort-search a {
	color: #082058;
	float:left;
	font-weight: bold;
	margin-left: 5px;
	font-size: 13px;
	top: 2px;
	position: relative;
}
.top-search-content .sort-search a.relevance {
	margin-right: 10px;
	margin-left: 32px;
}
.top-search-content .sort-search a:hover {
	text-decoration: underline;
	font-size: 13px;
}

.module-contact.gray.popular {
	width: 275px;
}
.search .module-contact.gray.popular {
	width: 250px;
	clear: both;
}
.module-contact.gray.popular {
	padding: 13px;
	float: left;	
}
.module-contact.gray.popular a.open {
	margin-top: 0;
}
.module-contact.gray.popular h6 {
	padding: 3px 10px 2px 2px;
	line-height: 22px;
	margin-bottom: 0;		
}
.module-contact.gray.popular .expand-popular {
	float: left;
	width: 100%;
	display: none;
}
.module-contact.gray.popular .expand-popular a{
	margin-top: 20px;
}
.site-wide-wrapper {
	float:left;
}
#list-analasysmason-page .paging.right {
	float: right;
}
.trending-topics {
	position: absolute;	
	top: 104px;	
    text-transform: uppercase;
    width: 100%;
    color: #fff;
    left: 0;
    z-index: 100;
}
.trending-topics li.first {
	margin-left: 0;
} 
.trending-topics li {
	float: left;
	width: auto;
	margin-left: 7px;		
	background: url(../images/dot.png) no-repeat  0 7px;
	padding-left: 8px;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}
.trending-topics li a {
	color: #fff;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
}
.trending-topics li.no-bullet,
.trending-topics li.first {
    background: none;
    padding: 0;
}
.trending-topics li a:hover, 
.trending-topics li a.active {
	text-decoration: underline;
}
.col-half.knowlegde {
    height: 175px;
    position: relative;
    padding: 0 15px 15px 15px;
    width: 436px;
}
.col-half.knowlegde h4 {
    margin-top: 21px;
}
.col-half.knowlegde h4.no-bg {
    margin-top: 0;
}
.col-half.knowlegde  a.link-arrow {
    left: 15px;
}
.col-half.knowlegde h4.no-bg.mt10 {
    margin-top: 10px;
}
.col-half.knowlegde.short {
    height: 150px;
}
.col-half.knowlegde.image {
    height: 200px;
}
.col-half.knowlegde .left {
    float: left;
    width: 105px;
    margin-right: 10px;
}
.col-half.knowlegde .left img {
    width: 100%;
}
.col-half.knowlegde .right {
    float: left;
    width: 312px;
}
.col-wide.events {
    margin-top: 10px;
}
.col-half.knowlegde .right a.link-arrow {
    left: 132px;
}
.col-half.knowlegde .right h4 {
    margin-top: 3px;
}
.module-event {
    background: #fff;
    -moz-box-shadow: 0px 1px 4px 2px #dadada;
    -webkit-box-shadow: 0px 1px 4px 2px #dadada;
    box-shadow: 0px 1px 4px 2px #dadada;
    behavior: url(/templates/images/PIE.htc);
    padding: 0 15px 15px 15px;
    float: left;
    width: 274px;
    margin: 0 20px 40px 0;
    height: 197px;
    overflow: hidden;
}
.module-event.last {
    margin-right: 0;
}
.module-event h4.no-bg {
    height: 70px !important;
    margin-bottom: 14px;
    margin-top: 23px;
    overflow: hidden;
}
.module-event p {
    color: #082058;
    height: 40px;
    overflow: hidden;
}
.module-event .link-arrow {
    display: block !important;
    margin-bottom: 7px;
}
.module-event span {
    font-family: Georgia;
    color: #082058;
    font-weight: bold;
    font-size: 12px;
}
.col-half-event {
    width: 465px;
    float: left;
    margin-right: 30px;
}
.col-half-event.last {
    margin-right: 0;
}
.col-half-event table.events tr td.first {
    width: 100%;
    padding: 0 0 25px 0;
}
.col-half-event table.events span {
    display: block;
}
.col-half-event p {
    font-family: Georgia;
}
.col-half-event h6 {
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 4px;
    display: inline-block;
    line-height: 26px;
    background: #3A0055;
}
.col-half-event h6.blue {
    background: #082058;
}
.bottom-links {
    width: 100%;
    float: left;
    margin-top: 10px;
}
.col-half-event .title-wrap {
    display: block;
    overflow: hidden;
}
.mr15, .article img.mr15 {
	margin-right: 15px;
}

.event-register-button {
	display: block;
	padding: 0 0 0 40px;
	background: url(/templates/images/btn-webinar-left.png) no-repeat left top;
	margin: 0 0 25px;
	overflow: hidden;
}
.event-register-button span {
	display: block;
	background: url(/templates/images/btn-webinar-right.png) no-repeat right top;
	text-transform: uppercase;
	color: #fff;
	padding: 1px 10px 0 0;
	height: 30px;
	font-family: 'Conv_DINPro-Regular' !important;
	font-size: 20px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}
.social {
	margin-top: 4px;
	float: left;
	width: 100%;
	clear: both;
}
.social .inner {
	float: right;
	width: 124px;
	clear: both;
	overflow: hidden;
}
.social .atc_s.addthis_button_compact,
.social .atc_s.addthis_button_compact:hover {
	background: url(/templates/images/social.png) no-repeat left top !important;
	width: 60px;
}
.social .at16nc.at16t_print {
	background: url(/templates/images/social.png) no-repeat left -35px;
	width: 53px;
	margin-right: 5px;
}
.social .at16nc.at16t_print:hover {
	opacity: 1 !important;
}
.social .addthis_counter.addthis_pill_style.addthis_nonzero a.addthis_button_expanded {
	display: none !important;
}
a.search-link {
	color: #00AEEE;
}
a.search-link:hover {
	text-decoration: underline;
}
.bottom-wide .col-wide p a.lynctel {
	position: relative;
    padding-right: 20px;
}
.error-page.rte {
	font-family: Georgia !important;
}
.error-page.rte h2 {
	font-family: Arial, Helvetica, Sans-Serif !important;
	font-style: normal;
	font-size: 16px;
}
.error-page a {
	color: #082058;
}
.error-page a:hover {
	text-decoration: underline;
}
.error-page p {
	margin-bottom: 10px;
	width:100;
}
.error-page ul {
	margin-top: 25px;
}
.error-page ul li {
}
.error-page .columns {
	margin-top: 50px;
}
.error-page .columns .column h2 {
	font-family: 'Conv_DINPro-Regular' !important;
	font-size: 16px;
	line-height: 26px !important;
}
.error-page .columns .column h2 a {
	color: #3a0055;
}
.error-page .columns .column p {
}
.error-page .columns .column {
	float: left;
	width: 215px;
	margin-right: 30px;
}
.error-page .columns .column.last {	
	margin-right: 0px;
}
.error-page .columns .column ul {
	margin-top: 15px;
}
.error-page .columns .column ul li {
	color: #082058;
	font-family: Arial, Helvetica, Sans-Serif !important;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
}



#loginTabs {
    width: 100%;
    float: left;
    margin-top: 15px;
}
#loginTabs ul.tabs {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
#loginTabs ul.tabs li {
	float: left;
	margin-right: 15px;
	background: #f7f7f7;
	padding: 10px 15px;
	margin-right: 13px;
}
#loginTabs ul.tabs li.active {
	background: #fff;
}
#loginTabs ul.tabs li a {
	color: #fff;
	background: #00bdf2;
	padding: 0 3px;
	font-size: 15px;
	text-transform: uppercase;
}
#loginTabs .tab-container {
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
#loginTabs .tab-container .registration-wrapper .registration-complete {
    width: 100%;
    margin: 0;
}
#loginTabs .tab-container .registration-wrapper .registration-complete.rte {
	color: #082058 !important;
}
#loginTabs .tab-container .registration-wrapper .registration-complete.rte .intro-quote {
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
	color: #082058 !important;
}
#loginTabs .tab-container .registration-wrapper .registration-complete.rte p {
	font-style: italic;
	font-family: Georgia;
}
#loginTabs .tab-container .registration-wrapper .registration-complete.rte p a {
	font-style: normal;
	font-weight: bold;
	font-family: Georgia;
}
#loginTabs .tab-container .registration-wrapper .link-arrow.right {
	right: 0;
	margin: 0;
	font-family: Arial !important;
}
.tabs-form {
	float: left;
	width: 100%;
}
.tabs-form li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	list-style: none;
}
.tabs-form.half li {
	width: 48.5%;
	float: right;
	height: 60px;
}
.tabs-form.half li.even {
	float: left;
}
.tabs-form.half input[type="text"],
.tabs-form.half input[type="password"] {
	width: 275px;
}
.tabs-form input[type="text"],
.tabs-form input[type="password"] {
	border: 1px solid #031249;
	background: #fff;
	width: 350px;
	padding: 3px;
	height: 20px;
	display: block;
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
}
.tabs-form input[type="text"].error,
.tabs-form input[type="password"].error {
	border: 2px solid #ae0000;
}
.tabs-form input[type="checkbox"] {
	margin-right: 10px;
}
.tabs-form label {
	color: #031249 !important;
	font-weight: bold !important;
	font-style: italic !important;
	display: inline-block !important;
	padding-bottom: 10px !important;
	font-family: Georgia;
	line-height: 16px !important;
}
.tabs-form li.subscribe input[type="checkbox"] {
	float: left;
}
.tabs-form li.subscribe label {
	clear: none;
	float: left;
	width: 90%;
}
.tabs-form label h2 {
	font-weight: bold;
	margin-bottom: 10px;
}
.tabs-form label p {
	font-weight: normal;
	width: 99%;
	margin-left: 20px;
}

#loginTabs .tabs-form span.formError {
	background: #cbd4d8;
	padding: 10px;
	width: 584px;
	float: left;
	margin-bottom: 15px;
}
#loginTabs .tabs-form span.formError span.errMessage {
	color: #ae0000 !important;
	font-family: Georgia;
}
#loginTabs .tabs-form .error-msg {
	width: 577px;
}
.content .mb15 ul {
    list-style-type: disc;
    padding-left: 14px;
    margin-bottom: 20px;
}
.content .mb15 ul li {
    font-family: Georgia;
    line-height: 18px;
}

.article-info.sub {
	border-bottom: 1px solid #CBD4D8;
	padding-bottom: 5px;
	margin-bottom: 0;
}
.article-info.sub ul.tags {
	float: right;
	width: 250px;
}
.article-info.sub ul.tags li {
	float: left;
	width: 100%;
	margin-bottom: 6px;
	line-height: 20px;
}
.article-info.sub ul.tags li em {
	font-style: normal;
	font-family: Georgia;
	float: left;
	font-size: 11px;
	display: block;
	width: 215px;
	text-align: right;
}
.article-info.sub ul.tags li span {
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	width: 25px;
	text-align: center;
}
.accordion .accordion-form.researchCategories {
	border-bottom: 1px dotted #CBD4D8;
	margin-right: 0;
	width: 100%;
}
.accordion .accordion-form .checkbox-list input[type="checkbox"] {
	float: right;
	margin-right: 0;
}
.accordion .accordion-form .checkbox-list {
	width: 300px;
}
.accordion .accordion-form .checkbox-list.last {
	margin-right: 0;
}
.accordion .accordion-form .checkbox-list h5 {
	margin-top: 0;
	display: inline-block;
	width: 200px;
}
.accordion .accordion-content span.first {
	float: right;
	margin-top: 5px;
}
.accordion .accordion-content span.first label {
	font-size: 10px;
	margin-right: 10px;
	color: #494951;
}
.accordion .accordion-form .checkbox-list ul {
	float: left;
	width: 100%;
}
.accordion .accordion-form .checkbox-list ul .list-item {
	margin: 0 0px 8px 5px;
	width: 295px;
}
.accordion .accordion-form .checkbox-list ul .list-item label {
	width: 220px;
	float: left;
	padding-top: 0;
}
.accordion .accordion-form .checkbox-list ul .list-item .tag {
	color: #fff;
	font-weight: normal;
	font-family: 'Conv_DINPro-Regular' !important;
	padding: 0;
	width: 25px;
	text-align: center;
	margin-right: 5px;
	font-size: 14px;
	height: 18px;
	line-height: 17px;
	font-weight: normal;
	float: left;
	text-transform: uppercase;
}
.accordion .accordion-form .checkbox-list ul .list-item .tag.empty {
	width: 9px;
}
.accordion .accordion-form .checkbox-list ul .tag.light-blue {
	background: #00aeee;
}
.accordion .accordion-form .checkbox-list ul .tag.grey {
	background: #7b7676;
}
.accordion .accordion-content .alerts-wrap {
	width: 100%;
	float: left;
	margin-top: 15px;
	padding: 20px 0;
}
.accordion .accordion-content .alerts-wrap em {
	color: #494951;
	font-style: italic;
	display: inline-block;
	margin-top: 35px;
}
.accordion .accordion-content .alerts-wrap .options {
	float: right;
	width: 330px;
}
.accordion .accordion-content .alerts-wrap .options span {
	padding-top: 0 !important;
}
.accordion .accordion-content .alerts-wrap .options table {
    width: 100%;
}
.accordion .accordion-content .alerts-wrap .options table tr td {
    text-align: center;
    width: 75px;
}
.accordion .accordion-content .alerts-wrap .options table tr td label {
	padding: 0;
	margin-left: 5px;
	width: auto;
	font-style: italic;
	color: #082058;
	font-weight: bold;
}
.accordion .accordion-content .alerts-wrap .options table tr td input {
	margin: 5px 0;
	float: none;
	position: relative;
	top: 30px;
	left: -37px;
}

.item-title {
	width: 100%;
	float: left;
	border-bottom: 1px solid #CBD4D8;
	padding-bottom: 6px;
	margin-bottom: 10px;
	position: relative;
}
.item-title .back {
    position: absolute;
    right: 0;
    top: 0;
    text-transform: uppercase;
}
.item-title h6,
.item-title h1,
.item-title h4,
.content .item-title h6,
.content .item-title h1,
.content .item-title h4 {
	color: #3a0055;
	font-size: 22px;
	line-height: 24px;
	text-transform: uppercase;
	font-family: 'Conv_DINPro-Regular' !important;
	background: none !important;
	height: auto;
	padding: 0;
	margin: 0;
}
.intro.case-study {
    width: 100%;
    float: left;
    position: relative;
}
.intro.case-study h4.study,
.intro.case-study h1.study {
    background: none;
    color: #5a214a;
    width: 625px;
    height: auto;
    float: left;
    font-size: 22px;
    margin: 10px 0;
}
.intro.case-study .back {
	position: absolute;
	right: 10px;
	top: -45px;
	text-transform: uppercase;
	text-indent: 1px;
}
#officeBack {
	top: 13px;
	right: 0;
	background: url(../images/sprites.png) no-repeat right -1472px;
	padding: 0 40px 0 0;
	text-transform: uppercase;
}
.title-wrap.office {
	width: 100%;
	float: left;
	position: relative;
}
.title-wrap.office .back {
	position: absolute;
	right: 0;
	top: 16px;
}
.login-box #tabs-2 li.error .newListSelected,
.login-box #tabs-2 li.error input {
	border: 2px solid #AE0000;
}
.rte h1.experties {
	line-height: 12px;
}

.header ul.nav li .sub-nav-wrapper .sub-nav-item .third-lvl li a.testimonail-link span {
	padding-bottom: 14px;
	background: url(../images/grey-border.png) repeat-x left bottom;
	text-indent: -9999px;
	line-height: 2px;
	height: 2px;
	left: -29px;
	position: relative;
	width: 260px;
	border-bottom: none;
}

.registration-wrapper p.mt20 {
	margin-top: 20px;
}

.registration-wrapper.thankyou .intro-quote {
	margin-top: 10px;
}

.registration-wrapper.thankyou .back {
	float:left;
	line-height: 16px !important;
	font-family: Arial !important;
	font-size: 13px;
}
