.trial-landing {
  color: #535252;
}

.trial-landing #banner-wrapper {
  background: url(../images/TrialHeaderBG.jpg) no-repeat;
  padding-bottom: 3em;
}
.trial-landing #banner {
  color: white;
  font-size: 1.2em;
  line-height: 1.3;
}
.trial-landing #banner a {
  color: white;
}
.trial-landing #banner h2 {
  font-size: 2em;
  line-height: 1.25;
}
.trial-landing #banner .lead {
  font-size: 1.4em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.trial-landing #banner ul {
  margin: 1em 0;
}
.trial-landing #banner li {
  margin: 0.7em 0;
}
.trial-landing #banner strong {
  color: white;
}

.trial-landing #logo h1::after {bottom: auto; }
    
.trial-landing .trusted-by {
  text-align: center;
}

.trial-landing .wrapper-featured2 {
  background-color: #f4f4f4;
}

.trial-landing .section {
  font-size: 1.2em;
  line-height: 1.3;
  padding: 4em 0;
}
.trial-landing .tick-list li {
  margin: 1em 0;
  position: relative;
  padding-left: 1.8em;
}

.trial-landing .tick-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 26px;
  background: url(../images/BlueTick.png) no-repeat;
  background-size: contain;
  margin-right: 3em;
    background-position-y: center;
}
.trial-landing .tick-list.white li:before {
  background-image: url(../images/WhiteTick.png);
    width: 20px;
}

.trial-landing blockquote {
  padding-right: 20%;
  font-size: 1.2em;
  color: #006b9c;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
}

.trial-landing blockquote cite {
  display: block;
  font-size: 0.7em;
  color: #7d7c7c;
  font-style: normal;
  margin: 0.5em 0 0 0;
}
.trial-landing blockquote cite:before {
  content: '—';
}

.trial-landing blockquote small {
  display: block;
  color: #736e6e;
  font-size: 0.65em;
  line-height: 1.4;
  font-style: normal;
  font-weight: normal;
}
.trial-landing .role  {
    margin-bottom: 10px;
}


.trial-landing .video-container {
  position: relative;
}
.trial-landing .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #2e83ddc4;
  cursor: pointer;
}
.trial-landing .video-preview {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
  cursor: pointer;
}

.trial-landing .play-button:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent white;
  transform: rotate(0deg);
  margin-left: 10%;
}

.trial-landing h2 {font-size: 24px; font-weight: bold; }

.trial-form {
  background-color: #fff;
  padding: 2em;
  color: #484848;
}

.trial-form h3 {
  font-weight: bold;
  font-size: 24px;
  color: #007ACC;
    margin-bottom: 10px;
}
.mb-0 {margin-bottom: 0px;}

.small {
  font-size: 90%;
  line-height: 120%;
}

input, select {
  border: 1px solid #eee;
  background-color: #fdfcfc;
  padding: 8px;
}

.trial-form .button {background-color: #007ACC; width: 90%;}
.trial-form .button::after {
  content: '';
  position: absolute;
  top: 0;
  right: -0.95em;
  border-left: solid 1em #007ACC;
  border-top: solid 1.375em transparent;
  border-bottom: solid 1.375em transparent;
}
