body {
  background-color: #333;
  color: #555;
  font-family: 'Poppins', 'Lato', Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.firstpage {
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, .2);
  height: 600px;
  transition: height 0.5s;
  width: 100%;
}

.firstpagebg {
  background: linear-gradient(#ecf8ff, white);
  background-color: #ecf8ff;
  height: 100%;
  overflow: hidden;
  transform-origin: 0;
  width: 100%;
}

body {
  overflow-x: hidden;
}

.headerimages {
  height:607px;
  position: absolute;
  top: 0;
  width: 100%;
}

.introTextText {
  line-height: 1.1;
}

.headerimages img {
  max-height: 500px;
  vertical-align: bottom;
}

.introText {
  max-width: 580px;
  position: absolute;
  right: 50%;
  top: 150px;
  width: 45%;
  z-index: 9;
}

.merlinContainer {
  bottom: 0;
  left: 10%;
  position: absolute;
  z-index: 10;
}

.trainingContainer {
  bottom: 0;
  left: 50%;
  margin-left: -150px;
  position: absolute;
}

.trainingContainer img {
  width: 300px;
}

h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
}

.theRest h1 {
  font-size: 30px;
  padding: 20px 0;
  text-align: center;
}

.card {
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  color: #000000de;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  margin: 8px;
}

.cardContent {
  display: block;
  padding: 16px;
}

