html,
body {
  width: 100%;
  height: 100%;
  background: white;
  min-width: 250px;
}
body {
  background-color: #fafafa;
  color: #333;
  font-family: 'Parachute';
  font-weight: 300;
}
* {
  box-sizing: border-box;
}
::-ms-clear {
  display: none;
  /* Clean IE10+ actions in input fields */
}
body,
html,
div,
blockquote,
img,
label,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
ul,
ol,
li,
dl,
dt,
dd,
form,
a,
fieldset,
input,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
button,
a {
  outline: none;
}
button:focus,
a:focus,
button:active,
a:active,
button:hover,
a:hover {
  outline: none;
}
.page-wrapper {
  height: 100%;
}
.btn-disabled {
  cursor: not-allowed !important;
}
.checkbox {
  display: inline-block;
  height: 20px;
  width: 20px;
}
.checkbox-empty {
  border: 1px solid #c2c2c2;
}
.checkbox-checked {
  background: url('../../images/checkboxChecked2x.png') no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  border-radius: 2px;
}
.icon-edit {
  display: inline-block;
  background: url('../../images/iconEdit.png') no-repeat 50% 50%;
}
.icon-search {
  display: inline-block;
  background: url('../../images/iconSearch.png') no-repeat 50% 50%;
}
.icon-delete {
  display: inline-block;
  background: url('../../images/iconDelete.png') no-repeat 50% 50%;
}
.icon-delete-green {
  display: inline-block;
  background: url('../../images/iconDeleteGreen.png') no-repeat 50% 50%;
}
.icon-arrow-left {
  display: inline-block;
  background: url('../../images/arrowLeft.png') no-repeat 50% 50%;
}
.icon-arrow-right {
  display: inline-block;
  background: url('../../images/arrowRight.png') no-repeat 50% 50%;
}
.icon-expand {
  display: inline-block;
  background: url('../../images/expand2x.png') no-repeat 50% 50%;
}
.icon-collapse {
  display: inline-block;
  background: url('../../images/collapse2x.png') no-repeat 50% 50%;
}
.icon-play-green {
  display: inline-block;
  background: url('../../images/playGreen2x.png') no-repeat 50% 50%;
}
.icon-play-gray {
  display: inline-block;
  background: url('../../images/playGray2x.png') no-repeat 50% 50%;
}
.icon-cancel-match {
  display: inline-block;
  background: url('../../images/crossUpload.png') no-repeat 50% 50%;
}
.icon-play-audio-green {
  display: inline-block;
  background: url('../../images/iconPlayGreen2x.png') no-repeat 50% 50%;
}
.icon-play-audio-gray {
  display: inline-block;
  background: url('../../images/iconPlayGray2x.png') no-repeat 50% 50%;
}
.icon-pause-green {
  display: inline-block;
  background: url('../../images/iconPauseGreen2x.png') no-repeat 50% 50%;
}
.icon-pause-gray {
  display: inline-block;
  background: url('../../images/iconPauseGray2x.png') no-repeat 50% 50%;
}
.icon-next {
  display: inline-block;
  background: url('../../images/iconNext2x.png') no-repeat 50% 50%;
}
.icon-previous {
  display: inline-block;
  background: url('../../images/iconPrevious2x.png') no-repeat 50% 50%;
}
.icon-sort-down {
  display: inline-block;
  background: url('../../images/sortDown.png') no-repeat 50% 50%;
}
@font-face {
  font-family: 'Parachute';
  src: url('../../fonts/ParachutePFDinTextProLight.eot');
  src: url('../../fonts/ParachutePFDinTextProLight.eot') format('embedded-opentype'), url('../../fonts/ParachutePFDinTextProLight.otf'), url('../../fonts/ParachutePFDinTextProLight.woff2') format('woff2'), url('../../fonts/ParachutePFDinTextProLight.woff') format('woff'), url('../../fonts/ParachutePFDinTextProLight.ttf') format('truetype'), url('../../fonts/ParachutePFDinTextProLight.svg#ParachutePFDinTextProLight') format('svg');
  font-weight: 400;
}
@font-face {
  font-family: 'Parachute';
  src: url('../../fonts/ParachutePFDinTextProMedium.eot');
  src: url('../../fonts/ParachutePFDinTextProMedium.eot') format('embedded-opentype'), url('../../fonts/ParachutePFDinTextProMedium.otf'), url('../../fonts/ParachutePFDinTextProMedium.woff2') format('woff2'), url('../../fonts/ParachutePFDinTextProMedium.woff') format('woff'), url('../../fonts/ParachutePFDinTextProMedium.ttf') format('truetype'), url('../../fonts/ParachutePFDinTextProMedium.svg#ParachutePFDinTextProMedium') format('svg');
  font-weight: 500;
}
@font-face {
  font-family: 'Parachute';
  src: url('../../fonts/ParachutePFDinTextProBold.eot');
  src: url('../../fonts/ParachutePFDinTextProBold.eot') format('embedded-opentype'), url('../../fonts/ParachutePFDinTextProBold.otf'), url('../../fonts/ParachutePFDinTextProBold.woff2') format('woff2'), url('../../fonts/ParachutePFDinTextProBold.woff') format('woff'), url('../../fonts/ParachutePFDinTextProBold.ttf') format('truetype'), url('../../fonts/ParachutePFDinTextProBold.svg#ParachutePFDinTextProBold') format('svg');
  font-weight: 700;
}
.tx-green {
  color: #97bf0d !important;
}
.btn {
  border: 1px solid inherit;
  border-radius: 0;
  box-shadow: none;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}
