

.echart-mod-high-home, .echart-product-share {
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .echart-mod-high-30-trend-report-container {
    width: calc(100% - 120px);
  }
}

.echart-mod-high-30-trend-report {
  min-height: 16.25rem;
}

.echart-new-labs-by-state-map {
  min-height: 12.5rem;
}

.email-icon {
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position-x: 4px;
  background-position-y: 4px;
  background-image: url("/static/leo/img/email_offset.svg");
}

.user-icon {
padding-left: 30px;
background-repeat: no-repeat;
background-position-x: 4px;
background-position-y: 4px;
background-image: url("/static/leo/img/search.svg");
}

.content-skewed {
  perspective: 1500px;
  transform-style: preserve-3d;
}

.content-skewed-right {
  perspective-origin: right center;
}
.content-skewed-right .content-skewed-item {
  transform: rotateY(30deg) rotateX(15deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.content-skewed-left {
  perspective-origin: left center;
}
.content-skewed-left .content-skewed-item {
  transform: rotateY(-30deg) rotateX(15deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.curved-bottom {
		border-bottom-left-radius: 35% 5%;
		border-bottom-right-radius: 35% 5%;
}

.svg-border-waves {
  padding-top: 1rem;
}
.svg-border-waves svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2rem;
  width: 100%;
}
@media (min-width: 576px) {
  .svg-border-waves {
    padding-top: 1.5rem;
  }
  .svg-border-waves svg {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .svg-border-waves {
    padding-top: 2rem;
  }
  .svg-border-waves svg {
    height: 3rem;
  }
}


.lift {
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
  transition: transform 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lift:hover {
  transform: translateY(-0.3333333333rem);
  box-shadow: 0 0.5rem 2rem 0 rgba(33, 40, 50, 0.25);
}
.lift:active {
  transform: none;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15);
}

.lift-sm {
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}
.lift-sm:hover {
  transform: translateY(-0.1666666667rem);
  box-shadow: 0 0.25rem 1rem 0 rgba(33, 40, 50, 0.25);
}
.lift-sm:active {
  transform: none;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}

.card.lift {
  text-decoration: none;
  color: inherit;
}


.icon-stack {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 2.5rem;
  width: 2.5rem;
  font-size: 1rem;
  background-color: #f2f6fc;
}
.icon-stack svg {
  height: 1rem;
  width: 1rem;
}

.icon-stack-lg {
  height: 4rem;
  width: 4rem;
  font-size: 1.5rem;
}
.icon-stack-lg svg {
  height: 1.5rem;
  width: 1.5rem;
}

.icon-stack-xl {
  height: 5rem;
  width: 5rem;
  font-size: 1.75rem;
}
.icon-stack-xl svg {
  height: 1.75rem;
  width: 1.75rem;
}


.list-group-careers {
  margin-bottom: 3rem;
}
.list-group-careers .list-group-item {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-device-wrapper {
  max-width: 400px;
  width: 100%;
  border-radius: 15px;
  background-color: white;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.4);
  padding: 10px;
}



.checkout-wrapper {
  max-width: 400px;
  width: 100%;
  border-radius: 15px;
  background-color: white;
  padding-top: 50px;
  padding-left: 10px;
  padding-bottom: 50px;
}



/*!
 * html5-device-mockups (https://github.com/pixelsign/html5-device-mockups)
 * Copyright 2013 - 2018 pixelsign
 * Licensed under MIT (https://github.com/pixelsign/html5-device-mockups/blob/master/LICENSE.txt)
 * Last Build: Thu Dec 20 2018 14:05:50
 */
.device-wrapper {
  max-width: 300px;
  width: 100%;
}

.device {
  position: relative;
  background-size: cover;
}

.device::after {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.device .screen {
  position: absolute;
  background-size: cover;
  pointer-events: auto;
}

.device .button {
  position: absolute;
  cursor: pointer;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] {
  padding-bottom: 198.89807163%;
  background-image: url("/static/assets/img/device-mockups/iPhoneX/portrait.png");
  z-index: initial;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .screen {
  top: 3.254847645%;
  left: 7.162534435%;
  width: 85.67493113%;
  height: 93.49030471%;
  border: 0px;
  z-index: 0;
}

.device[data-device=iPhoneX][data-orientation=landscape][data-color=black] {
  padding-bottom: 50.27700831%;
  background-image: url("/static/assets/img/device-mockups/iPhoneX/landscape.png");
  z-index: initial;
}

.device[data-device=iPhoneX][data-orientation=landscape][data-color=black] .screen {
  top: 7.162534435%;
  left: 3.254847645%;
  width: 93.49030471%;
  height: 85.67493113%;
  border: 0px;
  z-index: 0;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] {
  padding-bottom: 198.898071625%;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .screen {
  top: 3.1855955679%;
  left: 6.8870523416%;
  width: 86.2258953168%;
  height: 93.6288088643%;
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black]::after {
  content: "";
  background-image: url("/static/assets/img/device-mockups/iPhoneX/portrait_black.png");
}

.device[data-device=iPhoneX][data-orientation=portrait][data-color=black] .button {
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.device[data-device=iPhoneX][data-orientation=landscape][data-color=black] {
  padding-bottom: 50.2770083102%;
}

.device[data-device=iPhoneX][data-orientation=landscape][data-color=black] .screen {
  top: 6.3360881543%;
  left: 3.4626038781%;
  width: 93.0747922438%;
  height: 87.3278236915%;
}

.device[data-device=iPhoneX][data-orientation=landscape][data-color=black]::after {
  content: "";
  background-image: url("/static/assets/img/device-mockups/iPhoneX/landscape_black.png");
}

.device[data-device=iPhoneX][data-orientation=landscape][data-color=black] .button {
  display: none;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}



.device-laptop {
  position: relative;
}
.device-laptop .device-container {
  display: block;
  height: auto;
  width: 100%;
  position: relative;
  z-index: 1;
}
.device-laptop .device-screenshot {
  display: block;
  position: absolute;
  top: 6%;
  left: 11.8%;
  height: auto;
  width: 76.57%;
  z-index: 0;
}


.card-team {
  overflow: visible;
  margin-top: 3rem;
}
.card-team .card-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem;
  text-align: center;
}
.card-team .card-body .card-team-img {
  height: 10rem;
  width: 10rem;
  border-radius: 100%;
  margin-top: -4.5rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(33, 40, 50, 0.2);
}
.card-team .card-body .card-team-name {
  font-weight: 500;
  font-size: 1.1rem;
}
.card-team .card-body .card-team-position {
  font-style: italic;
  color: #a7aeb8;
  font-size: 0.8rem;
}


.svg-border-rounded svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1rem;
  width: 100%;
}
@media (min-width: 576px) {
  .svg-border-rounded svg {
    height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .svg-border-rounded svg {
    height: 2rem;
  }
}
@media (min-width: 992px) {
  .svg-border-rounded svg {
    height: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .svg-border-rounded svg {
    height: 3rem;
  }
}

.sub-card-text { 
  font-size: 1.2rem;
  font-weight: 300;
}

.feature-text { 
  font-size: 0.9rem;
  font-weight: 400;
}

.enterprise-back {
  background-color: #333333;
}

.pro-background{
  background-color: #ffeab6;
}

.prospector-background { 
  background-color: #d0f0fd;
}

.title-text { 
  font-size: "1.5rem";
  font-weight: 700;
}

.top-title-text { 
  font-size: "0.1rem";
  font-weight: 700;
}

.white-shadow {
  box-shadow: 2px 2px 16px #ffffff;
}

.text-success-darker { 
  color: #1a9d55;
}

.red-border { 
  border: 1px solid red;
}
.gradient-row {
  background: linear-gradient(to right, #fd7e14, #ffaf40);
  position: relative;
  overflow: hidden;
}

.gradient-row:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 10%, transparent 50%);
  transform: translate(-50%, -50%);
}

/* Issue #34: Responsive card titles for mobile */
.card-title,
.card-header h5,
.card-header h6 {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 576px) {
  .card-title,
  .card-header h5,
  .card-header h6 {
    font-size: 1rem !important;
  }
}