<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.formcol,body{background-color:#fff}body{font-family:'Lato',Helvetica,Arial,Lucida,sans-serif;font-size:18px;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.7em}.logoblock{margin:20px 0}.topnavlink{color:#fff;text-decoration:none}h4.topnav{margin-top:30px}#topBanner{padding-top:20px;margin-top:110px}#eye-candy{min-height:200px}.top-buffer{margin:20px 0 30px}.formcol{padding:20px}.mktoForm{max-width:260px}.mktoForm .mktoOffset{display:none}.mktoForm .mktoAsterix{float:none}.mktoForm h6{font-size:13px;font-weight:600;padding:0 0 0 15px;line-height:16px}.mktoForm div.mktoButtonRow{display:block;margin:0 auto!important;padding-bottom:20px;text-align:center!important}.mktoForm .mktoFormRow textarea.mktoField{height:70px}
.mktoForm .mktoFormRow .mktoField{height:inherit;background:#efefef!important;border:1px solid #ccc!important;/*font-size:12px!important;*/padding:10px;margin-right:10px}
#fixedhead{ padding:0 80px;}
/* checkmarks */
ul.checkmarks li {
  font-size:1.2em;
  list-style-type: none;
  margin:0 0 10px 0; 
  padding: 7px 0 0 25px; 
  position: relative; 
}
ul.checkmarks li:before {
  content: " ";
  display: block;
  border-radius: 50%; 
  height: 40px;
  width: 40px;
  position: absolute;
  left: -26px;
  top: 4px;
  background-color: var(--color-green);
}
ul.checkmarks li:after {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size:1.2em;
  content: "\2714 ";
  display: block;
  color:white;
  position: absolute;
  left: -16px;
  top: 9px;
}
/*  VidyoHealth branding changes */
.vidyohealth #fixedhead{
  background-color: #fff;
  box-shadow: var(--box-shadow);
}
.vidyohealth .logoblock {
  margin: 10px 0;
}
.vidyohealth .logoblock a {
  display: inline-block;
  width: 271px;height: 58px;
}
.vidyohealth .logoblock a img {
  width: 271px;height: 58px;
}
.vidyohealth .topnavlink {
    color: var(--color-primary);
}
.vidyohealth #topBanner {
    margin-top: 80px;
}
/* for editor */
.wf-active .logoblock a img {
  display: none;
}
.wf-active .logoblock a {
  background-image: url(https://pages.vidyo.com/rs/syntellect/images/Enghouse-Vidyo-Logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 214px;
  height: 101px;
  display: inline-block;
}
.wf-active .vidyohealth .logoblock a {
  background-image: url(https://pages.vidyo.com/rs/547-FBA-390/images/VidyoHealth-Logo-Color-Gray-Text-600.png);
  width: 271px;height: 58px;
}
/* buttons */
button.mktoStyle {
    margin: 20px;
}

button.mktoStyle, a.mktoStyle  {
    appearance: none;
    border-radius: var(--border-radius-large);
    color: var(--color-white);
    cursor: pointer;
    padding: var(--input-padding);
    background: var(--color-accent);
    min-width: 120px;
    font-size: 16px;
    border: 0;
    text-decoration: none;
}
@media (max-width:991px){
  .logoblock{text-align:center}
  h4.topnav {font-size: 18px;}
}
.back-to-top{cursor:pointer;position:fixed;bottom:20px;right:20px;display:none}
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}
@-moz-keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;-moz-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:1s;-moz-animation-duration:1s;animation-duration:1s;margin-top:20px}.blurb_image img{max-width:100px}
#main-footer{background-color:#272b2e;min-height:100px;color: gray;}.img-fluid { height: auto; max-width: 100% }
@media screen and (max-width: 640px)
{
  #fixedhead { position: inherit; padding: 5px;}
  .logoblock{text-align:center}
  h4.topnav {font-size: 18px;}
  #topBanner { margin-top: 0 !important;}
  h1{font-size:35px;}
  .bannerHeadline{font-size: 35px !important;padding: 20px 0 !important;}
  h2{font-size:26px;}
  h3{font-size:23px;}

  /* checkmarks */
  ul.checkmarks li {
    font-size: 1em;
  }
  ul.checkmarks li:before {
    font-size: 1em;
    margin-left: -40px;
    margin-right: 20px;
  }
}

</pre></body></html>