/* Kibel Green default stylesheet */

body {
  margin: 0;
  padding: 0;
  font-family: tahoma, arial, sans-serif;
  background-image: url(../images/bg_header.jpg);
  background-size: 100% 140px;
  background-repeat: no-repeat;
  background-color: #F2F4F5;
}

#site {
  margin: 0 auto 0 auto;
  padding-top: 20px;
  width: 100%;
  /*background-color: #F2F4F5;*/
}

#header {
  position: relative; z-index: 9;
  margin: 0 auto 0 auto;
  width: 990px;
  height: 140px;
}

#site-logo {
  position: absolute; top: 8px; left: 0;
  width: 132px;
  border: 0;
}

#site-navigation {
  position: absolute; bottom: 8px; left: 0; /* old = top 60px */
  width: 990px;
  height: 30px;
  background-color: #243995;
}

#site-navigation ul {
  list-style: none;
  margin: 0 0 0 4px;
  padding: 0;
}

#site-navigation ul li {
  float: left;
  margin: 0 0 0 6px;
  padding: 0;
  color: #FFFFFF;
  font-size: 11px;
}

#site-navigation ul #nav-about { width: 50px; }
#site-navigation ul #nav-services { width: 70px; }
#site-navigation ul #nav-industries { width: 80px; }
#site-navigation ul #nav-realestate { width: 88px; }
#site-navigation ul #nav-capital { width: 60px; }
#site-navigation ul #nav-tombstones { width: 88px; }
#site-navigation ul #nav-thinktank { width: 88px; }
#site-navigation ul #nav-management { width: 123px; }
#site-navigation ul #nav-publications { width: 98px; }
#site-navigation ul #nav-careers { width: 64px; }
#site-navigation ul #nav-contact { width: 66px; }

#site-navigation ul li a {
  position: relative;
  display: block;
  height: 25px;
  color: #FFFFFF;
  text-decoration: none;
}

#site-navigation ul li a .hover {
  visibility: hidden;
}

#site-navigation ul li a:hover {
  /* background-color: #000000; */
}

#site-navigation ul li a:hover .hover {
  visibility: visible;
}

#site-navigation ul li a img {
  position: absolute; top: 0; left: 0;
  width: 100%;
  height: 25px;
  border: 0;
}


#site-navigation .nav-sub {
  display: none;
  position: absolute; top: 25px;
  margin: 0;
  padding: 0;
  min-width: 175px;
  background-color: #000F23;
}

#site-navigation .nav-sub li {
  float: none;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #999FA7;
}

#site-navigation .nav-sub li a {
  display: block;
  margin: 0;
  padding: 5px 4px 5px 0;
  width: 100%;
  height: 14px;
  text-indent: 5px;
}

#site-navigation .nav-sub li a:hover,
#site-navigation .nav-sub li a.hovered {
  color: #A5B6FE;
}

#site-navigation .nav-sub-arrow {
  background-image: url(/images/icon_sub_sub.jpg);
  background-position: right center;
  background-repeat: no-repeat;
}

#site-navigation #sub-about         { left:  10px; }
#site-navigation #sub-services      { left:  66px; }
#site-navigation #sub-industries    { left: 142px; }
#site-navigation #sub-publications  { left: 228px; width: 120px; }
#site-navigation #sub-tombstones    { left: 332px; }

#site-navigation #sub-operations    { left: 241px; width: 180px; }
#site-navigation #sub-turnarounds   { left: 241px; width: 180px; }
#site-navigation #sub-capital       { left: 241px; min-width: 180px; }
#site-navigation #sub-realestate    { left: 241px; width: 220px; }
#site-navigation #sub-conflicts     { top: 99px; left: 241px; min-width: 220px; }


#header-small-links {
  list-style: none;
  position: absolute; bottom: 44px; right: 0; /* old = top 35px */
  margin: 0;
  padding: 0;
}

#header-small-links li {
  display: inline;
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  font-size: 10px;
  text-transform: uppercase;
}

#header-small-links li a {
  color: #FFFFFF;
  text-decoration: none;
}

