/*DL, DT, DD TAGS LIST DATA*/
dl {
    margin-bottom:0;
}

dl dt {
    float:left;
    margin-right:10px;
    padding:0 5px 0 0;
    width:200px;
    font-weight: 300;
    color: #004480;
}

dl dd {
    margin:2px 0;
    padding:0 0;
    font-weight: 300;
}

dd {
  padding-left: 215px!important;
}

/* Button link effect */
/* Effect 21: borders slight translate */
a.ho-ul {
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  text-shadow: 0 0 1px rgba(255,255,255,0.3);
  font-size: 16px;
  padding: 10px;
  color: #004481;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;

  border: 0!important;
  padding: 0!important;
  margin-top: 16px;
}

a.ho-ul::before,
a.ho-ul::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);

  display: none;
}

a.ho-ul::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

a.ho-ul::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

a.ho-ul:hover,
a.ho-ul:focus {
  text-decoration: none;
}

a.ho-ul:hover::before,
a.ho-ul:focus::before,
a.ho-ul:hover::after,
a.ho-ul:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/* // Button link effect */

/*
============================================================================================
PAGE SLIDER
============================================================================================
*/

#slider .hl {
  margin: 0 0 4px 0;
  font-size: 16px;
  line-height: 1.2em;
  color: #E10004;
  font-weight: 400 !important;
}

#slider .sl {
  margin: 0 0 10px 0;
  font-size: 18px;
  line-height: 1.2em;
  color: #004480;
  font-weight: bold;
}

#slider .desc {
  color: #000!important;
}

#slider .link-wrapper {
  margin-top: 20px;
}

#slider .tp-caption img {
  margin-right: 24px;
  margin-top: 14px;
}

/*
============================================================================================
PAGE TEASER
============================================================================================
*/

.page-teaser .hl {
  font-weight: 300;
  color: #fff;
}

.page-teaser .size-l {
  font-weight: 300;
  color: #fff;
}

/* Teaser Cover */
.teaser-cover {
  position: relative;
  width: 100%;
  height: 230px;
  z-index: 20;
  background-size: cover;
  background-position: 50% bottom;
  background-repeat: no-repeat;
}

.teaser-cover.t-large {
  height: 530px;
}

.teaser-cover.t-medium {
  height: 350px;
}

.teaser-cover .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 5;
    left: 50%;
    color: #074881;
}

.teaser-cover .hl {
  font-weight: 300;
  font-size: 40px;
}

.teaser-cover .sl {
  font-weight: 400;
  font-size: 30px;
}

.teaser-cover .claim {
    position: absolute;
    padding-right: 300px;
    bottom: 33px;
    right: 0;
    color: rgba(255,255,255,0.7);
    font-size: 22px;
    font-weight: 300;
}

.teaser-cover .claim .line {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 290px;
    border-bottom: 2px solid #e22b2f;
}

/* Teaser Product */

#product-teaser {
  min-height: 580px;

  /*background-image: url(/application/files/6014/5519/9257/bg-top.jpg);*/
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  background-color: #fff;
}

#product-teaser h1 {
  margin-top: 0;;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  color: #074883;
}

#product-teaser h2 {
  color: #fff;
  font-weight: 300;
  font-size: 26px;
  line-height: 30px;
}

#product-teaser {
  min-height: 580px;
}

#product-teaser .Produkt__Titel {
  margin-top: 200px;
}
@media (max-width: 992px) {
  #product-teaser .Produkt__Titel {
    margin-top: 175px;
  }
}

#product-teaser .Produkt__Beschreibung p ~ p {
  margin-left: 20px;
  margin-bottom: 4px;
}

#product-teaser .Produkt__Bild img {
  max-height: 300px;
  width: auto;
}
@media (max-width: 768px) {
  #product-teaser .Produkt__Bild img {
    height: auto;
    width: 100%;
    display: block;
    max-height: none;
  }
}

#product-teaser .Produkt__Schema img {
  max-height: 300px;
  margin-top: 18%;
  width: auto;
}
@media (max-width: 768px) {
  #product-teaser .Produkt__Schema img {
    height: auto;
    margin-top: 0;
    width: 100%;
    margin-bottom: 50px;
    display: block;
    max-height: none;
  }
}
#technical-data4 h4 {
  font-size: 18px;
  font-weight: 500;
  color: #707473;
}

#technical-data {
  /*
  min-height: 550px;

  background-image: url(/application/files/3114/5519/9256/bg-down.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  */
 background-color: #ffffff;
}