.inputContainer {
  display: inline-block;
  font-size: 20px;
  margin: 26px 0;
  padding: 2px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.inputContainer label {
  bottom: 100%;
  color: #146ece;
  left: 0;
  max-width: 100%;
  order: 1;
  overflow: hidden;
  padding-left: 3px;
  padding-right: 0;
  pointer-events: none;
  position: absolute;
  right: auto;
  text-align: left;
  text-overflow: ellipsis;
  transform: translate3d(0, 6px, 0) scale(0.75);
  transform-origin: left top;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  white-space: nowrap;
  width: 100%;
  z-index: 1;
}

.inputContainer input[type="text"],
.inputContainer input[type="password"],
.inputContainer input[type="number"],
.inputContainer input[type="email"],
.inputContainer textarea {
  background: none;
  border-color: #146ece;
  border-radius: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  box-shadow: none;
  box-sizing: border-box;
  display: block;
  float: left;
  font-family: 'Poppins', 'Lato', Arial, sans-serif;
  height: 30px;
  line-height: 26px;
  margin-top: 0;
  order: 2;
  padding: 2px 2px 1px 2px;
  width: 100%;
}

.inputContainer input[type="text"]:focus,
.inputContainer input[type="password"]:focus,
.inputContainer input[type="number"]:focus,
.inputContainer input[type="email"]:focus,
.inputContainer textarea:focus {
  border-color: #528bc7;
  outline: none;
}

.left800 {
  float: left;
  margin: 0 5%;
  width: 50%;
}

.feature-content {
  margin: 20px auto;
  width: 90%;
  max-width: 900px;
  font-size: 20px;

}

.right200 {
  float: left;
  width: 29%;
}

.hide {
  display: none;
}

.expiration-date-container {
  float: left;
  margin-right: 20px;
  width: 25%;
}

h2.leftH3 {
  font-size: 24px;
}

.allvideocontainer {
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
  width: 700px;
}

.bill-container {
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px 0;
  width: 80%;
}

.billvideoimg {
  box-shadow: 0 7px 16px 0 rgba(7, 63, 109, 0.35);
  cursor: pointer;
  width: 100%;
}

.billvideoimg:hover {
  filter: brightness(101%);
  transform: scale(1.02);
  transition: all 0.5s ease-in-out;
}

.button.middle-button {
  display: block;
  margin: 0 auto;
}

h2 {
  font-size: 26px;
  margin: 0;
  padding: 25px 10px;
}

.theRest h2 {
  letter-spacing: 1px;
  text-align: center;
}

.introText h2 {
  color: #6B7A8C;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 25px 0;
}

h3 {
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.camelotContainer {
  bottom: 0;
  left: 50%;
  position: absolute;
}

.button-container {
  padding-top: 20px;
}

.inputRequestForm {
  left: 50%;
  position: absolute;
  top: 150px;
}

.liveAgentBtn {
  bottom: 0;
  height: 50px;
  position: fixed;
  right: 100px;
  width: 100px;
}

.salesforce-support-list {
  margin: 0 auto;
  max-width: 800px;
}

.salesforce-support-list h3 {
  background-color: #fffffff7;
  border: 1px solid #e9e9ea;
  border-radius: 2px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  color: #555;
  display: inline-block;
  margin: 2%;
  padding: 2%;
  text-align: center;
  width: 16%;
}

.salesforce-support-list img {
  margin: 10 auto;
  width: 60px;
}

.button {
  background: #4285F4;
  border: 2px solid #4285F4;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  height: 38px;
  line-height: 34px;
  margin-right: 10px;
  padding: 0 20px;
  transition: all 0.5s ease;
  vertical-align: middle;
}

.button-master {
  margin-bottom: 10px;
  text-align: center;
  width: 80%;
}

.rightSide a.button {
  color: white;
}

.button-full {
  width: 100%;
}

.button:hover {
  background: #5793f7;
  transform: scale(1.05);
}

.button-secondary {
  background: transparent;
  color: #4285F4;
  text-align: center;
}

.button-secondary-master {
  background: transparent;
  color: #4285F4;
  text-align: center;
  width: 40%;
}

.button-secondary-master:hover {
  background-color: white;
}

.button-tertioary {
  background: #6A9EF3;
  border-color: #6A9EF3;
  color: #FFF;
}

.button-tertioary:hover {
  transform: scale(1.05);
}

.button-secondary:hover {
  background: white;
}

.feature-video-playback {
  margin-top: -50px;
  width: 100%;
}

.feature-video-playback video {
  width: 80%;
  margin: 0 auto;
  top: 0;
  border: 30px solid black;
  border-radius: 10px;
  box-shadow: 0 7px 16px 0 rgba(7, 63, 109, 0.35);
  display: block;
  max-width: 1000px;
}

.feature-video-playback img {
  width: 100%;
}


.header {
  height: 70px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.headerInner {
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.header.smaller {
  background-color: white;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .5);
  transition: background-color 0.5s, box-shadow 0.5s;
}

.header.smaller .logoContainer img {
  height: 50px;
  margin-top: 10px;
  transition: margin-top 0.5s, height 0.5s;
}

.header.smaller .rightSide {
  padding-top: 5px;
  transition: padding-top 0.5s;
}

.logoContainer {
  float: left;
}

.logoContainer img {
  height: 50px;
  margin-top: 20px;
}

.rightSide {
  float: right;
  padding-top: 20px;
  margin-right: 40px;
}

.rightSide a, .hoverable-menu-item {
  color: #4285F4;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  text-decoration: none;
  padding: 10px 5px;
}

.text-danger {
  color: red;
}

.sendLeft {
  left: -50%;
  transition: left 1.5s;
}

.sendUp {
  top: -100%;
  transition: top 1s;
}

a {
  text-decoration: none;
}

.camelotContainerZoom {
  right: 60%;
  transition: right 1.5s;
}

.camelotImageZoom {
  opacity: 0.4;
  transform: scale(1.2);
  transform-origin: bottom right;
  transition: transform 1.5s, opacity 1.5s;
}

.sendRight {
  right: -50%;
  transition: right 1.5s;
}

.trainZoom {
  left: 20%;
  transform: scale(1.5);
  transform-origin: bottom center;
  transition: transform 1s, left 1s;
}

.problemStatement {
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, .2);
  padding-top: 40px;
  text-align: center;
  width: 100%;
}

.problemStatement h1 {
  font-size: 30px;
}

.problemStatement h2 {
  font-size: 20px;
  font-weight: normal;
}

.problemStatement img {
  max-height: 300px;
  max-width: 90%;
  text-align: center;
}

.demoLightbox {
  background-color: white;
  height: 100%;
  padding: 20px;
  text-align: center;
  width: 100%;
}

.demoLightbox input {
  display: block;
  margin: 20px auto;
  padding: 10px;
}

.answer {
  float: left;
  padding: 2%;
  width: 46%;
}

.problem {
  float: left;
  padding: 2%;
  width: 46%;
}

.theRest {
  background-color: #fcfcfc;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, .2);
  top: 650px;
  width: 100%;
}

.site-map {
  background: linear-gradient(#444, #333);
  background-color: #333;
  box-shadow: inset 0 5px 20px -6px rgba(0, 0, 0, .5);
  float: left;
  padding-bottom: 30px;
  text-align: left;
  width: 100%;
}

.site-map .row {
  overflow: auto;
  padding: 40px;
}

.site-map h5 {
  color: white;
  font-size: 20px;
  margin: 10px 15px;
  padding-left: 25px;
}

.site-map ul li {
  display: block;
}

.priceTeamIcon {
  margin: 0 auto;
  max-width: 80%;
  width: 150px;
}

.site-map ul li a {
  color: #DDD;
  text-decoration: none;
}

.site-map-list {
  color: #DDD;
  float: left;
  padding-left: 8%;
  padding-top: 50px;
  width: 25%;
}

.site-map-list h4 {
  color: white;
  margin: 0;
}

.site-map-list img {
  max-width: 300px;
  width: 100%;
}

.followusinner h5 {
  padding-left: 0;
}

.merlin-container {
  background-color: white;
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  height: 100%;
  max-width: 100%;
  overflow: auto;
  position: fixed;
  right: -500px;
  top: 0;
  transition: right 1s;
  width: 400px;
  z-index: 9999;
}

.socialbottonbutton img {
  padding: 10px 5px 0 0;
  width: auto;
}

.merlin-container.show-merlin {
  right: 0;
}

.leftText {
  left: -700px;
  position: absolute;
  top: 150px;
  transition: left 1.5s;
  width: 600px;
  z-index: 99;
}

.leftText.showText {
  left: 10%;
}

.section {
  overflow: auto;
  width: 100%;
}

.feature {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
}

.landing-container-div {
  margin: 50px auto;
  max-width: 1000px;
}

.team-table {
  padding-bottom: 20px;
  width: 100%;
}

.contact-us-table {
  width: 100%;
}

.not-logged-in a {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 33px 17.5px 30px;
  outline: 0;
  padding: 5px 0;
  text-transform: uppercase;
}

.popover {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,.2);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  margin-left: -90px;
  margin-top: -10px;
  opacity: 0;
  padding: 1px;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  transform: perspective(450px) rotateX(-15deg);
  transition-delay: 2s;
  transition: all .5s ease;
  visibility: hidden;
  width: 280px;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  z-index: 1060;
}


.popover {
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.05), 7px 10px 20px 4px rgba(0,0,0,0.2);
  background: #FFF;
  border: 0;
  border-radius: 6px;
  margin-top: 10px;
  padding: 0;
}

.hoverable-menu-item:hover .popover {
  opacity: 1;
  transform: perspective(0px) rotateX(0deg);
  visibility: visible;
}

.submenu>li a:before {
  background-size: 100px 100px;
  content: "";
  display: inline-block;
  height: 25px;
  margin-bottom: -5px;
  margin-right: 10px;
  position: relative;
  top: 1px;
  width: 25px;
}

.submenu>li a.no-icon {
  margin-left: -40px;
}

.submenu>li a.guides:before {
  background: url("../img/merlinicons/smallguideicon.png") no-repeat center;
  background-size: 25px auto;
}

.submenu>li a.faqs:before {
  background: url("../img/merlinicons/smallfaqicon.png") no-repeat center;
  background-size: 25px auto;
}

.submenu>li a.links:before {
  background: url("../img/merlinicons/smalllinkicon.png") no-repeat center;
  background-size: 25px auto;
}

.submenu>li a.notifications:before {
  background: url("../img/merlinicons/smallnotificationicon.png") no-repeat center;
  background-size: 25px auto;
}

.submenu>li a.hotspots:before {
  background: url("../img/merlinicons/smallhotspoticon.png") no-repeat center;
  background-size: 25px auto;
}

.popover.bottom>.arrow:after {

  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  content: "";
  border-width: 10px;
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.submenu>li, .submenu_mobile>li {
  display: block;
  float: none;
  border: 0;
  margin-bottom: 0;
}

.submenu {
  display: block;
  overflow: hidden;
}

ul.submenu {
  list-style: none;
  list-style-image: none;
  padding:0;
  margin:0;
}

ul.submenu li {
  padding: 5px;
}

ul.submenu li:hover {
  background-color: #EEE;
}

.popover .popover-content {
  padding: 0;
  min-width: 255px;
}

.popover.bottom>.arrow {
  position: absolute;
    display: block;
    width: 0;
    height: 0;
  border: 0;
    background-color: transparent;
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0,0,0,.25);
}

.contact-us-table td {
  padding: 5px;
  vertical-align: top;
}

hr {
    background-color: #e5e8ed;
    border: 0;
    display: block;
    height: 4px;
    margin: 10px auto;
    width: 60px;
    box-sizing: content-box;
}

.front-containers .homepage-icon-container {
  position: relative;
  background-color: white;
  box-shadow: 0 3px 32px 0 rgba(66, 66, 66, 0.25);
}

.front-containers {
  width: 80%;
  max-width: 700px;
  text-align: left;
  margin: 0 auto;
}

.left-front {
  float: left;
  vertical-align: middle;
  padding: 5px;
}





.right-front {
  width: 40%;
  padding: 5%;
  float: left;
  vertical-align: middle;
}

.right-front h2, .left-front h2 {
  padding: 10px 0;
}


.team-table td{
  padding:2%;
  text-align: center;
  width: 20%;
}

.team-table img {
  border-radius: 100%;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  padding: 5px;
  width: 100%;
}


.landingpage-container {
  background-color: white;
  box-shadow: inset 0 5px 10px rgba(66, 133, 244, .2);
  position: absolute;
  top: 350px;
  width: 100%;
}

.feature-text,
.feature-example {
  display: block;
  margin: 0 auto;
  font-size: 19px;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 10px 0 0 0;
}


.feature-text p, .feature-example p {
  margin: 0;
}

.feature-example video {
  border: 20px solid white;
  border-radius: 4px;
  width: 100%;
}

.feature-example {
  color: #666;
}

.feature-text h3 {
  font-size: 1.3em;
  font-weight: bold;
}

.features-section {
  background-color: #4285F4;
  color: white;
}

.feature-tooltip {
  animation: merlin-extension-show-tooltip 0.5s ease;
  background: white;
  border-radius: 10px;
  color: #666;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.5));
  font-size: 16px;
  margin: 0 auto;
  max-width: 100%;
  padding: 20px;
  text-align: center;
  transform: translateY(0px);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  width: 300px;
  position: absolute;
  left: 50%;
  transform: scale(0.6);
  top: 50px;
  margin-left: -100px;
}

.othersoftware {
  max-width:100%;
}

.feature-tooltip:before {
  
  border-color: transparent;
  border-bottom-color: white;
  border-style: solid;
  border-width: 16px;
  bottom: 100%;
  content: " ";
  display: block;
  height: 0;
  margin-left: 60%;
  pointer-events: none;
  position: absolute;
  width: 0;
}

.feature-tooltip:hover {
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.08), 0 30px 25px 0 rgba(0, 0, 0, 0.05);
}