#header-small-links li a:hover {
  text-decoration: underline;
}


#search {
  position: absolute; top: 0; right: 0;
  width: 210px;
}

#search form {
  position: relative;
  margin: 0;
  padding: 0;
}

#search form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#search form input.text {
  position: absolute; top: 0; right: 23px;
  margin: 0;
  padding: 4px 0 0 0;
  width: 160px;
  height: 18px;
  color: #FFFFFF;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
  background-color: #505CB5;
  border: 0;
}

#search #go,
#search #spyglass {
  position: absolute; top: 0; right: 0;
  width: 23px;
  height: 22px;
  border: 0;
}

#search #spyglass {
  right: 183px;
}



#content-top-shadow {
  margin: 0 auto 0 auto;
  width: 990px;
  height: 15px;
  background-image: url(../images/content_top.jpg);
  background-repeat: no-repeat;
}

#content,
#content-lower,
#footer {
  position: relative;
  margin: 0 auto 0 auto;
  padding: 10px 33px 10px 32px;
  width: 925px;
  background-image: url(../images/bg_content.jpg);
  background-repeat: repeat-y;
  background-color: #FFFFFF;
}

#page-content {
  float: right;
  margin-right: 20px;
  width: 600px;
}

#page-header-image {
  margin-bottom: 30px;
  width: 925px;
  height: 74px;
  border: 5px solid #C6C6C6;
  border-width: 5px 0 5px 0;
}

#flash-main {
  overflow: hidden;
  width: 924px;
  height: 231px;
  border-top: 5px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  background-color: #C6C6C6;
}

#flash-main-alternate {
  width: 924px;
  height: 231px;
  border: 0;
}


h1, h2, h3, h4 {
  margin: 0 0 3px 0;
  padding: 0;
  color: #153470;
  font-size: 14px;
}

h1.space {
  margin-top: 14px;
}

h2 {
  font-size: 12px;
}

h2.space-top {
  margin-top: 14px;
}

h1.space-bottom,
h2.space,
h3.space {
  margin-bottom: 14px;
}

h3 {
  font-size: 11px;
}

h3 a {
  color: #153470;
  text-decoration: underline;
}

h3 a:hover {
  text-decoration: none;
}

h4 {
  color: #0062B3;
  font-size: 15px;
}


p {
  margin: 0 0 12px 0;
  padding: 0;
  color: #153470;
  font-size: 12px;
}

.larger-font-size p,
.larger-font-size ul,
.larger-font-size ol,
.larger-font-size h3 {
  font-size: 13px;
}

.justify {
  text-align: justify;
}

.no-space {
  margin-top: 0 !important;
}

.uppercase {
  text-transform: uppercase;
}

p a, ul.basic a, ul.numbers a {
  color: #153470;
  text-decoration: none;
}

ul.basic li {
  clear: both;
  min-height: 16px;
}

p a:hover, ul.basic a:hover, ul.numbers a:hover {
  font-weight: bold;
  /*text-decoration: underline;*/
}

ul.basic a {
  float: left;
}

p.with-line,
ul.with-line {
  padding-bottom: 14px !important;
  border-bottom: 2px solid #E4E7F2;
}

.with-line-top {
  padding-top: 14px !important;
  border-top: 2px solid #E4E7F2;
}

#page-addition ul,
#page-content ul,
ul.standard {
  list-style: square;
  margin: 14px 0 14px 18px;
  padding: 0;
  font-size: 12px;
  color: #153470;
}

#page-content ul.numbers {
  list-style: decimal;
  margin-left: 36px;
}

#page-content ul.basic {
  list-style: none;
  margin: 14px 0 14px 0;
}

#page-content ul li {
  margin: 0 0 1px 0;
  padding: 0 0 0 10px;
}

#page-content ul.basic li {
  clear: both;
  margin: 0 0 6px 0;
  padding: 0;
}

#page-content ul.basic li a {
  float: left;
  display: block;
  margin-bottom: 6px;
  width: 500px;
}



.address {
  font-family: tahoma;
  font-size: 12px;
  color: #153470;
}

