body {
  overflow-x: hidden;
}

#index-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #f5f5f5;
  display: block;
}

#powered-by {
  position: absolute;
  top: 10px;
  left: 13px;
  z-index: 999;
}

#powered-by-nav {
  position: relative;
  left: 5px;
  bottom: 10px;
  font-size: 10pt;
  font-family: 'Omnes', sans-serif;
}

#logo-nav {
  position: relative;
  width: 125px;
  height: auto;
  top: 3px;
  left: 10px;
  display: inline-block;
}

.nav-right {
  float: right;
  padding-top: 20px;
  margin-right: 10px;
  position: static;
  font-size: 12pt;
  font-family: 'Omnes', sans-serif;
}

#cover {
  position: static;
  display: block;
  height: 700px;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
}

#bg-agent-overlay {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  -webkit-clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%);
  clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%);
}

#bg-agent {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  opacity: 0.4;
}

#cover-text {
  text-align: center;
  position: absolute;
  height: 100%;
  width: 57%;
  top: 4%;
  left: 0px;
  z-index: 999;
}

#marketplace-title {
  display: block;
  margin-top: 90px;
  font-size: 19pt;
  color: #0070c0;
  font-weight: bold;
}

#call-to-action-1 {
  display: block;
  margin-top: 85px;
  font-size: 22pt;
  font-weight: bold;
  z-index: 999;
}

#call-to-action-2 {
  display: inline-block;
  margin-top: 60px;
  font-size: 20pt;
  color: transparent;
  border-bottom: solid 3px transparent;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  z-index: 999;
}

.category-button {
  display: block;
  margin: 80px auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 35px;
  padding-right: 35px;
  background-color: #0070c0;
  cursor: pointer;
  outline: none;
  font-size: 16pt;
  color: white;
  border: solid 1px #0070c0;
  border-radius: 3px;
  z-index: 999;
  font-weight: bold;
}

.chat-now {
  text-decoration: none;
}

.category-button:hover {
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.3);
  background-color: #197ec6;
  border: solid 1px #197ec6;
}

#second-chat-now {
  margin: 35px auto;
}

#last-chat-now {
  margin: 100px auto;
}

#free {
  display: block;
  margin-top: -40px;
  font-size: 16pt;
  font-style: italic;
  font-weight: bold;
  color: #0070c0;
}

#message {
  margin-top: -10px;
  margin-left: -10px;
  width: 103%;
  height: 115px;
  background-color: #deeff5;
}

#agent-quotes {
  position: relative;
  top: 10px;
  left: 5%;
  border-radius: 100%;
  height: 95px;
}

#advantages {
  position: absolute;
  top: 710px;
  left: 17%;
  font-size: 18pt;
  display: inline-block;
  font-style: italic;
}

#walkthrough {
  width: 103%;
  margin-top: -15px;
  margin-left: -10px;
  height: auto;
  padding-bottom: 1px;
  background-color: #deeff5;
}

#walkthrough-title {
  color: white;
  margin: 15px auto;
  width: 100%;
  height: 75px;
  background-color: #0070c0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25pt;
}

#walkthrough-video {
  display: block;
  margin: 25px auto;
}

#companies {
  position: static;
  display: block;
  margin-top: -15px;
  margin-left: -10px;
  width: 103%;
  height: 760px;
  background-color: #f5f5f5;
}

#companies-heading {
  color: white;
  margin: 15px auto;
  width: 100%;
  height: 75px;
  background-color: #0070c0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24pt;
}

#virtuoso-info {
  display: block;
  margin: 50px auto;
  width: 870px;
}

#virtuoso-logo {
  position: static;
  width: 250px;
  height: 80px;
  padding: 10px;
  border: solid 1px #d3d3d3;
  display: inline-block;
  background-color: white;
}

#virtuoso-message {
  position: relative;
  bottom: 20px;
  margin-left: 15px;
  width: 600px;
  height: 80px;
  font-size: 14pt;
  font-style: italic;
  display: inline-block;
  margin-bottom: 50px;
}

.tscroll {
  display: block;
  margin: -50px auto;
  width: 1000px;
}

