/* Contao Open Source CMS, (c) 2005-2014 Leo Feyer, LGPL license */
body,form{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}@media(max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}#main .inside{min-height:1px}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.ce_gallery ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery li{float:left}.ce_gallery li.col_first{clear:left}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/*
	jQuery.mmenu CSS
*/
html.mm-opened .mm-page,
html.mm-opened #mm-blocker,
html.mm-opened .mm-fixed-top,
html.mm-opened .mm-fixed-bottom,
html.mm-opened .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: none 0.4s ease;
  -moz-transition: none 0.4s ease;
  -ms-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: top, right, bottom, left, border;
  -moz-transition-property: top, right, bottom, left, border;
  -ms-transition-property: top, right, bottom, left, border;
  -o-transition-property: top, right, bottom, left, border;
  transition-property: top, right, bottom, left, border; }
html.mm-opened .mm-page,
html.mm-opened #mm-blocker {
  left: 0%;
  top: 0;
  margin: 0;
  border: 0px solid rgba(0, 0, 0, 0); }
html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker {
  border: 0px solid rgba(100, 100, 100, 0); }

.mm-menu .mm-hidden {
  display: none; }

.mm-fixed-top,
.mm-fixed-bottom {
  position: fixed;
  left: 0; }

.mm-fixed-top {
  top: 0; }

.mm-fixed-bottom {
  bottom: 0; }

html.mm-opened .mm-page,
.mm-menu > .mm-panel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

html.mm-opened,
html.mm-opened body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }

html.mm-opened .mm-page {
  height: 100%;
  overflow: hidden;
  position: absolute; }

html.mm-background .mm-page {
  background: inherit; }

#mm-blocker {
  background: #fff;
  opacity: 0;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999; }

html.mm-opened #mm-blocker,
html.mm-blocking #mm-blocker {
  display: block; }

.mm-menu.mm-current {
  display: block; }

.mm-menu {
  background: inherit;
  display: none;
  overflow: hidden;
  height: 100%;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0; }
  .mm-menu > .mm-panel {
    background: inherit;
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 0; }
    .mm-menu > .mm-panel.mm-opened {
      left: 0%; }
    .mm-menu > .mm-panel.mm-subopened {
      left: -40%; }
    .mm-menu > .mm-panel.mm-highest {
      z-index: 1; }
    .mm-menu > .mm-panel.mm-hidden {
      display: block;
      visibility: hidden; }

.mm-menu .mm-list {
  padding: 20px 0; }
.mm-menu > .mm-list {
  padding: 20px 0 40px 0; }

.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px; }
  .mm-panel > .mm-list:first-child {
    padding-top: 0; }

.mm-list,
.mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0; }

.mm-list {
  font: inherit;
  font-size: 14px; }
  .mm-list a,
  .mm-list a:hover {
    text-decoration: none; }
  .mm-list > li {
    position: relative; }
    .mm-list > li > a,
    .mm-list > li > span {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults)::after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-noresults):after {
    width: auto;
    margin-left: 20px;
    position: relative;
    left: auto; }
  .mm-list a.mm-subopen {
    width: 40px;
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .mm-list a.mm-subopen::before {
      content: '';
      border-left-width: 1px;
      border-left-style: solid;
      display: block;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
    .mm-list a.mm-subopen.mm-fullsubopen {
      width: 100%; }
      .mm-list a.mm-subopen.mm-fullsubopen:before {
        border-left: none; }
    .mm-list a.mm-subopen + a,
    .mm-list a.mm-subopen + span {
      padding-right: 5px;
      margin-right: 40px; }
  .mm-list > li.mm-selected > a.mm-subopen {
    background: transparent; }
  .mm-list > li.mm-selected > a.mm-fullsubopen + a,
  .mm-list > li.mm-selected > a.mm-fullsubopen + span {
    padding-right: 45px;
    margin-right: 0; }
  .mm-list a.mm-subclose {
    text-indent: 20px;
    padding-top: 30px;
    margin-top: -20px; }
  .mm-list > li.mm-label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 25px;
    padding-right: 5px; }
  .mm-list > li.mm-spacer {
    padding-top: 40px; }
    .mm-list > li.mm-spacer.mm-label {
      padding-top: 25px; }
  .mm-list a.mm-subopen:after,
  .mm-list a.mm-subclose:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 7px;
    height: 7px;
    margin-bottom: -5px;
    position: absolute;
    bottom: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .mm-list a.mm-subopen:after {
    border-top: none;
    border-left: none;
    right: 18px; }
  .mm-list a.mm-subclose:before {
    border-right: none;
    border-bottom: none;
    margin-bottom: -15px;
    left: 22px; }

.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px; }
  .mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
    border-color: transparent; }
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block; }
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen {
  height: 40px; }
  .mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    right: 16px; }

html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }

.mm-ismenu {
  background: #333333; }

.mm-menu {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.15); }
  .mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.1); }
  .mm-menu .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.05); }
  .mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.05); }

html.mm-opened.mm-opening .mm-page,
html.mm-opened.mm-opening #mm-blocker,
html.mm-opened.mm-opening .mm-fixed-top,
html.mm-opened.mm-opening .mm-fixed-bottom {
  left: 80%; }

.mm-menu {
  width: 80%; }

@media all and (max-width: 175px) {
  .mm-menu {
    width: 140px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 140px; } }
@media all and (min-width: 550px) {
  .mm-menu {
    width: 440px; }

  html.mm-opened.mm-opening .mm-page,
  html.mm-opened.mm-opening #mm-blocker,
  html.mm-opened.mm-opening .mm-fixed-top,
  html.mm-opened.mm-opening .mm-fixed-bottom {
    left: 440px; } }
html.mm-nooverflowscrolling.mm-opened {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: scroll; }
  html.mm-nooverflowscrolling.mm-opened body {
    overflow: auto; }
  html.mm-nooverflowscrolling.mm-opened .mm-page {
    min-height: 1000px;
    position: fixed; }
  html.mm-nooverflowscrolling.mm-opened .mm-menu {
    height: auto;
    min-height: 1000px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    left: auto;
    top: auto; }
  html.mm-nooverflowscrolling.mm-opened > .mm-panel {
    position: relative;
    height: auto;
    display: none;
    left: 0; }
    html.mm-nooverflowscrolling.mm-opened > .mm-panel.mm-current {
      display: block; }

/*
	jQuery.mmenu themes extension CSS
*/
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-light {
  background: #f3f3f3; }

.mm-menu.mm-light {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-light .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-light .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-light .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-light li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-light .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.mm-ismenu.mm-white {
  background: white; }

.mm-menu.mm-white {
  color: rgba(0, 0, 0, 0.6); }
  .mm-menu.mm-white .mm-list > li:after {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li > a.mm-subclose {
    background: rgba(0, 0, 0, 0.08);
    color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
    border-color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
    border-color: rgba(0, 0, 0, 0.1); }
  .mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-white .mm-list > li.mm-selected > span {
    background: rgba(0, 0, 0, 0.08); }
  .mm-menu.mm-white .mm-list > li.mm-label {
    background: rgba(0, 0, 0, 0.03); }
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6); }
.mm-menu.mm-white li.mm-noresults {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3); }

.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03); }

.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3); }
  .mm-menu.mm-white .mm-header a:before {
    border-color: rgba(0, 0, 0, 0.3); }

html.mm-opened.mm-black .mm-page {
  box-shadow: none; }

.mm-ismenu.mm-black {
  background: black; }

.mm-menu.mm-black {
  color: rgba(255, 255, 255, 0.6); }
  .mm-menu.mm-black .mm-list > li:after {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li > a.mm-subclose {
    background: rgba(255, 255, 255, 0.25);
    color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
    border-color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
    border-color: rgba(255, 255, 255, 0.2); }
  .mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen),
  .mm-menu.mm-black .mm-list > li.mm-selected > span {
    background: rgba(255, 255, 255, 0.25); }
  .mm-menu.mm-black .mm-list > li.mm-label {
    background: rgba(255, 255, 255, 0.15); }
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
  .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
    background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6); }
.mm-menu.mm-black li.mm-noresults {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3); }

.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15); }

.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3); }
  .mm-menu.mm-black .mm-header a:before {
    border-color: rgba(255, 255, 255, 0.3); }

/* ColorBox v1.4.31, (c) 2011 Jack Moore - jacklmoore.com, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.4.31/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.4.31/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.9;
  filter: alpha(opacity=90); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Style sheet js-style */