.btn-green {
  background: #97bf0d;
  border-color: #97bf0d;
  color: #fff;
}
.btn-green:hover,
.btn-green:focus {
  background: #749a0f;
  border-color: #749a0f;
  color: #fff;
}
.btn-gray {
  background: #4b4b4d;
  border-color: #4b4b4d;
  color: #fff;
}
.btn-gray:hover,
.btn-gray:focus {
  background: #333;
  border-color: #333;
  color: #fff;
}
.btn-opac {
  background: none;
  border: 1px solid transparent;
  color: #4B4B4D;
}
.btn-opac:hover,
.btn-opac:focus {
  background: none;
  border: 1px solid #97bf0d;
}
.btn-group-md > .btn,
.btn-md {
  font-size: 18px;
  letter-spacing: 1.4px;
  padding: 10px 14px;
}
.btn-group-lg > .btn,
.btn-lg {
  letter-spacing: 2px;
  padding: 16px;
}
.alert {
  border: 0;
  border-radius: 0;
  padding: 6px 15px;
}
.small-header {
  font-weight: 300;
  position: relative;
}
.small-header .logo-container {
  position: absolute;
  left: 50px;
  top: 28px;
  z-index: 10;
  display: inline-block;
}
.small-header .logo-container .logo {
  background: url(../../images/logo.svg) 0 50% no-repeat;
  background-size: contain;
  width: 98px;
  height: 73px;
}
.small-header .header-caption {
  padding-top: 75px;
  text-align: center;
}
.small-header .header-caption h2 {
  color: #30302e;
  font-size: 32px;
  font-weight: 300;
}
.small-header .header-caption h2.tx-grey {
  color: #7f7f7f;
}
.small-header .header-caption .step-counter {
  color: #5f5f5e;
  font-size: 14px;
  padding: 15px 0;
}
/* Medium devices (tablets, 991px and down) */
@media (max-width: 991px) {
  .small-header .logo-container {
    left: 40px;
  }
  .small-header .header-caption h2 {
    padding: 0 40px 0 150px;
    text-align: right;
  }
}
/* Small devices (smartphones, 767px and down) */
@media (max-width: 767px) {
  .small-header .logo-container {
    left: 30px;
  }
  .small-header .header-caption h2 {
    padding: 0 30px 0 140px;
  }
}
/* Small devices (smartphones, 639px and down) */
@media (max-width: 639px) {
  .small-header .logo-container .logo {
    height: 50px;
    width: 70px;
  }
  .small-header .header-caption {
    padding-top: 26px;
  }
  .small-header .header-caption h2 {
    font-size: 24px;
    min-height: 2.4em;
  }
}
/* Small devices (smartphones, 479px and down) */
@media (max-width: 479px) {
  .small-header .logo-container {
    left: 20px;
    top: 20;
  }
  .small-header .header-caption h2 {
    padding: 0 20px 0 130px;
  }
}
/* Small devices (smartphones less than iPhone 5, 374px and down) */