td a img {
  width: 250px;
  height: 80px;
  padding: 10px;
  border: solid 1px #d3d3d3;
  background-color: white;
}

td a img:hover {
  border: solid 2px #4fbc5c;
  -webkit-box-shadow: 0 0 10px #888888;
  box-shadow: 0 0 10px #888888;

}

#footer-index {
  background: #666666;
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: -45px;
  text-align: center;
  width: 100%;
  color: #9C9C9C;
  font-family: 'open sans',sans-serif;
  font-size: 11pt;
}

#link-to {
  text-decoration: none;
  color: #9C9C9C;
}

@supports (clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%)) {
  #bg-agent-overlay {
    -webkit-clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%);
    clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%);
  }
}

@supports not (clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%)) {
  #bg-agent-overlay {
    clip: rect(0px,2000px,2000px,1030px);
  }
}

@media (max-width: 1040px) {
  #virtuoso-logo {
    width: 200px;
    height: 64px;
  }

  .tscroll {
    margin: -100px auto;
    width: 700px;
    margin-bottom: -20px;
  }

  td a img {
    width: 200px;
    height: 64px;
  }

  #call-to-action-2 {
    font-size: 18pt;
  }

  @supports not (clip-path: polygon(57% 0, 100% 0, 100% 100%, 57% 100%)) {
    #bg-agent-overlay {
      clip: rect(0px,2000px,2000px,600px);
    }
  }

  #companies {
    height: 650px;
  }
}

@media (max-width: 865px) {
  #virtuoso-message {
    font-size: 13pt;
  }

  #advantages {
    left: 27%;
    font-size: 14pt;
  }

  #call-to-action-2 {
    font-size: 15pt;
  }

  .category-button {
    font-size: 14pt;
  }

  #companies-heading, #walkthrough-title {
    font-size: 21pt;
  }

}

@media (max-width: 767px) {
  #virtuoso-logo {
    width: 250px;
    height: 80px;
  }

  #virtuoso-info {
    position: relative;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 100px;
  }

  #virtuoso-message {
    display: block;
    margin-top: 25px;
    margin-left: 0;
    width: 400px;
  }

  #companies {
    height: 1700px;
  }

  table, thead, tbody, th, td, tr {
		display: block;
    position: relative;
	}

  td {
    margin: 0 auto;
    width: 300px;
  }

  td a img {
    width: 300px;
    height: 96px;
  }

  #call-to-action-1 {
    font-size: 19pt;
  }

  #call-to-action-2 {
    font-size: 15pt;
  }

  #walkthrough-title {
    font-size: 20pt;
  }

  #companies-heading {
    font-size: 16pt;
  }

  #free {
    margin-top: -50px;
  }

}

@media (max-width: 667px) {
  table, thead, tbody, th, td, tr {
		display: block;
	}

  td {
    margin: 0 auto;
    width: 300px;
  }

  td a img {
    width: 300px;
    height: 96px;
  }

  #bg-agent-overlay {
    display: none;
  }

  #cover-text {
    width: 100%;
  }

  #call-to-action-1 {
    font-size: 21pt;
    margin-top: 40px;
  }

  #call-to-action-2 {
    font-size: 17pt;
    margin-top: 40px;
  }

  .category-button {
    margin-top: 45px;
  }

  #companies, #walkthrough, #message {
    width: 105%;
  }

  #powered-by-nav {
    display: none;
  }

  .tscroll {
    width: 300px;
  }

}

@media (max-width: 580px) {
  #virtuoso-message {
    max-width: 330px;
  }

  table, thead, tbody, th, td, tr {
		display: block;
	}

  td {
    margin: 0 auto;
    width: 300px;
  }

  td a img {
    width: 300px;
    height: 96px;
  }

  #advantages {
    left: 32%;
    font-size: 10pt;
  }

  #companies-heading {
    font-size: 10pt;
  }

  #walkthrough-title {
    font-size: 13pt;
  }

  #are-agent {
    display: none;
  }

  #call-to-action-1 {
    font-size: 17pt;
  }

  #call-to-action-2 {
    font-size: 13pt;
  }

}