.feature-faq {
  background-color: #fffffff7;
  border: 1px solid #e9e9ea;
  border-radius: 2px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  margin: 0 auto;
  padding: 20px;
  width: 150px;
  font-size: 0.6em;
  position: absolute;
    top: 40px;
    left: 50%;
    height: 200px;
}

.feature-faq:hover {
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.08), 0 30px 25px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
}

.feature-faq-question {
  font-size: 0.8em;
  font-weight: bold;
  padding-bottom: 5px;
}

.feature-notification {
  height: 250px;
  margin: 0 auto;
  position: absolute;
  top: 40px;
  width: 62%;
  left: 19%;
}

.feature-notification-shadow {
  background-color: grey;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}

.feature-notification-popup {
  background-color: white;
  font-size: 9px;
  height: 100px;
  left: 50%;
  margin-left: -100px;
  margin-top: -50px;
  padding: 10px;
  position: absolute;
  top: 50%;
  width: 200px;
}

.feature-notification-popup h3 {
  font-size: 10px;
  font-weight: bold;
}

.feature-notification-button {
  background-color: #4285F4;
  color: white;
  margin: 5%;
  padding: 5%;
  text-align: center;
  width: 80%;
}


@keyframes merlin-extension-recording-animation {
  0% {
    border: 0;
    padding: 3px;
  }
  50% {
    border: 3px solid #4285F4;
    padding: 0;
  }
  100% {
    border: 0;
    padding: 3px;
  }
}

