/* Custom Styles */

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

.groupsite {float:right; text-align:right; margin-top:15px;}
.groupsite a {color:#003974; text-transform:uppercase;}
.groupsite a:hover {opacity:0.8;}

.groupsite button {background-color:transparent; border:none; margin:0 5px 5px; padding:0; font-size:14px; color:#003974; text-transform:uppercase; letter-spacing:1px;}
.groupsite p {font-size:22px; margin-bottom:0; color:#666;}
.groupsite .dropdown {display:inline-block;}
.groupsite .dropdown-menu {margin:0;}


html, body {
  background:#fff;
  font-family: 'Open Sans', sans-serif;
  color:#000;
  font-size:17px;
  line-height: 1.2em;
  white-space:nowrap;
  width:100%;
}

a, a:focus {
  outline: none;
}

.comhead{
   color:white;
}

 table.GeneratedTable {
      width: 100%;
      background-color: #ffffff;
      border-collapse: collapse;
      border-width: 2px;
      border-color: #003974;
      border-style: solid;
      color: #000000;
    }

    table.GeneratedTable td,
    table.GeneratedTable th {
      border-width: 2px;
      border-color: #003974;
      border-style: solid;
      padding: 3px;
    }

    table.GeneratedTable thead {
      background-color: #003974;
    }

a:hover, a.active {
  outline: none;
  background: none;
  text-decoration: none;
}

.content ul li, .content ol li {
  line-height: 26px;
}

header ul li, footer ul li, .clients-list ul li {
  list-style: none;
}

p {
  margin: 15px 0;
  color:#000;
  font-size:14px;
}

h1, h2, h3, h4, h5, h6, a, li, p, span {
  white-space: normal;
}

.scroll-to-top {
  position: fixed;
  background: url('../images/common/go-to-top.png') no-repeat;
  cursor: pointer;
  bottom: 30px;
  right: 20px;
  width: 46px;
  height: 46px;
  text-indent: -99999px;
  display: none;
  z-index: 999999;
}

.container {
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

h1 {
  color: #003974;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 15px;
}

h2 {
  color: #003974;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0 15px;
}

h3 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  line-height: 22px;
  margin: 15px 0;
}

h4 {
  color: #333;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-transform: capitalize;
  line-height: 22px;
  font-weight: 700;
  margin: 20px 0 0;
}

h5 {
  color: #000;
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 24px;
  margin: 30px 0 0;
}

header {
  background: #fff;
  z-index: 999999 !important;
}

.logo {
  float: left;
  margin: 20px 0;
}

.logo a {
  float: left;
}

.group-site {
  float: right;
  margin: 20px 0;
}

.group-site a, .group-site a:focus {
  font-size: 14px;
  float: right;
  text-decoration: none;
}

.group-site a:hover {
  opacity: 0.7;
}

.group-site span {
  color: #003974;
}

.group-site span.tagline {
  color: #666;
  clear: both;
  float: right;
  font-size: 22px;
  margin-top: 11px;
}

.menus-wrap {
  background:#003974;
  margin: 0 auto;
}

.menus {
  font-size:16px;
  position: relative;
}

.menus ul {
  float: none;
  margin: 0 auto;
  max-width: 705px;
  width: 100%;
}

.menus ul.nav > li {
  position: relative;
}

.menus ul li a {
  color:#fff;
  text-align:center;
  margin-right: 1px;
  text-transform: uppercase;
  padding: 8px 20px;
  display:block;
  line-height: 25px;
 }

.menus ul li a.active { background:#ee1c25; }

.menus ul li a:hover, .menus ul li.focus > a { background:#ee1c25 url("../images/common/content-arrow.png") no-repeat 46% bottom; }

.menus > ul > li:first-child > a:hover, .menus > ul > li a.wt_arrow:hover { background:#ee1c25; } 

.arrow {
  display:block;
  position: relative;
  float: left;
  width: 100%;
}

.arrow img {
  display: none;
  position: absolute;
  top: 35px;
  left: 45%;
}

.flying-content {
  background: #fff;
  display: none;
  position: absolute;
  padding: 20px 0;
  top: 41px;
  left: 0; 
  width: 230px;
  z-index: 9999;
}

.flying-content img {
  width: 100%;
  padding: 10px 0;
}

.flying-content p {
  color: #172b52;
  margin: 5px 0 15px;
}

.flying-content ul {
  padding: 0 0 0 10px;
}

.flying-content ul li {
  background: none;  
}

.flying-content ul li a {
  color: #172b52;
  font-size: 16px;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding: 5px 19px;
  text-decoration: none;
  text-transform: capitalize;
}

.flying-content ul li a:hover, .flying-content ul li a.active { background: #fff; color: #456ab2; }

.nav > li > a:focus, .nav > li > a:hover {
  background: none;
}

.navbar {
  margin: 0;
  border: none;
}

section {
  display: inline-block;
  vertical-align: top;
  -moz-transition: left 0.1s linear;
  -webkit-transition: left 0.1s linear;
  -ms-transition: left 0.1s linear;
  -o-transition: left 0.1s linear;
  transition: left 0.1s linear;
}

.sidebar-navigation h2 {
  color: #fff;
  margin-left: 20px;
  margin-bottom: 0;
  border: none;
  font-size: 24px;
  width: 200px;
}

.sidebar-nav {
  list-style: outside none none;
  margin: 15px 0 0;
  padding: 0;
}

.sidebar-nav li {
  margin: 0 20px;
  padding: 3px 0 2px;
}
.sidebar-nav .flying-content{
	background:none;
	position:relative;
	display: block;
	padding:0px;
	top:0px;
	}
.sidebar-nav .flying-content ul {
    display:none;
}
.sidebar-nav .flying-content ul li{
	list-style:none;
	margin-left:0px;
	font-size:11px;	
	}
.sidebar-nav .flying-content ul li a{
    padding: 0px 0 5px 0px!important;
	}
.sidebar-nav .flying-content ul li a:hover,.sidebar-nav .flying-content ul li a.active{
	background:none;
	}
.sidebar-nav .flying-content ul li a {
	font-size:15px;		
	}
.sidebar-nav li a, .sidebar-nav ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar-nav .flying-content ul ul {
    display:none;
}
.arw{
	background: url("../images/common/mobile--arrow.png") no-repeat;
	background-position:right 18px;
	}

.main-site .content {
  padding-bottom: 30px;
}

.content ul {
  padding-left: 20px;
}

.content ul.desktop-sidebar {
  padding-left: 0;
}

.nav li a {
  padding: 15px 20px;
}

.navbar-toggle {
  border: 1px solid #00539b;
  margin: 25px 5px 0 10px;
  padding: 5px;
}

.navbar-toggle:hover {
  border-color: #00afdb;
}

.navbar-toggle .icon-bar {
  background: #00539b;
  height: 4px;
  width: 24px;
}

.navbar-toggle:hover .icon-bar {
  background-color: #00afdb;
}

.featured {
  margin: 0 auto;
  width: 80%;
}

.thumbnail {
  border: none;
  box-shadow: none !important;
  margin-top: 20px;
}

.thumbnail a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.featured h3 {
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}

.content {
  width: 100%;
}

.carousel-inner {
  position: relative;
}

.carousel-inner img {
  width: 100%;
}
/* 
.carousel-inner .container {
  position: relative;
} */

.carousel-inner .txt-content {
  color: #172b52;
  padding: 0;
  position: absolute;
  right: 10%;
  top: 3%;
  width: 35%;
  z-index: 999;
}

.carousel-inner .txt-content .btn {
  margin: 20px 0;
}

.carousel-inner h3 {
  color: #fff;
  font-size: 61px;
  font-weight: 500;
  line-height: 52px;
  text-transform: capitalize;
}

.carousel-inner h3 span {
  color: #fff;
  font-size: 45px;
  font-weight: 100;
}

.carousel-inner .cs-txt {
  color: #172b52;
  font-size: 14px;
  line-height: 18px;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  background-color: #003974;
  border: 1px solid #003974;
  margin: 0 5px;
  border-radius: 11px;
  height: 11px;
  width: 11px;
}

.carousel-indicators li.active {
  background-color: #ee1c25;
  border: none;
  margin: 0 5px;
  height: 11px;
  width: 11px;
}

.upper-content .carousel {
  padding: 30px 0;
}

.upper-content .scontent p {
  padding-bottom: 20px;
}

.upper-content .btn {
  float: left;
  clear: left;
  margin: 20px 0 0;
}

hr {
  border-color: #dedede;
  margin: 0;
}

.inner-header-wrap {
  height: 272px;
  overflow: hidden;
  text-indent: -99999px;
  width: 100%;
}

.group-business-chart {
  width: 100%;
}

.about-h {
  background: url("../images/headers/about-us.jpg") no-repeat scroll center top;
  background-size: cover;
}

.corporate-real-estate-h {
  background: url("../images/headers/corporate-real-estate.jpg") no-repeat scroll center top;
  background-size: cover;
}

.structured-finance-h {
  background: url("../images/headers/structured-finance.jpg") no-repeat scroll center top;
  background-size: cover;
}

.capital-market-finance-h {
  background: url("../images/headers/capital-market-finance.jpg") no-repeat scroll center top;
  background-size: cover;
}

.resources-h {
  background: url("../images/headers/resources.jpg") no-repeat scroll center top;
  background-size: cover;
}

.contact-h {
  background: url("../images/headers/contact-us.jpg") no-repeat scroll center top;
  background-size: cover;
}

.white-wrap {
  background: #fff;
  padding: 30px 0;
}

.sidebar {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.desktop-sidebar {
  margin: 0;
}

ul.sidebar li:first-child, ul.desktop-sidebar li:first-child {
  border: none;
}

.sidebar > li {
  border-top: 1px dotted #003974;
  font-size: 21px;
  padding: 10px 0;
  margin: 0 10px 0 15px;
}

.sidebar li a {
  color: #003974;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: bold;
}

ul.sidebar > li > a {
  font-weight: 600;
  padding-right: 10px;
}

ul.sidebar li ul li {
  list-style: none;
  font-size: 14px;
}

.sidebar li a:active,
.sidebar li a.active,
.sidebar li a:focus,
.sidebar li a:hover {
  text-decoration: none;
  color: #ee1c25;
}

.sidebar > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar > .sidebar-brand a {
  color: #999999;
}

.sidebar > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

.tab-content h2 {
  color: #003974;
  margin-top: 9px;
}

.tab-content p {
  margin-top: 5px; 
  color: #333333;
}

.tab-content table td, .tab-content table th {
  margin-top: 5px;
  font-size: 14px;
  color: #333333;
  padding-right: 30px;
}

/* 
.tab-content h2 span {
  font-size: 24px;
  text-transform: capitalize;
} */

.tab-content .list-title {
  margin-top: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.tab-content ul, .tab-content ol {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}

.tab-content ul li {
  background: url("../images/common/list-icon.png") no-repeat 2px 11px;
  padding: 0 0 0 20px;
  list-style: none;
}

.tab-content ol {
  padding: 0 0 0 20px;
}

.tab-content a, .tab-content a:focus {
  color: #337ab7;
  text-decoration: none;
}

.tab-content a:hover, .tab-content a.active {
  color: #337ab7;
  text-decoration: underline;
}

.management-pane img, .leadership-pic {
  box-shadow: 0 0 10px #ccc;
  border: 1px solid #ccc;
  float: left;
  margin: 5px 15px 10px 0;
}

.tab-content ul.report-pdf li {
  background: url('../images/common/pdf.gif') 0 4px no-repeat;
}

.italic-text {
  font-style: italic;
}

table.disclosure-section {
  margin-top: 15px;
}

table.disclosure-section tr td {
  padding-bottom: 10px;
}

.form-wrap {
  margin-top: 20px;
  width: 60%;
}

.form-wrap .form-group {
  overflow: hidden;
}

.form-wrap .form-group label {
  margin-top: 5px;
  margin-right:10px;
}

.footer{
  margin:0px 0 10px 0;
}

footer a, footer a:focus {
  color: #c1d6ff;
  text-transform: capitalize;
  font-size: 14px;
}

footer a:hover, footer a.active  {
  color: #456ab2;
  text-decoration: none;
}

.footer-section-wrap{
  background:#ebedf8; 
  padding: 30px 0;
}

.footer-section-wrap form {
  margin-top: 15px;
}

.footer-section{
  padding:45px 0;
}

.footer-list{
  padding:10px 0;
}

.social-icon a {
  float: left;
  margin: 20px 10px 0 0;
}

.social-icon a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.footer-section {
  float:left;
  width:304px;
  padding:8px 0px;
  margin-right:15px;
}

.last{
  margin-right:0px!important;
}

.footer-section {
  float:left;
  width:367px;
  padding:8px 5px;
  margin-right:20px;
}

.footer-list-wrap {
  background:#003974;
  border-top:1px solid #fff;
  padding: 30px 0;
}

.footer-list-wrap h3 {
  color: #c1d6ff;
  font-size:16px;
  margin: 20px 0 10px;
}

.footer-list-wrap ul {
  padding: 0 0 15px;
}

.footer-list-wrap ul li {
  padding-top: 5px;
}

.rights-wrap {
  color: #c1d6ff;
  background:#00275b;
  font-size: 12px;
}

.rights-wrap .copyrights {
  margin: 10px 0;
}

.rights-wrap .poweredby {
  margin: 10px 0;
}

.rights-wrap a, .rights-wrap a:hover, .rights-wrap a:focus {
  font-size: 12px;
  text-decoration: none;
}

.rights-wrap ul {
  padding: 0;
  margin: 10px 0;
}

.rights-wrap ul li {
  display: inline;
  margin: 0 10px 0 0;
}

/*******Menu Slider*******/

.main-site {
  position: relative; /* Set the position property so z-index will apply */
  z-index: 20; /* Make sure this is higher than #sidebar-wrapper */
  background: #fff;
  height: 100%;
}

#toggle-menu {
  position: absolute;
  top: 10px;
  right: 10px;
}
 
#sidebar-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0; 
  width: 240px;
  padding: 0;
  margin: 0; 
  list-style: none;
  background: #00539b;
  z-index: 10; /* Make sure the z-index is lower than the .main-site */
}
 
#sidebar-wrapper a{
  display: block;
  color: #fff;
  padding: 10px 0 15px;
  border-bottom: 1px solid rgba( 255, 255, 255, 0.05 );
}

#sidebar-wrapper a:hover, #sidebar-wrapper a:active, #sidebar-wrapper a:focus   {
  color: #999;
}

.animating #sidebar-wrapper, .menu-visible #sidebar-wrapper {
  display: block;
}

.animating .main-site {
  transition: transform .25s ease-in-out;
  -webkit-transition: -webkit-transform .25s ease-in-out;
}

.animating.left .main-site {
  transform: translate3d( 240px, 0, 0 );
  -webkit-transform: translate3d( 240px, 0, 0 );
}

.animating.right .main-site {
  transform: translate3d( -240px, 0, 0 );
  -webkit-transform: translate3d( -240px, 0, 0 );
}

.menu-visible .main-site {
  left: 240px;
}

.main-site, #sidebar-wrapper {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

/*******Carousel fadeIn*********/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.item:nth-child(1) {
  background: darkred;
}

.item:nth-child(2) {
  background: red;
}

.item:nth-child(3) {
  background: orange;
}

/*******End of Carousel fadeIn*********/

/*****End Menu Slider******/

@media (max-width: 1024px) {
  .container {
    padding: 0 15px;
  }

  .carousel-inner .txt-content {
    right: 25px;
    top: 3%;
    width: 42%;
  }
}

@media (max-width: 992px) {
  .social-icon a {
    margin: 20px 5px 0 0;
  }
}

@media (max-width: 767px) {  
  body {
    overflow-x: hidden;
  }

  .main-site {
   transform: translate3d( 0, 0, 0 ); /* X, Y, Z */
   -webkit-transform: translate3d( 0, 0, 0 );
  }

  .container {
    padding: 0 15px;
  }

}