body {
  background: #F7FAFC;
}

a:hover {
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.h1, h1 {
  font-size: 3rem;
  line-height: 1.1;
}
.h2, h2 {
  font-size: 2.5rem;
  line-height: 1.1;
}

@media (max-width: 768px) {
  .h1, h1 {
    font-size: 2.5rem;
  }
  .h2, h2 {
    font-size: 2rem;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: bold;
  color: #2D3748;
  margin-bottom: 1rem;
}
.lead {
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.modal.fade.show {
    position: fixed;
    overflow: scroll;
    left:0;
    right:0;
}
.modal{
    -webkit-overflow-scrolling: auto;
}

.container-xpadding {
  padding-left: 2rem;
  padding-right: 2rem;
}

/***** Utilities *****/

.text-blue {
  color: #2186eb;
}

.text-muted {
  color: #718096 !important;
}

.text-white {
  color: white;
}
.text-light-blue {
  color: #e7f2fd !important;
}

.minimal-input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 29px;
  border-radius: 999px;
  background: #EDF2F7;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.minimal-input, select, textarea{
  color: #1A202C;
}
select.minimal-input {
  padding: 19px 29px;
  appearance: none;
}
.select-input::after {
  content: '';
  position: absolute;
  display: block;
  top: 28px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #A0AEC0;
}
select.minimal-input:focus {
  outline: none;
}
.minimal-input:focus, .minimal-input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #E2E8F0;
  border-radius: 999px;
  color: #1A202C;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.minimal-input::-webkit-input-placeholder {
  color: #4A5568;
}
.minimal-input::-moz-placeholder {
  color: #4A5568;
}
.minimal-input:-ms-input-placeholder {
  color: #4A5568;
}
.minimal-input::-ms-input-placeholder {
  color: #4A5568;
}
.minimal-input::placeholder {
  color: #4A5568;
}
.ver-input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 29px;
  border-radius: 999px;
  background: #EDF2F7;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ver-input, select, textarea{
  color: #1A202C;
}
.ver-input:focus, .ver-input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #E2E8F0;
  border-radius: 999px;
  color: #1A202C;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.ver-input::-webkit-input-placeholder {
  color: #4A5568;
}
.ver-input::-moz-placeholder {
  color: #4A5568;
}
.ver-input:-ms-input-placeholder {
  color: #4A5568;
}
.ver-input::-ms-input-placeholder {
  color: #4A5568;
}
.ver-input::placeholder {
  color: #4A5568;
}
.ver-success {
  background: #E3F9E5;
  color: #014807;
}
.ver-error {
  background: #FFBDBD;
  color: #8A041A;
}
@media (max-width: 992px) {
  .block-small {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .block-xs {
    width: 100%;
  }
}
/** OLD INPUT STYLE
.minimal-input {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-left: 4px solid #f2f2f2;
  padding: 29px 15px;
  border-radius: 4px;
  background: #f9f9f9;
}
.minimal-input:focus, .minimal-input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #f2f2f2;
  border-radius: 4px;
}
.form-control:focus {
  border-color: #2186eb;
  border-radius: 4px;
}
**/
.title-highlight {
  background: white;
  color: #2D3748;
}
.title-highlight-green {
  background: #50D890;
  color: white;
  line-height: 1.4;
}

.background-dark-grey {
  background: #eeeeee;
}

ul.check-bullets {
  padding: 0;
}
ul.check-bullets li {
  background: url('/static/img/general/marketing_site/misc/arrow.svg') no-repeat 0 5px;
  background-size: 10px auto;
  padding-left: 30px;
  list-style-type: none;
  margin-bottom: 1rem;
}

.content-img {
  border-radius: 4px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
          box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
  width: 80%;
}

.soundbite-subscribe {
  width: 250px;
}

.check-green {
  width: 150px;
  border: 3px solid #00E985;
  border-radius: 100%;
  margin: 25px 0 !important;
}
.x-red {
  width: 150px;
  border: 3px solid #dc3545;
  border-radius: 100%;
  margin: 25px 0 !important;
}

.underline {
  border-bottom: 4px solid #2186eb;
}

.bg-blue-100 {
  background: #e7f2fd;
}
.bg-blue-500 {
  background: #2186eb;
}

.br-gray-100 {
  background: #F7FAFC;
}
.bg-gray-200 {
  background: #EDF2F7;
}
.bg-gray-300 {
  background: #E2E8F0;
}
.bg-gray-400 {
  background: #CBD5E0;
}
.bg-gray-700 {
  background: #4A5568;
}

.bg-green-100 {
  background: #d0f5e1;
}

.bg-purple-600 {
  background: #805AD5;
}
.bg-purple-700 {
  background: #6B46C1;
}

.text-gray-100 {
  color: #F7FAFC;
}
.text-gray-200 {
  color: #EDF2F7;
}
.text-gray-300 {
  color: #E2E8F0;
}
.text-gray-400 {
  color: #CBD5E0;
}
.text-gray-700 {
  color: #4A5568;
}
.text-green-500 {
  color: #50D890;
}
.text-green-600 {
  color: #30d17c;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important;
}
.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06) !important;
}
.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05) !important;
}

