* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*outline: 2px dotted #005AA3;*/
	outline: none;
}
a:focus, button:focus, input:focus, textarea:focus, select:focus, label:focus, .focus{
	outline: 2px dotted #005AA3 !important;
}
/* @font-face {
    font-family: 'Interstate Extralight';
    src: url("../fonts/interstate-extralight-webfont.eot");
    src: url("../fonts/interstate-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/interstate-extralight-webfont.woff2") format("woff2"), url("../fonts/interstate-extralight-webfont.woff") format("woff"), url("../fonts/interstate-extralight-webfont.ttf") format("truetype"), url("../fonts/interstate-extralight-webfont.svg#interstateextralight") format("svg");
    font-weight: normal;
    font-style: normal;
} */

@font-face {
    font-family: 'Interstate Regular';
    src: url("./../fonts/Interstate-Regular.eot");
    src: url("./../fonts/Interstate-Regular.eot?#iefix") format("embedded-opentype"), url("./../fonts/Interstate-Regular.woff") format("woff"), url("./../fonts/Interstate-Regular.ttf") format("truetype"), url("../../fonts/Interstate-Regular.svg#interstate-regularregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Interstate Light';
    src: url("./../fonts/Interstate-Light.eot");
    src: url("./../fonts/Interstate-Light.eot?#iefix") format("embedded-opentype"), url("./../fonts/Interstate-Light.woff") format("woff"), url("./../fonts/Interstate-Light.ttf") format("truetype"), url("./../fonts/Interstate-Light.svg#interstatelight") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'Interstate Thin';
    src: url("../fonts/Interstate-Thin.eot");
    src: url("../fonts/Interstate-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Interstate-Thin.woff") format("woff"), url("../fonts/Interstate-Thin.ttf") format("truetype"), url("../fonts/Interstate-Thin.svg#interstatelight") format("svg");
    font-weight: normal;
    font-style: normal;
} */

html,
.pure-g [class *="pure-u"] {
    font-family: Interstate Light !important;
}

body,
html {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    color: #000;
}

body {
    margin-top: 4em;
}

html {
    font-size: 62.5%;
}


/* =10px */

body {
    font-size: 1.4rem;
}


/* =14px */
.input-field label {
    left: .75rem;
    display: block;
    position: absolute;
    top: 0;
    line-height:25px !important;
	text-align:left !important;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px); 
	color: black;
}
.input-field {
    position: relative;
    margin-top: 0.9rem;
    margin-bottom: 0rem !important;
}
.input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-6px) scale(0.8);
    transform: translateY(-6px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
	width: auto;
	background: #fff;
}
.login-section .input-field>label:not(.label-icon).active, .login-section .input-field label{
	-webkit-transform: none;
    transform: none;
    -webkit-transform-origin: none;
    transform-origin: none;
	min-width:40px;
	padding: 5px;
}
.login-section .input-field label{
	height: 19px;
    line-height: 17px !important;
    top: -22px;
    padding: 4px;
    background: white;
}
textarea.materialize-textarea {
    line-height: normal;
    overflow-y: hidden;
    padding: 1rem;
    resize: none;
    min-height: 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 5px;
}
.selectLabel{
	top:-24px !important;
	width: auto !important;
	background: #fff;
	font-size: 15px !important;
}
p, .textContainer li {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
	margin:2px;
	border-bottom: 1px solid #fff;
}
.contactUs-PopUp-Step1 a:hover, .aticleList-img a:hover, header a:hover, footer a:hover, .close:hover, #close-video-overlay:hover, .awardCarouselWrap a:hover, .discoverDescription a:hover, .aggregatorLink:hover, #ui-datepicker-div a:hover, .ourpeople-carousel-list li a:hover, .newButton:hover, .slick-arrow:hover, .relatedLinkLeftImage:hover, #grad a:hover, .img-wrap:hover, .carousel-wrap a:hover {
	text-decoration:none;
	border-bottom:0px solid !important;
}
a:hover{
	color: #005AA3;
	border-bottom:1px solid #005AA3;
}
.contactUsResdesign a, .carousel-wrap a:hover {
	border:0px solid;
}
.kv-packshot {
	margin: 2px;
}
header a{
	border-bottom: 1px solid #000;
}
.aticleList .articleData-data h3 a:hover{
	text-decoration: none;
}
.button-list a:hover{
	color:#fff;
}
.mega-menu-overlay ul li a:hover {
    color: #00A0E1;
	border-bottom: 0px solid;
}

.borderGray {
    border: 1px solid #ccc;
}

.borderBottom {
    border-bottom: 1px solid;
}
.white{
	color:#fff;
}
.fullWidth {
    width: 100%;
}

.hidden {
    display: none;
}

.clear,
.pure-g,
.content {
    overflow: hidden;
    clear: both;
}

.fontRegular {
    font-family: Interstate Regular !important;
}

.textJustify {
    text-align: justify;
}
.textCenter{
	text-align: center;
}
input {
    color: #585858;
}
.positionAbsolute{
	position: absolute;
}
.positionRelative{
	position: relative;
}
.bold {
    font-weight: bold;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.fullScreenMobile {
    padding: 0 !important;
}

.fullScreenMobilePadding {
    padding: 0 2em !important;
}

.fullWidthImg {
    width: 100%;
}

.marginBottomZero {
    margin-bottom: 0;
}

.marginTopZero {
    margin-top: 0;
}


.paddingRight0{
	padding-right: 0 !important;
}

.displayInlineBlock {
    display: inline-block;
}

.seperator {
    height: 40px;
}
.mega-menu-overlay ul.burgerMenuItem{
	padding-left: 34px;
	padding-top: 11px;
}
.mega-menu-overlay ul.burgerMenuItem li{
    padding: 0 0 1.5vh 0px !important;
}
.burgerMenuItem li:last-child{
	padding-bottom:0 !important;
}
.textUnderline {
    border-bottom: 1px solid #ccc;
}

.buttonCustomize {
	font-size: 0.9rem !important;
    padding: .5em .5em .2em .5em;
    background: #000;
}

/* .buttonCustomize button {
    padding: .1em .1em;
    color: #fff;
	background: #000;
    margin: 0 5px;
} */

.page-disclaimer {
    font-size: 15px;
    line-height: 1.5;
}

.bigText p {
    font-size: 22px;
    line-height: 28px;
}

#signInBox,
#signInBox a,
.pure-menu-link {
    color: #fff;
    font-size: 1.4rem;
}

#signInBox a:hover,
.pure-menu-link:hover,
.ftUser ul li a button.button-xsmall:hover,
.language ul li a.lang-selected,
.help button.button-xsmall:hover {
    color: #00A0E1 !important;
}

/*#signInBox ul li:nth-child(3) a:hover,
#signInBox ul li:nth-child(3) a:focus {
    background: none;
}*/

.loginButton {
    padding: 0;
    margin-right: 5px;
    border-radius: 0;
    width: 115px;
    height: 31px;
	margin-top: 0.7rem;
}

#signInBox div div:nth-child(2) {
    margin-bottom: 2px;
    margin-top: 6px;
}

.inPageVideo,
.textContainer img {
    padding-bottom: 10px;
}
.ftUser-language{
	float: right;
	margin-top: 0px !important;
}
.ftUser {
    width: 325px;
    margin-right: 32px;
	margin-top: 0 !important;
}
.language.visible-block-lg.visible-block-md,
.ftUser.visible-block-lg.visible-block-md{
	width: auto;
	margin-bottom: 2px;
    margin-top: 7px;
	vertical-align: top;
}
.ftUser ul,
.language ul {
    margin: 0;
    padding-left: 0;
    width: 100%;
}

.help {
    position: relative;
    bottom: 0px;
}


.language ul li {
    margin-right: 3px;
}
.ftUser ul li{
	margin-right:0px;
}

.language ul li:last-child {
    margin-right: 0;
}

.language {
    position: relative;
    top: -3px;
}

.language ul li a {
    color: #fff !important;
    font-size: 1.1rem !important;
}

.paddingRightZero {
    padding-right: 0;
}

.divBorder {
    height: 100px;
    border: 1px solid #ccc;
    clear: both;
}

.content {
    margin: 0 auto;
    padding: 0 2em;
    max-width: 200em;
    margin-bottom: 30px;
    line-height: 1.6em;
    height: 100%;
}

header {
    min-height: 50px;
	height: auto;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}
header #grad, header .headerBg, header #signInBox{
	min-height:50px;
}
.privateBank a img {
    clip: rect(372px 353px 407px 235px);
    left: -234px;
    top: -362px;
    position: absolute;
}

.menuItem {
    overflow: hidden;
}

#grad {
    background: #fff;
    background: -webkit-linear-gradient(top, #00bdf2, #00b3f0 18%, #0066b3 77%, #004985);
    background: linear-gradient(180deg, #00bdf2, #00b3f0 18%, #0066b3 77%, #004985);
    height: auto;
}

.logo {
    clip: rect(372px 229px 407px 175px);
    left: -151px;
    top: -365px;
    position: absolute;
}

.searchImage {
   /*  clip: rect(218px 281px 240px 253px);
    left: -192px;
    top: -209px; */
    position: absolute;
	width: 20px;
    height: 17px;
    top: 11px;
    /*-ms-transform: rotateY(180deg);*/
    /* IE 9 */
    /*-webkit-transform: rotateY(180deg);*/
    /* Chrome, Safari, Opera */
    /*transform: rotateY(180deg);*/
}

.headerBg {
    background-color: #000;
    height: auto;
	margin-bottom: 0px !important;
}

.homepageVideo {
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.homepageVideo img {
    width: 100%;
    height: 315px;
}

.wirewax {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
    background: black;
}

.wirewax iframe {
    width: 100%;
    height: 100%;
}

#signInBox .pure-menu .pure-form div {
    margin-right: 5px;
    width: 147px;
}

.pure-form input {
    width: 100%;
}

.pure-form input[type=text],
.pure-form input[type=password] {
    padding: .4em;
    color: #000;
	/*color: #595959;*/
    border-radius: 0;
    height: 100%;
}

.pure-form input[readonly], 
.pure-form select[readonly], 
.pure-form textarea[readonly]{
	background-color: #fff;
}

header .pure-form input[type=text],
header .pure-form input[type=password] {
    color: #000;
	background: #fff;
   /*  border: 1px solid #585858 !important;
    box-shadow: 1px 1px 4px #585858 inset; */
}

header input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
header input::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
header input:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
header input:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}
.mega-menu-overlay input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
}
.mega-menu-overlay input::-moz-placeholder { /* Firefox 19+ */
  color: #fff !important;
}
.mega-menu-overlay input:-ms-input-placeholder { /* IE 10+ */
  color: #fff !important;
}
.mega-menu-overlay input:-moz-placeholder { /* Firefox 18- */
  color: #fff !important;
}

header .pure-form input[type=text].iverror,
header .pure-form input[type=password].iverror {
    border: 1px solid red !important;
}
#grad a{
	height:100%;
	border-bottom: 0px solid;
}
div#citiLoginErrorBarPopup {
    position: fixed;
    top: 74px;
    right: 0;
    z-index: 13;
    /* display: none; */
}

#citiLoginErrorBarPopup .global-search-popup-section {
    width: 350px;
    min-height: 50px;
    background-color: #fff;
    border: 1px solid #585858;
    font-size: 1.3rem;
    padding: 5px 25px 5px 5px;
    color: #ee0000;
    height: auto;
    top: 113px;
}

#citiLoginErrorBarPopup .arrow_box {
    top: 0px;
    right: 155px;
}

#citiLoginErrorBarPopup .arrow_box:after,
#citiLoginErrorBarPopup .arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 48px solid #666;
}

#citiLoginErrorBarPopup .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 9px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 45px solid #fff;
}

