#partners {
    background: url('../../../images/partners.jpg') no-repeat;
    background-position: bottom;
    background-color: #35438a;
}

.white, .white a {
    color: #fff;
}

.part-text {
    text-align: center;
}

.part-text h1 {
    color: #fff;
    font-size: 30px;
    margin-top: 30px;
}

.part-text h2 {
    color: #fff;
    font-size: 24px;
}

.part  h1 {
    border-bottom: 1px solid #ccc;
}

.part  h1 span {
    background: #e9e9e9;
    padding: 5px;
}

.xlogin {
    background: none;
    border: 2px solid #fff!important;
    color: #fff;
    padding: 9px 30px!important;
}

.buttons {
    margin: auto;
    display: block;
    width: 360px;
    margin-bottom: 16px;
}

.feat2 {
    background: #e9e9e9;
}

.feat2 h4 {
    font-size: 20px;
    font-family: LatoWebLight;
    text-align: center;
    margin-top: 0px;
    padding-top: 30px;
}

.benefit {
    font-size: 18px;
    font-family: LatoWebSemibold;
    margin: 10px 0px 30px 120px;
}

.benefit img {
    padding: 0 25px 0px 0;
    float: left;
}

.benefit>div>div {
    margin-bottom: 45px;
}

.feat2 h2 {
    text-align: center;
}

.NFR_selection {
    margin: 10px 0px;
}

.NFR_selection .item input {
    width: 20px;
    height: 20px;
}

/* Base for label styling */

.item [type="checkbox"]:not(:checked),
.item [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.item [type="checkbox"]:not(:checked) + label,
.item [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 30px;
}

/* checkbox aspect */
.item [type="checkbox"]:not(:checked) + label:before,
.item [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: -5px;
  width: 20px; height: 20px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 0px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
.item [type="checkbox"]:not(:checked) + label:after,
.item [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 1px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #000;
  transition: all .2s;
}
/* checked mark aspect changes */
.item [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.item [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.item [type="checkbox"]:disabled:not(:checked) + label:before,
.item [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.item [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.item [type="checkbox"]:disabled + label {
  color: #aaa;
}

#contentouter .download {
    background: url('../../../images/download.png') no-repeat;
    padding-left: 20px;
    padding-bottom: 8px;
    padding-top: 1px;
    
}

#contentouter a {
    font-size: 14px;
}

#story1 {
    background:  url('../../../images/SS/konica.jpg') no-repeat;
    background-position: center;
}

#story2 {
    background:  url('../../../images/SS/yoku.jpg') no-repeat;
    background-position: center;
}

#story3 {
    background:  url('../../../images/SS/us.jpg') no-repeat;
    background-position: center;
}

#story4 {
    background:  url('../../../images/SS/mediacloud.jpg') no-repeat;
    background-position: center;
}

#story5 {
    background:  url('../../../images/SS/global.jpg') no-repeat;
    background-position: center;
}