.error,
.success {
  margin-top: 12px;
  padding: 6px;
  color: #CC2525;
  background-color: #FCFAFA;
  border: 1px solid #CC2525;
}

.success {
  color: #258025;
  background-color: #FAFCFA;
  border: 1px solid #258025;
}

.list-date {
  float: left;
  display: block;
  width: 90px;
}

#page-content #page-search {
  margin: 0;
  padding: 0;
}

#page-content #page-search fieldset {
  margin: 0;
  padding: 0;
  color: #153470;
  font-size: 14px;
  border: 0;
}

#page-content #page-search label,
#page-content #page-search .search-box,
#page-content #page-search .search-button {
  float: left;
}

#page-content #page-search label {
  margin: 0 8px 0 0;
}

#page-content #page-search fieldset .search-box {
  margin: 0;
  padding: 0;
  width: 325px;
  height: 20px;
  border: 1px solid #7F9DB9;
}



#service-areas {
  position: relative;
  margin: 0 auto 0 auto;
  width: 925px;
  height: 235px;
  background-color: #C6C6C6;
}

#service-resizing,
#service-turnarounds,
#service-restructuring {
  position: absolute; top: 0;
  margin-top: 6px;
  width: 288px;
  height: 64px;
}

#service-resizing { left: 20px; }
#service-turnarounds { left: 318px; }
#service-restructuring { left : 615px; }

#service-areas ul {
  list-style: square;
  position: absolute; top: 70px; bottom: 10px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  background-color: #FFFFFF;
  background-repeat: repeat-y;
}

#service-areas ul li {
  position: relative; z-index: 1;
  margin: 0 0 0 40px;
  padding: 9px 0 0 0;
  color: #153470;
  line-height: 100%;
}

#service-areas ul li a {
  color: #153470;
  text-decoration: none;
}

#service-areas ul li a:hover {
  font-weight: bold;
  /* text-decoration: underline; */
}

#service-areas .service-curve {
  position: absolute; bottom: -2px; left: 0; z-index: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

#service-resizing-list {
  left: 20px;
  width: 288px;
  background-color: #E0EBF0 !important;
  background-image: url(/images/bg_service_operations.jpg);
}

#service-turnarounds-list {
  left: 318px;
  width: 288px;
  background-color: #EAE5F1 !important;
  background-image: url(/images/bg_service_turnarounds.jpg);
}

#service-restructuring-list {
  left: 615px;
  width: 288px;
  background-color: #E5E7F5 !important;
  background-image: url(/images/bg_service_capital.jpg);
}

#service-areas-home {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #C6C6C6;
  border-top: 5px solid #FFFFFF;
}

#service-areas-home img {
  position: absolute; top: 0;
  width: 289px;
  height: 50px;
  border: 0;
}

#home-tab-operations  { left:  21px; }
#home-tab-turnarounds { left: 318px; }
#home-tab-capital     { left: 617px; }

/*
.bg-blue { background-color: #E0EBF0; }
.bg-purple { background-color: #EAE5F1; }
.bg-blue-alternate { background-color: #E5E7F5; }
*/


#content-lower {
  clear: both;
  /*
  margin: 0 auto 0 auto;
  padding: 14px 0 14px 0;
  width: 990px;
  background-color: #FFFFFF;
  */
}


#flash-scroller,
#flash-scroller-alternate {
  width: 615px;
  height: 184px;
  background-color: #C5C5C5;
}

#flash-scroller-alternate {
  position: relative;
  background-color: #162F7F;
  background-image: url(/images/alt_scroller_background.jpg);
  background-repeat: no-repeat;
}

#flash-scroller-alternate .flash-alt-image {
  position: absolute; top: 12px;
  width: 167px;
  height: 160px;
  border: 0;
}

#flash-alt-about { left: 26px; }
#flash-alt-professionals { left: 224px; }
#flash-alt-realestate { left: 422px; }

#flash-scroller {
  position: relative; z-index: 0;
  width: 615px;
  height: 184px;
  background: linear-gradient(to right, #12306F, #3358C3, #12306F);
  overflow: hidden;
}