.feature-hotspot-container {
  height: 120px;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: 50px;
}

.feature-hotspot .feature-tooltip {
  display: none;
  width: 123px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
}


.feature-hotspot:after {
  content: "";
  position: absolute;
  border-radius: 30px;
  width: 15px;
  height: 15px;
  animation-delay: 1s;
  animation: hiddenAlertIconAnim 2s infinite;
  animation-delay: 0.3s;
  top: 0;
  left: 10px;
}

@keyframes hiddenAlertIconAnim {
  0% {
    box-shadow: 0px 0px 0px 3px rgba(25, 129, 255, 0.4); }
  100% {
    box-shadow: 0px 0px 0px 15px rgba(25, 129, 255, 0.4); } }

.feature-hotspot:hover .feature-tooltip {
  display: block;
}

.feature-hotspot-rollover {
  background-color: #4285F4;
  border-radius: 50%;
  height: 15px;
  margin-bottom: 5px;
  margin-left: 65%;
  width: 15px;
}

.itemSelections {
  display: flex;
  margin: 0 auto;
  max-width: 68rem;
  width: 100%;
}

.customer {
  display: inline-block;
  text-align: center;
  width: 22%;
  padding: 0 4%;
}

.supported {
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, .2);
  padding: 20px 0;
  text-align: center;
}

