/*** FONT ICON ***/
/*@font-face {
    font-family:'dennard-font';
    src:url('../fonts/dennard-font.eot');
    src:url('../fonts/dennard-font.eot?#iefix') format('embedded-opentype'),url('../fonts/dennard-font.ttf') format('truetype'),url('../fonts/dennard-font.woff') format('woff'),url('../fonts/dennard-font.svg#dennard-font') format('svg');
    font-weight:normal;
    font-style: normal;
}
[class^="icon-"],[class*=" icon-"] {
	font-family:'dennard-font';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;.
	-moz-osx-font-smoothing:grayscale;
}
.icon-services:before,
.icon-ir-services:before {
	content:"\e600";
}
.icon-clients:before {
	content:"\e601";
}
.icon-news-events:before,
.icon-dennard-lascar-news:before,
.icon-multimedia:before {
	content:"\e602";
}
.icon-resources:before {
	content:"\e603";
}
.icon-ir-counsel:before {
	content:"\e604";
}
.icon-additional-services:before {
	content:"\e605";
}
.icon-ir:before {
	content:"\e606";
}
.icon-client-news:before,
.icon-blog:before {
	content:"\e607";
}
.icon-ir-q-a:before {
	content:"\e608";
}
.icon-ir-articles:before {
	content:"\e609";
}
.icon-ir-organizations:before {
	content:"\e60a";
}
.icon-company-news:before,
.icon-client-events:before,
.icon-contact-us:before {
	content:"\e60b";
}
.icon-contact:before,
.icon-contact-us:before {
	content:"\e60c";
}
.icon-staff-bios:before,
.icon-career-opportunities:before,
.icon-meet-our-team:before {
	content:"\e60d";
}
.icon-home:before {
	content: "\e60e";
}*/
/**** GENERAL STYLES ****/
body,html {
	height:100%;
}
body {
	background:#000;
	font-family:'open-sans',sans-serif;
	color:#4b4b4b;
	font-size:16px;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
video {
    max-width: 100%;
    height: auto;
}
.container {
	max-width:1366px;
	background:#fff;
	overflow:hidden;
	float:none;
	margin:0;
	padding:0;
}
.content-wrapper {
	margin-left:230px;
}
h1, .h1 {
	font-family:'Lato',sans-serif;
	font-size:28px;
	color:#fff;
	font-weight:400;
	text-transform:uppercase;
}
.inner-page h1 {
    color: #265691;    
    margin-bottom: 20px;
}
.inner-page > h5:first-child {
    margin-top: 0;
}
h2 {
	font-family:'Lato',sans-serif;
	font-size:22px;
	color:#265691;
	font-weight:400;
	text-transform:uppercase;
}
h3 {
	font-family:'Lato',sans-serif;
	font-size:18px;
	color:#444444;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;
}
h4 {
	font-family:'Lato',sans-serif;
	font-size:18px;
	color:#858585;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;
}
h5 {
	font-size:18px;
	font-weight:700;
	text-transform: capitilize;
	margin-bottom:20px;
}
a {
	font-weight:700;
	color:#3f95ff;
	text-decoration:none;
}
a:hover {
	color:#68c4ff;
	text-decoration:none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
li {
	list-style:none;
	padding-left: 1em;
}
ol {
	counter-reset:item;
}
ol li:before {
	content:counters(item,".");
	counter-increment:item;
	color:#265691;
	position: absolute;
	margin:0 10px 0 -1em;
	width:1em;
}
ul li:before {
	color:#265691;
	position: absolute;
	margin:0 10px 0 -1em;
	width:1em;
	content:'\2022';
}
@media(min-width: 992px) {
    ul.columns {
        -moz-columns: 2;
        columns: 2;
    }
    ul.columns > li {
        margin-top: 0;
        display: inline-block;
        width: 100%;
    }
    li .columns {
        margin-top: 18px;    
    }
}
@media(min-width: 1199px) {
    ul.columns.columns-3 {
        -moz-columns: 3;
        columns: 3;
    }
}
ul,ol {
	margin-bottom:30px;
	padding-left: 0;
}
ul li,ol li {
	margin-bottom:10px;
}
.btn {
	background:#328dfe;
    border:0;
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:5px;
}
.btn:hover {
	color:#fff;
}
.blue-btn {
	background:#328dfe;
	padding:10px 20px 15px 20px;
	font-size:14px;
}
.blue-btn:hover {
	background:#326cb4
}
.small-btn {
	background:#92a2b5;
	border-radius:3px;
	padding:11px 20px 12px 20px;
	font-size:14px;
}
.small-btn:hover {
	background:#78899f;
}
.gray-btn {
	background:#bbbbbb url(../images/dropdown-arrow.png) no-repeat center right;
	padding:9px 30px 10px 20px;
	font-size:14px;
	border-radius:3px;
	min-width:150px;
    border: none;
}
.gray-btn:hover {
	background-color:#8c8c8c;
}
.arrow-right-icon {
	width:21px;
	height:21px;
	background:url(../images/icon-cta-arrow.png) no-repeat;
	background-size:100%;
	display:inline-block;
	margin:0 0 0 5px;
	position:relative;
	top:4px;
}
p {
    margin: 0 0 20px;
}
.center {
    display:block;
    text-align:center;    
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
/** STYLES **/
.sidebar {
	background:#232323;
	font-family:'Lato',sans-serif;
	width:230px;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	z-index:10;
}
.logo-container {
	height:212px;
	text-align:center;
}
.logo-container img {
	margin:50px auto 0;
}
.logo-list-container {
    background-color: #fff;
    display: block;
    height: 69px;   
    position: relative;
    text-align: center;
    width: 134px;
}
.logo-list-container .logo-aligner {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 69px;
}
.logo-list-container img {
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}
nav ul>li a,nav ul>li a:hover,nav ul>li a:focus {
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
nav ul,nav ul li {
	margin:0;
	padding:0;
}
nav ul li:before,.breadcrumbs ul li:before {
	content:'';
	margin:0;
	padding:0;
	width: 0;
}
nav ul>li a {
	display:block;
	background:#464646;
	/* Old browsers */
	background:-moz-linear-gradient(top,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#464646),color-stop(1%,#353535),color-stop(99%,#2f2f2f),color-stop(100%,#232323));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646',endColorstr='#232323',GradientType=0 );
	/* IE6-9 */
	padding:8px 0 8px 37px;
	font-size:14px;
	border-bottom:1px solid #232323;
	border-top:1px solid #5c5b5b;
}
/*nav ul>li a:hover{background:#5c5b5b;background:-moz-linear-gradient(top,#5c5b5b 0%,#514f4e 1%,#424242 99%,#232323 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#5c5b5b),color-stop(1%,#514f4e),color-stop(99%,#424242),color-stop(100%,#232323));background:-webkit-linear-gradient(top,#5c5b5b 0%,#514f4e 1%,#424242 99%,#232323 100%);background:-o-linear-gradient(top,#5c5b5b 0%,#514f4e 1%,#424242 99%,#232323 100%);background:-ms-linear-gradient(top,#5c5b5b 0%,#514f4e 1%,#424242 99%,#232323 100%);background:linear-gradient(to bottom,#5c5b5b 0%,#514f4e 1%,#424242 99%,#232323 100%);filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#5c5b5b',endColorstr='#232323',GradientType=0 );}*/
nav ul>li:hover a,nav ul>li.active a {
	background:#50ace6;
	/* Old browsers */
	background:-moz-linear-gradient(top,#50ace6 0%,#317ec9 100%);
	/* FF3.6+*/
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#50ace6),color-stop(100%,#317ec9));
	/* Chrome,Safari4+*/
	background:-webkit-linear-gradient(top,#50ace6 0%,#317ec9 100%);
	/* Chrome10+,Safari5.1+*/
	background:-o-linear-gradient(top,#50ace6 0%,#317ec9 100%);
	/* Opera 11.10+*/
	background:-ms-linear-gradient(top,#50ace6 0%,#317ec9 100%);
	/* IE10+*/
	background:linear-gradient(to bottom,#50ace6 0%,#317ec9 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ace6',endColorstr='#317ec9',GradientType=0 );
	/* IE6-9 */
	position:relative;
	z-index:10;
}
.navicon {
	background:#202020 50% 50% no-repeat;
	background-size: 65%;
	border-radius:100%;
	width:38px;
	height:38px;
	display:inline-block;
	text-align:center;
	font-size:24px;
	line-height:38px;
	margin-right:20px;
	box-shadow:0 1px 2px rgba(255,255,255,0.2)
}
.navicon, .navicon + .text {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .navicon + .text {
        width: 69%;
    }
}
nav ul>li.active a .navicon {
	background-color:#113659;
}
.navicon.icon-icon3,.navicon.icon-icon12 {
	font-size:19px;
}
.navicon.icon-icon4 {
	font-size:19px;
}
.icon-dennard,
.icon-about {
	background-image: url(../images/icon-nav-about@2x.png);
	background-size: 50%;
}
.icon-investor-relations {
	background-image: url(../images/icon-nav-services@2x.png);
}
.icon-meet-our-team {
	background-image: url(../images/icon-nav-team@2x.png);
}
.icon-clients {
    background-image: url(../images/icons/icon-client-overview.svg);
}
.icon-news-multimedia {
    background-image: url(../images/icon-nav-multimedia@2x.png);
}
.icon-blog {
    background-image: url(../images/icon-nav-blog@2x.png);
}
.icon-contact-us {
    background-image: url(../images/icon-nav-contact@2x.png);
    background-size: 50%;
}
.icon-career-opportunities {
    background-image: url(../images/icon-nav-career@2x.png);
    background-size: 50%;    
}
.icon-blog {
    background-image: url(../images/icon-nav-blog@2x.png);
}
.icon-ir-express, .icon-spac-support {
     background-image: url(../images/icon-nav-express-2.png);   
}
#search-form {
    margin: 15px;
    position: relative;
}
#search-form button {
    background: transparent;
    border: 0;
    height: 34px;
    padding-top: 5px;
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
}
#search-form input {
    padding-right: 32px;    
}
.copyright {
	color:#6d6d6d;
	font-size:10px;
	text-align:center;
	width:230px;
	display:block;
	margin:15px 0 0 0;
}
.copyright .site-info {
    display:block;    
}
.copyright .site-info > span:before {
    content:' | ';
}
.copyright .site-info > span:first-child:before {
    content:'';
}
@media (min-height:700px) {
    .copyright {
        bottom:30px;
        left:0;
        position:fixed;   
    }
}
.copyright a {
    color:#6d6d6d;    
}
.second-level {
	width:315px;
	height:100%;
	position:fixed;
	top:0;
	left:230px;
	background:#265691 url(../images/active-arrow.png) no-repeat;
	display:none;
    overflow-y:scroll;
    z-index:-1;
}
.active-submenu {
    box-shadow:0 -2px 5px rgba(0,0,0,0.5);
    display:block;
    z-index:1;
}
.no-menu-aim>li:hover .second-level {
	display:block;
}
nav ul li:nth-child(1) .second-level {
	background-position:0 235px;
}
nav ul li:nth-child(2) .second-level {
	background-position:0 294px;
}
nav ul li:nth-child(3) .second-level {
	background-position:0 350px;
}
nav ul li:nth-child(4) .second-level {
	background-position:0 405px;
}
nav ul li:nth-child(5) .second-level {
	background-position:0 465px;
}
nav ul li:nth-child(6) .second-level {
	background-position:0 520px;
}
nav ul li:nth-child(7) .second-level {
	background-position:0 585px;
}
nav ul li:nth-child(8) .second-level {
	background-position:0 645px;
}
nav ul li:nth-child(9) .second-level {
	background-position: 0 700px;
}
/*SUBNAV*/
.subnav-bucket>span {
	display:block;
}
.subnav-bucket,.subnav-bucket:hover {
	display:block;
	text-align:center;
	padding:20px;
	background:transparent !important;
	font-size:16px;
	font-weight:400;
	text-transform:none;
	color:#fff;
	border:none;
	border-radius:20px;
	margin:30px auto;
	width:250px;
}
.subnav-bucket:hover {
	background:#3281cc !important;
}
.subnavicon {
	color:#fff;
	font-size:65px;
    padding-bottom: 20px;
}
.subnav-bucket-title {
	color:#98cdff;
	text-transform:uppercase;
	font-size:18px;
}
.subnav-divider {
	width:90%;
	margin:20px auto;
	height:0px;
	border-bottom:1px solid #3281cc;
}
.subnav-instructions {
	color:#fff;
	margin-left:20px;
	display:block;
}
.subnav-client-list {
	width:90%;
	margin:20px auto;
	padding:0;
	height:60%;
	overflow-y:scroll;
}
.subnav-client-list li a {
	display:block;
	background:transparent !important;
	padding:7px;
	border:none;
	border-radius:3px;
	font-size:12px;
	font-weight:400;
	color:#98cdff;
}
.subnav-client-list li a:hover {
	background:#3281cc !important;
	color: #98cdff;
}
/*************Content************/
/** HERO IMAGE **/
.hero-image {
	position:relative;
	height:210px;
}
.hero-image img {
	max-height:210px;
}
.hero-text {
	background:#000;
	background:rgba(0,0,0,0.6);
	position:absolute;
	bottom:0;
	z-index:3;
	padding-left:3%;
	width:100%;
}
.main-content {
	overflow:hidden;
	position:relative;
}
.inner-sidebar {
	width:315px;
	margin:2px 0 0 2px;
	background:#e8eff7;
	height:100%;
}
.inner-sidebar + .main-content .breadcrumbs,
.inner-sidebar + .main-content .inner-page {
    margin-right: 317px;    
}
.sidebar-title {
	background:#78899f;
	border-bottom:2px solid #fff;
	height:51px;
	line-height:51px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	padding-left:19px;
    margin:0;
}
.inner-sidebar .same-height .blocks {
    padding:20px 0;    
}
.inner-sidebar > h3 {
    padding: 0 19px;
}
.inner-sidebar > .news-row {
    padding: 0 19px;    
}
.inner-sidebar > .news-row + .news-row {
    margin-top: 19px;  
    border-top: 0;
}
.inner-sidebar > *:not(h2) + h3 {
    margin-top: 40px;    
}
.inner-page {
	background:#f8f8f8;
	margin: 2px;
	padding:20px 3%;
	overflow:hidden;
	height:100%;
}
.inner-page > *:last-child {
    margin-bottom: 0;
}
.inner-page .embed-container {
    margin-bottom: 20px;    
}
.inner-page .lg {
    font-size: 18px;    
}
.breadcrumbs {
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	background:#bbbbbb;
	height:50px;
	line-height:51px;
	overflow:hidden;
	margin:2px;
	padding-left:3%;
	border-bottom:1px solid #fff;
}
.breadcrumbs ul {
	margin:0;
	padding:0;
}
.breadcrumbs ul li {
	float:left;
	list-style:none;
	margin-left:10px;
}
.breadcrumbs ul li:first-child {
    margin-left: 0;    
}
.breadcrumbs ul li a {
	display:block;
	padding-left:18px;
	background:url(../images/breadcrumb-icon-arrow.png) no-repeat center left;
}
.breadcrumbs ul li.home a {
	margin:0;
	padding-left:15px;
	text-indent:-99999px;
	background:url(../images/breadcrumb-icon-home.png) no-repeat center left;
}
.breadcrumbs a {
	color:#fff;
}
.breadcrumbs a:hover {
	color:#265691
}
.horizontal-nav {
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	background:#265691;
	height:50px;
	overflow:hidden;
	margin:2px;
	padding-left:3%;
	border-bottom:1px solid #fff;   
    padding-top: 15px;
    padding-bottom: 15px;
}
.horizontal-nav h2 {
    margin: 0 20px 0 0;
    float: left;
    font-size: 16px;
    line-height: 16px;
}
.horizontal-nav h2 a:hover {
    color: #428bca;
}
.horizontal-nav ul {
    float: left;
    margin: 0;
}
.horizontal-nav ul li {
    float: left;
    padding: 0;
    margin-left: 15px;
}
.horizontal-nav ul li:first-child {
    margin-left: 0;    
}
/*.horizontal-nav ul li + li::before {
    content: '\2022';
    margin-right: 13px;
    padding-left: 10px;
}*/
.horizontal-nav ul li a {
    background: transparent;
    border: 0;
    color: #fff;
    display: inline;
    font-family: 'Lato',sans-serif;
    line-height: 18px;
    padding: 0 0 5px;
    border-bottom: 3px solid transparent;
    font-weight: 400;
}
.horizontal-nav ul .active > a,
.horizontal-nav ul li a:hover {
    background: none;
    border-bottom-color: #fff;    
    color: #fff;
}
.horizontal-nav ul .active > a {
}
.horizontal-nav ul li:hover a,
.horizontal-nav ul li a:hover {
    background: transparent;
}
@media (max-width: 1020px) {
	.horizontal-nav {
	   height: auto;   	
   	}
	.horizontal-nav h2,
	.horizontal-nav ul,
	.horizontal-nav ul li {
		float: none;
	}	
	.horizontal-nav ul li {
		margin-left: 0;
	}
	.horizontal-nav ul li + li {
	    margin-top: 15px;    
	}
	.horizontal-nav ul li + li:before {
		display: none;
	}
	.horizontal-nav ul li a,
	.horizontal-nav ul li.active a {
	    border: 0;    
	}
}
.company-box {
    box-shadow: 0 0 5px #ddd;
	width:134px;
	overflow:hidden;
	text-align:center;
	display:inline-block;
	cursor:pointer;
}
.company-box img {
    max-width: 100%;    
}
.view-client {
	display:block;
	background:#63a8fc;
	color:#fff;
	font-size:12px;
	font-weight:700;
	height:27px;
	line-height:27px;
}
.box-symbol {
	color:#b8b8b8;
	background-color: rgba(256,256,256,0.9);
	font-size:12px;
	display:block;
    height:23px;
	padding:3px 0;
}
.company-box:hover .view-client {
	background:#318cfd;
}
.company-box:hover .box-symbol {
	color: #4b4b4b;
	background-color: #fff;
}
.sub-navigation ul{
    padding: 0;
    margin: 0;
}
.sub-navigation ul li{
    list-style: none;
    margin: 0;
}
.sub-navigation ul li a{
    color: #fff;
    display: block;
    padding: 10px 0;
    background: #464646;
    background: -moz-linear-gradient(top,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#464646),color-stop(1%,#353535),color-stop(99%,#2f2f2f),color-stop(100%,#232323));
    background: -webkit-linear-gradient(top,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
    background: -o-linear-gradient(top,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
    background: -ms-linear-gradient(top,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
    background: linear-gradient(to bottom,#464646 0%,#353535 1%,#2f2f2f 99%,#232323 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646',endColorstr='#232323',GradientType=0 );
    border-bottom: 1px solid #232323;
    border-top: 1px solid #5c5b5b;
}
.sub-navigation ul li.active a{
    background: #50ace6;
    background: -moz-linear-gradient(top,#50ace6 0%,#317ec9 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#50ace6),color-stop(100%,#317ec9));
    background: -webkit-linear-gradient(top,#50ace6 0%,#317ec9 100%);
    background: -o-linear-gradient(top,#50ace6 0%,#317ec9 100%);
    background: -ms-linear-gradient(top,#50ace6 0%,#317ec9 100%);
    background: linear-gradient(to bottom,#50ace6 0%,#317ec9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50ace6',endColorstr='#317ec9',GradientType=0 );
    color: #fff;
}
/** SIDEBAR **/
.sidebar-bucket {
	width:94%;
	border-radius:8px;
	padding:20px;
	margin:0 auto;
	display:block;
	cursor:pointer;
	text-align:center;
	color:#92a2b5;
}
.sidebar-bucket:hover {
	background:#fff;
}
.sidebar-bucket>span {
	display:block;
}
.sidebar-bucket:hover {
	color:#92a2b5;
}
.sidebar-bucket-content {
	color:#727272;
	font-weight:400;
}
.sidebar-bucket-title {
	text-transform:uppercase;
	font-size:18px;
}
.sidebaricon {
	font-size:70px;
	margin-bottom:10px;
}
.dennardlogo-icon,
.icon-about-us {
	background:url(../images/sidebar-icon-about-us.png) no-repeat;
	width:61px;
	height:46px;
	margin:10px auto;
}
.subnav-bucket .icon-about-us {
    background:url(../images/icon-about-us.png) no-repeat;
}
.tie-icon {
	background:url(../images/sidebar-icon-staff-bios.png) no-repeat;
	width:28px;
	height:57px;
	margin:10px auto;
}
/* Testimonial Sidebar */
.testimonial-slideshow,
.testimonial-slideshow .slide {
    padding-left: 19px;
    padding-right: 19px;
    min-height: 100px;
}
.testimonial-slideshow .cycle-pager {
    text-align: center;
    font-size: 44px;
}
.testimonial-slideshow .cycle-pager span {
    color: #4b4b4b;
    cursor: pointer;
}
.testimonial-slideshow .cycle-pager span.cycle-pager-active,
.testimonial-slideshow .cycle-pager span:hover {
    color: #78899F;
}
.testimonial-slideshow h3 {
    text-align: center;    
}
.testimonial-slideshow h3 span {
    display: block;    
}
.testimonial-slideshow blockquote {
    background-color: #92A2B5;
    border-radius: 8px;    
    padding: 20px;
}
.testimonial-slideshow blockquote .quote {
    font-style: italic;    
}
.testimonial-slideshow blockquote .quote > *:first-child:before,
.testimonial-slideshow blockquote .quote > *:last-child {
    position: relative;  
    z-index: 2;    
}
.testimonial-slideshow blockquote .quote > *:first-child:before,
.testimonial-slideshow blockquote .quote > *:last-child:after {
    color: rgba(256,256,256,0.9);
    font-size: 100px;
    font-style: italic;
    line-height: 1px;
    position: absolute;
    z-index: -1;
}
.testimonial-slideshow blockquote .quote > *:first-child:before {
    content: '\201C';  
    left: -45px;
    top: 37px;
}
.testimonial-slideshow blockquote .quote > *:last-child:after {
    content: '\201D'; 
    bottom: -30px;
    margin-left: -50px;
}
.testimonial-slideshow blockquote .quote p {
    font-size: 15px;  
    line-height: 1.5;
}
.testimonial-slideshow blockquote .quote p:first-child {
    text-indent: 25px;    
}
.testimonial-slideshow .author {
    font-size: 11px;
    font-weight: bold;
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase;
}
footer {
	background:#000;
	border-top:2px solid #fff;
	padding:30px 0;
	font-size:14px;
	color: #fff;
}
footer .site-info {
    font-size:12px;
    margin:0;
    text-align:center;
}
footer .site-info span:before {
    content: ' | ';
}
footer .site-info span:first-child:before {
    content:'';    
}
.sidebaricon.icon-client-news, .sidebaricon.icon-news-and-events, .sidebaricon.icon-ir-q-a, .sidebaricon.icon-articles, .sidebaricon.icon-ir-organizations, .sidebaricon.icon-contact{
    font-size: 42px !important;
    }
/*******HOME*******/
.home-section {
	background:#000 0 0 no-repeat;
	background-size:cover;
	min-height:600px;
	margin:0;
    padding-top:110px;
	padding-left:300px;
	overflow:hidden;
	width: 100%;
}
.home-section.parallax {
    background-attachment:fixed;
    height:50vh;
}
@media (max-width: 568px) {
    .home-section.parallax {
        height: auto;    
    }
}
.mobile .home-section {
    background-attachment:scroll;    
    height:auto;
}
.home-section h1,
.home-section .h1 {
    font-size: 36px;        
}
#bucket1 {
	background-image:url(../images/body-bg-aboutus.jpg);
	/*height:659px;*/
    padding-top:60px;
	position:relative;
}
#bucket1 p {
    font-size: 22px;
}
#bucket1 p strong {
    font-size: 24px;
}
#bucket2 {
	background-image:url(../images/body-bg-services.jpg);
	/*height:563px;*/
	position:relative;
}
#bucket3 {
	background-image:url(../images/body-bg-clients.jpg);
	/*height:563px;*/
	position:relative;
}
#bucket4 {
	background-image:url(../images/bg-clients.jpg);
    height:auto;
    max-height:100%;
    padding-bottom:65px;
    padding-top:65px;
	position:relative;
	overflow:hidden;
}
.section-content h1,
.section-content .h1 {
	background:#373737;
	background:rgba(55,55,55,0.9);
	float:left;
	padding:16px;
	clear:both;
	margin:0;
}
.section-content p {
	clear:both;
	background:#1d1d1d;
	background:rgba(29,29,29,0.9);
	padding:20px;
	color:#b8b8b8;
	margin:2px 0 0 0;
	float:left;
	max-width:650px;
}
.section-content .btn {
	float:left;
	clear:both;
	margin:20px 0 0 0;
	background:rgba(0,114,255,0.8);
	font-weight:700;
}
.section-content .btn:hover {
	background:rgba(0,73,163,0.8);
}
.section-content .otc-link {
    margin: 20px 0;
    width: 307.1px;
    float: left;
    clear: both;
}
.footer-title {
	color:#7cb7ff;
}
.home-stock {
    background-image:url(../images/bg-stocks.jpg);
    height:auto;
	min-height:297px;
    padding-top:0;
}
.home-news {
	margin-left:-15px;
	max-width:922px;
	bottom:15%;
}
.home-new-block {
	background:#1d1d1d;
	background:rgba(29,29,29,0.95);
	padding:20px 30px 20px 20px;
	overflow:hidden;
}
.home-new-block h1,
.home-new-block .h1 {
	background:transparent;
	margin:0 0 30px;
	padding:0;
	float:none;
}
.news-details {
	font-size:12px;
	font-weight:700;
	color:#fff;
	margin-bottom:15px;
	text-transform:uppercase;
	font-family:'Lato',sans-serif;
}
.home-new-block a {
	font-size:14px;
	font-weight:700;
	margin-bottom:15px;
}
.home-new-block .btn {
	border-radius:0;
}
.news-title {
	padding-right:40px;
    text-transform:none;
}
.news-title.small-pad {
	padding-right:20px;
}
.news-title.long-pad {
	padding-right:60px;
}
.home-stock h1,
.home-stock .h1 {
	background:#373737;
	background:rgba(55,55,55,0.9);
	float:left;
	padding:16px;
	clear:both;
	margin:35px 0 40px;
}
.home-stock-slider {
	clear:both;
	max-width:922px;
}
#per-slide-template {
	float:right;
	color:#fff;
	font-size:45px;
	margin-top:32px;
}
#per-slide-template span {
	cursor:pointer;
}
.cycle-pager-active {
	color:#000;
}
.cycle-slideshow {
	clear:both;
}
.slide {
    display:none;
	width:100%;
	max-width:922px;
	z-index:2 !important;
}
.slide.active {
    display:block;    
}
.single-stock {
	float:left;
}
.single-stock .logo-wrapper {
    position: relative;
    display: inline-block;
    width: 210px;
    height: 100px;
}
.single-stock img {
    position: absolute;
    display:block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px;
    height: auto;
    max-width: 100%;
    max-height: 100%;

}
.stock-price {
	width:134px;
	background:#202020;
	background:rgba(32,32,32,0.85);
	margin:0 auto 5px;
	text-align:center;
	padding:5px 0;
}
.stock-price .price,.stock-price .change {
	font-size:12px;
	font-weight:700;
	color:#fff;
}
.stock-price .change.up {
	color:#2ec200;
}
.stock-price .change.up span {
	background:url(../images/change-up.png) no-repeat;
}
.stock-price .change.down {
	color:#ff7679;
}
.stock-price .change.down span {
	background:url(../images/change-down.png) no-repeat;
}
.stock-price .change span {
	display:inline-block;
	width:10px;
	height:9px;
	margin:0 3px 0 3px;
}
.stock-name {
	font-size:12px;
	font-weight:700;
	color:#b8b8b8;
	text-align:center;
}
.prev {
	width:16px;
	height:30px;
	background:url(../images/hero-arrow-left.png) no-repeat;
	float:left;
	z-index:3;
	cursor:pointer;
	margin-top:35px;
}
.next {
	width:16px;
	height:30px;
	background:url(../images/hero-arrow-right.png) no-repeat;
	z-index:3;
	float:right;
	top:50%;
	position:relative;
	cursor:pointer;
	margin-top:35px;
}
.news-row {
	padding:30px 0;
	clear:both;
	overflow:hidden;
}
.news-row + .news-row,
.fliter-buttons + .news-row {
    border-top:1px solid #d3d3d3;
}
.fliter-buttons {
	margin-bottom:30px;
}
.news-row .news-details,.event-row .news-details {
	margin:0 0 15px;
	font-size:12px;
	color:#4b4b4b;
	float:left;
}
.news-row .news-title {
	clear:left;
}
.news-row .company-box~.news-title {
	width:70%;
}
.pagination {
	border-top:1px solid #d3d3d3;
	padding:35px 0;
	text-align:center;
	width:100%;
}
.pagination a {
	font-size:14px;
	font-weight:600;
	font-family:'open-sans',sans-serif;
	padding:0 10px;
}
.pagination a.active {
	color:#4b4b4b;
	cursor:default !important;
}
.news-title.news-page {
	padding-right:100px;
}
.inner-page-separator {
	height:1px;
	border-bottom:2px solid #fff;
	margin-left:-35px;
	margin-right:-35px;
}
.news-content .posted {
    font-size: 22px;    
}
.news-content table {
	background:transparent;   
}
.news-content table tr {
	background:#fff;
}
.news-content table tr:nth-child(2n) {
	background:#f5f5f5;          
}
.news-content table td {
  border:1px solid #ccc;
	padding:10px;
}
.news-content table p {
	margin:0;          
}
.event-row {
	padding:20px 0;
	border-top:1px solid #d3d3d3;
}
.no-border+.news-row,.no-border+.event-row {
	border-top:none;
}
.event-row .news-title {
	clear:left;
	margin-bottom:18px;
	font-size:14px;
	font-weight:700;
}
.event-row .news-title span {
	font-weight:400;
}
.event-row p {
	margin-bottom: 0;
}
/** COMPANY **/
.client-list {
    clear: both;
	margin-top:40px;
}
.company-listed {
	margin-right:50px;
	margin-bottom:50px;
}
.company-overview,.client-heading {
	overflow:hidden;
	background:#efefef;
	margin-left:-33px;
	margin-right:-33px;
	margin-top:-20px;
	padding:10px 33px 20px;
}
.company-overview .logo {
	float:right;
    max-width: 31%;
    padding:0 0 20px 20px;
}
.company-overview .logo img{
    max-width: 100%;
}
.client-heading .logo,
.company-overview .logo .holder {
    background: none repeat scroll 0 0 #FFFFFF;
    display: table-cell;
    height: 145px;
    text-align: center;
    vertical-align: middle;
    width: 165px;
}
.company-overview .text a {
	display:block;
	margin-top:25px;
}
.new-window-icon {
	width:18px;
	height:18px;
	background:url(../images/new-window-icon.png) no-repeat;
	display:inline-block;
	position:relative;
	top:3px;
	margin-right:10px;
}
.date-time {
	font-size:12px;
	font-weight:700;
	float:right;
	margin:20px 15px 10px 0;
	color:#949494;
}
.company-details {
	padding-bottom:35px;
}
.company-details h2 {
	margin-left:15px;
}
.detail-box {
	background:#e3e3e3;
	padding:5px 18px 5px 14px;
	border-radius:5px;
	margin-bottom:5px;
	font-weight:600;
}
.detail-info {
	float:right;
	font-weight:700;
}
.detail-info.up {
	color:#009400;
}
.detail-info.down {
	color:#ff0000;
}
.detail-info.change span {
	margin-right:5px;
	width:15px;
	height:14px;
	display:inline-block;
	position:relative;
}
.detail-info.change.up span {
	background:url(../images/client-delta-up.png) no-repeat;
}
.detail-info.change.down span {
	background:url(../images/client-delta-down.png) no-repeat;
}
.featured-documents a {
	display:block;
	border-top:1px solid #d3d3d3;
	padding:15px;
}
.first-link {
	border-top:none !important;
}
.client-latest-news .news-row.first-link {
	padding-top:10px;
}
.client-latest-news a.pull-right {
	margin-top:35px;
}
.client-latest-news a.btn {
	margin-top:25px;
}
.client-heading .col-sm-4 {
	margin-top: 20px;
}

/*** CONTACT FORM ***/
.contact-form fieldset {
  border:0;
  padding:0;
}
.contact-form label {
  display:block;
  font-size:1.142857em;
  font-weight:700;
  margin-bottom:5px;
}
.contact-form div {
  margin-bottom:10px;
  position:relative;
}
.contact-form form fieldset > div {
    padding:5px;    
}
.contact-form select {
    -webkit-appearance:none;    
}
.contact-form input[type='text'],.contact-form textarea,.contact-form select,.chzn-container-multi .chzn-choices {
  background:#fff;
  border-radius:0;
  border:1px solid #ccc;
  line-height:150%;
  width:100%;
  padding:10px 5px;
}
.contact-form select {
    padding:9px 5px;    
}
.contact-form .checkbox label {
    font-size:14px;
    font-weight:normal;
}
.contact-form input.error {
  border-color:#b94a48;
  box-shadow:0 0 3px #b94a48;
}
.contact-form label.error {
  background:#f6e6e6;
  border:1px solid #b94a48;
  color: #b94a48;
  font-size:1em;
  font-weight:normal;
  left:10px;
  padding:9px 5px 5px;  
  position:absolute;
  top:100px;
  width:200px;
  z-index:100;
}
.contact-form label.error:before {
  border:8px solid transparent;
  border-bottom:8px solid #b94a48;
  content:'';
  left:10px;
  position:absolute;
  top:-16px;
}
.contact-form label.error:after {
  border:8px solid transparent;
  border-bottom:8px solid #f6e6e6;
  content:'';
  left:10px;
  position:absolute;
  top:-14px;
}
.contact-form label.static-error {
    color: #b94a48;        
}
.contact-form input.valid {
  border-color:#468847;
}
.contact-form label input {
  width:auto;
}
.contact-form .checkbox {
	margin:10px 10px 0 0;  
}
.contact-form .checkbox + .checkbox {
	margin:10px 10px 0 0;  
}
.contact-form button {
    border:0;    
}


.selectpicker .caret{display: none;}
.selectpicker li{margin: 0; padding: 0;}
.selectpicker li:before{
    content: '';
    margin: 0;
	padding: 0;
	height: 1px;
}
.selectpicker li a{	padding: 10px 10px;}
.selectpicker li.selected{box-shadow: none;}
.bootstrap-select>.btn, .bootstrap-select.btn-group .dropdown-menu{
    max-height: 400px !important;
	min-width: 150px;
    width: auto;
}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){
	width: auto;
}
.selectpicker{
	padding-top: 12px;
	padding-bottom: 12px;
}
.bootstrap-select.btn-group .btn .filter-option{
    position: static;
}
.dropdown-menu{
    top: auto;
    left: auto;
}
.dropup .dropdown-menu{
    bottom: auto;
}
.spr-member-list .member h2 {
    padding-left: 30px;
}

.spr-member-list .member h2 a {
    cursor: pointer;
    display:block;
    position:relative;
}
.spr-member-list .member h2 a:after {
    background:transparent url(../images/accordion-toggle.png) 0 -20px;
    content:'';
    height:20px;
    position:absolute;
    right:0;
    left: -30px;
    width:20px;
}
.spr-member-list .member h2 .collapsed:after {
    background-position:0 0;
}
/* Careers */
.job-opening {
	padding:30px 0;
}
.job-listing .job-opening h3 {
  margin-top:0;	
}

.job-opening + .job-opening {
	border-top:1px solid #fff;
}

.job-opening h3 {
	text-transform:none;
	font-weight:bold;
	font-size:18px;
}
.job-opening .location {
	font-weight:bold;
}
/*** MEDIA QUERIES ***/
@media (min-width:1367px) {
	.home .container {
		max-width:100%;
	}
}
@media (max-width:991px) {
	.inner-page,.breadcrumbs {
		margin-right:0;
	}
}
@media (min-width:992px) and (max-width:1200px) {
	.company-overview .text {
		width:60%;
	}
}
@media (min-width:768px) and (max-width:991px){
    footer{padding-left: 260px;}
}
@media (min-width:768px) {
	nav.collapse {
		display:block !important;
	}
}
@media (max-width:767px) {
	.sidebar {
		width:100%;
		position:static;
	}
	.logo-container {
		height:160px;
	}
	.logo-container img {
		margin-top:20px;
	}
	.mobile-nav-trigger {
		font-size:24px;
		text-align:center;
		color:#fff;
	}
	.mobile-nav-trigger:hover {
		color:#fff;
	}
	.mobile-nav-trigger .navicon {
		margin-right:0;
		top:-15px;
		font-size:20px;
        background: url(../images/mobile-menu-icon.png) no-repeat;
        background-size: 56%;
        background-position: 9px 10px;
	}
	nav ul>li:hover .second-level {
		display:none;
	}
	.home-section {
		padding-left:0;
	}
	.section-content .btn {
		display:block;
		width:90%;
		margin:20px auto 0;
	}
    .inner-sidebar {
        width:100%;   
    }
	footer {
		text-align:center;
	}
	.home-new-block {
		margin-left:15px;
	}
	.home-new-block h1,
	.home-new-block .h1 {
		font-size:18px;
		margin-bottom:10px;
	}
	.news-details {
		margin-bottom:10px;
		font-weight:400;
		font-size:12px;
	}
	.news-title {
		padding:0 !important;
	}
	.home-new-block a {
		font-size:12px;
	}
	.content-wrapper {
		margin-left:0;
	}
	.client-latest-news a.btn {
		margin:20px auto;
		width:90%;
		float:none;
	}
	.client-latest-news a.pull-right {
		width:100%;
		text-align:center;
	}
	.company-overview .text {
		width:100%;
		margin-bottom:20px;
	}
	.company-overview img {
		margin:10px auto;
		display:block;
		float: none;
	}
    .company-overview .logo{
        max-width: 100%;
        float: none;
        margin: 0 auto;
        width: 165px;
    }
    .company-listed{
        margin: 0 auto 50px;
        float: none !important;
        display: block;
    }
    .first-filter{
        display:block;
        max-width: 150px;
    }
    .inner-sidebar .sidebar-bucket {
        padding:10px;  
        text-align:left;
    }
    .inner-sidebar .sidebar-bucket .sidebaricon,
    .inner-sidebar .sidebar-bucket .sidebar-bucket-content {
        display:none;            
    }
}
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		/* Black prints faster:h5bp.com/s */
		box-shadow:none !important;
		text-shadow:none !important;
		text-align:left !important;
	}
	.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
		content:"";
	}
	thead {
		display:table-header-group;
		/* h5bp.com/t */
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,h2,h3 {
		orphans:3;
		widows:3;
	}
	h2,h3 {
		page-break-after:avoid;
	}
	.sidebar {
		width:100%;
		height:80px;
		position:static;
	}
	.logo-container {
		margin:0;
		padding:20px 0;
	}
	.home-section,#bucket1,#bucket2,#bucket3,#bucket4 {
		height:auto;
		position:static;
		border-bottom:1px solid #000;
		padding:40px 0;
	}
	.section-content,.sidebar {
		position:static;
		overflow:hidden;
	}
	.sidebar {
		height:200px;
	}
	.hidden-xs {
		display:block !important;
	}
	nav.collapse,footer,.copyright,.mobile-nav,.home-stock,.mobile-nav-trigger,.hero-image,.inner-sidebar {
		display: none !important;
	}
}


/**
     * Search box
     */

    .sj-search-input-holder-outer {
      padding: 0.9em 0px;
      position: relative;
      height: 66px;
      box-sizing: border-box;
    }

    .sj-search-input-holder-inner {
      position: absolute;
    }

    .sj-search-bar-input-common {
      width: 500px;
      font-size: 20px;
      padding: 0.4em;
      outline: none;
      letter-spacing: 0.6px;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: auto;
      line-height: 24px;
      text-rendering: optimizeLegibility;
      border-radius: 0;
      box-sizing: initial;
    }

    .sj-search-bar-completion {
      border: 1px solid #d9d9d9;
      color: #bebebe;
    }

    .sj-search-bar-input {
      border: 1px solid transparent;
      position: absolute;
      background: transparent;
      color: #666;
      top: 0px;
      left: 0px;
    }

    .sj-search-icon {
      display: none;
    }

    /**
     * Autocomplete override
     */

    .sj-result-summary-autocomplete-override {
      display: block;
      padding-top: 16px;
      font-size: 1.2em;
    }

    .sj-result-summary-autocomplete-override>a {
      color: #1a0dab;
    }

    /**
     * Results
     */

    .sj-result-summary {
      padding-bottom: 1.5em;
      font-size: 16px;
      color: #aaa;
    }

    .sj-result {
      clear: both;
    }

    .sj-result-list > * {
      margin-top: 1.5em;
    }

    .sj-result-list > :first-child {
      margin-top: 0;
    }

    .sj-result-title {
      margin-bottom: 0;
      margin-top: 0;
      font-size: 16px;
      line-height: 24px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .sj-result-title a {
      text-decoration: none;
      font-weight: 400;
      font-size: 20px;
      color: #333;
      line-height: 21.6px;
    }

    .sj-result-title a:hover {
      text-decoration: underline;
    }

    .sj-result-description {
      color: #545454;
      font-size: 15px;
      line-height: 22px;
      overflow-wrap: break-word;
      margin-top: 2px;
      margin-bottom: 4px;
    }

    .sj-result-url {
      font-size: 13px;
      line-height: 18.2px;
      margin: 0;
      color: #a2a2a2;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    }

    .sj-result-url a {
      text-decoration: none;
      color: #a2a2a2;
    }

    .sj-result-image-container {
      float: left;
      width: 100px;
    }

    .sj-result-image-container img {
      max-height: 90px;
      max-width: 90px;
    }

    /**
     * Paginator
     */

    .sj-paginator {
      margin: 1em 0;
      text-align: center;
    }

    .sj-paginator > div {
      display: inline;
      padding: 10px;
      color: #777;
      font-weight: bold;
      cursor: pointer;
      user-select: none;
    }

    .sj-paginator > div.current {
      color: #333;
    }

    .sj-paginator > div.disabled {
      color: #aaa;
    }

    /**
     * Tabs
     */

    .sj-tabs-container {
      border-bottom: 1px solid #ebebeb;
      color: #777;
      width: 100%;
      margin-bottom: 1em;
    }

    .sj-tabs {
      overflow: auto;
      white-space: nowrap;
    }

    .sj-tab {
      display: inline-block;
      font-size: 16px;
      cursor: pointer;
      margin: 0;
      padding: .9em;
      user-select: none;
    }

    .sj-tab-active {
      color: #333;
      border-bottom: 3px solid #333;
    }

    
    @media (max-width: 845px) {
      .sj-search-bar-input-common {
        width: calc(95vw - 18px);
        margin-left: 2.5vw;
      }

      .sj-pipeline-response {
        padding: 0px 10px;
      }
    }
.crisis-messaging {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0%;
    background: rgba(0,0,0,0.8);
}
.crisis-messaging h1 {
    margin-bottom: 20px !important;
}
.crisis-messaging .justify {
    margin: 0;
    font-size: 18px;
}
.crisis-messaging .btn {
    background: #326cb4;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 0;
    padding: 10px 20px;
    margin-top: 20px;
}
.crisis-messaging .btn:hover {
    color: #fff;
    background: #68c4ff;
    text-decoration: none;
}

.crisis-messaging .modal-text {
    margin: 0 auto;
    background: #fff;
    width: 90%;
    max-width: 600px;
    padding: 50px;
    text-align: center;
    transform: translateY(50%);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.crisis-messaging .modal-text p{
    color: #fff;    
}

@media (max-width: 650px) {
    .crisis-messaging .modal-text p,  .crisis-messaging .modal-text .btn {
        font-size: 13px;    
    }
    .crisis-messaging .modal-text {
        padding: 30px;   
    }
}
.crisis-messaging .modal-text:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: -1;
}
.spac-headings {
    background: blue;
    padding: 10px 20px;
    border-radius: 15px 15px 0 0;
    color: white;
    font-weight: 500;
}
.spac-h3 {
    margin-top: 40px;
}
.top-ten-list {
     color: #265691;
     font-weight: 600;
}
input,
textarea {
    font-family: sans-serif !important;
}