#flash-scroller .scroller-controls {
  position: absolute; top: 0; bottom: 0; left: 0;
  width: 64px;
  color: #FFF;
}

#flash-scroller .scroller-controls:before {
  content: 'More';
  display: block;
  position: absolute; top: 50%; right: 18px; bottom: 50%;
  font-size: 20px;
  text-transform: uppercase;

  transform-origin: center center;
  transform: rotate(-90deg) translateY(50%);
}

#flash-scroller .scroller-controls span {
  box-sizing: border-box;
  display: block;
  position: absolute; left: 16px; top: 24px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  background: url('/images/scroller/arrow_back.png') no-repeat center center;
  border-radius: 16px;
  border: 3px solid #FFF;
  cursor: pointer;
}

#flash-scroller .scroller-controls span.next {
  top: auto; bottom: 24px;
  background: url('/images/scroller/arrow_next.png') no-repeat center center;
}

#flash-scroller ul {
  display: flex;
  position: absolute; top: 12px; right: 0; bottom: 12px; left: 64px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

#flash-scroller ul li {
  flex: 0 0 auto;
  padding: 0 8px;
}

#flash-scroller ul li:first-child {
  margin-left: 0;
}




#home-tab-popups {
  position: absolute; top: 121px; left: 32px; z-index: 8;
  width: 924px;
  height: 130px;
}

.home-tab-popup {
  visibility: hidden;
  position: absolute; bottom: 0;
  margin: 0;
  padding: 12px 0 0 0;
  width: 289px;
  height: 115px;
  background-repeat: no-repeat;
  background-position: bottom left;
}

#home-popup-operations {
  left: 21px;
  background-image: url(/images/home_popup_bg_operations.png);
}

#home-popup-turnarounds {
  left: 318px;
  background-image: url(/images/home_popup_bg_turnarounds.png);
}

#home-popup-capital {
  left: 617px;
  background-image: url(/images/home_popup_bg_capital.png);
}

.home-tab-popup li {
  margin: 0 0 0 50px;
  padding: 2px;
  color: #153470;
  font-size: 14px;
  line-height: 16px;
  list-style: square;
}

.home-tab-popup li a {
  color: #153470;
  text-decoration: none;
}

.home-tab-popup li a:hover {
  font-weight: bold;
}



#home-dropdowns {
  position: relative; z-index: 9;
  margin-bottom: 11px;
  width: 615px;
  height: 45px;
}

.home-dropdown {
  width: 299px;
  height: 45px;
  overflow: hidden;
}

#home-dropdown-industries,
#home-dropdown-nonprofit {
  position: absolute; top: 0; right: 0;
}


.home-dropdown img {
  display: block;
  width: 100%;
  height: 45px;
  border: 0;
}

.home-dropdown ul {
  margin: 0;
  padding: 0;
  width: 291px;
  background-color: #09185A;
  background-image: url(/images/home_drop_background.jpg);
  background-repeat: no-repeat;
  border: 4px solid #09185A;
  border-top: 0;
}

.home-dropdown ul li {
  margin: 0 0 0 18px;
  padding: 4px 0 4px 0;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 14px;
  list-style: square;
}

.home-dropdown ul li a {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}

.home-dropdown ul li a:hover {
  color: #CCCCCC;
}




#home-newsletter {
  margin-top: 11px;
  width: 615px;
  height: 56px;
  border: 0;
}


#home-buzz-header {
  float: right;
  /*margin-top: 6px;*/
  width: 292px;
  height: 40px;
  border: 2px solid #C6C6C6;
  border-right: 0;
}

#home-buzz-master {
  clear: both;
  float: right;
  width: 296px;
}

#home-buzz-wrap {
  overflow: hidden;
  position: relative;
  /*margin-top: 10px;*/
  width: 286px;
  height: 148px; /* 200 */
  color: #1F364F;
  font-size: 12px;
}

#home-buzz-bar-y {
  float: right;
  position: relative;
  width: 10px;
  height: 148px; /* 200 */
  background-color: #C6C6C6;
}