.supported-app {
  max-width: 40%;
  padding: 4%;
}

.trained {
  background-color: #4285F4;
  color: white;
  padding: 20px 5%;
  text-align: center;
  width: 90%;
}

.trained .button {
  background-color: white;
  color: #4285F4;
}

.button.secondary {
  background-color: white;
  color: #4285F4;
  margin-top: 10px;
}

.trained .button-secondary {
  background-color: transparent;
  border-color: white;
  color: white;
}

.trained.cta {
  padding: 40px 5%;
}

.trained.cta h2 {
  padding: 0 0 10px 0;
}

.merlin-icon img {
  border: 2px solid #82ABEA;
  border-radius: 100%;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.22), 0 6px 12px 0 rgba(0, 0, 0, 0.21);
}

.merlin-close {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}

.leftH1 {
  font-size: 40px;
}

.supported-list {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  padding: 0 0 30px 0;
}

.company-logos {
  text-align: right;
  margin-right: 50%;
}

.customers {
  margin-left: auto;
  max-width: 600px;
  padding: 0;
  margin-top: -81px;
}

.itemSelection {
  float: left;
  padding: 20px 10px;
  width: 25%;
}

.itemSelection img {
  padding: 20px;
  width: 64px;
}

td,
th {
  border-bottom: 1px solid #e2e7f4;
  padding: .75em 0;
}

td,
th,
tr {
  vertical-align: middle;
}

.pricingFeatureHeader {
  font-size: 1.5rem;
}

.merlinPricingContainer {
  margin: 0 auto;
  margin-bottom: 100px;
  margin-top: -300px;
  max-width: 1000px;
  width: 100%;
}

.introText.landingPage {
  margin: 0 auto;
  max-width: none;
  right: auto;
  text-align: center;
  width: 100%;
}

.enterpriseSection {
  font-size: 24px;
}

.paddingSelect {
  font-weight: bold;
  margin: 10px 0;
  padding: 10px;
}

.theRest.overflowAllowed {
  box-shadow: initial;
}

.pricingTable {
  border-collapse: collapse;
  width: 100%;
}

