/* 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); }

.rsts-main,.rsts-main *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rsts-header,.rsts-footer{overflow:hidden}.rsts-view{position:relative}.rsts-crop{position:relative;overflow:hidden}.rsts-slides,.rsts-slide{position:absolute;left:0;top:0}.rsts-slide{overflow:hidden}.rsts-slide img{display:block}.rsts-video-iframe{position:absolute;top:0;left:0;width:100%;height:100%}.rsts-type-slide .rsts-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/openhand.cur"),default;cursor:-webkit-grab;cursor:-moz-grab;cursor:-ms-grab;cursor:-o-grab;cursor:grab}.rsts-type-slide.rsts-dragging .rsts-view{cursor:url("../../system/modules/rocksolid-slider/assets/img/closedhand.cur"),default;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-ms-grabbing;cursor:-o-grabbing;cursor:grabbing}

/* Copyright MADE/YOUR/DAY OG <mail@madeyourday.net>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* ===========================================
 * rounded Skin
 * ======================================== */
.rsts-skin-rounded.rsts-main {
  position: relative;
}
.rsts-skin-rounded.rsts-type-fade .rsts-slide {
  background: white;
}
.rsts-skin-rounded .rsts-slide img {
  width: 100%;
  height: auto;
}
.rsts-skin-rounded .rsts-caption {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  background: #cccccc;
  background: rgba(255, 255, 255, 0.1);
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: -moz-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: -o-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 2px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.8);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  -o-transition: opacity 0.5s, -o-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
}
.rsts-skin-rounded .rsts-active .rsts-caption {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.rsts-skin-rounded .rsts-prev, .rsts-skin-rounded .rsts-next, .rsts-skin-rounded .rsts-video-stop, .rsts-skin-rounded .rsts-nav-numbers a, .rsts-skin-rounded .rsts-nav-tabs a {
  position: absolute;
  right: 55px;
  bottom: 15px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  outline: none;
  line-height: 0;
  text-align: center;
  text-decoration: none;
  text-indent: -9999px;
  background-position: 50% 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-rounded .rsts-prev, .rsts-skin-rounded .rsts-next, .rsts-skin-rounded .rsts-video-stop, .rsts-skin-rounded .rsts-nav-numbers a, .rsts-skin-rounded .rsts-nav-tabs a {
    background-image: url("data:"image/png";base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAACylBMVEXp6ekXIyghMzk0TlYmOD+Kjo9Jbntpm6smOT9nkp9ve39QbXZlb3JvgIVrmKZrdnlbb3ZOYmmRnaFcdX17hYhsdnpUanFmb3I4SlB8iY1edX1lbnIwQ0pwm6qZucN2hIh1n61xfIFTcHppjZplcHRfaW1md32fw8+IwtRfaWxgaW05TFJncXRyfYGawM1RZm5feYFQZGuLmJ1Yb3aoydMeLzRNVVkwSFBXYGREZnI1UFlaZGhdh5VOc387Vl9cZmpUd4JAWmJeaGxkbnEzRkxkbnJGYGk7T1ZMZW1vj5pihI87UFgxRUtDVVtzf4NKX2ZqdHdxlqJkh5RRcHprdHhIY2xIW2F7prSKr7xphY6FqLRWbHRRc39ff4k1R01KXWNKYWlGXmZ7oq9skp9wmKV7o7CPs793lJ5mf4hSaXF1gINeaGxBVFpriJKMtMBpgoqApbJ9mqOAuMmEqLOOrrmbvsmBssKXvsuGpa6fwMqZvceHustIYmxbe4UyREtbcnqEsb+Vt8KZucSw0tyOxNZjbXErPkVZe4dCW2NkgYtdZ2t3k5xwipOEoqx7l6GTtcGly9ilxtJ7r7+SvMqhydeTx9iRwdCcxtSnzdlxmKaVtsGhxdGLuMdWd4Ku0dsuQUg+WGCLvc3X6/FslaKYxNOGtcSrz9qYytqo0uCgzt2k0N7W6vCs1OG12eSu1eKy1+O73Oe32uW93efV6fDC3+m52+bF4erA3ujT6O/E4OrV6fDI4uvG4urM5ezL5OzK4+zT6O/R5+7R5+7p6enp6enx8vL9/f34+fnW1tbf39/j4+Ta2trc3Nz8/f3t7e7e39/e3t7X19fY2Njb29vs7Ozi4uLl5eXf4ODz8/P4+Pjh4eHj4+Pg4OHd3d3u7u7v7+/y8vL8/Pzw8PDx8fHr6+vq6uro6Ojk5OTt7e3m5ub09PT19fX39/f29vaQMsdaAAAAw3RSTlP+SjYnNIwcFjQZSiVVNhhSLTBFJ09WLVk3RylYMxkfRBpJJB1PUzQbE1ZXNlRNGiwmL0MrHjpdKlUeJlIZHSZSHidTVzRQJzEqHx8uMjRKLVAdHiJRJjEZGyMcKh8iNjIrKhscGxscISYpS1UyIhknGyMUHB4dFhkhHhwVJiE1KhkeHx4UVjMfKSJUIyUgIh0aHRUYGRUXGBsbHhwYIB00KBYwGhcXHBYYFhcvGRwaGx8dIC4iHiQhLCMtJiUpKCcrKSotMv7UAAAE7klEQVR42pXX93tTVRgH8Ovee++990YUERFx4cS9994ThSJFaZHVgW1TQgohhdu0aW2VqIjapo97sFrooo1J2qyb/8F33XNyn9vkeXx/Sp72c7/vOffmnHMNv7+5ufkrrA1Q30J1qopEIvoL/gn/hf63GcrvN2wrkoy75CrslTbQMtWya5ziCwgXbSiLVOAPWD/aRd/IM9faQEuxQm32ky77EuCFizbYairu+/yiK6CndK0NZYUy3EgVDoc3ctEFhGtt4HjFEiUYhvrOLvxCnrnSiMVCrFB2X+viKwgXzRibVpYowm+oOjo6+ANcgDiFa21QMFmIZcrsS7vgM3ngEC4aGgfMtostU4Lr8wouAB7SMZw652jA2DT3HIaGgSJshwph4Qf0zEVLtIHBOM9oMRYpuTastVA+n29+O3HUNG6JNjiYLcUCRdmKVbfivXn19aWzKn0QrzRi0IydFijKFqiKC99dsmjx4rc+nFe5NkThoiXa6HRgsJCK0jSDtR+889rFF116yWVvLK1fQRqyFY4Axql2WIhFGQwGqt9c+NKrF1jRl5+Yu4i0I1qwBLPFWKBNTQHv0489ed75Vn9/fOaMY5cuU9qFOdi2QNfVeD1znnr8XKvfsqz4Xfe/uOSjujbQHC2DJuwIZru60bOyvOQcy8pBWfE7HnlhWV1rG0Vz3zjfht01jjjfrllZ3vAK21w2F73zoecrWu1o6ltj7JqCtV0lNpuNxuK/HrDw4eUtFC19C5YhY9cUTPbRVQ2fgwU6khgby+x78y0PIg5h325sd23bBWKH070DsWnT97v79VqT+uZBa8zzZXddgz1rO7Q5dcONN936XHWt2dIKWG6WjWm+CGPXAa+njHsGPDI2sCk1uWFKmacxEDR50DJjDoxDJvzAPbNvP4NttCc9MHzNguuuX/P+6nVNQTemh5Mnm4bsffbe206XeY71jP08YfeJk/ap+vgLxqGiOPDJM/edlEMKFR/JXXnFVVdfW/X2pxp3wL0iHBkHnza7O9OXyWQAZ1J77LLrbnvuVXU2YbMoluRjYonRRGokms3mfvk/ySaN+aDRwcH06HBfNmf9O2HviZMOLDhmfav0bO+f3jSUTMSyOdA42ye4Z7vIff5s+84d23v6SE8+fkrZyV7XfS74hIFO7hxKpzKkCz9h+tlez892vh7Okp42/VR4tnHI7fKDLvKrcmWfUvhXBYPWq1BQ6alJGHciloH0v8+k33NIfs+0GBRfSUqmJv/6vTfdDbc8Pv5K0kkzJn1rXdPomVNectwff27bvGMg+Q+tYWj1GhYRLOsQjxo1cF49jxrcumXrtu4Cq6dgHa10oBrW7aOP6P1tS3rmjLl63XYu+nrhVhp5sJZ2jMMH00V2DPdexdw0l8NeddiRhx5yMOxVlW4LWHZJiLa1cKiKs2SXLK30kXUGEwbt3NtpZ1f784mlsy537c8R3p85WjRmQ7g6GsjBYD5vzq6TgfNMgp0jh3hdKCmWrApGTNG25nD2UijlOKOsOg1BtEMjBw8FiBxIptKzHaxPgKKZo9cF/TJ12g1y9hQtHDyU8+gJlFrOP3sCdmp17MVLMHOeervYKqw1cExHrwthofO2aOGuoz45lIoqK+8Y+kWBPda4rxgSyxaw0sjFc4kq9nYDWnP2BV+rhIp1vNERxyr4QidUrP8/qk/S6o9a9v4AAAAASUVORK5CYII=");
    background-size: 30px, 30px;
  }
}
.rsts-skin-rounded .rsts-prev:hover, .rsts-skin-rounded .rsts-prev.active, .rsts-skin-rounded .rsts-next:hover, .rsts-skin-rounded .rsts-next.active, .rsts-skin-rounded .rsts-video-stop:hover, .rsts-skin-rounded .rsts-video-stop.active, .rsts-skin-rounded .rsts-nav-numbers a:hover, .rsts-skin-rounded .rsts-nav-numbers a.active, .rsts-skin-rounded .rsts-nav-tabs a:hover, .rsts-skin-rounded .rsts-nav-tabs a.active {

}
.rsts-skin-rounded.rsts-no-touch:hover .rsts-nav-numbers a.active, .rsts-skin-rounded.rsts-no-touch:hover .rsts-nav-tabs a.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.rsts-skin-rounded .rsts-next {
  right: 15px;
  top: 50%;
  margin-top: -17px;
  background: url("../../system/modules/rocksolid-slider/assets/img/rounded/rounded-spriteset.png") 30px 0px;
}

.rsts-skin-rounded .rsts-next:hover {
  right: 15px;
  top: 50%;
  margin-top: -17px;
  background: url("../../system/modules/rocksolid-slider/assets/img/rounded/rounded-spriteset.png") 30px 30px;
}


.rsts-skin-rounded .rsts-prev {
  left: 15px;
  top: 50%;
  margin-top: -17px;
  background: url("../../system/modules/rocksolid-slider/assets/img/rounded/rounded-spriteset.png") 0px 0px;
}

.rsts-skin-rounded .rsts-prev:hover {
  left: 15px;
  top: 50%;
  margin-top: -17px;
  background: url("../../system/modules/rocksolid-slider/assets/img/rounded/rounded-spriteset.png") 0px 30px;
}


.rsts-skin-rounded .rsts-nav {
  margin: 0 auto;
  line-height: 1;
  text-align: center;
}
.rsts-skin-rounded .rsts-nav ul {
  /* Forcing margin/padding, since '#content ul' is quite common */
  margin: 0 !important;
  padding: 0 !important;
}
.rsts-skin-rounded .rsts-nav li {
  display: inline;
}
.rsts-skin-rounded.rsts-video-playing .rsts-nav, .rsts-skin-rounded.rsts-video-playing .rsts-prev, .rsts-skin-rounded.rsts-video-playing .rsts-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.rsts-skin-rounded.rsts-video-playing .rsts-nav {
  bottom: 47px;
}
.rsts-skin-rounded.rsts-video-playing .rsts-prev, .rsts-skin-rounded.rsts-video-playing .rsts-next {
  bottom: 50px;
}
.rsts-skin-rounded.rsts-video-playing:hover .rsts-nav, .rsts-skin-rounded.rsts-video-playing:hover .rsts-prev, .rsts-skin-rounded.rsts-video-playing:hover .rsts-next {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.rsts-skin-rounded.rsts-touch.rsts-video-playing .rsts-prev, .rsts-skin-rounded.rsts-touch.rsts-video-playing .rsts-next, .rsts-skin-rounded.rsts-touch.rsts-video-playing .rsts-nav {
  display: none;
}
.rsts-skin-rounded.rsts-touch .rsts-nav-numbers, .rsts-skin-rounded.rsts-touch .rsts-nav-tabs {
  display: none;
}
.rsts-skin-rounded .rsts-nav-numbers a, .rsts-skin-rounded .rsts-nav-tabs a {
  position: static;
  display: inline-block;
  min-width: 20px;
  margin: 0 2px;
  padding-top: 15px;
  font-size: 0.75em;
  color: white;
  text-indent: 0;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
  background: #cccccc;
  background: rgba(255, 255, 255, 0.1);
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: -moz-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: -o-radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  background-image: radial-gradient(rgba(255, 255, 255, 0), rgba(208, 224, 229, 0.2) 60%);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.rsts-skin-rounded .rsts-nav-numbers a.active, .rsts-skin-rounded .rsts-nav-tabs a.active {
  color: white;
}
.rsts-skin-rounded .rsts-nav-tabs a {
  width: auto;
  padding: 15px 10px;
}
.rsts-skin-rounded.rsts-no-touch:hover .rsts-nav-numbers a, .rsts-skin-rounded.rsts-no-touch:hover .rsts-nav-tabs a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.rsts-skin-rounded .rsts-nav-bullets {
  line-height: 0;
}
.rsts-skin-rounded .rsts-nav-bullets a {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin: 12px 4px;
  border: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  text-align: left;
  text-indent: -999px;
  background-color: rgb(214, 234, 244);
	}
.rsts-skin-rounded .rsts-nav-bullets a:hover, .rsts-skin-rounded .rsts-nav-bullets a.active {
  background-color: #0871be;
}
.rsts-skin-rounded .rsts-nav .rsts-nav-prev, .rsts-skin-rounded .rsts-nav .rsts-nav-next {
  display: none;
}
.rsts-skin-rounded .rsts-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: -32px 0 0 -32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
  text-indent: -999px;
  text-decoration: none;
  background-image: url("data:image/png;base64,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");
  background-position: 50% 50%;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), inset 0 3px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.9);
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), inset 0 3px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2), inset 0 3px 0 -1px rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.3), inset 0 0 1px rgba(255, 255, 255, 0.9);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-rounded .rsts-video-play {
    background-image: url("data:"image/png";base64,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");
    background-size: 70px, 70px;
  }
}
.rsts-skin-rounded .rsts-video-play:hover, .rsts-skin-rounded .rsts-video-play:focus {
  background-color: #cccccc;
  background-color: rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.rsts-skin-rounded .rsts-video-play:active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.rsts-skin-rounded .rsts-video-stop {
  top: 20px;
  right: 20px;
  left: auto;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAADAFBMVEV2gIR5i5DV2txmdnvY3N3X29ze4eLc3+F8jZPd4eJldXp3gYVgcHZfbnS/xsm+xsl1lZ/DyModNj5ScnxUc3zW2tzW29xslaJ2lJ2JqbRfb3RnkZ53gIXR1td8jZJ/j5Te4uNicnfV2ttqen/Mz9J0foHV2drb3t9peX7DyMnIzM7d4eLJzM1ScXtmdnze4uKoytZLanSOwtG5wcS1u727w8YkPETGys3d3+HMz9Hd4eHIzM5oeH2Xvcl6jJFmdXt6i5Ffb3XEysy/x8p/oau7xMdtlaJne4JpfYN6maJ7maK/xMa4wMS+xslgcHVod3xIaHOfz91ymKWv1uKl0t+v1N97maKo0N2cydev095jd35keX+m0uCJqbR3lZ6q0+Gp0N2u0t6nydWz1+Kv1uO42+a83efJ4+vJ4+zM5OzK5OzH4utkeH5FZnAhOUJHZ3J4mqVhcXaBrbt8nqiTusZzk52GsL6Js8B+jpSey9mq0d2KqrWVxdRbeINMa3Ws0d1oe4J3l6GLtMGmydWav8qQr7h8mKKOrbeu1eK22uW22OK12eS63Oa93ei22uW93ejD4OnM5e3O5u3P5+7S6O/X6/FXdX+u0t6VvMiBoay02eS42ua73Oa/3ujP5u6jztux1eCy1eC53Oesztiz2OO32uW83ei73ejB3+nB3+m+3ejM5e3N5u3U6fDG4erN5e3M5eys1OGv1uK42+ay1+O22eW73Oe+3ee93efH4uvR5+7P5+283OfD3+nD4OrH4urJ4+vQ5u7Q5+273Oe52+a/3ujT6O/A3ujC3+nW6vDG4urU6O/R5+7E4OrQ5+7V6fDN5e3L5OzV6fDF4erI4uvK4+zS5+7T6O/8///6/f/4/P71+fv5/P31+vz9/v/0+Pnr7e7n6+3z+Pn6/f7t8PL09/jz9vf5/f7+///w9Pbn7O7r7/Dn6uvl6erv8/Ty9vfs8PL1+vvp7O3o7O37/f7v8vP5/f/3+/3y9/jw9PXy9vj0+Prz9/n2+vz////9//+gMwY6AAAA2HRSTlOLXfde/fn9/F79XYtfX7WtGdQdGRr3+RkeHl8ZjPxfX/1g/V75jff9Xvv+/P0ZXf0dGRWu1rUf9/z8/P1dG15fX2DWrRu2GTs7GhvUrbVgXhgWGxsXGxoZFhw6OhcdHxgZHB4dGh4fJicoKCY6GB8ZGl8YGxoZGRleFxoeFRsaGzsaGR0cHyAfGhweHB8fHSAjKSkpKzAaGxscHB0fICkYHB0eHxsdIB8hIiAoKS0kKCkZGh0bHR4gICUpKR8iIyUnKSkfHiEsISIvJSwqIykuKSgtJCYnKiscScMFAAAC8UlEQVR42l2TZVgUURSGx+7u7u7u7u7uLgQxURQJERQEpEEkXRWkY1lgl8UddmeY3Vlmdsru7qRhPbP7IOj35/5473nOufd8H+KXl5efHxen1QggX14niNJq4wz5+Xl5fghQg0ErCDyv1+vvguDgebhhMABHgGo1vrzem6JpziSaprz14gXgCFCBz4yluRw2gyDi4wkig83h6Fi4ABywwKsojlUypJcCBym8SEbJcokqXgAMxapEjmVIHEuXyVFULpNh0STDcrSK1xiQOEFHAVVgMmlkisTNzUMSKfVU4wzBJeoELaLhs2iWwdPRlOCAANdk1+RVazakoek4w9JZvBYReIojSDWaNty2+bHAsNVhU2Y7uES5X88muKs6ARH0UIyhEqf2Fs3qtz559pS/zSz7i1Eht6FcBdiHI7LTI8M7WLSoqFvLqp3V5PEVM+1dLovloTwCg8Xj8pTzJ5pWlN9r0NjSeqKx9NectRFXopkcSsQ5DOZ+6cyRGvXuPzTWadTWWPZjgk1QhBRjWBOG1rnBScdbNaz94HGBsaDs56Rl5y7cyFWT7B3ACSypzk1NOn30cJOaj8oLv38bt9TOcXvqf3jFyE4tkSeF5UVfO49duX5bam4MySboqld3bPO29Evx07497BzXmaur9R4ydNi7kg8fXxUZu/f627tq8qmDjCWfBvTp/frFy37dgiLQysk5ApfBu5dUvP88cIaldc/i52/GLIR3x3OABZ+DSjJGGr5l06Lfg6ctnzuif5dno+c7V/6aoD/AMtF7JU5bNy6e7i/+eddR86r+3LwxDE3baesAG9scFhi0wDkqBCPNGzPvW6FG9+zaAfvenZwaHl6170q3kJgnKk2ReKRJrkXeuokpmEMcBW4Br/lmmrgCi5HJ5HK5LAbDRa8lil4zOTWTovdlMAyZjYOySQacSlNmp0JGTD6n97MZSgKkNPs80+xzMUMagddnUbQ5JnBQoRACjZgiMWNijMSMgSBi/2TsDxWsbUA7p64bAAAAAElFTkSuQmCC");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-device-pixel-ratio: 4 / 3), only screen and (min-device-pixel-ratio: 1.3) {
  .rsts-skin-rounded .rsts-video-stop {
    background-image: url("data:"image/png";base64,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");
    background-size: 30px, 30px;
  }
}
.rsts-skin-rounded .rsts-video-youtube > .rsts-video-stop {
  top: 25px;
}
.rsts-skin-rounded .rsts-video-vimeo > .rsts-video-stop {
  top: 10px;
  right: auto;
  left: 10px;
}
.rsts-skin-rounded .rsts-video-ipad > .rsts-video-iframe {
  padding-top: 34px;
  background-color: black;
}
.rsts-skin-rounded .rsts-video-ipad > .rsts-video-stop {
  top: 1px;
  right: 1px;
  left: auto;
}
.rsts-skin-rounded .rsts-progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #51a5c0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.rsts-skin-rounded .rsts-progress div {
  height: 100%;
  background-color: white;
}
.rsts-skin-rounded .rsts-progress.rsts-progress-active {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 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; }