#technical-data .row {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#technical-data .row .row-shadow {
  display: none;
}
#technical-data .row.is-hidden {
  cursor: pointer;
  position: relative;
}
#technical-data .row.is-hidden .row-shadow {
  display: block;
  position: absolute;
  content: '';
  height: 90px;
  bottom: 0px;
  left: 15px;
  right: 15px;
  display: block;
  transition: all .2s ease-out;
  border-bottom: 25px solid #fff;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 100%);
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}
#technical-data .row.is-hidden .row-shadow span {
  position: absolute;
  left: 50%;
  bottom: -25px;
  transform: translateX(-50%);
}
#technical-data .row.is-hidden .row-shadow span:after {
  content: 'mehr anzeigen';
}
:lang(en) #technical-data .row.is-hidden .row-shadow span:after {
  content: 'show more';
}
#technical-data .row.is-hidden .row-shadow:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #6590BB;
  bottom: 0;
  left: 0;
  right: 0;
}
#technical-data .row.is-hidden .row-shadow:before {
  content: '';
  position: absolute;
  border: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #6590BB;
  width: 0;
  height: 0;
  bottom: -5px;
  left: 50%;
  margin-left: -2px;
  z-index: 10;
}
#technical-data .elem {
  margin-bottom: 40px;
}
#technical-data .elem h4 {
  position: relative;
  margin-bottom: 20px;
}
#technical-data .elem h4:after {
  position: absolute;
  content: '';
  width: 35px;
  border-top: 1px solid #e22c30;
  left: 0;
  bottom: -5px;
}
/* crossExpandMenu - Home */
.col-xs-12.home_category{
  text-align: center;
}
#crossExpandMenu .box {
    float: none;
    width: 33%;
    padding: 0 10px;
    margin-bottom: 20px;
    display: inline-block;
    /* padding-right: 4px; */

}

#crossExpandMenu .box:last-child {
  padding-right: 0;
}
#crossExpandMenu .box img{width: auto;height: 160px; margin: 0 auto;}
#crossExpandMenu .inline {
  /*height: 200px;*/
  background-color: #eeeeec;
  border-bottom: 2px solid #074883;
  width: 100%;
  float: left;
  text-align: left;
}

#crossExpandMenu a {
  display: block;
}

#crossExpandMenu p {
  margin: 0;
}

#crossExpandMenu header {
  position: relative;
  height: 50px;
  background-color: #f7f7f6;
}

#crossExpandMenu header .expand {
  width: 100%;
  z-index: 500;
  transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    overflow:hidden;
    margin-bottom: -50px;
}

#crossExpandMenu header .menu {
  display: none;
  position: relative;
  z-index: 999;
  margin-bottom: -4px;
  padding: 0 10px;
  background-color: #eeeeec;
  transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
}

#crossExpandMenu .box a.hl {
  padding: 0 10px 0 10px;
  position: relative;
  margin: 0;
  height: 50px;
  border-bottom: 1px solid #e6e6e4;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#crossExpandMenu a.hl i {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  font-size: 22px;
}

#crossExpandMenu .box:hover .expand {
  position: absolute;
  left: 0;
  bottom: 0px;
  outline: 1px solid #ffffff;
  background-color: #eeeeec;
  margin-bottom: 0;
  opacity: 1;
}

#crossExpandMenu .box:hover header {
  background-color: #eeeeec;
}

#crossExpandMenu .box:hover .menu {
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

#crossExpandMenu .menu ul,
#crossExpandMenu .menu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#crossExpandMenu .menu ul li a {
  position: relative;
  padding: 4px 0;
  color: #9d9d9d;
  font-size: 14px;
}

#crossExpandMenu a:hover, #crossExpandMenu .menu ul li a:hover {
  color: #004480;
  text-decoration: none;
}

#crossExpandMenu .menu ul li a i {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 14px;
}

#crossExpandMenu .box:hover .inline {
  background-color: #eeeeec;
}

#crossExpandMenu .box:hover header,
#crossExpandMenu .box:hover a.hl {
  border-bottom: 1px solid #ffffff;
}

#crossExpandMenu a.hl span {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

#crossExpandMenu a.body {
  padding: 0 0;
  text-align: center;
}

/* // crossExpandMenu - Home */

/* newsTeaser - Home */

#newsTeaser {
  clear: both;
  display: block;
  margin: 40px 0;
}