#citiLoginErrorBarPopup .close-login-error {
    top: 30px;
    right: 23px;
    background: #fff;
}

#citiLoginErrorBarPopup .close-login-error:before {
    background-color: #585858;
    top: 0px;
    left: 0px;
    width: 14px;
}

#citiLoginErrorBarPopup .close-login-error:after {
    background-color: #585858;
    top: -2px;
    left: 0px;
    width: 14px;
}
.wirewax .close:before{
	top: 9px;
    left: -1px;
	background: #005F85;
	
}
.wirewax .close:after{
	top: 7px;
    left: 0px;
	background: #005F85;
	
}
.wirewax .close{
	background: transparent;
}
header .pure-form input[type=password]:-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

header .pure-form input[type=password]:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

header .pure-form input[type=password]::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

header .pure-form input[type=text]:-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

header .pure-form input[type=text]:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

header .pure-form input[type=text]::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}

.contactUs-PopUp-Overlay .pure-form input[type=text],
.contactUs-PopUp-Overlay .pure-form input[type=password],
.CampaignPageEnquire .pure-form input[type=text],
.CampaignPageEnquire .pure-form input[type=password] {
    height: 2.32em;
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
    background: #005f85;
}
header .pure-button-primary, header .pure-button-primary:hover{
	background: #005F85;
	border: 1px solid #fff;
}
.pure-form .signIn {
    width: 50px;
}

.pure-form label {
    line-height: 35px;
}

.pure-menu-horizontal ul,
.pure-menu-horizontal .pure-menu-list {
    float: right;
}

#signInBox li {
    color: rgb(132, 132, 132);
    display: inline-block;
   /* position: relative;*/
}

.pure-menu-link {
    margin: .5em .1em .1em .3em;
	padding: 0 !important;
}

.logInSec {
    padding: 0 2em 0 0;
}
.logInSec-campaign{
	padding: 0 0.5em 0 0;
}
.menuIcon li:first-child {
    position: relative;
    top: 5px;
    margin-right: 10px;
}

#signInBox .pure-menu .pure-form div:nth-child(3) {
    width: 60px;
}

#signInBox .pure-menu .pure-form div:last-child {
    width: 49px;
    margin-right: 0;
}

.button-xsmall {
    font-size: 70%;
}

.menuIcon {
    margin: 0;
    padding: 0;
    color: #fff;
}

.pure-menu-active>.pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
    background: #000;
}

nav #navbar>ul li.burger {
    position: relative;
    z-index: 1000000;
    cursor: pointer;
    padding-top: 0;
    padding-right: 0;
    padding-right: 50px;
    width: 40px;
    height: 40px;
}

nav #navbar>ul li {
    line-height: 16px;
    padding: 0.5rem 19px;
    display: inline-block;
    float: left;
    margin-top: 1.0rem;
}

nav #navbar>ul li.burger * {
    cursor: pointer;
}
.burger{
	height:40px;
}
#burger-nav {
    /* position: relative; */
    /* width: 32px; */
    background-color: transparent;
    border: none;
    /* right: 3px; */
    height: 32px;
    padding-left: 0;
    margin: 2px;
}
#burger-nav img{
	height: 16px;
    /* line-height: 30px; */
    width: 25px;
    margin-top: 7px;
}

/* #burger-nav {
    position: relative;
    width: 32px;
    background-color: transparent;
    border: none;
    right: 3px;
	height: 37px;
	padding-right: 0;
}

#burger-nav span,
#burger-nav span:before,
#burger-nav span:after {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#burger-nav span,
#burger-nav span:before,
#burger-nav span:after {
    border-radius: 1px;
    height: 1px;
    width: 22px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
}

#burger-nav span {
    text-indent: -10000px;
}

#burger-nav span::before {
    top: -6px !important;
}

#burger-nav span::after {
    bottom: -6px !important;
} */

.menu-link {
    position: fixed;
    display: block;
    /* show this only on small screens */
    top: 0;
    right: 47px;
    /* "#menu width" */
    font-size: 10px;
    /* change this value to increase/decrease button size */
    z-index: 10;
    width: 2em;
    height: auto;
    padding: 2.1em 1.6em;
}

.menu-link span {
    display: block;
}

.menu-link span,
.menu-link span:before,
.menu-link span:after {
    background-color: #fff;
    width: 100%;
    height: 0.2em;
}

.menu-link span:before,
.menu-link span:after {
    position: absolute;
    margin-top: -0.6em;
    content: " ";
}

.menu-link span:after {
    margin-top: 0.6em;
}

.homeCarosalViewMore {
    position: relative;
    bottom: 6px;
    font-size: 18px;
}

.mainContent {
    margin-top: -7px;
    position: relative;
}

.relatedLinkHeader {
    font-size: 23px;
	font-weight: normal;
    padding: 25px 0;
    border-top: 1px solid #ccc;
}

.relatedLinkContainer {
    padding-bottom: 40px;
    overflow: hidden;
}

.relatedLinkLeft,
.relatedLinkRight {
    float: left;
}

.relatedLinkLeftImage img, .relatedLinkLeft img {
    padding-bottom: 10px;
	width:100%;
}

.relatedLinkRightDesc {
    margin-bottom: 0;
}

.relatedLinkRightTitle {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 20px;
    font-weight: normal;
}
.relatedLinkRightTitle a{
	color: #005AA3;
}
.relatedLinkRightTitle a:hover{
	color: #005AA3; border-bottom:1px solid;
}
.relatedLinkRight p {
    margin-top: 0;
    font-size: 1.6rem;
}

.relatedLinkRight p:last-child {
    margin-bottom: 0;
}

.learnMore,
.textContainer a,
.CampaignPageEnquire p a {
    color: #005AA3;
	margin: 2px;
}

.learnMore:hover,
.textContainer a:hover {
    color: #005AA3; border-bottom:1px solid;
}

.wrapper {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.wrapper .wrapper-line {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.wrapper .wrapper-line {
    padding: 0px 5px;
}

.wrapper .wrapper-line .line {
    width: 100%;
    border-top: 1px solid #1b1b1b;
    line-height: 0px;
    display: inline-block;
}
.wrapper .wrapper-line-content{
	margin:0;
}
.wrapper .wrapper-line-content,
.aggregator h3 {
    font-family: "Interstate Regular";
    font-size: 18px;
    font-weight: bold;
}

.pageLinks {
    float: right;
}

.pageLinks ul {
    text-align: right;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 5px 0;
}

.pageLinks ul li {
    float: right;
    border-left: 1px solid #ccc;
    padding: 0 7px;
    height: 18px;
    line-height: 18px;
}

.pageLinks ul li:last-child {
    border-left: none;
}

.aggregator h3,
.aggregator ul {
    padding: 0;
}

.aggregator ul li {
    border-top: 4px solid #ccc;
}

.aggregator ul li:last-child {
    border-bottom: 4px solid #ccc;
}

.aggregator .rightNav {
    float: right;
    top: 14px;
    position: relative;
    right: 10px;
}

.aggregatorLink {
    font-size: 2rem;
    line-height: 40px;
    height: 40px;
    display: block;
}

.navStatus {
    margin-top: -4px;
}

.leftNav,
.rightNav {
    width: 12px !important;
    height: 12px !important;
}
.ourpeopleCarouselWrap .biopic span,
.weCarouselWrap .biopic span{
	display: block !important;
}
.ourpeopleCarouselWrap .biopic span.name,
.weCarouselWrap .biopic span.name{
	font-size: 18px !important;
    font-family: "Interstate Regular" !important;
    font-weight: 700 !important;
}
section.ourpeople-carousel-sec .ourpeopleCarousel .biopic,
section.ourpeople-carousel-sec .weCarouselWrap .biopic,
section.ourpeople-carousel-sec .ourpeopleCarouselWrap .biopic {
    margin: 0 auto;
}

section.ourpeople-carousel-sec .ourpeopleCarousel .biopic img,
section.ourpeople-carousel-sec .weCarouselWrap .biopic img,
section.ourpeople-carousel-sec .ourpeopleCarouselWrap .biopic img {
    width: 181px;
    margin: 0 auto;
    min-height: 179px;
    background-color: #ADAEAF;
}

section.ourpeople-carousel-sec .ourpeopleCarousel .biopic a,
section.ourpeople-carousel-sec .weCarouselWrap .biopic a,
section.ourpeople-carousel-sec .ourpeopleCarouselWrap .biopic a,
section.ourpeople-carousel-sec .ourpeopleCarousel .biopic p,
section.ourpeople-carousel-sec .weCarouselWrap .biopic p,
section.ourpeople-carousel-sec .ourpeopleCarouselWrap .biopic p {
    font-size: 18px;
    font-family: "Interstate Regular";
    margin: 10px auto;
    max-width: 181px;
    font-weight: bold;
}

section.ourpeople-carousel-sec .ourpeopleCarousel .biopic span,
section.ourpeople-carousel-sec .weCarouselWrap .biopic h4,
section.ourpeople-carousel-sec .ourpeopleCarouselWrap .biopic span,
section.ourpeople-carousel-sec .ourpeopleCarousel .biopic span,
section.ourpeople-carousel-sec .weCarouselWrap .biopic span,
section.ourpeople-carousel-sec .ourpeopleCarouselWrap .biopic span {
    font-size: 13px;
    line-height: 22px;
    font-family: "Interstate Regular";
    margin: 10px auto;
    display: inline-block;
    font-weight: normal;
    text-align: left;
    max-width: 181px;
}

section.ourpeople-carousel-sec .ourpeopleCarouselWrap .biopic h4 {
    font-family: Interstate Light !important;
}

.ourpeopleCarouselWrap .slick-list,
.weCarouselWrap .slick-list {
    width: 85%;
    margin: 0 auto;
}

.ourpeopleCarouselWrap .item.biopic a{
	display: block;
}

footer {
    /*background: #eeeeee;*/
    padding: 50px 0 50px 0;
    /*position: relative;*/
    font-size: 14px;
}

footer a:hover,
footer a:active,
footer a:hover,
footer a:visited {
    color: #000;
}

.footerbrokerCheck {
    height: 93px;
    /*width: 81%;*/
    margin: 0 auto;
    font-size: 1.4rem;
	margin-bottom: 35px;
}
.footerbrokerCheckCenter span, .footerbrokerCheckCenter a{
	display: inline-block;
	vertical-align: top;
}

.footerbrokerCheck a {
   /*  position: relative;
    left: 60px;
    top: 0;
	height: 20px;
    width: 23px; */
}

/* .footerbrokerCheckLeft {
    clip: rect(263px 140px 350px 60px);
    left: -69px;
    top: -284px;
    position: absolute;
} */

.footerbrokerCheckCenter {
    vertical-align: top;
    width: 100%;
    height: auto;
}
.finraLink{
	width:58%;
	text-align: center;
}
.footerbrokerCheckRightLink{
	width:9%;
	height: 50px;
}
.footerbrokerCheck a.footerbrokerCheckCenterExtLink{
	top:0;
	left:0;
}
.footerbrokerCheckRight {
    /* clip: rect(186px 232px 205px 209px);
    left: -150px;
    top: -232px;
    position: absolute; */
	height:28px;
	width:28px;
	position: absolute;
	top:22px;
}

.region-selected {
    color: #585858 !important;
    cursor: default;
}

.backtoLinkText {
    width: calc(100% - 45px);
    clear: both;
    display: inline-block;
    margin-left: 35px;
}

.backtoLinkWrap a[title="External link"] {
	vertical-align: top;
	position: absolute;
	top: 15px;
}
.backtoLinkWrap {
    position: relative;
	vertical-align: top;
}

.backtoLinkImage {
    width: 26px;
	height: 29px;
    display: inline-block;
	vertical-align: top;
}

/* .backtoLinkImage img {
    clip: rect(186px 232px 205px 209px);
    left: -175px;
    top: -171px;
    position: absolute;
} */

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer p,
footer h4 {
    margin: 0 0 0 0;
}

.footerLogo {
    /* clip: rect(200px 427px 219px 382px);
    left: -357px;
    top: -199px;
    position: absolute; */
}

.protectMoney {
    /* float: left; */
	width:100%;
}

.footerBorder {
    border: 2px solid gray;
    padding-left: 10px;
}


/* Ticker CSS Begins */

.homemarquee {
    width: 150%;
}

.homemarquee,
.market-link-div,
.homemarquee-static {
    color: #fff;
    height: 23px;
    font-size: 16px;
    line-height: 23px;
    font-family: Interstate ExtraLight;
    position: fixed;
    bottom: 0px;
    left: 0;
    margin: 0;
}

.market-link-div,
.homemarquee-static {
    background-color: #000;
    opacity: .85
}

.homemarquee .marqueerow {
    display: inline;
    border-right: 1px solid #fff;
    padding-right: 23px;
}

.homemarquee .marqueerow .marqueelabel {
    display: inline;
    padding-left: 23px;
    padding-right: 5px;
}

.homemarquee .marqueerow .marqueevaluered {
    display: inline;
    padding-left: 5px;
    color: #ff3000;
}

.homemarquee .marqueerow .marqueevaluegreen {
    display: inline;
    padding-left: 5px;
    color: #00FF00;
}

.homemarquee .marqueerow .triangle-up {
    width: 16px;
    height: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    left: 20px;
    top: 0px;
}

.homemarquee .marqueerow .triangle-up:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #00FF00;
}

.homemarquee .marqueerow .triangle-down {
    width: 16px;
    height: 0;
    padding-left: 10px;
    padding-top: 10px;
    overflow: hidden;
    position: relative;
    left: 20px;
    top: 0px;
}

.homemarquee .marqueerow .triangle-down:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -10px;
    margin-top: -10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ff3000;
}