#twitterFeedTitle{padding: 10px 2px !important;margin-top: -20px !important;font-weight: 400 !important;font-size: 0.88em !important;color: #888888 !important;letter-spacing: 0.1em !important;text-transform: uppercase !important;background: #ffffff !important;position: relative !important;top: 40px !important}#twitterFeedTitle a{text-transform: lowercase !important;letter-spacing: normal !important;float: right !important}#footer .socialmedia{display: block !important}.region-home-print{margin-right: 115px !important}.header-social{position:absolute !important;top:-6px !important;right:0px !important;display:block !important}.blog-column{padding-left: 10px !important;border-bottom: 1px solid #e2e2e2 !important;padding-bottom: 20px !important;margin-bottom: 20px !important}.blog-column .rs-column{margin-top: 0 !important}.blog-column .full{width: 99% !important;margin: 0 1px !important}.blog-column .half{min-width:49% !important;margin: 0 1px !important}.blog-column .overley{position: relative !important}.blog-column .overley .ce_text.block{position: absolute;bottom: 4px;padding: 10px 15px;background: rgba(0,0,0,0.6)}.blog-column .overley .ce_text.block h2{margin: 0 !important;color: #ffffff !important}.blog-column .overley .ce_text.block h2 a{font-size: 1.0em !important;color: #fff !important;font-weight: 500 !important}.blog-column .overley .ce_text.block p{margin: 0 !important;color: #ffffff !important}.blog-column .overley .max-width-text{max-width: 492px}.blog-row{margin-bottom: 30px !important}.blog-row figure.image_container{margin-top: 10px !important}.blog-row.border-top .rs-column{margin-top: 30px !important}.blog-row .ce_text.block h2{margin: 0 !important;margin-bottom: 8px !important}.blog-row .ce_text.block h2 a{font-size: 1.0em !important;color: #858585 !important;font-weight: 300 !important}.blog-row .ce_text.block p{line-height: 1.3em !important;color: #696969 !important;margin: 0 0 5px 0 !important}.blog-row .blog{display: flex !important;flex-direction: row !important;margin-bottom: 50px !important}.blog-row .blog .blog-image{width: 600px !important;height: 150px !important;margin-right: 50px !important;overflow: hidden !important;position: relative !important;top: 10px !important}.socialShareTitle{display: inline-block !important}.socialShare{list-style: none !important;margin: 0 !important;padding: 0 !important;display: inline-block !important;position: relative !important;top: -10px !important}.socialShare li{list-style: none !important;margin: 0 !important;padding: 0 !important;display:inline-block !important;margin: 0 5px !important}.level_2 li.last{display:block !important}
@media only screen and (max-width: 768px){
/* Style sheet js-style-mobile */
.header-social{position: absolute !important;top: 0px !important;width: auto !important;text-align: center !important}.region-home-print .region-links{display: none !important}.blog-column{padding-left: 0 !important}.blog-column .overley .ce_image.block img{width:100% !important;height: 250px !important}.blog-row .blog{flex-direction: column !important}.blog-row .blog .blog-image{width: 100% !important;height: 200px !important;margin-right: 0px !important;margin-bottom: 20px !important}
}
.rs-columns {
  clear: both;
  display: inline-block;
  width: 100%;
}
.rs-column {
  float: left;
  margin-right: 4.25%;
  margin-top: 6.25%;
  width: 100%;
}
.rs-column.-large-first {
  clear: left;
}
.rs-column.-large-last {
  margin-right: -5px;
}
.rs-column.-large-first-row {
  margin-top: 0;
}
.rs-column.-large-col-1-1 {
  width: 100%;
}
.rs-column.-large-col-2-1 {
  width: 46.875%;
}
.rs-column.-large-col-2-2 {
  width: 100%;
}
.rs-column.-large-col-3-1 {
  width: 29.1667%;
}
.rs-column.-large-col-3-2 {
  width: 64.5833%;
}
.rs-column.-large-col-3-3 {
  width: 100%;
}
.rs-column.-large-col-4-1 {
  width: 21.8%;
}
.rs-column.-large-col-4-2 {
  width: 46.875%;
}
.rs-column.-large-col-4-3 {
  width: 73.4375%;
}
.rs-column.-large-col-4-4 {
  width: 100%;
}
.rs-column.-large-col-5-1 {
  width: 15%;
}
.rs-column.-large-col-5-2 {
  width: 36.25%;
}
.rs-column.-large-col-5-3 {
  width: 57.5%;
}
.rs-column.-large-col-5-4 {
  width: 78.75%;
}
.rs-column.-large-col-5-5 {
  width: 100%;
}
.rs-column.-large-col-6-1 {
  width: 11.4583%;
}
.rs-column.-large-col-6-2 {
  width: 29.1667%;
}
.rs-column.-large-col-6-3 {
  width: 46.875%;
}
.rs-column.-large-col-6-4 {
  width: 64.5833%;
}
.rs-column.-large-col-6-5 {
  width: 82.2917%;
}
.rs-column.-large-col-6-6 {
  width: 100%;
}
.opensauce-fullwidth .rs-column.-large-col-6-4 {
  width: 65.3846%;
}
.opensauce-fullwidth .rs-column.-large-col-6-5 {
  width: 82.6923%;
}
.opensauce-fullwidth .rs-column.-large-col-6-6 {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .rs-column,
  .opensauce-fullwidth .rs-column {
    margin-right: 6.25%;
    margin-top: 6.25%;
  }
  .rs-column.-large-first,
  .opensauce-fullwidth .rs-column.-large-first {
    clear: none;
  }
  .rs-column.-large-last,
  .opensauce-fullwidth .rs-column.-large-last {
    margin-right: 6.25%;
  }
  .rs-column.-large-first-row,
  .opensauce-fullwidth .rs-column.-large-first-row {
    margin-top: 6.25%;
  }
  .rs-column.-medium-first,
  .opensauce-fullwidth .rs-column.-medium-first {
    clear: left;
  }
  .rs-column.-medium-last,
  .opensauce-fullwidth .rs-column.-medium-last {
    margin-right: -5px;
  }
  .rs-column.-medium-first-row,
  .opensauce-fullwidth .rs-column.-medium-first-row {
    margin-top: 0;
  }
  .rs-column.-medium-col-1-1,
  .opensauce-fullwidth .rs-column.-medium-col-1-1 {
    width: 100%;
  }
  .rs-column.-medium-col-2-1,
  .opensauce-fullwidth .rs-column.-medium-col-2-1 {
    width: 46.875%;
  }
  .rs-column.-medium-col-2-2,
  .opensauce-fullwidth .rs-column.-medium-col-2-2 {
    width: 100%;
  }
  .rs-column.-medium-col-3-1,
  .opensauce-fullwidth .rs-column.-medium-col-3-1 {
    width: 29.1667%;
  }
  .rs-column.-medium-col-3-2,
  .opensauce-fullwidth .rs-column.-medium-col-3-2 {
    width: 64.5833%;
  }
  .rs-column.-medium-col-3-3,
  .opensauce-fullwidth .rs-column.-medium-col-3-3 {
    width: 100%;
  }
  .rs-column.-medium-col-4-1,
  .opensauce-fullwidth .rs-column.-medium-col-4-1 {
    width: 20.3125%;
  }
  .rs-column.-medium-col-4-2,
  .opensauce-fullwidth .rs-column.-medium-col-4-2 {
    width: 46.875%;
  }
  .rs-column.-medium-col-4-3,
  .opensauce-fullwidth .rs-column.-medium-col-4-3 {
    width: 73.4375%;
  }
  .rs-column.-medium-col-4-4,
  .opensauce-fullwidth .rs-column.-medium-col-4-4 {
    width: 100%;
  }
  .rs-column.-medium-col-5-1,
  .opensauce-fullwidth .rs-column.-medium-col-5-1 {
    width: 15%;
  }
  .rs-column.-medium-col-5-2,
  .opensauce-fullwidth .rs-column.-medium-col-5-2 {
    width: 36.25%;
  }
  .rs-column.-medium-col-5-3,
  .opensauce-fullwidth .rs-column.-medium-col-5-3 {
    width: 57.5%;
  }
  .rs-column.-medium-col-5-4,
  .opensauce-fullwidth .rs-column.-medium-col-5-4 {
    width: 78.75%;
  }
  .rs-column.-medium-col-5-5,
  .opensauce-fullwidth .rs-column.-medium-col-5-5 {
    width: 100%;
  }
  .rs-column.-medium-col-6-1,
  .opensauce-fullwidth .rs-column.-medium-col-6-1 {
    width: 11.4583%;
  }
  .rs-column.-medium-col-6-2,
  .opensauce-fullwidth .rs-column.-medium-col-6-2 {
    width: 29.1667%;
  }
  .rs-column.-medium-col-6-3,
  .opensauce-fullwidth .rs-column.-medium-col-6-3 {
    width: 46.875%;
  }
  .rs-column.-medium-col-6-4,
  .opensauce-fullwidth .rs-column.-medium-col-6-4 {
    width: 64.5833%;
  }
  .rs-column.-medium-col-6-5,
  .opensauce-fullwidth .rs-column.-medium-col-6-5 {
    width: 82.2917%;
  }
  .rs-column.-medium-col-6-6,
  .opensauce-fullwidth .rs-column.-medium-col-6-6 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .rs-column,
  .opensauce-fullwidth .rs-column {
    margin-right: 6.25%;
  }
  .rs-column.-medium-first,
  .opensauce-fullwidth .rs-column.-medium-first {
    clear: none;
  }
  .rs-column.-medium-last,
  .opensauce-fullwidth .rs-column.-medium-last {
    margin-right: 6.25%;
  }
  .rs-column.-medium-first-row,
  .opensauce-fullwidth .rs-column.-medium-first-row {
    margin-top: 6.25%;
  }
  .rs-column.-small-first,
  .opensauce-fullwidth .rs-column.-small-first {
    clear: left;
  }
  .rs-column.-small-last,
  .opensauce-fullwidth .rs-column.-small-last {
    margin-right: -5px;
  }
  .rs-column.-small-first-row,
  .opensauce-fullwidth .rs-column.-small-first-row {
    margin-top: 0;
  }
  .rs-column.-small-col-1-1,
  .opensauce-fullwidth .rs-column.-small-col-1-1 {
    width: 100%;
  }
  .rs-column.-small-col-2-1,
  .opensauce-fullwidth .rs-column.-small-col-2-1 {
    width: 46.875%;
  }
  .rs-column.-small-col-2-2,
  .opensauce-fullwidth .rs-column.-small-col-2-2 {
    width: 100%;
  }
  .rs-column.-small-col-3-1,
  .opensauce-fullwidth .rs-column.-small-col-3-1 {
    width: 29.1667%;
  }
  .rs-column.-small-col-3-2,
  .opensauce-fullwidth .rs-column.-small-col-3-2 {
    width: 64.5833%;
  }
  .rs-column.-small-col-3-3,
  .opensauce-fullwidth .rs-column.-small-col-3-3 {
    width: 100%;
  }
  .rs-column.-small-col-4-1,
  .opensauce-fullwidth .rs-column.-small-col-4-1 {
    width: 20.3125%;
  }
  .rs-column.-small-col-4-2,
  .opensauce-fullwidth .rs-column.-small-col-4-2 {
    width: 46.875%;
  }
  .rs-column.-small-col-4-3,
  .opensauce-fullwidth .rs-column.-small-col-4-3 {
    width: 73.4375%;
  }
  .rs-column.-small-col-4-4,
  .opensauce-fullwidth .rs-column.-small-col-4-4 {
    width: 100%;
  }
  .rs-column.-small-col-5-1,
  .opensauce-fullwidth .rs-column.-small-col-5-1 {
    width: 15%;
  }
  .rs-column.-small-col-5-2,
  .opensauce-fullwidth .rs-column.-small-col-5-2 {
    width: 36.25%;
  }
  .rs-column.-small-col-5-3,
  .opensauce-fullwidth .rs-column.-small-col-5-3 {
    width: 57.5%;
  }
  .rs-column.-small-col-5-4,
  .opensauce-fullwidth .rs-column.-small-col-5-4 {
    width: 78.75%;
  }
  .rs-column.-small-col-5-5,
  .opensauce-fullwidth .rs-column.-small-col-5-5 {
    width: 100%;
  }
  .rs-column.-small-col-6-1,
  .opensauce-fullwidth .rs-column.-small-col-6-1 {
    width: 11.4583%;
  }
  .rs-column.-small-col-6-2,
  .opensauce-fullwidth .rs-column.-small-col-6-2 {
    width: 29.1667%;
  }
  .rs-column.-small-col-6-3,
  .opensauce-fullwidth .rs-column.-small-col-6-3 {
    width: 46.875%;
  }
  .rs-column.-small-col-6-4,
  .opensauce-fullwidth .rs-column.-small-col-6-4 {
    width: 64.5833%;
  }
  .rs-column.-small-col-6-5,
  .opensauce-fullwidth .rs-column.-small-col-6-5 {
    width: 82.2917%;
  }
  .rs-column.-small-col-6-6,
  .opensauce-fullwidth .rs-column.-small-col-6-6 {
    width: 100%;
  }
}

