@charset "UTF-8";
.button {
  text-decoration: none;
  margin: 10px 0; }
  .button.button--cta {
    border: 1px solid;
    border-color: #cdcdcd;
    border-radius: 5px;
    color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: auto;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF16C0E4', endColorstr='#FF13A5C5');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16c0e4), color-stop(100%, #13a5c5));
    background-image: -webkit-linear-gradient(#16c0e4, #13a5c5);
    background-image: -moz-linear-gradient(#16c0e4, #13a5c5);
    background-image: -o-linear-gradient(#16c0e4, #13a5c5);
    background-image: linear-gradient(#16c0e4, #13a5c5);
    padding: 7px 15px; }
    .button.button--cta:before {
      font-size: 20px;
      margin-right: 12px;
      vertical-align: middle; }
    .button.button--cta:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16c0e4), color-stop(100%, #1194b0));
      background-image: -webkit-linear-gradient(#16c0e4, #1194b0);
      background-image: -moz-linear-gradient(#16c0e4, #1194b0);
      background-image: -o-linear-gradient(#16c0e4, #1194b0);
      background-image: linear-gradient(#16c0e4, #1194b0);
      color: white; }
  .button.button--ctasmall {
    border: 1px solid;
    border-color: #cdcdcd;
    border-radius: 5px;
    color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: auto;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF16C0E4', endColorstr='#FF13A5C5');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16c0e4), color-stop(100%, #13a5c5));
    background-image: -webkit-linear-gradient(#16c0e4, #13a5c5);
    background-image: -moz-linear-gradient(#16c0e4, #13a5c5);
    background-image: -o-linear-gradient(#16c0e4, #13a5c5);
    background-image: linear-gradient(#16c0e4, #13a5c5);
    padding: 5px 15px; }
    .button.button--ctasmall:before {
      font-size: 15px;
      padding-right: 9px;
      vertical-align: middle; }
    .button.button--ctasmall:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16c0e4), color-stop(100%, #1194b0));
      background-image: -webkit-linear-gradient(#16c0e4, #1194b0);
      background-image: -moz-linear-gradient(#16c0e4, #1194b0);
      background-image: -o-linear-gradient(#16c0e4, #1194b0);
      background-image: linear-gradient(#16c0e4, #1194b0);
      color: white; }
  .button.button--blue {
    border: 1px solid;
    border-color: #cdcdcd;
    border-radius: 5px;
    color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: auto;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF16C0E4', endColorstr='#FF13A5C5');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16c0e4), color-stop(100%, #13a5c5));
    background-image: -webkit-linear-gradient(#16c0e4, #13a5c5);
    background-image: -moz-linear-gradient(#16c0e4, #13a5c5);
    background-image: -o-linear-gradient(#16c0e4, #13a5c5);
    background-image: linear-gradient(#16c0e4, #13a5c5);
    padding: 5px 15px; }
    .button.button--blue:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16c0e4), color-stop(100%, #1194b0));
      background-image: -webkit-linear-gradient(#16c0e4, #1194b0);
      background-image: -moz-linear-gradient(#16c0e4, #1194b0);
      background-image: -o-linear-gradient(#16c0e4, #1194b0);
      background-image: linear-gradient(#16c0e4, #1194b0);
      color: white; }
  .button.button--readmore {
    border: 1px solid;
    border-color: #cdcdcd;
    border-radius: 5px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEDEDED', endColorstr='#FFD7D7D7');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(100%, #d7d7d7));
    background-image: -webkit-linear-gradient(#ededed, #d7d7d7);
    background-image: -moz-linear-gradient(#ededed, #d7d7d7);
    background-image: -o-linear-gradient(#ededed, #d7d7d7);
    background-image: linear-gradient(#ededed, #d7d7d7);
    padding: 5px 15px 5px 15px; }
    .button.button--readmore:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #b9b9b9));
      background-image: -webkit-linear-gradient(#ebebeb, #b9b9b9);
      background-image: -moz-linear-gradient(#ebebeb, #b9b9b9);
      background-image: -o-linear-gradient(#ebebeb, #b9b9b9);
      background-image: linear-gradient(#ebebeb, #b9b9b9);
      color: #666666; }
  .button.button--gray {
    padding: 5px 15px 5px 15px;
    border: 1px solid;
    border-color: #cdcdcd;
    border-radius: 5px;
    color: #666666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEDEDED', endColorstr='#FFD7D7D7');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(100%, #d7d7d7));
    background-image: -webkit-linear-gradient(#ededed, #d7d7d7);
    background-image: -moz-linear-gradient(#ededed, #d7d7d7);
    background-image: -o-linear-gradient(#ededed, #d7d7d7);
    background-image: linear-gradient(#ededed, #d7d7d7); }
    .button.button--gray:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #b9b9b9));
      background-image: -webkit-linear-gradient(#ebebeb, #b9b9b9);
      background-image: -moz-linear-gradient(#ebebeb, #b9b9b9);
      background-image: -o-linear-gradient(#ebebeb, #b9b9b9);
      background-image: linear-gradient(#ebebeb, #b9b9b9);
      color: #666666; }
  .button.button--promo {
    border: 1px solid;
    border-color: #d5d5d5;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: auto;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE7661C', endColorstr='#FFCE5B19');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e7661c), color-stop(100%, #ce5b19));
    background-image: -webkit-linear-gradient(#e7661c, #ce5b19);
    background-image: -moz-linear-gradient(#e7661c, #ce5b19);
    background-image: -o-linear-gradient(#e7661c, #ce5b19);
    background-image: linear-gradient(#e7661c, #ce5b19);
    padding: 5px 25px 5px 25px; }
    .button.button--promo:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ca521c), color-stop(100%, #a94517));
      background-image: -webkit-linear-gradient(#ca521c, #a94517);
      background-image: -moz-linear-gradient(#ca521c, #a94517);
      background-image: -o-linear-gradient(#ca521c, #a94517);
      background-image: linear-gradient(#ca521c, #a94517);
      color: white; }
  .button.button--darkgrey {
    border: 1px solid;
    border-color: #f2f2f2;
    border-radius: 5px;
    color: #f2f2f2;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: auto;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCBCBCB', endColorstr='#FFAEAEAE');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cbcbcb), color-stop(100%, #aeaeae));
    background-image: -webkit-linear-gradient(#cbcbcb, #aeaeae);
    background-image: -moz-linear-gradient(#cbcbcb, #aeaeae);
    background-image: -o-linear-gradient(#cbcbcb, #aeaeae);
    background-image: linear-gradient(#cbcbcb, #aeaeae);
    padding: 5px 15px; }
    .button.button--darkgrey:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #aeaeae), color-stop(100%, #cbcbcb));
      background-image: -webkit-linear-gradient(#aeaeae, #cbcbcb);
      background-image: -moz-linear-gradient(#aeaeae, #cbcbcb);
      background-image: -o-linear-gradient(#aeaeae, #cbcbcb);
      background-image: linear-gradient(#aeaeae, #cbcbcb);
      color: #f2f2f2; }

.button-parent--readmore > a {
  text-decoration: none;
  margin: 10px 0;
  border: 1px solid;
  border-color: #cdcdcd;
  border-radius: 5px;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  position: relative;
  width: auto;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEDEDED', endColorstr='#FFD7D7D7');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(100%, #d7d7d7));
  background-image: -webkit-linear-gradient(#ededed, #d7d7d7);
  background-image: -moz-linear-gradient(#ededed, #d7d7d7);
  background-image: -o-linear-gradient(#ededed, #d7d7d7);
  background-image: linear-gradient(#ededed, #d7d7d7);
  padding: 5px 15px 5px 15px; }
  .button-parent--readmore > a:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #b9b9b9));
    background-image: -webkit-linear-gradient(#ebebeb, #b9b9b9);
    background-image: -moz-linear-gradient(#ebebeb, #b9b9b9);
    background-image: -o-linear-gradient(#ebebeb, #b9b9b9);
    background-image: linear-gradient(#ebebeb, #b9b9b9);
    color: #666666; }

input[type="submit"].button--cta {
  padding-bottom: 10px;
  padding-left: 0px;
  padding-top: 10px;
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #16c0e4), color-stop(100%, #1194b0));
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, -webkit-linear-gradient(#16c0e4, #1194b0);
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, -moz-linear-gradient(#16c0e4, #1194b0);
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, -o-linear-gradient(#16c0e4, #1194b0);
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, linear-gradient(#16c0e4, #1194b0); }
input[type="submit"].button--cta:hover {
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1194b0), color-stop(100%, #16c0e4));
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, -webkit-linear-gradient(#1194b0, #16c0e4);
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, -moz-linear-gradient(#1194b0, #16c0e4);
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, -o-linear-gradient(#1194b0, #16c0e4);
  background: url("../../../images/sprite-icons/link_next.png") no-repeat 15px center, linear-gradient(#1194b0, #16c0e4); }

.l-region--meta, .l-region--navigation > div {
  width: 1250px;
  *zoom: 1;
  margin-right: auto;
  margin-left: auto; }
  .l-region--meta:after, .l-region--navigation > div:after {
    content: "";
    display: table;
    clear: both; }

.sprite-icons-sprite, .icon--lines:before, .icon--scale:before, .icon--search:before, .icon--twitter:before, .icon--twitter_hover:before, .icon--facebook:before, .icon--facebook_hover:before, .icon--youtube:before, .icon--youtube_hover:before, .icon--googleplus:before, .pane-user-profile .icon.icon--gplususer:before, .icon--googleplus_hover:before, .icon--checker:before, .icon--star_on:before, .stars .is-fix.on:before, .stars .is-fix.off:before, .stars .is-fix.on.hover:before, .stars .is-fix.on.unhover:before, .stars .is-fix.off.hover:before, .stars .is-fix.off.unhover:before, .stars .on:before, .stars .off.hover:before, .icon--starsmall_off:before, .stars .star .on.unhover:before, .stars .star .off:before, .icon--starsmall_on:before, .stars .star .on:before, .stars .star .off.hover:before, .icon--star_off:before, .stars .on.unhover:before, .stars .off:before, .icon--close:before, .icon--flag_de:before, .icon--flag_br:before, .icon--flag_es:before, .icon--flag_fr:before, .icon--flag_it:before, .icon--flag_nl:before, .icon--flag_pl:before, .icon--flag_pt:before, .icon--flag_us:before, .icon--flag_uk:before, .icon--checker-directorder:before, .icon--checker-teamorder:before, .icon--checker-openorder:before, .icon--checker-managedservice:before, .icon--checker-managedservice-blue:before, .icon--footer_menu_item:before, .footer-box .menu li:before, .icon--link_next:before, .button.button--cta:before, .button.button--ctasmall:before, .pager-next:before, .icon--next_arrow_greybox:after, .box--readmore:after, a.pricingtable--referencetext:after, .icon--next_arrow_greybox:before, .box--readmore:before, a.pricingtable--referencetext:before, .icon--next_arrow_black:after, .button.button--readmore:after, .button-parent--readmore > a:after, .comment-form input[type="submit"]:after, .pane-user-profile .icon.icon--gplususer:after, .icon--next_arrow_black:before, .button.button--readmore:before, .button-parent--readmore > a:before, .comment-form input[type="submit"]:before, .icon--next_arrow_white:after, .button.button--promo:after, .icon--forum_abuse:before, .node--forum .forum-post-content .links .flag-tb-abuse-forum-comment:before,
.node--forum .forum-post-content .links .flag-tb-abuse-forum-content:before, .icon--forum_quote:before, .node--forum .forum-post-content .links .quote__quote a:before, .icon--comment_tb:before, .node--article--full .comment .field-name-author-type .author-type--textbroker:before, .node--news--full .comment .field-name-author-type .author-type--textbroker:before, .icon--comment_default:before, .node--article--full .comment .field-name-author-type .author-type--default:before, .node--news--full .comment .field-name-author-type .author-type--default:before, .icon--facebook:hover:before, .icon--twitter:hover:before, .icon--youtube:hover:before, .icon--googleplus:hover:before, .pane-user-profile .icon.icon--gplususer:hover:before, .icon--accordion_closed:after, .view-faq .views-accordion-header:after, .view-paragraph-accordion .views-accordion-header:after, .icon--accordion_closed_active:after, .view-faq .views-accordion-header:hover:after, .view-paragraph-accordion .views-accordion-header:hover:after, .icon--accordion_opened:after, .view-faq .views-accordion-header.ui-state-active:after, .view-paragraph-accordion .views-accordion-header.ui-state-active:after, .comment-form .authorname:before, .menu-superfish span.nolink.menuparent:after,
.menu-superfish .sf-depth-2 a.menuparent:after, .menu-superfish span.nolink.menuparent:hover:after,
.menu-superfish > a.menuparent:hover:after,
.menu-superfish .active-trail > a.menuparent:after,
.menu-superfish .active-trail > span.nolink.menuparent:after,
.menu-superfish .sfHover > span.nolink.menuparent:after,
.menu-superfish .sfHover > a.menuparent:after, .menu-superfish .sf-depth-1.last.menuparent span.nolink.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent a.menuparent:before, .menu-superfish .sf-depth-1.last.menuparent span.nolink.menuparent:hover:before,
.menu-superfish .sf-depth-1.last.menuparent > a.menuparent:hover:before,
.menu-superfish .sf-depth-1.last.menuparent .active-trail > a.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent .active-trail > span.nolink.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent .sfHover > span.nolink.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent .sfHover > a.menuparent:before, .tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:after,
.tb_finance .menu-superfish .sf-depth-1.last .sf-depth-2 a.menuparent:after, .tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:hover:after,
.tb_finance .menu-superfish .sf-depth-1.last > a.menuparent:hover:after,
.tb_finance .menu-superfish .sf-depth-1.last .active-trail > a.menuparent:after,
.tb_finance .menu-superfish .sf-depth-1.last .active-trail > span.nolink.menuparent:after,
.tb_finance .menu-superfish .sf-depth-1.last .sfHover > span.nolink.menuparent:after,
.tb_finance .menu-superfish .sf-depth-1.last .sfHover > a.menuparent:after, #cboxClose, #cboxClose:hover, .tb-starsmall-on, .tb-starsmall-off, .fivestar-default div.fivestar-widget-static .star, .fivestar-default div.fivestar-widget-static .star .on, .fivestar-default div.fivestar-widget-static .star .off, div.fivestar-widget .star a, div.fivestar-widget .star.on a, div.fivestar-widget .star.on.unhover a, div.fivestar-widget .star.hover a, a.msg-close-button, a.msg-close-button:hover, .blog--content-links > .field.field-name-post-date:before, .file--content-links > .field.field-name-post-date:before, .news--content-links > .field.field-name-post-date:before, .blog--content-links > .field.field-name-author:before, .file--content-links > .field.field-name-author:before, .news--content-links > .field.field-name-author:before, .blog--content-links > .field.field-name-article-category:before, .file--content-links > .field.field-name-article-category:before, .news--content-links > .field.field-name-article-category:before, .blog--content-links > .field.field-name-comment-count:before, .file--content-links > .field.field-name-comment-count:before, .news--content-links > .field.field-name-comment-count:before, .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li.ui-state-active:before,
.pane-archive-block .ui-tabs ul.ui-tabs-nav li.ui-state-active:before, .pane-article-type-selection ul li.active:before, .pane-download-type-selection ul li.active:before, .pane-blog-categories ul.blog-categories-links li.active:before, .pane-blog-tags-list-panel-pane-1 h2 span:before, .pane-download-categories ul.download-categories-links li.active:before, .pane-facebook-social-widget h2 span:before, .pane-page-content ul.facetapi-facet-field-article-type li.facetapi-active:before, .pane-faq-categories ul.faq-categories-links li.active:before, .pane-page-content ul.glossary-alpha-list li.active:before, .pane-press-news-header .pane-content a:before, .pane-tutorials-categories ul.tutorials-categories-links li.active:before, .pane-tutorials-tags-list-panel-pane-1 h2 span:before, .pane-video-categories ul.video-categories-links li.active:before, .pane-video-tags-list-panel-pane-1 h2 span:before, .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext label:before {
  background: url('../images/generated/sprite-icons-s693ae2a227.png') no-repeat; }

.icon:before {
  display: inline-block;
  margin-right: 5px; }

.icons .icon {
  font-size: 55px;
  color: #e7661c; }

.icon--lines:before {
  background-position: 0 -1463px;
  content: '';
  display: inline-block;
  height: 56px;
  width: 56px; }

.icon--scale:before {
  background-position: 0 -1662px;
  content: '';
  display: inline-block;
  height: 56px;
  width: 56px; }

.icon--search:before {
  background-position: 0 -1595px;
  content: '';
  display: inline-block;
  height: 57px;
  width: 57px; }

.icon--twitter:before {
  background-position: 0 -180px;
  content: '';
  display: inline-block;
  height: 35px;
  width: 35px; }
  .icon--twitter:before:hover, .icon--twitter:before.twitter_hover, .icon--twitter:before.twitter-hover {
    background-position: 0 -225px; }

.icon--twitter_hover:before {
  background-position: 0 -225px;
  content: '';
  display: inline-block;
  height: 35px;
  width: 35px; }

.icon--facebook:before {
  background-position: 0 -270px;
  content: '';
  display: inline-block;
  height: 35px;
  width: 36px; }
  .icon--facebook:before:hover, .icon--facebook:before.facebook_hover, .icon--facebook:before.facebook-hover {
    background-position: 0 -315px; }

.icon--facebook_hover:before {
  background-position: 0 -315px;
  content: '';
  display: inline-block;
  height: 35px;
  width: 36px; }

.icon--youtube:before {
  background-position: 0 -90px;
  content: '';
  display: inline-block;
  height: 35px;
  width: 35px; }
  .icon--youtube:before:hover, .icon--youtube:before.youtube_hover, .icon--youtube:before.youtube-hover {
    background-position: 0 -135px; }

.icon--youtube_hover:before {
  background-position: 0 -135px;
  content: '';
  display: inline-block;
  height: 35px;
  width: 35px; }

.icon--googleplus:before, .pane-user-profile .icon.icon--gplususer:before {
  background-position: 0 0;
  content: '';
  display: inline-block;
  height: 35px;
  width: 36px; }
  .icon--googleplus:before:hover, .pane-user-profile .icon.icon--gplususer:before:hover, .icon--googleplus:before.googleplus_hover, .pane-user-profile .icon.icon--gplususer:before.googleplus_hover, .icon--googleplus:before.googleplus-hover, .pane-user-profile .icon.icon--gplususer:before.googleplus-hover {
    background-position: 0 -45px; }

.icon--googleplus_hover:before {
  background-position: 0 -45px;
  content: '';
  display: inline-block;
  height: 35px;
  width: 36px; }

.icon--checker:before {
  background-position: 0 -1938px;
  content: '';
  display: inline-block;
  height: 18px;
  width: 17px; }

.icon--star_on:before, .stars .is-fix.on:before, .stars .is-fix.off:before, .stars .is-fix.on.hover:before, .stars .is-fix.on.unhover:before, .stars .is-fix.off.hover:before, .stars .is-fix.off.unhover:before, .stars .on:before, .stars .off.hover:before {
  background-position: 0 -917px;
  content: '';
  display: inline-block;
  height: 27px;
  width: 29px; }

.icon--starsmall_off:before, .stars .star .on.unhover:before, .stars .star .off:before {
  background-position: 0 -989px;
  content: '';
  display: inline-block;
  height: 14px;
  width: 15px; }

.icon--starsmall_on:before, .stars .star .on:before, .stars .star .off.hover:before {
  background-position: 0 -893px;
  content: '';
  display: inline-block;
  height: 14px;
  width: 15px; }

.icon--star_off:before, .stars .on.unhover:before, .stars .off:before {
  background-position: 0 -360px;
  content: '';
  display: inline-block;
  height: 27px;
  width: 29px; }

.icon--close:before {
  background-position: 0 -1034px;
  content: '';
  display: inline-block;
  height: 23px;
  width: 23px; }
  .icon--close:before:hover, .icon--close:before.close_hover, .icon--close:before.close-hover {
    background-position: 0 -860px; }

.icon--flag_de:before {
  background-position: 0 -1812px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_br:before {
  background-position: 0 -1770px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_es:before {
  background-position: 0 -1854px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_fr:before {
  background-position: 0 -1833px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_it:before {
  background-position: 0 -1896px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_nl:before {
  background-position: 0 -1875px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_pl:before {
  background-position: 0 -1917px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_pt:before {
  background-position: 0 -1791px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_us:before {
  background-position: 0 -1728px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--flag_uk:before {
  background-position: 0 -1749px;
  content: '';
  display: inline-block;
  height: 11px;
  width: 16px; }

.icon--checker-directorder:before {
  background-position: 0 -1151px;
  content: '';
  display: inline-block;
  height: 18px;
  width: 17px; }

.icon--checker-teamorder:before {
  background-position: 0 -1123px;
  content: '';
  display: inline-block;
  height: 18px;
  width: 17px; }

.icon--checker-openorder:before {
  background-position: 0 -1179px;
  content: '';
  display: inline-block;
  height: 18px;
  width: 17px; }

.icon--checker-managedservice:before {
  background-position: 0 -1067px;
  content: '';
  display: inline-block;
  height: 18px;
  width: 17px; }

.icon--checker-managedservice-blue:before {
  background-position: 0 -1095px;
  content: '';
  display: inline-block;
  height: 18px;
  width: 17px; }

.icon--footer_menu_item:before, .footer-box .menu li:before {
  background-position: 0 -1343px;
  content: '';
  display: inline-block;
  height: 8px;
  width: 5px; }

.icon--link_next:before, .button.button--cta:before, .button.button--ctasmall:before, .pager-next:before {
  background-position: 0 -954px;
  content: '';
  display: inline-block;
  height: 25px;
  width: 25px; }

.icon--next_arrow_greybox:after, .box--readmore:after, a.pricingtable--referencetext:after {
  background-position: 0 -1325px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  width: 6px; }

.icon--next_arrow_greybox:before, .box--readmore:before, a.pricingtable--referencetext:before {
  background-position: 0 -1325px;
  content: '';
  display: inline-block;
  height: 8px;
  width: 6px; }

.icon--next_arrow_black:after, .button.button--readmore:after, .button-parent--readmore > a:after, .comment-form input[type="submit"]:after, .pane-user-profile .icon.icon--gplususer:after {
  background-position: 0 -1361px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  width: 4px; }

.icon--next_arrow_black:before, .button.button--readmore:before, .button-parent--readmore > a:before, .comment-form input[type="submit"]:before {
  background-position: 0 -1361px;
  content: '';
  display: inline-block;
  height: 8px;
  width: 4px; }

.icon--next_arrow_white:after, .button.button--promo:after {
  background-position: 0 -1379px;
  content: '';
  display: inline-block;
  height: 8px;
  margin-left: 10px;
  width: 6px; }

.icon--forum_abuse:before, .node--forum .forum-post-content .links .flag-tb-abuse-forum-comment:before,
.node--forum .forum-post-content .links .flag-tb-abuse-forum-content:before {
  background-position: 0 -762px;
  content: '';
  display: inline-block;
  height: 22px;
  width: 22px; }

.icon--forum_quote:before, .node--forum .forum-post-content .links .quote__quote a:before {
  background-position: 0 -794px;
  content: '';
  display: inline-block;
  height: 22px;
  width: 22px; }

.icon--comment_tb:before, .node--article--full .comment .field-name-author-type .author-type--textbroker:before, .node--news--full .comment .field-name-author-type .author-type--textbroker:before {
  background-position: 0 -397px;
  content: '';
  display: inline-block;
  height: 56px;
  width: 56px; }

.icon--comment_default:before, .node--article--full .comment .field-name-author-type .author-type--default:before, .node--news--full .comment .field-name-author-type .author-type--default:before {
  background-position: 0 -463px;
  content: '';
  display: inline-block;
  height: 56px;
  width: 56px; }

.icon--next_arrow_black:before, .button.button--readmore:before, .button-parent--readmore > a:before, .comment-form input[type="submit"]:before,
.button.button--readmore:before {
  display: none; }

.icon--checker {
  padding-left: 25px; }

.icon--facebook:hover:before {
  background-position: 0 -315px; }

.icon--twitter:hover:before {
  background-position: 0 -225px; }

.icon--youtube:hover:before {
  background-position: 0 -135px; }

.icon--googleplus:hover:before, .pane-user-profile .icon.icon--gplususer:hover:before {
  background-position: 0 -45px; }

.icon--accordion_closed:after, .view-faq .views-accordion-header:after, .view-paragraph-accordion .views-accordion-header:after {
  background-position: 0 -662px;
  content: '';
  display: inline-block;
  height: 23px;
  width: 23px;
  position: absolute;
  right: 15px;
  top: 15px; }
  .icon--accordion_closed:after:active, .view-faq .views-accordion-header:after:active, .view-paragraph-accordion .views-accordion-header:after:active, .icon--accordion_closed:after.accordion_closed_active, .view-faq .views-accordion-header:after.accordion_closed_active, .view-paragraph-accordion .views-accordion-header:after.accordion_closed_active, .icon--accordion_closed:after.accordion_closed-active, .view-faq .views-accordion-header:after.accordion_closed-active, .view-paragraph-accordion .views-accordion-header:after.accordion_closed-active {
    background-position: 0 -729px; }

.icon--accordion_closed_active:after, .view-faq .views-accordion-header:hover:after, .view-paragraph-accordion .views-accordion-header:hover:after {
  background-position: 0 -729px;
  content: '';
  display: inline-block;
  height: 23px;
  width: 23px;
  position: absolute;
  right: 15px;
  top: 15px; }

.icon--accordion_opened:after, .view-faq .views-accordion-header.ui-state-active:after, .view-paragraph-accordion .views-accordion-header.ui-state-active:after {
  background-position: 0 -529px;
  content: '';
  display: inline-block;
  height: 23px;
  width: 23px;
  position: absolute;
  right: 15px;
  top: 15px; }

.icon--author:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--bulb:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--comment:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--date:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--dollar:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--real:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--download:before, .file--content-links .download--count:before, .paragraphs-item-mediakit-download .field-name-field-mkdl-file a:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--ebooks:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--euro:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--faq:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--glossary:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--info:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--link_prev:before, .pager-previous:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--pen:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--quote1:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--quote2:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--sheets:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--star:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--support:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--tag:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--tutorials:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--user:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--videos:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--pound:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--zloty:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--search:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--question:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--tutorials_hut:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--api:before {
  font-family: "tb2";
  -webkit-font-smoothing: antialiased;
  font-weight: 200;
  font-size: 55px; }

.icon--author:before {
  content: "A"; }

.icon--bulb:before {
  content: "B"; }

.icon--comment:before {
  content: "C"; }

.icon--date:before {
  content: "D"; }

.icon--dollar:before {
  content: "E"; }

.icon--real:before {
  content: "z"; }

.icon--download:before, .file--content-links .download--count:before, .paragraphs-item-mediakit-download .field-name-field-mkdl-file a:before {
  content: "F"; }

.icon--ebooks:before {
  content: "G"; }

.icon--euro:before {
  content: "H"; }

.icon--faq:before {
  content: "I"; }

.icon--glossary:before {
  content: "J"; }

.icon--info:before {
  content: "K"; }

.icon--link_next_grey:before {
  content: "L"; }

.icon--link_prev:before, .pager-previous:before {
  content: "N"; }

.icon--link_prev_orange:before {
  content: "O"; }

.icon--pen:before {
  content: "P"; }

.icon--quote1:before {
  content: "Q"; }

.icon--quote2:before {
  content: "R"; }

.icon--sheets:before {
  content: "S"; }

.icon--star:before {
  content: "T"; }

.icon--support:before {
  content: "U"; }

.icon--tag:before {
  content: "V"; }

.icon--tutorials:before {
  content: "W"; }

.icon--user:before {
  content: "X"; }

.icon--videos:before {
  content: "Y"; }

.icon--pound:before {
  content: "Z"; }

.icon--zloty:before {
  content: "a"; }

.icon--search:before {
  content: "b"; }

.icon--question:before {
  content: "("; }

.icon--tutorials_hut:before {
  content: "]"; }

.icon--api:before {
  content: "{"; }

.sprite-logos-sprite, .logo--ebay, .logo--active_traffic, .logo--iprospect, .logo--neckermann, .logo--onpage, .logo--otto, .logo--verseau, .logo--yoast, .logo--top100seo_2015, .logo--paypal, .logo--mastercard, .logo--visa, .logo--american_express, .logo--securesite, .logo--copyscape, .logo--support, .logo--support_en, .logo--Premium_Kundensupport_FR, .logo--Premium_Kundensupport_IT, .logo--Premium_Kundensupport_PL, .logo--Premium_Kundensupport_NL, .logo--Premium_Kundensupport_ES, .logo--Premium_Kundensupport_BR, .logo--guarantee, .logo--guarantee_en, .logo--guarantee_it, .logo--guarantee_fr, .logo--guarantee_pl, .logo--guarantee_nl, .logo--guarantee_es, .logo--guarantee_br, .logo--guarantee_pt, .logo--form_icons, .logo--form_icons_en, .logo--form_icons_fr, .logo--form_icons_it, .logo--form_icons_pl, .logo--form_icons_nl, .logo--form_icons_es, .logo--form_icons_br, .logo--footer_payments_4etoiles, .logo--footer_payments_Amex, .logo--footer_payments_Aurore, .logo--footer_payments_Bank, .logo--footer_payments_CB, .logo--footer_payments_confinoga, .logo--footer_payments_Discover, .logo--footer_payments_EC, .logo--footer_payments_Maestro, .logo--footer_payments_Mastercard, .logo--footer_payments_Paypal, .logo--footer_payments_Visa {
  background: url('../images/generated/sprite-logos-scae833c2d6.png') no-repeat; }

.logo {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 7px;
  text-indent: -6000px;
  vertical-align: middle; }

.logo--ebay {
  background-position: 0 -2563px;
  height: 36px;
  width: 89px; }

.logo--active_traffic {
  background-position: 0 -2374px;
  height: 38px;
  width: 190px; }

.logo--iprospect {
  background-position: 0 -2412px;
  height: 52px;
  width: 135px; }

.logo--neckermann {
  background-position: 0 -2638px;
  height: 39px;
  width: 41px; }

.logo--onpage {
  background-position: 0 -2464px;
  height: 31px;
  width: 171px; }

.logo--otto {
  background-position: 0 -2532px;
  height: 31px;
  width: 88px; }

.logo--verseau {
  background-position: 0 -2495px;
  height: 37px;
  width: 139px; }

.logo--yoast {
  background-position: 0 -2599px;
  height: 39px;
  width: 94px; }

.logo--top100seo_2015 {
  background-position: 0 -1125px;
  height: 77px;
  width: 77px; }

.logo--paypal {
  background-position: 0 -2339px;
  height: 35px;
  width: 53px; }

.logo--mastercard {
  background-position: 0 -2200px;
  height: 35px;
  width: 53px; }

.logo--visa {
  background-position: 0 -2235px;
  height: 35px;
  width: 53px; }

.logo--american_express {
  background-position: 0 -2165px;
  height: 35px;
  width: 53px; }

.logo--securesite {
  background-position: 0 -2109px;
  height: 56px;
  width: 57px; }

.logo--copyscape {
  background-position: 0 -2304px;
  height: 35px;
  width: 72px; }

.logo--support {
  background-position: 0 -2270px;
  height: 34px;
  width: 92px; }

.logo--support_en {
  background-position: 0 -2074px;
  height: 35px;
  width: 92px; }

.logo--Premium_Kundensupport_FR {
  background-position: 0 -225px;
  height: 34px;
  width: 92px; }

.logo--Premium_Kundensupport_IT {
  background-position: 0 -89px;
  height: 34px;
  width: 114px; }

.logo--Premium_Kundensupport_PL {
  background-position: 0 -157px;
  height: 34px;
  width: 92px; }

.logo--Premium_Kundensupport_NL {
  background-position: 0 -123px;
  height: 34px;
  width: 92px; }

.logo--Premium_Kundensupport_ES {
  background-position: 0 -259px;
  height: 34px;
  width: 92px; }

.logo--Premium_Kundensupport_BR {
  background-position: 0 -191px;
  height: 34px;
  width: 98px; }

.logo--guarantee {
  background-position: 0 -1906px;
  height: 92px;
  width: 92px; }

.logo--guarantee_en {
  background-position: 0 -1636px;
  height: 88px;
  width: 89px; }

.logo--guarantee_it {
  background-position: 0 -1547px;
  height: 89px;
  width: 90px; }

.logo--guarantee_fr {
  background-position: 0 -1279px;
  height: 89px;
  width: 90px; }

.logo--guarantee_pl {
  background-position: 0 -1458px;
  height: 89px;
  width: 90px; }

.logo--guarantee_nl {
  background-position: 0 -1368px;
  height: 90px;
  width: 90px; }

.logo--guarantee_es {
  background-position: 0 0;
  height: 89px;
  width: 90px; }

.logo--guarantee_br {
  background-position: 0 -1724px;
  height: 91px;
  width: 90px; }

.logo--guarantee_pt {
  background-position: 0 -1815px;
  height: 91px;
  width: 90px; }

.logo--form_icons {
  background-position: 0 -683px;
  height: 65px;
  width: 245px; }

.logo--form_icons_en {
  background-position: 0 -358px;
  height: 65px;
  width: 235px; }

.logo--form_icons_fr {
  background-position: 0 -293px;
  height: 65px;
  width: 235px; }

.logo--form_icons_it {
  background-position: 0 -488px;
  height: 65px;
  width: 235px; }

.logo--form_icons_pl {
  background-position: 0 -553px;
  height: 65px;
  width: 235px; }

.logo--form_icons_nl {
  background-position: 0 -618px;
  height: 65px;
  width: 235px; }

.logo--form_icons_es {
  background-position: 0 -423px;
  height: 65px;
  width: 235px; }

.logo--form_icons_br {
  background-position: 0 -748px;
  height: 65px;
  width: 235px; }

.logo--footer_payments_4etoiles {
  background-position: 0 -1099px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_Amex {
  background-position: 0 -813px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_Aurore {
  background-position: 0 -865px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_Bank {
  background-position: 0 -943px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_CB {
  background-position: 0 -1073px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_confinoga {
  background-position: 0 -917px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_Discover {
  background-position: 0 -891px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_EC {
  background-position: 0 -969px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_Maestro {
  background-position: 0 -1047px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_Mastercard {
  background-position: 0 -995px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_Paypal {
  background-position: 0 -1021px;
  height: 26px;
  width: 40px; }

.logo--footer_payments_Visa {
  background-position: 0 -839px;
  height: 26px;
  width: 40px; }

.logo--guarantee,
.logo--guarantee_en,
.logo--guarantee_it,
.logo--guarantee_fr,
.logo--guarantee_pl,
.logo--guarantee_nl,
.logo--guarantee_es,
.logo--guarantee_br,
.logo--guarantee_pt {
  margin: 0;
  margin-left: 10px;
  padding: 0; }

.arrow, .glossary .glossary--active:after, .menu-superfish .sf-style-none li ul:before, .menu-superfish .sf-style-none li.sfHover + ul:before {
  content: '';
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 16px;
  background: white;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li, .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li, .pane-video-tags-list-panel-pane-1 .video-tags-list ul li {
  white-space: nowrap;
  overflow: hidden;
  position: relative; }
  .pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li a:after, .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li a:after, .pane-video-tags-list-panel-pane-1 .video-tags-list ul li a:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 25px;
    background-image: url("../images/1x1-transparent.png") no-repeat; }

body, .font-default, .headerclaim--firstline,
.headline--firstline,
.headline--imagebox,
.headline--light, .font-light, .openorder .box--header,
.directorder .box--header,
.teamorder .box--header {
  font-family: "Open Sans", sans-serif, Arial, serif;
  font-weight: 300; }

.button.button--cta, .button.button--ctasmall, .button.button--blue, .button.button--readmore, .button.button--gray, .button.button--promo, .button.button--darkgrey, .button-parent--readmore > a, input[type="submit"],
input[type="reset"],
button, label, .pager .pager-previous,
.pager .pager-next,
.pager .pager-current,
.pager .pager-item, .view-blog-teaser .pager .pager__item,
.view-blog-categories-author-teaser .pager .pager__item,
.view-blog-categories-client-teaser .pager .pager__item,
.view-blog-archive-teaser .pager .pager__item,
.view-blog-tags-teaser .pager .pager__item, .view-files .pager .pager__item, .view-search .pager .pager__item, .view-tutorials-teaser .pager .pager__item,
.view-tutorials-categories-author-teaser .pager .pager__item,
.view-tutorials-categories-client-teaser .pager .pager__item,
.view-tutorials-archive-teaser .pager .pager__item,
.view-tutorials-tags-teaser .pager .pager__item, .view-video-teaser .pager .pager__item,
.view-video-categories-author-teaser .pager .pager__item,
.view-video-categories-client-teaser .pager .pager__item,
.view-video-archive-teaser .pager .pager__item,
.view-video-tags-teaser .pager .pager__item, .headline--regular, .headline--sub,
.headerclaim--text,
.headline--catchy-firstline,
.headline--catchy-secondline,
.headline--catchy-sub,
.node--article--full h2,
.node--news--full h2, .font-regular, .breadcrumb, .comment-form input[type="submit"], .page-post-content .tb-forum-quick-navigation .form-submit, .pricewizard .word-count,
.pricewizard .quality-level, .pricingtable--description,
.pricingtable--title,
.pricingtable--title-legend,
.pricingtable--text,
.pricingtable--price, .pricingtable--help, .step--text, .step--headline, .menu-superfish .sf-style-none span.nolink, .menu-superfish .sf-style-none li li a, .table--steps .step, .table--headline, .table--headline-colored, .table--headline-text, .table--subheadline,
.table--text-small,
.table--text, .compact-form-label, .pane-tb-login-login-form .link-button, .node--article--teaser .node--article--headline, .node--files--teaser .node--article--headline, .node--news--teaser .node--article--headline, .node--files--teaser .file--last-update, .node-type-glossary .pane-node-content .pane-title, .node-type-glossary .node-prev-next, .pane-archive-block-news,
.pane-archive-block, .pane-glossary, .l-footer .pane-glossary .pane-title, .pane-article-type-selection, .pane-download-type-selection, .pane-blog-categories, .pane-blog-tags-list-panel-pane-1, .pane-download-categories, .pane-facebook-social-widget, .pane-faq-categories, .pane-press-news-header, .pane-tutorials-categories, .pane-tutorials-tags-list-panel-pane-1, .pane-video-categories, .pane-video-tags-list-panel-pane-1, .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext, .pane-archive-block-news h2,
.pane-archive-block h2, .pane-article-type-selection h2, .pane-download-type-selection h2, .pane-blog-categories h2, .pane-blog-tags-list-panel-pane-1 h2, .pane-download-categories h2, .pane-facebook-social-widget h2, .pane-faq-categories h2, .pane-press-news-header h2, .pane-tutorials-categories h2, .pane-tutorials-tags-list-panel-pane-1 h2, .pane-video-categories h2, .pane-video-tags-list-panel-pane-1 h2, .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext h2, .pane-user-profile .pane-title, .content-columns .paragraphs-item-box-with-icon-contact .box--subtitle, .paragraphs-item-mediakit .mediakit--headline, .paragraphs-item-mediakit .mediakit--item--headline, .view-person-content .view-header, .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext label {
  font-family: "Open Sans", sans-serif, Arial, serif;
  font-weight: 400; }

select,
input[type="text"],
input[type="password"], .headerclaim--secondline,
.headline--semibold, .font-semibold, .font-bold, .box--readmore, .forum-container .forum-headline a, .forum-container .topic-list-header div, .pricingtable--features .pricingtable--description strong, .l-header li li a.active,
.l-header li li a:hover, .menu-superfish .sf-style-none li li:hover, .page-eform-submit-managed-service-regform .messages--error, .pane-tb-login-login-form .messages.error, .tb-login.tb-login--comment h3, .tb-login.tb-login--comment .no-member-headline, .node--forum .forum-post-wide .content-title, .pane-user-profile .user--name {
  font-family: "Open Sans", sans-serif, Arial, serif;
  font-weight: 600; }

.headline--bold, .footer-box .pane-title, .pane-menu-menu-footer-menu-1 li.first,
.pane-menu-menu-footer-menu-1 li.big-menu-item,
.pane-menu-menu-footer-menu-2 li.first,
.pane-menu-menu-footer-menu-2 li.big-menu-item,
.pane-menu-menu-footer-menu-3 li.first,
.pane-menu-menu-footer-menu-3 li.big-menu-item,
.pane-menu-menu-footer-menu-4 li.first,
.pane-menu-menu-footer-menu-4 li.big-menu-item, .forum-container .container-headline, .pricewizard .quantity-value,
.pricewizard .equals,
.pricewizard .plus,
.pricewizard .price-factor, .l-region--navigation, .pane-search-pane-search-blog .pane-title, .pane-blog-tags-teaser-panel-pane-1 h2.pane-title,
.pane-blog-archive-teaser-panel-pane-1 h2.pane-title,
.pane-blog-categories-author-teaser-panel-pane-article-blog h2.pane-title,
.pane-blog-categories-client-teaser-panel-pane-article-blog h2.pane-title, .pane-news-archive-teaser-panel-pane-1 h2.pane-title, .pane-tutorials-tags-teaser-panel-pane-1 h2.pane-title,
.pane-tutorials-archive-teaser-panel-pane-1 h2.pane-title,
.pane-tutorials-categories-author-teaser-panel-pane-article-blog h2.pane-title,
.pane-tutorials-categories-client-teaser-panel-pane-article-blog h2.pane-title, .pane-video-tags-teaser-panel-pane-1 h2.pane-title,
.pane-video-archive-teaser-panel-pane-1 h2.pane-title,
.pane-video-categories-author-teaser-panel-pane-article-blog h2.pane-title,
.pane-video-categories-client-teaser-panel-pane-article-blog h2.pane-title, .view-faq > .view-content > h2, .view-paragraph-accordion > .view-content > h2 {
  font-family: "Open Sans", sans-serif, Arial, serif;
  font-weight: 700; }

.sprite-form_elements-sprite, input[type="checkbox"].error + label:before, input[type="radio"] + label:before,
input[type="checkbox"] + label:before, input[type="radio"]:checked + label:before, input[type="checkbox"]:checked + label:before, .ui-slider .ui-slider-handle.ui-state-default, .ui-slider .ui-slider-handle.ui-state-active, .ui-slider .ui-slider-handle.ui-state-hover {
  background: url('../images/generated/sprite-form_elements-s1383afd04b.png') no-repeat; }

:focus {
  outline: none; }

input[type="submit"],
input[type="reset"],
button {
  border: 1px solid;
  border-color: #d5d5d5;
  border-radius: 0px;
  color: #505050;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: auto;
  position: relative;
  width: auto;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFECECEC', endColorstr='#FFE0E0E0');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #e0e0e0));
  background-image: -webkit-linear-gradient(#ececec, #e0e0e0);
  background-image: -moz-linear-gradient(#ececec, #e0e0e0);
  background-image: -o-linear-gradient(#ececec, #e0e0e0);
  background-image: linear-gradient(#ececec, #e0e0e0);
  padding: 5px 10px; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  button:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #cacaca));
    background-image: -webkit-linear-gradient(#ebebeb, #cacaca);
    background-image: -moz-linear-gradient(#ebebeb, #cacaca);
    background-image: -o-linear-gradient(#ebebeb, #cacaca);
    background-image: linear-gradient(#ebebeb, #cacaca);
    color: #505050; }

select,
input[type="text"],
input[type="password"] {
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFFFFFFF');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#fcfcfc, #ffffff);
  background-image: -moz-linear-gradient(#fcfcfc, #ffffff);
  background-image: -o-linear-gradient(#fcfcfc, #ffffff);
  background-image: linear-gradient(#fcfcfc, #ffffff);
  font-size: 12px;
  border: 1px solid #cacaca;
  padding: 5px; }
  select.error,
  input[type="text"].error,
  input[type="password"].error {
    border: 1px solid #e7661c; }
  select:focus,
  input[type="text"]:focus,
  input[type="password"]:focus {
    border: 1px solid #cacaca;
    outline-color: #cacaca; }

input.error + label {
  color: #404040; }

input[type="checkbox"].error + label {
  color: #404040; }
  input[type="checkbox"].error + label:before {
    background-position: 0 -90px;
    content: '';
    display: inline-block;
    height: 18px;
    margin: -4px 6px 0 0;
    width: 18px;
    vertical-align: middle; }

input[type="radio"],
input[type="checkbox"] {
  display: none; }

.lt-ie9 input[type="radio"],
.lt-ie9 input[type="checkbox"] {
  display: inline; }

label {
  font-size: 12px; }

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
  background-position: 0 -72px;
  content: '';
  display: inline-block;
  height: 18px;
  margin: -4px 6px 0 0;
  width: 18px;
  vertical-align: middle; }

.lt-ie9 input[type="radio"] + label:before,
.lt-ie9 input[type="checkbox"] + label:before {
  display: none; }

input[type="radio"]:checked + label:before {
  content: '';
  background-position: 0 -54px; }

input[type="checkbox"]:checked + label:before {
  content: '';
  background-position: 0 -36px; }

.select--wrapper {
  background: url("../images/icons/select_arrow.png") no-repeat 335px;
  border: 1px solid #cacaca;
  width: 100% !important;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 15px;
  position: relative; }
  .select--wrapper select {
    background: none;
    background-image: none;
    filter: none;
    width: 375px;
    padding: 5px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 28px;
    -webkit-appearance: none;
    zoom: 1; }

form.box--shadow, .content-columns form.paragraphs-item-box-with-icon, .content-columns form.paragraphs-item-box-with-icon-contact {
  padding: 35px; }
  form.box--shadow input[type="text"], .content-columns form.paragraphs-item-box-with-icon input[type="text"], .content-columns form.paragraphs-item-box-with-icon-contact input[type="text"],
  form.box--shadow input[type="password"],
  .content-columns form.paragraphs-item-box-with-icon input[type="password"],
  .content-columns form.paragraphs-item-box-with-icon-contact input[type="password"],
  form.box--shadow .select--wrapper,
  .content-columns form.paragraphs-item-box-with-icon .select--wrapper,
  .content-columns form.paragraphs-item-box-with-icon-contact .select--wrapper {
    margin-bottom: 10px;
    width: 95%; }
form .field-widget-text-textarea {
  margin-bottom: 20px; }

.ui-slider {
  border: 2px solid #cacaca;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  height: 15px; }
  .ui-slider .ui-slider-range {
    background-color: #cacaca;
    height: 5px;
    margin: 3px; }
  .ui-slider .ui-slider-handle {
    cursor: pointer; }
    .ui-slider .ui-slider-handle.ui-state-default, .ui-slider .ui-slider-handle.ui-state-active, .ui-slider .ui-slider-handle.ui-state-hover {
      background-position: 0 0;
      border: 0;
      height: 36px;
      margin-top: -7px;
      width: 36px; }

.form-item,
.form-actions {
  margin-bottom: 0.2em; }

.list--checker, .paragraphs-item-image-and-text ul {
  *zoom: 1;
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: left; }
  .list--checker:after, .paragraphs-item-image-and-text ul:after {
    content: "";
    display: table;
    clear: both; }
  .list--checker li, .paragraphs-item-image-and-text ul li {
    background: transparent url("../images/sprite-icons/checker.png") left 4px no-repeat;
    padding-left: 30px;
    min-height: 33px;
    margin-left: 30px;
    margin-bottom: 40px; }
    .list--checker li span, .paragraphs-item-image-and-text ul li span {
      display: inline-block;
      vertical-align: top;
      width: 90%; }
    .list--checker li > *:first-child, .paragraphs-item-image-and-text ul li > *:first-child {
      margin-top: 0;
      padding-top: 0; }
  .list--checker.col3 li, .paragraphs-item-image-and-text ul.col3 li {
    width: 32.02614%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.96078%; }
    .list--checker.col3 li:nth-child(3n), .paragraphs-item-image-and-text ul.col3 li:nth-child(3n) {
      margin-right: 0; }
    .list--checker.col3 li:nth-child(3n+1), .paragraphs-item-image-and-text ul.col3 li:nth-child(3n+1) {
      clear: both !important; }
  .list--checker.col2 li, .paragraphs-item-image-and-text ul.col2 li {
    width: 49.01961%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.96078%; }
    .list--checker.col2 li:nth-child(2n), .paragraphs-item-image-and-text ul.col2 li:nth-child(2n) {
      margin-right: 0; }
    .list--checker.col2 li:nth-child(2n+1), .paragraphs-item-image-and-text ul.col2 li:nth-child(2n+1) {
      clear: both !important; }

img, media {
  height: auto;
  max-width: 100%; }

.grayscale {
  filter: url("../js/grayscale/filters.svg#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Webkit Nightlies & Google Chrome Canary */ }
  .grayscale:hover {
    filter: none;
    /* Applies to FF + IE */
    -webkit-filter: grayscale(0); }

.pager .pager-previous,
.pager .pager-next,
.pager .pager-current,
.pager .pager-item {
  display: inline-block;
  font-size: 11px;
  line-height: 23px;
  margin: 0 10px; }
  .pager .pager-previous a,
  .pager .pager-next a,
  .pager .pager-current a,
  .pager .pager-item a {
    color: #666666; }
.pager .pager-item a:hover,
.pager .pager-current {
  color: #e7661c; }
.pager.pager--text .pager-previous,
.pager.pager--text .pager-next {
  width: auto; }
.pager.pager--text .pager-previous {
  padding-left: 35px; }

.pager-next {
  color: #404040;
  font-size: 25px; }
  .pager-next:hover {
    color: #e7661c; }

.pager-previous {
  color: #404040;
  font-size: 25px; }
  .pager-previous:hover {
    color: #e7661c; }

.view-blog-teaser .pager .pager__item,
.view-blog-categories-author-teaser .pager .pager__item,
.view-blog-categories-client-teaser .pager .pager__item,
.view-blog-archive-teaser .pager .pager__item,
.view-blog-tags-teaser .pager .pager__item, .view-files .pager .pager__item, .view-search .pager .pager__item, .view-tutorials-teaser .pager .pager__item,
.view-tutorials-categories-author-teaser .pager .pager__item,
.view-tutorials-categories-client-teaser .pager .pager__item,
.view-tutorials-archive-teaser .pager .pager__item,
.view-tutorials-tags-teaser .pager .pager__item, .view-video-teaser .pager .pager__item,
.view-video-categories-author-teaser .pager .pager__item,
.view-video-categories-client-teaser .pager .pager__item,
.view-video-archive-teaser .pager .pager__item,
.view-video-tags-teaser .pager .pager__item {
  font-size: 11px;
  margin: 0 5px;
  padding: 0; }
  .view-blog-teaser .pager .pager__item > a,
  .view-blog-categories-author-teaser .pager .pager__item > a,
  .view-blog-categories-client-teaser .pager .pager__item > a,
  .view-blog-archive-teaser .pager .pager__item > a,
  .view-blog-tags-teaser .pager .pager__item > a, .view-files .pager .pager__item > a, .view-search .pager .pager__item > a, .view-tutorials-teaser .pager .pager__item > a,
  .view-tutorials-categories-author-teaser .pager .pager__item > a,
  .view-tutorials-categories-client-teaser .pager .pager__item > a,
  .view-tutorials-archive-teaser .pager .pager__item > a,
  .view-tutorials-tags-teaser .pager .pager__item > a, .view-video-teaser .pager .pager__item > a,
  .view-video-categories-author-teaser .pager .pager__item > a,
  .view-video-categories-client-teaser .pager .pager__item > a,
  .view-video-archive-teaser .pager .pager__item > a,
  .view-video-tags-teaser .pager .pager__item > a {
    color: #666666;
    display: inline-block;
    padding: 0 5px; }
  .view-blog-teaser .pager .pager__item:hover > a,
  .view-blog-categories-author-teaser .pager .pager__item:hover > a,
  .view-blog-categories-client-teaser .pager .pager__item:hover > a,
  .view-blog-archive-teaser .pager .pager__item:hover > a,
  .view-blog-tags-teaser .pager .pager__item:hover > a, .view-files .pager .pager__item:hover > a, .view-search .pager .pager__item:hover > a, .view-tutorials-teaser .pager .pager__item:hover > a,
  .view-tutorials-categories-author-teaser .pager .pager__item:hover > a,
  .view-tutorials-categories-client-teaser .pager .pager__item:hover > a,
  .view-tutorials-archive-teaser .pager .pager__item:hover > a,
  .view-tutorials-tags-teaser .pager .pager__item:hover > a, .view-video-teaser .pager .pager__item:hover > a,
  .view-video-categories-author-teaser .pager .pager__item:hover > a,
  .view-video-categories-client-teaser .pager .pager__item:hover > a,
  .view-video-archive-teaser .pager .pager__item:hover > a,
  .view-video-tags-teaser .pager .pager__item:hover > a {
    color: #e7661c; }
.view-blog-teaser .pager .pager__item--current,
.view-blog-categories-author-teaser .pager .pager__item--current,
.view-blog-categories-client-teaser .pager .pager__item--current,
.view-blog-archive-teaser .pager .pager__item--current,
.view-blog-tags-teaser .pager .pager__item--current, .view-files .pager .pager__item--current, .view-search .pager .pager__item--current, .view-tutorials-teaser .pager .pager__item--current,
.view-tutorials-categories-author-teaser .pager .pager__item--current,
.view-tutorials-categories-client-teaser .pager .pager__item--current,
.view-tutorials-archive-teaser .pager .pager__item--current,
.view-tutorials-tags-teaser .pager .pager__item--current, .view-video-teaser .pager .pager__item--current,
.view-video-categories-author-teaser .pager .pager__item--current,
.view-video-categories-client-teaser .pager .pager__item--current,
.view-video-archive-teaser .pager .pager__item--current,
.view-video-tags-teaser .pager .pager__item--current {
  color: #e7661c;
  padding: 0 5px; }
.view-blog-teaser .pager .pager__item--next > a,
.view-blog-categories-author-teaser .pager .pager__item--next > a,
.view-blog-categories-client-teaser .pager .pager__item--next > a,
.view-blog-archive-teaser .pager .pager__item--next > a,
.view-blog-tags-teaser .pager .pager__item--next > a, .view-files .pager .pager__item--next > a, .view-search .pager .pager__item--next > a, .view-tutorials-teaser .pager .pager__item--next > a,
.view-tutorials-categories-author-teaser .pager .pager__item--next > a,
.view-tutorials-categories-client-teaser .pager .pager__item--next > a,
.view-tutorials-archive-teaser .pager .pager__item--next > a,
.view-tutorials-tags-teaser .pager .pager__item--next > a, .view-video-teaser .pager .pager__item--next > a,
.view-video-categories-author-teaser .pager .pager__item--next > a,
.view-video-categories-client-teaser .pager .pager__item--next > a,
.view-video-archive-teaser .pager .pager__item--next > a,
.view-video-tags-teaser .pager .pager__item--next > a,
.view-blog-teaser .pager .pager__item--previous > a,
.view-blog-categories-author-teaser .pager .pager__item--previous > a,
.view-blog-categories-client-teaser .pager .pager__item--previous > a,
.view-blog-archive-teaser .pager .pager__item--previous > a,
.view-blog-tags-teaser .pager .pager__item--previous > a,
.view-files .pager .pager__item--previous > a,
.view-search .pager .pager__item--previous > a,
.view-tutorials-teaser .pager .pager__item--previous > a,
.view-tutorials-categories-author-teaser .pager .pager__item--previous > a,
.view-tutorials-categories-client-teaser .pager .pager__item--previous > a,
.view-tutorials-archive-teaser .pager .pager__item--previous > a,
.view-tutorials-tags-teaser .pager .pager__item--previous > a,
.view-video-teaser .pager .pager__item--previous > a,
.view-video-categories-author-teaser .pager .pager__item--previous > a,
.view-video-categories-client-teaser .pager .pager__item--previous > a,
.view-video-archive-teaser .pager .pager__item--previous > a,
.view-video-tags-teaser .pager .pager__item--previous > a {
  color: #666666;
  font-size: 18px;
  border: 1px solid #666666;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
  padding: 0; }
  .view-blog-teaser .pager .pager__item--next > a:hover,
  .view-blog-categories-author-teaser .pager .pager__item--next > a:hover,
  .view-blog-categories-client-teaser .pager .pager__item--next > a:hover,
  .view-blog-archive-teaser .pager .pager__item--next > a:hover,
  .view-blog-tags-teaser .pager .pager__item--next > a:hover, .view-files .pager .pager__item--next > a:hover, .view-search .pager .pager__item--next > a:hover, .view-tutorials-teaser .pager .pager__item--next > a:hover,
  .view-tutorials-categories-author-teaser .pager .pager__item--next > a:hover,
  .view-tutorials-categories-client-teaser .pager .pager__item--next > a:hover,
  .view-tutorials-archive-teaser .pager .pager__item--next > a:hover,
  .view-tutorials-tags-teaser .pager .pager__item--next > a:hover, .view-video-teaser .pager .pager__item--next > a:hover,
  .view-video-categories-author-teaser .pager .pager__item--next > a:hover,
  .view-video-categories-client-teaser .pager .pager__item--next > a:hover,
  .view-video-archive-teaser .pager .pager__item--next > a:hover,
  .view-video-tags-teaser .pager .pager__item--next > a:hover,
  .view-blog-teaser .pager .pager__item--previous > a:hover,
  .view-blog-categories-author-teaser .pager .pager__item--previous > a:hover,
  .view-blog-categories-client-teaser .pager .pager__item--previous > a:hover,
  .view-blog-archive-teaser .pager .pager__item--previous > a:hover,
  .view-blog-tags-teaser .pager .pager__item--previous > a:hover,
  .view-files .pager .pager__item--previous > a:hover,
  .view-search .pager .pager__item--previous > a:hover,
  .view-tutorials-teaser .pager .pager__item--previous > a:hover,
  .view-tutorials-categories-author-teaser .pager .pager__item--previous > a:hover,
  .view-tutorials-categories-client-teaser .pager .pager__item--previous > a:hover,
  .view-tutorials-archive-teaser .pager .pager__item--previous > a:hover,
  .view-tutorials-tags-teaser .pager .pager__item--previous > a:hover,
  .view-video-teaser .pager .pager__item--previous > a:hover,
  .view-video-categories-author-teaser .pager .pager__item--previous > a:hover,
  .view-video-categories-client-teaser .pager .pager__item--previous > a:hover,
  .view-video-archive-teaser .pager .pager__item--previous > a:hover,
  .view-video-tags-teaser .pager .pager__item--previous > a:hover {
    color: #e7661c;
    border-color: #e7661c; }
.view-blog-teaser .pager .ajax-progress,
.view-blog-categories-author-teaser .pager .ajax-progress,
.view-blog-categories-client-teaser .pager .ajax-progress,
.view-blog-archive-teaser .pager .ajax-progress,
.view-blog-tags-teaser .pager .ajax-progress, .view-files .pager .ajax-progress, .view-search .pager .ajax-progress, .view-tutorials-teaser .pager .ajax-progress,
.view-tutorials-categories-author-teaser .pager .ajax-progress,
.view-tutorials-categories-client-teaser .pager .ajax-progress,
.view-tutorials-archive-teaser .pager .ajax-progress,
.view-tutorials-tags-teaser .pager .ajax-progress, .view-video-teaser .pager .ajax-progress,
.view-video-categories-author-teaser .pager .ajax-progress,
.view-video-categories-client-teaser .pager .ajax-progress,
.view-video-archive-teaser .pager .ajax-progress,
.view-video-tags-teaser .pager .ajax-progress {
  display: none; }

h2, h3 {
  font-size: inherit;
  margin: 0;
  padding: 0; }

body {
  background: white;
  color: #404040;
  font-size: 15px; }

.font-default {
  font-size: 15px; }

p {
  line-height: 1.6em; }

strong {
  font-family: "Open Sans", sans-serif, Arial, serif;
  font-weight: 400; }

h2 {
  margin-bottom: 25px; }

.headline {
  display: block;
  vertical-align: top;
  width: 100%; }

.headerclaim--firstline {
  line-height: 51px; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-centered {
  text-align: center;
  margin: 0 auto; }

.align-middle {
  display: table-cell;
  vertical-align: middle; }

.align-bottom {
  display: table-cell;
  padding-bottom: 10px;
  vertical-align: bottom; }

.align-top {
  display: table-cell;
  padding-top: 10px;
  vertical-align: top; }

.hidetext {
  text-indent: -6000px;
  font-size: 0; }

.text-underline {
  text-decoration: underline;
  color: #404040; }
  .text-underline:hover {
    color: #e7661c; }

.headline--firstline {
  font-size: 22px; }

.headline--imagebox {
  font-size: 36px;
  line-height: 43px; }

hr {
  background-color: #efefef;
  border: none;
  color: #efefef;
  height: 1px;
  width: 95%; }

.text-with-margin {
  margin: 15px; }

.font-10 {
  font-size: 10px !important; }

.font-12 {
  font-size: 12px !important; }

.font-14 {
  font-size: 14px !important; }

.font-16 {
  font-size: 16px !important; }

.boxes {
  *zoom: 1; }
  .boxes:after {
    content: "";
    display: table;
    clear: both; }
  .boxes .icon:before {
    color: #e7661c;
    float: left;
    font-size: 55px;
    margin-right: 15px; }
  .boxes .box--logo {
    display: table;
    height: 100px;
    text-align: center; }
  .boxes .icon {
    height: 50px;
    text-align: left; }
    .boxes .icon span {
      display: inline-block;
      width: 90%; }
    .boxes .icon.auto-height {
      height: auto; }
  .boxes .box, .boxes .content-columns .paragraphs-item-box-with-icon, .content-columns .boxes .paragraphs-item-box-with-icon, .boxes .content-columns .paragraphs-item-box-with-icon-contact, .content-columns .boxes .paragraphs-item-box-with-icon-contact {
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative; }
  .boxes .box--text {
    margin-bottom: 80px; }
  .boxes .box--bottom {
    position: absolute;
    width: 100%;
    bottom: 0; }

.box--header {
  color: #404040;
  width: 100%;
  font-size: 19px; }
  .box--header.hmb {
    margin-bottom: 20px; }

.boxes--page-bg {
  background-color: #f8f8fa;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-left: -600px;
  margin-right: -600px; }
  .boxes--page-bg .boxes--wrapper {
    margin: 0 auto;
    width: 1180px; }
  .boxes--page-bg .box, .boxes--page-bg .content-columns .paragraphs-item-box-with-icon, .content-columns .boxes--page-bg .paragraphs-item-box-with-icon, .boxes--page-bg .content-columns .paragraphs-item-box-with-icon-contact, .content-columns .boxes--page-bg .paragraphs-item-box-with-icon-contact {
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative; }
  .boxes--page-bg .box--header {
    margin-top: 10px;
    width: 95%;
    font-size: 19px; }
  .boxes--page-bg .box--text {
    font-size: 14px;
    margin-bottom: 40px;
    margin-top: 25px;
    line-height: 20px;
    min-height: 85px;
    text-align: left;
    padding-right: 1em; }
  .boxes--page-bg .box--readmore {
    bottom: 0;
    left: 0;
    position: absolute;
    display: inline-block;
    text-align: left;
    width: 100%; }
  .boxes--page-bg .icon:before {
    float: left;
    font-size: 55px;
    line-height: 44px;
    margin-right: 15px;
    vertical-align: middle; }

.box--readmore {
  color: #404040;
  font-size: 14px;
  text-decoration: none; }
  .box--readmore:hover {
    color: #e7661c; }
  .box--readmore:before {
    display: none; }

.box--text {
  color: #666666; }

.box--grey {
  background-color: #f8f8fa;
  padding: 20px 35px; }

.box--corners {
  border: 1px solid #eeeeee;
  border-radius: 5px; }

.box--shadow, .content-columns .paragraphs-item-box-with-icon, .content-columns .paragraphs-item-box-with-icon-contact {
  -webkit-box-shadow: #ededed 5px 5px 10px;
  -moz-box-shadow: #ededed 5px 5px 10px;
  box-shadow: #ededed 5px 5px 10px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  padding: 20px 35px; }
  .box--shadow.l-one-half:nth-child(2n), .content-columns .l-one-half.paragraphs-item-box-with-icon:nth-child(2n), .content-columns .l-one-half.paragraphs-item-box-with-icon-contact:nth-child(2n) {
    margin-right: 0; }
  .box--shadow.l-one-third:nth-child(3n), .content-columns .l-one-third.paragraphs-item-box-with-icon:nth-child(3n), .content-columns .l-one-third.paragraphs-item-box-with-icon-contact:nth-child(3n) {
    margin-right: 0; }
  .box--shadow.l-one-third.centered:nth-child(3n), .content-columns .l-one-third.centered.paragraphs-item-box-with-icon:nth-child(3n), .content-columns .l-one-third.centered.paragraphs-item-box-with-icon-contact:nth-child(3n) {
    margin: 0 auto; }
  .box--shadow.l-one-quarter:nth-child(4n), .content-columns .l-one-quarter.paragraphs-item-box-with-icon:nth-child(4n), .content-columns .l-one-quarter.paragraphs-item-box-with-icon-contact:nth-child(4n) {
    margin-right: 0; }
  .box--shadow.openorder, .content-columns .openorder.paragraphs-item-box-with-icon, .content-columns .openorder.paragraphs-item-box-with-icon-contact, .box--shadow.teamorder, .content-columns .teamorder.paragraphs-item-box-with-icon, .content-columns .teamorder.paragraphs-item-box-with-icon-contact, .box--shadow.directorder, .content-columns .directorder.paragraphs-item-box-with-icon, .content-columns .directorder.paragraphs-item-box-with-icon-contact {
    padding: 0px; }

.boxes--centered {
  display: table;
  margin: 0 auto; }
  .boxes--centered .l-one-third {
    width: 425px;
    margin-right: 10px; }

.border-bottom, .view-faq .views-accordion-header, .view-paragraph-accordion .views-accordion-header {
  border-bottom: 1px solid #eeeeee; }

.height-60 {
  height: 60px !important; }

.height-80 {
  height: 100px !important; }

.height-100 {
  height: 100px !important; }

.height-120 {
  height: 120px !important; }

.height-140 {
  height: 140px !important; }

.height-160 {
  height: 160px !important; }

.openorder .box--header,
.directorder .box--header,
.teamorder .box--header {
  font-size: 24px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0; }
  .openorder .box--header.fixed_height,
  .directorder .box--header.fixed_height,
  .teamorder .box--header.fixed_height {
    line-height: 60px; }
.openorder > strong,
.directorder > strong,
.teamorder > strong {
  display: block;
  padding-left: 15px;
  padding-right: 15px; }
.openorder .text-left,
.directorder .text-left,
.teamorder .text-left {
  padding-left: 15px;
  padding-right: 15px; }
.openorder .threelines,
.directorder .threelines,
.teamorder .threelines {
  height: 70px; }
.openorder .fourlines,
.directorder .fourlines,
.teamorder .fourlines {
  height: 90px; }
.openorder .fivelines,
.directorder .fivelines,
.teamorder .fivelines {
  height: 110px; }
.openorder .sixlines,
.directorder .sixlines,
.teamorder .sixlines {
  height: 130px; }
.openorder .infotext,
.directorder .infotext,
.teamorder .infotext {
  height: 140px;
  padding: 10px; }
  .openorder .infotext.auto-height,
  .directorder .infotext.auto-height,
  .teamorder .infotext.auto-height {
    height: auto; }
.openorder p.icon,
.directorder p.icon,
.teamorder p.icon {
  line-height: 18px;
  margin: 15px auto;
  width: 90%; }

.openorder .box--header {
  color: #e9a726; }
.openorder .icon--checker:before {
  color: #e9a726; }

.directorder .box--header {
  color: #d16a0d; }
.directorder .icon--checker:before {
  color: #d16a0d; }

.teamorder .box--header {
  color: #ca521c; }
.teamorder .icon--checker:before {
  color: #ca521c; }

.box-90 {
  width: 92%;
  margin: 0 auto; }

.box-80 {
  width: 80%;
  margin: 0 auto; }

.box-75 {
  width: 75%;
  margin: 0 auto; }

.box-70 {
  width: 70%;
  margin: 0 auto; }

.box-60 {
  width: 60%;
  margin: 0 auto; }

.box-50 {
  width: 60%;
  margin: 0 auto; }

.no-border {
  border: none !important; }

.half-margin {
  margin: 0.5em !important; }

.box--clear {
  *zoom: 1;
  clear: both; }
  .box--clear:after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb {
  color: #e7661c;
  font-size: 11px;
  list-style-type: none;
  padding: 0; }
  .breadcrumb li {
    display: inline-block; }
  .breadcrumb a {
    color: #acacac;
    display: inline-block; }
    .breadcrumb a:after {
      color: #acacac;
      content: '>';
      padding: 0 10px; }
    .breadcrumb a:hover {
      color: #e7661c; }

.node--article--full .comment .field-name-author-type, .node--news--full .comment .field-name-author-type {
  float: left;
  width: 75px; }
.node--article--full .comment .comment--main, .node--news--full .comment .comment--main {
  float: left;
  width: 90%; }
.node--article--full .comment .field-name-author-name, .node--news--full .comment .field-name-author-name {
  color: #e7661c; }
  .node--article--full .comment .field-name-author-name a, .node--news--full .comment .field-name-author-name a {
    color: #e7661c;
    text-decoration: none; }
.node--article--full .comment .field-name-post-date, .node--news--full .comment .field-name-post-date {
  color: #c5c5c5;
  font-size: 11px;
  font-style: italic; }
.node--article--full .comment .field-name-comment-body, .node--news--full .comment .field-name-comment-body {
  font-size: 13px; }

.title.comment-form {
  margin-top: 60px; }

.comment-form .authorname {
  margin-bottom: 25px; }
  .comment-form .authorname:before {
    display: inline-block;
    content: '';
    margin-right: 6px;
    vertical-align: middle;
    background-position: 0 -594px;
    height: 24px;
    width: 24px; }
.comment-form .text-format-wrapper label {
  display: none; }
.comment-form .text-format-wrapper textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #cacaca;
  padding: 5px 10px;
  font-size: 12px; }
.comment-form .filter-wrapper {
  display: none; }
.comment-form input[type="submit"] {
  border: 1px solid;
  border-color: #cdcdcd;
  border-radius: 5px;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  position: relative;
  width: auto;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFEDEDED', endColorstr='#FFD7D7D7');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ededed), color-stop(100%, #d7d7d7));
  background-image: -webkit-linear-gradient(#ededed, #d7d7d7);
  background-image: -moz-linear-gradient(#ededed, #d7d7d7);
  background-image: -o-linear-gradient(#ededed, #d7d7d7);
  background-image: linear-gradient(#ededed, #d7d7d7);
  padding: 5px 15px 5px 15px; }
  .comment-form input[type="submit"]:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #b9b9b9));
    background-image: -webkit-linear-gradient(#ebebeb, #b9b9b9);
    background-image: -moz-linear-gradient(#ebebeb, #b9b9b9);
    background-image: -o-linear-gradient(#ebebeb, #b9b9b9);
    background-image: linear-gradient(#ebebeb, #b9b9b9);
    color: #666666; }

.l-footer {
  background-color: #292825;
  color: #999999;
  font-size: 13px;
  margin-top: 30px; }
  .l-footer a {
    color: #999999;
    text-decoration: none; }
    .l-footer a:hover {
      color: #e7661c; }
  .l-footer:before {
    background: white url("../images/tbwave.png") repeat-x;
    content: ' ';
    display: block;
    height: 22px; }

.l-region--footer-social {
  background-color: #32302d;
  padding-bottom: 15px;
  padding-top: 18px; }
  .l-region--footer-social ul {
    margin: 0;
    margin-right: 25px;
    float: right; }
    .l-region--footer-social ul li {
      display: inline-block; }

.l-region--footer-legal-wrapper {
  background-color: #32302d; }

.l-region--footer-legal {
  padding: 14px 0; }
  .l-region--footer-legal ul {
    margin: 0;
    padding: 0;
    border: 0;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    float: right;
    margin-right: 25px; }
    .l-region--footer-legal ul:before, .l-region--footer-legal ul:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .l-region--footer-legal ul:after {
      clear: both; }
    .l-region--footer-legal ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 5px;
      padding-right: 5px; }
      .l-region--footer-legal ul li:first-child, .l-region--footer-legal ul li.first {
        padding-left: 0; }
      .l-region--footer-legal ul li:last-child {
        padding-right: 0; }
      .l-region--footer-legal ul li.last {
        padding-right: 0; }
  .l-region--footer-legal .pane-tb2-custom-copyright-footer {
    float: left;
    margin-left: 20px; }
  .l-region--footer-legal li {
    border-right: 1px solid #999999;
    line-height: 12px;
    padding-right: 5px; }
    .l-region--footer-legal li.last {
      border-right: none;
      padding-right: 0px; }

.footer-box {
  *zoom: 1;
  width: 20.83333%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%; }
  .footer-box:after {
    content: "";
    display: table;
    clear: both; }
  .footer-box.payment {
    width: 23.72881%;
    clear: right;
    float: right;
    margin-right: 0;
    margin-bottom: 25px;
    margin-right: 25px;
    width: auto; }
    .footer-box.payment .pane-content {
      text-align: left; }
    .footer-box.payment a {
      margin: 4px; }
  .footer-box .menu {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .footer-box .menu li {
      list-style-image: none;
      list-style-type: none; }
    .footer-box .menu li:before {
      content: '';
      padding-right: 10px; }
  .footer-box .pane-title {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 15px; }

.pane-menu-menu-footer-menu-1 {
  margin-left: 20px; }

.l-region--footer-menus {
  padding: 20px 0;
  position: relative; }

.pane-menu-menu-footer-menu-1 .pane-title,
.pane-menu-menu-footer-menu-2 .pane-title,
.pane-menu-menu-footer-menu-3 .pane-title,
.pane-menu-menu-footer-menu-4 .pane-title {
  display: none; }
.pane-menu-menu-footer-menu-1 li,
.pane-menu-menu-footer-menu-2 li,
.pane-menu-menu-footer-menu-3 li,
.pane-menu-menu-footer-menu-4 li {
  line-height: 22px; }
.pane-menu-menu-footer-menu-1 li.first,
.pane-menu-menu-footer-menu-1 li.big-menu-item,
.pane-menu-menu-footer-menu-2 li.first,
.pane-menu-menu-footer-menu-2 li.big-menu-item,
.pane-menu-menu-footer-menu-3 li.first,
.pane-menu-menu-footer-menu-3 li.big-menu-item,
.pane-menu-menu-footer-menu-4 li.first,
.pane-menu-menu-footer-menu-4 li.big-menu-item {
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 15px;
  margin-top: 15px; }
  .pane-menu-menu-footer-menu-1 li.first:before,
  .pane-menu-menu-footer-menu-1 li.big-menu-item:before,
  .pane-menu-menu-footer-menu-2 li.first:before,
  .pane-menu-menu-footer-menu-2 li.big-menu-item:before,
  .pane-menu-menu-footer-menu-3 li.first:before,
  .pane-menu-menu-footer-menu-3 li.big-menu-item:before,
  .pane-menu-menu-footer-menu-4 li.first:before,
  .pane-menu-menu-footer-menu-4 li.big-menu-item:before {
    display: none; }

.pane-menu-menu-footer-menu-4 {
  display: none; }

.tb_finance .pane-menu-menu-footer-menu-4 {
  bottom: 40px;
  display: block;
  left: 20px;
  position: absolute; }
.tb_finance .footer-box {
  *zoom: 1;
  width: 16.66667%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 0%; }
  .tb_finance .footer-box:after {
    content: "";
    display: table;
    clear: both; }
  .tb_finance .footer-box.payment {
    width: 23.72881%;
    clear: right;
    float: right;
    margin-right: 0;
    margin-bottom: 25px;
    margin-right: 25px;
    width: auto; }
    .tb_finance .footer-box.payment .pane-content {
      text-align: left; }
    .tb_finance .footer-box.payment a {
      margin: 4px; }
  .tb_finance .footer-box.pane-menu-menu-footer-menu-1 {
    margin-left: 20px; }

.form-item-accept-forum-rules {
  text-align: center;
  margin-top: 3em;
  font-size: 1em; }
  .form-item-accept-forum-rules label {
    font-size: 14px; }

.accept-forum-rules-submit {
  text-align: center; }

.forum-container,
.forum-quick-comment-form,
.views-exposed-form-forum {
  -webkit-box-shadow: #ededed 5px 5px 10px;
  -moz-box-shadow: #ededed 5px 5px 10px;
  box-shadow: #ededed 5px 5px 10px;
  border-radius: 4px;
  border-radius: 5px;
  border: 1px solid #ededed;
  margin-bottom: 10px; }

.views-exposed-form-forum {
  padding: 15px; }
  .views-exposed-form-forum h3 {
    margin: 0; }
  .views-exposed-form-forum .views-exposed-widget.no-label {
    margin-top: 20px; }
  .views-exposed-form-forum .views-exposed-widget.views-widget-sort-by {
    margin-top: 3px; }

.page-forum .action-links {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.page-forum .pane-page-content {
  margin-top: 30px !important; }
.page-forum .forum-links li {
  display: inline-block;
  list-style-type: none;
  margin-left: 15px; }

.forum-container {
  padding: 5px; }
  .forum-container .container-headline {
    margin: 3px; }
  .forum-container .forum-description {
    margin: 5px 0 10px 0; }
  .forum-container .topic-voting {
    width: 120px; }
    .forum-container .topic-voting div.fivestar-widget-static {
      border: none; }
  .forum-container .topic-info,
  .forum-container .forum-info-topics {
    float: right;
    text-align: right; }
    .forum-container .topic-info .icon--comment:before,
    .forum-container .forum-info-topics .icon--comment:before {
      font-size: 25px;
      vertical-align: middle; }
    .forum-container .topic-info .submitted,
    .forum-container .forum-info-topics .submitted {
      font-size: 13px; }
  .forum-container .container-toggle {
    border: 1px solid #ededed;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    margin-right: 1em;
    padding: 0.1em 0.3em 0.2em;
    vertical-align: middle; }
    .forum-container .container-toggle:after {
      content: '+';
      line-height: 1; }
  .forum-container .forum-container-subforums {
    background-color: white;
    display: none;
    padding: 1em; }
  .forum-container.is-open .topic-list,
  .forum-container.is-open .forum-container-subforums {
    display: block; }
  .forum-container.is-open .container-toggle:after {
    content: '-'; }
  .forum-container .forum-row {
    border-top: 1px solid #ededed;
    min-height: 50px;
    padding: 12px 10px; }
    .forum-container .forum-row.odd {
      background-color: #f8f8fa; }
  .forum-container .forum-topic {
    border-bottom: 1px solid #ededed; }
    .forum-container .forum-topic.views-row-odd {
      background-color: #f8f8fa; }
    .forum-container .forum-topic .cell {
      float: right;
      margin: 0;
      overflow: hidden;
      padding: 10px 15px;
      text-align: left; }
      .forum-container .forum-topic .cell.topic-info {
        float: left;
        padding-left: 10px;
        width: auto; }
      .forum-container .forum-topic .cell.replies {
        width: 80px; }
      .forum-container .forum-topic .cell.topic-views-total {
        width: 90px; }
      .forum-container .forum-topic .cell.last-comment-info {
        font-size: 13px;
        padding-right: 10px;
        width: 180px; }
  .forum-container .topic-list-header {
    border-bottom: 1px solid #ededed; }
    .forum-container .topic-list-header div {
      float: right;
      padding: 18px 15px; }
      .forum-container .topic-list-header div.topic-title {
        float: left;
        padding-left: 10px;
        width: auto; }
  .forum-container .topic-lastcomment {
    padding-right: 10px;
    width: 150px; }
  .forum-container .topic-views-total {
    text-align: left;
    width: 120px; }
  .forum-container .topic-replies,
  .forum-container .replies {
    text-align: left;
    width: 80px; }

.node-type-forum.no-stage-content .pane-page-content {
  margin-top: 0; }

.page-post-content .tb-forum-quick-navigation {
  display: inline-block;
  margin-top: 12px;
  width: 49%; }
  .page-post-content .tb-forum-quick-navigation .form-type-select,
  .page-post-content .tb-forum-quick-navigation .form-submit {
    display: inline-block;
    vertical-align: top; }
  .page-post-content .tb-forum-quick-navigation .form-submit {
    border: 1px solid;
    border-color: #d5d5d5;
    border-radius: 0px;
    color: #505050;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: auto;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFECECEC', endColorstr='#FFE0E0E0');
    background: url("../images/arrow_small.png") no-repeat 92% center, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #e0e0e0));
    background: url("../images/arrow_small.png") no-repeat 92% center, -webkit-linear-gradient(#ececec, #e0e0e0);
    background: url("../images/arrow_small.png") no-repeat 92% center, -moz-linear-gradient(#ececec, #e0e0e0);
    background: url("../images/arrow_small.png") no-repeat 92% center, -o-linear-gradient(#ececec, #e0e0e0);
    background: url("../images/arrow_small.png") no-repeat 92% center, linear-gradient(#ececec, #e0e0e0);
    padding: 5px 10px;
    height: 25px;
    margin-left: 15px;
    padding: 0 35px 0 20px; }
    .page-post-content .tb-forum-quick-navigation .form-submit:hover {
      background: url("../images/arrow_small.png") no-repeat 92% center, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #cacaca));
      background: url("../images/arrow_small.png") no-repeat 92% center, -webkit-linear-gradient(#ebebeb, #cacaca);
      background: url("../images/arrow_small.png") no-repeat 92% center, -moz-linear-gradient(#ebebeb, #cacaca);
      background: url("../images/arrow_small.png") no-repeat 92% center, -o-linear-gradient(#ebebeb, #cacaca);
      background: url("../images/arrow_small.png") no-repeat 92% center, linear-gradient(#ebebeb, #cacaca);
      color: #505050; }
.page-post-content .forum-links {
  display: inline-block;
  float: right;
  margin: 0;
  text-align: right;
  width: 49%; }
  .page-post-content .forum-links li {
    display: inline-block;
    list-style-type: none;
    margin-left: 15px; }
.page-post-content .fivestar-form-item .description {
  display: none; }

.glossary {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px; }
  .glossary a {
    border-right: 1px solid #999999;
    color: #999999;
    display: inline-block;
    font-size: 15px;
    padding: 0 10px;
    position: relative; }
    .glossary a:hover {
      color: #e7661c; }
    .glossary a:last-child {
      border-right: none; }
  .glossary .glossary--active {
    color: #e7661c; }
    .glossary .glossary--active:after {
      top: 27px;
      left: 6px; }

.l-header {
  height: 600px;
  position: relative; }
  .l-header .l-region--fullwrapper {
    height: 185px;
    width: 100%; }

.no-stage-content .l-header {
  background-image: url("../images/stage_image_default.jpg");
  background-position: 50% top;
  background-repeat: no-repeat;
  height: 188px; }
.no-stage-content .pane-page-content {
  margin-top: 60px; }
.no-stage-content .l-branding {
  margin-bottom: 9px; }

.page--login .l-header,
.page-eform .l-header {
  background-image: none;
  height: 100px; }
.page--login .l-region--fullwrapper,
.page-eform .l-region--fullwrapper {
  background-image: none;
  height: auto; }

.l-region--branding {
  width: 32.20339%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none; }
  .l-region--branding #logo {
    display: block;
    margin-left: 60px;
    margin-top: 45px;
    position: absolute;
    z-index: 100; }

.logged-in .pane-tb-login-login-form {
  width: 510px; }

.field-name-field-page-stage {
  margin: 0 auto;
  position: relative;
  width: 1250px; }

.l-region--account .lost-password:hover,
.lost-password:hover {
  color: #e7661c; }

.tb_lightbox {
  -webkit-box-shadow: black 0 0 30px 5px;
  -moz-box-shadow: black 0 0 30px 5px;
  box-shadow: black 0 0 30px 5px;
  display: none;
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  padding: 35px 40px;
  background-color: white;
  z-index: 1002;
  overflow: auto; }

.tb_lightbox--controls {
  position: absolute;
  top: 10px;
  right: 10px; }

.tb_lightbox--overlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001; }

.nose-mirror-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute; }

.nose-mirror {
  display: none;
  position: absolute; }
  .nose-mirror.nose-mirror-is-active {
    display: block; }
  .nose-mirror .nose-mirror-nose {
    display: block;
    height: 100%;
    width: 100%;
    background: transparent url("../images/menu_nose.png") center -15px no-repeat; }
  .nose-mirror .nose-mirror-prefix,
  .nose-mirror .nose-mirror-suffix {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 4444px;
    background: transparent url("../images/menu_nose_bg.png") center -15px repeat-x; }
  .nose-mirror .nose-mirror-prefix {
    right: 100%; }
  .nose-mirror .nose-mirror-suffix {
    left: 100%; }
  .nose-mirror.nose-mirror-is-fallback {
    display: block; }
    .nose-mirror.nose-mirror-is-fallback .nose-mirror-nose {
      background: transparent url("../images/menu_nose_bg.png") center -15px repeat-x; }

.no-stage-content .nose-mirror .nose-mirror-nose {
  background: transparent url("../images/menu_nose_nostage.png") center -15px no-repeat; }
.no-stage-content .nose-mirror.nose-mirror-is-fallback .nose-mirror-nose {
  background: transparent url("../images/menu_nose_bg.png") center -15px repeat-x; }

.pricewizard {
  -webkit-box-shadow: #ededed 5px 5px 10px;
  -moz-box-shadow: #ededed 5px 5px 10px;
  box-shadow: #ededed 5px 5px 10px;
  border-radius: 10px;
  border: 1px solid #ededed;
  overflow: hidden;
  width: 1135px; }
  .pricewizard form {
    *zoom: 1;
    padding-left: 40px;
    position: relative;
    overflow: hidden; }
    .pricewizard form:after {
      content: "";
      display: table;
      clear: both; }
  .pricewizard .quality {
    float: left;
    width: 200px;
    padding-top: 20px;
    padding-bottom: 35px; }
  .pricewizard .plus {
    float: left;
    width: 50px; }
  .pricewizard .quantity-value {
    float: left;
    width: 75px; }
  .pricewizard .equals {
    float: left;
    text-align: center;
    width: 15px; }
  .pricewizard .words {
    float: left;
    width: 480px;
    padding-top: 20px; }
    .pricewizard .words .slider {
      margin-top: 12px; }
  .pricewizard .price-factor {
    float: left;
    width: 175px; }
  .pricewizard .quantity-value,
  .pricewizard .equals,
  .pricewizard .plus,
  .pricewizard .price-factor {
    font-size: 22px;
    margin-top: 52px; }
  .pricewizard .price {
    text-align: center;
    width: 250px;
    float: right; }
  .pricewizard .price-wrapper {
    position: absolute;
    height: 100%;
    width: 250px;
    background: #e9a726; }
  .pricewizard .price-result {
    display: block;
    font-weight: bold;
    line-height: 33px;
    font-size: 20px;
    margin: 45px;
    text-align: center;
    width: 165px;
    margin-top: 48px;
    background: white;
    border: 1px solid #cacaca;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCFCFC', endColorstr='#FFFFFFFF');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fcfcfc), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(#fcfcfc, #ffffff);
    background-image: -moz-linear-gradient(#fcfcfc, #ffffff);
    background-image: -o-linear-gradient(#fcfcfc, #ffffff);
    background-image: linear-gradient(#fcfcfc, #ffffff); }
  .pricewizard .word-count,
  .pricewizard .quality-level {
    color: #404040;
    font-size: 20px;
    margin-bottom: 10px; }
  .pricewizard .stars span {
    cursor: pointer; }

.openorder .pricingtable--title {
  color: #e9a726; }
.openorder .pricingtable--description {
  background: #e9a726; }

.directorder .pricingtable--title {
  color: #d16a0d; }
.directorder .pricingtable--description {
  background: #d16a0d; }

.teamorder .pricingtable--title {
  color: #ca521c; }
.teamorder .pricingtable--description {
  background: #ca521c; }

.selfservice .pricingtable--title {
  color: #9a9a9a; }
.selfservice .pricingtable--description {
  background: #9a9a9a; }

.managedservice .pricingtable--title {
  color: #ededed; }
.managedservice .pricingtable--description {
  background: #ededed; }

.managedservice-blue .pricingtable--title {
  color: #253949; }
.managedservice-blue .pricingtable--description {
  background: #253949; }

.pricingtable {
  *zoom: 1; }
  .pricingtable:after {
    content: "";
    display: table;
    clear: both; }
  .pricingtable .row {
    border-bottom: 1px solid #dadada;
    display: table;
    height: 100px;
    margin: 0 10px; }
    .pricingtable .row.last {
      border-bottom: none; }
    .pricingtable .row.pricingtable--text {
      line-height: inherit; }
    .pricingtable .row.pricingtable--title-legend {
      height: 225px; }
    .pricingtable .row.no-desc {
      border-bottom: 1px solid #ededed;
      height: 55px; }
  .pricingtable.pricingtable--features .row {
    height: 75px; }
    .pricingtable.pricingtable--features .row.row--darkgrey {
      background-color: #eeeeee;
      background-image: url("../images/shadow_pricetable_gray.png");
      background-position: top;
      background-repeat: no-repeat;
      height: 50px;
      margin: 0;
      width: 100%; }
  .pricingtable .colspan {
    display: table; }
    .pricingtable .colspan.colspan-1 {
      height: 100px; }
    .pricingtable .colspan.colspan-2 {
      height: 200px; }
    .pricingtable .colspan.colspan-3 {
      height: 300px; }
    .pricingtable .colspan.colspan-4 {
      height: 400px; }
    .pricingtable .colspan.colspan-5 {
      height: 500px; }
    .pricingtable .colspan.colspan-6 {
      height: 600px; }

.pricingtable--col1 {
  float: left; }
  .pricingtable--col1 .row {
    width: 165px; }
    .pricingtable--col1 .row.wide-legend {
      width: 230px; }

.pricingtable--col-legend,
.pricingtable--colprice {
  float: left;
  width: 225px; }
  .pricingtable--col-legend span,
  .pricingtable--col-legend .row,
  .pricingtable--colprice span,
  .pricingtable--colprice .row {
    width: 203px; }

.pricingtable--colprice {
  -webkit-box-shadow: #ededed 5px 5px 10px;
  -moz-box-shadow: #ededed 5px 5px 10px;
  box-shadow: #ededed 5px 5px 10px;
  border-radius: 8px;
  border: 1px solid #ededed;
  margin: 0 10px; }

.pricingtable--description {
  border-top: 1px solid #ededed;
  color: #ffffff;
  font-size: 15px;
  line-height: 18px;
  height: 170px;
  padding: 5px; }
  .pricingtable--description ul {
    list-style-type: none;
    padding: 0 7px; }
    .pricingtable--description ul li {
      padding-bottom: 10px; }
  .pricingtable--description span.price-info {
    float: left;
    line-height: 17px;
    width: 120px !important; }

.pricingtable--features .pricingtable--description {
  height: 50px;
  text-align: center; }
  .pricingtable--features .pricingtable--description strong {
    display: inline-block;
    font-size: 29px;
    float: left;
    line-height: 38px;
    padding-left: 13px;
    vertical-align: bottom; }
  .pricingtable--features .pricingtable--description span {
    display: inline-block;
    float: left;
    width: 130px; }

.pricingtable--title {
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
  line-height: 18px;
  min-height: 55px; }
  .pricingtable--title .pricingtable--subtitle {
    font-size: 15px; }
  .pricingtable--title.border {
    border-bottom: 1px solid #ededed; }

.pricingtable--title-legend {
  border-bottom: 1px solid #ededed;
  color: #404040;
  font-size: 18px; }

.pricingtable--price {
  color: #404040;
  font-size: 22px;
  text-align: center; }

.pricingtable--text {
  color: #404040;
  font-size: 13px; }

.pricingtable--help {
  clear: both;
  color: #999999;
  font-size: 12px;
  padding-top: 20px; }

.pricingtable--features .pricingtable--col-legend,
.pricingtable--features .pricingtable--colprice {
  float: left;
  width: 220px; }
  .pricingtable--features .pricingtable--col-legend span,
  .pricingtable--features .pricingtable--col-legend .row,
  .pricingtable--features .pricingtable--colprice span,
  .pricingtable--features .pricingtable--colprice .row {
    width: 200px; }
.pricingtable--features .pricingtable--colprice {
  margin-left: 5px; }
.pricingtable--features .row.no-desc,
.pricingtable--features .no-desc {
  border-bottom: 1px solid #ededed;
  height: 55px; }
.pricingtable--features .row.desc-empty,
.pricingtable--features .desc-empty {
  border-bottom: 1px solid #ededed;
  height: 105px; }
.pricingtable--features .row.desc-empty.subtitle,
.pricingtable--features .desc-empty.subtitle {
  border-bottom: 1px solid #ededed;
  height: 120px; }

.managedservice .pricingtable--description,
.managedservice .pricingtable--title {
  color: #999999; }

.pricingtable--centered-3col {
  margin: 0 auto;
  width: 710px; }

.pricingtable--centered-4col {
  margin: 0 auto;
  width: 1025px; }

.pricingtable--centered-5col {
  margin: 0 auto;
  width: 1175px; }

a.pricingtable--referencetext {
  color: #404040;
  display: inline-block;
  margin-top: 10px; }
  a.pricingtable--referencetext:after {
    margin-left: 5px; }
  a.pricingtable--referencetext:before {
    display: none; }
  a.pricingtable--referencetext:hover {
    color: #e7661c; }

.l-region--account {
  position: relative; }
  .l-region--account .pane-tb-login-login-form {
    position: absolute;
    right: 38px;
    top: 43px;
    z-index: 100;
    width: 610px; }
    .l-region--account .pane-tb-login-login-form .pane-content {
      float: right; }

.l-region--account .logo--top100seo_2015,
.l-region--account .form-radios,
.l-region--account .form-type-password,
.l-region--account .wrapper-account-submit,
.l-region--account .form-type-textfield {
  float: left; }
.l-region--account .logo--top100seo_2015 {
  margin-top: -20px;
  width: 90px; }
.l-region--account .form-radios {
  margin-top: -3px;
  width: 120px; }
.l-region--account .form-type-password,
.l-region--account .form-type-textfield {
  width: 155px; }
  .l-region--account .form-type-password input,
  .l-region--account .form-type-textfield input {
    background: #fff !important;
    width: 140px; }
.l-region--account .form-type-password {
  width: 148px; }
.l-region--account .wrapper-account-submit {
  width: 65px; }
.l-region--account .lost-password {
  color: #404040;
  display: inline-block;
  font-size: 10px;
  margin-top: 10px; }

.i18n-nl .l-region--account .form-radios,
.i18n-pl .l-region--account .form-radios {
  width: 160px; }
.i18n-nl .pane-tb-login-login-form,
.i18n-pl .pane-tb-login-login-form {
  right: 66px;
  width: 630px; }
  .i18n-nl .pane-tb-login-login-form .password-reset-link,
  .i18n-pl .pane-tb-login-login-form .password-reset-link {
    position: absolute;
    right: -16px;
    top: 28px; }

.i18n-es .l-region--account .form-radios {
  width: 185px; }
.i18n-es .pane-tb-login-login-form {
  right: 79px;
  width: 652px; }
  .i18n-es .pane-tb-login-login-form .password-reset-link {
    position: absolute;
    right: -30px;
    top: 28px; }

.i18n-nl .pane-tb-login-login-form {
  right: 36px; }
  .i18n-nl .pane-tb-login-login-form .password-reset-link {
    position: absolute;
    right: 16px; }

.l-header li a {
  color: #404040;
  text-decoration: none; }
  .l-header li a.active, .l-header li a:hover {
    color: #e7661c; }
.l-header li.active-trail > a {
  color: #e7661c !important; }

.l-region--meta {
  width: 66.10169%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-right: 45px; }

.l-region--meta .menu-superfish {
  font-size: 12px; }
  .l-region--meta .menu-superfish a.active {
    color: #404040; }
    .l-region--meta .menu-superfish a.active:hover {
      color: #e7661c; }
  .l-region--meta .menu-superfish .sf-item-1.sf-depth-1 > .icon:before {
    position: absolute;
    left: -14px;
    top: -2px; }
  .l-region--meta .menu-superfish .sf-item-1.sf-depth-1 li a {
    text-align: left; }
  .l-region--meta .menu-superfish .sf-depth-1.sf-item-2 a {
    text-align: center; }
  .l-region--meta .menu-superfish .sf-menu {
    float: right;
    margin-right: 5px;
    margin-bottom: 20px;
    margin-top: 15px; }
    .l-region--meta .menu-superfish .sf-menu li:hover ul,
    .l-region--meta .menu-superfish .sf-menu li.sfHover ul {
      top: 2em; }
    .l-region--meta .menu-superfish .sf-menu li li:hover ul,
    .l-region--meta .menu-superfish .sf-menu li li.sfHover ul {
      left: 100%;
      top: -1px; }
  .l-region--meta .menu-superfish li.sf-depth-1 {
    border-right: 1px solid #404040;
    line-height: 8px;
    padding-right: 5px; }
    .l-region--meta .menu-superfish li.sf-depth-1:before {
      content: '';
      display: block;
      width: 100%;
      height: 12px;
      position: absolute;
      top: 100%; }
    .l-region--meta .menu-superfish li.sf-depth-1.last {
      border-right: none;
      padding-right: 0px; }
    .l-region--meta .menu-superfish li.sf-depth-1 > a {
      padding: 0;
      padding-left: 5px; }
  .l-region--meta .menu-superfish li.active-trail a.no-active {
    color: #404040 !important; }
    .l-region--meta .menu-superfish li.active-trail a.no-active:hover {
      color: #e7661c !important; }

.l-region--navigation {
  font-size: 16px;
  min-height: 10px;
  position: absolute;
  top: 110px;
  width: 100%; }
  .l-region--navigation .last {
    float: right;
    margin-right: 30px; }
  .l-region--navigation .sf-menu {
    margin-top: 9px;
    margin-left: 45px;
    margin-right: 45px; }
    .l-region--navigation .sf-menu > li {
      display: inline-block;
      width: auto; }
    .l-region--navigation .sf-menu li:hover ul,
    .l-region--navigation .sf-menu li.sfHover ul {
      top: 47px; }
    .l-region--navigation .sf-menu li li:hover ul,
    .l-region--navigation .sf-menu li li.sfHover ul {
      left: 100% !important;
      top: -1px; }
    .l-region--navigation .sf-menu li.last li:hover ul,
    .l-region--navigation .sf-menu li.last li.sfHover ul {
      left: auto !important;
      right: 100% !important; }
  .l-region--navigation li.sf-depth-1 {
    height: 57px; }
    .l-region--navigation li.sf-depth-1 > a {
      padding: 0;
      padding-left: 15px;
      padding-right: 15px;
      line-height: 57px;
      vertical-align: middle; }
    .l-region--navigation li.sf-depth-1.first > a:after {
      position: absolute;
      right: -5px;
      content: '|';
      display: inline-block;
      color: #cccccc;
      text-align: center;
      width: 10px; }
    .l-region--navigation li.sf-depth-1 > ul {
      margin-top: 9px; }

.tb_finance .l-region--navigation .last {
  float: left;
  margin-right: 0; }
.tb_finance .l-region--navigation .sf-menu li.last li:hover ul,
.tb_finance .l-region--navigation .sf-menu li.last li.sfHover ul {
  left: 100% !important;
  right: auto !important;
  top: -1px; }
.tb_finance .l-region--navigation li.sf-depth-1 > a:after {
  position: absolute;
  right: -5px;
  content: '|';
  display: inline-block;
  color: #cccccc;
  text-align: center;
  width: 10px; }
.tb_finance .l-region--navigation li.sf-depth-1.last > a:after {
  display: none; }

.pane-tb2-custom-social-widgets-vertical {
  text-align: center; }
  .pane-tb2-custom-social-widgets-vertical .vertical-widget {
    margin: 0 auto 10px;
    height: 70px;
    width: 70px; }
    .pane-tb2-custom-social-widgets-vertical .vertical-widget.xing {
      width: 55px; }
    .pane-tb2-custom-social-widgets-vertical .vertical-widget .fb-like > span {
      margin-right: -5px; }
  .pane-tb2-custom-social-widgets-vertical .pane-content > div {
    width: 100px; }

.list--steps {
  *zoom: 1;
  margin: 35px auto;
  padding: 0;
  width: 90%;
  /*> li:before {
    content:counter(li);
    counter-increment:li;
    border-radius: 50%;
    border-color: $text_active;
    border: 2px solid;
    color: $text_active;
    display: inline-block;
    @extend %font-regular;
    font-size: 26px;
    text-align: center;
    line-height: 55px;
    margin-bottom: 20px;
    height: 55px;
    width: 55px;
  }
  > li.active:before {
    border-color: $text_lightblue;
    color: $text_lightblue;
  }*/ }
  .list--steps:after {
    content: "";
    display: table;
    clear: both; }
  .list--steps.ol_list_4_points, .list--steps.ol_list_4_points_wide, .list--steps.ol_list_4_points_xwide, .list--steps.ol_list_5_points, .list--steps.ol_list_6_points {
    background-position: 50% top;
    background-repeat: no-repeat; }
    .list--steps.ol_list_4_points > li, .list--steps.ol_list_4_points_wide > li, .list--steps.ol_list_4_points_xwide > li, .list--steps.ol_list_5_points > li, .list--steps.ol_list_6_points > li {
      margin-top: 85px; }
  .list--steps.ol_list_4_points {
    background-image: url("../images/ol_list_4_points.png");
    width: 800px; }
  .list--steps.ol_list_4_points_wide {
    background-image: url("../images/ol_list_4_points_wide.png");
    width: 990px; }
  .list--steps.ol_list_4_points_xwide {
    background-image: url("../images/ol_list_4_points_xwide.png");
    width: 1190px; }
  .list--steps.ol_list_5_points {
    background-image: url("../images/ol_list_5_points.png");
    width: 980px; }
  .list--steps.ol_list_6_points {
    background-image: url("../images/ol_list_6_points.png");
    width: 1200px; }
  .list--steps > li {
    list-style: none;
    text-align: center; }

.lt-ie9 .list--steps > li:before {
  background: url("../images/li-circle.png") no-repeat;
  background-position: 50%;
  border: none;
  border-radius: none;
  height: 60px;
  width: 60px; }

.step--text {
  color: #404040;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  width: 90%; }

.step--headline {
  color: #666666;
  font-size: 22px; }
  .step--headline.threelines {
    height: 110px; }
  .step--headline.twolines {
    height: 70px; }
  .step--headline.fourlines {
    height: 140px; }

.sf-menu ul {
  width: auto; }

.menu-superfish .sf-style-none ul {
  padding-left: 0; }
.menu-superfish .sf-style-none span.nolink,
.menu-superfish .sf-style-none a {
  padding: 0.75em 1em; }
  .menu-superfish .sf-style-none span.nolink.sf-with-ul,
  .menu-superfish .sf-style-none a.sf-with-ul {
    padding-right: 2.25em; }
.menu-superfish .sf-style-none span.nolink {
  text-align: center; }
  .menu-superfish .sf-style-none span.nolink:hover {
    color: #e7661c;
    cursor: pointer;
    font-weight: 600; }
.menu-superfish .sf-style-none li {
  background: none;
  box-sizing: content-box; }
  .menu-superfish .sf-style-none li li {
    height: 35px;
    line-height: 16px;
    font-size: 13px;
    white-space: nowrap;
    background: white;
    border-top: 1px solid #cccccc; }
    .menu-superfish .sf-style-none li li a {
      display: block;
      text-align: center;
      width: auto; }
    .menu-superfish .sf-style-none li li.first {
      border-top: none; }
    .menu-superfish .sf-style-none li li.last {
      border-bottom: 1px solid #cccccc; }
      .menu-superfish .sf-style-none li li.last.sf-depth-4 a {
        margin-bottom: -1px; }
    .menu-superfish .sf-style-none li li:hover {
      background: white; }
    .menu-superfish .sf-style-none li li ul:before {
      display: none; }
    .menu-superfish .sf-style-none li li ul {
      width: auto !important;
      min-width: 305px !important; }
      .menu-superfish .sf-style-none li li ul ul {
        min-width: 12em !important; }
  .menu-superfish .sf-style-none li ul {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-top: 1px solid #cccccc; }
  .menu-superfish .sf-style-none li:hover {
    background: none;
    outline: 0; }
    .menu-superfish .sf-style-none li:hover + ul {
      position: absolute;
      top: 40px; }
  .menu-superfish .sf-style-none li > ul {
    position: absolute;
    overflow: visible !important; }
  .menu-superfish .sf-style-none li.sfHover {
    outline: 0; }
    .menu-superfish .sf-style-none li.sfHover + ul {
      top: 40px; }
.menu-superfish .sf-style-none li.active-trail > span.nolink,
.menu-superfish .sf-style-none li .sfHover > span.nolink,
.menu-superfish .sf-style-none li .sfHover > a {
  color: #e7661c; }
.menu-superfish span.nolink.menuparent:after,
.menu-superfish .sf-depth-2 a.menuparent:after {
  background-position: 0 -1270px;
  content: '';
  display: block;
  height: 8px;
  width: 5px;
  position: absolute;
  right: 10px;
  top: 15px; }
  .menu-superfish span.nolink.menuparent:after:active, .menu-superfish span.nolink.menuparent:after.menu_right_active, .menu-superfish span.nolink.menuparent:after.menu_right-active,
  .menu-superfish .sf-depth-2 a.menuparent:after:active,
  .menu-superfish .sf-depth-2 a.menuparent:after.menu_right_active,
  .menu-superfish .sf-depth-2 a.menuparent:after.menu_right-active {
    background-position: 0 -1252px; }
.menu-superfish span.nolink.menuparent:hover:after,
.menu-superfish > a.menuparent:hover:after,
.menu-superfish .active-trail > a.menuparent:after,
.menu-superfish .active-trail > span.nolink.menuparent:after,
.menu-superfish .sfHover > span.nolink.menuparent:after,
.menu-superfish .sfHover > a.menuparent:after {
  background-position: 0 -1252px; }
.menu-superfish .sf-depth-1.last.menuparent span.nolink.menuparent:after,
.menu-superfish .sf-depth-1.last.menuparent a.menuparent:after {
  display: none; }
.menu-superfish .sf-depth-1.last.menuparent span.nolink.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent a.menuparent:before {
  background-position: 0 -1288px;
  content: '';
  height: 9px;
  width: 6px;
  position: absolute;
  left: 10px;
  top: 15px; }
  .menu-superfish .sf-depth-1.last.menuparent span.nolink.menuparent:before:active, .menu-superfish .sf-depth-1.last.menuparent span.nolink.menuparent:before.menu_left_active, .menu-superfish .sf-depth-1.last.menuparent span.nolink.menuparent:before.menu_left-active,
  .menu-superfish .sf-depth-1.last.menuparent a.menuparent:before:active,
  .menu-superfish .sf-depth-1.last.menuparent a.menuparent:before.menu_left_active,
  .menu-superfish .sf-depth-1.last.menuparent a.menuparent:before.menu_left-active {
    background-position: 0 -1307px; }
.menu-superfish .sf-depth-1.last.menuparent span.nolink.menuparent:hover:before,
.menu-superfish .sf-depth-1.last.menuparent > a.menuparent:hover:before,
.menu-superfish .sf-depth-1.last.menuparent .active-trail > a.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent .active-trail > span.nolink.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent .sfHover > span.nolink.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent .sfHover > a.menuparent:before {
  background-position: 0 -1307px; }
.menu-superfish .sf-depth-1.menuparent > a.menuparent:after {
  background: none;
  float: none;
  margin: 0;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }
.menu-superfish .sf-depth-1.last.menuparent > a.menuparent:hover:before,
.menu-superfish .sf-depth-1.last.menuparent > a.menuparent:before,
.menu-superfish .sf-depth-1.last.menuparent > a.menuparent:after {
  display: none; }

.sf-menu-meta-menu li.sf-depth-1:after,
.sf-menu-meta-menu a.menuparent:after {
  display: none !important; }

.lt-ie9 ul:before {
  display: none !important; }

ul.sf-main-menu {
  position: absolute;
  width: 1185px;
  z-index: 10; }

.tb_finance .menu-superfish .sf-depth-1.last a.menuparent:after {
  display: none; }
.tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:before,
.tb_finance .menu-superfish .sf-depth-1.last a.menuparent:before {
  display: none; }
.tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:hover:before,
.tb_finance .menu-superfish .sf-depth-1.last > a.menuparent:hover:before,
.tb_finance .menu-superfish .sf-depth-1.last .active-trail > a.menuparent:before,
.tb_finance .menu-superfish .sf-depth-1.last .active-trail > span.nolink.menuparent:before,
.tb_finance .menu-superfish .sf-depth-1.last .sfHover > span.nolink.menuparent:before,
.tb_finance .menu-superfish .sf-depth-1.last .sfHover > a.menuparent:before {
  display: none; }
.tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:after,
.tb_finance .menu-superfish .sf-depth-1.last .sf-depth-2 a.menuparent:after {
  background-position: 0 -1270px;
  content: '';
  display: block;
  height: 8px;
  width: 5px;
  position: absolute;
  right: 10px;
  top: 15px; }
  .tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:after:active, .tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:after.menu_right_active, .tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:after.menu_right-active,
  .tb_finance .menu-superfish .sf-depth-1.last .sf-depth-2 a.menuparent:after:active,
  .tb_finance .menu-superfish .sf-depth-1.last .sf-depth-2 a.menuparent:after.menu_right_active,
  .tb_finance .menu-superfish .sf-depth-1.last .sf-depth-2 a.menuparent:after.menu_right-active {
    background-position: 0 -1252px; }
.tb_finance .menu-superfish .sf-depth-1.last span.nolink.menuparent:hover:after,
.tb_finance .menu-superfish .sf-depth-1.last > a.menuparent:hover:after,
.tb_finance .menu-superfish .sf-depth-1.last .active-trail > a.menuparent:after,
.tb_finance .menu-superfish .sf-depth-1.last .active-trail > span.nolink.menuparent:after,
.tb_finance .menu-superfish .sf-depth-1.last .sfHover > span.nolink.menuparent:after,
.tb_finance .menu-superfish .sf-depth-1.last .sfHover > a.menuparent:after {
  background-position: 0 -1252px; }

table {
  border-collapse: collapse; }

.table--steps .step {
  border-radius: 50%;
  border-color: #e7661c;
  border: 1px solid;
  color: #e7661c;
  display: inline-block;
  font-size: 26px;
  line-height: 55px;
  height: 55px;
  width: 55px; }
  .table--steps .step:hover, .table--steps .step.active {
    border-color: #16c1e6;
    color: #16c1e6; }

.table--headline {
  color: #666666;
  font-size: 22px; }

.table--headline-colored {
  font-size: 24px;
  padding-bottom: 30px; }

.table--headline-text {
  color: #ffffff;
  font-size: 15px; }

.table--subheadline,
.table--text-small,
.table--text {
  color: #404040; }

.table--subheadline {
  font-size: 18px; }

.table--text {
  font-size: 15px; }

.table--text-small {
  font-size: 13px; }

th.openorder {
  color: #e9a726; }
th.directorder {
  color: #d16a0d; }
th.teamorder {
  color: #e9a726; }

td.openorder {
  background: #e9a726; }
td.directorder {
  background: #d16a0d; }
td.teamorder {
  background: #e9a726; }

.table--prices .shadow {
  -webkit-box-shadow: #ededed 5px 5px 10px;
  -moz-box-shadow: #ededed 5px 5px 10px;
  box-shadow: #ededed 5px 5px 10px;
  border-radius: 5px; }

#cboxLoadedContent {
  margin-top: 36px; }

#cboxClose {
  cursor: default;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: 0 -1034px;
  height: 23px;
  width: 23px;
  top: 0; }
  #cboxClose:hover, #cboxClose.close_hover, #cboxClose.close-hover {
    background-position: 0 -860px; }

#cboxClose:hover {
  background-position: 0 -860px;
  cursor: pointer; }

#cboxOverlay {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) !important;
  opacity: 0.5 !important; }

.compact-form-label {
  color: #666666;
  font-size: 12px;
  font-weight: 600 !important;
  top: 7px;
  left: 15px; }

.page-eform .form-head-title {
  padding-top: 50px; }
.page-eform .pre-intructions {
  margin-bottom: 10px; }
  .page-eform .pre-intructions p {
    line-height: 1.1em;
    margin: 0px; }
.page-eform .entityform {
  position: relative;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 425px; }
  .page-eform .entityform .form-head-title {
    position: relative; }
  .page-eform .entityform .field-widget-text-textarea {
    width: 100%; }
  .page-eform .entityform .form-icons {
    text-align: center;
    margin: 0 auto; }
    .page-eform .entityform .form-icons > .logo {
      margin: 5px 10px; }
  .page-eform .entityform span.form-required {
    display: none; }
  .page-eform .entityform a {
    color: #666666; }
    .page-eform .entityform a:hover {
      color: #e7661c; }
  .page-eform .entityform label.option {
    display: block;
    float: left;
    margin-bottom: 6px; }
    .page-eform .entityform label.option a {
      text-decoration: underline; }
  .page-eform .entityform input[type="checkbox"] + label:before {
    display: block;
    float: left;
    margin: 0px 7px 0 0; }
  .page-eform .entityform input[type="text"] {
    width: 100% !important; }
  .page-eform .entityform .button.button--cta {
    background-position-x: 10px;
    margin: 20px 0 20px;
    padding-left: 44px;
    width: 100%; }
    .page-eform .entityform .button.button--cta:hover {
      background-position-x: 10px; }
  .page-eform .entityform .submit-wrapper {
    position: relative; }
    .page-eform .entityform .submit-wrapper .icon {
      position: absolute;
      width: 25px;
      height: 25px;
      top: 46px;
      z-index: 10;
      left: 15px; }

.select--wrapper.error {
  border: 1px solid #e7661c; }
  .select--wrapper.error .error {
    color: #666666; }

.confirm-area {
  margin-top: 200px;
  margin-bottom: 200px; }

.confirm-area-button {
  margin-top: 50px;
  margin-bottom: 50px; }

.tb-starsmall-on {
  background-position: 0 -893px;
  height: 14px;
  width: 15px; }

.tb-starsmall-off {
  background-position: 0 -989px;
  height: 14px;
  width: 15px; }

.stars .off,
.stars .on {
  font-size: 0;
  margin-right: 3px; }
.stars span:last-child {
  margin-right: 0px; }
.stars .star {
  cursor: pointer;
  display: inline-block; }

.fivestar-default div.fivestar-widget-static {
  padding: 5px 5px 6px 5px;
  border: 1px solid #666666;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px; }
  .fivestar-default div.fivestar-widget-static .star {
    background-position: 0 -1013px;
    height: 11px;
    width: 12px;
    margin: 0 1px; }
    .fivestar-default div.fivestar-widget-static .star .on {
      background-position: 0 -1207px; }
    .fivestar-default div.fivestar-widget-static .star .off {
      background-position: 0 -1013px; }

div.fivestar-widget .star {
  background: transparent; }
  div.fivestar-widget .star a {
    background-position: 0 -989px;
    height: 14px;
    width: 15px; }
  div.fivestar-widget .star.on a {
    background-position: 0 -893px; }
  div.fivestar-widget .star.on.unhover a {
    background-position: 0 -989px; }
  div.fivestar-widget .star.hover a {
    background-position: 0 -893px; }

.page-eform-submit-managed-service-regform .pane-page-content {
  position: relative; }
.page-eform-submit-managed-service-regform #inline-messages {
  float: none;
  margin: 0 auto;
  width: 32.82443%;
  padding: 0 30px; }
.page-eform-submit-managed-service-regform .messages--error {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #e7661c; }

.pane-tb-login-login-form {
  position: relative; }
  .pane-tb-login-login-form .logged-in {
    font-size: 13px;
    float: left;
    text-align: left;
    margin-top: -1px; }
    .pane-tb-login-login-form .logged-in a.username {
      color: #666666;
      font-weight: bold; }
  .pane-tb-login-login-form .link-button {
    border: 1px solid;
    border-color: #d5d5d5;
    border-radius: 0px;
    color: #505050;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: auto;
    position: relative;
    width: auto;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFECECEC', endColorstr='#FFE0E0E0');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ececec), color-stop(100%, #e0e0e0));
    background-image: -webkit-linear-gradient(#ececec, #e0e0e0);
    background-image: -moz-linear-gradient(#ececec, #e0e0e0);
    background-image: -o-linear-gradient(#ececec, #e0e0e0);
    background-image: linear-gradient(#ececec, #e0e0e0);
    padding: 5px 10px;
    margin-left: 10px;
    font-weight: bold; }
    .pane-tb-login-login-form .link-button:hover {
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #cacaca));
      background-image: -webkit-linear-gradient(#ebebeb, #cacaca);
      background-image: -moz-linear-gradient(#ebebeb, #cacaca);
      background-image: -o-linear-gradient(#ebebeb, #cacaca);
      background-image: linear-gradient(#ebebeb, #cacaca);
      color: #505050; }
  .pane-tb-login-login-form .link-logout {
    float: right;
    margin-right: 10px;
    font-weight: bold; }
  .pane-tb-login-login-form .links-container {
    width: 400px;
    float: right;
    text-align: right; }
  .pane-tb-login-login-form .messages {
    -webkit-box-shadow: #666666 1px 1px 5px;
    -moz-box-shadow: #666666 1px 1px 5px;
    box-shadow: #666666 1px 1px 5px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e7661c;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 500; }
    .pane-tb-login-login-form .messages.error {
      color: #e7661c;
      background: white;
      line-height: 23px;
      padding-right: 35px; }
  .pane-tb-login-login-form .password-reset-link {
    position: absolute;
    right: 13px;
    top: 28px; }

a.msg-close-button {
  float: right;
  text-indent: -9999px;
  background-position: 0 -1034px;
  display: inline-block;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 5px;
  right: 5px; }
  a.msg-close-button:hover, a.msg-close-button.close_hover, a.msg-close-button.close-hover {
    background-position: 0 -860px; }
  a.msg-close-button:hover {
    background-position: 0 -860px; }

.tb-login {
  position: relative;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  width: 375px; }
  .tb-login a {
    color: #666666; }
    .tb-login a:hover {
      color: #e7661c; }
  .tb-login form.box--shadow, .tb-login .content-columns form.paragraphs-item-box-with-icon, .content-columns .tb-login form.paragraphs-item-box-with-icon, .tb-login .content-columns form.paragraphs-item-box-with-icon-contact, .content-columns .tb-login form.paragraphs-item-box-with-icon-contact {
    padding: 25px 55px; }
  .tb-login form input[type="text"],
  .tb-login form input[type="password"] {
    width: 100%;
    margin-bottom: 15px; }
  .tb-login .button.button--cta {
    margin: 40px 0 20px;
    width: 100%; }
  .tb-login .submit-wrapper {
    position: relative; }
    .tb-login .submit-wrapper .icon {
      position: absolute;
      width: 25px;
      height: 25px;
      top: 46px;
      z-index: 10;
      left: 15px; }
  .tb-login .compact-form-label {
    font-weight: 400 !important; }
  .tb-login .description {
    font-size: 12px;
    text-align: center; }
  .tb-login .headline {
    text-align: center; }
  .tb-login .form-type-radio {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px; }
  .tb-login .form-type-password {
    margin-bottom: 0; }
    .tb-login .form-type-password input[type="password"] {
      margin-bottom: 7px; }
  .tb-login .messages {
    border: 1px solid #e7661c;
    color: #e7661c;
    font-size: 13px;
    padding: 10px; }
  .tb-login .msg-close-button {
    display: none; }
  .tb-login .no-member {
    font-size: 12px;
    text-align: center;
    line-height: 1.7em; }
    .tb-login .no-member span {
      color: #e7661c;
      font-weight: 600; }
    .tb-login .no-member a:after {
      content: ' >'; }
  .tb-login .password-reset-link a {
    font-size: 10px; }

.tb-login.tb-login--comment {
  position: relative;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
  width: auto; }
  .tb-login.tb-login--comment h3 {
    margin-bottom: 30px;
    font-size: 16px; }
  .tb-login.tb-login--comment .comment-description {
    font-size: 12px;
    color: #666666; }
  .tb-login.tb-login--comment form {
    margin-top: 28px; }
  .tb-login.tb-login--comment .form-type-textfield,
  .tb-login.tb-login--comment .form-type-password {
    width: 270px; }
    .tb-login.tb-login--comment .form-type-textfield input,
    .tb-login.tb-login--comment .form-type-password input {
      height: 35px; }
  .tb-login.tb-login--comment .form-type-password {
    float: left; }
  .tb-login.tb-login--comment .submit-wrapper {
    float: left;
    width: 235px;
    margin-top: -23px;
    margin-left: 15px; }
  .tb-login.tb-login--comment .button--cta {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 21px; }
  .tb-login.tb-login--comment .no-member {
    clear: both;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    text-align: left;
    border-top: 1px solid #eeeeee;
    padding-top: 20px; }
    .tb-login.tb-login--comment .no-member:before, .tb-login.tb-login--comment .no-member:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .tb-login.tb-login--comment .no-member:after {
      clear: both; }
  .tb-login.tb-login--comment .no-member-headline {
    font-size: 16px;
    color: #404040;
    margin-bottom: 16px; }

.page--login .tb-login .form-radios {
  text-align: left; }
.page--login .tb-login .box--shadow, .page--login .tb-login .content-columns .paragraphs-item-box-with-icon, .content-columns .page--login .tb-login .paragraphs-item-box-with-icon, .page--login .tb-login .content-columns .paragraphs-item-box-with-icon-contact, .content-columns .page--login .tb-login .paragraphs-item-box-with-icon-contact {
  margin-top: 40px; }

.i18n-es .tb-login-login-form-page #edit-page-type {
  padding-left: 47px; }
.i18n-es .tb-login-login-form-page .tb-login-type label.option {
  margin-left: -24px; }
.i18n-es .tb-login-login-form-page .tb-login-type label.option::before {
  top: 10px;
  position: relative; }
.i18n-es .tb-login--page .form-type-radio {
  width: 106px !important; }

.forum-comment-form {
  -webkit-box-shadow: #ededed 5px 5px 10px;
  -moz-box-shadow: #ededed 5px 5px 10px;
  box-shadow: #ededed 5px 5px 10px;
  border-radius: 4px;
  border-radius: 5px;
  border: 1px solid #ededed; }
  .forum-comment-form .inner {
    padding: 1em; }
  .forum-comment-form .field-name-field-comment-title label {
    display: inline-block;
    width: 14%; }
  .forum-comment-form .field-name-field-comment-title .form-text {
    width: 85%; }
  .forum-comment-form .field-name-comment-body label {
    margin-bottom: 10px; }
  .forum-comment-form .form-actions {
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1; }
    .forum-comment-form .form-actions:before, .forum-comment-form .form-actions:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .forum-comment-form .form-actions:after {
      clear: both; }
    .forum-comment-form .form-actions .button--ctasmall {
      float: right; }

.forum-links {
  list-style-type: none;
  padding: 0; }
  .forum-links li {
    list-style-type: none; }

.forum-greeting {
  -webkit-box-shadow: #ededed 5px 5px 10px;
  -moz-box-shadow: #ededed 5px 5px 10px;
  box-shadow: #ededed 5px 5px 10px;
  border-radius: 4px;
  border-radius: 5px;
  border: 1px solid #ededed;
  margin-bottom: 10px;
  padding: 15px; }
  .forum-greeting .user-info {
    float: left;
    width: 80%; }
  .forum-greeting .login-info {
    float: right;
    margin-top: 25px;
    width: 20%; }

.forum-quick-comment-form {
  padding: 15px;
  padding-top: 10px; }
  .forum-quick-comment-form .field-name-comment-body {
    display: inline-block;
    width: 84%; }
    .forum-quick-comment-form .field-name-comment-body input[type="text"] {
      width: 100%; }
    .forum-quick-comment-form .field-name-comment-body label {
      font-size: inherit;
      margin-bottom: 10px; }
  .forum-quick-comment-form .form-actions {
    display: inline-block;
    padding-left: 25px;
    text-align: left;
    width: 16%; }
  .forum-quick-comment-form .field-widget-text-textarea {
    margin-bottom: 0px; }

.node--article--teaser, .node--files--teaser, .node--news--teaser {
  margin-bottom: 15px; }
  .node--article--teaser .node--article--headline, .node--files--teaser .node--article--headline, .node--news--teaser .node--article--headline {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px; }
    .node--article--teaser .node--article--headline a, .node--files--teaser .node--article--headline a, .node--news--teaser .node--article--headline a {
      color: #404040; }
      .node--article--teaser .node--article--headline a:hover, .node--files--teaser .node--article--headline a:hover, .node--news--teaser .node--article--headline a:hover {
        color: #e7661c; }
  .node--article--teaser .fivestar-form-item .description, .node--files--teaser .fivestar-form-item .description, .node--news--teaser .fivestar-form-item .description {
    display: none; }

.blog--content-links, .file--content-links, .news--content-links {
  clear: both;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc; }
  .blog--content-links > .field, .file--content-links > .field, .news--content-links > .field {
    float: left;
    display: block;
    margin-right: 2em;
    font-size: 11px;
    line-height: 24px;
    vertical-align: middle; }
    .blog--content-links > .field:before, .file--content-links > .field:before, .news--content-links > .field:before {
      display: inline-block;
      content: '';
      height: 24px;
      width: 24px;
      margin-right: 6px;
      vertical-align: middle; }
    .blog--content-links > .field.field-name-post-date:before, .file--content-links > .field.field-name-post-date:before, .news--content-links > .field.field-name-post-date:before {
      background-position: 0 -826px; }
    .blog--content-links > .field.field-name-author a, .file--content-links > .field.field-name-author a, .news--content-links > .field.field-name-author a {
      color: #404040; }
      .blog--content-links > .field.field-name-author a:hover, .file--content-links > .field.field-name-author a:hover, .news--content-links > .field.field-name-author a:hover {
        color: #e7661c; }
    .blog--content-links > .field.field-name-author:before, .file--content-links > .field.field-name-author:before, .news--content-links > .field.field-name-author:before {
      background-position: 0 -594px; }
    .blog--content-links > .field.field-name-article-category:before, .file--content-links > .field.field-name-article-category:before, .news--content-links > .field.field-name-article-category:before {
      background-position: 0 -628px; }
    .blog--content-links > .field.field-name-comment-count:before, .file--content-links > .field.field-name-comment-count:before, .news--content-links > .field.field-name-comment-count:before {
      background-position: 0 -695px; }
    .blog--content-links > .field.field-name-field-article-fivestar, .file--content-links > .field.field-name-field-article-fivestar, .news--content-links > .field.field-name-field-article-fivestar {
      float: right; }
      .blog--content-links > .field.field-name-field-article-fivestar:before, .file--content-links > .field.field-name-field-article-fivestar:before, .news--content-links > .field.field-name-field-article-fivestar:before {
        content: none; }
      .blog--content-links > .field.field-name-field-article-fivestar > .fivestar-average-stars, .file--content-links > .field.field-name-field-article-fivestar > .fivestar-average-stars, .news--content-links > .field.field-name-field-article-fivestar > .fivestar-average-stars {
        float: left; }
      .blog--content-links > .field.field-name-field-article-fivestar > .label-above, .file--content-links > .field.field-name-field-article-fivestar > .label-above, .news--content-links > .field.field-name-field-article-fivestar > .label-above {
        float: right;
        margin-left: 6px; }

div.panel-pane div.node.node--article--teaser, div.panel-pane div.node.node--files--teaser, div.panel-pane div.node.node--news--teaser {
  margin-bottom: 15px; }

.node--article--full .introduction, .node--news--full .introduction {
  display: none; }
.node--article--full h2, .node--news--full h2 {
  margin-top: 25px; }
.node--article--full h3, .node--news--full h3 {
  margin-top: 18px;
  margin-bottom: 12px; }
.node--article--full .comment-wrapper, .node--news--full .comment-wrapper {
  clear: both;
  padding-top: 30px; }
.node--article--full .comment, .node--news--full .comment {
  border-bottom: 1px solid #eeeeee;
  clear: both;
  margin-bottom: 25px;
  padding-bottom: 5px; }

.node--files--teaser .file--last-update {
  font-size: 13px;
  margin: 30px 0; }
.node--files--teaser .field-name-field-files-icon {
  float: left;
  text-align: center;
  width: 25%; }
.node--files--teaser .group-infos {
  float: left;
  width: 75%; }
.node--files--teaser .node--article--headline {
  margin-top: 0; }

.file--content-links .download--count {
  font-size: 11px; }
  .file--content-links .download--count:before {
    font-size: 24px;
    padding-right: 6px;
    vertical-align: middle; }
.file--content-links .downloads {
  display: inline-block; }
  .file--content-links .downloads .label-inline {
    float: right;
    font-size: 11px;
    padding-left: 3px;
    padding-top: 4px; }

.node--forum header {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }
  .node--forum header:before, .node--forum header:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .node--forum header:after {
    clear: both; }
  .node--forum header .field--type-fivestar {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle; }
  .node--forum header .description,
  .node--forum header .hreview-aggregate {
    display: none; }
.node--forum .node__title {
  width: 66.10169%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none; }
.node--forum .content-author-navigation {
  width: 32.20339%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  padding: 0;
  width: auto; }
  .node--forum .content-author-navigation ul {
    list-style-type: none;
    text-align: right; }
.node--forum .forum-post {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }
  .node--forum .forum-post:before, .node--forum .forum-post:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .node--forum .forum-post:after {
    clear: both; }
  .node--forum .forum-post:after {
    margin-bottom: 10px; }
  .node--forum .forum-post .content {
    padding: 1em; }
  .node--forum .forum-post .content-links {
    border-top: 1px solid #ededed;
    padding-top: 10px;
    padding-bottom: 10px; }
  .node--forum .forum-post .links--inline li {
    float: right; }
  .node--forum .forum-post .forum-post-content {
    width: 84%; }
    .node--forum .forum-post .forum-post-content .field--type-fivestar {
      display: none; }
.node--forum .forum-post-wide .inner {
  padding-top: 0px !important; }
.node--forum .forum-post-wide .forum-post-content {
  width: 100%; }
.node--forum .submitted {
  border-bottom: 1px solid #ededed;
  font-size: 11px;
  padding: 10px;
  position: relative;
  overflow: hidden; }
  .node--forum .submitted .topic-title {
    float: left;
    overflow: hidden;
    width: 550px; }
  .node--forum .submitted .topic-info {
    float: right;
    margin-right: 50px; }
  .node--forum .submitted .element-counter {
    background: #e7661c;
    height: 40px;
    line-height: 35px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 0;
    width: 35px; }
    .node--forum .submitted .element-counter a {
      color: #fff; }
  .node--forum .submitted .user-picture {
    display: inline; }
    .node--forum .submitted .user-picture img {
      border: 1px solid #ededed;
      height: 18px;
      vertical-align: middle;
      width: 18px; }
.node--forum .forum-post-userinfo {
  display: inline;
  float: left;
  position: relative;
  width: 15%;
  margin-right: 10px;
  margin-left: 0;
  text-align: center;
  font-size: 11px; }
  .node--forum .forum-post-userinfo .inner {
    padding: 1em; }
.node--forum .forum-post-content {
  display: inline;
  float: left;
  position: relative; }
.node--forum .forum-post-userinfo .inner,
.node--forum .forum-post-content .inner {
  -webkit-box-shadow: #ededed 5px 5px 10px;
  -moz-box-shadow: #ededed 5px 5px 10px;
  box-shadow: #ededed 5px 5px 10px;
  border-radius: 4px;
  border-radius: 5px;
  border: 1px solid #ededed; }
.node--forum .views-exposed-form-forum .tb-forum-quick-navigation {
  width: 40%; }
.node--forum .views-exposed-form-forum .field--type-fivestar {
  display: inline-block;
  width: 10%; }
.node--forum .forum-post-content .links a {
  color: #404040;
  font-size: 13px; }
.node--forum .forum-post-content .links .flag-tb-abuse-forum-comment:before,
.node--forum .forum-post-content .links .flag-tb-abuse-forum-content:before {
  vertical-align: middle; }
.node--forum .forum-post-content .links .quote__quote a:before {
  margin-right: 3px;
  vertical-align: middle; }
.node--forum .forum-post-actions-bottom ul {
  list-style-type: none;
  text-align: right; }

.node-forum-form label {
  font-size: 14px;
  padding-bottom: 5px; }
.node-forum-form .form-item {
  margin-bottom: 1em; }
.node-forum-form .form-actions input {
  float: right;
  margin-left: 1em; }

.node-type-glossary .pane-node-content .pane-title {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px;
  color: #404040; }
.node-type-glossary .field-name-body {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  color: #404040; }
.node-type-glossary .node-prev-next {
  font-size: 11px;
  margin-top: 15px;
  padding: 0; }
  .node-type-glossary .node-prev-next li {
    display: inline-block; }
    .node-type-glossary .node-prev-next li a {
      color: #666666;
      padding: 0 5px; }
      .node-type-glossary .node-prev-next li a:hover {
        color: #e7661c; }
    .node-type-glossary .node-prev-next li.next {
      margin-left: 20px; }
    .node-type-glossary .node-prev-next li.prev a:before {
      content: '‹';
      margin-right: 10px;
      margin-top: -4px; }
    .node-type-glossary .node-prev-next li.next a:after {
      content: '›';
      margin-left: 10px;
      margin-top: -4px; }

.node-type-glossary .node-prev-next li.prev a:before, .node-type-glossary .node-prev-next li.next a:after {
  color: #666666;
  font-size: 18px;
  border: 1px solid #666666;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  padding: 0; }
  .node-type-glossary .node-prev-next li.prev a:hover:before, .node-type-glossary .node-prev-next li.next a:hover:after {
    color: #e7661c;
    border-color: #e7661c; }

div.panel-pane div.node.node--news--teaser {
  margin-bottom: 15px; }

.main-onecol-stage {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both; }

.main-onecol-main {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both; }

.main-sidebar-stage {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both; }

.main-sidebar-main {
  width: 66.19718%;
  float: left;
  margin-right: -100%;
  margin-left: 25.35211%;
  clear: none; }

.main-sidebar-sidebar {
  width: 23.94366%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none; }

.l-tbfull {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both; }

.l-tbsidebar-sidebar {
  width: 23.94366%;
  float: left;
  margin-right: -100%;
  margin-left: 0%;
  clear: none; }
  .l-tbsidebar-sidebar a:hover {
    color: #e7661c !important; }

.l-tbsidebar-content {
  width: 66.19718%;
  float: left;
  margin-right: -100%;
  margin-left: 25.35211%;
  clear: none; }

.l-tbsidebar-social {
  width: 7.04225%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }

.l-tbsidebar-bottom {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: both; }

.pane-archive-block-news,
.pane-archive-block {
  font-size: 15px;
  line-height: 15px; }
  .pane-archive-block-news .ui-tabs ul.ui-tabs-nav,
  .pane-archive-block .ui-tabs ul.ui-tabs-nav {
    margin: 0;
    padding: 0;
    border: 0;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    border-bottom: 1px solid #cccccc; }
    .pane-archive-block-news .ui-tabs ul.ui-tabs-nav:before, .pane-archive-block-news .ui-tabs ul.ui-tabs-nav:after,
    .pane-archive-block .ui-tabs ul.ui-tabs-nav:before,
    .pane-archive-block .ui-tabs ul.ui-tabs-nav:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .pane-archive-block-news .ui-tabs ul.ui-tabs-nav:after,
    .pane-archive-block .ui-tabs ul.ui-tabs-nav:after {
      clear: both; }
    .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li,
    .pane-archive-block .ui-tabs ul.ui-tabs-nav li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left; }
    .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li,
    .pane-archive-block .ui-tabs ul.ui-tabs-nav li {
      padding-bottom: 15px;
      top: auto;
      margin: 0; }
      .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li:after,
      .pane-archive-block .ui-tabs ul.ui-tabs-nav li:after {
        content: "|";
        display: inline-block;
        text-align: center;
        width: 20px; }
      .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li.last:after,
      .pane-archive-block .ui-tabs ul.ui-tabs-nav li.last:after {
        content: ''; }
      .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li:last-child:after,
      .pane-archive-block .ui-tabs ul.ui-tabs-nav li:last-child:after {
        content: ''; }
      .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li.ui-state-active,
      .pane-archive-block .ui-tabs ul.ui-tabs-nav li.ui-state-active {
        position: relative; }
        .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li.ui-state-active:before,
        .pane-archive-block .ui-tabs ul.ui-tabs-nav li.ui-state-active:before {
          content: ' ';
          display: block;
          position: absolute;
          bottom: -2px;
          left: 50%;
          background-position: 0 -1228px;
          height: 14px;
          width: 27px;
          margin-left: -23.5px; }
    .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li a,
    .pane-archive-block .ui-tabs ul.ui-tabs-nav li a {
      padding: 0;
      color: #404040; }
    .pane-archive-block-news .ui-tabs ul.ui-tabs-nav li.ui-state-active a,
    .pane-archive-block .ui-tabs ul.ui-tabs-nav li.ui-state-active a {
      color: #e7661c; }
  .pane-archive-block-news .ui-tabs .ui-tabs-panel,
  .pane-archive-block .ui-tabs .ui-tabs-panel {
    padding: 0; }
  .pane-archive-block-news ul.archive-block li,
  .pane-archive-block ul.archive-block li {
    width: 100%; }

.pane-article-type-selection, .pane-download-type-selection {
  font-size: 22px;
  line-height: 22px; }
  .pane-article-type-selection ul, .pane-download-type-selection ul {
    margin: 0;
    padding: 0;
    border: 0;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    border-bottom: 1px solid #cccccc; }
    .pane-article-type-selection ul:before, .pane-download-type-selection ul:before, .pane-article-type-selection ul:after, .pane-download-type-selection ul:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .pane-article-type-selection ul:after, .pane-download-type-selection ul:after {
      clear: both; }
    .pane-article-type-selection ul li, .pane-download-type-selection ul li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left; }
    .pane-article-type-selection ul li, .pane-download-type-selection ul li {
      padding-bottom: 17px;
      top: auto;
      margin: 0; }
      .pane-article-type-selection ul li:after, .pane-download-type-selection ul li:after {
        content: "|";
        display: inline-block;
        text-align: center;
        width: 20px; }
      .pane-article-type-selection ul li.last:after, .pane-download-type-selection ul li.last:after {
        content: ''; }
      .pane-article-type-selection ul li:last-child:after, .pane-download-type-selection ul li:last-child:after {
        content: ''; }
      .pane-article-type-selection ul li.active, .pane-download-type-selection ul li.active {
        position: relative; }
        .pane-article-type-selection ul li.active:before, .pane-download-type-selection ul li.active:before {
          content: ' ';
          display: block;
          position: absolute;
          bottom: -2px;
          left: 50%;
          background-position: 0 -1228px;
          height: 14px;
          width: 27px;
          margin-left: -23.5px; }
    .pane-article-type-selection ul li a, .pane-download-type-selection ul li a {
      color: #404040; }
    .pane-article-type-selection ul li.active a, .pane-download-type-selection ul li.active a {
      color: #e7661c; }
    .pane-article-type-selection ul li.last, .pane-download-type-selection ul li.last {
      margin-right: -17px; }

.pane-blog-categories {
  font-size: 15px;
  line-height: 15px; }
  .pane-blog-categories ul.blog-categories-links {
    margin: 0;
    padding: 0;
    border: 0;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    border-bottom: 1px solid #cccccc; }
    .pane-blog-categories ul.blog-categories-links:before, .pane-blog-categories ul.blog-categories-links:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .pane-blog-categories ul.blog-categories-links:after {
      clear: both; }
    .pane-blog-categories ul.blog-categories-links li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left; }
    .pane-blog-categories ul.blog-categories-links li {
      padding-bottom: 15px;
      top: auto;
      margin: 0; }
      .pane-blog-categories ul.blog-categories-links li:after {
        content: "|";
        display: inline-block;
        text-align: center;
        width: 20px; }
      .pane-blog-categories ul.blog-categories-links li.last:after {
        content: ''; }
      .pane-blog-categories ul.blog-categories-links li:last-child:after {
        content: ''; }
      .pane-blog-categories ul.blog-categories-links li.active {
        position: relative; }
        .pane-blog-categories ul.blog-categories-links li.active:before {
          content: ' ';
          display: block;
          position: absolute;
          bottom: -2px;
          left: 50%;
          background-position: 0 -1228px;
          height: 14px;
          width: 27px;
          margin-left: -23.5px; }
    .pane-blog-categories ul.blog-categories-links li a {
      padding: 0;
      color: #404040; }
    .pane-blog-categories ul.blog-categories-links li.active a {
      color: #e7661c; }
  .pane-blog-categories .blog-categories-list ul li {
    width: 100%;
    position: relative; }
    .pane-blog-categories .blog-categories-list ul li span {
      position: absolute;
      right: 12px; }

.blog-categories-content {
  overflow: hidden;
  height: 0px; }
  .blog-categories-content.blog-categories-content-show {
    height: auto; }

.pane-blog-tags-list-panel-pane-1 h2 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 0px; }
  .pane-blog-tags-list-panel-pane-1 h2 span {
    position: relative;
    padding-bottom: 15px; }
    .pane-blog-tags-list-panel-pane-1 h2 span:before {
      content: ' ';
      display: block;
      position: absolute;
      bottom: -2px;
      left: 50%;
      background-position: 0 -1228px;
      height: 14px;
      width: 27px;
      margin-left: -13.5px; }
.pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li {
  width: 130px;
  float: left;
  height: 41px; }
  .pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li.views-row-even {
    margin-left: 20px; }

.pane-custom-breadcrumbs nav ul {
  padding-left: 0; }

.pane-download-categories {
  font-size: 15px;
  line-height: 15px; }
  .pane-download-categories ul.download-categories-links {
    margin: 0;
    padding: 0;
    border: 0;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    border-bottom: 1px solid #cccccc; }
    .pane-download-categories ul.download-categories-links:before, .pane-download-categories ul.download-categories-links:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .pane-download-categories ul.download-categories-links:after {
      clear: both; }
    .pane-download-categories ul.download-categories-links li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left; }
    .pane-download-categories ul.download-categories-links li {
      padding-bottom: 15px;
      top: auto;
      margin: 0; }
      .pane-download-categories ul.download-categories-links li:after {
        content: "|";
        display: inline-block;
        text-align: center;
        width: 20px; }
      .pane-download-categories ul.download-categories-links li.last:after {
        content: ''; }
      .pane-download-categories ul.download-categories-links li:last-child:after {
        content: ''; }
      .pane-download-categories ul.download-categories-links li.active {
        position: relative; }
        .pane-download-categories ul.download-categories-links li.active:before {
          content: ' ';
          display: block;
          position: absolute;
          bottom: -2px;
          left: 50%;
          background-position: 0 -1228px;
          height: 14px;
          width: 27px;
          margin-left: -23.5px; }
    .pane-download-categories ul.download-categories-links li a {
      padding: 0;
      color: #404040; }
    .pane-download-categories ul.download-categories-links li.active a {
      color: #e7661c; }
  .pane-download-categories .download-categories-links ul li {
    width: 100%;
    position: relative; }
    .pane-download-categories .download-categories-links ul li span {
      position: absolute;
      right: 12px; }

.pane-download-type-selection {
  font-size: 21px;
  line-height: 21px; }

.i18n-fr .pane-download-type-selection {
  font-size: 20px;
  line-height: 21px; }

.pane-embed-element .embed-element-footer {
  height: 0px;
  overflow: hidden; }
  .pane-embed-element .embed-element-footer.embed-element--show {
    height: auto; }

.embed-element-page-stage {
  margin: 0 auto;
  width: 1250px; }

.pane-facebook-social-widget h2 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .pane-facebook-social-widget h2 span {
    position: relative;
    padding-bottom: 15px; }
    .pane-facebook-social-widget h2 span:before {
      content: ' ';
      display: block;
      position: absolute;
      bottom: -2px;
      left: 50%;
      background-position: 0 -1228px;
      height: 14px;
      width: 27px;
      margin-left: -13.5px; }
.pane-facebook-social-widget .pane-content {
  height: 300px; }

.pane-page-content ul.facetapi-facet-field-article-type {
  margin: 0;
  padding: 0;
  border: 0;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  border-bottom: 1px solid #cccccc;
  padding-left: 190px;
  padding-bottom: 6px; }
  .pane-page-content ul.facetapi-facet-field-article-type:before, .pane-page-content ul.facetapi-facet-field-article-type:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .pane-page-content ul.facetapi-facet-field-article-type:after {
    clear: both; }
  .pane-page-content ul.facetapi-facet-field-article-type li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left; }
  .pane-page-content ul.facetapi-facet-field-article-type li {
    padding-bottom: 15px;
    top: auto;
    margin: 0; }
    .pane-page-content ul.facetapi-facet-field-article-type li:after {
      content: "|";
      display: inline-block;
      text-align: center;
      width: 20px; }
    .pane-page-content ul.facetapi-facet-field-article-type li.last:after {
      content: ''; }
    .pane-page-content ul.facetapi-facet-field-article-type li:last-child:after {
      content: ''; }
    .pane-page-content ul.facetapi-facet-field-article-type li.facetapi-active {
      position: relative; }
      .pane-page-content ul.facetapi-facet-field-article-type li.facetapi-active:before {
        content: ' ';
        display: block;
        position: absolute;
        bottom: -2px;
        left: 50%;
        background-position: 0 -1228px;
        height: 14px;
        width: 27px;
        margin-left: -23.5px; }
  .pane-page-content ul.facetapi-facet-field-article-type li.facetapi-active:before {
    bottom: -7px; }
  .pane-page-content ul.facetapi-facet-field-article-type li {
    line-height: 32px;
    padding-bottom: 0; }
    .pane-page-content ul.facetapi-facet-field-article-type li a {
      padding: 0;
      color: #404040;
      font-size: 14px; }
    .pane-page-content ul.facetapi-facet-field-article-type li.facetapi-active, .pane-page-content ul.facetapi-facet-field-article-type li.facetapi-active a {
      color: #e7661c; }
    .pane-page-content ul.facetapi-facet-field-article-type li.facetapi-active:after {
      color: #404040; }

.pane-faq-categories {
  font-size: 15px;
  line-height: 15px; }
  .pane-faq-categories ul.faq-categories-links {
    margin: 0;
    padding: 0;
    border: 0;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    border-bottom: 1px solid #cccccc; }
    .pane-faq-categories ul.faq-categories-links:before, .pane-faq-categories ul.faq-categories-links:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .pane-faq-categories ul.faq-categories-links:after {
      clear: both; }
    .pane-faq-categories ul.faq-categories-links li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left; }
    .pane-faq-categories ul.faq-categories-links li {
      padding-bottom: 15px;
      top: auto;
      margin: 0; }
      .pane-faq-categories ul.faq-categories-links li:after {
        content: "|";
        display: inline-block;
        text-align: center;
        width: 20px; }
      .pane-faq-categories ul.faq-categories-links li.last:after {
        content: ''; }
      .pane-faq-categories ul.faq-categories-links li:last-child:after {
        content: ''; }
      .pane-faq-categories ul.faq-categories-links li.active {
        position: relative; }
        .pane-faq-categories ul.faq-categories-links li.active:before {
          content: ' ';
          display: block;
          position: absolute;
          bottom: -2px;
          left: 50%;
          background-position: 0 -1228px;
          height: 14px;
          width: 27px;
          margin-left: -23.5px; }
    .pane-faq-categories ul.faq-categories-links li a {
      padding: 0;
      color: #404040; }
    .pane-faq-categories ul.faq-categories-links li.active a {
      color: #e7661c; }
  .pane-faq-categories .faq-categories-links ul li {
    width: 100%;
    position: relative; }
    .pane-faq-categories .faq-categories-links ul li span {
      position: absolute;
      right: 12px; }
  .pane-faq-categories .faq-categories-list li {
    width: 100%;
    position: relative; }
    .pane-faq-categories .faq-categories-list li span {
      position: absolute;
      right: 12px; }

.faq-categories-content {
  overflow: hidden;
  height: 0px; }
  .faq-categories-content.faq-categories-content-show {
    height: auto; }
  .faq-categories-content .select--wrapper {
    margin-top: 20px;
    width: 100%; }

.pane-glossary {
  color: #404040; }
  .pane-glossary ul.glossary-alpha-list li a {
    padding: 0;
    color: #666666;
    font-size: 14px; }
    .pane-glossary ul.glossary-alpha-list li a:hover {
      color: #e7661c; }
  .pane-glossary ul.glossary-alpha-list li.active a {
    color: #e7661c; }

.pane-page-content ul.glossary-alpha-list {
  margin: 0;
  padding: 0;
  border: 0;
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  border-bottom: 1px solid #cccccc; }
  .pane-page-content ul.glossary-alpha-list:before, .pane-page-content ul.glossary-alpha-list:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .pane-page-content ul.glossary-alpha-list:after {
    clear: both; }
  .pane-page-content ul.glossary-alpha-list li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
    white-space: nowrap;
    display: inline;
    float: left; }
  .pane-page-content ul.glossary-alpha-list li {
    padding-bottom: 15px;
    top: auto;
    margin: 0; }
    .pane-page-content ul.glossary-alpha-list li:after {
      content: "|";
      display: inline-block;
      text-align: center;
      width: 20px; }
    .pane-page-content ul.glossary-alpha-list li.last:after {
      content: ''; }
    .pane-page-content ul.glossary-alpha-list li:last-child:after {
      content: ''; }
    .pane-page-content ul.glossary-alpha-list li.active {
      position: relative; }
      .pane-page-content ul.glossary-alpha-list li.active:before {
        content: ' ';
        display: block;
        position: absolute;
        bottom: -2px;
        left: 50%;
        background-position: 0 -1228px;
        height: 14px;
        width: 27px;
        margin-left: -23.5px; }

.l-footer .pane-glossary {
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
  width: 1250px;
  line-height: 38px; }
  .l-footer .pane-glossary .pane-title {
    color: #666666;
    float: left;
    margin: 0;
    margin-left: 15px; }
  .l-footer .pane-glossary .glossary-alpha-list {
    float: left; }
    .l-footer .pane-glossary .glossary-alpha-list .active {
      color: #666666; }
    .l-footer .pane-glossary .glossary-alpha-list a {
      color: #666666; }
      .l-footer .pane-glossary .glossary-alpha-list a:hover {
        color: #e7661c; }
      .l-footer .pane-glossary .glossary-alpha-list a.active {
        color: #666666; }
    .l-footer .pane-glossary .glossary-alpha-list li:after {
      color: #666666;
      content: "|";
      display: inline-block;
      height: 23px;
      overflow: hidden;
      text-align: center;
      padding-left: 4px;
      width: 12px; }
    .l-footer .pane-glossary .glossary-alpha-list li:last-child:after {
      content: ''; }

.pane-partner-pane-partners-logobar {
  margin: 10px auto 55px auto; }
  .pane-partner-pane-partners-logobar .views-row {
    display: inline-block; }

.pane-press-news-header {
  font-size: 22px;
  line-height: 22px; }
  .pane-press-news-header .pane-content {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 15px; }
    .pane-press-news-header .pane-content a {
      display: inline-block;
      position: relative;
      padding-bottom: 15px; }
      .pane-press-news-header .pane-content a:before {
        content: ' ';
        display: block;
        position: absolute;
        bottom: -2px;
        left: 50%;
        background-position: 0 -1228px;
        height: 14px;
        width: 27px;
        margin-left: -13.5px; }

.pane-search-pane-search-blog .pane-title {
  border-bottom-color: #494643; }

.pane-tutorials-categories {
  font-size: 15px;
  line-height: 15px; }
  .pane-tutorials-categories ul.tutorials-categories-links {
    margin: 0;
    padding: 0;
    border: 0;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    border-bottom: 1px solid #cccccc; }
    .pane-tutorials-categories ul.tutorials-categories-links:before, .pane-tutorials-categories ul.tutorials-categories-links:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .pane-tutorials-categories ul.tutorials-categories-links:after {
      clear: both; }
    .pane-tutorials-categories ul.tutorials-categories-links li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left; }
    .pane-tutorials-categories ul.tutorials-categories-links li {
      padding-bottom: 15px;
      top: auto;
      margin: 0; }
      .pane-tutorials-categories ul.tutorials-categories-links li:after {
        content: "|";
        display: inline-block;
        text-align: center;
        width: 20px; }
      .pane-tutorials-categories ul.tutorials-categories-links li.last:after {
        content: ''; }
      .pane-tutorials-categories ul.tutorials-categories-links li:last-child:after {
        content: ''; }
      .pane-tutorials-categories ul.tutorials-categories-links li.active {
        position: relative; }
        .pane-tutorials-categories ul.tutorials-categories-links li.active:before {
          content: ' ';
          display: block;
          position: absolute;
          bottom: -2px;
          left: 50%;
          background-position: 0 -1228px;
          height: 14px;
          width: 27px;
          margin-left: -23.5px; }
    .pane-tutorials-categories ul.tutorials-categories-links li a {
      padding: 0;
      color: #404040; }
    .pane-tutorials-categories ul.tutorials-categories-links li.active a {
      color: #e7661c; }
  .pane-tutorials-categories .tutorials-categories-list ul li {
    width: 100%;
    position: relative; }
    .pane-tutorials-categories .tutorials-categories-list ul li span {
      position: absolute;
      right: 12px; }

.tutorials-categories-content {
  overflow: hidden;
  height: 0px; }
  .tutorials-categories-content.tutorials-categories-content-show {
    height: auto; }

.pane-tutorials-tags-list-panel-pane-1 h2 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 0px; }
  .pane-tutorials-tags-list-panel-pane-1 h2 span {
    position: relative;
    padding-bottom: 15px; }
    .pane-tutorials-tags-list-panel-pane-1 h2 span:before {
      content: ' ';
      display: block;
      position: absolute;
      bottom: -2px;
      left: 50%;
      background-position: 0 -1228px;
      height: 14px;
      width: 27px;
      margin-left: -13.5px; }
.pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li {
  width: 130px;
  float: left;
  height: 41px; }
  .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li.views-row-even {
    margin-left: 20px; }

.pane-video-categories {
  font-size: 15px;
  line-height: 15px; }
  .pane-video-categories ul.video-categories-links {
    margin: 0;
    padding: 0;
    border: 0;
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    border-bottom: 1px solid #cccccc; }
    .pane-video-categories ul.video-categories-links:before, .pane-video-categories ul.video-categories-links:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .pane-video-categories ul.video-categories-links:after {
      clear: both; }
    .pane-video-categories ul.video-categories-links li {
      list-style-image: none;
      list-style-type: none;
      margin-left: 0;
      white-space: nowrap;
      display: inline;
      float: left; }
    .pane-video-categories ul.video-categories-links li {
      padding-bottom: 15px;
      top: auto;
      margin: 0; }
      .pane-video-categories ul.video-categories-links li:after {
        content: "|";
        display: inline-block;
        text-align: center;
        width: 20px; }
      .pane-video-categories ul.video-categories-links li.last:after {
        content: ''; }
      .pane-video-categories ul.video-categories-links li:last-child:after {
        content: ''; }
      .pane-video-categories ul.video-categories-links li.active {
        position: relative; }
        .pane-video-categories ul.video-categories-links li.active:before {
          content: ' ';
          display: block;
          position: absolute;
          bottom: -2px;
          left: 50%;
          background-position: 0 -1228px;
          height: 14px;
          width: 27px;
          margin-left: -23.5px; }
    .pane-video-categories ul.video-categories-links li a {
      padding: 0;
      color: #404040; }
    .pane-video-categories ul.video-categories-links li.active a {
      color: #e7661c; }
  .pane-video-categories .video-categories-list ul li {
    width: 100%;
    position: relative; }
    .pane-video-categories .video-categories-list ul li span {
      position: absolute;
      right: 12px; }

.video-categories-content {
  overflow: hidden;
  height: 0px; }
  .video-categories-content.video-categories-content-show {
    height: auto; }

.pane-video-tags-list-panel-pane-1 h2 {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 0px; }
  .pane-video-tags-list-panel-pane-1 h2 span {
    position: relative;
    padding-bottom: 15px; }
    .pane-video-tags-list-panel-pane-1 h2 span:before {
      content: ' ';
      display: block;
      position: absolute;
      bottom: -2px;
      left: 50%;
      background-position: 0 -1228px;
      height: 14px;
      width: 27px;
      margin-left: -13.5px; }
.pane-video-tags-list-panel-pane-1 .video-tags-list ul li {
  width: 130px;
  float: left;
  height: 41px; }
  .pane-video-tags-list-panel-pane-1 .video-tags-list ul li.views-row-even {
    margin-left: 20px; }

.pane-archive-block-news,
.pane-archive-block, .pane-article-type-selection, .pane-download-type-selection, .pane-blog-categories, .pane-blog-tags-list-panel-pane-1, .pane-download-categories, .pane-facebook-social-widget, .pane-faq-categories, .pane-press-news-header, .pane-tutorials-categories, .pane-tutorials-tags-list-panel-pane-1, .pane-video-categories, .pane-video-tags-list-panel-pane-1, .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext {
  margin-bottom: 30px;
  color: #404040; }
  .pane-archive-block-news h2,
  .pane-archive-block h2, .pane-article-type-selection h2, .pane-download-type-selection h2, .pane-blog-categories h2, .pane-blog-tags-list-panel-pane-1 h2, .pane-download-categories h2, .pane-facebook-social-widget h2, .pane-faq-categories h2, .pane-press-news-header h2, .pane-tutorials-categories h2, .pane-tutorials-tags-list-panel-pane-1 h2, .pane-video-categories h2, .pane-video-tags-list-panel-pane-1 h2, .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext h2 {
    font-size: 22px; }

.pane-archive-block-news ul.archive-block,
.pane-archive-block ul.archive-block, .pane-blog-categories .blog-categories-list ul, .pane-blog-tags-list-panel-pane-1 .blog-tags-list ul, .pane-download-categories .download-categories-links ul, .pane-faq-categories .faq-categories-links ul, .pane-faq-categories .faq-categories-list, .pane-tutorials-categories .tutorials-categories-list ul, .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul, .pane-video-categories .video-categories-list ul, .pane-video-tags-list-panel-pane-1 .video-tags-list ul, .view-glossary-overview .glossary-item {
  list-style: none;
  padding: 0;
  margin: 0; }
  .pane-archive-block-news ul.archive-block li,
  .pane-archive-block ul.archive-block li, .pane-blog-categories .blog-categories-list ul li, .pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li, .pane-download-categories .download-categories-links ul li, .pane-faq-categories .faq-categories-links ul li, .pane-faq-categories .faq-categories-list li, .pane-tutorials-categories .tutorials-categories-list ul li, .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li, .pane-video-categories .video-categories-list ul li, .pane-video-tags-list-panel-pane-1 .video-tags-list ul li, .view-glossary-overview .glossary-item li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0; }
  .pane-archive-block-news ul.archive-block li,
  .pane-archive-block ul.archive-block li, .pane-blog-categories .blog-categories-list ul li, .pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li, .pane-download-categories .download-categories-links ul li, .pane-faq-categories .faq-categories-links ul li, .pane-faq-categories .faq-categories-list li, .pane-tutorials-categories .tutorials-categories-list ul li, .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li, .pane-video-categories .video-categories-list ul li, .pane-video-tags-list-panel-pane-1 .video-tags-list ul li, .view-glossary-overview .glossary-item li {
    font-size: 13px;
    line-height: 20px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    padding-top: 10px; }
    .pane-archive-block-news ul.archive-block li a,
    .pane-archive-block ul.archive-block li a, .pane-blog-categories .blog-categories-list ul li a, .pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li a, .pane-download-categories .download-categories-links ul li a, .pane-faq-categories .faq-categories-links ul li a, .pane-faq-categories .faq-categories-list li a, .pane-tutorials-categories .tutorials-categories-list ul li a, .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li a, .pane-video-categories .video-categories-list ul li a, .pane-video-tags-list-panel-pane-1 .video-tags-list ul li a, .view-glossary-overview .glossary-item li a {
      color: #404040; }
      .pane-archive-block-news ul.archive-block li a.active,
      .pane-archive-block ul.archive-block li a.active, .pane-blog-categories .blog-categories-list ul li a.active, .pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li a.active, .pane-download-categories .download-categories-links ul li a.active, .pane-faq-categories .faq-categories-links ul li a.active, .pane-faq-categories .faq-categories-list li a.active, .pane-tutorials-categories .tutorials-categories-list ul li a.active, .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li a.active, .pane-video-categories .video-categories-list ul li a.active, .pane-video-tags-list-panel-pane-1 .video-tags-list ul li a.active, .view-glossary-overview .glossary-item li a.active {
        color: #e7661c; }
    .pane-archive-block-news ul.archive-block li span,
    .pane-archive-block ul.archive-block li span, .pane-blog-categories .blog-categories-list ul li span, .pane-blog-tags-list-panel-pane-1 .blog-tags-list ul li span, .pane-download-categories .download-categories-links ul li span, .pane-faq-categories .faq-categories-links ul li span, .pane-faq-categories .faq-categories-list li span, .pane-tutorials-categories .tutorials-categories-list ul li span, .pane-tutorials-tags-list-panel-pane-1 .tutorials-tags-list ul li span, .pane-video-categories .video-categories-list ul li span, .pane-video-tags-list-panel-pane-1 .video-tags-list ul li span, .view-glossary-overview .glossary-item li span {
      position: absolute;
      right: 12px; }

.pane-page-content {
  position: relative; }

.node-page-hidden-warning {
  border: 1px solid #e7661c;
  padding: 10px;
  color: #e7661c; }

.pane-tb2-custom-fixed-logobar {
  background-image: url("../images/logoleiste.png");
  height: 55px;
  margin: 10px auto 55px auto;
  text-indent: -6000px;
  width: 1200px; }

.pane-user-profile {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px; }
  .pane-user-profile:before, .pane-user-profile:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .pane-user-profile:after {
    clear: both; }
  .pane-user-profile .pane-title {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px; }
  .pane-user-profile .pane-title {
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px; }
  .pane-user-profile .user--picture {
    float: left;
    width: 110px; }
    .pane-user-profile .user--picture img {
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      border: 4px solid #e5e5e5; }
  .pane-user-profile .user--information {
    float: left;
    width: 400px;
    line-height: 1.7em; }
  .pane-user-profile .user--extra {
    float: right; }
  .pane-user-profile .user--name {
    display: block;
    font-size: 22px; }
  .pane-user-profile .field-name-link-to-gplus {
    margin-top: 20px; }
  .pane-user-profile .field-name-back-link {
    text-align: right; }
  .pane-user-profile .icon.icon--gplususer {
    color: #404040;
    text-align: right;
    text-decoration: underline; }
    .pane-user-profile .icon.icon--gplususer:before {
      vertical-align: middle; }
  .pane-user-profile .field-name-email-link {
    margin-top: 10px; }
    .pane-user-profile .field-name-email-link a {
      color: #404040;
      text-decoration: underline; }
      .pane-user-profile .field-name-email-link a:hover {
        color: #e7661c; }

.paragraphs-item-accordion {
  margin: 25px auto;
  width: 925px; }

.paragraphs-item-box .box--text {
  width: 97.5%; }

.paragraphs-item-boxes-white {
  /* for IE 6/7 */
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
  /* non-JS fallback */
  *zoom: 1; }
  .paragraphs-item-boxes-white:before, .paragraphs-item-boxes-white:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden; }
  .paragraphs-item-boxes-white:after {
    clear: both; }

.paragraphs-item-boxes-gray {
  margin: 25px 0; }

.paragraphs-item-boxes-white {
  margin: 25px 0; }

.paragraphs-item-bullet-list {
  margin: 25px 0;
  text-align: center; }

.paragraphs-item-call-to-action {
  margin: 25px 0;
  text-align: center; }

.paragraphs-item-column .headline.headline--light {
  text-align: center; }
.paragraphs-item-column .headline--semibold {
  margin-top: -20px;
  text-align: center; }

.content-columns {
  width: 92%;
  margin: 0 auto; }
  .content-columns .content-columns-column {
    width: 49.15254%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.69492%;
    clear: both; }
    .content-columns .content-columns-column:nth-child(2) {
      width: 49.15254%;
      clear: right;
      float: right;
      margin-right: 0; }
  .content-columns .paragraphs-item-box-with-icon {
    padding-bottom: 30px;
    position: relative; }
    .content-columns .paragraphs-item-box-with-icon .icon:before {
      color: #e7661c;
      margin-right: 15px;
      vertical-align: middle; }
    .content-columns .paragraphs-item-box-with-icon .box--header {
      vertical-align: middle; }
    .content-columns .paragraphs-item-box-with-icon .box--text {
      padding: 0;
      padding-bottom: 20px;
      width: 100%; }
    .content-columns .paragraphs-item-box-with-icon .field-name-field-box-link {
      position: absolute;
      bottom: 15px; }
  .content-columns .paragraphs-item-box-with-icon-contact {
    position: relative;
    margin-top: 35px;
    padding-top: 30px;
    padding-bottom: 30px; }
    .content-columns .paragraphs-item-box-with-icon-contact .icon:before {
      color: #e7661c;
      display: block;
      float: left;
      margin-right: 15px; }
    .content-columns .paragraphs-item-box-with-icon-contact .box--header {
      font-size: 20px;
      vertical-align: top; }
    .content-columns .paragraphs-item-box-with-icon-contact .box--subtitle {
      font-size: 20px;
      margin-top: 5px;
      margin-bottom: 30px; }
    .content-columns .paragraphs-item-box-with-icon-contact .box--text {
      font-size: 16px;
      margin-left: 66px;
      width: 100%; }
      .content-columns .paragraphs-item-box-with-icon-contact .box--text a {
        color: #404040;
        text-decoration: underline; }
      .content-columns .paragraphs-item-box-with-icon-contact .box--text p {
        margin: 0; }
    .content-columns .paragraphs-item-box-with-icon-contact .field-name-field-box-link {
      position: absolute;
      bottom: 15px; }

.separator-1-lines {
  height: 1.5em; }

.separator-2-lines {
  height: 3em; }

.separator-3-lines {
  height: 4.5em; }

.separator-4-lines {
  height: 6em; }

.separator-5-lines {
  height: 7.5em; }

.paragraphs-item-image-and-text {
  margin: 25px auto;
  width: 80%; }
  .paragraphs-item-image-and-text.image--left .iat--iamge {
    float: left;
    clear: none; }
  .paragraphs-item-image-and-text.image--left .iat--text {
    float: left;
    clear: right; }
  .paragraphs-item-image-and-text.image--right .iat--iamge {
    float: right;
    clear: right; }
  .paragraphs-item-image-and-text.image--right .iat--text {
    float: left;
    clear: none; }
  .paragraphs-item-image-and-text.image--left, .paragraphs-item-image-and-text.image--right {
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1;
    margin-bottom: 1em; }
    .paragraphs-item-image-and-text.image--left:before, .paragraphs-item-image-and-text.image--left:after, .paragraphs-item-image-and-text.image--right:before, .paragraphs-item-image-and-text.image--right:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .paragraphs-item-image-and-text.image--left:after, .paragraphs-item-image-and-text.image--right:after {
      clear: both; }
  .paragraphs-item-image-and-text .headline--imagebox {
    margin-bottom: 0.5em; }
  .paragraphs-item-image-and-text .iat--iamge {
    text-align: center; }
  .paragraphs-item-image-and-text.image-align--left .iat--iamge {
    text-align: left; }
  .paragraphs-item-image-and-text.image-align--right .iat--iamge {
    text-align: right; }

.paragraphs-item-mediakit-color {
  display: inline-block;
  margin-right: 18px;
  margin-top: 18px; }
  .paragraphs-item-mediakit-color.color--gap {
    margin-left: 90px; }
  .paragraphs-item-mediakit-color .mediakit-color--box {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    height: 110px;
    margin-bottom: 15px;
    width: 110px; }
  .paragraphs-item-mediakit-color .content {
    color: #989898;
    font-size: 12px; }

.paragraphs-item-mediakit-download {
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
  text-align: center; }
  .paragraphs-item-mediakit-download .field-name-field-mkdl-preview {
    -webkit-box-shadow: #ededed 5px 5px 10px;
    -moz-box-shadow: #ededed 5px 5px 10px;
    box-shadow: #ededed 5px 5px 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eeeeee;
    display: inline-block;
    line-height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative; }
    .paragraphs-item-mediakit-download .field-name-field-mkdl-preview img {
      position: relative; }
  .paragraphs-item-mediakit-download .field-name-field-mkdl-file {
    text-align: left; }
    .paragraphs-item-mediakit-download .field-name-field-mkdl-file .file-icon,
    .paragraphs-item-mediakit-download .field-name-field-mkdl-file .file-size {
      display: none; }
    .paragraphs-item-mediakit-download .field-name-field-mkdl-file a {
      color: #989898;
      font-size: 13px;
      text-decoration: underline; }
      .paragraphs-item-mediakit-download .field-name-field-mkdl-file a:hover {
        color: #e7661c; }
      .paragraphs-item-mediakit-download .field-name-field-mkdl-file a:before {
        display: inline-block;
        font-size: 25px;
        margin-right: 5px;
        text-decoration: none;
        vertical-align: middle; }

.paragraphs-item-mediakit {
  margin-top: 80px; }
  .paragraphs-item-mediakit:first-child {
    margin-top: 0px; }
  .paragraphs-item-mediakit .field-name-field-mediakit-content {
    /* for IE 6/7 */
    *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:both;font:0/0 serif");
    /* non-JS fallback */
    *zoom: 1; }
    .paragraphs-item-mediakit .field-name-field-mediakit-content:before, .paragraphs-item-mediakit .field-name-field-mediakit-content:after {
      content: ".";
      display: block;
      height: 0;
      overflow: hidden; }
    .paragraphs-item-mediakit .field-name-field-mediakit-content:after {
      clear: both; }
  .paragraphs-item-mediakit .mediakit--headline {
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 20px;
    text-align: left; }
  .paragraphs-item-mediakit .mediakit--item--headline {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left; }

.paragraphs-item-numeric-list {
  margin: 25px 0; }
  .paragraphs-item-numeric-list .list--steps {
    *zoom: 1;
    margin: 35px auto;
    padding: 0;
    width: 90%;
    /*> li:before {
      content:counter(li);
      counter-increment:li;
      border-radius: 50%;
      border-color: $text_active;
      border: 2px solid;
      color: $text_active;
      display: inline-block;
      @extend %font-regular;
      font-size: 26px;
      text-align: center;
      line-height: 55px;
      margin-bottom: 20px;
      height: 55px;
      width: 55px;
    }
    > li.active:before {
      border-color: $text_lightblue;
      color: $text_lightblue;
    }*/ }
    .paragraphs-item-numeric-list .list--steps:after {
      content: "";
      display: table;
      clear: both; }
    .paragraphs-item-numeric-list .list--steps .step--headline {
      margin-bottom: 40px; }
    .paragraphs-item-numeric-list .list--steps.ol_list_4_points, .paragraphs-item-numeric-list .list--steps.ol_list_4_points_wide, .paragraphs-item-numeric-list .list--steps.ol_list_4_points_xwide, .paragraphs-item-numeric-list .list--steps.ol_list_5_points, .paragraphs-item-numeric-list .list--steps.ol_list_6_points {
      background-position: 50% top;
      background-repeat: no-repeat; }
      .paragraphs-item-numeric-list .list--steps.ol_list_4_points > li, .paragraphs-item-numeric-list .list--steps.ol_list_4_points_wide > li, .paragraphs-item-numeric-list .list--steps.ol_list_4_points_xwide > li, .paragraphs-item-numeric-list .list--steps.ol_list_5_points > li, .paragraphs-item-numeric-list .list--steps.ol_list_6_points > li {
        margin-top: 85px; }
    .paragraphs-item-numeric-list .list--steps.ol_list_4_points {
      background-image: url("../images/ol_list_4_points.png");
      width: 800px; }
    .paragraphs-item-numeric-list .list--steps.ol_list_4_points_wide {
      background-image: url("../images/ol_list_4_points_wide.png");
      width: 990px; }
    .paragraphs-item-numeric-list .list--steps.ol_list_4_points_xwide {
      background-image: url("../images/ol_list_4_points_xwide.png");
      width: 1190px; }
    .paragraphs-item-numeric-list .list--steps.ol_list_5_points {
      background-image: url("../images/ol_list_5_points.png");
      width: 980px; }
    .paragraphs-item-numeric-list .list--steps.ol_list_6_points {
      background-image: url("../images/ol_list_6_points.png");
      width: 1200px; }
    .paragraphs-item-numeric-list .list--steps > li {
      list-style: none;
      text-align: center; }

.lt-ie9 .list--steps > li:before {
  background: url("../images/li-circle.png") no-repeat;
  background-position: 50%;
  border: none;
  border-radius: none;
  height: 60px;
  width: 60px; }

.paragraphs-item-page-stage-promo .field--name-field-promo-link {
  bottom: 10px;
  height: 425px;
  position: absolute;
  right: 0;
  width: 100%; }
  .paragraphs-item-page-stage-promo .field--name-field-promo-link a {
    display: block;
    height: 100%;
    text-indent: -6000px;
    width: 100%; }

.paragraphs-item-page-stage, .paragraphs-item-page-stage-promo {
  position: relative;
  height: 615px;
  margin: 0 auto;
  margin-top: -110px;
  width: 1250px; }
  .paragraphs-item-page-stage .page-stage-bg, .paragraphs-item-page-stage-promo .page-stage-bg {
    height: 615px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -10; }

.headerclaim-wrapper {
  width: 60%;
  left: 40%;
  margin: auto;
  margin-top: 225px;
  position: absolute;
  text-align: center; }
  .headerclaim-wrapper .headerclaim--text,
  .headerclaim-wrapper .button {
    margin-top: 15px; }

.headerclaim--firstline {
  color: #e7661c;
  font-size: 46px; }
  .headerclaim--firstline br {
    content: ""; }
  .headerclaim--firstline br:after {
    content: "";
    display: block;
    margin-top: -3px; }

.headerclaim--secondline {
  color: #404040;
  font-size: 46px;
  line-height: 45px; }

.headerclaim--text {
  color: #333333;
  display: inline-block;
  font-size: 20px;
  width: 90%; }
  .headerclaim--text p {
    line-height: 1.5em;
    margin: 0;
    padding: 0; }

.field--name-field-stage-cta {
  margin-top: 10px; }

.paragraphs-item-promobox a {
  display: block;
  height: 100%;
  width: 100%; }

.l-region--stage .paragraphs-item-promobox {
  bottom: 0px;
  position: absolute;
  right: 50px;
  z-index: 110; }
  .l-region--stage .paragraphs-item-promobox img {
    max-height: 435px;
    width: auto; }

.paragraphs-item-separator {
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee; }

.paragraphs-item-text-simple {
  margin: 25px auto;
  text-align: center; }
  .paragraphs-item-text-simple h1.headline,
  .paragraphs-item-text-simple h2.headline {
    margin: 0; }

.paragraphs-item-video {
  margin: 25px 0;
  text-align: center; }

.pane-search-pane-search-blog .pane-title, .pane-blog-tags-teaser-panel-pane-1 h2.pane-title,
.pane-blog-archive-teaser-panel-pane-1 h2.pane-title,
.pane-blog-categories-author-teaser-panel-pane-article-blog h2.pane-title,
.pane-blog-categories-client-teaser-panel-pane-article-blog h2.pane-title, .pane-news-archive-teaser-panel-pane-1 h2.pane-title, .pane-tutorials-tags-teaser-panel-pane-1 h2.pane-title,
.pane-tutorials-archive-teaser-panel-pane-1 h2.pane-title,
.pane-tutorials-categories-author-teaser-panel-pane-article-blog h2.pane-title,
.pane-tutorials-categories-client-teaser-panel-pane-article-blog h2.pane-title, .pane-video-tags-teaser-panel-pane-1 h2.pane-title,
.pane-video-archive-teaser-panel-pane-1 h2.pane-title,
.pane-video-categories-author-teaser-panel-pane-article-blog h2.pane-title,
.pane-video-categories-client-teaser-panel-pane-article-blog h2.pane-title {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 7px;
  border-bottom: 1px solid #cccccc; }

.view-faq .views-accordion-header, .view-paragraph-accordion .views-accordion-header {
  font-size: 22px;
  position: relative;
  padding-left: 7px; }
  .view-faq .views-accordion-header a, .view-paragraph-accordion .views-accordion-header a {
    color: #666666;
    padding-left: 0;
    padding-right: 0;
    width: 95%; }
    .view-faq .views-accordion-header a :hover, .view-paragraph-accordion .views-accordion-header a :hover {
      color: #e7661c; }
  .view-faq .views-accordion-header:hover a, .view-paragraph-accordion .views-accordion-header:hover a {
    color: #e7661c; }
  .view-faq .views-accordion-header.ui-state-active a, .view-paragraph-accordion .views-accordion-header.ui-state-active a {
    color: #e7661c; }
.view-faq > .view-content > h2, .view-paragraph-accordion > .view-content > h2 {
  font-size: 22px;
  margin-top: 2em;
  margin-bottom: 0;
  padding-bottom: 10px;
  padding-left: 7px;
  border-bottom: 1px solid #eeeeee; }
  .view-faq > .view-content > h2:first-child, .view-paragraph-accordion > .view-content > h2:first-child {
    margin-top: 0; }
.view-faq .ui-accordion-content, .view-paragraph-accordion .ui-accordion-content {
  background: #f8f8fa;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 30px 20px; }

.view-files .pager {
  text-align: left; }
  .view-files .pager li {
    text-align: center; }

.view-glossary-overview {
  margin-bottom: 100px; }
  .view-glossary-overview .glossary-list {
    margin-top: 10px; }
  .view-glossary-overview .glossary-item li {
    display: inline-block;
    margin-right: 10px;
    width: 23.8%; }
    .view-glossary-overview .glossary-item li a {
      color: #666666; }
      .view-glossary-overview .glossary-item li a:hover {
        color: #e7661c; }

.view-partner {
  margin: 0;
  margin-bottom: 40px;
  text-align: center; }
  .view-partner .logobar-logo {
    display: inline; }

.view-partner-big .views-row {
  display: inline-block;
  height: 175px;
  margin: 5px;
  width: 280px; }
  .view-partner-big .views-row .box, .view-partner-big .views-row .content-columns .paragraphs-item-box-with-icon, .content-columns .view-partner-big .views-row .paragraphs-item-box-with-icon, .view-partner-big .views-row .content-columns .paragraphs-item-box-with-icon-contact, .content-columns .view-partner-big .views-row .paragraphs-item-box-with-icon-contact {
    height: auto;
    width: 280px;
    text-align: center; }
  .view-partner-big .views-row .box--shadow, .view-partner-big .views-row .content-columns .paragraphs-item-box-with-icon, .content-columns .view-partner-big .views-row .paragraphs-item-box-with-icon, .view-partner-big .views-row .content-columns .paragraphs-item-box-with-icon-contact, .content-columns .view-partner-big .views-row .paragraphs-item-box-with-icon-contact {
    padding: 0; }

.view-person-content .view-header {
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  line-height: 22px;
  padding-top: 15px;
  padding-bottom: 15px; }
.view-person-content .row--article td {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee; }
.view-person-content .article--date {
  color: #e7661c;
  font-size: 13px; }
.view-person-content .views-field-title {
  width: 60%;
  padding-right: 35px; }
  .view-person-content .views-field-title a {
    color: #404040;
    font-size: 18px; }
.view-person-content .views-field-field-article-fivestar,
.view-person-content .views-field-view-node {
  width: 15%; }
.view-person-content .views-field-view-node {
  text-align: right;
  width: 20%; }
.view-person-content .fivestar-static-item div.fivestar-widget-static {
  border: none;
  padding: 5px 5px 5px 0px; }
.view-person-content .fivestar-static-item .total-votes {
  display: block; }

.view-search .node--article--headline {
  margin-bottom: 5px; }
.view-search .views-field-url {
  font-size: 13px;
  margin-bottom: 15px; }
.view-search .border-bottom, .view-search .view-faq .views-accordion-header, .view-faq .view-search .views-accordion-header, .view-search .view-paragraph-accordion .views-accordion-header, .view-paragraph-accordion .view-search .views-accordion-header {
  border-bottom: 1px solid #cccccc; }

.views-exposed-form-search-pane-search-blog-form {
  position: relative;
  margin-bottom: 30px; }
  .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext {
    margin-bottom: 0;
    position: relative; }
    .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext.views-exposed-widget {
      float: none;
      padding: 0; }
    .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext input[type="text"] {
      width: 200px; }
    .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext label {
      position: relative;
      border-bottom: 1px solid #cccccc;
      display: inline-block;
      font-size: 22px;
      line-height: 22px;
      padding-bottom: 15px;
      width: 100%; }
      .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext label:before {
        content: ' ';
        display: block;
        position: absolute;
        bottom: -2px;
        left: 50%;
        background-position: 0 -1228px;
        height: 14px;
        width: 27px;
        margin-left: -13.5px; }
      .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext label:before {
        left: 13%; }
    .views-exposed-form-search-pane-search-blog-form .views-widget-filter-search_api_views_fulltext .views-widget {
      margin-top: 25px; }
  .views-exposed-form-search-pane-search-blog-form .views-submit-button {
    bottom: 0;
    padding: 0;
    position: absolute;
    right: 0; }

.view-team .ctools-jump-menu {
  min-width: 150px;
  width: 10%; }
.view-team .views-row {
  float: left;
  width: 200px;
  margin-right: 10px;
  margin-bottom: 2em; }
  .view-team .views-row h3 {
    margin: 0;
    padding: 0; }
.view-team .views-field-title {
  color: #e7661c; }
.view-team .views-field-field-person-photo {
  background: url("../images/team_image_bg.png") top left no-repeat;
  width: 200px;
  height: 151px; }
  .view-team .views-field-field-person-photo img {
    padding: 4px 0 0 4px; }

a {
  color: #e7661c;
  text-decoration: none; }

.headline--light {
  font-size: 36px;
  line-height: 43px; }

.headline--semibold {
  font-size: 36px;
  line-height: 43px; }

.headline--sub {
  color: #666666;
  font-size: 22px; }

.headline--catchy-firstline {
  color: #e7661c;
  font-size: 46px; }

.headline--catchy-secondline {
  color: #404040;
  font-size: 46px; }

.headline--catchy-sub, .node--article--full h2, .node--news--full h2 {
  color: #404040;
  font-size: 20px; }