.homemarquee-static {
    width: 100%;
}

.homemarquee {
    width: 150%;
}

.market-link-div {
    left: calc(100% - 315px);
    bottom: -1px;
    width: 315px;
    font-size: 16px;
    padding-left: 10px;
    border-bottom: 1px solid #fff;
    opacity: 1;
    z-index: 2;
    display: none;
}

.market-link-div .market-link {
    font-family: Interstate Regular;
    color: #005AA3; border-bottom:1px solid;
    border-bottom: 1px solid #005AA3; border-bottom:1px solid;
}

.market-link-div .market-disclosiure-link {
    font-family: Interstate Light;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-right: 15px;
}

.market-link-div .blue-triangle {
    width: 16px;
    height: 0;
    padding-left: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: static;
    left: 197px;
    top: -25px;
}

.market-link-div .blue-triangle:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: -10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #00bdf2;
}

#home-tikker-disclaimer-text {
    position: fixed;
    bottom: 39px;
    background-color: #fff;
    right: 80px;
    border: 1px solid #ccc;
    width: 250px;
    font-size: 15px;
    line-height: 16px;
    padding: 10px;
    color: #333;
    display: none;
    height: 117px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.35);
}

#home-tikker-disclaimer-text ul {
    margin: 0;
    padding: 0;
}

#home-tikker-disclaimer-text ul li {
    padding-bottom: 5px;
}

#home-tikker-disclaimer-text:after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    position: relative;
    top: 5px;
    left: 12px;
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.market-link-div .market-disclosiure-link:after {
    content: "";
    border-right: 1px solid #fff;
    width: 1px;
    position: relative;
    left: 7px;
}

.country-title {
    font-size: 17px;
    font-weight: normal;
}

.textContainer h3 {
    font-weight: normal;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.homeTitle {
    width: 274px;
    margin: 0 auto;
    float: none;
}

.homeTitle,
.limit-width,
.homeTitle ul {
    overflow: hidden;
    clear: both;
}

.homeTitle ul {
    padding: 0;
}

.homeTitle ul li a {
    padding: 0 5px;
    border-right: 1px solid #959595;
    color: #005AA3;
}

.homeTitle ul li:last-child a {
    border-right: none;
}

.mega-menu-overlay {
    background: #000;
    width: 22em;
    padding-left: 35px;
    color: #fff;
    z-index: 99;
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    height: auto;
    overflow: auto;
	max-height: calc(100% - 50px);
}

.mega-menu-overlay ul {
    padding-left: 22px;
    padding-top: 20px;
}

.mega-menu-overlay ul li {
    padding: 1.7vh 0;
}

.mega-menu-overlay ul li a {
    color: #fff;
	border-bottom: 1px solid #000;
}

.sitemap ul li {
    padding: 8px 0;
}

.browserError {
    display: none;
}

.close {
    float: right;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: block;
    margin: 10px 10px 0 0;
    position: absolute;
    right: 0;
    z-index: 100;
	background: #000;
	border: none;
}

.close:before {
    width: 18px;
    height: 2px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 100px;
    background-color: #fff;
    content: " ";
    display: block;
    position: relative;
    top: -4px;
    left: 3px;
}

.close:after {
    width: 18px;
    height: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 100px;
    background-color: #fff;
    content: " ";
    display: block;
    position: relative;
    top: -6px;
    left: 3px;
}
.contactUs-PopUp-close:before{
	top:5px;
}
.contactUs-PopUp-close:after{
	top:3px;
}
.contactUs-PopUp {
    background: #fff;
    width: 100%;
    margin: auto;
    padding: 20px;
    min-height: 635px;
    margin: 10em auto;
    position: relative;
}

.contactUs-PopUp ul {
    padding-left: 0;
    padding-bottom: 15px;
}

.contactUs-PopUp-Step1 ul {
    border-bottom: 1px solid #ccc;
}

.contactUs-PopUp .close:before,
.contactUs-PopUp .close:after {
    background: #000;
}

.contactUs-PopUp ul li {
    width: 95%;
    float: left;
    border: 2px solid #000;
    margin: 10px;
}

.contactUs-PopUp ul li a {
    padding: 20px;
    display: inline-block;
    width: 100%;
}

.contactUs-PopUp-Overlay {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    display: none;
}

.contactUs-PopUp-freeze {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: .35;
    z-index: 10;
    background: #1e1e1e;
    display: none;
    top: 0;
}

.contactUs-PopUp .close {
    position: relative;
    color: #000;
    top: -15px;
    right: -15px;
	background: #fff;
}

.video-carousal,
.tl-carousal {
    width: 100%;
    display: block;
}

.video-carousal .video-play-link {
    display: none;
}

.video-carousal-nav {
    height: 50px;
}

.contactUs-PopUp-Panel ul li:hover {
    background: #ccc;
}

.contactUs-PopUp-Panel ul li a:hover {
    color: #fff;
}

.global-search-popup-section {
    position: fixed;
    z-index: 99;
    top: 41px;
    right: 32px;
    width: 540px;
}

.searchPageSection .form-wrapper {
    border: 3px solid #ccc;
}

.form-wrapper {
    border: 2px solid #ccc;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    width: 100%;
}

.form-wrapper #search {
    border: none;
    color: #000;
    float: left;
    height: 100%;
    padding: 12px 10px;
    width: 79%;
}

.form-wrapper #search:focus {
    border-color: #aaa;
    -webkit-box-shadow: 0 1px 1px #bbb inset;
    -moz-box-shadow: 0 1px 1px #bbb inset;
    box-shadow: 0 1px 1px #bbb inset;
    outline: 0;
}

.form-wrapper #search:-moz-placeholder {
    color: #000;
    font-weight: normal;
}

.form-wrapper #search:-ms-input-placeholder {
    color: #000;
    font-weight: normal;
}

.form-wrapper #search::-webkit-input-placeholder {
    color: #000;
    font-weight: normal;
}

.searchPage .form-wrapper #searchSubmit {
    height: 31px;
}

.searchPage .textContainer {
    padding-bottom: 40px;
}

.searchPage .textContainer h3 {
    padding-bottom: 0;
}

.searchPage .textContainer p {
    margin-top: 0;
}

.form-wrapper #searchSubmit {
    color: #fafafa;
    cursor: pointer;
    height: 47px;
    float: right;
    padding: 0;
    /*text-shadow: 0 1px 0 rgba(0, 0 ,0, .3);*/
    width: 100px;
}

.form-wrapper #searchSubmit:hover,
.form-wrapper #searchSubmit:focus {
    background-color: #005f85;
	border-bottom:1px solid;
}

.form-wrapper #searchSubmit:active {
    outline: 0;
}

.form-wrapper #searchSubmit::-moz-focus-inner {
    border: 0;
}

.arrow_box {
    position: absolute;
    background: #fff;
    top: 2px;
    right: 82px;
}

.arrow_box:after,
.arrow_box:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 14px;
}

.global-search-popup {
    /* display: none; */
}

.back-continue ul li {
    width: 50%;
    border: none;
}

.submitform select,
#contactTime {
    width: 100% !important;
    margin-bottom: 7px;
}

.submitform textarea {
    width: 100% !important;
}

.contactUs-PopUp h3 {
    margin-top: 0px;
    width: 85%;
    display: inline-block;
}

.contactUs-PopUp-currentClient select,
.contactUs-PopUp-worldwide select,
#mediaRegionSelect {
    width: 95%;
    margin-bottom: 20px;
    height: 2.25em;
    border: 1px solid #ccc;
    background-color: #fff;
    margin: 10px;
    padding: .5em .6em;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 4px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input:hover,
input:focus {
    outline: none;
    border: 0px solid;
}
.thoughtLeader img {
    width: 100%;
    height: 100%;
}
.thoughtLeader .slick-slide .pure-u-1-1 h3{
	font-size: 1.7rem;
	font-weight: bold;
	margin: 0 0 25px 0;
}
.tl-carousal-nav,
.video-carousal-nav {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.tl-carousal-nav-prev,
.tl-carousal-nav-next,
.tl-carousal-nav-dots,
.video-carousal-nav-prev,
.video-carousal-nav-next,
.video-carousal-nav-dots {
    display: inline-block;
    vertical-align: text-bottom;
    height: 25px;
}
.tl-carousal-nav-prev,
.tl-carousal-nav-next,
.video-carousal-nav-prev,
.video-carousal-nav-next {
    width: 18px;
    height: 18px;
    display: inline-block;
    border-top: 2px solid #959595;
    content: "";
    cursor: pointer;
}
.tl-carousal-nav-prev,
.video-carousal-nav-prev {
    border-left: 2px solid #959595;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.tl-carousal-nav-next,
.video-carousal-nav-next {
    border-right: 2px solid #959595;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.contactUs-PopUp-submitform .form-error {
    border-bottom: 1px solid red !important;
}
.contactus-back,
.contactus-continue {
    position: absolute;
    bottom: 15px;
}
.contactus-continue {
    right: 20px;
}
.wealthExpertLink {
    text-align: center;
}
.play-video-wrap {
    position: absolute;
    top: 42%;
    width: 98%;
    margin: 0 auto;
    height: auto;
}
.play-video-wrap .welcome-text {
    color: #fff;
    width: 100%;
    text-align: center;
    height: 100%;
    text-shadow: 5px 0px 15px #848484;
    position: relative;
    top: 66px;
    margin: 0 auto;
    font-size: 23px;
    line-height: 30px;
    font-family: Interstate ExtraLight;
    font-weight: normal;
}
.play-video-wrap .play-video-text {
    color: #fff;
    width: 100%;
    text-align: center;
    text-shadow: 2px 2px 5px #1e1e1d;
    display: none;
    font-family: Interstate ExtraLight;
    position: relative;
}
.play-video-wrap .video-play-link {
    color: #fff;
}
div#video-overlay,
div#video-overlay-wrap {
    z-index: 10;
    background-color: #FFF;
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0px;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100%;
    top: 0px;
    display: none;
}
#video-overlay-wrap #close-video-overlay {
    position: relative;
    top: 10px;
    left: 92%;
    display: block;
    width: 22px;
    height: 22px;
    z-index: 12;
    cursor: pointer;
	border-bottom: 0px solid;
}
#video-overlay-wrap #close-video-overlay:before,
#video-overlay-wrap #close-video-overlay:after {
    box-shadow: 0px 0px 5px #1e1e1e;
    border-radius: 1px;
    height: 1px;
    width: 22px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    top: 10px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#video-overlay-wrap #close-video-overlay:after {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#video-overlay .kv-playback-widget,
