html, body {
  height: 100%;
  width: 100%; }

body {
  /*font-family: Calibri, Arial, San-Serif;*/
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #777676;
  min-width: 960px;
  margin: 0px;
  padding: 0px;
  height: 100%; }

a {
  text-decoration: none; }

li {
  list-style-type: none; }

button {
  outline: 0 !important; }

header {
  background-image: url("../images/DXX2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  position: relative; }

.SWLogo {
  position: absolute;
  top: 13px;
  left: 10%; }

.SWLogo img {
  height: 80px; }

.clientLogo {
  position: absolute;
  top: 0px;
  right: 10%; }

.clientLogo img {
  height: 80px; }

main {
  width: 100%;
  display: flex;
  flex-direction: row;
  min-height: calc( 100% - 200px ); }

nav {
  font-family: Calibri, Arial, San-Serif;
  width: 20%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid grey; }
  nav a {
    padding: 15px;
    padding-left: 30px;
    color: #323232;
    font-weight: 700;
    font-size: 21px;
    position: relative;
    text-decoration: none !important; }
  nav .firstdiscribe {
    background-color: gainsboro;
    color: #143232; }
    nav .firstdiscribe .marker {
      display: none; }
  nav .marker {
    position: absolute;
    background-color: white;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 100%; }
  nav a:hover .marker {
    background-color: gainsboro; }
  nav .borderb {
    border-bottom: none; }

.infoholder {
  display: flex;
  flex-direction: column;
  width: 80%;
  min-height: 100%; }

.uslinks {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #eeeeee;
  height: 100%; }
  .uslinks a {
    text-decoration: none; }

.uslink:hover {
  background-color: white; }

.linkimghold {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .linkimghold i {
    font-size: 100px;
    color: #18b8c4;
    margin: 0 auto; }

.linkheaderhold {
  width: 100%;
  height: 35%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #777676; }

.uslink {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 50px; }

.uslink:hover i {
  font-size: 110px; }

.datacheck {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #eeeeee;
  height: 100%; }
  .datacheck a {
    text-decoration: none; }

.dcheck:hover {
  background-color: white; }

.dcheckimghold {
  width: 200px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .dcheckimghold i {
    font-size: 100px;
    color: #18b8c4;
    margin: 0 auto; }

.dcheckheaderhold {
  width: 100%;
  height: 35%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: #777676; }

.dcheck {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 50px; }

.dcheck:hover i {
  font-size: 110px; }
  
.instructions {
  width: 100%;
  background-color: #eeeeee;
  height: 100%;
  display: none;
  flex-direction: column; }
  .instructions select {
    margin: 30px 30px 30px 40px; }

#instruct {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 50px; }
  #instruct a {
    color: #238d88; }

#instruct td, #instruct th {
  border: 1px solid #ddd;
  padding: 8px; }

#instruct tr:nth-child(even) {
  background-color: #f2f2f2; }

#instruct tr:hover {
  background-color: #ddd; }

#instruct th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #18b8c4;
  color: white; }

.video {
  width: 100%;
  background-color: #eeeeee;
  height: 100%;
  min-height: 100%;
  display: none;
  flex-direction: row;
  margin-bottom: 50px;
  justify-content: center;
  align-items: center; }
  .video .TV {
    display: flex;
    flex-direction: row;
    width: 80%;
    height: 80%;
    max-height: 80%; }
  .video .videolist {
    margin: 0;
    border: 1px solid #2d3c41;
    width: 25%;
    height: 100%;
    background-color: #2d3c41;
    color: white;
    overflow-y: scroll; }
    .video .videolist p {
      display: block;
      padding: 10px;
      margin: 0px; }
    .video .videolist p:hover {
      background-color: black;
      cursor: pointer;
      color: #a3e4f5; }
  .video .videohold {
    width: 100%;
    height: 100%; }
  .video .yoto {
    width: 100%;
    height: 100%; }

.appsholder {
  width: 100%;
  background-color: #eeeeee;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 50px;
  min-height: 100%;
  margin-bottom: 10px; }
  .appsholder a {
    width: 170px;
    height: 270px;
    margin: 20px 50px 20px 50px;
    background-color: white;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #e2e2e2;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .appsholder a img {
      width: 150px; }
    .appsholder a p, .appsholder a h3 {
      color: #777676; }
    .appsholder a h3 {
      font-size: 17px; }
  .appsholder a:hover img {
    filter: grayscale(50%); }
  .appsholder a:hover {
    outline: 1px solid #e2e2e2; }

.foo {
  width: 100%;
  height: 100px;
  border-top: 1px solid grey;
  background-color: gainsboro;
  display: flex;
  justify-content: space-around;
  color: #143232;
  line-height: 15px; }
  .foo .licensed {
    width: 40%; }
  .foo .contactsphone {
    width: 30%; }
  .foo .contacts {
    width: 20%;
    margin-right: 5px; }

@media only screen and (max-width: 960px) {
  body, html {
    min-width: 550px;
    width: 100%; }

  .SWLogo, .clientLogo, header {
    display: none; }

  main {
    flex-direction: column;
    min-height: calc( 100% - 100px );
    display: flex; }

  nav {
    flex-direction: row;
    width: 100%;
    height: 100%;
    /* a:hover .marker{
         background-color:$greyColor;
     }*/ }
    nav a {
      width: 25%;
      height: 100%;
      text-align: center;
      padding-left: 20px;
      font-size: 18px; }

  .marker {
    display: none; }

  .infoholder {
    width: 100%;
    height: 100%;
    min-height: 100%;
    flex-grow: 1; }

  .uslinks {
    justify-content: center;
    height: 100%;
    min-height: 100%;
    flex-grow: 1; }

  .datacheck {
    justify-content: center;
    height: 100%;
    min-height: 100%;
    flex-grow: 1; }

  .instructions {
    flex-grow: 1; }

  .videolist, .videohold {
    min-height: 400px; }

  .video .yoto {
    min-height: 400px; }

  .video {
    flex-grow: 1; }

  .videolist {
    min-width: 120px; }

  .appsholder {
    flex-grow: 1; }

  footer {
    align-content: center; }

  .licensed {
    display: none; }

  .contactsphone {
    min-width: 50%;
    margin-left: 10%; }

  .contacts {
    min-width: 40%; } }

/*# sourceMappingURL=style.css.map */
