.node-storyline .hrboss-laptop-page-container{
	background: none;
	border: none;
}
.node-storyline .hrboss-laptop-page-container .hrboss-laptop-top-text{
	padding-top: 0;
}
.node-storyline .hrboss-laptop-page-container .hrboss-laptop-bottom-text{
	padding-bottom: 0;
}

.node-storyline .content-position-container{
	text-align: center;
}
.node-storyline .content-position-container .content-position{
	font-size: 35px;
	font-weight: 300;
}
.node-storyline .content-title-container{
	text-align: center;
	font-size: 36px;
	font-weight: 300;
}

.node-storyline .field-name-field-associated-content:before{
	background-image: url(img/blue-upsidedown-arrow.png);
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	content: ' ';
	height: 41px;
	width: 100%;
	position: relative;
	top: 1px;
}
.node-storyline .field-name-field-associated-content .field-items .fiel-item{
	position: relative;
}

.node-storyline .content-line-image-container{
	width: 100%;
}
.node-storyline .content-line-image-container .content-line-image-wrapper{
	/*-webkit-transition: height 40ms ease-in;
  -moz-transition: height 40ms ease-in;
  -o-transition: height 40ms ease-in;
  transition: height 40ms ease-in;*/
}
.node-storyline .content-line-image-container.body{
	position: absolute;
	left: 0;
}
.node-storyline .content-line-image-body-wrapper{
	display: table;
	width: 100%;
}
.node-storyline .content-line-image-body-wrapper .content-wrapper{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.node-storyline .content-line-image-container .content-line-image-wrapper{
	width: 100%;
	height: 0;
	background-position: top center;
	background-repeat: no-repeat;
}

.node-storyline .node h2[property="dc:title"],
.node-storyline .node > h2{
	display: none;
}

.node-storyline .node.node-storyline-static-content .field-name-field-image,
.node-storyline .node.node-storyline-static-content .field-name-field-bottom-body,
.node-storyline .node.node-storyline-static-content .field-name-body{
	text-align: center;
	font-weight: 300;
}
.node-storyline .node.node-storyline-static-content .field-name-field-image{
	margin: 1.5em 0;
}


/* set the contents max-width */
.node-storyline .node,
.node-storyline .hrboss-laptop-page-wrapper{
	max-width: 1200px;
	margin: 0 auto;
}
.node-storyline .node.node-storyline-static-content .field-name-field-image img{
	max-width: 100%;
	height: auto;
}



/* story line action & execute */
.action-execute-wrapper{
  max-width: 906px;
  margin: 0 auto;
  /*box-shadow: 0 0 15px #ddd;*/
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}
.action-execute-header{
  background-color: #C7C7C7;
  padding: 10px;
  border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
}
.action-execute-header-footer{
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
}
.action-execute-header-bottom{
  margin-top: 8px;
}
.browser-sprite{
  background-image: url("img/browser-sprites.png");
  background-repeat: no-repeat;
}
.browser-buttons{
  width: 56px;
  float: left;
}
.browser-maximize{
  background-position: top right;
  float: right;
  width: 17px;
}
.browser-back-forward{
  background-position: 0 -21px;
  height: 24px;
  width: 53px;
  float: left;
}
.browser-url-box{
  float: left;
  width: 60%;
  background-color: #fff;
  background-position: -62px -21px;
  height: 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 8px;
}
.browser-url-box-refresh{
  float: right;
  background-position: -584px -21px;
  height: 24px;
  width: 31px;
  z-index: 2;
  position: relative;
}
.browser-search-box{
  float: right;
  width: 32%;
  background-color: #fff;
  height: 24px;
  background-position: -623px -21px;
  border-radius: 14px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
}

.action-execute-header-body{
  overflow: hidden;
  color: #333;
  position: relative;
}
.action-execute-header-body .body-container{
	max-width: 90%;
	margin: 0 auto;
}
.action-execute-header-body .body-container .logo-container{
  text-align: center;
  margin: 20px 0 50px;
}
.action-execute-header-body .body-container .content{
	text-align: center;
  margin-bottom: 100px;
}
.action-execute-header-body .body-container .content p,
.action-execute-header-body .body-container .content ul{
	margin-bottom: 0;
}
.action-execute-header-body .body-container .content strong{
  font-weight: 600;
}
.action-execute-header-body .body-container .content ul{
  text-align: left;
  padding-left: 20px;
  list-style-image: url("img/action-execute-check-b.png");
}
.action-execute-header-body .body-container .content ul li{
  margin-top: .7em;
}
.action-execute-employeboss{
  background: #E7EAEA;
}
.action-execute-hrboss{
  background: #F7F7F7;
}
.body-arow{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70px;
  margin: 0 auto;
}
.body-arrow-wrapper{
  display: table;
  width: 100%;
  height: 100%;
}
.body-arrow-wrapper .body-arrow-inner{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.action-execute-row{
  display: table;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.action-execute-row .background-page-explore-wrapper{
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}
.action-execute-col-sm-6{
  width: 50%;
  display: table-cell;
  padding: 20px;
  position: relative;
}
.analyse-visualise-wrapper .row *[class*="col-"]{
  margin-top: 15px;
  margin-bottom: 15px;
}
.analyse-visualise-item{
  border: 1px solid #E1E1E1;
  max-width: 368px;
  margin: 0 auto;
  overflow: hidden;
}
.analyse-visualise-item .analyse-visualise-item-header{
  padding: 10px;
  background: #E1E1E1;
}
.action-execute-row .background-page-explore-wrapper .eb-take-control-explore-button.background-page-explore-button-white{
  border: 1px solid #0E72B9;
  margin: 0 auto;
}
.action-execute-row .background-page-explore-wrapper .eb-take-control-explore-button.background-page-explore-button-white a{
  color: #0E72B9;
  width: auto;
  height: auto;
}
div.panel-pane div.node.node-storyline,
div.panel-pane div.node.node-storyline-static-content{
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 930px){
  .browser-search-box{
    width: 27%;
  }
}
@media screen and (max-width: 767px){
  .content-line-image-container{
    height: 40px !important;
    visibility: hidden;;
  }
  .content-line-image-body-wrapper{
    height: 0 !important;
  }
  .action-execute-row{
    display: block;
    height: 100%;
  }
  .action-execute-col-sm-6{
    width: 100%;
    padding: 20px;
    display: block;
  }
  .body-arow{
    display: none;
  }
  .browser-search-box{
    width: 20%;
  }
  .browser-url-box{
    width: 54%;
  }
  .action-execute-row .background-page-explore-wrapper{
    position: static;

  }
}
