.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 7px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
  width: 20%;
  float: left;
}

}
@media (min-width: 992px) {
  .col-md-5ths {
  width: 20%;
  float: left;
}

}
@media (min-width: 1200px) {
  .col-lg-5ths {
  width: 20%;
  float: left;
}

}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 7px;
  padding-right: 7px;
}
.row {
  margin-left: -7px;
  margin-right: -7px;
}
* {
  margin: 0;
  padding: 0;
}
header,
nav,
section,
article,
aside,
footer,
time {
  display: block;
}
blockquote {
  border: none;
  color: #999;
  font: normal 36px/40px "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 28px 0 42px 0;
}
body {
  position: relative;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-variant-ligatures: no-common-ligatures;
  -o-font-feature-settings: "liga" 0;
  -ms-font-feature-settings: "liga" 0;
  -moz-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed !important;
  color: #000000;
}
.alert-info {
  color: #3d3d3d;
  border: none;
  background: #f2f2f2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.bfr-aftr {
  position: absolute;
  content: '';
  z-index: 2;
}
.bread-crumbs {
  display: none;
}
.breadcrumb {
  padding: 20px 0;
  margin: 0;
  background: none;
  border-top: 1px solid #cccccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #a1a1a1;
  font-size: 12px;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0 2px 0;
}
.breadcrumb a {
  color: #333333;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #16a1e1;
  text-decoration: none;
}
.breadcrumb i {
  padding-left: 10px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumb i.fa-home {
  padding: 0;
  font-size: 18px;
  position: relative;
  top: -1px;
}
.breadcrumb i.fa-home:before {
  content: "\f015";
}
.breadcrumb i.fa-chevron-right:before {
  content: "\f054";
}
.breadcrumb > .active {
  color: #333333;
}
.breadcrumb.follow-us li {
  color: inherit;
  font: 15px/1 "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb.follow-us li i {
  font-size: 18px;
}
.breadcrumbs:first-child {
  margin-top: -20px;
  margin-bottom: 20px;
}
.breadcrumbs:first-child .breadcrumb {
  border-top: none;
  border-bottom: 1px solid #cccccc;
  padding-top: 0;
}
.btn {
  color: #ffffff;
  background-color: #16a1e1;
  border-color: #ffffff;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  border: none;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  color: #ffffff;
  background-color: #1180b3;
  border-color: #e0e0e0;
}
.btn:active,
.btn.active,
.open > .dropdown-toggle.btn {
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #16a1e1;
  border-color: #ffffff;
}
.btn .badge {
  color: #16a1e1;
  background-color: #ffffff;
}
.btn:hover,
.btn:active {
  color: #ffffff;
  background-color: #1180b3;
}
.btn.external:after {
  margin-left: 12px;
  vertical-align: middle;
  font-family: "Glyphicons Halflings";
  content: "\e164";
}
.btn.more {
  text-indent: -30px;
}
.btn.more:after {
  margin: 2px 10px 0 0;
  position: absolute;
  right: 0;
  font-family: "Glyphicons Halflings";
  content: '\e114';
}
.btn.more.minus:after {
  content: '\e113';
}
.btn.black {
  color: #ffffff;
  font-weight: normal;
  background: #000000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  white-space: normal;
  text-align: left;
}
.btn.black:hover {
  color: #000000;
  background: #ffffff;
}
.btn.gray {
  color: #000000;
  background: #f2f2f2;
}
.btn.gray.external:after {
  color: #6d6d6d;
}
.btn.gray:hover {
  color: #f2f2f2;
  background: #000000;
}
.btn.gray:hover:after {
  color: #f2f2f2;
}
.bx-wrapper {
  -ms-touch-action: none;
}
.bx-pager {
  position: absolute;
  top: 37px;
  right: 0;
  display: none;
}
.bx-pager .bx-pager-item {
  margin: 0 13px 0 0;
  float: left;
}
.bx-pager .bx-pager-item a {
  float: left;
  text-indent: -90000px;
  width: 19px;
  height: 19px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  outline: none;
  background: #f2f2f2;
}
.bx-pager .bx-pager-item a.active {
  background: #8b8a8a;
}
.bx-controls-direction a {
  width: 59px;
  height: 89px;
  position: absolute;
  top: 125px;
  text-indent: -90000px;
  outline: none;
  background: url("clientlib-master/images/layout/slider-arrows.png") no-repeat 0 0;
}
.bx-controls-direction a.bx-prev {
  left: 0;
}
.bx-controls-direction a.bx-next {
  right: 0;
  background-position: 100% 0;
}
a.disabled {
  color: #333333;
  cursor: default;
}
a.disabled:hover,
a.disabled:focus {
  text-decoration: none;
}
.filter-checkboxes {
  color: #6d6d6d;
  font-size: 12px;
}
.hidden {
  display: none;
}
.home .slide .main {
  padding: 30px 0 20px;
}
.home .slide:first-child {
  background-position: 50% -60px;
}
.home .slide:first-child .main {
  padding: 20px 0 20px;
}
.home .slide:first-child .main .titleText h1 {
  margin: 0 0 6px;
}
.home .slide:first-child.with-parallax .main {
  padding: 79px 0 20px;
}
.line {
  width: 100%;
  float: left;
}
.main {
  width: 96%;
  max-width: 950px;
  margin: 0 auto;
}
.no-text {
  text-indent: -90000px;
  float: left;
}
.quickLinks {
  display: none;
}
.scroll {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 5px 10px;
  max-height: 240px;
  overflow-y: scroll !important;
}
.sortby {
  font-size: 12px;
  margin-bottom: 10px;
}
.sortby a {
  border-radius: 4px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #e6e6e6;
  padding: 0 5px 3px;
}
.sortby a:hover,
.sortby a:focus {
  background: #1180b3;
  color: #ffffff;
  text-decoration: none;
}
.sortby a.disabled {
  background: #f1ab00;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.table table {
  margin: 0 0 25px;
}
.table table th {
  height: 43px;
  padding: 0 18px 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  white-space: nowrap;
  background: #000000;
  border-bottom: solid 1px #000000;
  border-left: solid 1px #ebebeb;
  display: none;
}
.table table th:first-child {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-left: solid 1px #000000;
}
.table table td {
  padding: 12px 15px 13px;
  font-size: 14px;
  line-height: 16px;
  background: #c7c7c7;
  border-left: solid 1px #ebebeb;
  border-top: solid 1px #ebebeb;
  display: none;
}
.table table td.feature {
  padding: 10px 20px 7px;
  color: #ffffff;
  font-size: 16px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  background: #6f6f6f;
  border-left: none;
}
.table table td .check {
  width: 22px;
  height: 16px;
  margin: 0 auto;
  display: block;
  background: url("clientlib-master/images/layout/check.png") no-repeat 0 0;
}
.table table .price td {
  height: 43px;
  color: #000000;
  text-align: center;
  font-size: 24px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff;
}
.table table .price td:first-child {
  color: #ffffff;
  text-align: left;
  background: #000000;
}
.table table .summary-mobile td {
  padding: 18px 15px 27px;
  font-size: 36px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #ffffff;
  border: none;
  border-bottom: solid 2px #f1f1f1;
}
.table table .summary-mobile td:first-child {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
  background: #000000;
}
.wrapper {
  width: 100%;
  overflow: hidden;
}
#middle {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
#video-modal .modal-header {
  border: none;
  min-height: 0;
  padding: 0;
}
#video-modal .modal-header .close {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
  background: url("clientlib-master/images/layout/dark-repeat.png") repeat;
  color: #ffffff;
  text-shadow: none;
  font-size: 12px;
  display: block;
  line-height: 20px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
}
#video-modal .modal-header .close span:first-child {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 17px;
  vertical-align: middle;
  padding-left: 2px;
}
#video-modal .modal-body {
  padding: 0;
}
#video-modal .modal-content {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
#video-modal .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */

  padding-top: 30px;
  height: 0;
}
#video-modal .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 480px) {
  .btn {
  max-width: 100%;
}

}
@media screen and (min-width: 768px) {
  body {
  overflow-x: hidden;
}
.bread-crumbs {
  margin: 3px 0 21px;
  font-size: 16px;
  display: block;
}
.bread-crumbs ul li {
  display: inline-block;
  font-family: 'bentonsansbold';
}
.bread-crumbs ul li:after {
  margin: 0 0px 0 4px;
  content: '>';
}
.bread-crumbs ul li:last-child:after {
  content: '';
}
.bx-controls-direction a {
  display: none;
}
.slides {
  padding: 56px 0 0;
}
.home {
  padding: 0;
}
.home .slide {
  background-attachment: fixed;
}
.home .slide .main {
  padding: 20px 0 20px;
  overflow: hidden;
}
.home .slide:first-child .main {
  padding: 176px 0 20px;
}
.home .slide:first-child.with-parallax .main {
  padding: 176px 0 20px;
}
.link .black {
  width: 330px;
  margin: 0;
  padding: 10px 40px 13px 20px;
  font-size: 16px;
  line-height: 21px;
}
.table table {
  margin: 0;
}
.table table th {
  display: table-cell;
}
.table table td {
  display: table-cell;
}
.table table .summary-mobile td {
  display: none;
}
.link.rgt {
  text-align: right;
}
.link.rgt .btn {
  margin-right: 15px;
}
.link.center {
  text-align: center;
}
.quickLinks {
  width: 270px;
  height: 110px;
  display: block;
  position: absolute;
  top: 340px;
  right: 10%;
  z-index: 100;
}
.quickLinks.closed {
  margin: 0 -215px 0 0;
}
.quickLinks.closed .switch:before {
  background-position: 0 0;
}
.quickLinks.fixed {
  position: fixed;
  top: 100px;
}
.quickLinks .switch {
  width: 55px;
  height: 106px;
  padding: 63px 0 0;
  float: left;
  display: block;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-family: 'bentonsansbold';
  line-height: 14px;
  text-transform: uppercase;
  text-align: center;
  background: #8c8c8c;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.quickLinks .switch:hover {
  background: #a3a3a3;
}
.quickLinks .switch:before {
  position: absolute;
  content: '';
  z-index: 2;
  width: 34px;
  height: 34px;
  top: 13px;
  left: 10px;
  background: url("clientlib-master/images/layout/quick-link-switch.png") no-repeat 0 -36px;
}
.quickLinks > article {
  width: 0;
  padding: 20px 0;
  float: left;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
  background: #676767;
}
.quickLinks > article h2 {
  width: 160px;
  margin: 0 25px 19px;
  font-size: 18px;
}
.quickLinks > article ul {
  width: 210px;
  margin: 0 25px;
}
.quickLinks > article ul li {
  margin: 0 0 9px;
}
.quickLinks > article ul li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-family: 'bentonsansbold';
}
.row .heroCaption {
  margin-top: 0;
}

}
@media screen and (min-width: 992px) {
  
}
@font-face {
  font-family: 'icomoon';
src: url('clientlib-master/fonts/icomoon.eot?11y7kf');
src: url('clientlib-master/fonts/icomoon.eot?#iefix11y7kf') format('embedded-opentype'), url('clientlib-master/fonts/icomoon.woff?11y7kf') format('woff'), url('clientlib-master/fonts/icomoon.ttf?11y7kf') format('truetype'), url('clientlib-master/fonts/icomoon.svg?11y7kf#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="i-"],
[class*=" i-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.i-external-link:before {
  content: "\e604";
}
.i-sap:before {
  content: "\e603";
}
.i-ft-chat:before {
  content: "\e601";
}
.i-ft-mail:before {
  content: "\e602";
}
.i-chevron-left:before {
  content: "\f053";
}
.i-chevron-right:before {
  content: "\f054";
}
.i-chevron-up:before {
  content: "\f077";
}
.i-chevron-down:before {
  content: "\f078";
}
.i-angle-double-left:before {
  content: "\f100";
}
.i-angle-double-right:before {
  content: "\f101";
}
.i-angle-double-up:before {
  content: "\f102";
}
.i-angle-double-down:before {
  content: "\f103";
}
.i-angle-left:before {
  content: "\f104";
}
.i-angle-right:before {
  content: "\f105";
}
.i-angle-up:before {
  content: "\f106";
}
.i-angle-down:before {
  content: "\f107";
}
.i-navicon:before {
  content: "\f0c9";
}
.i-home:before {
  content: "\f015";
}
.i-search:before {
  content: "\f002";
}
.i-phone:before {
  content: "\f095";
}
.i-comment:before {
  content: "\f075";
}
.i-play-circle:before {
  content: "\f144";
}
.i-twitter-square:before {
  content: "\f081";
}
.i-facebook-square:before {
  content: "\f082";
}
.i-linkedin-square:before {
  content: "\f08c";
}
.i-youtube-square:before {
  content: "\f166";
}
.i-th:before {
  content: "\f00a";
}
.i-th-list:before {
  content: "\f00b";
}
.i-check:before {
  content: "\f00c";
}
.i-times:before {
  content: "\f00d";
}
.i-plus:before {
  content: "\f067";
}
.i-minus:before {
  content: "\f068";
}
.i-film:before {
  content: "\f008";
}
.i-database:before {
  content: "\f1c0";
}
.i-file-text:before {
  content: "\f15c";
}
.i-file-o:before {
  content: "\f016";
}
.i-file-text-o:before {
  content: "\f0f6";
}
.i-file-excel-o:before {
  content: "\f1c3";
}
.i-file-powerpoint-o:before {
  content: "\f1c4";
}
.i-file-word-o:before {
  content: "\f1c2";
}
.i-file-code-o:before {
  content: "\f1c9";
}
.i-file-pdf-o:before {
  content: "\f1c1";
}
.i-arrow-circle-o-down:before {
  content: "\f01a";
}
.i-arrow-circle-o-up:before {
  content: "\f01b";
}
.i-user:before {
  content: "\f007";
}
.i-rss:before {
  content: "\f09e";
}
.i-rss-square:before {
  content: "\f143";
}
.i-caret-left:before {
  content: "\f0d9";
}
.i-caret-right:before {
  content: "\f0da";
}
.i-caret-up:before {
  content: "\f0d8";
}
.i-caret-down:before {
  content: "\f0d7";
}
.i-unsorted:before {
  content: "\f0dc";
}
.i-sort-up:before {
  content: "\f0de";
}
.i-sort-down:before {
  content: "\f0dd";
}
.i-tag:before {
  content: "\f02b";
}
.i-tags:before {
  content: "\f02c";
}
.i-rotate-right:before {
  content: "\f01e";
}
.i-calendar:before {
  content: "\f073";
}
.i-mail:before {
  content: "\e600";
}
@font-face {
  font-family: 'bentonsansblack';
src: url('clientlib-master/fonts/bentonsans-black-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-black-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-black-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-black-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsansbold';
src: url('clientlib-master/fonts/bentonsans-bold-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-bold-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-bold-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsansbook';
src: url('clientlib-master/fonts/bentonsans-book-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-book-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-book-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-book-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsansbook_italic';
src: url('clientlib-master/fonts/bentonsans-bookitalic-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-bookitalic-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-bookitalic-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-bookitalic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsansextralight';
src: url('clientlib-master/fonts/bentonsans-extralight-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-extralight-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-extralight-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsanslight';
src: url('clientlib-master/fonts/bentonsans-light-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-light-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-light-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-light-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsanslight_italic';
src: url('clientlib-master/fonts/bentonsans-lightitalic-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-lightitalic-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-lightitalic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsansmedium';
src: url('clientlib-master/fonts/bentonsans-medium-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-medium-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-medium-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-medium-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsansregular';
src: url('clientlib-master/fonts/bentonsans-regular-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-regular-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-regular-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
  font-family: 'bentonsansregular';
src: url('clientlib-master/fonts/bentonsans-regularitalic-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-regularitalic-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-regularitalic-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-regularitalic-webfont.ttf') format('truetype');
font-weight: normal;
font-style: italic;
}
@font-face {
  font-family: 'bentonsansthin';
src: url('clientlib-master/fonts/bentonsans-thin-webfont.eot');
src: url('clientlib-master/fonts/bentonsans-thin-webfont.eot?#iefix') format('embedded-opentype'), url('clientlib-master/fonts/bentonsans-thin-webfont.woff') format('woff'), url('clientlib-master/fonts/bentonsans-thin-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*="icon-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  *margin-right: .3em;
  line-height: 24px;
  vertical-align: middle;
  background: transparent url("clientlib-master/images/layout/icons-social.png") no-repeat 0 0;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-facebook {
  background-position: 0 0;
}
.icon-twitter {
  background-position: -24px 0;
}
.icon-youtube {
  background-position: -48px 0;
}
.icon-linkedin {
  background-position: -72px 0;
}
.icon-googleplus {
  background-position: -96px 0;
}
.icon-slideshare {
  background-position: -120px 0;
}
.icon-email {
  background-position: -144px 0;
}
[class*="icon-flag-"] {
  background: transparent url("clientlib-master/images/layout/icons-country.png") no-repeat 0 0;
}
.icon-flag-us {
  background-position: 0 0;
}
.icon-flag-germany {
  background-position: -24px 0;
}
.icon-flag-italy {
  background-position: -48px 0;
}
[class*="icon-connect-"] {
  width: 41px;
  height: 41px;
  background: transparent url("clientlib-master/images/layout/contacts.png") no-repeat 0 0;
}
.icon-connect-phone {
  background-position: -58px -71px;
}
.icon-connect-email {
  background-position: -71px 0;
  width: 45px;
  height: 30px;
}
.icon-connect-chat {
  background-position: -71px -30px;
}
.icon-doc {
  background: transparent url("clientlib-master/images/layout/doc.png") no-repeat 0 0;
  width: 27px;
  height: 32px;
  line-height: 32px;
  margin-right: 5px;
}
.icon-doc-small {
  background: none;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  margin-right: 5px;
}
.icon-doc-small:before {
  content: "\f1c1";
}
body {
  font-size: 14px;
}
strong,
b {
  font-weight: normal;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  color: #16a1e1;
  outline: none;
}
a:hover {
  color: #003283;
  text-decoration: underline;
}
a:active {
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 24px;
  line-height: 26px;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2,
.h2 {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 16px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
ul {
  margin: 0;
}
ul li {
  list-style: none;
}
dt {
  font-weight: normal;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table td {
  vertical-align: top;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
input,
textarea,
select {
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  outline: none;
  background: none;
  border: none;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  body {
  font-size: 16px;
}
h1,
.h1 {
  font-size: 36px;
  line-height: 38px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 18px;
}

}
@media screen and (min-width: 768px) {
  
}
@media screen and (min-width: 992px) {
  
}
.slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.slide .main {
  padding: 30px 0 20px;
}
.slides .section:first-child .slide .main {
  padding: 20px 0 20px;
}
.slides .section:first-child .slide .main .titleText h1 {
  margin: 0 0 6px;
}
.slide.white {
  background: #ffffff;
}
.slide.gray {
  background: #f2f2f2;
}
#slide-navigation {
  position: fixed;
  right: 300000px;
  top: 220px;
  z-index: 999;
}
#slide-navigation li {
  width: 120px;
  height: 36px;
  margin: 0 0 6px;
  position: relative;
}
#slide-navigation li a {
  margin: 6px 6px 0 0;
  float: right;
  font-size: 0;
  color: #161616;
  text-align: center;
  text-decoration: none;
  outline: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#slide-navigation li a:after {
  width: 6px;
  height: 36px;
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: -16px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 5px 0px #6d6d6d;
  box-shadow: 0 0 3px 0px #6d6d6d;
}
#slide-navigation li a.current {
  width: 99px;
  height: 18px;
  padding: 0;
  font-size: 12px;
  line-height: 15px;
  text-indent: -5px;
  background: url("clientlib-master/images/layout/slide-name.png") no-repeat 0 0;
}
#slide-navigation li a.current:after {
  width: 12px;
  background: #f0ab00;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  .slide {
  width: 100%;
}
.slide .main .bx-wrapper .bx-controls-direction a {
  top: 245px;
}

}
@media screen and (min-width: 768px) {
  .slide {
  background-repeat: no-repeat;
}
.slide .main {
  padding: 40px 0 20px;
  position: relative;
}
.slide .main .bx-wrapper .bx-controls-direction a {
  top: 184px;
}
.slide .main .testimonials .bx-wrapper .bx-controls-direction a {
  top: 85px;
}
.slides .section:first-child .slide .main {
  padding: 120px 0 20px;
}
.slides .section:first-child .slide .main .titleText h1 {
  margin: 0 0 6px;
}
.slide.gray .main {
  padding: 0;
}
.slide.partneredge {
  background-repeat: no-repeat;
}
#slide-navigation {
  right: 50px;
}

}
@media handheld, only screen and (min-width: 900px) {
  .slides .section:first-child .slide .row {
  margin-left: -7px;
}
.slides .section:first-child .slide .row .col-md-4 {
  width: 33.33333333%;
  float: left;
  padding-left: 7px;
  padding-right: 7px;
}

}
@media screen and (min-width: 992px) {
  .slide {
  background-size: auto;
}

}
#header {
  width: 100%;
  height: 59px;
  position: relative;
  top: 0;
  z-index: 11;
  background: #ffffff url("clientlib-master/images/layout/header-repeat.gif") repeat-x 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header section {
  width: 96%;
  max-width: 950px;
  margin: 0 auto;
  width: 98%;
  height: 59px;
}
#header section .extra span,
#header section .extra a,
#header section .extra div {
  display: none;
}
#header section .extra .phone {
  position: absolute;
  top: 15px;
  right: 60px;
  white-space: nowrap;
  font-size: 18px;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header section .search form {
  display: none;
}
#header section .search .show-search {
  width: 32px;
  height: 31px;
  margin: 14px 57px 0 -20px;
  float: right;
  cursor: pointer;
  text-indent: -90000px;
  background: url("clientlib-master/images/layout/loupe.png") no-repeat 0 0;
  display: none;
}
#header section .search .show-search:hover {
  opacity: 0.8;
}
#header section #logo {
  width: 200px;
  height: 39px;
  margin: 10px 0 0 1%;
  padding: 12px 0 0 78px;
  float: left;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  line-height: 18px;
  color: #3d3d3d;
  text-decoration: none;
  background: url("clientlib-master/images/layout/sap-logotype.png") no-repeat 0 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #header section #logo {
  background-image: url("clientlib-master/images/layout/sap-logotype@2x.png");
  background-size: 78px 73px;
}

}
#header .navbar-header {
  position: absolute;
  top: 11px;
  right: 11px;
}
#header .navbar-toggle {
  width: 37px;
  height: 37px;
  border: 1px solid #cccccc;
  margin: 0;
  padding: 0;
  text-align: center;
}
#header .navbar-toggle .icon-bar {
  background: #16a1e1;
  border-radius: 2px;
  display: block;
  width: 18px;
  margin: 2px auto;
  height: 3px;
}
#header .navbar {
  min-height: 0;
  border: none;
}
.headerNavigation {
  width: 100%;
}
.headerNavigation a:hover,
.headerNavigation a:focus {
  text-decoration: none;
}
.headerNavigation ul.nav-justified > li {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.headerNavigation ul.nav-justified > li a {
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.headerNavigation ul.nav-justified > li > a {
  color: #3d3d3d;
  display: block;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  height: 50px;
  line-height: 45px;
  margin: 0;
  padding: 0 12px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}
.headerNavigation ul.nav-justified > li > a:hover,
.headerNavigation ul.nav-justified > li > a:active {
  background: #f2f2f2;
}
.headerNavigation ul.nav-justified > li.open > a {
  background: #f2f2f2;
}
.headerNavigation ul.nav-justified > li.open .nav-toggle .fa-caret-up {
  display: inline-block;
}
.headerNavigation ul.nav-justified > li.open .nav-toggle .fa-caret-down {
  display: none;
}
.headerNavigation ul.nav-justified > li.current > a,
.headerNavigation ul.nav-justified > li.current > a:hover,
.headerNavigation ul.nav-justified > li.current > a:active {
  color: #ffffff;
  background: #f1ab00;
  text-shadow: 0 1px 3px #be8700;
}
.headerNavigation .navbar-collapse {
  padding: 0;
  max-height: 800px;
}
.headerNavigation .navbar-collapse.in {
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.4);
}
.nav-toggle {
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border-left: 1px solid #cccccc;
  display: block;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.nav-toggle .fa-caret-up,
.nav-toggle .fa-caret-down {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: -4px;
  position: relative;
}
.nav-toggle .fa-caret-up {
  display: none;
}
.nav-toggle .fa-caret-up:before {
  content: "\f106";
}
.nav-toggle .fa-caret-down:before {
  content: "\f107";
}
.current .nav-toggle {
  background: #f1ab00;
  border-left: 1px solid #d89900;
}
.nav-utility {
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.nav-utility ul {
  margin: 0;
  padding: 0;
}
.nav-utility ul > li {
  margin: 0;
  padding: 0;
}
.nav-utility ul > li a {
  display: block;
  padding: 6px 12px;
}
.nav-utility .i-external-link,
.nav-utility .fa {
  font-size: 12px;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-color: #f2f2f2;
  border-radius: 0 0 4px 4px;
  border: none;
  display: block;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  padding: 0;
}
.dropdown-menu.ready {
  -webkit-transition: 0.2s all ease-out;
  -o-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  visibility: visible;
}
.dropdown-menu a {
  color: #333333;
  display: block;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .nav-utility ul > li {
  display: block;
}
.headerNavigation ul.nav-justified > li > a {
  background-image: -webkit-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #f2f2f2 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f2f2f2 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffffffff', GradientType=0);
}
.dropdown-menu {
  border-radius: 0;
  float: none;
  padding: 0;
  position: static;
}
.dropdown-menu a {
  padding: 6px 50px 6px 24px;
}
.dropdown-menu > li:first-child {
  padding-top: 10px;
}
.dropdown-menu > li:last-child {
  padding-bottom: 10px;
  -webkit-box-shadow: inset 0 -4px 8px -4px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -4px 8px -4px rgba(0, 0, 0, 0.3);
}
.dropdown-menu .row {
  margin: 0;
  padding: 0;
}

}
/* Different resolutions */
@media screen and (min-width: 480px) {
  #header {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#header section .search .show-search {
  margin: 14px 57px 0 -130px;
}

}
@media screen and (min-width: 768px) {
  #header {
  height: 131px;
  position: absolute;
  background-color: transparent;
}
#header > section {
  width: 96%;
  height: 56px;
  overflow: hidden;
}
#header > section #logo {
  width: auto;
  margin: 12px 0 0;
  padding: 9px 0 0 67px;
  font-size: 12px;
  background-position: 0 -40px;
  text-indent: 0;
  white-space: nowrap;
}
#header > section .extra {
  width: auto;
  max-width: 500px;
  margin: 9px 169px 0 -800px;
  float: right;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}
