/* Client Solutions */


.Client.Solutions .page-header {
  margin-bottom:0;
  width:100%;
}

.Client.Solutions .page-header .content-center {
  border-bottom:0;
  padding-left:25px;
  margin:0 auto;
}

.hero-image-data {
    background: url("/images/bg-data.png") repeat scroll 0 20px, url('/images/hero_image.png') no-repeat;
    margin: 0 auto;
    max-width: 1680px;
    min-height: 150px;
    /*opacity: 0.5;*/ 
}

.hero-image-bars {
   height: 100px;
   background:url("/images/tile-line-bg.png") repeat scroll 0 0;
   display:none;
}

.hero-image-activity {
    background-image: url("/images/hero_image.png");
    margin: 0 auto;
    max-width: 1680px;
    min-height: 100px;
    display:none;
}

.page-header h2 {
    color: #07BCDE;
    color: #525252;
    font-family: Geogrotesque-Light;
    font-size: 30px;
}

.main .page-header {
  border-bottom: 0;
  margin: 0;
}

.main .page-header .content-center {
//    border-bottom: 1px solid #808080;
    padding: 15px;
    padding-top:5px;
}

.main .page-header .page-title {
    border-bottom: 1px solid #4E5049;
    display: block;
    margin-bottom: 0; /*21px*/
    padding-bottom: 23px;
    padding-top: 20px;
}

.page-header-description {
  font-size:16px;
  line-height:28px;
  color: #525252;
  font-family:arial;
}

.subtitle-bold-white {
  color: #CBCBCB;
  font-size: 12px;
  font-family: Arial;
  font-weight: bold;
}

.list-solutions {
  padding-bottom:12px;
}

.byline-tile .list-solution-tile {
  padding-top: 18px;
  padding-bottom:10px;
}

.list-solution-tile {
    background-color: #1F2121;
    border-bottom-right-radius: 11px;
    border-top-right-radius: 11px;
    color: #9A9A9A;
    margin: 5px 10px 5px 7px;    
    padding: 25px 17px;
    border-left: 5px solid #07BCDE;
    min-height: 76px;
    background: url("/images/Nav_Arrow_Right.png");
    background-position-x:435px;
    background-position-y:30px;
    background-size:13px 20px;
    background-color:#1f2121;
    background-repeat:no-repeat;
    background-position: 435px 30px;
    background-color:rgb(44,46,46);
}

.list-solution-tile:hover {

-webkit-box-shadow: 0px 0px 6px 0px #07BCDE;
-moz-box-shadow:    0px 0px 6px 0px #07BCDE;
box-shadow:         0px 0px 6px 0px #07BCDE;
background: url("/images/icon-flip.png");
background-position-x:435px;
background-position-y:30px;
background-size:21px 16px;
background-color:#1f2121;
background-repeat:no-repeat;
background-position:435px 30px;
}

.list-solution-tile h3 {
    color: #cbcbcb;
    font-family: geogrotesque-regular;
    font-size: 16px;
}

.list-solutions .list-solution-tile-wrapper {
   padding: 0;
}
.list-solutions a:hover, .list-solutions a:active{
   text-decoration:none;
}
.description {
    margin: 10px 0;
}

.buttons {
    margin: 10px 0;
}

.icon-print a, .icon-print a:visited, .icon-print a:hover {
   color: #00bbdd;
   font-size: 13px;
   font-family: Arial;
}

#modalWindow {
    display:none; 
    padding:15px 30px 30px 30px;
   // max-width:850px;
    font-family: Arial;
    font-size: 12px;
}

#modalWindow.client-solutions {
    border-bottom-right-radius: 11px;
    border-top-right-radius: 11px;
    width: 850px;
    min-height: 600px;
    max-height: 600px;
}

.client-solutions {
   border-left: 5px solid #07BCDE;
   color: #525252;   
   background-color:rgb(239, 239, 239);
   padding:15px 30px 30px 30px;
}

.takeover .client-solutions {
  padding: 0;
}

.takeover .client-solutions .product-header {
  padding: 0 0 0 30px;
 // max-height: 90px;
}

.takeover .client-solutions .product-list {
  margin: 0; 
  padding: 10px;
}

.takeover .client-solutions .product-details {
 margin: 0; padding: 0px 30px 15px 30px;
 min-height: 450px;
 max-height: none;
}