#newsTeaser .box {
  position: relative;
  padding: 0 0;
  width: auto;
  float: left;
}

#newsTeaser .box {
  float: left;
  width: auto;
  padding-right: 4px;
}

#newsTeaser .box:last-child {
  padding-right: 0;
}

#newsTeaser .box img {
  width: 100%;
  height: 232px;
  width: 285px;
}

#newsTeaser header a {
  display:table-cell;
  height: 75px;
  vertical-align:top;
  color: #084984;
  font-size: 18px;
  font-weight: 500;
  max-width: 260px;
}

#newsTeaser header a:hover {
  text-decoration: none;
}

#newsTeaser figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: auto;
  height: auto;
  text-align: center;
  cursor: pointer;
  max-width: 100%;
}

#newsTeaser figure img {
  position: relative;
  display: block;
  min-height: inherit;
  max-width: 100%;
  opacity: 0.8;
}

#newsTeaser figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#newsTeaser figure figcaption::before,
#newsTeaser figure figcaption::after {
  pointer-events: none;
}

#newsTeaser figure {
  background: #fff;
}

#newsTeaser figure figcaption,
#newsTeaser figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: inherit;
}

#newsTeaser figure figcaption > a {
  text-indent: -9999px;
}

#newsTeaser figure img {
  max-width: none;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#newsTeaser figure figcaption {
  text-align: left;
}

#newsTeaser figure p {
  display: inline-block;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255,255,255,1);
  color: #2f3238;
  text-transform: none;
  font-weight: 500;
  font-size:70%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-360px,0,0);
  transform: translate3d(-360px,0,0);
  border: 1px solid rgba(0,0,0,.1);
}

#newsTeaser figure p:first-child {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

#newsTeaser figure p:nth-of-type(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#newsTeaser figure p:nth-of-type(3) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

#newsTeaser .box:hover figure p:first-child {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#newsTeaser .box:hover figure p:nth-of-type(2) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

#newsTeaser .box:hover figure p:nth-of-type(3) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

#newsTeaser .box:hover figure img {
  opacity: 0.5;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

#newsTeaser .box:hover figure p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

#newsTeaser .box figcaption {
  transition: all .7s;
}

/* // newsTeaser - Home */

/* TIMELINE */

#timeline {
  list-style: none;
  position: relative;
}
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #004480;
  left: 50%;
  margin-left: -1.5px;
}
#timeline .clearFix {
  clear: both;
  height: 0;
}
#timeline .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -25px;
  background-color: #004480;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
#timeline .timeline-badge span.timeline-balloon-date-day {
  display: inline-block;
  padding-top: 13px;
  font-size: 1.0em;
}

#timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  color: #004480;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}
#timeline .timeline-badge.timeline-filter-movement a span {
  color: #004480;
  font-size: 1.3em;
  top: -1px;
}
#timeline .timeline-badge.timeline-future-movement {
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -18px;
}
#timeline .timeline-badge.timeline-future-movement a span {
  color: #004480;
  font-size: .9em;
  top: 2px;
  left: 1px;
}
#timeline .timeline-movement {
  border-bottom: dashed 1px #004480;
  position: relative;
}
#timeline .timeline-movement.timeline-movement-top {
  background-color: #ffffff;
  height: 60px;
}
#timeline .timeline-movement .timeline-item {
  padding: 20px 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #FFFFFF;

  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
  text-align: right;
}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {

}
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {

  font-size: 1.3em;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {

  font-size: 1.3em;
}
/* // TIMELINE */

/* GROUP BOX */

.group-overview {
  margin-top: 30px;
  margin-bottom: 70px;
}

.group-overview .box {
  margin-bottom: 15px;
}

.group-overview .box a {
  display: block;
  padding: 5px;
  background-color: #F9F9F9;
  line-height: 1.1em;
  font-size: 14px;
  color: #000;
  font-weight: 400;

  box-shadow: none;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
}

.group-overview .box:hover a {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent;
    background-color: #BBCFE4;
}

.group-overview .box .content {
  padding-top: 15px;
  padding-left: 10px;
  float: left;
  width: 70%;
}

.group-overview .box .img {
  float: left;
  width: 30%;
  background-color: #fff;
}

.group-overview .box a .hl {
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
  color: #074883;
}

/*
.group-overview {
  margin-top: 15px;
  margin-bottom: 35px;
}

.group-overview .row {
  margin-left: -10px;
  margin-right: -10px;
}

.group-overview [class*="-4"] {
    padding-left: 10px;
    padding-right: 10px;
}

.group-overview .box {
  margin-bottom: 15px;
}

.group-overview .box .in {
  padding: 10px;
  background-color: #fff;
}

.group-overview .in {
  box-shadow: none;
  border-radius: 1px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
  border: 1px solid #d6d6d6;
}

.group-overview .box:hover .in {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.07);
    border-color: transparent;
}

.group-overview .box .img {
  text-align: center;
    overflow: hidden;
}


.group-overview .box footer {
  padding: 30px;
  background-color: #B1CBE4;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateZ(0);
}

.group-overview .box:hover footer {
  background-color: rgb(219, 231, 243);
  color: #e22c30;
}

.group-overview .hl {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}

.group-overview a {
  text-decoration: none;
}
*/

/* // GROUP BOX */

/* SIDEBAR */

ul.sidebar.nav {
  margin-bottom: 40px;
}

ul.sidebar.nav ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

ul.sidebar.nav li {
    position: relative;
    display: block;
}

ul.sidebar.nav li a {
    position: relative;
    display: block;
    border-bottom: 1px solid #ececea;
}

ul.sidebar.nav>li>a {
    padding: 10px 15px;

}

ul.sidebar.nav>li>ul>li>a {
    background-color: transparent;
    padding: 10px 15px 10px 28px;
}

ul.sidebar.nav>li>ul>li>ul>li>a {
    background-color: transparent;
    padding: 10px 15px 10px 35px;
}

ul.sidebar li a {
  font-size: 14px;
}

/*
ul.sidebar.nav li a i {
  position: absolute;
  top: 13px;
  right: 10px;
}
*/

ul.sidebar.nav>li>a i {
  display: none;
}

ul.sidebar.nav>li.selected>a i,
ul.sidebar.nav li.active>a i  {
  display: inline-block;
  color: #e22c30 !important;
}

ul.sidebar.nav li a i {
  margin-right: 5px;
}

ul.sidebar.nav>li.active>a,
ul.sidebar.nav>li>ul>li.active>a,
ul.sidebar.nav>li>ul>li>ul>li.active>a,

ul.sidebar.nav>li>a:hover,
ul.sidebar.nav>li>ul>li>a:hover,
ul.sidebar.nav>li>ul>li>ul>li>a:hover,

ul.sidebar.nav>li.selected>a,
ul.sidebar.nav>li>ul>li.selected>a,
ul.sidebar.nav>li>ul>li>ul>li.selected>a {
    background-color: #F9F9F9 !important;
    font-weight: 500;
}


/* // SIDEBAR */

#data-container {
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

/* BEGIN sticky table styles */
.sticky-table-container .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
.sticky-table-shadow {
  position: relative;
  margin-top: 50px;
}
.sticky-table-shadow:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  -webkit-box-shadow:inset -50px 0 30px -47px rgba(0,0,0,.3);
  box-shadow:inset -50px 0 30px -47px rgba(0,0,0,.3);
  width: 50px;
  transition: all .2s ease-out;
}
.sticky-table-shadow:hover:after {
  -webkit-box-shadow:inset -50px 0 30px -46px rgba(0,0,0,.4);
  box-shadow:inset -50px 0 30px -46px rgba(0,0,0,.4);
}
/* Component styles */
.sticky-table-container .component {
  line-height: 1.5em;
  margin: 0 auto;
  padding: 2em 0 3em;
  width: 90%;
  max-width: 1000px;
  overflow: hidden;
}
.sticky-table-container .component .filler {
  font-family: "Blokk", Arial, sans-serif;
  color: #d3d3d3;
}
.sticky-table-container table {
    border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    background: #fff;
    font-size: 16px;
}
.sticky-table-container td,
.sticky-table-container th {
    padding: 0.75em 1.5em;
    text-align: left;
}
@media screen and (max-width: 1024px) {
  .sticky-table-container td,
  .sticky-table-container th {
      padding: 0.5em;
      font-size: 14px;
  }
}
.sticky-table-container td.err {
  background-color: #e992b9;
  color: #fff;
  font-size: 0.75em;
  text-align: center;
  line-height: 1;
}
.sticky-table-container th {
    background-color: #6590BB;
    font-weight: 400;
    color: #fff;
    white-space: nowrap;
}
.sticky-table-container tbody th {
  background-color: #074881;
}
.sticky-table-container tbody tr:nth-child(2n-1) {
    background-color: #F9F9F7;
    transition: all .3s ease-in-out;
}
.sticky-table-container tbody tr:hover {
    background-color: rgba(101, 144, 187, .1);
}
.sticky-table-container tbody tr td:hover {
    background-color: rgba(101, 144, 187, .05);
}