#header > section .extra span,
#header > section .extra a {
  display: inline;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  white-space: nowrap;
}
#header > section .extra section {
  width: auto;
  height: auto;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}
#header > section .extra section span {
  margin-right: 13px;
}
#header > section .extra section span.phone {
  position: relative;
  top: 0;
  right: 0;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#header > section .extra section a.contact {
  white-space: nowrap;
}
#header > section .extra section div {
  display: inline-block;
}
#header > section .search {
  width: 150px;
  height: 20px;
  margin: 16px 0 0;
  float: right;
  position: relative;
}
#header > section .search form {
  width: 150px;
  height: 20px;
  position: relative;
  display: block;
}
#header > section .search form input[type="search"],
#header > section .search form input[type="text"],
#header > section .search form input {
  width: 150px;
  height: 20px;
  padding: 0 7px 3px;
  float: left;
  color: #333;
  font-family: 'bentonsansmedium';
  font-size: 12px;
  background: #d6d6d6;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
#header > section .search form input[type="search"]::-webkit-input-placeholder,
#header > section .search form input[type="text"]::-webkit-input-placeholder,
#header > section .search form input::-webkit-input-placeholder,
#header > section .search form input[type="search"]::-moz-placeholder,
#header > section .search form input[type="text"]::-moz-placeholder,
#header > section .search form input::-moz-placeholder,
#header > section .search form input[type="search"]:-ms-input-placeholder,
#header > section .search form input[type="text"]:-ms-input-placeholder,
#header > section .search form input:-ms-input-placeholder,
#header > section .search form input[type="search"].placeholder,
#header > section .search form input[type="text"].placeholder,
#header > section .search form input.placeholder {
  color: #ada9a9;
}
#header > section .search form input[type="search"].placeholder,
#header > section .search form input[type="text"].placeholder,
#header > section .search form input.placeholder {
  color: #ada9a9;
}
#header > section .search form input[type="search"]:-ms-input-placeholder,
#header > section .search form input[type="text"]:-ms-input-placeholder {
  line-height: 22px;
}
#header > section .search form input[type="submit"] {
  width: 12px;
  height: 13px;
  margin: 3px 0 0;
  position: absolute;
  right: 3px;
  text-indent: -90000px;
  float: left;
  background: url("clientlib-master/images/layout/small-loupe.png") no-repeat center;
}
#header > section .search .show-search {
  display: none;
}
.headerNavigation {
  padding-top: 30px;
  background: url("clientlib-master/images/layout/bg-utility-nav.png") 50% 0 no-repeat;
}
.headerNavigation .nav-utility,
.headerNavigation .navbar {
  width: 96%;
  max-width: 950px;
  margin: 0 auto;
}
.headerNavigation .nav-utility {
  position: absolute;
  bottom: 64px;
  right: 0;
  text-align: right;
}
.headerNavigation .nav-utility ul > li a {
  display: block;
  padding: 0 12px;
}
.headerNavigation .navbar {
  -webkit-box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.headerNavigation .navbar .navbar-collapse {
  margin-left: -1px;
  margin-right: -1px;
}
.lt-ie10 .headerNavigation .navbar .navbar-collapse {
  margin-left: 0;
  margin-right: 0;
}
.headerNavigation ul.nav-justified {
  display: table;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.headerNavigation ul.nav-justified > li {
  border: none;
  border-left: 1px solid #e1e1e1;
  width: 20%;
  position: static;
}
.headerNavigation ul.nav-justified > li a {
  font-size: 12px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
}
.headerNavigation ul.nav-justified > li > a {
  font-size: 16px;
  height: 64px;
  line-height: 59px;
  margin: 0;
  text-align: center;
}
.headerNavigation ul.nav-justified > li.open > a:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background: #f2f2f2;
  z-index: 1001;
}
.headerNavigation ul.nav-justified > li:first-child {
  border-left: none;
}
.headerNavigation ul.nav-justified > li:first-child > a {
  border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
}
.headerNavigation ul.nav-justified > li:first-child.open > a {
  border-bottom-left-radius: 0;
}
.headerNavigation ul.nav-justified > li:last-child > a {
  border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
}
.headerNavigation ul.nav-justified > li:last-child.open > a {
  border-bottom-right-radius: 0;
}
.headerNavigation .navbar {
  min-height: 64px;
}
.headerNavigation .nav-toggle {
  display: none;
}
.headerNavigation.isopen .navbar,
.headerNavigation.isopen ul.nav-justified > li:first-child > a,
.headerNavigation.isopen ul.nav-justified > li:last-child > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.nav-utility {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  height: 26px;
}
.nav-utility .i-external-link {
  margin-left: 3px;
}
.dropdown-menu {
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.4);
  text-align: left;
}
.dropdown-menu a {
  display: block;
  padding: 10px 20px;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  color: #16a1e1;
}
.dropdown-menu > li:first-child {
  border-top: 1px solid #e1e1e1;
}
.dropdown-menu .row {
  margin: 0;
}
.dropdown-menu .row:first-child {
  padding-top: 6px;
}
.dropdown-menu .row:last-child {
  padding-bottom: 6px;
}
.lt-ie9 .dropdown-menu .row {
  padding-top: 6px;
  padding-bottom: 6px;
}
.dropdown-menu .col-xs-1,
.dropdown-menu .col-sm-1,
.dropdown-menu .col-md-1,
.dropdown-menu .col-lg-1,
.dropdown-menu .col-xs-2,
.dropdown-menu .col-sm-2,
.dropdown-menu .col-md-2,
.dropdown-menu .col-lg-2,
.dropdown-menu .col-xs-3,
.dropdown-menu .col-sm-3,
.dropdown-menu .col-md-3,
.dropdown-menu .col-lg-3,
.dropdown-menu .col-xs-4,
.dropdown-menu .col-sm-4,
.dropdown-menu .col-md-4,
.dropdown-menu .col-lg-4,
.dropdown-menu .col-xs-5,
.dropdown-menu .col-sm-5,
.dropdown-menu .col-md-5,
.dropdown-menu .col-lg-5,
.dropdown-menu .col-xs-6,
.dropdown-menu .col-sm-6,
.dropdown-menu .col-md-6,
.dropdown-menu .col-lg-6,
.dropdown-menu .col-xs-7,
.dropdown-menu .col-sm-7,
.dropdown-menu .col-md-7,
.dropdown-menu .col-lg-7,
.dropdown-menu .col-xs-8,
.dropdown-menu .col-sm-8,
.dropdown-menu .col-md-8,
.dropdown-menu .col-lg-8,
.dropdown-menu .col-xs-9,
.dropdown-menu .col-sm-9,
.dropdown-menu .col-md-9,
.dropdown-menu .col-lg-9,
.dropdown-menu .col-xs-10,
.dropdown-menu .col-sm-10,
.dropdown-menu .col-md-10,
.dropdown-menu .col-lg-10,
.dropdown-menu .col-xs-11,
.dropdown-menu .col-sm-11,
.dropdown-menu .col-md-11,
.dropdown-menu .col-lg-11,
.dropdown-menu .col-xs-12,
.dropdown-menu .col-sm-12,
.dropdown-menu .col-md-12,
.dropdown-menu .col-lg-12 {
  padding-left: 0;
  padding-right: 0;
}

}
@media screen and (min-width: 992px) {
  .headerNavigation ul.nav-justified > li a {
  font-size: 14px;
}

}
#footer {
  width: 100%;
  overflow: hidden;
  color: #333333;
  position: relative;
  z-index: 999;
  margin-top: 20px;
}
#footer .footer-connect {
  background: #ffffff;
  padding-top: 20px;
}
#footer .footer-connect i {
  margin-left: 20px;
  font-size: 48px;
  line-height: 48px;
  color: #f1ab00;
}
#footer .footer-connect i.i-ft-mail {
  font-size: 30px;
}
#footer .footer-connect dl {
  margin: 0 0 20px 75px;
}
#footer .footer-connect dl dt a {
  font: normal "16px/22px" "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000000;
}
#footer .footer-connect dl dt a:hover {
  text-decoration: none;
  color: #f1ab00;
}
#footer .footer-connect dl dd {
  font-size: 12px;
}
#footer .footer-navigation {
  background: #f2f2f2;
}
#footer .footer-navigation h6,
#footer .footer-navigation ul {
  text-align: center;
}
#footer .footer-navigation ul li,
#footer .footer-navigation h6 {
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
}
#footer .footer-navigation h6 {
  margin-bottom: 0;
}
#footer .footer-navigation i {
  margin-top: -3px;
  margin-right: 3px;
}
#footer .footer-navigation ul {
  margin: 20px 0 23px;
}
#footer .footer-navigation ul li.divider {
  height: 0;
}
#footer .footer-navigation .social i {
  margin-right: 0;
}
#footer .footer-navigation .social ul {
  margin-top: 0;
}
#footer .footer-navigation a {
  color: #333333;
  height: 24px;
  line-height: 24px;
  display: inline-block;
}
#footer .footer-navigation a:hover {
  color: #333333;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  #footer .main {
  display: table;
  padding-left: 0;
  padding-right: 0;
  border-top: 1px solid #cccccc;
}
#footer .main .row {
  display: table-row;
}
#footer .main .row .col-sm-6 {
  display: table-cell;
  float: none;
  vertical-align: top;
}
#footer .footer-connect i {
  margin-left: 0;
}
#footer .footer-connect dl {
  margin-bottom: 0;
  margin-left: 60px;
}
#footer .col-sm-6 {
  border-left: 1px solid #cccccc;
  padding: 20px 28px;
}
#footer .col-sm-6:first-child {
  border-left: none;
}

}
@media screen and (min-width: 992px) {
  #footer .main {
  display: table;
  padding-left: 0;
  padding-right: 0;
}
#footer .main .row {
  display: table-row;
}
#footer .main .row .col-md-4 {
  display: table-cell;
  float: none;
  vertical-align: top;
}
#footer .footer-connect i {
  margin-left: 0;
}
#footer .footer-connect dl {
  margin-bottom: 0;
  margin-left: 60px;
}
#footer .social {
  text-align: right;
}
#footer .col-md-4 {
  border-left: 1px solid #cccccc;
  padding: 20px 28px;
}
#footer .col-md-4:first-child {
  border-left: none;
}

}
@media screen and (min-width: 1200px) {
  #footer .footer-connect dl dt a {
  font-size: 18px;
}
#footer .footer-navigation ul {
  text-align: left;
}
#footer .footer-navigation .social h6 {
  padding-left: 5px;
  display: inline-block;
}
#footer .footer-navigation .social h6,
#footer .footer-navigation .social ul {
  float: right;
  text-align: right;
  margin-top: 20px;
}

}
/*!
 * Yamm!3 - Yet another megamenu for Bootstrap 3
 * http://geedmo.github.com/yamm3
 *
 * @geedmo - Licensed under the MIT license
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .nav-justified .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  box-shadow: none;
}
.nav-justified .open .dropdown-menu > li > a,
.nav-justified .open .dropdown-menu .dropdown-header {
  padding: 5px 15px 5px 25px;
}
.nav-justified .open .dropdown-menu > li > a {
  line-height: 22px;
}
.nav-justified .open .dropdown-menu > li > a:hover,
.nav-justified .open .dropdown-menu > li > a:focus {
  background-image: none;
}

}
.carousel {
  margin: -20px 0 20px;
  padding: 85px 1px 0;
  overflow: inherit;
}
.carousel .bx-wrapper .bx-controls-direction a {
  top: 200px;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-prev {
  margin-left: -2%;
}
.carousel .bx-wrapper .bx-controls-direction a.bx-next {
  margin-right: -2%;
}
.carousel article {
  height: 300px;
  margin: 0 1px 120px;
  padding: 0 14px 25px;
  position: relative;
  background: #fafafa;
  border: solid 1px #c4c3c3;
}
.carousel article > h1 {
  width: 286px;
  min-height: 46px;
  height: 46px;
  margin: 0 -14px 18px;
  padding: 15px 14px 21px;
  color: #ffffff;
  font-size: 16px;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  background: #000000;
}
.carousel article > h2 {
  margin: 0 0 29px;
  font-size: 36px;
  line-height: 37px;
}
.carousel article p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 17px;
}
.carousel article .more {
  width: 69px;
  height: 69px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  text-indent: -90000px;
  cursor: pointer;
  background: url("clientlib-master/images/layout/more-triangle.png") no-repeat 0 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.carousel article .more:hover {
  opacity: 0.8;
}
.carousel article .more:before {
  position: absolute;
  content: '';
  z-index: 2;
  width: 8px;
  height: 8px;
  bottom: 16px;
  left: 42px;
  z-index: 11;
  background: url("clientlib-master/images/layout/more-content.png") no-repeat 0 0;
}
.carousel article.active:after {
  height: 8px;
  position: absolute;
  content: '';
  z-index: 2;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 11;
  background: #f1ab00;
}
.carousel article.active .more {
  background-position: 0 -71px;
}
.carousel article.active .more:before {
  background-position: -9px 0;
}
.carousel.usecase .bx-viewport {
  margin: 0 0 40px;
}
.carousel.testimonials {
  margin: 50px 0 -10px;
  padding: 20px 10px 0;
}
.carousel.testimonials .bx-wrapper {
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.carousel.testimonials .bx-viewport {
  margin: 0 0 15px;
}
.carousel.testimonials article {
  width: 178px;
  height: 250px;
  padding: 8px;
  position: relative;
  background: #fdfdfd;
}
.carousel.testimonials article h1 {
  width: auto;
  height: auto;
  min-height: 5px;
  margin: 0 8px 4px;
  padding: 0;
  color: #000000;
  text-transform: none;
  font-size: 13px;
  line-height: 16px;
  background: none;
}
.carousel.testimonials article p {
  margin: 0 8px 10px;
  font-size: 12px;
  line-height: 14px;
}
.carousel.testimonials article img {
  max-width: 162px;
  margin: 0 0 20px;
}
.carousel.testimonials article .testimonial-content {
  height: 81px;
  overflow: hidden;
}
.carousel.testimonials article .testimonial-content > section {
  width: 160px;
  height: 80px;
  display: table-cell;
  vertical-align: bottom;
}
.carousel.testimonials article footer {
  width: 162px;
  height: 28px;
  margin: 0;
  padding: 4px 0 0;
  position: absolute;
  left: 7px;
  bottom: 4px;
  font-size: 12px;
  background: #ffffff;
  border-top: solid 1px #e1e1e1;
}
.carousel.testimonials article footer span {
  width: 18px;
  height: 17px;
  margin: 4px 0 0 8px;
  float: right;
  cursor: pointer;
  background: url("clientlib-master/images/layout/carousel-footer-elements.png") no-repeat 0 0;
}
.carousel.testimonials article footer span.comments {
  background-position: 0 0;
}
.carousel.testimonials article footer span.play {
  background-position: -27px 0;
}
.carousel.testimonials article footer span:hover {
  opacity: 0.8;
}
.carousel.testimonials article footer a {
  width: 45px;
  float: left;
  cursor: pointer;
  color: #16a1e1;
}
.carousel.testimonials article footer a:after {
  width: 8px;
  height: 7px;
  margin: 0 0 0 5px;
  display: inline-block;
  content: "";
  background: url("clientlib-master/images/layout/up-down-arrows.png") no-repeat 0 0;
}
.carousel.testimonials article.active:after {
  display: none;
}
.carousel.testimonials article.active footer a:after {
  background-position: -9px 0;
}
.carousel.testimonials .bx-wrapper .bx-pager {
  top: -27px;
}
.carousel.testimonials .bx-wrapper .bx-controls-direction {
  display: none;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  .carousel {
  padding: 95px 30px 0;
}
.slide .main .carousel .bx-wrapper .bx-controls-direction a {
  top: 200px;
}

}
@media screen and (min-width: 768px) {
  .slide .main .carousel.usecase .bx-wrapper .bx-controls-direction a {
  top: 120px;
}
.slide .main .carousel.testimonials .bx-wrapper .bx-controls-direction a {
  top: 85px;
}
.bx-pager {
  display: block;
}
.carousel {
  margin: 20px 0 25px;
  padding: 10px 0 0;
}
.carousel article {
  width: 288px;
  height: 345px;
  margin: 0 14px 20px;
  margin: 0 0 20px;
  padding: 0 24px 25px;
  float: left;
}
.carousel article > h1 {
  margin: 0 -24px 18px;
}
.carousel.usecase {
  margin: 25px 0 0;
  padding: 0 0 20px;
}
.carousel.usecase .bx-viewport {
  margin: 0 0 40px 13px;
}
.carousel.testimonials {
  width: 100%;
  margin: 20px 0 0;
  padding: 0;
  padding-bottom: 10px;
}
.carousel.testimonials .bx-wrapper .bx-pager {
  width: 100%;
  top: 265px;
  display: block;
  text-align: center;
}
.carousel.testimonials .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0 3px;
  float: none;
  display: inline-block;
}
.carousel.testimonials .bx-wrapper .bx-pager .bx-pager-item a {
  width: 11px;
  height: 11px;
  float: none;
  display: inline-block;
  background: #ffffff;
  /* -webkit-box-shadow: 0 0 1px 1px #c9c9c9;
                box-shadow: 0 0 1px 1px #c9c9c9;
                */
  
  -webkit-box-shadow: inset 0 1px 1px 1px #9b9a9a;
  box-shadow: inset 0 1px 1px 1px #9b9a9a;
}
.carousel.testimonials .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #9b9a9a;
}
.carousel.testimonials .bx-wrapper .bx-controls-direction {
  display: block;
}
.carousel .bx-pager {
  display: none;
}
.carousel .bx-controls-direction {
  display: block;
}
.carousel .bx-controls-direction a {
  width: 42px;
  height: 72px;
  display: block;
}
.carousel .bx-controls-direction a:hover {
  opacity: 0.8;
}
.carousel .bx-controls-direction a.bx-prev {
  left: -23px;
  background-position: 0 -99px;
}
.carousel .bx-controls-direction a.bx-next {
  right: -23px;
  background-position: -78px -99px;
}

}
@media screen and (min-width: 992px) {
  
}
.events {
  margin: 0 0 30px;
}
.events .alert-info {
  margin: 0 0 45px;
  padding: 13px 20px 14px;
}
.events .alert-info h2 {
  margin: 0;
  font-size: 24px;
}
.events .alert-info h2 .glyphicon {
  margin-right: 5px;
}
.events h3 {
  margin: 0 0 8px;
}
.events p {
  line-height: 29px;
}
.events p a {
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.events .col-md-4 {
  margin-bottom: 45px;
}
.events .btn {
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
/* Different resolutions */
/* phone */
@media screen and (min-width: 480px) {
  .events .alert-info h2 {
  font-size: 36px;
}
.events .alert-info h2 .glyphicon {
  margin-right: 15px;
}

}
/* tablet */
@media screen and (min-width: 768px) {
  .events {
  padding: 20px 0 25px;
  border-bottom: solid 1px #ebebeb;
}
.events .alert-info {
  margin: 0 0 30px;
  padding: 11px 20px 14px;
}
.events .alert-info h2 {
  margin: 0;
  font-size: 36px;
}
.events .alert-info h2 .glyphicon {
  margin-top: -10px;
  margin-right: 15px;
  vertical-align: middle;
}
.events h3 {
  margin: 0 0 8px;
  font-size: 14px;
}
.events p {
  margin: 0 15px 10px 0;
  font-size: 14px;
  line-height: 17px;
}
.events .col-md-4 {
  margin-bottom: 20px;
}
.events .btn {
  width: auto;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

}
/* desktop */
@media screen and (min-width: 992px) {
  
}
.filter {
  display: none;
}
.filter ul {
  margin: 35px 0 0;
}
.filter ul li {
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.filter ul li a {
  height: 50px;
  padding: 10px 20px 0;
  display: inline-block;
  font-size: 18px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #000000;
}
.filter ul li:hover a {
  background: #f1f1f1;
}
.filter ul li.active a {
  color: #ffffff;
  background: #f0ab00;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  .filter {
  display: block;
}

}
@media screen and (min-width: 992px) {
  
}
.row .heroCaption {
  margin-top: 0;
}
.row .heroCaption > article {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.heroCaption article {
  max-width: 260px;
  margin: 0 0 6px;
  padding: 14px 20px;
  position: relative;
  color: #ffffff;
  background: url("clientlib-master/images/layout/dark-repeat.png") repeat;
}
#section_section .row .heroCaption article {
  padding: 14px 20px;
}
.heroCaption article > :last-child {
  margin-bottom: 0;
}
.heroCaption article.with-corner:before {
  width: 0;
  height: 0;
  position: absolute;
  content: '';
  z-index: 2;
  border: 11px solid transparent;
  border-top-color: #f1ab00;
  border-left-color: #f1ab00;
  top: 0;
  left: 0;
}
.heroCaption article.white {
  color: #000000;
  background: #ffffff;
  background: url("clientlib-master/images/layout/white-repeat.png") repeat;
}
.heroCaption article h1 {
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
}
.heroCaption article ul {
  margin-left: 20px;
}
.heroCaption article ul li {
  margin-top: 6px;
  list-style: disc;
}
.heroCaption article ul li:first-child {
  margin-top: 0;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  .heroCaption article {
  max-width: 255px;
}

}
@media screen and (min-width: 768px) {
  .heroCaption article {
  max-width: 330px;
  margin: 0;
  padding: 19px 20px 17px;
}
.row .heroCaption article {
  background: none;
  padding: 0 20px 0 0;
}
#section_section .row .heroCaption article {
  background: url("clientlib-master/images/layout/dark-repeat.png") repeat;
  padding: 14px 20px;
}
#section_section .row .heroCaption article.white {
  background: #ffffff;
  background: url("clientlib-master/images/layout/white-repeat.png") repeat;
}

}
@media screen and (min-width: 992px) {
  
}
.productsComparison {
  margin: 0 0 20px;
}
.productsComparison .offering {
  width: 100%;
  max-width: 950px;
  min-height: 300px;
  margin: 0;
  padding: 20px;
  display: none;
  position: relative;
  z-index: 10000;
  background: #f1f1f1;
}
.productsComparison .offering .close-button {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 20px;
  right: 20px;
  text-indent: -9000px;
  z-index: 10;
  cursor: pointer;
  background: url("clientlib-master/images/layout/close.png") no-repeat center;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.productsComparison .offering .close-button:hover {
  opacity: 0.8;
}
.productsComparison .offering .content {
  padding-right: 40px;
}
.productsComparison .offering .description {
  margin: 0;
  overflow: hidden;
  background: #ffffff;
}
.productsComparison .offering .description article {
  width: 100%;
  min-height: 170px;
  padding: 37px 34px 15px;
}
.productsComparison .offering .description article.extra {
  padding: 32px 30px 26px;
  color: #ffffff;
  background: #aed456;
  border: none;
}
.productsComparison .offering .btn {
  width: 100%;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  .productsComparison .offering .description article {
  background: url("clientlib-master/images/layout/description.png") no-repeat 93% 92px;
}

}
@media screen and (min-width: 768px) {
  .productsComparison .offering {
  overflow: hidden;
  position: absolute;
  top: 206px;
}
.productsComparison .offering:before {
  display: none;
}
.productsComparison .offering .close-button {
  top: 25px;
  right: 25px;
}
.productsComparison .offering .content > :first-child {
  margin-top: 0;
}
.productsComparison .offering .description {
  margin: 25px 0 30px;
}
.productsComparison .offering .description article {
  width: 66%;
  min-height: 170px;
  padding: 20px 34px 0;
  float: left;
  background: url("clientlib-master/images/layout/description-small.png") no-repeat 90% 87px;
}
.productsComparison .offering .description article h2 {
  margin: 0 0 35px;
  font-size: 36px;
}
.productsComparison .offering .description article p {
  margin: 0 180px 0 0;
  font-size: 14px;
  line-height: 17px;
}
.productsComparison .offering .description article.extra {
  width: 34%;
  padding: 39px 30px 35px;
}
.productsComparison .offering .description article.extra p {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 28px;
}
.productsComparison .offering .btn {
  width: auto;
  float: right;
}

}
@media screen and (min-width: 992px) {
  
}
.prompting {
  max-width: 240px;
  height: 70px;
  position: relative;
}
.prompting a {
  max-width: 240px;
  height: 70px;
  padding: 12px 65px 0 25px;
  display: block;
  position: relative;
  color: #7f7f7f;
  font-size: 18px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 21px;
  text-decoration: none;
  background: #000000 url("clientlib-master/images/layout/scroll-arrow-down.png") no-repeat 182px 22px;
}
.prompting a:hover {
  text-decoration: none;
  color: #000000;
  background-color: #ffffff;
}
.prompting a span {
  display: block;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  .prompting {
  max-width: 255px;
}
.prompting a {
  max-width: 255px;
}

}
@media screen and (min-width: 768px) {
  .prompting {
  width: 330px;
  height: 50px;
}
.prompting a {
  width: 330px;
  max-width: 330px;
  height: 50px;
  padding: 14px 25px 0;
  font-size: 14px;
  line-height: 21px;
  background-position: 274px 14px;
}
.prompting a span {
  display: inline;
}

}
@media screen and (min-width: 992px) {
  
}
.quote {
  color: #7e7e7e;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
.quote article {
  margin: 19px -2% 0;
  padding: 43px 50px 70px 70px;
  background: #f4f4f4 url("clientlib-master/images/layout/quotes-top-white.png") no-repeat 15px 25px;
}
.quote article p {
  margin: 0;
  font-size: 24px;
  line-height: 29px;
}
.quote article p:after {
  width: 45px;
  height: 29px;
  margin: 4px 0 0 11px;
  display: inline-block;
  content: '';
  background: url("clientlib-master/images/layout/quotes-down-white.png") no-repeat 0 0;
}
.quote .name {
  margin: -60px -2% 55px;
  padding-left: 70px;
  font-size: 18px;
  display: block;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  .quote article {
  margin: 19px 0 0;
  padding: 9px 10px 0 32px;
  background: url("clientlib-master/images/layout/quotes-top.png") no-repeat 0 0;
}
.quote article p:after {
  width: 23px;
  height: 16px;
  margin: 0 0 0 7px;
  background: url("clientlib-master/images/layout/quotes-down.png") no-repeat 0 0;
}
.quote .name {
  margin: 10px 0 0 32px;
  padding-left: 0;
  font-size: 14px;
}

}
@media screen and (min-width: 992px) {
  
}
.resources {
  position: relative;
}
.resources .resources-content {
  margin: 0;
  padding: 22px 35px 5px;
  background: #f3f3f3;
}
.resources .resources-content .resources-content-hidden {
  display: none;
  padding: 0;
}
.resources .resources-content article {
  margin: 0 0 35px;
}
.resources .resources-content article h1,
.resources .resources-content article h2 {
  margin: 0 0 20px;
  font-size: 25px;
}
.resources .resources-content article ul li {
  min-height: 37px;
  margin: 0 0 19px;
  padding: 0 0 0 51px;
  background: url("clientlib-master/images/layout/doc.png") no-repeat 0 1px;
}
.resources .resources-content article ul li.play {
  background: url("clientlib-master/images/layout/play-small-mobile.png") no-repeat 0 2px;
}
.resources .resources-content article ul li a {
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  display: block;
  text-decoration: none;
}
.resources .resources-content article ul li a:hover {
  color: #666;
  text-decoration: underline;
}
.resources .show-content {
  width: 65px;
  height: 65px;
  position: absolute;
  top: -123px;
  right: 18px;
  text-indent: -900000px;
  cursor: pointer;
  background: url("clientlib-master/images/layout/plus-minus.png") no-repeat 0 0;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.resources .show-content.minus {
  background-position: -67px 0;
}
.resources .btn.more {
  display: none;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  .resources {
  width: 100%;
  margin: 0;
}
.resources .resources-content {
  margin: 0 0 16px;
  padding: 30px 35px 5px;
}
.resources .resources-content article {
  margin: 0 0 25px;
  overflow: hidden;
}
.resources .resources-content article h1,
.resources .resources-content article h2 {
  margin: 0 0 14px;
  font-size: 18px;
}
.resources .resources-content article ul li {
  margin: 0 20px 14px 0;
  padding: 0 0 0 30px;
}
.resources .resources-content article ul li.doc {
  background: url("clientlib-master/images/layout/doc-small.png") no-repeat 0 3px;
}
.resources .resources-content article ul li.play {
  background: url("clientlib-master/images/layout/play-small.png") no-repeat 0 5px;
}
.resources .resources-content article ul li a {
  font-size: 14px;
  line-height: 21px;
}
.resources .show-content {
  top: -99px;
  display: none;
}
.resources .link.rgt .btn {
  margin: 0;
}
.resources .btn.more {
  width: 120px;
  display: inline-block;
}

}
@media screen and (min-width: 992px) {
  
}
.socialFeed {
  margin: 0 0 35px;
  padding: 8px 0 0;
}
.socialFeed article {
  margin: 0 6px 10px 0;
  padding: 12px 20px 10px;
  overflow: hidden;
  background: #ededed;
  border: solid 1px #cccccc;
}
.socialFeed article .links {
  width: 100%;
  float: left;
  margin: 14px 0 0;
  font-size: 0;
}
.socialFeed article .links a {
  margin: 0 11px 0 0;
  float: left;
  text-indent: -90000px;
  background: url("clientlib-master/images/layout/social.png") no-repeat -90000px;
}
.socialFeed article .links a.email {
  width: 25px;
  height: 20px;
  background-position: 0 0;
}
.socialFeed article .links a.fb {
  width: 21px;
  height: 21px;
  background-position: 0 -22px;
}
.socialFeed article .links a.twi {
  width: 21px;
  height: 21px;
  background-position: 0 -45px;
}
.socialFeed article .links a.download {
  width: 19px;
  height: 28px;
  margin: -7px 0 0;
  float: right;
  background-position: 0 -68px;
}
.socialFeed article .links a:hover {
  opacity: 0.8;
}
.socialFeed article .url {
  width: 215px;
  height: 29px;
  padding: 3px 10px 0 38px;
  float: left;
  color: #cccccc;
  font-size: 14px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #ffffff url("clientlib-master/images/layout/link.png") no-repeat 10px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.socialFeed article .copy {
  width: 71px;
  height: 29px;
  float: left;
  color: #cccccc;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
  background: #3d3d3d;
}
.socialFeed article .copy:hover {
  color: #ffffff;
  background: #000000;
}
.socialFeed .filter-links {
  overflow: hidden;
}
.socialFeed .filter-links li {
  width: 74px;
  height: 23px;
  margin: 0 2px 5px 0;
  float: left;
}
.socialFeed .filter-links li a {
  width: 74px;
  height: 23px;
  padding: 1px 0 0;
  float: left;
  color: #cccccc;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #696969;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.socialFeed .filter-links li a:hover {
  color: #ffffff;
  background: #000000;
}
.socialFeed .level {
  margin: 5px 10px 0 0;
  padding: 0 0 0 20px;
  float: right;
  font: 12px 'bentonsansbook_italic';
  line-height: 20px;
  background: url("clientlib-master/images/layout/star.png") no-repeat 0 3px;
}
/* Different resolutions */
/* phone */
@media screen and (min-width: 480px) {
  
}
/* tablet */
@media screen and (min-width: 768px) {
  .socialFeed {
  margin: 0;
}

}
/* desktop */
@media screen and (min-width: 992px) {
  
}
.steps {
  padding: 0 20px;
  margin: 0 0 10px;
}
.steps ol,
.steps ul {
  margin-left: 42px;
}
.steps ol > li,
.steps ul > li {
  list-style-type: disc;
  margin-bottom: 6px;
}
.steps ol > li {
  list-style-type: decimal;
}
.steps .length,
.steps .video,
.steps .step-content {
  display: none;
}
.steps .watch-video {
  height: 84px;
  margin: 0 100px 15px 0;
  padding: 20px 15px 0 0;
  float: right;
  position: relative;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.steps .watch-video:after {
  position: absolute;
  content: '';
  z-index: 2;
  width: 84px;
  height: 84px;
  top: 0;
  margin: 0 0 0 15px;
  background: url("clientlib-master/images/layout/watch-video.png") no-repeat 0 0;
}
.steps .opened {
  display: block;
}
/* mobile ONLY */
@media screen and (max-width: 767px) {
  .steps .description {
  padding-bottom: 20px;
}
.steps .description > :first-child {
  margin-top: 0;
}
.steps article {
  border-bottom: 1px solid #cccccc;
}
.steps article h2 {
  line-height: 1.1;
  margin: 0;
  min-height: 48px;
  padding: 14px 60px 24px 0;
  position: relative;
  z-index: 10;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.steps article h2:after {
  width: 48px;
  height: 48px;
  position: absolute;
  content: '';
  z-index: 2;
  top: 0;
  right: 0;
  background: url("clientlib-master/images/layout/plus-minus-mobile.png") no-repeat 0 0;
}
.steps article h2.minus:after {
  background-position: 0 -50px;
}

}
/* Different resolutions */
/* phone */
@media screen and (min-width: 480px) {
  
}
/* tablet */
@media screen and (min-width: 768px) {
  .steps {
  margin: 0;
  padding: 0;
}
.steps .row {
  margin: 0px 0 25px;
  border: none;
}
.steps article {
  margin: 0 5px;
}
.steps .video {
  display: block;
  text-align: center;
}
.steps .length {
  margin: 30px 0 6px;
  display: block;
  font-size: 16px;
  color: #828282;
}
.steps .watch-video {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  float: none;
  display: block;
  text-indent: -900000px;
  background: url("clientlib-master/images/layout/watch-video-desktop.png") no-repeat 0 0;
}
.steps .watch-video:after {
  display: none;
}
.steps .watch-video:hover {
  opacity: 0.7;
}
.steps .step-content {
  padding-top: 10px;
  display: block;
}
.steps .opened {
  display: block;
  overflow: hidden;
}

}
/* desktop */
@media screen and (min-width: 992px) {
  
}
.textContainer {
  overflow: hidden;
}
.textContainer > article {
  margin: 0 20px 14px;
  overflow: hidden;
}
.row .textContainer > article {
  margin-left: 13px;
  margin-right: 13px;
}
.textContainer > article.gray-mobile {
  padding: 20px;
  background: #f2f2f2;
}
.textContainer > article > h1 {
  margin: 0 0 6px;
  padding: 3px 20px 7px 10px;
  font-size: 24px;
  line-height: 26px;
  border-left: solid 10px #16a1e1;
}
.textContainer > article > h1.no-border {
  padding-left: 0;
  border-left: none;
}
.textContainer > article > article > :last-child {
  margin-bottom: 0;
}
.textContainer > article > article h1 {
  font-size: 16px;
  line-height: 1.428571429;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 6px;
}
.textContainer > article > article p {
  margin-bottom: 6px;
}
.textContainer img {
  margin: 10px 0 15px;
  border: solid 8px #e9e9e9;
}
.textContainer img.rgt {
  margin: 0 10px 10px 10px;
  float: right;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  .textContainer > article {
  margin: 0 0 14px;
}
.row .textContainer > article {
  margin-left: 0;
  margin-right: 0;
}
.textContainer > article > h1 {
  width: 33.333%;
  border-left-width: 20px;
  padding-left: 20px;
  float: left;
}
.textContainer > article > article {
  width: 66.666%;
  margin: 0 0 0 33.333%;
  padding-top: 10px;
  padding-left: 7px;
}
.textContainer > article > article.one-col {
  clear: left;
  width: 100%;
  margin: 0 0 15px;
  padding-top: 0;
}
.textContainer > article .row {
  margin-left: 0;
  margin-right: 0;
}
.textContainer > article .row .col-md-6 {
  padding-left: 14px;
  padding-right: 14px;
}
.textContainer > article .row .col-md-6:first-child {
  padding-left: 0;
}
.textContainer > article.gray-mobile {
  padding: 0;
  background: none;
}
.textContainer > article.gray-mobile > article.gray {
  background: #f2f2f2;
  padding: 20px;
}
.textContainer > article img {
  margin: 0;
}

}
@media screen and (min-width: 992px) {
  .textContainer > article > h1 {
  font-size: 36px;
  line-height: 38px;
}

}
.textImagePanel {
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.textImagePanel img {
  margin: 0 auto 10px;
  display: block;
}
.textImagePanel .col-md-6,
.textImagePanel .col-md-12 {
  padding: 10px 20px;
}
.textImagePanel .col-md-6.white,
.textImagePanel .col-md-12.white {
  color: #ffffff;
  background: url("clientlib-master/images/layout/black-repeat.png") repeat;
}
.textImagePanel .col-md-6.black,
.textImagePanel .col-md-12.black {
  color: #000000;
  background: url("clientlib-master/images/layout/white-repeat.png") repeat;
}
.textImagePanel .wide-image .text-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.col-md-4 .textImagePanel,
.col-md-6 .textImagePanel {
  margin-bottom: 10px;
}
.col-md-4 .textImagePanel .wide-image .col-md-12,
.col-md-6 .textImagePanel .wide-image .col-md-12 {
  padding: 0;
}
.col-md-4 .textImagePanel .wide-image .text-wrapper,
.col-md-6 .textImagePanel .wide-image .text-wrapper {
  display: none;
}
/* Different resolutions */
/* phone */
@media screen and (min-width: 480px) {
  
}
/* tablet */
@media screen and (min-width: 768px) {
  .textImagePanel {
  padding: 0;
}
.textImagePanel .row {
  margin-left: -14px;
  margin-right: -14px;
}
.textImagePanel .col-md-6 {
  padding: 0 14px;
}
.textImagePanel .col-md-6.black,
.textImagePanel .col-md-6.white {
  background: none;
}
.textImagePanel .rgt {
  float: right;
}
.textImagePanel .wide-image {
  position: relative;
}
.textImagePanel .wide-image .col-md-12 {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}
.textImagePanel .wide-image .col-md-6 {
  position: relative;
  width: 50%;
}
.col-md-4 .textImagePanel,
.col-md-6 .textImagePanel {
  margin-bottom: 10px;
}
.col-md-4 .textImagePanel .wide-image .col-md-12,
.col-md-6 .textImagePanel .wide-image .col-md-12 {
  position: static;
  padding: 0 34px 0 14px;
}
.col-md-4 .textImagePanel .wide-image .text-wrapper,
.col-md-6 .textImagePanel .wide-image .text-wrapper {
  display: none;
}

}
/* desktop */
@media screen and (min-width: 992px) {
  
}
.textVideoPanel {
  width: 100%;
  margin: 20px 0;
  position: relative;
  z-index: 100;
  display: none;
}
.textVideoPanel .panel-wrapper {
  padding: 0;
  background: #ffffff;
  overflow: hidden;
  display: block;
}
.textVideoPanel:before {
  position: absolute;
  content: '';
  z-index: 2;
  width: 47px;
  height: 24px;
  margin: 0 0 0 -23px;
  left: 50%;
  top: -17px;
  z-index: 100;
  background: url("clientlib-master/images/layout/panel-triangle.png") no-repeat 0 0;
}
.textVideoPanel .content {
  width: 100%;
  padding: 46px 14px 20px;
  background: #ffffff;
  display: block;
}
.textVideoPanel .content.rgt {
  padding: 5px 20px 20px;
}
.textVideoPanel .content.rgt iframe {
  min-height: 300px;
}
.textVideoPanel h1 {
  margin: 0 0 20px;
  font-size: 36px;
  line-height: 35px;
}
.textVideoPanel h2 {
  margin: 0 0 9px;
  font-size: 25px;
}
.textVideoPanel p {
  margin: 0 0 12px;
  line-height: 28px;
}
.textVideoPanel.standalone {
  margin: 0 0 20px;
  display: block;
  background: #ffffff;
}
.textVideoPanel.standalone:before {
  display: none;
}
.textVideoPanel.standalone .panel-wrapper {
  padding: 0;
  background: none;
}
.textVideoPanel.standalone .panel-wrapper .content {
  padding-top: 10px;
  background: none;
}
.textVideoPanel.standalone p a strong {
  font-weight: normal;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  .textVideoPanel {
  margin: 0px 0 30px;
}
.textVideoPanel .panel-wrapper {
  padding: 0;
  display: table-row;
  height: 100%;
}
.textVideoPanel:before {
  width: 29px;
  height: 17px;
  margin: 0 0 0 100px;
  left: 0;
  top: -17px;
  background: url("clientlib-master/images/layout/panel-triangle-small.png") no-repeat 0 0;
}
.textVideoPanel .content {
  width: 50%;
  padding: 31px 15px 14px 20px;
  display: table-cell;
  vertical-align: top;
}
.textVideoPanel .content.rgt {
  width: 50%;
  height: 100%;
  padding: 15px 15px 15px 27px;
}
.textVideoPanel .content.rgt p:first-child {
  margin-right: 15px;
  margin-top: 35px;
}
.textVideoPanel .content.rgt iframe {
  min-height: 100px;
  display: block;
  height: 100%;
}
.textVideoPanel h1 {
  margin: 0 0 26px;
  font-size: 36px;
}
.textVideoPanel h2 {
  font-size: 18px;
}
.textVideoPanel p {
  font-size: 16px;
  line-height: 24px;
}
.textVideoPanel.standalone {
  margin: 15px 0 50px;
  padding: 0;
}
.textVideoPanel.standalone .panel-wrapper {
  padding: 0;
  background: none;
}
.textVideoPanel.standalone .panel-wrapper .content {
  padding: 25px 20px;
  background: none;
  vertical-align: top;
}
.textVideoPanel.standalone h1 {
  margin: -8px 0 8px;
  font-size: 36px;
}
.textVideoPanel.standalone h3 {
  margin: 0 0 1px;
  font-size: 14px;
}
.textVideoPanel.standalone p {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 17px;
}

}
@media screen and (min-width: 992px) {
  
}
.home .threeColumnCaption .services {
  overflow-y: scroll;
  height: 540px;
}
.home .threeColumnCaption .bx-wrapper .services {
  height: auto;
}
.threeColumnCaption {
  position: relative;
  margin: 0 -2% 20px;
  overflow: hidden;
}
.threeColumnCaption .services {
  margin: 0;
  padding: 0 10px;
  float: left;
}
.threeColumnCaption .services.mobile-invisible {
  display: none;
}
.threeColumnCaption .services > article {
  padding: 20px;
  position: relative;
}
.threeColumnCaption .services > article .image {
  width: 1%;
  margin: 0 0 58px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.threeColumnCaption .services > article .image img {
  margin: 0 auto;
  display: block;
}
.threeColumnCaption .services > article h1,
.threeColumnCaption .services > article h2 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 20px;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
.threeColumnCaption .services > article h1 a,
.threeColumnCaption .services > article h2 a {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.threeColumnCaption .services > article h1 a:hover,
.threeColumnCaption .services > article h2 a:hover {
  color: #003283;
}
.threeColumnCaption .services > article .more {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
  color: #16a1e1;
  outline: none;
}
.threeColumnCaption .services > article .more:after {
  width: 8px;
  height: 7px;
  margin: 0 0 0 5px;
  display: inline-block;
  content: "";
  background: url("clientlib-master/images/layout/up-down-arrows.png") no-repeat -100px 0;
}
.threeColumnCaption .bx-wrapper .services {
  overflow-y: inherit;
}
.threeColumnCaption .bx-controls-direction a {
  top: 70px;
  background-size: 60px 85.5px;
  width: 29.5px;
  height: 44.5px;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  .threeColumnCaption .bx-wrapper .services > article {
  padding: 75px 65px 25px;
}

}
@media screen and (min-width: 768px) {
  .home .threeColumnCaption .services {
  overflow-y: hidden;
}
.threeColumnCaption {
  overflow: hidden;
  margin: 0 0 40px;
}
.threeColumnCaption .services {
  margin-left: -14px;
  margin-right: -14px;
  padding: 0;
  display: block;
}
.threeColumnCaption .services.mobile-invisible {
  display: block;
}
.threeColumnCaption .services > article {
  width: 33.333%;
  min-height: 100px;
  margin: 0;
  padding: 0 14px;
  float: left;
  overflow: hidden;
}
.threeColumnCaption .services > article .image {
  height: 160px;
  margin: 0;
  overflow: hidden;
}
.threeColumnCaption .services > article .image img {
  max-width: 130px;
}
.threeColumnCaption .services > article p {
  font-size: 14px;
}
.threeColumnCaption .services > article .more:after {
  background-position: 0 0;
}
.threeColumnCaption .services > article .more.active:after {
  background-position: -9px 0;
}
.threeColumnCaption .services > article.active {
  background: #f1f1f1 url("clientlib-master/images/layout/three-column-section-active.png") repeat-x 0 0;
}
.threeColumnCaption .bx-wrapper {
  display: none;
}

}
@media screen and (min-width: 992px) {
  .threeColumnCaption .services > article h1,
.threeColumnCaption .services > article h2 {
  font-size: 24px;
  line-height: 26px;
}

}
.threeColumnLinking {
  position: relative;
}
.threeColumnLinking .events p {
  line-height: 1.428571429;
}
.threeColumnLinking .events p a {
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.threeColumnLinking .in-touch {
  position: relative;
}
.threeColumnLinking .in-touch.mobile-invisible {
  display: none;
}
.threeColumnLinking .in-touch > article {
  padding: 150px 20px 20px;
  position: relative;
}
.threeColumnLinking .in-touch > article:before {
  position: absolute;
  content: '';
  z-index: 2;
  top: 43.5px;
  left: 50%;
  height: 38px;
  background: url("clientlib-master/images/layout/intouch.png") no-repeat -90000px 0;
  background-size: 159px 145px;
}
.threeColumnLinking .in-touch > article.events:before {
  width: 75px;
  height: 81px;
  margin: 0 0 0 -37.5px;
  background-position: 0 0;
}
.threeColumnLinking .in-touch > article.news:before {
  width: 76px;
  height: 64px;
  margin: 16px 0 0 -38px;
  background-position: -77.5px 0;
}
.threeColumnLinking .in-touch > article.latest-posts:before {
  width: 74px;
  height: 57px;
  margin: 30px 0 0 -37px;
  background-position: -1px -82.5px;
}
.threeColumnLinking .in-touch > article .btn {
  width: 100%;
  margin: 0;
  position: relative;
  text-align: left;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.threeColumnLinking .in-touch > article .btn:after {
  right: 12px;
  font-size: 18px;
  position: absolute;
}
.threeColumnLinking .in-touch > article article {
  margin: 0;
  padding: 14px 20px;
  border-top: 1px solid #f2f2f2;
}
.threeColumnLinking .in-touch > article article:first-child {
  border-top: none;
}
.threeColumnLinking .in-touch > article article h1,
.threeColumnLinking .in-touch > article article p {
  font-size: 14px;
  line-height: 1.428571429;
  margin: 0 0 6px;
}
.threeColumnLinking .in-touch > article article h1:last-child,
.threeColumnLinking .in-touch > article article p:last-child {
  margin-bottom: 0;
}
.threeColumnLinking .in-touch > article article h1 {
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.threeColumnLinking .bx-pager {
  position: absolute;
  top: 38px;
  right: 0;
}
.threeColumnLinking .bx-controls-direction a {
  top: 70px;
  background-size: 60px 85.5px;
  width: 29.5px;
  height: 44.5px;
}
.threeColumnLinking .bx-controls-direction a.bx-prev {
  margin-left: -2%;
}
.threeColumnLinking .bx-controls-direction a.bx-next {
  margin-right: -2%;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  .slide .main .threeColumnLinking .bx-wrapper .bx-controls-direction a {
  top: 70px;
}

}
@media screen and (min-width: 768px) {
  .threeColumnLinking {
  overflow: hidden;
}
.threeColumnLinking .in-touch {
  padding: 30px 0 0;
  display: block;
}
.threeColumnLinking .in-touch.mobile-invisible {
  display: block;
}
.threeColumnLinking .in-touch > article {
  width: 30%;
  margin: 0 5% 0 0;
  padding: 100px 0 0;
  float: left;
}
.threeColumnLinking .in-touch > article:before {
  top: 0;
  background-size: 318px 290px;
}
.threeColumnLinking .in-touch > article.events {
  border-bottom: none;
}
.threeColumnLinking .in-touch > article.events:before {
  width: 72px;
  height: 78px;
  margin: 0 0 0 -36px;
  background-position: -246px -128px;
}
.threeColumnLinking .in-touch > article.news:before {
  width: 89px;
  height: 78px;
  margin: 1px 0 0 -45px;
  background-position: -153px -130px;
}
.threeColumnLinking .in-touch > article.latest-posts {
  margin-right: 0;
  float: right;
}
.threeColumnLinking .in-touch > article.latest-posts:before {
  width: 99px;
  height: 75px;
  margin: 2px 0 0 -43px;
  background-position: -153px -214px;
}
.threeColumnLinking .in-touch > article article {
  padding: 14px 0;
}
.threeColumnLinking .bx-wrapper {
  display: none;
}
.threeColumnLinking .bx-wrapper .in-touch > article {
  height: 630px;
  padding: 100px 0 30px;
}
.threeColumnLinking .bx-wrapper .in-touch > article:before {
  top: -100px;
  height: 76px;
}
.threeColumnLinking .bx-wrapper .in-touch > article.events:before {
  width: 150px;
  height: 162px;
  margin: 0 0 0 -75px;
  background-position: 0 0;
}
.threeColumnLinking .bx-wrapper .in-touch > article.news:before {
  width: 152px;
  height: 128px;
  margin: 16px 0 0 -76px;
  background-position: -155px 0;
}
.threeColumnLinking .bx-wrapper .in-touch > article.latest-posts:before {
  width: 148px;
  height: 114px;
  margin: 30px 0 0 -74px;
  background-position: -2px -165px;
}

}
@media screen and (min-width: 992px) {
  
}
.titleText h1 {
  width: auto;
  margin: 0 0 6px;
  display: inline-block;
  font-weight: normal;
  border-bottom: solid 5px #f1ab00;
  white-space: normal;
}
.titleText h1.no-border {
  border: none;
}
.titleText h1.white {
  color: #000000;
  background: #ffffff;
  padding: 5px 15px 15px;
}
.titleText h1.black {
  color: #ffffff;
  background: #000000;
  padding: 5px 15px 15px;
}
.titleText h2 {
  margin: 0 0 18px;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.titleText h2.white {
  color: #ffffff;
}
.titleText h2.black {
  color: #000000;
}
.slide:first-child .titleText h2 {
  margin-bottom: 0;
  max-width: 480px;
}
.slide:first-child .titleText h2.white,
.slide:first-child .titleText h2.black {
  padding: 6px 20px 9px;
}
.slide:first-child .titleText h2.white {
  background: url("clientlib-master/images/layout/dark-repeat.png") repeat;
}
.slide:first-child .titleText h2.black {
  background: url("clientlib-master/images/layout/light-repeat.png") repeat;
}
.titleText .align-ctr {
  text-align: center;
}
.titleText .align-ctr h1.white,
.titleText .align-ctr h1.black {
  background: none;
}
.titleText .align-rgt {
  text-align: right;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  .titleText h1 {
  font-size: 36px;
  border-weight: 8px;
}
.titleText h1.white,
.titleText h1.black {
  padding: 11px 20px 15px;
}
.titleText h2 {
  margin: 0 0 13px;
  font-size: 24px;
}
.slide:first-child .titleText h2.white,
.slide:first-child .titleText h2.black {
  max-width: 480px;
}

}
@media screen and (min-width: 992px) {
  
}
.twoColumnCaption .content {
  padding: 0 0 20px;
  float: left;
}
.twoColumnCaption .content article {
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
}
.twoColumnCaption .content article > :first-child {
  margin-top: 20px;
}
.twoColumnCaption .content article > :last-child {
  margin-bottom: 30px;
}
.twoColumnCaption .content article.white {
  color: #000000;
  background: url("clientlib-master/images/layout/white-repeat.png") repeat;
}
.twoColumnCaption .content article.black {
  color: #ffffff;
  background: url("clientlib-master/images/layout/black-repeat.png") repeat;
}
.twoColumnCaption .content article h1 {
  font-size: 24px;
  line-height: 26px;
}
.twoColumnCaption .content article h1 strong,
.twoColumnCaption .content article h1 b {
  font-weight: normal;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.twoColumnCaption .content article h2 strong,
.twoColumnCaption .content article h2 b {
  font-weight: normal;
  font-family: "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.twoColumnCaption .content .link {
  text-align: right;
}
.twoColumnCaption .content.vertical {
  margin: 0 auto 20px;
  position: relative;
  z-index: 10;
}
.twoColumnCaption .content.vertical article {
  height: auto;
  padding: 0 20px;
  float: none;
  overflow: hidden;
}
.twoColumnCaption .content.vertical article h1 span {
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#section_section .twoColumnCaption .content.vertical p {
  margin-bottom: 0;
}
#section_section .twoColumnCaption .content.vertical .link {
  background: url("clientlib-master/images/layout/white-repeat.png") repeat;
  margin-right: 0;
  text-align: left;
  margin-top: 0;
  padding: 5px 20px 20px;
}
#section_section .twoColumnCaption .content.vertical .link .btn {
  color: #16a1e1;
  display: inline;
  padding: 0;
  background: none;
}
@media screen and (max-width: 479px) {
  .twoColumnCaption .content .link a {
  display: block;
  text-align: center;
  border-radius: 0;
}

}
/* Different resolutions */
@media screen and (min-width: 480px) {
  .twoColumnCaption .content article {
  margin-right: 20px;
}
.twoColumnCaption .content .link a {
  margin-top: -23px;
}
#section_section .twoColumnCaption .content.vertical .link {
  margin-right: 20px;
}

}
@media screen and (min-width: 768px) {
  .twoColumnCaption .content {
  max-width: 656px;
  display: table-row;
  position: relative;
  margin-right: 20px;
}
.twoColumnCaption .content article {
  width: 50%;
  margin-right: 0;
  display: table-cell;
  vertical-align: top;
  float: none;
}
.twoColumnCaption .content .link {
  margin-right: -20px;
}
.twoColumnCaption .content.vertical {
  display: block;
  margin-right: 20px;
  max-width: 50%;
}
.twoColumnCaption .content.vertical article {
  display: block;
  width: auto;
}
.twoColumnCaption .content.vertical article h1 span {
  margin: -1px 0 0;
  display: block;
}
.col-md-4 .twoColumnCaption .content.vertical,
.col-md-6 .twoColumnCaption .content.vertical {
  max-width: inherit;
}
#section_section .twoColumnCaption .content.vertical .link {
  margin-right: 0;
}

}
@media screen and (min-width: 992px) {
  .col-md-6 .twoColumnCaption {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

}
.usecase-catalog hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.usecase-filters {
  margin-bottom: 30px;
}
.usecase-filters .attribute h6 {
  padding-left: 20px;
  cursor: pointer;
}
.usecase-filters .attribute h6.collapsed {
  background-image: url("clientlib-master/images/layout/collapsed.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px;
}
.usecase-filters .attribute h6.expanded {
  background-image: url("clientlib-master/images/layout/expanded.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 16px;
}
.usecase-listing {
  margin-bottom: 8px;
}
.usecase-listing article {
  margin: 0;
}
.usecase-listing article .card {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 8px;
  margin-left: -8px;
  margin-right: -8px;
  background: #fff;
  border-bottom: solid 1px #cccccc;
  position: relative;
}
.usecase-listing article:first-child .card {
  border-top: 1px solid #cccccc;
}
.usecase-listing article h3,
.usecase-listing article p {
  line-height: 1.1;
}
.usecase-listing article h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.usecase-listing article p {
  margin: 0 0 12px;
  font-size: 12px;
}
.usecase-listing article .image {
  width: 80px;
  float: left;
}
.usecase-listing article .image .video {
  position: relative;
  display: block;
}
.usecase-listing article .image .video:after {
  width: 16.5px;
  height: 16.5px;
  background: url("clientlib-master/images/layout/play-small-mobile.png") no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -8.25px;
  margin-top: -8.25px;
}
.usecase-listing article .content,
.usecase-listing article footer {
  margin-left: 88px;
}
.usecase-listing article footer {
  font-size: 12px;
  line-height: 17px;
  padding-top: 5px;
}
.usecase-listing article footer .popup:after {
  width: 17px;
  height: 17px;
  background: url("clientlib-master/images/layout/carousel-footer-elements.png") no-repeat 100% 0;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  .usecase-listing article .card {
  border: 1px solid #cccccc;
  padding: 8px 8px 30px;
  margin: 0 0 14px;
}
.usecase-listing article .image {
  width: 100%;
  height: auto;
  float: none;
}
.usecase-listing article .image img {
  width: 100%;
  height: auto;
}
.usecase-listing article .image .video:after {
  width: 33px;
  height: 33px;
  margin-left: -16.5px;
  margin-top: -16.5px;
}
.usecase-listing article h3,
.usecase-listing article p {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.2;
}
.usecase-listing article .content,
.usecase-listing article footer {
  margin-left: 0;
}
.usecase-listing article .content {
  padding: 5px 10px;
}
.usecase-listing article footer {
  border-top: 1px solid #cccccc;
  position: absolute;
  left: 8px;
  bottom: 8px;
  right: 8px;
}
.usecase-listing article footer .popup:after {
  float: right;
}
.usecase-listing .col-sm-1:nth-child(12n+1),
.usecase-listing .col-sm-2:nth-child(6n+1),
.usecase-listing .col-sm-3:nth-child(4n+1),
.usecase-listing .col-sm-4:nth-child(3n+1),
.usecase-listing .col-sm-6:nth-child(2n+1) {
  clear: left;
}

}
@media screen and (min-width: 992px) {
  .usecase-catalog {
  /* Column clear fix */
  
}
.usecase-catalog .usecase-filters {
  width: 20%;
  padding-right: 20px;
}
.usecase-catalog .usecase-results {
  width: 80%;
}
.usecase-catalog .col-sm-1:nth-child(12n+1),
.usecase-catalog .col-sm-2:nth-child(6n+1),
.usecase-catalog .col-sm-3:nth-child(4n+1),
.usecase-catalog .col-sm-4:nth-child(3n+1),
.usecase-catalog .col-sm-6:nth-child(2n+1) {
  clear: none;
}
.usecase-catalog .col-md-1:nth-child(12n+1),
.usecase-catalog .col-md-2:nth-child(6n+1),
.usecase-catalog .col-md-3:nth-child(4n+1),
.usecase-catalog .col-md-4:nth-child(3n+1),
.usecase-catalog .col-md-6:nth-child(2n+1) {
  clear: left;
}

}
@media screen and (min-width: 1200px) {
  
}
.usecase-header {
  background: #f4f4f4;
  margin-left: -2%;
  margin-right: -2%;
  padding-left: 14px;
  padding-right: 14px;
}
.slide .usecase-header .titleText h2 {
  max-width: 100%;
}
.usecase-header .main {
  width: auto;
}
.usecase {
  margin-left: -7px;
  margin-right: -7px;
  padding-left: 7px;
  padding-right: 7px;
}
.usecase .video-modal-link {
  display: block;
  position: relative;
  margin-bottom: 14px;
}
.usecase .video-modal-link .fa-play-circle {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -55px;
  font-size: 800%;
  color: #ffffff;
}
.usecase .video-modal-link .fa-play-circle:before {
  content: "\f144";
}
.usecase .video-modal-link:hover .fa-play-circle {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.usecase img.img-responsive {
  margin-bottom: 14px;
}
.usecase a.pdf {
  font: normal 24px/1 "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  margin: 28px 0;
}
.usecase a.pdf i {
  vertical-align: inherit;
}
.usecase .btn {
  font-size: 18px;
  margin-bottom: 14px;
}
.usecase aside.customer dl {
  font: normal "18px/22px" "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.usecase aside.customer dl dd {
  font-size: 14px;
}
.usecase aside.customer img {
  max-height: 150px;
  max-width: 50%;
  margin: 0 auto;
  padding: 0 0 15px;
}
.usecase .col-sm-8 ol,
.usecase .col-sm-8 ul {
  margin-left: 42px;
}
.usecase .col-sm-8 ol > li,
.usecase .col-sm-8 ul > li {
  list-style-type: disc;
  margin-bottom: 6px;
}
.usecase .col-sm-8 ol > li {
  list-style-type: decimal;
}
.usecase .customer-business-industry {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 28px;
}
.usecase .customer-business-industry .row div:first-child {
  border-right: 1px solid #cccccc;
}
.usecase .customer-business-industry dl {
  margin: 15px 0 20px 10px;
  font-size: 12px;
}
.usecase .customer-business-industry dl dt {
  font: normal "14px/22px" "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.usecase dl.customer-stats dt {
  font: normal 36px/1 "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 7px;
  color: #16a1e1;
}
.usecase dl.customer-stats dd {
  font: normal "12px/1.5" "bentonsansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.usecase .usecase-listing {
  background: #f2f2f2;
  clear: both;
}
.usecase .usecase-listing h2 {
  font: normal 32px/1 "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .usecase-header {
  padding-top: 95px;
  padding-bottom: 20px;
}
.usecase {
  margin-top: -120px;
}
.usecase .btn {
  font-size: 12px;
}
.usecase .customer-business-industry .row div:first-child {
  border-right: none;
}
.usecase aside.customer img {
  max-width: 100%;
}
.slides .section .slide .usecase .main {
  padding-top: 20px;
}

}
@media screen and (min-width: 992px) {
  .usecase-header {
  margin-left: -500px;
  margin-right: -500px;
}
.usecase .main {
  width: auto;
}
.usecase .btn {
  font-size: 16px;
}
.usecase .customer-business-industry .row div:first-child {
  border-right: 1px solid #cccccc;
}

}
.videoCaption article {
  padding: 20px;
  background: url("clientlib-master/images/layout/light-repeat.png") repeat;
  max-width: 480px;
}
.videoCaption article h1 {
  margin: 0 0 4px;
  font-family: "bentonsansregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.videoCaption article p:last-child {
  margin-bottom: 0;
}
.videoCaption article .play-video {
  line-height: 40px;
  display: inline-block;
  height: 40px;
  padding: 0 0 0 50px;
  background: url("clientlib-master/images/layout/play.png") no-repeat;
  background-size: 40px 40px;
}
.videoCaption article .play-video:hover,
.videoCaption article .play-video:focus {
  text-decoration: none;
  color: #0f6f9b;
}
/* Different resolutions */
@media screen and (min-width: 480px) {
  
}
@media screen and (min-width: 768px) {
  .videoCaption article {
  max-width: 480px;
  margin-bottom: 40px;
}

}
@media screen and (min-width: 992px) {
  
}
.videoPanel {
  padding: 0 20px;
  margin-bottom: 30px;
}
.videoPanel h2:first-of-type {
  margin-top: 0;
}
.videoPanel p:empty {
  display: none;
}
.videoPanel .video-panel-content ol,
.videoPanel .video-panel-content ul {
  margin-left: 42px;
}
.videoPanel .video-panel-content ol > li,
.videoPanel .video-panel-content ul > li {
  list-style-type: disc;
  margin-bottom: 6px;
}
.videoPanel .video-panel-content ol > li {
  list-style-type: decimal;
}
.videoPanel .video-panel-text-half {
  margin-bottom: 20px;
}
.videoPanel .video-panel-text-half br {
  display: none;
}
.videoPanel .video-panel-video-half {
  margin: 0 !important;
}
.videoPanel .video-panel-embed-container {
  height: 0;
  padding: 0 0 56.25%;
  /* 16:9 */

  position: relative;
}
.videoPanel .video-panel-embed-container .video-panel-thumbnail {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.videoPanel .video-panel-embed-container .video-panel-thumbnail img {
  width: 100%;
  height: auto;
}
.videoPanel .video-panel-embed-container .video-panel-thumbnail .video-panel-play-button {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -64px 0 0 -55px;
  font-size: 800%;
  color: #ffffff;
}
.videoPanel .video-panel-embed-container .video-panel-thumbnail .video-panel-play-button:before {
  content: "\f144";
}
.videoPanel .video-panel-embed-container .video-panel-thumbnail:hover .video-panel-play-button {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.videoPanel .video-panel-embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Different resolutions */
/* phone */
@media screen and (min-width: 480px) {
  
}
/* tablet */
@media screen and (min-width: 768px) {
  .videoPanel {
  padding: 0;
}
.videoPanel .video-panel-content {
  margin-left: -14px;
  margin-right: -14px;
}
.videoPanel .video-panel-content:before,
.videoPanel .video-panel-content:after {
  content: " ";
  display: table;
}
.videoPanel .video-panel-content:after {
  clear: both;
}
.videoPanel .video-panel-text-half,
.videoPanel .video-panel-video-half {
  width: 50%;
  float: left;
  padding-left: 14px;
  padding-right: 14px;
}
.videoPanel .video-panel-video-fill {
  padding-left: 14px;
  padding-right: 14px;
}

}
/* desktop */
@media screen and (min-width: 992px) {
  
}

