.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.tabControl {
  margin-bottom: 20px;
}
.tabControl-head span {
  display: block;
  float: left;
  line-height: 30px;
  height: 30px;
  margin-left: 30px;
  font-size: 16px;
  background-image: url(images/tab-below.png);
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -o-background-size: 100% 30px;
  background-size: 100% 30px;
  background-repeat: no-repeat;
}
.tabControl-head span a {
  display: block;
  color: #222222;
  text-decoration: none;
  margin: 0px -10px;
  padding: 0px 10px;
  position: relative;
}
.tabControl-head span a:hover {
  text-decoration: underline;
}
.tabControl-head span.first {
  margin-left: 0px;
  background-image: url(images/tab-below-first.png);
}
.tabControl-head span.last {
  background-image: url(images/tab-below-last.png);
}
.tabControl-head span.active {
  font-weight: bold;
  background-image: url(images/tab-above.png);
}
.tabControl-head span.active.first {
  background-image: url(images/tab-above-first.png);
}
.tabControl-head span.active.last {
  background-image: url(images/tab-above-last.png);
}
.tabControl-head span.first.last {
  background-image: none;
}
/*
.tabControl-head span + span:before { content: ""; display: block; float: left; width: 30px; height: 30px; margin-left: -30px; background-image: url(../images/tabControl/tab-below.png); .background-size(100% 30px); background-repeat: no-repeat; }
.tabControl-head span + span.active:before { content: ""; display: block; float: left; width: 30px; height: 30px; margin-left: -30px; background-image: url(../images/tabControl/tab-rise.png); .background-size(100% 30px); background-repeat: no-repeat; }
.tabControl-head span.active + span:before { content: ""; display: block; float: left; width: 30px; height: 30px; margin-left: -30px; background-image: url(../images/tabControl/tab-fall.png); .background-size(100% 30px); background-repeat: no-repeat; }
*/

.tabControl-head span + span i {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  background-image: url(images/tab-below.png);
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -o-background-size: 100% 30px;
  background-size: 100% 30px;
  background-repeat: no-repeat;
}
.tabControl-head span + span.active i {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  background-image: url(images/tab-rise.png);
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -o-background-size: 100% 30px;
  background-size: 100% 30px;
  background-repeat: no-repeat;
}
.tabControl-head span.active + span i {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  margin-left: -30px;
  background-image: url(images/tab-fall.png);
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -o-background-size: 100% 30px;
  background-size: 100% 30px;
  background-repeat: no-repeat;
}
.tabControl-panel {
  padding-top: 10px;
  display: none;
}
.tabControl-panel-activeDesktop {
  display: block;
}
.tabControl-heading {
  display: none;
}
@media (max-width: 599px) {
  .tabControl-panel-activeDesktop {
    display: none;
  }
  .tabControl-panel-activeMobile {
    display: block;
  }
  .tabControl-head {
    display: none !important;
  }
  .tabControl-panelArea {
    background: url(images/shadow-above.png) no-repeat;
    background-position: 50% bottom;
    -webkit-background-size: 100% 15px;
    -moz-background-size: 100% 15px;
    -o-background-size: 100% 15px;
    background-size: 100% 15px;
  }
  .tabControl-panelArea-end {
    clear: both;
    display: table;
  }
  .tabControl-panelArea-last {
    background: none;
  }
  .tabControl-panelArea-last .tabControl-panelArea-end {
    display: block;
  }
  .tabControl-heading {
    display: block !important;
  }
  .tabControl-heading a {
    display: block;
    font-size: 23px;
    color: #222222;
    font-weight: normal;
    line-height: 50px;
    text-decoration: none;
    background: url(images/mobile-expand.png) right center no-repeat;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    -o-background-size: 50px 50px;
    background-size: 50px 50px;
  }
  .tabControl-heading-active a {
    background-image: url(images/mobile-collapse.png);
  }
}
@media print {
  .tabControl-panel {
    display: block !important;
    padding: 0px;
  }
  .tabControl-head {
    display: none !important;
  }
  .tabControl-panelArea-end {
    clear: both;
    display: table;
    height: 40px;
  }
  .tabControl-panelArea-last {
    background: none;
  }
  .tabControl-panelArea-last .tabControl-panelArea-end {
    display: block;
  }
  .tabControl-heading {
    display: block !important;
  }
  .tabControl-heading a {
    display: block;
    font-size: 23px;
    color: #222222;
    line-height: 115%;
    text-decoration: none;
    margin-bottom: 20px;
  }
}