/*
 * Reponsive One - Main Stylesheet 
 */
/*
 * Reponsive One - Main Stylesheet - Variables for Import
 */
/* source-sans-pro-200 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 200;
  src: url("../../files/theme/fonts/source-sans-pro-v21-latin-200.eot");
  src: local(''), url("../../files/theme/fonts/source-sans-pro-v21-latin-200.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("../../files/theme/fonts/source-sans-pro-v21-latin-200.woff2") format('woff2'), /* Super Modern Browsers */ url("../../files/theme/fonts/source-sans-pro-v21-latin-200.woff") format('woff'), /* Modern Browsers */ url("../../files/theme/fonts/source-sans-pro-v21-latin-200.ttf") format('truetype'), /* Safari, Android, iOS */ url("../../files/theme/fonts/source-sans-pro-v21-latin-200.svg#SourceSansPro") format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../../files/theme/fonts/source-sans-pro-v21-latin-regular.eot");
  src: local(''), url("../../files/theme/fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("../../files/theme/fonts/source-sans-pro-v21-latin-regular.woff2") format('woff2'), /* Super Modern Browsers */ url("../../files/theme/fonts/source-sans-pro-v21-latin-regular.woff") format('woff'), /* Modern Browsers */ url("../../files/theme/fonts/source-sans-pro-v21-latin-regular.ttf") format('truetype'), /* Safari, Android, iOS */ url("../../files/theme/fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../../files/theme/fonts/source-sans-pro-v21-latin-600.eot");
  src: local(''), url("../../files/theme/fonts/source-sans-pro-v21-latin-600.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("../../files/theme/fonts/source-sans-pro-v21-latin-600.woff2") format('woff2'), /* Super Modern Browsers */ url("../../files/theme/fonts/source-sans-pro-v21-latin-600.woff") format('woff'), /* Modern Browsers */ url("../../files/theme/fonts/source-sans-pro-v21-latin-600.ttf") format('truetype'), /* Safari, Android, iOS */ url("../../files/theme/fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro") format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
body {
  background-color: #ffffff;
  margin: 0px;
  font-family: Source Sans Pro;
}
a {
  color: #2768b5;
  text-decoration: none;
}
#container {
  margin: 10px;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
.ce_rsce_responsiveone_logo {
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}
figure.image_container {
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  margin-right: 0px;
}
.ce_text figure.image_container {
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
  margin-right: 0px;
}
.ce_text figure.image_container.float_above {
  padding: 0px;
  margin: 0px;
  margin-top: 30px;
}
form label + input,
form .main-content form label + textarea,
form .main-content form label + select {
  margin-left: -0.26667em;
}
form input,
form form textarea,
form form select,
form form fieldset,
form form button {
  margin-right: -0.66667em;
  width: 69.2308%;
}
form input,
form textarea {
  border: 1px solid #C2C6CC;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
  color: inherit;
  line-height: normal;
  outline: medium none;
  padding: 0.5em 1em;
  transition: border 0.2s ease 0s;
  width: 69.2308%;
}
form input.error {
  border: 1px solid #fb0000;
}
form table td {
  padding-left: 0px;
  border: none;
}
form table td.col_0 {
  padding-top: 0px;
  vertical-align: middle;
}
#main .inside p.error {
  padding: 0px;
  margin: 0px;
  color: #fb0000;
}
button,
input,
select,
textarea {
  font-family: inherit;
  outline: medium none;
}
button,
input {
  line-height: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
form input.submit {
  width: auto;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)) repeat scroll 0 0 #f9f9f9;
}
form input.contactsubmit {
  width: auto;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)) repeat scroll 0 0 #f9f9f9;
  padding: 2px;
  padding-left: 18px;
  padding-right: 18px;
  margin-top: -2px;
  margin-left: 10px;
  position: absolute;
}
.panelicon_row {
  width: 24%;
  padding-right: 1%;
  float: left;
}
.panelicon_row_last {
  width: 24%;
  padding-right: 1%;
  clear: right;
}
.panelicon_row figure.image_container,
.panelicon_row_last figure.image_container {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.panelicon_row_portrait {
  width: 13%;
  padding-right: 1%;
  float: left;
}
.panelicon_row_last_portrait {
  width: 13%;
  padding-right: 1%;
}
.panelicon_row_portrait figure.image_container,
.panelicon_row_last_portrait figure.image_container {
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#main .inside .loginrequired {
  padding: 30px;
  background-color: #000000;
}
#main .inside .loginrequired h1,
#main .inside .loginrequired p {
  color: #E3E3E3;
}
#main .inside .loginrequired a {
  color: #3e8bc3;
}
#main .inside .disclaimercheck {
  padding: 30px;
  background-color: #000000;
}
#main .inside .disclaimercheck h1,
#main .inside .disclaimercheck p,
#main .inside .disclaimercheck a {
  color: #E3E3E3;
}
.sidebar-left .mfp-container #main {
  width: 100%;
}
.mfp-ajax-holder .mfp-content {
  width: 90%;
}
@media screen and (min-width: 600px) {
  .mfp-ajax-holder .mfp-content {
    width: 75%;
  }
}
@media screen and (min-width: 900px) {
  .mfp-ajax-holder .mfp-content {
    width: 60%;
  }
}
@media screen and (min-width: 1122px) {
  .mfp-ajax-holder .mfp-content {
    width: 50%;
  }
}
td,
th {
  -moz-box-sizing: content-box;
  text-align: left;
  padding-left: 40px;
  color: #000000;
}
table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
table th {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 8px;
  font-weight: 400;
  padding-left: 0px;
}
table td {
  border-bottom: 1px solid #EFEFEF;
  color: #808080;
  padding: 6px 8px;
  padding-left: 0px;
}
table td,
table td img {
  vertical-align: top;
}
table tfoot tr {
  background-color: #E6E6E6;
}
table tfoot td {
  color: #333333;
}
table td.noline {
  border-bottom: 0px;
}
@media screen and (min-width: 320px) {
  #main .table_corporatevalues th {
    font-size: 0.1em;
    padding-left: 1.65em;
  }
  #main .table_corporatevalues td {
    width: 25%;
    padding-right: 0.5em;
    font-size: 0.1em;
  }
  #main .table_corporatevalues td ul {
    margin: 0px;
    padding: 0px;
  }
  #main .table_corporatevalues td li {
    margin: 0px;
    padding: 0px;
    margin-left: 1.65em;
  }
}
@media screen and (min-width: 600px) {
  #main .table_corporatevalues th {
    font-size: 1em;
    padding-left: 1.65em;
  }
  #main .table_corporatevalues td {
    width: 25%;
    padding-right: 0.5em;
    font-size: 1em;
  }
  #main .table_corporatevalues td ul {
    margin: 0px;
    padding: 0px;
  }
  #main .table_corporatevalues td li {
    margin: 0px;
    padding: 0px;
    margin-left: 1.65em;
  }
}
.table_sampletypes {
  margin: 10px 0 10px 0;
}
.table_sampletypes td,
.table_sampletypes th {
  -moz-box-sizing: content-box;
  text-align: center;
  padding-left: 40px;
  color: #000000;
}
.table_sampletypes table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.table_sampletypes table th {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 8px;
  font-weight: 400;
  padding-left: 0px;
}
.table_sampletypes table td {
  border-bottom: 1px solid #EFEFEF;
  color: #808080;
  padding: 6px 8px;
  padding-left: 0px;
}
.table_sampletypes table td,
.table_sampletypes table td img {
  vertical-align: middle;
}
.table_sampletypes table tfoot tr {
  background-color: #E6E6E6;
}
.table_sampletypes table tfoot td {
  color: #333333;
}
.table_sampletypes table td.col_0 {
  width: 40%;
  padding-left: 10px;
}
.main-navigation-wrapper {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 1000;
}
#main .inside p,
form {
  line-height: 1.3em;
  color: #696969;
}
#main li {
  line-height: 1.3em;
  color: #696969;
  font-weight: 400;
}
#main h1 {
  color: #000000;
  margin: 0px;
  margin-top: 1.5em;
  padding: 0px;
  padding-top: 0px;
  font-weight: 300;
  font-size: 1.9em;
}
#main h2 {
  color: #777777;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  padding-top: 0px;
  font-weight: 400;
  font-size: 1.4em;
}
#main h3 {
  color: #555555;
  margin: 0px;
  margin-top: 10px;
  padding: 0px;
  padding-top: 0px;
  font-weight: 400;
  font-size: 1.25em;
}
#footer .customcolumns {
  margin-top: 40px;
  height: 202px;
  background-image: url("../../files/theme/images/background-footer-first.jpg");
  background-repeat: repeat-x;
  font-size: 0.9em;
}
#footer .customcolumns a {
  color: #c0c0c0;
}
#footer .customcolumns a:hover {
  color: #2768b5;
}
#footer .customcolumns .col1,
#footer .customcolumns .col2,
#footer .customcolumns .col3,
#footer .customcolumns .col4,
#footer .customcolumns .col5 {
  float: left;
}
#footer .customcolumns .inside .socialmedia {
  position: absolute;
  right: 20px;
  top: 160px;
}
#footer .customcolumns .col1 {
  width: 25%;
}
#footer .customcolumns .col2 {
  width: 23%;
}
#footer .customcolumns .col3 {
  width: 20%;
}
#footer .customcolumns .col4 {
  width: 20%;
}
#footer .divider {
  color: #858585;
  position: relative;
  background-color: #d8d8d9;
}
#footer .divider a {
  color: #858585;
}
#footer .divider a:hover {
  color: #2768b5;
}
#footer .divider {
  clear: both;
  height: 29px;
  font-size: 0.5em;
}
#footer .divider .textleft {
  position: absolute;
  padding-left: 10px;
}
#footer .divider .textright {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 10px;
}
@media screen and (min-width: 320px) {
  #footer .divider {
    font-size: 0.5em;
    height: 29px;
  }
}
@media screen and (min-width: 600px) {
  #footer .divider {
    font-size: 0.85em;
    height: 48px;
  }
}
#footer .generaldisclaimer {
  color: #b9b9b9;
  margin: 10px;
  font-size: 0.8em;
}
/* Set Slider Padding */
.rsts-skin-default.rsts-main {
  position: relative;
  padding: 0px;
  margin-top: 20px;
}
#main .offices-reader h1 {
  margin-bottom: 30px;
}
#main .offices-reader .image-hero {
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .offices-main {
    float: left;
    width: 58%;
    margin-top: 20px;
  }
  .offices-right {
    width: 40%;
    min-width: 199px;
    float: left;
    margin-left: 2%;
    clear: right;
    margin-top: 20px;
  }
}
@media screen and (min-width: 900px) {
  .offices-main {
    float: left;
    width: 59%;
    margin-top: 20px;
  }
  .offices-right {
    width: 37%;
    float: left;
    margin-left: 4%;
    clear: right;
    margin-top: 20px;
  }
}
.careers {
  color: #696969;
}
.careers h3 {
  font-weight: 400;
}
.people .person {
  float: left;
  display: block;
  width: 50%;
  min-height: 150px;
  margin-bottom: 35px;
}
.people .person .portrait {
  display: inline;
  float: left;
  margin-right: 20px;
  background-color: #e9e9e9;
  vertical-align: bottom;
  height: 151px;
}
.people .person .text {
  float: left;
  color: #858585;
  display: block;
  width: 50%;
  min-height: 148px;
  position: relative;
}
.people .person .text a {
  color: #858585;
}
.people .person .text .viewprofile {
  color: #2768b5;
  position: absolute;
  bottom: 0px;
}
.people .person .text .viewprofile a {
  color: #2768b5;
}
#main .people .person h2 {
  color: black;
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
  font-size: 1.1em;
}
#main .people-reader h1 {
  padding-bottom: 30px;
}
#main .people-reader .portrait {
  width: 150px;
  height: 174px;
  vertical-align: bottom;
  padding: 0px;
  display: block;
  background-color: #e9e9e9;
}
.region-home-print {
  color: #888888;
  right: 10px;
  top: -10px;
  position: absolute;
  font-size: 15.5px;
}
.region-home-print .region {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.region-home-print .login-status {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
}
.region-home-print .login-status a {
  float: none;
}
.region-home-print .region-links {
  float: left;
}
.region-home-print .region-form {
  float: left;
}
.region-home-print a {
  float: left;
}
.region-home-print .top-searchbar button {
  width: 26px;
  height: 26px;
  background-image: url(../../files/theme/images/icon_magnify.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
}
.region-home-print .top-searchbar button span {
  display: none;
}
.region-home-print .top-searchbar input {
  border: 1px solid #9b9b9b;
  box-shadow: none;
  font-size: 14.2px;
  width: 10.2em;
  float: left;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 5px;
  padding: 2px;
  -webkit-appearance: textfield;
  color: #222222;
}
@media screen and (min-width: 320px) {
  .region-home-print {
    top: -2px;
  }
  .region-home-print .top-searchbar input {
    width: 6em;
  }
  .region-home-print .region {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .region-home-print {
    top: -2px;
  }
  .region-home-print .top-searchbar input {
    width: 10.2em;
  }
  .region-home-print .region {
    display: inline;
  }
}
@media screen and (min-width: 900px) {
  .region-home-print {
    top: -8px;
  }
  .region-home-print .top-searchbar input {
    width: 10.2em;
  }
  .region-home-print .region {
    display: inline;
  }
}
div#main div.teaserbox a h2 {
  font-size: 1em;
  font-weight: 600;
  padding: 0;
  margin: 0;
}
div#main div.teaserbox a .copytext {
  font-size: 1em;
  font-weight: 400;
}
div#main div.teaserbox a .copytext p {
  padding: 0;
  margin: 0;
  margin-top: 0.5em;
  line-height: 1.2em;
}
#main .dividerbox {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 5px;
}
#main .dividerbox h3 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 0.88em;
  color: #888888;
  letter-spacing: 0.1em;
}
#main .dividerbox .textright {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 0.85em;
  color: #888888;
}
#main .dividerbox .textright .text {
  float: left;
}
#main .dividerbox .textright .blue a {
  color: #2768b5;
}
#main .dividerbox .textright .green a {
  color: #75c139;
}
#main .dividerbox .textright .button {
  margin-top: 4px;
}
#main .dividerbox .textright .auto span.button {
  width: 15px;
  height: 17px;
  display: inline-block;
}
.workflow-qpcr #main .dividerbox .auto a {
  color: #2768b5;
}
.workflow-qpcr #main .dividerbox .auto span.button.continue {
  background: url("../../files/theme/images/arrow-right-blue.jpg") no-repeat;
}
.workflow-qpcr #main .dividerbox .auto span.button.top {
  background: url("../../files/theme/images/arrow-up-blue.jpg") no-repeat;
}
.workflow-ngs #main .dividerbox .auto a {
  color: #75c139;
}
.workflow-ngs #main .dividerbox .auto span.button.continue {
  background: url("../../files/theme/images/arrow-right-green.jpg") no-repeat;
}
.workflow-ngs #main .dividerbox .auto span.button.top {
  background: url("../../files/theme/images/arrow-up-green.jpg") no-repeat;
}
@media screen and (min-width: 320px) {
  .sidebar-left #main {
    float: right;
    width: 100%;
  }
  .sidebar-left #left {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .sidebar-left #main {
    float: right;
    width: 75%;
  }
  .sidebar-left #left {
    display: inline;
    width: 20%;
    margin-left: 0.7em;
  }
}
.mod_breadcrumb {
  margin-top: 10px;
  font-size: 0.85em;
  color: #afafaf;
  margin-left: 0.15em;
}
.mod_breadcrumb a {
  color: #afafaf;
}
.mod_breadcrumb a:hover {
  color: #2768b5;
}
.mod_breadcrumb li {
  list-style: none;
  float: left;
  margin-right: 0.15em;
  color: #afafaf;
}
#main .mod_wf_extendedBreadcrumb {
  margin-top: 10px;
  font-size: 0.85em;
  color: #afafaf;
  margin-left: 0.15em;
}
#main .mod_wf_extendedBreadcrumb a {
  color: #afafaf;
}
#main .mod_wf_extendedBreadcrumb a:hover {
  color: #2768b5;
}
#main .mod_wf_extendedBreadcrumb li {
  list-style: none;
  float: left;
  margin-right: 0.15em;
  color: #afafaf;
}
#main .mod_wf_extendedBreadcrumb ul {
  padding: 0;
  margin: 0;
}
.mod_newslist h2 a,
.mod_newsarchive h2 a,
.mod_eventlist h2 a {
  color: #858585;
  font-size: 0.85em;
  font-weight: 300;
}
.mod_newslist h2 a:hover,
.mod_newsarchive h2 a:hover,
.mod_eventlist h2 a:hover {
  color: #2768b5;
}
.mod_newslist h2,
.mod_newsarchive h2,
.mod_eventlist h2 {
  line-height: 0.9em;
}
.mod_newslist .layout_short,
.mod_newsarchive .layout_short,
.mod_eventlist .layout_short {
  padding-top: 0.3em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
.mod_newslist .layout_latest,
.mod_newsarchive .layout_latest,
.mod_eventlist .layout_latest {
  padding-top: 0.3em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
.mod_newslist .layout_latest h2 a,
.mod_newsarchive .layout_latest h2 a,
.mod_eventlist .layout_latest h2 a {
  font-size: 1.0em;
}
#main .mod_eventlist .event h2 {
  font-weight: 300;
}
div.mod_newslist div.layout_short h2 a {
  font-weight: 400;
  font-size: 0.75em;
  line-height: 0.75em;
}
.mod_newslist div.layout_latest h2,
.mod_newsarchive div.layout_latest h2,
.mod_eventlist div.layout_latest h2 {
  line-height: 1.1em;
  width: 70%;
}
.mod_newslist div.layout_latest p.info,
.mod_newsarchive div.layout_latest p.info,
.mod_eventlist div.layout_latest p.info {
  font-size: 15px;
  font-weight: 300;
}
.mod_newsmenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.mod_newsreader div.layout_full p.info {
  font-size: 15px;
  font-weight: 300;
}
.mod_eventlist .date,
.mod_eventlist .time,
.mod_eventlist .day {
  font-size: 15px;
  font-weight: 300;
}
.mod_eventlist .date {
  margin-top: 20px;
}
.mod_eventlist .location {
  margin-top: 7px;
  color: #696969;
}
.mod_eventlist p.more {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
#main .inside .videoteaser {
  margin-top: 35px;
}
#main .inside .videoteaser .image_container {
  padding: 0px;
  margin: 0px;
  width: 96px;
  float: left;
}
#main .inside .videoteaser p {
  float: left;
  width: 129px;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  margin-left: 10px;
  font-size: 1.1em;
  line-height: 1.1em;
}
@media screen and (min-width: 900px) {
  #main .inside .videoteaser p {
    width: 90px;
    font-size: 1.0em;
    margin-top: 0px;
  }
}
@media screen and (min-width: 1122px) {
  #main .inside .videoteaser p {
    width: 129px;
    font-size: 1.1em;
    margin-top: 0px;
  }
}
/* PRODUCT DROPDOWN */
.ce_vela_products_dropdowns {
  margin: 10px 0 0 0;
  overflow: visible;
}
.ce_vela_products_dropdowns .dropdown {
  display: block;
  position: relative;
  width: 100%;
  height: 38px;
  margin: 0 1% 10px 0;
}
.ce_vela_products_dropdowns .dropdown .button {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  float: left;
  width: 100%;
  height: 38px;
  padding: 2px 6px 2px 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ce_vela_products_dropdowns .dropdown .button span.icon {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 55px;
}
.ce_vela_products_dropdowns .dropdown .button span.icon img {
  margin-left: 5px;
  margin-right: 5px;
  height: 34px;
}
.ce_vela_products_dropdowns .dropdown .button .title {
  display: block;
  padding: 3px 0 3px 10px;
  font-size: 13px;
  line-height: 14px;
}
.ce_vela_products_dropdowns .dropdown .products {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 32px;
  width: 100%;
  margin: 0;
  padding: 9px 6px 3px;
  background: #f0f0f0;
  /* The Fallback */
  background: rgba(240, 240, 240, 0.9);
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ce_vela_products_dropdowns .dropdown .products li {
  list-style: none;
  display: block;
}
.ce_vela_products_dropdowns .dropdown .products li a {
  display: block;
  color: #696969;
}
.ce_vela_products_dropdowns .dropdown .products li a:hover,
.ce_vela_products_dropdowns .dropdown .products li a:focus {
  color: #286ab5;
}
.ce_vela_products_dropdowns.workflow-qpcr .dropdown .button {
  color: #ffffff;
  background-color: #3688c6;
}
.ce_vela_products_dropdowns.workflow-ngs .dropdown .button {
  color: #ffffff;
  background-color: #70c141;
}
@media screen and (min-width: 600px) {
  .ce_vela_products_dropdowns {
    margin: 10px -1% 0 0;
  }
  .ce_vela_products_dropdowns .dropdown {
    width: 49%;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  .ce_vela_products_dropdowns {
    margin: 10px -1% 0 0;
  }
  .ce_vela_products_dropdowns .dropdown {
    width: 24%;
    float: left;
  }
}
/* SEARCH MODULE */
.mod_search form {
  padding-left: 0.26667em;
}
.mod_search form .submit {
  margin-left: 15px;
}
/* CE MODUL TEASER BOXEN STARTSEITE OFFLINE    */
.teaser-boxes,
.icon-boxes,
.news-boxes {
  margin: 2.22222em 0;
  overflow: hidden;
}
.teaser-boxes-item {
  color: #FFFFFF;
  font-size: 0.88889em;
}
.teaser-boxes-item h2 {
  color: #ef6031;
  font-size: 1.3125em;
  margin: 0px;
  padding: 0px;
  line-height: 1em;
}
.teaser-boxes-item p {
  margin: 0em 0 0;
  margin-top: 0.5em;
  line-height: 1.2em;
}
.teaser-boxes-item-image {
  margin: 0 0 1em;
  position: relative;
}
.teaser-boxes a {
  text-decoration: none;
}
.teaser-boxes-item a {
  color: #30f165;
}
.centermobile {
  text-align: left;
  margin: 20px;
}
.mobilemenubutton {
  background: url("../../files/theme/images/mobilenavbutton.png") no-repeat scroll center center rgba(0, 0, 0, 0);
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 320px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .people .person {
    width: 100%;
  }
  .ce_rsce_responsiveone_logo {
    padding: 0px;
    padding-right: 25px;
    margin: 0 auto;
    text-align: center;
  }
  .ce_rsce_responsiveone_logo img {
    width: 150px;
    padding: 0px;
    margin: 0 auto;
  }
  .main-navigation,
  .subnavigation-left {
    display: none;
  }
  .tagline_startpage {
    padding: 15px 0px 15px 0px;
    font-size: 1.3em;
    font-style: italic;
    font-weight: 300;
    color: #636363;
    text-align: center;
  }
  .tagline_startpage p {
    padding: 0;
    margin: 0;
  }
  #footer .customcolumns {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .people .person {
    width: 50%;
  }
  .ce_rsce_responsiveone_logo {
    padding: 0px;
    margin: 0 auto;
    padding-right: 25px;
    text-align: center;
  }
  .ce_rsce_responsiveone_logo img {
    width: 178px;
    padding: 0px;
    margin: 0px;
  }
  .main-navigation,
  .subnavigation-left {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .ce_rsce_responsiveone_logo {
    padding: 0px;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
  }
  .ce_rsce_responsiveone_logo img {
    width: 178px;
  }
  .main-navigation {
    display: block;
  }
  .subnavigation-left {
    display: block;
  }
  .mobilemenubutton {
    display: none;
  }
  .tagline_startpage {
    padding: 15px 0px 15px 0px;
    font-size: 1.8em;
    font-style: italic;
    font-weight: 300;
    color: #636363;
    text-align: center;
  }
  .tagline_startpage p {
    padding: 0;
    margin: 0;
    font-weight: 300;
  }
  #footer .divider .inside {
    margin: 0 auto;
    width: 100%;
  }
  #footer .generaldisclaimer {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
  }
  #footer .generaldisclaimer .padbox {
    padding: 10px;
  }
  #footer .customcolumns {
    display: block;
  }
  #footer .customcolumns .inside {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
  }
  #footer .customcolumns .padbox {
    padding: 10px;
  }
}
@media screen and (min-width: 1122px) {
  #wrapper {
    width: 1102px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0px;
  }
  .ce_rsce_responsiveone_logo img {
    width: 178px;
  }
  .main-navigation {
    display: block;
  }
  .main-navigation-mobile {
    display: none;
  }
  .subnavigation-left {
    display: block;
  }
  #footer .divider .inside {
    margin: 0 auto;
    width: 1102px;
  }
  #footer .generaldisclaimer {
    margin: 0 auto;
    padding: 20px;
    width: 1082px;
  }
  #footer .generaldisclaimer .padbox {
    padding: 0px;
  }
  #footer .customcolumns {
    display: block;
  }
  #footer .customcolumns .inside {
    margin: 0 auto;
    padding: 20px;
    width: 1082px;
  }
  #footer .customcolumns .padbox {
    padding: 0px;
  }
}
body.landingpage-ngs #main h2 {
  font-size: 1.6em;
}
body.landingpage-ngs .col_0_last {
  border: none;
}
body.landingpage-ngs .col_1_last {
  border: none;
}
body.landingpage-ngs .table_landingpage td {
  padding-top: 0;
  padding-bottom: 0;
}
.form_green {
  padding: 20px;
  background-color: #eaf5e4;
}
.form_green .required {
  font-size: 0.8em;
}
.form_green td {
  color: #4e9944;
}
.form_green a {
  color: #4e9944;
  text-decoration: underline;
}
.form_green fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.form_green input.checkbox {
  margin: 0;
  padding: 0;
  display: inline;
  width: 5%;
}
.form_green input.text {
  color: black;
  margin: 0;
  padding: 0;
  display: inline;
  padding: 2px;
  width: 100%;
}
.form_green input.submit {
  margin: 0;
  padding: 0;
  display: inline;
  padding: 2px;
}
.form_green label {
  margin: 0;
  padding: 0;
  display: inline;
}
.form_green h4 {
  color: #4e9944;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  margin-bottom: 0.5em;
  font-weight: 400;
}
.form_green td.col_0 {
  width: 25%;
}
#tl_registration fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
#tl_registration input.checkbox {
  margin: 0;
  padding: 0;
  display: inline;
  width: 3%;
}

