html, body {
	background: #fff;
	height: 100%;
}

/* ==========================================================================
 	sections
   ========================================================================== */

.container {
	position: relative;
}

header {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6000;
	background: transparent;
	-webkit-transition: height 0.3s;
	    -moz-transition: height 0.3s;
	    -ms-transition: height 0.3s;
	    -o-transition: height 0.3s;
	    transition: height 0.3s;
}

header .headerContent {
	background: #fff;
}

header.smaller .navbar {
	padding-top: 2%;
}

.dropdown-menu {
	z-index: 6000;
}

.wrapper {
	margin-top: 106px;
	padding: 0px 0px 10px;
	position: relative;
}

.wrapper .container {

}

.section {
	margin-bottom: 10px;
}

.wrapper .container img {
  	max-width: 100%;
}

/* ==========================================================================
 	 helpers
   ========================================================================== */

.no_padding {
	padding: 0;
}

.no_padding_l {
	padding-left: 0;
}

.no_padding_r {
	padding-right: 0;
}

.no_margin_t {
	margin-top: 0;
}

ul.dividers
{
    margin: 0;
    padding: 0;
}

ul.dividers li
{
    list-style-type: none;
    display: inline;
}

ul.dividers li:before {
	content: "  |  ";
	padding: 0 3px;
}

ul.dividers li:first-child:before {
content: none;
}

.yellowbar {
	display: block;
	clear:both;
	width: 100%;
	height: 22px;
	background: url(/images/yellowbar.png) repeat-x;
}

header img, img.adjust {
	max-width: 100%;
}

.displayTable {
	display: table;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.divider_line {
	margin-top: 10px;
}

.blue_title {
	font-size: 2.8em;
	margin: 10px 0 0;
	color: #033071;
	text-align: center;
	font-weight: 500;
	line-height: 1em;
}

.gray_subtitle {
	font-size: 1.4em;
	margin: 0px 0 10px;
	color: #6c6d6f;
	text-align: center;
	text-align: center;
}




/* ==========================================================================
 	 slideshow and header graphics
   ========================================================================== */

#graphic {
	position: relative;
	margin: 0 auto 20px;
}

.headerBox {
	position: absolute;
	top: 10%;
	background: #033071;
	width: 45%;
	color: #fff;
	text-align: center;
}

.headerTitle {
	color: #ffc627;
	margin: 10px 15px 5px;
	font-size: 1.6em;
 	font-weight: bold;
}

.headerText {
	margin: 0 15px 10px;
}

.headerBox a:hover {
	text-decoration: none;

}

.headerBox a .headerText {
	color: #fff;
}

/* ==========================================================================
 	 bxslider
   ========================================================================== */

li.clientSlide {
	vertical-align: middle;
	 display: table-cell;
	 float: none !important;
}

li.clientSlide img {
	margin: 0 auto;
}


.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  outline: 0;
  width: 60px;
  height:64px;
  margin: 0px 0 0;
  
}

/* ==========================================================================
 	 footer
   ========================================================================== */

.footer {
	color: #033071;
}

.footer a, .footer a:visited {
	color: #033071;
}



.footer .glyphicon {
	color: #ffc627;
}

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

footer .fineprint {
	margin: 5px 0;
	font-size: .8em;
	color: #a6a8aa;
}

/* ==========================================================================
 	 clients
   ========================================================================== */

.gridLogo {
	display: table-cell;
	 vertical-align: middle;
}

/* ==========================================================================
 	 services
   ========================================================================== */
#verticalServices {
	background: url(/images/serviceboxgray.png);
	padding: 10px 0 1px;
	-webkit-box-shadow:  0px 6px 4px -2px rgba(117,117,117,1);
	-moz-box-shadow:  0px 6px 4px -2px rgba(117,117,117,1);
	box-shadow:  0px 6px 4px -2px rgba(117,117,117,1);
}

#verticalServices h1 {
	font-weight: bold;
}

a .verticalServiceItem  {
	display: block;
	clear: both;
	margin: 4px 4px;
	background: url(/images/gray.jpg);
	color: #000;
	line-height: 1.2em;
	font-size: .9em;
	font-weight: bold;
}
	
a:hover .verticalServiceItem  {
	background: url(/images/servicesboxbluetint.png);
	color: #fff;
}

.verticalServiceItem img {
	margin: 4px 0px 4px 4px;
}

.verticalServiceItemText .serviceName {
	padding: 0 10px;
}