#video-overlay .kv-player,
#video-overlay .kv-viewer,
#video-overlay .kv-video {
    width: 100% !important;
    height: 100% !important;
}
.disclaimer {
    margin: 0;
    font-style: italic;
    font-size: 14px;
}
.pure-u-1-1.pure-u-sm-1-2.pure-u-md-6-12.divBorder-tl {
    position: relative;
}
.thoughtLeader .play-video-wrap {
    width: 100%;
    top: 43%;
}
.thoughtLeader .play-video-wrap .play-round {
    margin-bottom: 21px;
}
.pageHeader h2 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.blueColor p a{
	color: #005AA3;
	font-size: 1.6rem;
}
.blueColor p a:hover{
	color: #005AA3; border-bottom:1px solid;
}
.pageHeader p, .blueColor p {
    font-weight: normal;
    color: #005AA3;
    margin-bottom: 0;
    font-size: 23px;
    line-height: 28px;
}
.aggregatorPage .pageHeader p {
    color: #000;
    margin-top: 0;
}
.search .form-wrapper {
    width: 84%;
    margin-left: 10px;
}
.searchNavigation div {
    float: left;
    margin-left: 5px;
}
.searchText {
    width: 63%;
    padding: 6px;
    border: none;
    height: 31px;
}
#loginSpinner {
    display: block;
}
.worldwide-location {
    height: 365px;
    overflow: auto;
    margin: 0 4%;
}
.worldwide-location h3:first-child {
    margin-top: 20px;
}
.worldwide-location h3 {
    margin-top: 35px;
    margin-bottom: 20px;
}
.worldwide-location h4 {
    font-size: 1.8rem;
    margin: 0;
}
.worldwide-location h2 {
    font-size: 1.4rem;
}
footer p,
footer a {
    font-size: 14px;
    line-height: 33px;
}
footer h3, .footerBorder p {
    font-size: 17px;
    line-height: 38px;
    margin: 9px 0px;
}
.carousel-wrap .slick-prev,
.carousel-wrap .slick-next {
    z-index: 6;
}
footer li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 3px;
}
.error {
    color: #ee0000;
    font-size: 12px;
    margin-top: 5px;
}
.contactUs-PopUp-Panel input[type=text] {
    color: #000;
}
footer .content {
    height: auto;
    margin-bottom: 35px;
}
.leaderPage {
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    width: 100%;
}
.awardsLeaderPage a:hover,
.leaderPage a:hover,
.homeTitle ul li a:hover {
    color: #005AA3; border-bottom:1px solid;
}
.thoughtLeader .play-video-wrap .welcome-text {
    display: none;
}
.helpPage h4 {
    font-weight: normal;
}
.helpPage p {
    margin-top: 0;
}
.helpPage h3 {
    padding-bottom: 0;
}
.helpPage .textContainer {
    padding-bottom: 5px;
}
.citi-gold-text {
    margin-top: 0;
    font-size: 14px;
}
.searchNavigation {
    margin: 0;
    padding: 0;
    float: right;
}
.textContainer h3 p {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
}
.browserError {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
    background-color: rgb(255, 255, 255);
}
.resultBlockHeadline {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 87%;
    width: auto;
}
.resultIcon {
    width: 30px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    background-size: 30px 30px;
    margin-top: 3px;
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-image: url(/ivc/images/page.png);
}
.pdf {
    background-image: url(/ivc/images/article.png)
}
.video {
    background-image: url(/ivc/images/Video-icon.png)
}
.pageHeader p,
.pageHeader h1,
.pageHeader h3,
.blueColor p{
    text-align: center;
}
.pageHeader h1 {
    font-weight: normal;
    margin-top: 40px;
    line-height: 3rem;
}
.signin-PopUp-freeze, .cookiesetting-freeze {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: .35;
    z-index: 10;
    background: #1e1e1e;
    display: none;
    top: 0;
}
.global-search{
	position: relative;
	height: 32px;
	height: 32px;
    width: 18px;
    margin: 0 .7em 0 0 !important;
}
#signin-PopUp-Overlay {
    position: absolute;
    z-index: 13;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: none;
}
#signin-PopUp-Overlay * {
    letter-spacing: normal;
    font-family: Interstate ExtraLight;
}
#signin-PopUp {
    max-width: 600px;
    width: 80%;
    height: auto;
    margin: 10em auto;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
}
#signin-PopUp h3 {
    margin: 0 0 20px 0;
}
.signin-PopUp-close {
    position: relative;
    margin: 0;
	background: #fff;
}
#useridpopup.iverror,
#passwordpopup.iverror {
    border: 1px solid red;
}
#loginpopup-errormsg {
    color: red;
    padding-top: 15px;
    display: none;
}
#errorMsg span{
	font-size: 1rem;
    display: block;
}
.signin-PopUp-close:before,
.signin-PopUp-close:after {
    background-color: #000;
}
#signin-PopUp-Overlay ul {
    padding: 0px;
    margin: 0;
}
#signin-PopUp-Overlay .lang-selection {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
#signin-PopUp-Overlay .additional-links {
    padding-top: 15px;
}
#signin-PopUp-Overlay .additional-links .floatLeft {
    margin-bottom: 10px;
}
#signin-PopUp-Overlay .additional-links .floatLeft a {
    border-bottom: 1px solid #000;
}
#signin-PopUp-Overlay a.floatRight {
    border-bottom: 1px solid #000;
}
#signin-PopUp-Overlay .lang-selection .floatLeft a {
    font-size: 80%;
}
#signin-PopUp-Overlay .lang-selection a.lang-selected {
    color: #005AA3; border-bottom:1px solid;
}
#signin-PopUp-Overlay .lang-selection ul li {
    margin-right: 10px;
}
#signin-PopUp-Overlay .additional-links ul li {
    width: 100%;
}
.signin-PopUp-close {
    position: relative;
    margin: -10px -10px 0 0;
}
#sign_in_sm {
    display: block;
    cursor: pointer;
}
.login-section{
	height: 70px;
	margin-top:0 !important;
}
.login-section,
#_lg,
#contact-us_lg,
.global-search {
    display: none;
}
@media screen and (max-width: 56.25em) {
    #citiLoginErrorBarPopup {
        display: none !important;
    }
    
    #signInBox li:nth-child(3) {
        /*display: inline-block !important;*/
    }
}
@media screen and (min-width: 56.25em) {
    .signin-PopUp-freeze,
    #signin-PopUp-Overlay {
        display: none;
    }
    
    #_lg,
    #contact-us_lg {
        display: block;
    }
}
.author div {
    display: inline-block;
}
.author div:last-child {
    width: 81%;
}
.authorImg img {
    width: 42px;
    height: auto;
    margin-right: 10px;
}
.authorDesc {
    vertical-align: top;
}
.authorDesc p {
    margin-top: 0;
    margin-bottom: 0;
}
.date,
.authorDesc p {
    font-size: 15px;
    line-height: 20px;
}
.aticleList-img img,
.firstArticle div:last-child img {
    width: 100%;
}
.firstArticle div:last-child img {
    max-height: 450px;
}