/*
 * Reponsive One - Main Stylesheet - Variables for Import
 */
.mod_navigation {
  overflow: visible;
}
.main-navigation {
  margin-top: 12px;
  margin-right: 6px;
}
.main-navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
}
.main-navigation li {
  display: inline-block;
  margin-left: 0.73333em;
  margin-right: -1.06667em;
  position: relative;
  font-size: 15.5px;
}
.main-navigation > ul > li > a {
  color: #696969;
  display: block;
  padding: 0.57143em 1.14286em;
  position: relative;
  text-decoration: none;
  z-index: 3;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu a {
  padding: 0px;
}
.main-navigation > ul > li > a:hover,
.main-navigation > ul > li > a:focus {
  color: #2768b5;
}
.main-navigation > ul > li.active > a,
.main-navigation > ul > li.trail > a {
  color: #2768b5;
}
.main-navigation > ul > li.submenu:before {
  background: none repeat scroll 0 0 #2768b5;
  bottom: 0;
  display: none;
  height: 3px;
  left: 1.06667em;
  position: absolute;
  right: 1.06667em;
  z-index: 2;
}
.main-navigation > ul > li > ul {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  left: 0;
  margin-top: -2px;
  max-height: 0;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}
.main-navigation > ul > li > ul li {
  display: inline;
  margin: 0;
}
.main-navigation > ul > li > ul a {
  border-top: 1px solid #c0c0c0;
  color: #5A5D63;
  display: block;
  padding: 5px 5px 5px 0;
  position: relative;
  text-decoration: none;
}
.main-navigation ul.level_1 li.active span.active {
  color: #2768b5;
  display: block;
  padding: 0.57143em 1.14286em;
  position: relative;
  text-decoration: none;
  z-index: 3;
}
.main-navigation > ul > li > ul a:hover,
.main-navigation > ul > li > ul a:focus {
  color: #2768b5;
}
.main-navigation > ul > li > ul > li:first-child > a {
  border-top: 0 none;
}
.main-navigation > ul > li > ul li.active > a,
.main-navigation > ul > li > ul li.trail > a {
  color: #2768b5;
}
.main-navigation > ul > li > ul ul a {
  border-top: 0 none;
  padding-left: 0.76923em;
}
.main-navigation > ul > li > ul ul ul a {
  margin-left: 1.33333em;
}
.main-navigation > ul > li:hover {
  z-index: 5;
}
.main-navigation > ul > li:hover > ul {
  max-height: 9999px;
  opacity: 1;
  padding: 0.5em 1em 0.2em 1em;
  transition: opacity 0.2s ease 0s;
}
.main-navigation > ul > li.submenu:hover:before {
  content: " ";
  display: block;
}
.main-navigation > ul > li:last-child > ul,
.main-navigation > ul > li.last > ul {
  left: auto;
  right: 0;
}
.main-navigation ul.level_1 li.home {
  display: none;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu ul.level_3 li {
  border-top: 1px solid #c0c0c0;
  color: #5A5D63;
  display: block;
  padding: 0.28462em 3em 0.28462em 0;
  padding-left: 15px;
  position: relative;
  text-decoration: none;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active span.active {
  border-top: 1px solid #c0c0c0;
  color: #5A5D63;
  display: block;
  padding: 0.28462em 3em 0.28462em 0;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active span.active {
  border-top: 1px solid #c0c0c0;
  color: #5A5D63;
  display: block;
  padding: 0.28462em 3em 0.28462em 0;
  padding-left: 0px;
  position: relative;
  text-decoration: none;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active span.active {
  color: #2768b5;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active.first span.active {
  border-top: 0px;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu ul.level_3 li.first {
  border-top: 0px;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu a {
  padding-top: 5px;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.submenu ul.level_3 li {
  padding-top: 0em;
  padding-bottom: 6px;
}
.main-navigation ul.level_1 li.submenu ul.level_2 li.active {
  color: #2768b5;
}

/*
 * Reponsive One - Main Stylesheet - Variables for Import
 */
.mod_vela_product_navigation h1,
.subnavigation-left h1 {
  display: inline;
  margin: 0;
  font-size: 0.8em;
}
.mod_vela_product_navigation h1 a,
.subnavigation-left h1 a {
  display: block;
  margin: 2.91667em 0 1.25em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #2768b5;
  text-decoration: none;
  text-transform: uppercase;
}
.mod_vela_product_navigation h1 a:hover,
.subnavigation-left h1 a:hover,
.mod_vela_product_navigation h1 a:focus,
.subnavigation-left h1 a:focus {
  text-decoration: underline;
}
.mod_vela_product_navigation h2,
.subnavigation-left h2 {
  color: #696969;
  font-weight: 600;
  display: block;
  text-decoration: none;
  font-size: 1em;
  border-bottom: 1px solid #C0C0C0;
  padding: 0.51538em 0;
  margin: 0;
}
.mod_vela_product_navigation ul,
.subnavigation-left ul {
  margin: 0;
  padding: 0;
}
.mod_vela_product_navigation ul li,
.subnavigation-left ul li {
  display: inline;
}
.mod_vela_product_navigation ul a,
.subnavigation-left ul a,
.mod_vela_product_navigation ul span,
.subnavigation-left ul span {
  display: block;
  padding: 0.51538em 0;
  font-size: 1em;
  color: #707070;
  text-decoration: none;
  border-bottom: 1px solid #c0c0c0;
}
.mod_vela_product_navigation ul span:hover,
.subnavigation-left ul span:hover,
.mod_vela_product_navigation ul span:focus,
.subnavigation-left ul span:focus,
.mod_vela_product_navigation ul a:hover,
.subnavigation-left ul a:hover,
.mod_vela_product_navigation ul a:focus,
.subnavigation-left ul a:focus {
  color: #286ab5;
}
.mod_vela_product_navigation ul.level_1 li.active span.active,
.subnavigation-left ul.level_1 li.active span.active {
  display: block;
  padding-top: 0.51538em;
  padding-bottom: 0.51538em;
  font-size: 1em;
  color: #2768B5;
  text-decoration: none;
  border-bottom: 1px solid #c0c0c0;
}
.mod_vela_product_navigation ul.level_1 li.active ul.level_2 li a,
.subnavigation-left ul.level_1 li.active ul.level_2 li a,
.mod_vela_product_navigation ul.level_1 li.active ul.level_2 li span,
.subnavigation-left ul.level_1 li.active ul.level_2 li span {
  padding-top: 0.5em;
}
.mod_vela_product_navigation ul.level_1 li ul.level_2 li a,
.subnavigation-left ul.level_1 li ul.level_2 li a,
.mod_vela_product_navigation ul.level_1 li ul.level_2 li span,
.subnavigation-left ul.level_1 li ul.level_2 li span {
  padding-top: 0.5em;
}
.mod_vela_product_navigation ul li.active > a,
.subnavigation-left ul li.active > a,
.mod_vela_product_navigation ul li.trail > a,
.subnavigation-left ul li.trail > a {
  color: #2768b5;
}
.mod_vela_product_navigation ul ul a,
.subnavigation-left ul ul a,
.mod_vela_product_navigation ul ul span,
.subnavigation-left ul ul span {
  padding-top: 0;
  padding-left: 6.25%;
}
.mod_vela_product_navigation ul ul ul a,
.subnavigation-left ul ul ul a,
.mod_vela_product_navigation ul ul ul span,
.subnavigation-left ul ul ul span {
  padding-left: 12.5%;
}
.mod_vela_product_navigation ul ul ul ul a,
.subnavigation-left ul ul ul ul a,
.mod_vela_product_navigation ul ul ul ul span,
.subnavigation-left ul ul ul ul span {
  padding-left: 18.75%;
}
.mod_vela_product_navigation span.submenu {
  cursor: pointer;
}
.subnavigation-left.header ul.level_1 li.active span.active {
  color: #696969;
  font-weight: 600;
}
.subnavigation-left.header ul.level_1 li.trail {
  color: #696969;
  font-weight: 600;
  display: block;
  text-decoration: none;
}
.mod_navigation ul.level_1 li.trail span.trail {
  color: #696969;
}
.mod_navigation ul.level_1 li.active span.active.header {
  display: block;
  padding-top: 0em;
  padding-bottom: 0em;
  font-size: 1em;
  color: #2768B5;
  text-decoration: none;
  border-bottom: none;
}
.mod_navigation ul.level_1 li.trail span.trail {
  display: block;
  padding-top: 0em;
  padding-bottom: 0em;
  font-size: 1em;
  color: #2768B5;
  text-decoration: none;
  border-bottom: none;
}

/*
 * Reponsive One - Main Stylesheet 
 */
/*
 * Reponsive One - Main Stylesheet - Variables for Import
 */
@media print {
  .ce_rsce_responsiveone_logo {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    width: 200px;
  }
  #container {
    width: 600px;
  }
  .mod_rocksolid_slider img {
    width: 980px;
    max-width: 980px;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  #wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
  }
  .ce_rsce_responsiveone_logo {
    padding: 0px;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
  }
  .ce_rsce_responsiveone_logo img {
    width: 178px;
  }
  .main-navigation {
    display: none;
  }
  #left {
    display: none;
  }
  .mobilemenubutton {
    display: none;
  }
  .tagline_startpage {
    padding: 15px 0px 15px 0px;
    font-size: 1.8em;
    font-style: italic;
    font-weight: 300;
    color: #636363;
    text-align: center;
  }
  .tagline_startpage p {
    padding: 0;
    margin: 0;
    font-weight: 300;
  }
  #header .region-links a {
    display: none;
  }
  #header .region-form {
    display: none;
  }
  #footer .divider .inside {
    margin: 0 auto;
    width: 100%;
  }
  #footer .generaldisclaimer {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
  }
  #footer .generaldisclaimer .padbox {
    padding: 10px;
  }
  #footer .customcolumns {
    display: block;
  }
  #footer .customcolumns .inside {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
  }
  #footer .customcolumns .padbox {
    padding: 10px;
  }
}