/* MediaElement.js 2.13.1, (c) 2010-2013 John Dyer <http://j.hn>, MIT license */
.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden !important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("../../assets/jquery/mediaelement/2.13.1/images/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("../../assets/jquery/mediaelement/2.13.1/images/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("../../assets/jquery/mediaelement/2.13.1/images/background.png");background:rgba(0,0,0,0.9);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.9)),to(rgba(0,0,0,0.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-moz-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-o-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:-ms-linear-gradient(top,rgba(50,50,50,0.9),rgba(0,0,0,0.9));background:linear-gradient(rgba(50,50,50,0.9),rgba(0,0,0,0.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:transparent url("../../assets/jquery/mediaelement/2.13.1/images/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("../../assets/jquery/mediaelement/2.13.1/images/background.png");background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:transparent url("../../assets/jquery/mediaelement/2.13.1/images/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url("../../assets/jquery/mediaelement/2.13.1/images/controls.png")}.mejs-controls .mejs-button button:focus{outline:solid 1px yellow}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:8px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time span{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{from{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(44,124,145,0.8)),to(rgba(78,183,212,0.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-moz-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-o-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:-ms-linear-gradient(top,rgba(44,124,145,0.8),rgba(78,183,212,0.8));background:linear-gradient(rgba(44,124,145,0.8),rgba(78,183,212,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("../../assets/jquery/mediaelement/2.13.1/images/background.png");background:rgba(50,50,50,0.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,0.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,0.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls div.mejs-horizontal-volume-slider{height:26px;width:60px;position:relative}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(30,30,30,0.8)),to(rgba(60,60,60,0.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-moz-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-o-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:-ms-linear-gradient(top,rgba(30,30,30,0.8),rgba(60,60,60,0.8));background:linear-gradient(rgba(30,30,30,0.8),rgba(60,60,60,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,0.8);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(255,255,255,0.9)),to(rgba(200,200,200,0.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-moz-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-o-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:-ms-linear-gradient(top,rgba(255,255,255,0.9),rgba(200,200,200,0.8));background:linear-gradient(rgba(255,255,255,0.9),rgba(200,200,200,0.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.13.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(50,50,50,0.7)),to(rgba(0,0,0,0.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-moz-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-o-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:-ms-linear-gradient(top,rgba(50,50,50,0.7),rgba(0,0,0,0.7));background:linear-gradient(rgba(50,50,50,0.7),rgba(0,0,0,0.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:0}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,0.7);background:-webkit-gradient(linear,0 0,0 100%,from(rgba(102,102,102,0.7)),to(rgba(50,50,50,0.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-moz-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-o-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:-ms-linear-gradient(top,rgba(102,102,102,0.7),rgba(50,50,50,0.6));background:linear-gradient(rgba(102,102,102,0.7),rgba(50,50,50,0.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:bold;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:22px;font-size:12px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:normal}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:45px}.mejs-captions-text{padding:3px 5px;background:url("../../assets/jquery/mediaelement/2.13.1/images/background.png");background:rgba(20,20,20,0.8)}.me-cannotplay a{color:#fff;font-weight:bold}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.13.1/images/background.png");background:rgba(50,50,50,0.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none !important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none !important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url(background.png);background:rgba(50,50,50,0.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url(background.png);background:rgba(50,50,50,0.7);color:#fff;padding:4px;z-index:100;cursor:pointer}
/* 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;
  }
}

