/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 992px) {

  body {
    background-color: #fff;
  }

  h2 {
    margin: 0 0 12px 0;
  }

  .container-fluid {
    max-width: 992px;
    width: 100%;
    padding: 0;
  }

  .navigation .col-md-2 {
    background-color: #f2f2f2;
    font-size: 1.5em;
  }

  .navigation a {
    padding: 20px 0;
    color: #037efc;
    border-left: 1px solid #fff;
  }

  .navigation a .circle {
    width: 32px;
    height: 32px;
  }

  .navigation a[data-step="1"].active .circle { background-image: url("../img/step1_80x80_active.png"); }
  .navigation a[data-step="2"].active .circle { background-image: url("../img/step2_80x80_active.png"); }
  .navigation a[data-step="3"].active .circle { background-image: url("../img/step3_80x80_active.png"); }

  .navigation a[data-step="1"] .circle { background-image: url("../img/step1_80x80_inactive.png"); }
  .navigation a[data-step="2"] .circle { background-image: url("../img/step2_80x80_inactive.png"); }
  .navigation a[data-step="3"] .circle { background-image: url("../img/step3_80x80_inactive.png"); }

  .navigation a.active, .navigation a:hover .navigation a:focus .navigation a:active {
    color: #fff;
    text-decoration: none;
    background-color: #037efc;
  }

  .navigation a.mobile-helplink {
    margin: 11px 0 8px 0;
    font-size: 1.5em;
    text-align: right;
    padding-right: 30px;
    display:block;
  }

  .navigation a.logolink {
    padding: 30px 0 20px 0;
  }

  .row.white-row {
    border-top: 2px solid #f2f2f2;
  }
  .row.bottom-nav {
    border-top: 2px solid #f2f2f2;
    margin: 0 3px;
  }

  .row .col-md-5.col-sm-5, .row .col-sm-6 {
    font-style: italic;
    opacity: 0.8;
  }

  .popupnavigation {
    background-color: #037efc;
    height: 94px;
  }

  .errorContent {
    width: 50%;
  }

  .btn {
    margin: 14px -6px 0 0;
  }

  a.backlink {
    padding-left: 0;
  }

  h3.schemaheader {
    padding: 40px 0 0 20px;
    text-align: left;
    font-size: 20px;
    margin: 0;
    color: #fff;
    font-weight: normal;
  }

  .closebutton {
    background-image: url("../img/close-tablet.png");
    background-size: 100%;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 32px 26px 0 0;
    cursor: pointer;
  }

  .schema {
    width: 365px;
    height: 495px;
  }
  .position-container {
    font-size: 20px;
  }

}


/* Small devices (tablets, 768px and up) */
@media (min-width: 993px) {
  .schema {
    height: 595px;
    width: 335px;
  }
  .position-container {
    font-size: 18px;
  }

  /* Schema Values */
  .position-container.vla {top: 13%;left: 0%; width: 40%;}
  .position-container.q {top: 23%;left: 26%; width: 40%;}
  .position-container.tla {top: 39%;left: -5%; width: 40%;}
  .position-container.dp3 {top: 39%;left: 25%; width: 40%;}
  .position-container.tle {top: 39%;left: 67%; width: 40%;}
  .position-container.dp4 {top: 68%;left: 35%; width: 40%;}
  .position-container.twe {top: 68%;left: -5%; width: 40%;}
  .position-container.twa {top: 68%;left: 67%; width: 40%;}
  .position-container.mmediuma {top: 90%;left: 30%; width: 40%;}

}