/*.aticleList-img img{
	height:184px;
}*/
#loginSpinner {
    display: block;
    width: 115px !important;
    float: left;
    text-align: center;
    height: 31px;
    padding-top: 6px;
}
#loginSpinner img {
    height: 20px;
}
.bannerImage {
    max-width: 100%;
    height: 210px;
}
.textOverImage {
    background: #fff;
    width: 66%;
    padding: 15px;
    position: absolute;
    height: 152px;
    bottom: 0px;
    margin-left: 2.8em;
    min-height: 150px;
}
.textOverImage h1 {
    font-weight: normal;
    font-family: Interstate Thin;
    margin: 0;
    font-size: 2.5rem;
}
.textOverImage h1:first-child{
	font-size: 18px;
	font-weight: bold;
	font-family: Interstate Light !important;
	line-height: 25px !important;
    height: 25px;
    margin-bottom: 15px;
}
.textOverImage h4 {
    margin: 0 0 15px 0;
}
.freshArticlePage .author {
    margin-top: 20px;
}
.pageHeader {
    padding-bottom: 15px;
}
.outlookPage .pageHeader, .eventHubPage .pageHeader, .creditCardPage .pageHeader{
    padding-bottom: 15px !important;
}
.hideForMobile {
    display: none !important;
}
.showForMobile {
    display: inline-block !important;
}
.secondContainer .articleData-iconImg {
    margin-top: -2px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    margin-left: 5px;
}
.secondContainer .Articles,
.filter-type-options .Articles {
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-right: .5rem;
    display: inline-block;
    background-image: url(/ivc/images/Article-icon.png);
    background-position: 0 0;
    margin-top: 2px;
}
.secondContainer .Blogs,
.filter-type-options .Blogs {
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-right: .5rem;
    display: inline-block;
    background-image: url(/ivc/images/Blog-icon.png);
    background-position: 0 0;
    margin-top: 2px;
}
.secondContainer .Videos,
.filter-type-options .Videos {
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-right: .5rem;
    display: inline-block;
    background-image: url(/ivc/images/Video-icon.png);
    background-position: 0 0;
    margin-top: 2px;
}
#ui-datepicker-div {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .35);
	position: absolute !important;
    /*left:19px !important;*/
}
.ui-datepicker {
    width: auto;
    max-width: 40em;
    padding: 10px 20px 10px 20px;
    display: none;
}
.ui-datepicker:before {
    content: ' ';
    position: absolute;
    top: 0;
    /*left: 136px;*/
    display:none;
    background-color: white;
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.2);
    width: 20px;
    height: 20px;
    -ms-transform: translateY(-10px) translateX(20px) rotate(225deg);
    transform: translateY(-10px) translateX(20px) rotate(225deg);
    -webkit-transform: translateY(-10px) translateX(20px) rotate(225deg);
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    /*padding: .2em 0;*/
    
    border-bottom: 0px solid #dddddd;
}
.ui-datepicker .ui-datepicker-header .closeCalendar {
    position: absolute;
    top: -5px;
    left: 97%;
    background: url("/ivc/ivc3/img/common/Close_button.png") 8px 5px;
    display: inline-block;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    float: right;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    font-size: 18px;
    top: 8px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker-prev:before{
	content:"<";
}
.ui-datepicker-next:before{
	content:">";
}
.ui-datepicker-prev span,
.ui-datepicker-next span{
	display: none !important;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 8px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -15px;
    width: 35px;
    height: 35px;
    text-indent: 0;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    font-size: 22px;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    font-weight: normal;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
    margin-left: 5px;
    margin-right: 5px;
}
.ui-datepicker table {
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .3em;
    text-align: center;
    font-weight: normal;
    border: 0px solid #dddddd;
    padding-bottom: 0px;
}
.ui-datepicker th span {
    display: block;
    font-size: 10px;
    width: 30px;
}
.ui-datepicker td {
    border: 0;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #a4a4a4;
}
.ui-datepicker .ui-datepicker-today .ui-state-highlight {
    background-color: #fff;
    color: #454545;
}
.ui-datepicker .ui-datepicker-today .ui-state-hover {
    background-color: #005F85;
    color: #fff;
}
.ui-datepicker .ui-datepicker-current-day .ui-state-highlight {
    background-color: #005F85;
    border: 1px solid #005F85;
}
.ui-datepicker td span,
.ui-datepicker td a {
    width: 100%;
    height: 100%;
    line-height: 1.5em;
    display: block;
    text-align: center;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
#ui-datepicker-div select {
    display: inline-block;
}
#ui-datepicker-div .ui-datepicker-other-month {
    background-color: #ebebeb;
    color: #666
}
#ui-datepicker-div .ui-datepicker-other-month a:hover {
    color: #005f85;
}
#ui-datepicker-div .ui-datepicker-other-month .ui-state-default {
    background-color: transparent;
    color: #666;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    filter: Alpha(Opacity=35);
    background-image: none;
    cursor: default;
}
.ui-state-disabled:hover,
.ui-widget-content .ui-state-disabled:hover,
.ui-widget-header .ui-state-disabled:hover {
    background-color: transparent;
    color: initial;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
    /*border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;*/
    
    background-color: #005F85;
    color: #fff;
}
.ui-widget-header .ui-state-hover {
    background-color: #fff;
    color: #000;
}
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
    /* visibility: hidden;
    height: 0px;
    width: 0px; */
	/* position: absolute;
	left: -9999px; */
	opacity: 0;
}
.category input[type=checkbox]{
	width: auto;
}
.category label,
.serviceInterestGroup .pure-u-1-1 label{
	margin-top: -22px !important;
}
.category.filter-date-options label{
	margin-left: 0px !important;
	margin-top: 10px !important;
}
[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: relative;
    left: 0px;
    top: 0px;
    width: 12px;
    height: 12px;
    border: 1px solid #006fee;
    background: #f8f8f8;
    display: inline-block;
    margin-right: 10px;
}
[type=checkbox]:checked+label:before,
[type=checkbox]:not(:checked)+label:before {
    border: 1px solid #1e1e1e;
}
[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    content: ' ';
    position: absolute;
    top: 8px;
    left: 1px;
    font-size: 18px;
    line-height: .8;
    background-color: #006fee;
    -webkit-transition: all .2s;
    transition: all .2s;
    width: 12px;
    height: 12px;
    display: inline-block;
}
[type=checkbox]:not(:checked)+label:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type=checkbox]:checked+label:after,
[type=checkbox]:not(:checked)+label:after {
    background-color: #1e1e1e;
}
.fresh-filter-row-header {
    text-align: center;
    font-size: 13pt;
    border-top: 1px solid #ccc;
    padding-top: 17px;
    padding-bottom: 20px;
}
.filter-date-options .col-md-4 label {
    width: 50px;
    display: inline-block;
}
.fresh-filter-row-header span {
    color: #1e1e1e;
    cursor: pointer;
    font-family: Interstate Regular;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11pt;
}
.fresh-filter-row-header.not-collapsed span:before {
    content: "-";
    height: 14px;
    width: 15px;
}
.fresh-filter-row-options .col-md-4 {
    position: relative;
	margin-bottom:5px;
}
.fresh-filter-row-options ul {
    margin: 0px;
    padding: 0px;
}
.fresh-filter-row-options .filter-category {
    cursor: pointer;
	font-weight: bold;
    font-size: 13pt;
    line-height: 21pt;
	color:#000 !important;
}
.fresh-filter-row-options .button-row {
    text-align: center;
    position: relative;
}
.fresh-filter-row-options .button-row .resetFilterSpan,
.fresh-filter-row-options .button-row .submitFilterSpan {
    font-size: 15pt;
    border-bottom: 1px solid #1e1e1e;
    cursor: pointer;
    font-weight: 700;
}
.fresh-filter-row-options .button-row .resetFilterSpan {
    margin-right: 40px;
}
#resetFilter{
	border-bottom: 0px solid;
}
#fresh-filter-error {
    display: none;
    font-family: Interstate Light;
    font-size: 13pt;
    padding-bottom: 25px;
}
.fresh-filter-row-options {
        
    font-family: Interstate Light;
    font-size: 13pt;
    padding-bottom: 25px;
}