/* controls */
.sticky-table-container .sticky-table-left,
.sticky-table-container .sticky-table-right {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 12px;
  cursor: pointer;
  transition: all .2s ease-out;
}
.sticky-table-container .sticky-table-left:hover ,
.sticky-table-container .sticky-table-right:hover  {
  opacity: .7;
}
.sticky-table-container .sticky-table-right {
  left: auto;
  right: 0;
  background: #6590BB url('../images/right_arrow.png') no-repeat 50%;
}
.sticky-table-container .sticky-table-left{
  background: #6590BB url('../images/left_arrow.png') no-repeat 50%;
}
/* For appearance */
.sticky-table-container .sticky-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: 100%;
}
.sticky-table-container .sticky-wrap .sticky-thead,
.sticky-table-container .sticky-wrap .sticky-col,
.sticky-table-container .sticky-wrap .sticky-intersect {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .125s ease-in-out;
  z-index: 50;
  width: auto; /* Prevent table from stretching to full size */
}
.sticky-table-container .sticky-wrap .sticky-thead {
  box-shadow: 0 0.25em 0.1em -0.1em rgba(0,0,0,.125);
  z-index: 100;
  width: 100%; /* Force stretch */
  margin-top: 53px;
}
@media (max-width: 992px) {
  .sticky-table-container .sticky-wrap .sticky-thead {
    margin-top: 50px;
  }
}
.sticky-table-container .sticky-wrap .sticky-intersect {
  opacity: 1;
  z-index: 150;
}
.sticky-table-container .sticky-wrap .sticky-intersect th {

}
.sticky-table-container .sticky-wrap td,
.sticky-table-container .sticky-wrap th {
  box-sizing: border-box;
}

/* Not needed for sticky header/column functionality */
.sticky-table-container td.user-name {
  text-transform: capitalize;
}
.sticky-table-container .sticky-wrap.overflow-y {
  overflow-y: auto;
  max-height: 450px;
}

/* END sticky table styles */


.section-downloads ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-downloads ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.section-downloads .section-title, .section-downloads .group-title {
    color: #707473;
    text-transform: uppercase;
}

.section-downloads .download-list {
    margin-bottom: 40px;
    font-size: 12px;
}

.section-downloads .download-list li {
    margin-bottom: 18px;
}

.section-downloads .download-list li .name {
    color: #074883;
    font-size: 15px;
}

.section-downloads .download-list li .date {
    color: #707473;
}

.section-downloads .download-list li .btn-download,
.btn-download {
    /*padding: 2px 8px;
    border: 1px solid #707473;
    background: #f7f8f9;
    color: #a6acaa;*/
    text-transform: uppercase;
    background: url('../images/pdf_icon_small.png');
    height: 37px;
    width: 35px;
    display: inline-block;
    text-indent: -99999px;
}

/* Formify styles for contact pages. */
.formify-form {
  max-width: 100% !important;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: 40px;
}
.formify-form input[type="text"],
.formify-form input[type="email"],
.formify-form input[type="tel"],
.formify-form input[type="number"],
.formify-form input[type="search"],
.formify-form input[type="url"],
.formify-form input[type="password"],
.formify-form .formify-select select,
.formify-form textarea {
  width: 100% !important;
}
.formify-form select {
  font-size: 14px;
  max-height: 36px;
}

.formify-form .formify-section {
}
.formify-form .formify-field-container {
  float: left;
  padding: 0 15px;
  margin: 0 !important;
  width: 100%;
}
.formify-form .formify-25 {
  width: 25%;
}
.formify-form .formify-50 {
  width: 50%;
}
.formify-form .formify-75 {
  width: 75%;
}
.formify-form .formify-empty {
  height: 74px;
}
.formify-form .formify-spacer {
  height: 37px;
}
.formify-form input[type="submit"],
.formify-form input[type="submit"]:hover {
  background-color: #074881 !important;
}
@media (max-width: 768px) {
  .formify-form .formify-field-container {
    width: 100%;
  }
  .formify-form .formify-empty,
  .formify-form .formify-spacer {
    height: 20px;
  }
}
.contact-table table td:first-child {
  padding-right: 8px;
}