.takeover .btnclose {
  padding: 23px;
  display: inline-block;
  background-color:#d9d9d9;
}

.takeover .product-takeover.row {
  padding: 40px 0;
}

.takeover .product-takeover.row.text-left-button-right {
 padding: 5px 0;
}

.takeover .product-takeover.row.video {
 padding: 15px 0 40px 0;
 border-bottom: 1px solid #bfbfbf;
}

.takeover .product-takeover .col-md-6, .takeover .product-takeover .col-md-12 {
  padding: 0;
}

.videoYt {
  width: 100%;
}

.eloqua-form-short {
  width: 320px;
  -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.65);
  -moz-box-shadow:    2px 0px 5px 0px rgba(0, 0, 0, 0.65);
  box-shadow:         2px 0px 5px 0px rgba(0, 0, 0, 0.65);
}


#modalWindow.home {
    border: 1px solid #353737; 
    background-color: #000;
    border-radius: 5px;
    width: 940px;
    overflow:hidden;
}

#modalWindow.home .modal-details {
    padding-left: 100px;
    padding-top: 100px;
    position: relative;
}


#modalWindow.home .modal-image-right {
    height: 430px;
    line-height: 430px;
}

#modalWindow.home h2 {
    font-size: 40px;
}

#modalWindow .cube {
    position: absolute;
    left: 5px;
    top: 80px;
}

#modalWindow .nav-arrow-right {
    margin-top: 33%;
    position: absolute;
    right: -48px;
}

#modalWindow .nav-arrow-left {
    left: -33px;
    margin-top: 33%;
    position: absolute;
}

.item-big {
//   height: 350px !important;
}

#S0 {
   padding-left: 0 !important;
}

.product-header  h2 {
    font-family: geogrotesque-light;
    font-size: 20px;
    text-transform: uppercase;
}

.product-details  h2 {
   font-family: geogrotesque-regular;
   font-size: 19.999px;
   text-transform: uppercase;
   margin-bottom: 10px;
}


.product-details  h3 {
  font-family: arial;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px; 
  text-transform:none;
  color: rgb(82, 82, 82);
}

.product-details p {
  margin-bottom: 15px;
}

.product-details {
  max-height:404px;
  overflow-y: auto;
  overflow-x:hidden;
  margin-right:-20px;
  padding-right: 20px;
  margin-left:-15px;
}
.product-list li.selected {
    border: 1px solid #07BCDE;
}

.product-list a.selected {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
}

.product-list a {
   font-family: geogrotesque-medium;
   font-size: 12px;
   font-weight: bold;
   text-transform: uppercase;
   color: #07BCDE;
   white-space:nowrap;
}

.product-list li {
    //display: inline-table;
    display: inline-table;
    list-style-type: none;
    max-width: 125px;
    min-width: 78px;
    padding: 10px;
    vertical-align: middle;
    white-space:nowrap;    
}


.product-header {
    border-bottom: 1px solid #BFBFBF;
    margin-bottom: 30px;
}
.product-header .product-list {
   margin-top: 20px;
   //margin-bottom: 20px;
 //  max-height: 68px;
}

.takeover .product-header .product-list {
   border-right: 0px solid #bfbfbf;
}

.list-inline-dots {
  padding-left: 12px;
  padding-bottom:15px;
}

.list-inline-dots li {
  display: list-item;
  float: left;
  list-style: disc outside none;
  width: 50%;
  padding-right: 10px;
}



.main.Client.Solutions {
  /*background: url("/images/tile-line-bg.png") repeat scroll 0 0 #141414;*/
  /*background:url("/images/tile-line-bg.png");*/
  /*background-repeat:repeat;*/
  /*background-attachment:scroll;*/
  background-color:#e9e9e9;
  width:100%;
}

.main.Client.Solutions #wrapper {
  background:transparent;
}

.Client.Solutions .section-top {
  background: url("/images/claw.png") no-repeat scroll 0 20px;
  width: 100%;
  height: 400px;
  position: relative; 
  z-index: 200;
}

.Client.Solutions h2 {
  font-family: Geogrotesque-Light;
  font-size: 22px;
  color: #07bcde;
}
 
.activities {
  position:relative;
  height:100%;
}

.activities div {
  position: absolute;
  text-transform: uppercase;
}

.solutions-list {
   margin-top: 30px;
}