.pricingTable .clean {
  border: none;
  border-right: 1px solid #e2e7f4;
}

.pricingTable .actualPrice {
  border-bottom: none;
  border-top: none;
  color: #4285F4;
  font-size: 2rem;
  font-weight: 600;
}

.pricingTable .actualPrice p {
  color: #4285F4;
  font-size: 0.8rem;
  margin-bottom: 0;
  margin-top: 2px;
}

.pricingTable .actualPrice.contactUs {
  font-size: 1.3rem;
}

.section.overflowAllowed {
  overflow: initial;
}

.pricingTable td {
  background-color: white;
  border-right: 1px solid #e2e7f4;
  text-align: center;
}

.max800 {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}



.exampleDescription {
  text-align: center;
    max-width: 100%;
    margin: 0 auto;
    width: 1000px;
}

.contact-us-table .exampleDescription {
  width: auto;
}

.exampleDescription h4 {
  font-size: 36px;
  font-weight: 200;
  line-height: 36px;
  margin: 0;
  text-align: center;
}

.exampleDescription ul li {
  font-size: 21px;
  list-style-position: inside;
  margin-left: 16px;
  margin-top: 3px;
  padding: 0;
}

.partnerProgramSection {
  background-color: #1a82e2;
  padding: 50px;
}

.partnerProgramSection h4 {
  color: white;
  font-size: 30px;
  margin-top: 0;
}

.partnerProgramSection img {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
}

.partnerlogos {
  height: 250px;
  margin: 0 auto;
  padding: 25px;
  width: 450px;
}

.pricingTable th {
  background-color: white;
  font-weight: 600;
  text-align: center;
}

.middle-area {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  text-align: left;
  padding-top: 40px;
}

.middle-tagline {
  width: 50%;
  font-size: 3em;
}

.middle-tagline h2 {
  text-align: left;
  font-size: 35px;
  font-weight: 100;
  padding-right: 30px;
  padding-top: 0;
}

.punch-points {
  width: 50%;
}

.punch-point {
  position: relative;
    padding: 10px 0px 0px 120px;
    margin: 0 0 70px;
    min-height: 100px;
}

.feature-two {
  display: flex;
}

.middle-tagline .bill-container {
  margin: 0;
}

.punch-point h3 {
  font-weight: bold;
}

.punch-point h4 {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0px;
}

.pricingTable th:first-child {
  background: transparent;
  border-left: 0;
}

.pricingTable td:first-child {
  background: transparent;
  border-left: 0;
  text-align: left;
}

.pricingTable .priceHeader {
  background-color: #f6f7fb;
  border: 1px solid #e2e7f4;
  font-size: 1.6rem;
}

@media only screen and (max-width: 500px) {
  .button {
    height: 50px;
    line-height: 46px;
  }
  body {
    overflow-x: hidden;
  }
  .rightSide {
    left: 0;
    padding-top: 0;
    position: fixed;
    right: auto;
    top: 0;
    width: 100%;
  }
  .logoContainer img {
    margin-top: 40px;
  }
  .header.smaller {
    height: 110px;
  }
  .header.smaller .logoContainer img {
    margin-top: 40px;
  }
  .rightSide .button {
    height: 30px;
    line-height: 26px;
    margin: 1%;
    padding: 0 5%;
    text-align: center;
    width: 36%;
  }
}

@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 32px;
  }

  .hoverable-menu-item {
    display: none;
  }
}

@media only screen and (max-width: 950px) {
  .button-master {
    margin-bottom: 5px;
    width: 80%;
  }
  .button-secondary-master {
    background-color: white;
    width: 80%;
  }

  .customers {
    margin-top: 0;
    max-width: 100%;
    text-align: center;
  }

  .company-logos { 
    margin-right: 0;
  }

}