.pure-form.fresh-filter-row.fresh-filter-row-options.pure-g{
	height: calc(100% - 130px);
}
#fresh-filter-error {
    text-align: center;
}
.pure-form.fresh-filter-row-options select {
    width: 90%;
}
.we-carouse-line {
    display: block;
    height: 100%;
}
.we-carouse-line .line {
    border-bottom: 1px solid #ccc;
    height: 1px;
}
.we-carouse-line span, .we-carouse-line h3 {
    display: inline-block;
    padding: 30px 0 60px 0;
    letter-spacing: 1px;
    font-family: Interstate Regular;
    font-size: 18px;
	font-weight: normal;
	margin:0;
}
.aticleList h3 {
    margin-top: 5px;
    line-height: 32px;
}
.aticleList {
    padding-bottom: 25px;
}
.date {
    margin: 15px 0;
}
.date .bold{
	padding-left: 5px;
    border-left: 1px solid #1e1e1e;
    margin-left: 5px;
    padding-right: 5px;
}
.bc-section {
    margin: 20px 0px 10px 0px;
}
.bc-section .pageLinks ul:last-child,
.bc-section .pageLinks ul:first-child {
    display: none;
}
.mainContent-bc .pageHeader h1 {
    margin-top: 0px;
}
.bc-section .bc-header {
    display: inline-block;
    height: 100%;
    padding-top: 15px;
}
.bc-section .bc-header h1 {
    font-family: Interstate Regular !important;
    font-weight: bold;
    font-size: 18px;
}
.bc-section .pure-u-4-5 {
    display: inline-block;
}
.bc-section .pageLinks ul {
    padding: 0px;
}
.bc-section .pageLinks ul li {
    border-left: none;
    padding: 0;
}
.bc-section .pageLinks ul:first-child li {
    margin-bottom: 3px;
}
.pageLinks ul li a {
    color: #005AA3;
    border-left: 1px solid #000;
    padding: 0 7px;
}
.pageLinks ul li a:hover,
.secondContainer .blue-highlight a:hover {
    color: #005AA3; border-bottom:1px solid;
}
.pageLinks ul li:first-child a {
    padding-right: 0px;
}
.pageLinks ul li:last-child a {
    border-left: none;
    padding-left: 0px;
}
.fresh-filter-row div.pure-u-1-1 {
    padding: 20px;
	border-bottom: 1px solid #000;
}
.filter-date-options div label {
    width: 56px;
}
.filter-date-options div input {
    width: 77%;
    width: calc(100% - 70px);
    border: none !important;
    box-shadow: none !important;
    padding: 0px 0px 0px 10px !important;
    height: 48px !important;
}
.filter-category-options,
.filter-author-options,
.filter-type-options {
    display: none;
}
.filter-category-options label,
.filter-date-options label, .filter-author-options label,
.filter-type-options label {
    font-size: 14px;
	line-height: 34px;
}
/*.filter-category-epanded:before,
.filter-category:before {
    content: "+";
    padding-right: 5px;
    width: 11px;
    background-repeat: no-repeat;
    display: inline-block;
    color: #005AA3; border-bottom:1px solid;
}
.filter-category-epanded:before {
    content: "-";
}*/
.secondContainer .blue-highlight a {
    color: #005AA3;
    /*border-bottom: 1px solid #005AA3;*/
}
.bc-section .pageLinks ul li.bc-highlight a {
    color: #000;
    cursor: default;
}
-section.left-links {
    max-width: 100%;
    display: inline-block;
    height: auto;
    vertical-align: top;
    width: 100%;
}
.left-links+section.textContainer {
    width: 100%;
    display: inline-block;
    height: auto;
    vertical-align: top;
}
section.left-links p {
    display: block;
    font-size: 23px;
    line-height: 35px;
}
.mega-menu-overlay .pure-menu-item input.pure-button.pure-button-primary {
    vertical-align: top;
    min-width: 60px;
    padding: 7px 5px;
    margin-top: 10px;
}
.mega-menu-overlay .pure-menu-item input#search-br {
    height: 28px;
    margin-right: 5px;
    font-size: 14px;
    width: 69%;
    padding: 0px 2px;
    background-color: #000;
    border: 0;
    border-bottom: 1px solid #585858;
    margin-top: 10px;
    color: #fff;
}
.aticleList .articleData-data h3 a {
    font-weight: normal;
    font-family: Interstate Extralight;
    font-size: 20px;
    border-bottom: 1px solid;
}
.freshPage .wrapper .wrapper-line-content {
    width: 100%;
    text-align: center;
}
.fullWidthImage {
    margin-left: -28px;
    width: calc(100% + 56px);
}
.wealthExpertImg {
    margin-top: 30px;
}
.wealthExpertImg img {
    width: 100%;
}
.weAuthor {
    padding-top: 30px;
    font-size: 23px;
}
.weAuthor h3,
.weAuthor p {
    margin: 0;
}
.brokerCkrWrapper {
    background: #eee;
    max-width: 264px;
    margin: 0 auto;
}
.brokerCkrWrapper .footerbrokerCheck a {
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    display: inline-block;
    left: 49px;
    width: 77%;
	border-bottom: 0px solid #eee;
}
.brokerCkrWrapper .footerbrokerCheckRightLink{
	left: 153px !important;
    top: -50px;
	width: 28px !important;
}
.brokerCkrWrapper .footerbrokerCheckRightLink img{
	height: 26px;
	width: 27px;
}
.brokerCkrWrapper img {
    display: block;
}
.brokerCkrWrapper .footerbrokerCheck {
    width: 100%;
    height: 72px;
}
.brokerCkrWrapper .footerbrokerCheckLeft {
    /* clip: rect(160px 86px 226px 40px);
    left: -129px;
    top: -180px;
    position: absolute; */
    /* width: 300px;
    height: auto; */
}
.brokerCkrWrapper img.footerbrokerCheckRight {
    /* top: -173px;
    left: -106px; */
}
.abstract {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}
.bioImg {
    width: 320px !important;
    margin: 0 auto;
}
.cell {
    float: left;
}
.citi-mrkt-rows .cell {
    min-width: 63px;
    padding: 0px 10px;
    width: 12%;
    font-size: 15px;
    color: gray;
    vertical-align: top;
}
.citi-mrkt-rows .citiname {
    width: 40%;
}
.citi-mrkt-rows .cell .small-label {
    font-size: 13px;
}
.citi-mrkt-rows .cell span {
    display: block;
    color: #1e1e1e;
}
#tabs ul {
    margin: 0;
    padding: .2em .2em 0;
    border: 1px solid #fff;
    background: #fff;
    font-weight: bold;
    min-height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    text-decoration: none;
    list-style: none;
}
#tabs ul li {
    width: 33.33%;
    float: left;
    position: relative;
    top: 0;
    border: 1px solid #ccc;
    background: #f2f2f2;
    font-weight: normal;
    border-right: 0px;
}
#tabs ul li :last-child {
    border-right: 1px solid #ccc;
}
#tabs ul li a {
    float: left;
    padding: 0;
    text-align: center;
    width: 100%;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
}
.table-wrap .rows:first-child {
    font-weight: bold;
    background-color: #fff;
}
.table-wrap .rows {
    clear: both;
    width: 100%;
    border-bottom: 1px solid #ccc;
    height: 50px;
}
.rows div:first-child {
    padding-left: 30px;
    text-align: left;
    width: 47% !important;
}
.rows .cell {
    width: 15%;
    text-align: right;
    font-size: 11px;
    line-height: 50px;
    height: 50px;
    font-family: Interstate ExtraLight;
}
#currencies .rows .cell,
#commodities .rows .cell {
    width: 23%;
}
.datetime {
    font-size: 10px;
    font-family: Interstate Light;
    display: block;
    margin-top: -37px;
}
.header .cell {
    line-height: 40px;
    padding: 0px;
}
.table-wrap .rows .triangle-up,
.citi-mrkt-rows .citiname .triangle-up,
.table-wrap .rows .triangle-down,
.citi-mrkt-rows .citiname .triangle-down {
    height: 0;
    width: 0;
    padding-bottom: 10px;
    position: relative;
    left: -29px;
    display: inline-block;
}
.table-wrap .rows .triangle-up:after,
.citi-mrkt-rows .citiname .triangle-up:after,
.table-wrap .rows .triangle-down:after,
.citi-mrkt-rows .citiname .triangle-down:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-left: 5px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.table-wrap .rows .triangle-up:after,
.citi-mrkt-rows .citiname .triangle-up:after {
    border-bottom: 10px solid green;
}
.table-wrap .rows .triangle-down:after,
.citi-mrkt-rows .citiname .triangle-down:after {
    margin-top: 2px;
    border-top: 10px solid red;
}
.table-wrap .rows .row-chevron::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    display: inline-block;
    height: 10px;
    left: -2px;
    position: relative;
    top: -7px;
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    /* IE 9 */
    
    -webkit-transform: rotate(135deg);
    /* Chrome, Safari, Opera */
    
    vertical-align: middle;
    width: 10px;
    border-color: #585858;
}
.table-wrap .rows:hover {
    background-color: #e4f5ff;
    cursor: pointer;
}
.table-wrap .header:hover {
    background-color: #fff;
    cursor: default;
}
.table-wrap .removeBorderBottom {
    border-bottom: 0px solid #ccc;
}
.table-wrap .rows.removeBorderBottom .row-chevron::before {
    transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    /* IE 9 */
    
    -webkit-transform: rotate(-45deg) !important;
    /* Chrome, Safari, Opera */
    
    top: 0px !important;
}
.table-wrap .tempImgHolder {
    color: #1e1e1e;
    display: block;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-left: 20px;
}
.table-wrap .tempImgHolder img {
    width: 90%;
}
.disclaimers {
    position: absolute;
}
.disclaimers ul {
    padding-left: 0;
}
.disclaimers ul li a {
    border-bottom: 1px solid;
}
.disclaimer-text {
    display: none;
    font-size: 15px;
    position: relative;
    width: 310px;
    height: auto;
    bottom: 100%;
    background-color: white;
    border: 1px solid #cccccc;
    padding: 10px;
    line-height: 18px;
}
.disclaimer-text:before {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    left: 35px;
    position: relative;
    bottom: 19px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    
    vertical-align: top;
    width: 15px;
    border-color: #ccc;
    background-color: #fff;
}
.close-disclaimers {
    position: absolute;
    cursor: pointer;
    height: 15px;
    width: 15px;
    right: 15px;
    top: 15px;
    display: block;
}
.rows .last {
    width: 5%;
}
.close-disclaimers:before,
.close-disclaimers:after {
    content: " ";
    width: 15px;
    height: 2px;
    border-radius: 100px;
    background-color: #292927;
    display: block;
    position: relative;
    left: 7px;
}
.close-disclaimers:before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}
.close-disclaimers:after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -2px;
}
#market-disclosures {
    top: -53px;
}
#market-dow-disclosures {
    top: -31px;
}
#market-curr-com-disclosures {
    top: -8px;
}
.indices-graph-section .image-wrap {
    float: left;
    margin-bottom: 20px;
    margin-right: 15px;
    width: 159px;
}
#systemOutageMessage {
    width: 450px;
    height: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    position: fixed;
    z-index: 15;
    left: calc( 50% - 225px);
    top: 35%;
    display: none;
}
.systemOutageMessage-header {
    border-bottom: 1px solid #ccc;
    padding: 20px 20px 10px 20px;
}
.systemOutageMessage-content {
    padding: 20px;
}
.systemOutageMessage-footer {
    padding: 0px 20px 20px 20px;
    height: 50px;
}
.systemOutageMessage-footer span {
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
}
.bioListingPage .textContainer .pure-g {
    padding-bottom: 15px;
}
.pure-g .textContainer,
.aggregatorPage .pageHeader {
    letter-spacing: normal;
}
.bio .pageHeader h1 {
    margin-top: 30px;
}
.bio .pageHeader h3 {
    font-weight: normal;
    font-family: Interstate ExtraLight;
}
.aticleList-img.Videos {
    position: relative;
}
.aticleList-img.Videos:before,
.play-round:before {
    content: ' ';
    width: 75px;
    height: 75px;
    position: absolute;
    background-image: url(/ivc/images/Video-preview-play-button-large.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.videoHubPage h2 {
    margin-top: 0px;
    font-weight: normal;
}
.videoHubPage .video-item-list h3 {
    min-height: 45px;
    overflow: hidden;
}
.video-item-list-data {
    height: 45px;
}
.videoHubPage h3,
.videoListing-item h3 {
    margin: 10px 0px 0px 0px;
    font-weight: normal;
}
.videoHubPage .video-item-list a.play-icon,
.videoListing-item a {
    color: #005AA3;
    position: relative;
    display: inline-block;
}
.videoHubPage .video-item-list a:hover, .videoListing-item a:hover{
	border-bottom: none;
}
.videoHubPage .video-item-list p,
.videoListing-item p {
    margin: 0px;
}
.videoHubPage .video-item-list .watchnow,
.videoListing-item .watchnow {
    margin-top: 20px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: normal;
}
.video-item-list {
    position: relative;
}
.video-item-list,
.videoListing-item {
    display: inline-block;
    width: 49.3%;
    vertical-align: top;
}
.video-item-list:nth-child(3) {
    display: none;
}
.videoHubPageImg {
    width: 100%;
    min-height: 82px;
    background: gray;
}
.video-item-list .play-icon,
.videoListing-item .play-icon {
    width: 100%;
}
.videoListing-item .play-icon:before,
.video-item-list .play-icon:before {
    width: 65px;
    top: 60%;
}
.play-icon:before {
    content: ' ';
    width: 87px;
    height: 87px;
    position: absolute;
    background-image: url(/ivc/images/Video-preview-play-button-large.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.view-all-link {
    text-align: center;
}
.ui-tabs-active {
    background: #fff !important;
    border-bottom: none !important;
    border-top: 3px solid #ccc !important;
}
.mediaRegions {
    display: none;
}
.mediaSection .wrapper {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
#mediaRegionSelect {
    margin: 10px 0;
    width: 100%;
}
.disclaimerSection {
    height: 80px;
}
.awards {
    padding-bottom: 20px;
}
.awards img {
    width: auto;
    max-width: 320px;
    margin: 2px auto;
    display: block;
}
.awardCarouselWrap .biopic img {
    width: 170px !important;
    max-width: 250px;
}
.kv-player {
    background: #fff !important;
}
.kv-loading {
    height: auto !important;
    width: auto !important;
}
.fi-artcle-athr-desc-heading {
    font-size: 23px;
    line-height: 26px;
}
.freshArticlePage .pageHeader {
    padding-bottom: 45px;
}
.awardCarouselWrap {
    padding-bottom: 30px;
}
.awardCarouselWrap a {
    position: relative;
    height: 100%;
    display: block;
    min-height: 250px;
}
.awardCarouselWrap .slick-next,
.awardCarouselWrap .slick-prev {
    top: 35% !important;
}
.awardCarouselWrap img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 24%;
    right: 0;
}
.videoHubPage .date {
    font-size: 18px;
}
.videoSectionHeader {
    border-right-style: solid;
    border-right-width: 3px;
    text-align: right;
    padding-right: 10px;
    margin-bottom: 30px;
    width: 100%;
    min-height: 74px;
	max-height: 150px;
}
.videoSectionHeader h2, .videoSectionHeader h4 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
}
.videoSectionHeader span{
	display: block;
    line-height: 52px;
    font-family: Interstate Thin;
    font-size: 58px;
    font-weight: normal;
    margin-top: 0;
   	margin-bottom: 10px;
}
.videoHubPageListing {
    padding-bottom: 40px;
}
.tooltip {
    /* display: inline-block; */
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 94%;
    background-color: #ccc;
    color: #000;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    z-index: 1;
    left: 6px;
    top: 90px;
    height: auto;
    font-size: 13px;
    line-height: 15px;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
#myVideo {
    position: absolute;
    left: 0;
    height: 100%;
    display: none;
	top:0;
	z-index: -1;
}
.thoughtLeader .divBorder-tl {
    height: 220px;
}
.bioListingPage .pageHeader p {
    font-size: 40px;
    line-height: 42px;
}
li a.aggregatorLink .rightNav:hover,
.aggregator li:hover .rightNav {
    border-top: 2px solid #005AA3; border-bottom:1px solid;
    border-right: 2px solid #005AA3; border-bottom:1px solid;
}
.freshArticlePage .contentSection .textContainer .pure-g img {
    width: 100%;
}
select#client_support {
    width: 150px;
}
.awardCarouselWrap .slick-prev,
.awardCarouselWrap .slick-next {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    z-index: 8;
}
.awardCarouselWrap .slick-list {
    width: 290px;
    margin: 0 auto;
    display: inline-block;
}
.intro {
    letter-spacing: normal;
    padding: 20px 0;
    font-family: Interstate Light!important;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
}
/*.discoverDescription{
	background-color:#005F85;
}
.discoverDescription a{
	display:block;
	border-bottom: 0px solid #005F85;
}
.discoverDescription span {
    font-size: 2rem;
    color: #fff;
    width: 78%;
    vertical-align: middle;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
	line-height:22px;
}
.discoverDescription img {
    height: 70px;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}
.discoverDescription p {
    font-size: 20px;
}
.discoverDescription p a {
    color: #005AA3;
}*/
.discoverDescription img{
	width: 100%;
	height: 50px;
}
.videoPlayIcon{
	position:relative;
}
.videoPlayIcon a:after {
    content: ' ';
    width: 75px;
    height: 75px;
    position: absolute;
    background-image: url(/ivc/images/Video-preview-play-button-large.png);
    background-size: 100%;
    background-repeat: no-repeat;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.filter-overlay{
	background: #fff;
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 50px;
    right: 0;
    display: none;
    height: calc(100% - 50px);
    overflow: hidden;
	color:#000;
}
.fresh-filter-header h3{
	text-align: right;
	width:65%;
	font-size: 20px;
}
.fresh-filter-header p{
	float: right;
    padding-right: 2em;
    font-size: 14px;
    line-height: 42px;
}
.fresh-filter-header p span{
	border-bottom:1px solid;
}
.fresh-filter-header{
	border-bottom:1px solid #000;
}
.outlook ul li a{
	padding-left:40px;
	font-weight:normal;
}
.outlook ul li:first-child a{
	padding-left:0px;
	font-weight:bold;
}
.fresh-filter-submitButton{
	
	text-align: center;
}
.fresh-filter-submitButton .btn-success{
	background: black;
    border-radius: 5px;
	
}
.filterOptionText{
	color:#005AA3;
	text-align:right;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}
.filter-category-options, .filter-author-options, .filter-type-options {
	max-height:56vh;
	overflow: auto;
}
.textContainer ul li{
	font-size: 1.6rem;
    line-height: 2.2rem;
	margin:5px 0;
}
#downloadSection {
    margin: 0;
    padding: 0 !important;
}
#downloadSection ul{
	padding-left:0px;
}
#downloadSection li{
	display: inline-block;
	vertical-align: top;
}
#downloadSection li img{
    height: 50px;
    padding: 0;
}
#downloadSection .pure-button-primary{
	    background: #000;
    font-size: 12px;
    white-space: inherit;
    text-align: left;
    vertical-align: top;
    height: 50px;
    line-height: 16px;
    font-weight: bold;
    width: 150px;
    border-radius: 5px;
    padding: 0 36px;
}
#downloadSection li.downloadTextforWeb{
	width:137px;
}
#downloadSection li{
	display:none;
	margin-right: 9px;
}
#downloadSection li:last-child{
	margin-right: 0;
}
#downloadSection li:last-child{
	display:inline-block;
}
#downloadSection.web-non-china li.appleDevice, #downloadSection.web-non-china li.androidNonChina {
	display:inline;
}
#downloadSection.web-china li.appleDevice, #downloadSection.web-china li.androidChina {
	display:inline;
}
#downloadSection.andriod-china li.androidChina {
	display:inline;
}
#downloadSection.android-non-china li.androidNonChina {
	display:inline;
}
#downloadSection.apple-device li.appleDevice {
	display:inline;
}
#downloadSection .downloadText {
	color: #005aa3;
	margin-top: 0px;
	font-size: 1.2rem;
    line-height: 2.0rem;
    font-weight: bold;
}
.filterDisplay{
	display:block;
}
.filterClose:hover{
	color: #fff;
}
.filterClose{
    background: black;
    color: white;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 55px;
    text-align: center;
    position: fixed;
    cursor: pointer;
}
.filterClose:before{
	content: "x";
}
.resetFilterSpan span{
	cursor: pointer;
}
.pageFix{
	overflow-y: hidden;
}
/* .filter-author-options li:first-child div div{
	display:none; 
} */
.filter-overlay input[type=text]{
	border:1px solid #000 !important;
	
}
.errorButton{
	margin-bottom:20px;
	height: 70px;
	line-height: 70px;
	font-size: 23px;
	display: block;
	background: #fff;
    background: -webkit-linear-gradient(top, #00bdf2, #00b3f0 18%, #0066b3 77%, #004985);
    background: linear-gradient(180deg, #00bdf2, #00b3f0 18%, #0066b3 77%, #004985);
	color:#fff;
	text-align: center;
}
.errorButton:hover{
	color:#fff;
	opacity:0.5;
}
.errorPage .pageHeader p, .errorPage .pageHeader h1{
	text-align: center;
}
.errorFooter{
	border: 1px solid #008ce6;
	padding:10px;
}
.fresh-filter-submitButton.fresh-filter-row-options{
	margin-bottom:0;
	padding-top:10px;
	padding-bottom:0;
}
.fresh-filter-row-options #submitFilter{
		font-family: Interstate Regular;
}
.campaignButton, .campaignButton button{
	background: green !important;
}

.newButton{
	background: #000 !important;
	color: #fff !important;
    border-radius: 10px;
    font-family: Interstate Regular;
    padding: .7em 1.1em;
    font-size: 12px;
	margin: 2px;
}
newButton:hover{
	background: #000 !important;
	color: #fff !important;
}
/*.textContainer .contact-us{
	color:#fff !important;
	    font-size: 1.6rem !important;
}*/
.campaignPage .textOverImage {
    height: 166px;
    margin-left: 0em;
	right:20%;
}
.CampaignPageEnquire .pure-form input[type=radio]{
	width: 13px;
    margin-right: 5px;
    margin-top: -4px;
	display: inline-block;
}
.CampaignPageEnquire .pure-form label{
	width: calc(100% - 36px);
	display: inline-block;
	text-align: left;
	cursor: pointer;
	position: relative;
	line-height: 20px;
}
.campaignPage .item section{
	border: 1px solid #000;
    width: 233px;
    margin-left: 10px;
    padding: 10px;
    text-align: center;
	height:358px;
}
.campaignPage .pure-g{
	letter-spacing:0;
}
.campaignCarousel .slick-list{
	padding-left:32px;
}
.kv-kv-player{
	width:100% !important;
	height:100% !important;
}
.campaignPage .pageHeader{
	padding-bottom:15px !important;
}
.campaignPage .pageHeader  h1{
	line-height: 3.3rem;
	margin:0;
	
}
.campaignPage .author{
	margin-bottom:30px;
}
.campaignPage .inPageVideo{
	position: relative;
	
}
#marketBtnOff.button-success, #functionBtnOff.button-success{
	background: rgb(202, 60, 60);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
/*.campaignPage .inPageVideo .textVideo{
	position: absolute;
    bottom: 0;
    color: white;
    background: #000;
    width: 100%;
    z-index: 9;
    opacity: 0.5;
    
    line-height: 30px;
	padding: 3px 10px;
}*/
.campaignPage .contentSection{
	padding-bottom:30px;
}
.campaignPage .carousel-wrap .slick-prev, .campaignPage .carousel-wrap .slick-next{
	top:40%;
}
.button-success {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-success {
    background: rgb(28, 184, 65); /* this is a green */
}
.cookiePage h3{
	font-weight: bold;
}

.cookiesetting-freeze{
	display:none;
    background-color: rgba(0,0,0,0.2);
	opacity:1;
}
.cookiesetting-freeze .pageHeader h1{
	margin-top:0px;
	margin-bottom:0;
	    font-size: 1.5em;
    text-align: center;
}
.cookiesetting-popup, .cookiesetting-page{
	display: none;
	background-color: #fff;
    border: 1px solid #000;
    margin: 0 auto;
    padding:20px 15px 35px 15px;
	height: 80vh;
	width:95%;
	overflow: auto;
	position: relative;
	top: 15%;
}
.cookiesetting-popup.active {
	display: block;
}
/*.cookiesetting-header-wrap{
	width:100%;
}
.cookiesetting-header{
	 display: inline-block;
    width: 75%;
}
.cookiesetting-content{
	width:100%;
}*/
.cookiesetting-page{
	display:none;
}
.cookiesetting-page h3{
	    margin-top: 0;
    line-height: 2.4em;
    height: 1.2em;
    font-size: 1.5rem;
    
    margin-bottom: 0;
}
.cookiesetting-page.active{
	display:block;
}
.cookiesetting-popup h3{
	margin-top:0;
	line-height: 1.2em;
}
.cookieConfButton{
	text-align: center;
}
/*.mobileCalCss, #ui-datepicker-div {
    top: 650px !important;
    left: 50px !important;
}*/
@media screen and (max-width: 1250px){
	#ui-datepicker-div {
    top: 650px !important;
    left: 50px !important;
}
}
.cookiesetting-page .pure-g button:first-child{
	margin-right:17px;
}
.enquireNowForm .pure-controls{
	margin-left:0;
	text-align:center;
}
@media screen and (min-width: 1555px){
.discoverDescription p {
   
    height: 40px;
    line-height: 45px;
}
.errorButton{
	width:23.7% !important;
}
}
.enquireNowForm p a{
	color: #005AA3;
}
.campaignPage .relatedLinkRightTitle{
	font-family: Interstate Regular;
}
.CampaignPageEnquire .pure-form input[type=text], .CampaignPageEnquire .pure-form input[type=password]{
	color:#000;
}
.CampaignPageEnquire-PopUp{
	position: absolute;
    width: 100%;
    background: white;
    border: 5px solid #ccc;
    padding: 20px;
    top: 50%;
}
.CampaignPageEnquire{
	position:relative;
}
.textContainer ul{
	list-style-type: circle;
}
.textContainer ol{
	list-style-type: decimal;
}
.campaignPage .textContainer h3 {
	font-weight:600;
}
.campaignButtonWrapper li{
	bottom:3px;
}
.campaignPage .author{
	text-align:center;
}
.campaignPage .textOverImage h1{
	font-size: 3rem;
    font-weight: bold;
}
.campaignPage .pageHeader-abs{
	color:#005AA3;
}
.enquire-PopUp-close {
	bottom: 98px;
}
.enquire-PopUp-close:after, .enquire-PopUp-close:before{
	background:#000;
}
.cookiesetting-freeze .textContainer p{
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.cookiesetting-page .pure-g button{
	padding: 7px 0px;
	width: 50px;
}

.campaignPage [type=checkbox]:checked+label:after, .campaignPage [type=checkbox]:not(:checked)+label:after{
	top:2px;
}
.enquireNowForm{
	margin-top:-20px;
}
.enquireNowForm .submitform .pure-controls{
	margin-top:15px;
}
.campaignPage .bannerImage{
	width:100%;
}
.bio .mainContent-we {
    padding-top: 40px !important;
}
.errorPage .pageHeader p{
	color:black;
}
.enquireNowForm .disclaimer{
	    margin-top: 10px;
    line-height: 14px;
    margin-bottom: 10px;
}
.homepageVideo .play-video-wrap .welcome-text{
	top:0px;
}
.homepageVideo .play-video-wrap p{
	text-align: center;
	text-shadow: 5px 0px 15px #848484;
	color: #fff;
	line-height: 1.9rem;
}
.homepageVideo .play-video-wrap{
	bottom:0px;
	top:auto;
	width:100%;
	padding:10px 10px 10px 10px;
	/*ackground-color: rgba(0, 0, 0, 0.1);*/
}
.homepageVideo .play-video-wrap .play-round.video-play{
	display:block;
	height:28px;
}
.homepageVideo .play-round:before{
	top:0;
}
.homepageVideo .show-article-text{
	text-align: center;
}
.homepageVideoGradient{
	display:inline-block;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 43%, rgba(0,0,0,0.8) 98%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 43%,rgba(0,0,0,0.8) 98%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 43%,rgba(0,0,0,0.8) 98%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 43%,rgba(0,0,0,0.8) 98%); /* IE10+ */
	/*background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 43%,rgba(0,0,0,0.8) 98%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.homepageVideo img{
	position:relative;
	z-index:-1;
	display:block;
}
.errorDiv, .errorButton{
	letter-spacing: normal;
}
.errorPage .errorDiv{
	width: 100%;
}
.errorButton{
	color:#fff;
}
.errorFooter .errorButton{
	margin-bottom:0;
}
.button-list{
	padding-left:0px;
}
.freshPage .pure-g{
	letter-spacing:normal;
}
.footerTopSection {
	background: #eeeeee;
	text-align: center;
}
.footerTopSection .textContainer{
	padding-bottom:20px;
}
.footerTopSection .textContainer h2{
	font-family: Interstate ExtraLight;
	font-size: 3rem;
	max-height:75px;
}
.button-list button{
	margin-left:5px;
}
.footerText p, .backtoLinkText, .footerTopSection  p{
	line-height:20px;
}
.footerLogoSection{
	height:22px !important;
}
.footerLinkSection {
	text-align: center;
}
.freshPagePagination span{
	display: block;
	padding-bottom: 5px;
}
.videoPage .kv-thumbnail-holder {
    border: 0px;
}
.footerTopSection h2 {
	margin-top:28px !important;
	font-weight:700 !important;
}
/*Events Hub page changes*/
.eventSection img{
	padding-bottom:0px;
	height:225px;
	width: 100%;
}
.eventSection div.pure-u-1-1{
	margin-bottom: 30px;
	height: auto;
    background: #eee;
	padding-bottom: 3em;
	position: relative;
}
.eventSection div.pure-u-1-1 h3, .eventSection div.pure-u-1-1 p{
	margin:10px;
	padding-bottom:0;
}
.eventSection div.pure-u-1-1 p:first-child{
	margin-top:10px !important;
}
.eventSection div.pure-u-1-1 p:last-child{
	position: absolute;
	bottom:0;
}
/*.eventSection div.pure-u-1-1 a.learnMore {
    position: absolute;
    bottom: 5px;
}*/
.eventHubPage .inPageVideo button{
	border:0px;
}
.eventHubPage .textOverImage{
	/*width:78%;*/
	text-align: left;
}
.eventHubPage  .author {
    color: #000 !important;
}
.eventHubPage .textContainer .pageHeader:first-child h1{
	margin-top:0;
}
.eventLogin p:first-child{
	margin-top:0;
}
.eventHubPage .textContainer h3{
	font-size: 2rem;
    line-height: 2.4rem;
}
/*Inview Template page changes*/
.inviewPage .textOverImage {
	bottom: 30px;
}
.inviewPageCpbImg div a img:first-child{
	margin-right:15px;
}
.inviewPageCpbImg div a img{
	height:50px;
	width:280px !important;
}

.kv-viewer button{
	border: 0;
	background-color: #fff;
	padding-left: 0;
    padding-right: 0;
}
ul.socialshareLinks li {
    display: inline-block;
    width: 30px;
    height: 30px;
    cursor: pointer;
	margin-right: 5px;
}
ul.socialshareLinks.floatLeft li{
	float:left;
}
ul.socialshareLinks li a {
    width: 30px;
    height: 30px;
    display: inline-block;
	background-size: contain;
}
ul.socialshareLinks li a.facebook {
	background-image: url(/ivc/ivc3/img/common/facebook_Button_50x50.png);
}
ul.socialshareLinks li a.twitter{
	background-image: url(/ivc/ivc3/img/common/twitter_Button_50x50.png);
}
ul.socialshareLinks li a.linkedin {
	background-image: url(/ivc/ivc3/img/common/linkedin-button-50x50.png);
}
ul.socialshareLinks li a.print {
	background-image: url(/ivc/ivc3/img/common/print-button-50x50.png);
}
ul.socialshareLinks li a.email {
	background-image: url(/ivc/ivc3/img/common/email-button-50x50.png);
}
/*Outlook Page Changes*/
.outlookPage .pageHeader.positionAbsolute.textCenter{
	width:75%;
	margin: 0 auto;
	top:0;
	left:11%;
	height:210px;
	display:table;
	padding-bottom:0;
}
.outlookPage .pageHeader.positionAbsolute.textCenter .outlookCenterAlign {
	display: table-cell;
	vertical-align: middle;
	width:100%;
}
.outlookPage .pageHeader.positionAbsolute.textCenter h1{
	line-height: 4rem;
	text-align: center;
	font-family: Interstate ExtraLight;
	margin-bottom: 0;
	margin-top: 0;
}
.outlookPage .pageHeader.positionAbsolute.textCenter h2{
	margin-bottom: 0;
	margin-top: 0;
}
.videoHubPageListingWrap .relatedVideo h3 {
	padding-left:10px;
	
}
.outlookPage .outlookCenter{
	width:60%;
	margin: 30% auto;
}
.outlookPage .outlookCenter p{
	text-align:center;
	font-size:2.4rem;
}
.archive .relatedLinkRight, .podcast .relatedLinkRight {
	padding-left:0;
}
.podcast img{
	display: block;
    margin-bottom: 10px;
	height: 57px;
}
.footerBorder p{
	text-align: center;
	font-weight: bold;
}
.creditCardPage .textOverImage, .eventHubPage .textOverImage{
	min-height: 67px;
	height: auto;
}
.oneColSection.eventSection div.pure-u-1-1{
	padding-right:0%;
}
.socialshareLinks {
	padding-left: 0;
    margin: 0;
	height:30px;
	text-align: center;
	width: 100%;
}
.outlookDownloadButton p{
	display: inline-block;
	margin-right:10px;
}
.outlookDownloadButton p a button{
	width: 90px;
}
.button-list a{
	margin-right:5px;
	background-color:#005AA3;
}
.button-list a:hover{
	background-color:#005AA3;
	border-bottom:0px solid;
	background-image: none;
}
.firstBtn:before{
	content:"<<";
}
.prevBtn:before{
	content:"<";
}
.nextBtn:before{
	content:">";
}
.lastBtn:before{
	content:">>";
}
.outlookDisclaimer p{
	font-size:1.2rem;
}
.eventHubPage .pageHeader p{
	color: #000;
	font-size: 1.6rem;
    line-height: 2.2rem;
}
.outlookTeam img{
	width:100%;
}
@media print{
	.privateBank{
		visibility:hidden;
		display:none;
	}
	img.logo {
		/*clip: rect(23px 386px 77px 154px);
		left: -142px;
		top: -29px;*/
		clip: rect(205px 170px 240px 24px);
		left: -24px;
		top: -205px;
		position: absolute;
	}
	#sign_in_sm{
		display: none;
	}
}

.video-transcripts-content{
	display:none;
}
/*Events template amendments by Erin Start*/
.video-transcripts a.video-transcripts-header:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
	border:0px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate( 225deg );
    position: relative;
    top: 3px;
}