#home-buzz-indicator-y {
  position: relative;
  width: 10px;
  height: 30px;
  background-color: #505CB5;
}

#home-buzz-content {
  position: relative;
  padding: 0 10px 0 10px;
}

#home-buzz-content p {
  margin: 0;
  padding: 6px 0 6px 0;
}

#home-buzz-content a {
  color: #0B569E;
  text-decoration: none;
}

#home-buzz-content a:hover {
  font-weight: bold;
/*  text-decoration: underline;*/
}

#home-buzz-bottom {
  clear: both;
  float: right;
  width: 295px;
  background-color: #C6C6C6;
}

#home-buzz-newsletter {
  clear: both;
  float: right;
  margin-bottom: 10px;
  width: 293px;
  height: 34px;
  border: 7px solid #C6C6C6;
  border-width: 7px 0 7px 1px;
}

#home-social {
  clear: both;
  padding: 4px;
  color: #AAAAAA;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

#home-social span {
  display: block;
  padding: 0 0 4px 0;
}

#home-social img {
  border: 0;
}




#footer {
  clear: both;
  padding: 0 0 20px 0;
  /*
  margin-top: 24px;
  padding: 10px 0 10px 0;
  width: 100%;
  */
  width: 990px;
  color: #1F364F;
  font-size: 10px;
  /*border-top: 1px solid #C6C6C6;*/
}

.footer-line {
  clear: both;
  margin: 0 auto 0 auto;
  padding: 10px 0 0 0;
  width: 972px;
  height: 1px;
  border-top: 1px solid #C6C6C6;
}

#footer span {
  display: block;
  margin: 0 auto 0 auto;
  width: 990px;
  text-align: center;
}

#footer span a {
  color: #1F364F;
}

#footer span a:hover {
  text-decoration: none;
}


.break { clear: both; }



/* Side Navigation */

#side-navigation,
.side-navigation {
  list-style: none;
  margin: 0 0 14px 0;
  padding: 0;
  width: 280px;
  font-size: 12px;
}

#side-navigation li,
.side-navigation li {
  margin: 0;
  padding: 3px 0 3px 0;
  color: #153470;
  text-transform: uppercase;
  border-bottom: 1px solid #D3D7EA;
}

.indent {
  text-indent: 8px;
}

#side-navigation li a,
.side-navigation li a {
  color: #A5AAC6;
  font-weight: bold;
  text-decoration: none;
}

#side-navigation li a:hover,
#side-navigation li a.link-active,
.side-navigation li a:hover,
.side-navigation li a.link-active {
  color: #153470;
}


#side-image-square {
  display: block;
  margin-bottom: 4px;
  width: 270px;
  height: 270px;
  border: 0;
}


.side-content-box {
  box-sizing: border-box;
  margin-bottom: 24px;
  padding: 10px;
  width: 276px;
  color: #153470;
  font-size: 13px;
  background-color: #B4DAF3;
}

.side-content-box.centered p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.side-content-box.strong-block strong {
  display: block;
  text-align: center;
}

.side-content-box h3 {
  font-size: 90%;
  text-transform: uppercase;
}

.side-content-box p {
  font-size: 13px;
}

.side-content-box .blue {
  color: #0062B3;
  font-weight: bold;
}

.side-content-box .side-content-leadership a {
  display: block;
  font-weight: normal;
  text-decoration: underline;
}

.side-content-box .side-content-leadership a:hover {
  text-decoration: none;
}



/* About */

#about-picture,
#careers-picture,
#search-picture,
#realestate-picture {
  display: block;
  margin-bottom: 4px;
  width: 270px;
  height: 190px;
  border: 3px solid #C6C6C6;
}

#about-key-management,
#learn-about-us {
  width: 155px;
  height: 18px;
  border: 0;
}



/* Industry */

.box-industries {
  float: left;
  position: relative;
  width: 305px;
  height: 274px;
  margin-bottom: 4px;
}

.box-industries-text {
  margin-left: 4px;
  padding: 14px 20px 0 20px;
  width: 265px;
  height: 260px;
  color: #153470;
  font-size: 12px;
}