@media only screen and (max-width: 800px) {
  .rightSide a, .rightSide .hoverable-menu-item, .rightSide .button-secondary {
    display: none;
  }

  .smartbar-popup {
    display: none !important;
  }

  body {
    margin:0 !important;
  }

  .middle-area {
    flex-direction: column;
  }

  .middle-tagline, .punch-points {
    width: 100%;
  }

  .feature-two {
    flex-direction: column;
  }

  .rightSide .button {
    margin: 5px;
    position: absolute;
    right: 0;
    padding: 0 10px;
    font-size: small;
  }

  
  .feature-text,
  .feature-example {
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: auto;
  }

  .front-containers {
    width: 80%;
    margin: 0 auto;
    padding: 10%;
    height: auto;
  }

  .salesforce-support-list h3 {
    font-size: 12px;
  }
}

@media only screen and (max-width: 700px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .bgvid {
    height: auto;
    width: 100%;
  }
  .firstpagebg {
    background: #ecf8ff;
  }
  .firstpage.demo {
    height: 800px;
  }
  .billvideoimg.demo {
    display: none;
  }
  .theRest.demo {
    top: 800px;
  }
  .trained.cta.demo {
    display: none;
  }
  .inputRequestForm {
    left: 0;
    top: 250px;
  }
  .merlinContainer img {
    height: 200px;
  }
  .camelotContainer img {
    max-height: 200px;
  }
  .camelotContainer {
    left: 10%;
    text-align: center;
    width: 100%;
  }
  .theRest h1 {
    margin-top: 20px;
    font-size: 24px;
  }
  .camelotContainer video {
    height: auto !important;
    width: 100%;
  }
  .itemSelections {
    display: block;
  }
  .itemSelection {
    float: none;
    margin: 0 auto;
    width: auto;
  }
  .itemSelection .itemContent {
    min-height: auto;
  }
  .site-map-list {
    width: 84%;
  }
  .trainingContainer img {
    display: none;
  }
  .rightSide a {
    display: none;
  }
  .headerInner {
    left: 0;
    padding: 0 5%;
    width: 90%;
  }
  .introText {
    left: 5%;
    top: 120px;
    width: 90%;
  }
  .introText.sendUp {
    top: -50%;
  }
  .problem,
  .answer {
    padding: 5%;
    width: 90%;
  }
}

.supported-app {
  display: inline-block;
  padding: 15px;
}

.oauth-homepage-button {
  border: 3px solid #FFF;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  margin-top: 10px;
  opacity: 0.9;
  padding: 15px;
  padding-left: 60px;
  transition: all 0.5 ease;
  width: 270px;
}

.oauth-homepage-button:hover {
  opacity: 1;
  transform: scale(1.05);
}

.google-button {
  cursor: pointer;
  margin-bottom: -5px;
  margin-top: 10px;
}

.google-button:hover {
  opacity: 1;
  transform: scale(1.05);
}

.oauth-homepage-button img {
  left: 35px;
  position: absolute;
}

.oauth-homepage-button:hover img {
  left: 16px;
}

.oauth-homepage-button.gmail {
  background-color: #ea4335;
  border-color: #ea4335;
}

.oauth-homepage-button.okta {
  background-color: #007DC1;
  border-color: #007DC1;
}

.oauth-homepage-button.microsoft {
  background-color: #0072c6;
  border-color: #0072c6;
}

.itemContent {
  background-color: #fffffff7;
  border: 1px solid #e9e9ea;
  border-radius: 2px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
  min-height: 280px;
  padding: 10px;
}

.itemContent:hover {
  transform: translate3D(0, -3px, 0);
  transition: all 0.3s ease;
}

.itemContent .itemSelectionIcon {
  text-align: center;
}

.itemContent h3 {
  font-weight: 600;
  text-align: center;
}

.itemContent p {
  text-align: center;
}

.oauth-homepage-button.slack {
  background-color: #FFF;
  border: 3px solid #000;
  color: black;
}

.oauth-homepage-button.none {
  background-color: #FFF;
  color: black;
}

.oauth-homepage-button.salesforce {
  background-color: #00A1DF;
  border-color: #00A1DF;
}

.oauth-homepage-button.hubspot {
  background-color: #F7761F;
  border-color: #F7761F;
}

.oauth-homepage-button.email {
  background-color: green;
  border-color: green;
}

.supported-app img {
  margin: 12px 0;
  opacity: 1.0;
  vertical-align: middle;
  width: 160px;
}