.howCanWeHelp {
	margin: 20px auto;
	text-align: center;
	background: url(/images/bluebox2.png) no-repeat center center;
	-webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.howCanWeHelp h1 {
	font-size: 1.3em;
	padding: 10px 0 0;
	margin: 0;
	color: #fff;
}

a.btnContactUs {
	width: 244px;
	height: 36px;
	display: inline-block;
	background: url(/images/snipes.png) no-repeat -13px -394px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin: 5px 0 5px;
}

a:hover.btnContactUs,  a:active.btnContactUs, a:focus.btnContactUs{
	background-position: -13px -357px;
}

.referencesOnRequest {
	margin: 80px 0;
	background: url(/images/gray.jpg);
	padding: 5px;
}

.referencesContent {
	margin: 5px;
	border: solid 1px #fff;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.3em;
	color: #000;
	font-weight: 500;
	padding: 5px 14%;
}

/* ==========================================================================
 	 contact form
   ========================================================================== */


#loading {
	position:   fixed;
	    z-index:    1000;
	    top:        0;
	    left:       0;
	    height:     100%;
	    width:      100%;
			background: rgba( 255, 255, 255, .8 ) 
			                url('/css/images/loading.gif') 
			                50% 50% 
			                no-repeat;	
}

#kltThoughtLeadership {
	margin: 20px 0;
	padding-top: 37%;
	background: url(/images/bluebox4.jpg) no-repeat center top;
	color: #fff;
}

#subscribeThoughtLeadership {
	margin: 30px 20px 20px;
}

#subscribeThoughtLeadership  form {
	margin-top: 10px;
}

#subscribeThoughtLeadership .txtInput {
	width: 100%;
	    background: #4375A7;
	    border: none;
	    margin-bottom: 5px;
	    color: #fff;
	    padding: 2px 5px;
}

input.btnSubscribe {
	width: 133px;
	height: 33px;
	display: inline-block;
	background: url(/images/snipes.png) no-repeat -220px -166px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin-top: -5px;
}

input:hover.btnSubscribe {
	background-position: -220px -128px;
}

#requestACopy {
	margin: 0px 0 40px;
	padding-top: 60%;
	background: url(/images/bluebox5.jpg) no-repeat center top;
	color: #fff;
	text-align: center;
}

#requestACopy p {
	margin: 0px 20px 5px;
	font-weight: 500;
}

a.btnRequestCopy {
	width: 188px;
	height: 33px;
	display: inline-block;
	background: url(/images/snipes.png) no-repeat -220px -320px;
	text-indent: -9999px;
	border: none;
	padding: 0;
}

a:hover.btnRequestCopy, a:active.btnRequestCopy, a:focus.btnRequestCopy {
	background-position: -220px -283px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #fff;
	}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #fff;
	   opacity:  1;
	}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #fff;
	   opacity:  1;
	}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #fff;
	}
:placeholder-shown { /* Standard*/
	  color:    #fff;
	}

#contactForm .txtInput {
	width: 100%;
	    background: #ededed;
	    border: none;
	    margin-bottom: 5px;
	    color: #000;
	    padding: 4px 5px;
}
	

#contactForm ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #000;
	}
#contactForm :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #000;
	   opacity:  1;
	}
#contactForm ::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #000;
	   opacity:  1;
	}
#contactForm :-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #000;
	}
#contactForm :placeholder-shown { /* Standard*/
	  color:    #000;
	}

#contactForm .disclaimer {
	font-size: .8em;
	width: 60%;
	color: #000;
	margin: 10px 0;
}

input.btnSubmit {
	width: 156px;
	height: 33px;
	display: block;
	background: url(/images/submit.png) no-repeat 0px -46px;
	text-indent: -9999px;
	border: none;
	padding: 0;
	margin-top: 20px;
}

input:hover.btnSubmit {
	background-position: 0px -8px;
}

.errorbox .error {
	color: red;
	font-size: .9em;
}

.errorbox .error p {
	margin: 0 0 5px;
 	line-height: 1em;
}

.errorbox label {
	display: block;
}


/* ==========================================================================
 	 Menu
   ========================================================================== */
.navbar {
    min-height: 0px; 
    margin-bottom: 0px; 
	padding-top: 2%;
}

.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 0px;
	color: #808080;
}

.divider-vertical {
height: 15px;
margin:8px 9px;
border-left: 1px solid #808080;
border-right: 1px solid #FFF;
}

@media (max-width: 767px) {
	.divider-vertical {
		display: none;
	}
}

@media (min-width: 768px) {	 
	.navbar-nav>li>a {
	    padding-top: 5px;
	    padding-bottom: 5px;
	}
	
	.navbar-right {
	    float: right!important;
	    margin-right: 0px;
	}
}