.bg-blue { background-color: #E0EBF0; }
.bg-purple { background-color: #EAE5F1; }
.bg-blue-alternate { background-color: #E5E7F5; }

.industries-header {
  position: absolute; top: 14px; left: 0;
  width: 215px;
  height: 28px;
}

.industries-image {
  position: absolute; top: 57px; left: 24px;
  width: 255px;
  height: 168px;
  border: 3px solid #C6C6C6;
}

.box-industries-text h3 {
  margin: 0 0 2px 0;
  padding: 0;
  font-size: 12px;
}

.box-industries-text p {
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 12px;
}



/* Key Management */

#management-picture {
  float: right;
  margin: 0 0 14px 14px;
  width: 193px;
  height: 244px;
  border: 3px solid #C6C6C6;
}



/* Publications */

.book-wrap {
  margin: 0 0 28px 0;
  padding: 0 0 14px 0;
  border-bottom: 2px solid #E4E7F2;
}

.book-wrap img {
  float: left;
  margin-right: 24px;
  width: 160px;
  height: 230px;
  border: 0;
}

.book-wrap h1,
.book-wrap h2 {
  float: right;
  width: 415px;
}

.book-wrap p {
  float: right;
  margin: 0;
  padding: 0 0 10px 0;
  width: 415px;
}

.book-wrap .list-wrap {
  float: right;
  margin: 0 24px 0 0;
  width: 380px;
}

.book-wrap .list-wrap ul {
  padding: 0 0 14px 0;
  margin: 0;
}


.article-image {
  margin: 8px 0 8px 0;
  width: 600px;
  border: 1px solid #C6C6C6;
}



/* Tombstones */

.tombstone-image {
  display: block;
  float: left;
  margin: 35px 36px 0 0;
  width: 923px;
  height: 779px;
  border: 0;
}

.tombstone-1,
.tombstone-2,
.tombstone-3 {
  margin-top: 0 !important;
}

.tombstone-3,
.tombstone-6,
.tombstone-9,
.tombstone-12 {
  margin-right: 0 !important;
}



/* Contact */

#contact {
  position: relative;
  margin: 0;
  padding: 0;
  height: 350px;
}

#contact fieldset {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 285px;
  border: 0;
}

#contact fieldset label {
  display: block;
  color: #434343;
  font-size: 12px;
  font-weight: bold;
}

#contact fieldset input.text,
#contact fieldset textarea {
  display: block;
  width: 100%;
  background-color: #F3F3F3;
  border: 1px solid #C6C6C6;
}

#contact fieldset textarea {
  height: 100px;
}


#contact-firstname {
  top: 0; left: 0;
  width: 230px !important;
}

#contact-initial {
  top: 0; left: 245px;
  width: 40px !important;
}

#contact-lastname {
  top: 0; left: 300px;
}

#contact-title {
  top: 45px; left: 0;
}

#contact-company {
  top: 45px; left: 300px;
}

#contact-function {
  top: 90px; left: 0;
}

#contact-industry {
  top: 90px; left: 300px;
}

#contact-email {
  top: 135px; left: 0;
}

#contact-birthday {
  top: 135px; left: 300px;
}

#contact-comments {
  top: 180px; left: 0;
}

#contact-where {
  top: 180px; left: 300px;
}

#contact-other {
  top: 225px; left: 300px;
}

#submit-image {
  position: absolute; top: 275px; left: 495px;
  width: 90px;
  height: 22px;
  border: 0;
}


#side-contact-addresses {
  margin: -20px 0 0 30px;
  width: 180px;
  font-size: 12px;
  font-family: arial;
}


.splitter {
  margin: 0 0 24px 0;
  padding: 0;
  height: 0;
  border-top: 4px solid #c6c6c6;
}

.nonprofit-contacts a {
  text-decoration: underline;
}

.nonprofit-contacts a:hover {
  font-weight: normal;
  text-decoration: none;
}

.nonprofit-contacts .blue {
  color: #0062B3;
  font-weight: bold;
}