.video-transcripts a.video-transcripts-header-up:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
	border:0px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate( 225deg );
    position: relative;
    top: -3px;
}
.videoHubPageListingWrap #play-in-page-playback-container .kv-thumbnail, .videoHubPageListingWrap #play-in-page-playback-container .kv-play-icon img{
	display: inline-block;
} 
.videoHubPageListingWrap #play-in-page-playback-container .kv-thumbnail{
	position: absolute;
	float: left;
}
.videoHubPageListingWrap #play-in-page-playback-container .kv-play-icon img{
	height:50px;
	width:50px;
}
.videoHubPageListingWrap #play-in-page-playback-container button{
	height: auto !important;
	margin: 2px;
}
.simpleImage img{
	width: auto !important;
}
.teamMeet .pure-u-1-1.pure-u-md-2-12 img{
	width:100%;
}
.teamMeetDesignation{
	color:gray;
	font-size:1.4rem;
	margin-left: 10px;
}
.teamMeet .pure-g{
	padding-bottom:20px;
}
.teamMeet .pure-g h3{
	margin-bottom:0;
}
/* ADA Changes */
.aggregatorPage .textContainer ul{
	padding-left:0;
	list-style-type: none;
	margin-top:0;
}
.sprite.sprite-external-link{
	background: url('/ivc/images/spritesheet.png') no-repeat -212px -185px;
	height: 19px;
	width: 24px;
	display: inline-block;
}
.eventSection div.pure-u-1-1.removeLink{
	padding-bottom:5px !important;
}
.eventSection div.pure-u-1-1.removeLink p:last-child{
	position:inherit;
}
.brokerCkrWrapper .footerbrokerCheck a:hover{
	border-bottom: 0px;
	text-decoration: underline;
}
/*Events template amendments by Erin*/
.video-transcripts{
	padding-top:20px;
	letter-spacing:normal;
	width:100%;
	font-size: 1.6rem;
    line-height: 2.2rem;
	font-family: Interstate Light !important;
}
.video-transcripts div{
	text-align: center;
	padding-bottom:15px;
}
/*SMS Archive Page*/
.archivepage ul li{
	list-style-type: none;
}
.backgroundWhite .pure-u-1-1{
	background:#fff !important;
}
/*Contact Us PopUp Redesign Start*/
.contactUs-PopUp-Step1 ul.contactUsLink{
	width:80%;
	margin:0 auto;
	border: none;
}
.contactUs-PopUp-Step1 ul.contactUsLink li{
	width:95% !important;
	/* margin:0 0 20px 0; */
	text-align: center;
}
.contactUs-PopUp-Step1 ul.contactUsLink li.cpbClient{
	border:none;
	background: #005F85;
	
}
.contactUs-PopUp-Step1 ul.contactUsLink li.cpbClient a{
	color:#fff;
	padding: 45px 0;
}
.contactUs-PopUp-Step1 ul.contactUsLink li.currClient a:hover{
	color:#000;
}
.contactUsBorder{
	border-bottom:1px solid #ccc;
}
.contactUsIcon li{
	display: inline-block;
	width:32% !important;
	margin:2px !important;
	border: none !important;
	text-align: center;
}
.lookingInvest li:last-child{
	margin-right:0 !important;
}
.contactUsIcon li:hover{
	background: #fff !important;
}
.contactUsIcon li a{
	padding:5px !important;
}
/*.serviceInterestGroup .pure-u-1-1 div{
	position: absolute;
}*/
.serviceInterestGroup .pure-u-1-1 div{
	width: 100%;
	cursor: pointer;
}
.serviceInterestGroup legend, .lookingInvest legend {
	margin:0;
	padding:0;
	border-bottom: 0px solid;
}
.serviceInterestGroup legend h4, .lookingInvest legend h4{
	margin-bottom:10px;
}
.serviceInterestGroup .pure-u-1-1 label{
	text-align: left;
	width:auto;
	position: relative;
	margin: 2px 5px 2px 2px;
}
.contactUsResdesign .pure-form-aligned .pure-control-group.lookingInvest{
	margin-bottom:20px !important;
}
.lookingInvest ul{
	margin:0px;
	padding-bottom:0px;
}
.lookingInvest li{
	float: left;
	width: auto !important;
    border: none !important;
    margin: 0 7px 7px 0 !important;
    font-size: 16px;
}
.lookingInvest li button{
	padding: 8px 9px;
	margin: 2px;
	background: #fff;
    border: 1px solid #ccc;
    box-shadow: none;
}
.disclaimerContact p, .disclaimerContact{
	font-size: 1.2rem;
	line-height: 1.4rem;
}
#sourceBox, .lookingInvestDisclaimer{
	display: none;
}
.lookingInvest li button.InvestBtnSelected{
	background-color:#005f85;
	color:#fff;
}
.contactUs-PopUp-Panel textarea, .contactUs-PopUp-Panel select{
	width: 100%;
}
.contactUsResdesign  .pure-form-aligned .pure-control-group label{
	width: auto;
}
/* #country, #currCountry{
	width: 97%;
} */
.form-error {
    border-bottom: 1px solid red !important;
}
.error{
	font-weight: normal;
}
.contactUsPopupImg{
	padding: 40px;
}
.contactUs-PopUp-Panel ul.contactUsIcon li a:hover{
	color:#000;
}
.contactUsResdesign .pure-form-aligned .pure-control-group, .contactUsResdesign .pure-form-aligned .pure-control-group .pure-u-1-1 {
	margin-bottom:7px !important;
}
.contactUsResdesign .pure-form button[type=submit] {
    margin: .7em 0 1.5em 0;
}
.pure-form-aligned .pure-controls{
	margin: 0 !important;
	text-align: center;
}
.contactUs-PopUp-citigold .textContainer .contactUsPopupImg{
	text-align: center;
} 
.contactUs-PopUp-citigold .textContainer .contactUsPopupImg img{
	width: auto !important;
}
/*Contact Us PopUp Redesign Stop*/
/*Live video - Veracast Start*/
#webcastWrapper{
	background:#fff;
}
#webcastWrapper{
	position:relative;
	width:100%;
	height:640px;
}
#webcastIframe{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
/*Live video - Veracast Stop*/
.eventHubPage .inPageVideo .kv-viewer, .eventHubPage .inPageVideo .kv-viewer #kv-video-player-1, .eventHubPage .inPageVideo .kv-viewer button, .eventHubPage .inPageVideo .kv-viewer button img:first-child {
    width: 100%!important;
}
.eventHubPage .inPageVideo .kv-viewer button{
	height: auto !important;
}
.outlookPage .eventSection img{
	height: auto !important;
}
.filterSection .pure-form legend{
	border-bottom:0px solid;
}
.filterSection .pure-form fieldset, .filterSection .pure-form legend{
	margin:0;
	padding:0;
}
@media (min-width: 64em){
.login-section{
	display:block;
}
}
@media (hover: none) and (pointer: coarse){
.login-section{
	display:none !important;
}
#sign_in_sm {
    display: block !important;
}
}