.solutions-list a, .solutions-list a:hover, .solutions-list a:active, .solutions-list a:visited, .solutions-list a:link {
  font-family: Geogrotesque-Medium;
  font-size: 16px;
  color: #525252;
  text-decoration: none;
}

.activities a:hover, .platform a:hover {
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
}

.activities h2 {
  margin-left: 20px;
}

.activities div::after, .platform div::after {
  content: "";
  height: 20px;
  width: 20px;
  background: url("/images/Nav_Arrow_Right.png") no-repeat scroll 9px 6px / 6px auto rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 100%; 
}

.activities div:nth-child(2):hover::before {
  content: "";
  height: 20px;
  width: 20px;
 // background-color:#D13335;
 // border-radius: 50%;
 // webkit-border-radius: 50%;
  position:absolute;
  left:-22px;
  top:14px;
  background:  url(/images/icon-circle-hover.png);
  background-repeat:no-repeat;
  background-position: center;
}

.activities div:nth-child(2) {
    left: 128px;
    top: 49px;
}

.activities div:nth-child(3) {
    left: 204px;
    top: 111px;
}

.activities div:nth-child(4) {
    left: 53px;
    top: 173px;
}

.activities div:nth-child(5) {
    left: 135px;
    top: 251px;
}

.activities div:nth-child(6) {
    left: 358px;
    top: 268px;
}

.activities div:nth-child(7) {
    left: 556px;
    top: 296px;
}

.activities div:nth-child(8) {
    left: 469px;
    top: 227px;
}

.platform {
  top: 57px;
  position: absolute;
  left:840px;
}

.platform div {
  position: absolute;
  text-transform: uppercase;
}

.platform div:nth-child(2) {
  top: 35px;
}

.platform div:nth-child(3) {
  top: 76px;
}

.platform div:nth-child(4) {
  top: 118px;
}

.platform div:nth-child(5) {
  top: 159px;
}

.platform div:nth-child(6) {
  top: 200px;
}

@media (max-width:940px){
  
  .Client.Solutions .section-top{
    background:none;
    height: auto;
  }
  .activities, .platform, .section-data {
    height: auto;
    padding: 10px;
  }

  .activities div, .platform div{
    position:initial;
    padding-bottom:10px;
  }
  .platform{
    position:initial;
  }
  .data-wrapper{
    position:initial !important;
  }
  .data-wrapper div{
    text-align:left !important;
    width:auto !important;
    line-height:1 !important;
    padding-bottom:10px !important;
    display:block !important;
  }
  .section-data{
    margin-top:0px !important;
    height:auto !important;
    padding-top:35px !important; 
  }
  .activities h2{
    margin-left:0px; 
  }
  .activities div::after, .platform div::after{
     background:none;
     display:none;
  }
  .solutions-list{
     margin: 30px 0px 0px 15px;
  }
    
  #modalWindow.client-solutions{
     display: block;
     /*position: absolute !important;*/
     z-index: 10008;
     left: 0% !important;
    /* top: initial !important;*/
     margin-left:initial !important;
     /*margin-top:initial !important;*/
     max-width:850px;
     width:auto;
     min-height:initial;
     max-height:initial;
     height:100%;
     overflow-y:auto;
  }
}
#productImage img{
   margin-top:-15px;
   margin-left:-10px;
}
#productImage button{
   height:30px;
   border:0;
   outline:0;
}
.main.Client.Solution.Secondary.Page.Template .product-finder-cs-link{
   display:none;
}
.our-thinking-widget{
   padding-bottom:50px;
   padding-top:33px;
   border-top: 1px solid #2c2c2c;
}
.our-thinking-widget .card-details{
  /* border-left: 7px solid #ea794d;*/
}
.main.Client.Solution, .main.Client.Solution #wrapper{
   background:#efefef;
   color:#525252;
}
#modalWindow{
  z-index:10002 !important;
}
.lean-overlay{
  z-index:10001 !important;
}
.takeover .product-list a {
font-family: geogrotesque-medium;
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
color: #07BCDE;
}
.client-solutions-breadcrumbs{
font-family: Arial; 
font-size: 12px; 
color: #525252; 
text-transform:uppercase;
display:block;
padding-top:13px;
padding-bottom:8px;
}
.Client.Solution .page-header-description{
   padding-bottom:36px;
}