.homepage-container-max {
  max-width: 1000px;
  margin: 0 auto;
}

.supported-app img:hover {
  filter: grayscale(10%);
}

.customer img {
  padding: 20px 0;
  width: 120px;
  filter: grayscale(100%);
  opacity: 0.6;
  max-width: 90%;
}

.appexchange-logo {
  padding-top: 50px;
  width: 200px;
  padding-right: 20px;
}

body[data-sumo-smart-bar-data] .introText {
  top: 200px;
}

.close {
  width: 30px;
    height: 30px;
    padding-top: 5px;
    text-align: center;
}

.cloudContainer {
  height: 40%;
  position: absolute;
  width: 100%;
}

.merlin-install-button {
  border-radius: 200px;
  margin: 20px auto;
  padding: 10px 40px;  
}

.merlin-icon {
  padding: 20px 0 20px 0;
  text-align: center;
}

.salesforce-header {
  color: #1981E2;
}

.merlin-header {
  color: #1981E2;
}

.workemail-container {
  width: 90%;
  display: block;
  position: absolute;

}

.homepage-header-email {
  width: 100%;
  border-radius: 100px;
  border: 0;
  background: #fff;
  padding: 0 0px 0 28px;
  font-size: 1rem;
  height: 55px;
  line-height: 55px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 3px 32px 0 rgba(100, 100, 100, 0.25);
  z-index: 1;
  font-size: 14px;
  transition: all 0.5s ease;
}

.homepage-header-email:hover {
  box-shadow: 0 7px 32px 0 rgba(100, 100, 100, 0.50);

}

.homepage-header-button {
  border-radius: 100em;
  z-index: 999;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  z-index: 2;
  padding: 0;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 182px !important;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background: #4285F4;
  border: 0;
  color:white;
  margin-top: -55px;
  margin-right: 0px;
  cursor: pointer;
  transition: all 0.5s ease;
  margin-right: -28px;
}

.homepage-icon {
  display: block;
  height: 50px;
  margin: 0 auto;
  padding-top: 5px;
}

.homepage-icon-container {
  border-radius: 600px;
  box-shadow: 0 3px 32px 0 rgba(66, 133, 244, 0.25);
  height: 60px;
  margin: 0 auto;
  padding: 20px;
  vertical-align: middle;
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.front-containers ul {
  margin-left:0;
  padding-left:0;
}

.front-containers ul li {
  list-style-type: none;
  margin-left: 0;
  padding-left:0;
}

#enterprise-icon {
  padding-left: 6px;
}

.front-containers svg {
  padding-right: 10px;
  fill: white;
  height: 20px;
  width: 20px;
}

.homepage-header-button:hover {
  background: #5793f7;
  width:200px !important;
}

.bottom-cta-container {
  margin: 0 auto;
  max-width: 600px;
  width: 80%; 
}



.cta .homepage-header-email{
  padding: 0 0px 0 28px;
  width: 100%;
}

.cta .homepage-header-button{
  background-color: white;
  box-shadow: 0 7px 32px 0 rgba(100, 100, 100, 0.50);
  color: #5793f7;
  display: block;
  margin: 0 auto;
  margin-right: 20%;
  margin-top: 10px;
  position: relative;
}

.cta .homepage-header-button:hover{
  background-color: white;
  color: #5793f7;
}

.bottom-cta-container .homepage-header-button {
  margin-right: auto;
}

textarea:focus, input:focus{
  outline: none;
}

.yourway-header {
  color: #1981E2;
}

.merlin-text {
  font-size: 22px;
  margin-bottom: 20px;
  opacity: 1;
  padding: 20px;
  transition: opacity 1s;
}

.merlin-text-hide {
  opacity: 0;
}

.logged-in-button {
  display: none;
}

.merlin-close-button {
  color: #82ABEA;
  cursor: pointer;
  font-size: 20px;
  font-weight: bolder;
  left: 15px;
  position: absolute;
  top: 15px;
}

.more-logins {
  display: none;
}

.followus {
  float: left;
  text-align: center;
  width: 100%;
}

.followusinner {
  padding: 30px;
}
