.question {
  margin: 10px 0 5px 0;
  color: #72d5cd;
  font-size: 1.1em; }

.answer {
  margin-bottom: 15px;
  line-height: 100%; }

.contact-text {
  margin-top: 12vh !important;
  font-size: 1.5em; }

.discovery-management-item {
  width: 100%;
  float: left;
  list-style-type: none;
  margin: 5px 0; }
  .discovery-management-item div {
    float: left;
    display: inline-block; }
  .discovery-management-item .flagged {
    background-color: #4F2323;
    color: #D85420; }
  .discovery-management-item .button {
    float: left;
    padding: 5px 12px;
    margin-left: 10px;
    border: 1px solid #33ada3; }
    .discovery-management-item .button:hover {
      background-color: #323232;
      cursor: pointer; }
      .discovery-management-item .button:hover .fa-trash {
        color: #D85420; }
      .discovery-management-item .button:hover .fa-flag {
        color: #D85420; }
  .discovery-management-item .link {
    position: relative;
    float: left;
    max-width: 500px;
    font-size: .9em;
    word-wrap: break-word;
    margin-left: 10px; }
    .discovery-management-item .link:hover {
      color: #33ada3; }

@font-face {
  font-family: hind;
  src: url("../fonts/Hind-Medium.ttf") format("truetype"); }
body {
  overflow: auto;
  color: white;
  background-color: #39595E;
  margin: 0;
  font-family: hind, sans-serif; }

a {
  color: inherit;
  text-decoration: none; }
  a:visited {
    color: inherit; }

.header-logo {
  height: 8vh;
  min-height: 50px; }

.main-page-logo {
  margin-left: -15px;
  height: auto; }

.main-content {
  background-color: #39595E;
  width: 100%;
  min-height: 74vh;
  padding: 3vh 0; }
  .main-content h1,
  .main-content h2,
  .main-content h3,
  .main-content h4,
  .main-content h5 {
    font-weight: 500;
    margin: 5px 0;
    line-height: 110%; }

.home-content {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center; }
  .home-content div {
    float: right;
    min-height: 50px; }

.center {
  text-align: center; }

.left-side {
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  margin: auto; }

.right-side {
  position: relative;
  float: right;
  height: 100%;
  text-align: center;
  margin: auto; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.only-small-screen {
  display: none !important; }

.demo-gif {
  margin: auto;
  float: right;
  padding: 7vh 0; }

.center-vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.chrome-store-btn {
  color: white !important;
  background-color: #E85F30 !important;
  border-radius: 12px !important;
  text-align: center;
  margin: 25px 0; }

.bottom-bar {
  height: 9vh;
  margin: 0 4% 0 4.5%;
  color: #39595E; }
  .bottom-bar .social-btns a div {
    height: 100%;
    float: left;
    text-align: center;
    font-size: 6vh;
    padding: 1vh 0;
    margin-right: 2vw;
    color: white; }
    .bottom-bar .social-btns a div:hover {
      color: #38BDB2; }
  .bottom-bar .copyright-text {
    line-height: 9vh;
    font-size: .8em;
    float: right;
    text-align: right;
    color: #9a9a9a; }

.green {
  color: #38BDB2 !important; }

.auto-width {
  width: auto !important; }

::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #323232; }

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: gray; }

.custom-menu-wrapper {
  min-height: 52px;
  background-color: #39595E;
  white-space: nowrap;
  position: relative;
  height: 9vh;
  margin: 0 4%; }

.bottom-menu-expander {
  min-height: 40px; }

.menu-expanded {
  height: 18.5vh; }

.custom-menu {
  padding: 0 !important;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased; }

.pure-menu-list {
  float: right; }

.pure-menu-link {
  padding: 0 !important;
  margin: 1vh 0 1vh 2em;
  text-align: right;
  line-height: 7vh; }

.custom-menu .pure-menu-link,
.custom-menu .pure-menu-heading {
  color: white; }

.custom-menu .pure-menu-link:hover,
.custom-menu .pure-menu-heading:hover {
  background-color: transparent;
  font-weight: bold; }

.custom-menu-top {
  min-height: 52px;
  position: relative; }

.custom-menu-bottom {
  position: absolute;
  right: 0;
  background-color: #39595E;
  color: white; }

.custom-menu-toggle {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  display: none; }

.custom-menu-toggle .bar {
  background-color: white;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 100px;
  position: absolute;
  top: 22px;
  right: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.custom-menu-toggle .bar:first-child {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px); }

.custom-menu-toggle.x .bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.custom-menu-toggle.x .bar:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.custom-menu-screen {
  background-color: #39595E;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  height: 3em;
  width: 70em;
  position: absolute;
  top: 0;
  z-index: -1; }

.custom-menu-tucked .custom-menu-screen {
  -webkit-transform: translateY(-44px);
  -moz-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px); }

.reviews-table .pure-table {
  border: none;
  width: 100%; }
  .reviews-table .pure-table tr:not(:last-child) {
    border-bottom: 1px solid #cbcbcb; }
  .reviews-table .pure-table .review-td {
    min-width: 100px;
    border: none; }
  .reviews-table .pure-table .caption {
    text-align: left;
    font-size: 16px; }

.underline {
  text-decoration: underline; }

@media (max-width: 48em) {
  .social-btns {
    margin-left: 3vw; }
    .social-btns a div {
      margin-right: 6vw !important; }

  .home-content {
    display: block;
    text-align: center; }

  .main-page-logo {
    margin-left: 10px; }

  .only-small-screen {
    display: block !important; }

  .custom-menu {
    display: block; }

  .custom-menu-toggle {
    display: block;
    display: none\9; }

  .custom-menu-bottom {
    width: 100% !important;
    border-top: 1px solid #323232;
    background-color: #808080 \9;
    z-index: 100; }

  .custom-menu-bottom .pure-menu-link {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s; }

  .custom-menu-bottom.custom-menu-tucked .pure-menu-link {
    -webkit-transform: translateX(-140px);
    -moz-transform: translateX(-140px);
    -ms-transform: translateX(-140px);
    transform: translateX(-140px);
    opacity: 0;
    opacity: 1\9; }

  .pure-menu-horizontal.custom-menu-tucked {
    z-index: -1;
    top: 45px;
    position: absolute;
    overflow: hidden; } }

/*# sourceMappingURL=tabd.web.style01.css.map */