/*
 * Reponsive One - Main Stylesheet - Variables for Import
 */
.mod_vela_product_reader .picture {
  margin: 30px 0;
}
.mod_vela_product_reader .panel-info {
  height: 38px;
  padding: 2px 6px 2px 42px;
  padding-left: 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.mod_vela_product_reader .panel-info .icon {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  margin-right: 5px;
  height: 38px;
}
.mod_vela_product_reader .regulatory-states {
  margin: 24px 0;
  padding: 5px 11px;
}
.mod_vela_product_reader .quick-links {
  margin: 24px 0;
}
.mod_vela_product_reader .quick-links a {
  color: #696969;
}
.mod_vela_product_reader .quick-links a:hover {
  color: #2768b5;
}
.mod_vela_product_reader .quick-links h4 {
  margin: 0;
  padding: 5px 11px;
  padding-left: 5px;
  font-weight: normal;
}
.mod_vela_product_reader .quick-links h4 .icon {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.mod_vela_product_reader .quick-links ol {
  margin: 0;
  padding: 10px 0 10px 0 ;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.mod_vela_product_reader .quick-links li {
  margin: 0 0 0 30px;
  padding: 0;
  font-size: 1em;
}
.mod_vela_product_reader .contact-us {
  margin: 24px 0;
}
.mod_vela_product_reader .contact-us h4 {
  margin: 0;
  padding: 5px 11px;
  padding-left: 5px;
  font-weight: normal;
}
.mod_vela_product_reader .contact-us h4 .icon {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.mod_vela_product_reader .contact-us div.text {
  margin: 0;
  padding: 5px 11px;
  border: 1px solid #e5e5e5;
  border-top: none;
  font-size: 1em;
}
.mod_vela_product_reader .contact-us div.text p {
  margin: 9px 0;
}
.mod_vela_product_reader .related-products {
  margin: 24px 0;
}
.mod_vela_product_reader .related-products h4 {
  margin: 0;
  padding: 5px 11px;
  padding-left: 5px;
  font-weight: normal;
}
.mod_vela_product_reader .related-products h4 .icon {
  float: left;
  margin: 0px;
  padding: 0px;
  margin-left: 5px;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.mod_vela_product_reader .related-products ul {
  margin: 0;
  padding: 5px 11px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.mod_vela_product_reader .related-products li {
  list-style: none;
  margin: 9px 0;
  padding: 0;
  font-size: 1em;
}
.mod_vela_product_reader .related-products li a {
  color: #696969;
}
.mod_vela_product_reader .related-products li a:hover {
  color: #2768b5;
}
.workflow-qpcr .mod_vela_product_reader .panel-info,
.workflow-qpcr .mod_vela_product_reader .regulatory-states,
.workflow-qpcr .mod_vela_product_reader .quick-links h4,
.workflow-qpcr .mod_vela_product_reader .contact-us h4,
.workflow-qpcr .mod_vela_product_reader .related-products h4 {
  color: #ffffff;
  background-color: #3688c6;
  padding-top: 2px;
  padding-bottom: 3px;
}
.workflow-ngs .mod_vela_product_reader .panel-info,
.workflow-ngs .mod_vela_product_reader .regulatory-states,
.workflow-ngs .mod_vela_product_reader .quick-links h4,
.workflow-ngs .mod_vela_product_reader .contact-us h4,
.workflow-ngs .mod_vela_product_reader .related-products h4 {
  color: #ffffff;
  background-color: #70c141;
  padding-top: 2px;
  padding-bottom: 3px;
}
#top:not(.workflow-ngs) .mod_vela_product_reader .panel-info,
#top:not(.workflow-ngs) .mod_vela_product_reader .regulatory-states,
#top:not(.workflow-ngs) .mod_vela_product_reader .quick-links h4,
#top:not(.workflow-ngs) .mod_vela_product_reader .contact-us h4,
#top:not(.workflow-ngs) .mod_vela_product_reader .related-products h4 {
  color: #ffffff;
  background-color: #3688c6;
  padding-top: 2px;
  padding-bottom: 3px;
}
#top:not(.workflow-qpcr) .mod_vela_product_reader .panel-info,
#top:not(.workflow-qpcr) .mod_vela_product_reader .regulatory-states,
#top:not(.workflow-qpcr) .mod_vela_product_reader .quick-links h4,
#top:not(.workflow-qpcr) .mod_vela_product_reader .contact-us h4,
#top:not(.workflow-qpcr) .mod_vela_product_reader .related-products h4 {
  color: #ffffff;
  background-color: #70c141;
  padding-top: 2px;
  padding-bottom: 3px;
}
/*
:not(.pr-b.workflow-ngs){
    .mod_vela_product_reader {
		.panel-info, .regulatory-states, .quick-links h4, .contact-us h4, .related-products h4 {
			color: @workflow-qpcr-color;
			background-color: @workflow-qpcr-bgcolor;
			padding-top:2px;
			padding-bottom:3px;
		}
	}
}
:not(.pr-b.workflow-qpcr){
    .mod_vela_product_reader {
		.panel-info, .regulatory-states, .quick-links h4, .contact-us h4, .related-products h4 {
			color: @workflow-ngs-color;
			background-color:@workflow-ngs-bgcolor;
			padding-top:2px;
			padding-bottom:3px;
		}
	}
} */
#top.pr-b.workflow- .mod_vela_product_reader .panel-info,
#top.pr-b.workflow- .mod_vela_product_reader .regulatory-states,
#top.pr-b.workflow- .mod_vela_product_reader .quick-links h4,
#top.pr-b.workflow- .mod_vela_product_reader .contact-us h4,
#top.pr-b.workflow- .mod_vela_product_reader .related-products h4 {
  color: #ffffff;
  background-color: #3688c6;
  padding-top: 2px;
  padding-bottom: 3px;
}
/*
:not(.pr-g.workflow-ngs){
    .mod_vela_product_reader {
		.panel-info, .regulatory-states, .quick-links h4, .contact-us h4, .related-products h4 {
			color: @workflow-qpcr-color;
			background-color: @workflow-qpcr-bgcolor;
			padding-top:2px;
			padding-bottom:3px;
		}
	}
}
:not(.pr-g.workflow-qpcr){
    .mod_vela_product_reader {
		.panel-info, .regulatory-states, .quick-links h4, .contact-us h4, .related-products h4 {
			color: @workflow-ngs-color;
			background-color:@workflow-ngs-bgcolor;
			padding-top:2px;
			padding-bottom:3px;
		}
	}
} */
#top.pr-g.workflow- .mod_vela_product_reader .panel-info,
#top.pr-g.workflow- .mod_vela_product_reader .regulatory-states,
#top.pr-g.workflow- .mod_vela_product_reader .quick-links h4,
#top.pr-g.workflow- .mod_vela_product_reader .contact-us h4,
#top.pr-g.workflow- .mod_vela_product_reader .related-products h4 {
  color: #ffffff;
  background-color: #70c141;
  padding-top: 2px;
  padding-bottom: 3px;
}
.ce_vela_products_dropdowns {
  margin: 10px 0 0 0;
  overflow: visible;
}
.ce_vela_products_dropdowns .dropdown {
  display: block;
  position: relative;
  width: 100%;
  height: 38px;
  margin: 0 1% 10px 0;
}
.ce_vela_products_dropdowns .dropdown .button {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  float: left;
  width: 100%;
  height: 38px;
  padding: 2px 6px 2px 0px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ce_vela_products_dropdowns .dropdown .button span.icon {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 55px;
}
.ce_vela_products_dropdowns .dropdown .button span.icon img {
  margin-left: 5px;
  margin-right: 5px;
  height: 34px;
}
.ce_vela_products_dropdowns .dropdown .button .title {
  display: block;
  padding: 3px 0 3px 10px;
  font-size: 13px;
  line-height: 14px;
}
.ce_vela_products_dropdowns .dropdown .products {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 32px;
  width: 100%;
  margin: 0;
  padding: 9px 6px 3px;
  background: #f0f0f0;
  /* The Fallback */
  background: rgba(240, 240, 240, 0.9);
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ce_vela_products_dropdowns .dropdown .products li {
  list-style: none;
  display: block;
}
.ce_vela_products_dropdowns .dropdown .products li a {
  display: block;
  color: #696969;
}
.ce_vela_products_dropdowns .dropdown .products li a:hover,
.ce_vela_products_dropdowns .dropdown .products li a:focus {
  color: #286ab5;
}
.ce_vela_products_dropdowns.workflow-qpcr .dropdown .button {
  color: #ffffff;
  background-color: #3688c6;
}
.ce_vela_products_dropdowns.workflow-ngs .dropdown .button {
  color: #ffffff;
  background-color: #70c141;
}
div#product.mod_article div.ce_rs_column_start section.dividerboxcontainer {
  margin-top: 30px;
}
div#product.mod_article div.ce_rs_column_start {
  margin-top: -30px;
}
div#product.mod_article .products-main section.dividerboxcontainer {
  margin-top: 30px;
}
div#product.mod_article .products-main {
  margin-top: -30px;
}
@media screen and (min-width: 600px) {
  .products-main {
    float: left;
    width: 68%;
  }
  .products-right {
    width: 30%;
    min-width: 199px;
    float: left;
    margin-left: 2%;
    clear: right;
  }
  .ce_vela_products_dropdowns {
    margin: 10px -1% 0 0;
  }
  .ce_vela_products_dropdowns .dropdown {
    width: 49%;
    float: left;
  }
}
@media screen and (min-width: 900px) {
  .products-main {
    float: left;
    width: 69%;
  }
  .products-right {
    width: 27%;
    float: left;
    margin-left: 4%;
    clear: right;
  }
  .ce_vela_products_dropdowns {
    margin: 10px -1% 0 0;
  }
  .ce_vela_products_dropdowns .dropdown {
    width: 24%;
    float: left;
  }
}
.table_specifications,
.table_orderinfo {
  margin: 10px 0 10px 0;
}
.table_specifications td,
.table_orderinfo td,
.table_specifications th,
.table_orderinfo th {
  -moz-box-sizing: content-box;
  text-align: center;
  padding-left: 40px;
  color: #000000;
}
.table_specifications table,
.table_orderinfo table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.table_specifications table th,
.table_orderinfo table th {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 8px;
  font-weight: 400;
  padding-left: 0px;
}
.table_specifications table td,
.table_orderinfo table td {
  border-bottom: 1px solid #EFEFEF;
  color: #808080;
  padding: 6px 8px;
  padding-left: 0px;
}
.table_specifications table td,
.table_orderinfo table td,
.table_specifications table td img,
.table_orderinfo table td img {
  vertical-align: middle;
}
.table_specifications table tfoot tr,
.table_orderinfo table tfoot tr {
  background-color: #E6E6E6;
}
.table_specifications table tfoot td,
.table_orderinfo table tfoot td {
  color: #333333;
}
.table_specifications table td.col_0,
.table_orderinfo table td.col_0 {
  width: 40%;
  padding-left: 10px;
}
.table_opticalrange {
  margin: 10px 0 10px 0;
}
.table_opticalrange td,
.table_opticalrange th {
  -moz-box-sizing: content-box;
  text-align: center;
  padding-left: 40px;
  color: #000000;
}
.table_opticalrange table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.table_opticalrange table th {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 8px;
  font-weight: 400;
  padding-left: 0px;
}
.table_opticalrange table td {
  border-bottom: 1px solid #EFEFEF;
  color: #808080;
  padding: 6px 8px;
  padding-left: 0px;
}
.table_opticalrange table td,
.table_opticalrange table td img {
  vertical-align: middle;
}
.table_opticalrange table tfoot tr {
  background-color: #E6E6E6;
}
.table_opticalrange table tfoot td {
  color: #333333;
}
.table_opticalrange table td.col_0 {
  width: 20%;
  padding-left: 10px;
}
.table_opticalrange table td.col_1 {
  width: 20%;
  padding-left: 10px;
}
.table_opticalrange table td.col_2 {
  width: 20%;
  padding-left: 10px;
}
.table_opticalrange table td.col_3 {
  width: 20%;
  padding-left: 10px;
}
.table_labware-and-consumables {
  margin: 10px 0 10px 0;
}
.table_labware-and-consumables td,
.table_labware-and-consumables th {
  -moz-box-sizing: content-box;
  text-align: center;
  padding-left: 40px;
  color: #000000;
}
.table_labware-and-consumables table {
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}
.table_labware-and-consumables table th {
  border-bottom: 1px solid #EFEFEF;
  padding: 10px 8px;
  font-weight: 400;
  padding-left: 0px;
}
.table_labware-and-consumables table td {
  border-bottom: 1px solid #EFEFEF;
  color: #808080;
  padding: 6px 8px;
  padding-left: 0px;
}
.table_labware-and-consumables table td,
.table_labware-and-consumables table td img {
  vertical-align: middle;
}
.table_labware-and-consumables table tfoot tr {
  background-color: #E6E6E6;
}
.table_labware-and-consumables table tfoot td {
  color: #333333;
}
.table_labware-and-consumables table td.col_0 {
  width: 20%;
  padding-left: 10px;
}
.table_labware-and-consumables table td.col_1 {
  width: 20%;
  padding-left: 10px;
}
.table_labware-and-consumables table td.col_2 {
  width: 20%;
  padding-left: 10px;
}
.table_labware-and-consumables table td.col_3 {
  width: 20%;
  padding-left: 10px;
}
.table_labware-and-consumables table .head-noline {
  border-bottom: 0px;
}
.table_labware-and-consumables table td.remarks {
  width: 25%;
}