.cursor-pointer {
  cursor: pointer;
}

.large-radius {
  border-radius: 2rem !important;
}
.large-radius:hover, .large-radius:focus {
  border-radius: 2rem !important;
}

.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}

.link:hover {
  color: inherit;
}

.bottom-gradient::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-image: -o-linear-gradient(315deg, #6B46C1 0%, #1169c0 100%);
  background-image: linear-gradient(135deg, #6B46C1 0%, #1169c0 100%);
  background-position: top left, top right;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/** Checkmark **/

.vt-checkmarks {
  cursor: pointer;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.vt-checkmarks input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.vt-checkmarks .checkmark {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-color: #E2E8F0;
  position: relative;
  border-radius: 4px;
  margin-right: 1ex;
  transition: background 0.1s;
}
.vt-checkmarks:hover input ~ .checkmark {
  background-color: #EDF2F7;
}
.vt-checkmarks input:checked ~ .checkmark {
  background-color: #2186eb;
}
.vt-checkmarks input:focus ~ .checkmark {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.vt-checkmarks input:disabled ~ .checkmark {
  filter: grayscale(100%);
  cursor: not-allowed;
}

.vt-checkmarks .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}
.vt-checkmarks input:checked ~ .checkmark::after {
  display: block;
}

.vt-checkmarks .checkmark::after {
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/** END Checkmark **/

/***** Navigation *****/

.navbar {
  padding: 1rem;
  -webkit-box-shadow: 0 1px 3px rgba(41,70,97,.15);
          box-shadow: 0 1px 3px rgba(41,70,97,.15);
  background: white;
  color: #2D3748;
}

.navbar-brand img {
  height: 25px;
}
@media (max-width: 1200px) {
  .navbar-brand img {
    height: 25px;
  }
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-collapse.collapsing, .navbar-collapse.collapse.show {
  padding-top: 10px;
}

.navbar-light .navbar-nav .nav-link:focus {
  outline: none;
}
.nav-item {
  position: relative;
}
@media (min-width: 992px) {
  .nav-item.non-btn.active .nav-link, .nav-item.non-btn:hover .nav-link, .nav-item.non-btn.dropdown.show .nav-link {
    border-bottom: 4px solid #2186eb;
    border-top: 4px solid transparent;
  }
  .nav-item.non-btn .nav-link {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
  }
}

.dropdown-menu {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border: none;
  background: #1F2933;
  top: calc(100% - 2px);;
}
@media (min-width: 992px) {
  .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.nav-item:hover .dropdown-menu {
  display: block;
}
.dropdown-item {
  color: #c6c6c6;
  padding: .5rem 1.5rem;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #F5F7FA;
  color: black;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #E4E7EB;
  color: black;
}

/***** Veritonic Button *****/

.btn {
   border-radius: 999px;
   font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
   outline: none;
   padding: .5rem 1rem;
   -webkit-transition: all .15s ease;
   -o-transition: all .15s ease;
   transition: all .15s ease;
   cursor: pointer;
}
.btn:focus, .btn:active, .btn:hover {
  outline: 0 !important;
}

.btn-primary {
  background-color: #2186EB;
  border: 1px solid #2186EB;
  color: white !important;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.btn-primary:hover {
  background-color: #1169c0 !important;
  border: 1px solid #1169c0 !important;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.btn-primary:active, .btn-primary:focus {
  background-color: #1169c0 !important;
  border: 1px solid #1169c0 !important;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
      transform: translateY(1px);
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.btn-purple {
  background-color: #35469C;
  border: 1px solid #35469C;
  color: white !important;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.btn-purple:hover {
  background-color: #2D3A8C !important;
  border: 1px solid #2D3A8C !important;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.btn-purple:active, .btn-purple:focus {
  background-color: #2D3A8C !important;
  border: 1px solid #2D3A8C !important;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
      transform: translateY(1px);
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.btn-green {
  background-color: #50D890;
  border: 1px solid #50D890;
  color: white !important;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}
.btn-green:hover {
  background-color: #30d17c !important;
  border: 1px solid #30d17c !important;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.btn-green:active, .btn-green:focus {
  background-color: #30d17c !important;
  border: 1px solid #30d17c !important;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
      transform: translateY(1px);
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.btn-link, .btn-link:hover, .btn-link:active, .btn-link:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important
}

.btn-hero {
  padding: 1rem 3rem;
}

.btn-secondary {
  background: #EDF2F7;
  color: #2D3748;
  border-color: #EDF2F7;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: #CBD5E0 !important;
  color: #2D3748 !important;
  border-color: #CBD5E0 !important;
}

.btn-white {
  background-color: white;
  box-shadow: none;
  color: #3E4C59 !important;
  border: 1px solid #E4E7EB;
}
.btn-white:hover, .btn-white:active, .btn-white.active, .btn-white:focus {
  background-color: #E4E7EB;
  border: 1px solid #CBD2D9;
}

.btn-action {
  background: #00E985;
  color: #006238 !important;
  border-color: #00E985;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.btn-action:hover, .btn-action:active, .btn-action:focus {
  background: #00DC7E !important;
  color: #006238 !important;
  border-color: #00DC7E !important;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1) !important;
}

.btn-tag {
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}
.btn-tag:hover {
  background: #E2E8F0;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
}

/***** Staff Background *****/

.staff-right {
  background: url('/static/img/general/staff-right.svg') no-repeat bottom right;
  background-size: contain;
}
.staff-right.white {
  background-color: white;
}
.staff-left {
  background: url('/static/img/general/staff-left.svg') no-repeat top left;
  background-size: contain;
}

.stylized-background {
  background: url('/static/img/general/stylized-background.jpg') no-repeat center center, -o-linear-gradient(315deg, #7676F9 0%, #0785E5 100%);
  background: url('/static/img/general/stylized-background.jpg') no-repeat center center, linear-gradient(135deg, #7676F9 0%, #0785E5 100%);
  background-size: cover;
}

/***** Hero *****/

.hero p {
  font-size: 18px;
}

.logo-stripe img, .case-stat img.greyscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.partner-stripe img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.owl-carousel .card.testimonial {
  margin: 0 15px;
}
.overflow-hidden {
  overflow: hidden;
}

ul.uses {
  list-style-type: none;
  padding: 0;
}
ul.uses li {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #f2f2f2;
  border-radius: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
}

ul.veritonic-measures {
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
ul.veritonic-measures li {
  display: inline-block;
  padding: .5rem 1rem;
  background: #2186eb;
  border-radius: 4px;
  color: white;
  margin-right: 10px;
  margin-bottom: 10px;
}
ul.veritonic-measures::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255,255,255,1)),to(rgba(255,255,255,0)));
  background: -o-linear-gradient(right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero-new {
  background: #f8f9fa;
  -webkit-clip-path: polygon(50% 100%, 100% 85%, 100% 0, 0 0, 0 85%);
  clip-path: polygon(50% 100%, 100% 85%, 100% 0, 0 0, 0 85%);
}
.hero-new p {
  font-size: 18px;
}
.hero-bg {
  background-color: #2186EB;
  background: url('/static/img/general/wave-test-opacity.svg') center center no-repeat, -o-linear-gradient(315deg, #2186EB 0%, #1169c0 100%);
  background: url('/static/img/general/wave-test-opacity.svg') center center no-repeat, linear-gradient(135deg, #2186EB 0%, #1169c0 100%);
  background-size: cover;
}

.hero-solutions-platform {
  background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat, url('/static/img/general/solutions/platforms_hero.png') center 20% no-repeat,
  -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#ffffff));
  background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat, url('/static/img/general/solutions/platforms_hero.png') center 20% no-repeat,
  -o-linear-gradient(top, #f8f9fa 0%, #ffffff 100%);
  background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat, url('/static/img/general/solutions/platforms_hero.png') center 20% no-repeat,
  linear-gradient(-180deg, #f8f9fa 0%, #ffffff 100%);
  background-size: contain, cover;
}
.hero-solutions-brands {
  background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat, url('/static/img/general/solutions/solutions-brands-new.png') center 40% no-repeat,
  -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#ffffff));
  background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat, url('/static/img/general/solutions/solutions-brands-new.png') center 40% no-repeat,
  -o-linear-gradient(top, #f8f9fa 0%, #ffffff 100%);
  background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat, url('/static/img/general/solutions/solutions-brands-new.png') center 40% no-repeat,
  linear-gradient(-180deg, #f8f9fa 0%, #ffffff 100%);
  background-size: contain, cover;
}
@media (max-width: 768px) {
  .hero-solutions-platform {
    background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat,
    -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#ffffff));
    background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat,
    -o-linear-gradient(top, #f8f9fa 0%, #ffffff 100%);
    background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat,
    linear-gradient(-180deg, #f8f9fa 0%, #ffffff 100%);
    background-size: contain;
  }
  .hero-solutions-brands {
    background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat,
    -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#ffffff));
    background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat,
    -o-linear-gradient(top, #f8f9fa 0%, #ffffff 100%);
    background: url('/static/img/general/wedge-reverse.png') center bottom no-repeat,
    linear-gradient(-180deg, #f8f9fa 0%, #ffffff 100%);
    background-size: contain;
  }
}

/* Angle Hero */
.angle-hero-container {
  max-width: 1280px;
}
.angle-hero {
  z-index: 10;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.angle-hero svg {
  z-index: -1;
  display: none;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 12rem;
  --transform-translate-x: 50%;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}
.angle-hero-content {
  max-width: 1280px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.angle-hero-background img {
  height: 14rem;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 640px) {
  .angle-hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .angle-hero-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .angle-hero-background img {
    height: 18rem;
  }
}
@media (min-width: 768px) {
  .angle-hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .angle-hero-background img {
    height: 24rem;
  }
}
@media (min-width: 1024px) {
  .angle-hero {
    padding-top: 6rem;
    padding-bottom: 6rem;
    max-width: 42rem;
    width: 100%;
  }
  .angle-hero svg {
    display: block;
  }
  .angle-hero-content {
    padding-left: 2rem;
    padding-right: 3rem;
  }
  .angle-hero-background {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
  }
  .angle-hero-background img {
    height: 100%;
    width: 100%;
  }
}
/* END Angle Hero */

/***** Audio Score Panel *****/
.audio-score-label {
  font-size: 11px;
}

/***** Feature Frame *****/
.feature-frame {
  height:0;
  padding-bottom:50%;
}
.feature-frame img {
  top: 15%;
  left: 15%;
  height: 70%;
  width: 70%;
  object-fit:cover;
}
.feature-frame::after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: url('/static/img/general/marketing_site/circles/gray-surround.png') center center no-repeat;
  background-size: cover;
}

.quote-frame-lg {
  height:0;
  padding-bottom: 50%;
}
.quote-frame-xl {
  height:0;
  padding-bottom: 75%;
}
.quote-frame-lg img, .quote-frame-xl img {
  top: 0;
  left: 0;
  object-fit:cover;
  filter: grayscale(100%);
}
.quotation-mark {
  width: 100px;
}

/***** Container Padding (New Block Style) *****/

.container-maxwidth {
  max-width: 1280px;
}
.container-py {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.container-px {
  padding-left: 1rem;
  padding-right: 1rem;
}
.header-overlap {
  padding-bottom: 7rem;
}
.content-overlap {
  margin-top: -5rem;
}
@media (min-width: 640px) {
  .container-py {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .container-px {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .header-overlap {
    padding-bottom: 8rem;
  }
}
@media (min-width: 768px) {
  .container-py {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .header-overlap {
    padding-bottom: 9rem;
  }
}
@media (min-width: 1024px) {
  .container-py {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .container-px {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header-overlap {
    padding-bottom: 10rem;
  }
}

/***** Block *****/

.block {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .block {
    padding: 60px 0;
  }
}

.block.block-white {
  background: white;
}
.block.block-body {
  background: #F7FAFC;
}

.block.block-grdnt-blue {
  background-color: #0785E5;
  background-image: -o-linear-gradient(330deg, #2186eb, #0785E5);
  background-image: linear-gradient(120deg, #2186eb, #0785E5);
  color: white;
}
.block.block-grdnt-blue h1, .block.block-grdnt-blue h2, .block.block-grdnt-purple h1, .block.block-grdnt-purple h2 {
  color: white;
}

.bg-primary {
  background-color: #0785E5;
  background-image: -o-linear-gradient(315deg, #805AD5 0%, #2186eb 100%);
  background-image: linear-gradient(135deg, #805AD5 0%, #2186eb 100%);
  color: white;
}
.bg-gray-gradient {
  background-color: #F7FAFC;
  background-image: -o-linear-gradient(to top, #F7FAFC 0%, #EDF2F7 100%);
  background-image: linear-gradient(to top, #F7FAFC 0%, #EDF2F7 100%);
  color: white;
}
.bg-wave-corner {
  background-color: #0785E5;
  background: -o-linear-gradient(315deg, #805AD5 0%, #2186eb 100%);
  background: linear-gradient(135deg, #805AD5 0%, #2186eb 100%);
  background-size: cover;
  color: white;
}
.bg-wave-gray {
  background-color: #EDF2F7;
  background: url('/static/img/general/marketing_site/waveforms/wave-ali.png') center bottom no-repeat, -o-linear-gradient(315deg, #EDF2F7 0%, #EDF2F7 100%);
  background: url('/static/img/general/marketing_site/waveforms/wave-ali.png') center bottom no-repeat, linear-gradient(135deg, #EDF2F7 0%, #EDF2F7 100%);
  background-size: cover;
  color: white;
}
.bg-wave-gray2 {
  background-color: #EDF2F7;
  background: url('/static/img/general/marketing_site/waveforms/wave-ali.png') center -50% no-repeat, -o-linear-gradient(315deg, #EDF2F7 0%, #EDF2F7 100%);
  background: url('/static/img/general/marketing_site/waveforms/wave-ali.png') center -50% no-repeat, linear-gradient(135deg, #EDF2F7 0%, #EDF2F7 100%);
  background-size: cover;
  color: white;
}
.bg-wave-bottom {
  background-color: #0785E5;
  background: url('/static/img/general/wave-test.svg') center top no-repeat, -o-linear-gradient(315deg, #805AD5 0%, #2186eb 100%);
  background: url('/static/img/general/wave-test.svg') center top no-repeat, linear-gradient(135deg, #805AD5 0%, #2186eb 100%);
  background-size: cover;
  color: white;
}
.bg-wave-center {
  background-color: #0785E5;
  background: url('/static/img/general/wave-test.svg') center center no-repeat, -o-linear-gradient(315deg, #805AD5 0%, #2186eb 100%);
  background: url('/static/img/general/wave-test.svg') center center no-repeat, linear-gradient(135deg, #805AD5 0%, #2186eb 100%);
  background-size: cover;
  color: white;
}
@media (min-width: 768px) {
  .bg-wave-corner {
    background-color: #0785E5;
    background: url('/static/img/general/marketing_site/waveforms/wave-corner.png') right bottom no-repeat, -o-linear-gradient(315deg, #805AD5 0%, #2186eb 100%);
    background: url('/static/img/general/marketing_site/waveforms/wave-corner.png') right bottom no-repeat, linear-gradient(135deg, #805AD5 0%, #2186eb 100%);
    background-size: cover;
    color: white;
  }
  .bg-wave-corner-white {
    background: url('/static/img/general/marketing_site/waveforms/wave-corner.png') right bottom no-repeat, -o-linear-gradient(315deg, #ffffff 0%, #ffffff 100%);
    background: url('/static/img/general/marketing_site/waveforms/wave-corner.png') right bottom no-repeat, linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    background-size: cover;
    color: white;
  }
}

.block.block-grdnt-blue-2, .bg-grdnt-blue-2 {
  background-color: #0785E5;
  background-image: -o-linear-gradient(315deg, #805AD5 0%, #2186eb 100%);
  background-image: linear-gradient(135deg, #805AD5 0%, #2186eb 100%);
  color: white;
}
.block.block-grdnt-blue-2 h1, .block.block-grdnt-blue-2 h2 {
  color: white;
}

.block.block-grdnt-blue-lite {
  background-color: white;
  background-image: -o-linear-gradient(315deg, rgba(65,167,246,.4), rgba(7,133,229,.6));
  background-image: linear-gradient(135deg, rgba(65,167,246,.4), rgba(7,133,229,.6));
  color: white;
}
.block.block-grdnt-blue-lite h1, .block.block-grdnt-blue-lite h2 {
  color: white;
}

.block.block-grdnt-purple {
  background-color: #0967D2;
  background: -o-linear-gradient(315deg, #6B46C1 0%, #1169c0 100%);
  background: linear-gradient(135deg, #6B46C1 0%, #1169c0 100%);
  background-size: cover;
}

.block.block-grey {
  background-color: #4F5359;
  color: white;
}
.block.block-grey h1, .block.block-grey h2 {
  color: white;
}

.wedge-block {
  width:100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.clip {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 80%, 0% 100%);
}

.feature-icon {
  font-size: 2rem;
  color: #2186eb;
  background: #C8E5FE;
  border-radius: 100%;
  padding: 20px;
}
.feature-icon.white {
  background: white;
  color: #2D3748;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.background-white {
  background-color: white;
}

.close-modal-x {
  top: 15px;
  right: 15px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: #CBD2D9;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
  font-size: 1.5rem;
}
.close-modal-x:hover {
  color: #9AA5B1;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.close-modal-x:focus {
  outline: none;
}

@media (min-width: 992px) {
  .vertical-divider::after {
    content:"";
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 50%;
    border-left: .25rem solid #F7FAFC;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    z-index: 1;
  }
  .vertical-divider.platform::after {
    top: 50%;
  }
}

.westwood-one-block {
  background: url('/static/img/general/featured-content/wwo-case-study/westwoodone.png') center bottom no-repeat;
  background-size: cover;
}
.bayer-block {
  background: linear-gradient(135deg, rgba(128, 90, 213,0.7), rgba(33, 134, 235,.7)), url('/static/img/general/featured-content/bayer-background.jpg') left top no-repeat;
  background-size: cover;
}

/***** Card *****/

.card {
  color: #2D3748;
  position: relative;
  border: none;
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
          box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  border-radius: 4px;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
.card.testimonial img.propic {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border: 6px solid white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
}
.card .quote {
  font-size: larger;
}
.card .client {
  font-style: italic;
  text-align: right;
}
.card-body.client-quote {
  padding-top: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
}
.card-link:hover {
  text-decoration: none;
}
.card-link:hover {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
      transform: translateY(-1px);
  -webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
}
.card-link:active, .card-link:focus {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
      transform: translateY(1px);
  -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
}

.border-top {
  border-top: 1px solid rgba(0,0,0,.125);
}

.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.cms-img {
  padding-top: 56%;
}

.modal-content {
  border: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.float-card {
  position: absolute;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
          box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);
}
.float-card.left {
  left: 0;
  top: 50%;
  -webkit-transform: translate(15%, -50%);
      -ms-transform: translate(15%, -50%);
          transform: translate(15%, -50%);
  max-width: 60%;
}
.float-card.right {
  right: 0;
  top: 50%;
  -webkit-transform: translate(-15%, -50%);
      -ms-transform: translate(-15%, -50%);
          transform: translate(-15%, -50%);
  max-width: 60%;
}

.blurb::after{
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #4A5568;
  clear: both;
}
.market-quote::after{
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #4A5568;
  clear: both;
}
@media (min-width: 768px) {
  .market-quote::after{
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% + 20px);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #4A5568;
    clear: both;
  }
}

.callout-img {
  padding-top: 56%;
  position: static;
}
@media (min-width: 768px) {
  .callout-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


/***** Case Studies *****/

.case-screenshot {
  width: 100%;
  border: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.case-study-result {
  background: #e7f2fd;
  border-radius: 2px;
  min-height: 120px;
  position: relative;
}
.case-study-result:after {
  position: absolute;
  top: -7px;
  left: -7px;
  display: block;
  content: '';
  background-image: url('/static/img/check-filled-check-white.svg');
  background-size: contain;
  height: 28px;
  width: 28px;
}

.bg-primary h4 {
  font-weight: lighter;
}

.infographic {
  width: 60%;
}
@media (max-width: 768px) {
  .infographic {
    width: 100%;
  }
}

/***** NEW CTA *****/

.latest-overlap {
  margin-top: -12rem;
  padding-top: 12rem;
}

/***** CTA *****/

.cta {
  background-color: white;
}

@media (min-width: 992px) {
  .cta {
    background-color: white;
    background-image: url('/static/img/general/cta-left.svg'), url('/static/img/general/cta-right.svg');
    background-position: center left, center right;
    background-repeat: no-repeat, no-repeat;
  }
}

.cta h1, .cta .h1, .text-gradient {
  background: -o-linear-gradient(315deg, #805AD5 0%, #2186eb 100%);
  background: linear-gradient(135deg, #805AD5 0%, #2186eb 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.wedge-cta {
  display: block;
  width:100%;
}

/***** Profile Pics *****/

.leadership-img {
  border: 6px solid white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  max-width: 200px;
}
.advisors-img {
  border: 6px solid white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 150px;
  height: 150px;
}
.profile-img {
  border: 6px solid white;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/***** Footer *****/

footer {
  position: relative;
  background: white;
  font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-image: -o-linear-gradient(315deg, #6B46C1 0%, #1169c0 100%);
    background-image: linear-gradient(135deg, #6B46C1 0%, #1169c0 100%);
    background-position: top left, top right;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer ul li {
  margin-bottom: .5rem;
}
footer ul li a {
  color: #718096;
  text-decoration: none;
}
footer ul li a:hover {
  color: #A0AEC0;
  text-decoration: none;
}
footer ul li.footer-title, .footer-title {
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #A0AEC0;
  line-height: 1;
}
footer .footer-credits span {
  display: block;
  color: #A0AEC0;
}
footer .footer-credits span a {
  color: #A0AEC0;
  text-decoration: none;
}
footer .footer-credits span a:hover {
  color: #718096;
  text-decoration: none;
}
.footer-social a {
  font-size: 20px;
  color: #718096;
}
.footer-social a:hover {
  color: #A0AEC0;
  text-decoration: none;
}
.footer-social a i {
  vertical-align: bottom;
}

/***** Hamburger *****/

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamRotate180.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.line {
  fill:none;
  -webkit-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  -o-transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}

/***** Cookie Accept/Deny Container *****/

.cookie-container {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: calc(50% - 30px);
  background: white;
  padding: 1.5rem;
  border-radius: 4px;
  box-shadow: 0 25px 50px -12px
  rgba(0,0,0,.25) !important;
  z-index: 9999;
}
.cookie-container p {
  font-size: 12px;
}
@media (max-width: 768px) {
  .cookie-container {
    width: calc(100% - 30px);
    border-radius: 24px;
  }
  .cookie-container p {
    font-size: 10px;
  }
}

/***** Floating Announcement Container *****/

.floating-announcement {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: calc(25% - 30px);
  background: white;
  padding: 1.5rem;
  border-radius: 4px;
  z-index: 5000;
}
.floating-announcement .floating-icon {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.floating-announcement .floating-dismiss {
  font-size: 16pt;
  padding: 1rem;
  top: 0;
  right: 0;
  cursor: pointer;
}
.floating-announcement .floating-dismiss:hover {
  color: #A0AEC0 !important;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}
@media (max-width: 768px) {
  .floating-announcement {
    width: calc(100% - 30px);
    border-radius: 24px;
  }
  .floating-announcement p {
    font-size: 10px;
  }
}
