/* ========================================
   SITE.CSS - Marketing Pages Stylesheet
   Extracted from main.scss for static site
   ======================================== */

/* -------------------------------------
   CSS VARIABLES (from SCSS definitions)
------------------------------------- */
:root {
  --brand-primary: #BC82D9;
  --brand-secondary: #5775AB;
  --brand-tertiary: #0083C7;
  --brand-primary-dk: #86458C;
  --brand-primary-lt: #D6CBE6;
  --brand-secondary-lt: #D1DFF9;
  --brand-danger: #d9534f;
  --brand-warning: #f0ad4e;
  --brand-info: #5bc0de;

  --font-sans-serif-light: 'Open Sans Light', sans-serif;
  --font-sans-serif: 'Open Sans', sans-serif;
  --font-condensed: 'Open Sans Condensed Bold', sans-serif;
  --font-condensed-light: 'Open Sans Condensed Light', sans-serif;
  --font-fixed: 'Courier', monospace;
  --font-handwritten: 'Comic Sans MS', 'Comic Sans', sans-serif;

  --light-color: #aaa;
  --xlight-color: #cdcdcd;
  --medium-color: #777;
  --dark-color: #333;
  --gray: #888;
}

/* -------------------------------------
   FONT FACES
------------------------------------- */
@font-face {
  font-family: 'Open Sans Condensed Bold';
  src: url(/fonts/open-sans-condensed-bold.woff);
}

@font-face {
  font-family: 'Open Sans Condensed Light';
  src: url(/fonts/open-sans-condensed-light.woff);
}

@font-face {
  font-family: 'Open Sans';
  src: url(/fonts/open-sans.woff);
}

@font-face {
  font-family: 'Open Sans Light';
  src: url(/fonts/open-sans-light.woff);
}

/* -------------------------------------
   BASE ELEMENTS (Marketing Pages)
------------------------------------- */
html {
  background-color: #BC82D9;
  background: -webkit-linear-gradient(#6e9ac8, #BC82D9) no-repeat center center fixed;
  background: -moz-linear-gradient(#6e9ac8, #BC82D9) no-repeat center center fixed;
  background: linear-gradient(#6e9ac8, #BC82D9) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

body {
  background-color: rgba(255, 255, 255, 0.0);
  background-size: cover;
  min-height: 100%;
  font-weight: 400;
  padding-top: 50px;
  padding-bottom: 60px;
  color: #333;
}

/* Panel override - remove borders */
.panel {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  border: 0px solid;
  padding: 5px;
}

/* -------------------------------------
   FOOTER
------------------------------------- */
.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 100px 15px 10px 15px;
  text-align: left;
  font-size: 14px;
  color: #fff;
}

.footer .social-row {
  text-align: center;
  margin-bottom: 80px;
}

.footer .legal-line {
  text-align: center;
  margin-top: 60px;
  font-size: 12px;
}

.footer a {
  color: #fff;
}

/* -------------------------------------
   COLUMN LAYOUT
------------------------------------- */
.column {
  margin-bottom: 30px;
}

/* -------------------------------------
   HOMEPAGE FEATURES
------------------------------------- */
.hpfeatures .col-heading {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 16px;
}

.hpfeatures .icon {
  margin-bottom: 15px;
}

/* -------------------------------------
   LOGO WRAPPER
------------------------------------- */
.logowrap {
  z-index: 500;
  float: left;
  margin: 8px;
}

.logowrap img {
  height: 60px;
}

/* -------------------------------------
   HPSEC - Main Marketing Section Styles
------------------------------------- */
.hpsec {
  padding-top: 0px;
  padding-bottom: 20px;
  text-align: center;
}

.hpsec .navbar .navbar-brand {
  font-size: 18px;
  line-height: 20px;
  color: #BC82D9;
}

.hpsec .navbar li {
  line-height: 20px;
  font-size: 16px;
}

.hpsec .screenshot {
  margin-top: 20px;
  max-width: 300px;
}

.hpsec a {
  color: #333;
}

.hpsec a:hover {
  background-color: rgba(0,0,0,0.3);
}

.hpsec a:active {
  font-weight: bold;
}

.hpsec .form-control:focus {
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.hpsec .form input.ng-invalid.ng-dirty {
  border: 1px #FBE2E3 solid;
  box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.075), 0 0 8px rgba(217, 83, 79, 0.6);
  color: red;
}

.hpsec .form input.ng-valid.ng-dirty {
  font-weight: 500;
  color: #5775AB;
}

.hpsec .faq {
  text-align: left;
}

/* HPSEC Headings */
.hpsec h1 {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.hpsec h2 {
  font-size: 32px;
  font-family: 'Open Sans Light', sans-serif;
  color: #111;
}

.hpsec h3 {
  font-size: 28px;
  font-family: 'Open Sans Light', sans-serif;
  color: #333;
}

.hpsec .h3i {
  font-size: 22px;
  font-family: 'Open Sans Light', sans-serif;
  font-style: italic;
  color: #333;
}

.hpsec h4 {
  font-size: 18px;
  font-family: 'Open Sans Condensed Bold', sans-serif;
  color: #333;
}

.hpsec h5 {
  font-size: 18px;
  font-family: 'Open Sans Light', sans-serif;
  color: #333;
}

/* HPSEC Body Text */
.hpsec .h1body {
  font-size: 22px;
  font-family: 'Open Sans Light', sans-serif;
  margin-top: 11px;
  margin-bottom: 64px;
  color: #888;
}

.hpsec .h1body-sm {
  font-size: 18px;
  font-family: 'Open Sans Light', sans-serif;
  margin-top: 11px;
  margin-bottom: 28px;
  color: #888;
}

.hpsec .h2body {
  font-size: 20px;
  font-family: 'Open Sans Light', sans-serif;
  margin-top: 11px;
  margin-bottom: 64px;
  color: #888;
}

.hpsec .h3body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 11px;
  margin-bottom: 40px;
  color: #888;
}

.hpsec .h3body a {
  text-decoration: underline;
}

.hpsec .h4body {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 11px;
  margin-bottom: 64px;
  color: #888;
}

.hpsec .h4body-sm {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 11px;
  margin-bottom: 10px;
  color: #888;
}

/* HPSEC Blog Example */
.hpsec .blogexample {
  padding: 20px;
  background-color: #ddd;
  text-align: left;
  border-radius: 8px;
  box-shadow: inset 1px 1px 5px #555;
}

.hpsec .blogexample a {
  text-decoration: underline;
}

/* HPSEC Background Chart */
.hpsec .background-chart {
  position: relative;
}

.hpsec .background-chart:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/casestudy.png) no-repeat center center fixed;
  width: 100%;
  height: 100%;
  opacity: 0.08;
  z-index: 0;
}

.hpsec .intronum {
  font-weight: bold;
  font-size: 60px;
}

/* HPSEC Quote */
.hpsec .quote {
  font-size: 24px;
  margin-bottom: 40px;
  font-style: italic;
  font-family: 'Open Sans Light', sans-serif;
}

.hpsec .prose {
  text-align: left;
  line-height: 40px;
}

/* HPSEC Section */
.hpsec .section {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 15px;
}

.hpsec .section-header {
  margin-bottom: 18px;
}

.hpsec .section-rectangle-image {
  width: 100%;
  margin-left: -7px;
  width: 110%;
}

.hpsec .section-oval-image {
  width: 80%;
}

.hpsec .section-devices-image {
  width: 100%;
}

.hpsec .section-heading {
  font-family: 'Open Sans Condensed Bold', sans-serif;
  font-size: 19px;
  text-align: center;
  width: 100%;
  color: #333;
  margin-top: 8px;
  margin-bottom: 6px;
}

.hpsec .section-filler {
  margin-top: 60px;
}

.hpsec .section-heading-left {
  text-align: left;
}

.hpsec .section-caption {
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
}

.hpsec .col-heading {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 20px;
}

.hpsec .col-body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

/* HPSEC Login Logo */
.hpsec .login-logo {
  margin-top: -40px;
  margin-bottom: 18px;
}

.hpsec .login-logo img {
  max-height: 70px;
  max-width: 120px;
}

.hpsec .login-logo a:hover {
  background-color: rgba(0,0,0,0);
}

/* HPSEC Signup */
.hpsec .signup .panel {
  padding: 10px;
}

/* HPSEC Focus Card */
.hpsec .focus-card {
  background-color: #fafafa;
  text-align: center;
  padding: 30px;
  max-width: 600px;
  width: 95%;
  display: inline-block;
  border: 1px solid #cccccc;
  border-radius: 8px;
  box-shadow: 2px 2px 5px #888;
  margin-bottom: 40px;
}

.hpsec .focus-card .heading {
  font-size: 3em;
  line-height: 1em;
  font-family: 'Open Sans Condensed Bold', sans-serif;
  color: #333;
}

.hpsec .focus-card .focus-card-heading-box {
  margin-bottom: 36px;
}

.hpsec .focus-card .focus-card-heading-box .heading {
  font-size: 1.5em;
  line-height: 1em;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 400;
  margin-bottom: 6px;
}

.hpsec .focus-card .focus-card-heading-box .subheading {
  font-size: 1em;
  line-height: 1.2em;
  color: #777;
}

.hpsec .focus-card .well {
  font-size: 1em;
}

.hpsec .focus-card .button {
  font-family: 'Open Sans Condensed Bold', sans-serif;
}

.hpsec .focus-card .focus-card-image-sm {
  margin-top: 24px;
}

.hpsec .focus-card .focus-card-image-sm img {
  height: 150px;
}

.hpsec .focus-card .focus-card-footer hr {
  margin-top: 40px;
  border-width: 1px 0 0;
  border-color: #ccc;
}

.hpsec .focus-card .focus-card-footer .focus-card-footer-image {
  max-width: 100px;
  margin-top: 15px;
}

.hpsec .focus-card .focus-card-footer .focus-card-footer-tagline {
  margin-top: 12px;
  color: #86458C;
  font-size: 12px;
  font-style: italic;
}

.hpsec .focus-card .focus-card-announcement {
  padding: 10px;
  background-color: #d9534f;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
}

.hpsec .focus-card .focus-card-announcement .maintext {
  font-size: 2em;
  font-family: 'Open Sans Condensed Bold', sans-serif;
}

.hpsec .focus-card .focus-card-announcement .subtext {
  font-size: 0.8em;
  color: #f0f0f0;
}

.hpsec .focus-card .focus-card-announcement .promo {
  font-size: 1.1em;
  font-family: 'Courier', monospace;
}

.hpsec .focus-card-warning {
  background-color: #d8c7e8;
  color: #333333;
}

.hpsec .focus-card-warning .h1body-sm {
  font-family: 'Open Sans', sans-serif;
  color: #111111;
}

/* HPSEC Grid Items */
.hpsec .grid-item-img {
  height: 80px;
  margin: 10px;
}

.hpsec .grid-item-h1 {
  font-size: 1.6em;
  font-family: 'Open Sans', sans-serif;
  line-height: 0.9em;
}

.hpsec .grid-item-h2 {
  font-size: 1.3em;
  font-weight: 800;
  line-height: 1em;
}

.hpsec .grid-item-body {
  font-size: 1.2em;
  font-family: 'Open Sans Light', sans-serif;
  line-height: 1.2em;
  font-weight: 200;
}

/* HPSEC Plan/Pricing */
.hpsec .plan .panel {
  border-radius: 8px;
  white-space: nowrap;
  overflow: hidden;
}

.hpsec .plan .panel .panel-body {
  white-space: normal;
}

.hpsec .plan .features {
  border-right: 1px #ccc solid;
  border-left: 1px #ccc solid;
  height: 490px;
}

.hpsec .plan .features .list-group-item {
  font-size: 14px;
}

.hpsec .plan .panel-footer,
.hpsec .plan .panel-heading {
  background-color: #86458C;
  padding: 20px 10px 10px 10px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  border: 2px white solid;
}

.hpsec .plan .panel-column {
  padding: 11px;
  font-size: 14px;
  border: 2px white solid;
  height: 50px;
  line-height: 1em;
}

.hpsec .plan .panel-heading2 {
  background-color: #eee;
  padding: 20px 10px 10px 10px;
  color: #333;
  font-size: 22px;
  line-height: 22px;
}

.hpsec .plan .panel-special {
  background-color: #d9534f;
}

.hpsec .plan .subtitle {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 9px;
  font-style: italic;
}

.hpsec .plan .maintext {
  font-size: 18px;
}

.hpsec .plan .subtext {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 9px;
}

.hpsec .plan .tip {
  position: absolute;
  text-align: left;
  top: -20px;
  left: 5px;
  font-family: 'Comic Sans MS', 'Comic Sans', sans-serif;
  color: #B51600;
  font-weight: 600;
  line-height: 11px;
  font-size: 11px;
}

.hpsec .plan .tip-arrow {
  display: block;
  text-align: left;
  margin-top: 5px;
}

.hpsec .plan .tip-arrow img {
  width: 20px;
}

/* Burst star decoration */
.hpsec .plan .burst-12 span {
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 10;
  font-size: 12px;
  color: #fff;
}

.hpsec .plan .burst-12 {
  background: red;
  width: 60px;
  height: 60px;
  position: absolute;
  text-align: center;
  top: -15px;
  left: -15px;
}

.hpsec .plan .burst-12:before,
.hpsec .plan .burst-12:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 60px;
  background: red;
}

.hpsec .plan .burst-12:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.hpsec .plan .burst-12:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

/* HPSEC Misc */
.hpsec sup {
  font-size: 12px;
  top: -0.9em;
}

.hpsec .dollar {
  font-size: 24px;
  margin: 20px 0px 16px 0px;
}

.hpsec .nobullets {
  list-style-type: none;
  padding: 0px;
}

.hpsec .text-light {
  color: #aaa;
}

.hpsec .text-white {
  color: #fff;
}

.hpsec .text-inset {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
  color: rgba(0,0,0,0.15);
}

.hpsec .whiteBg {
  background-color: rgba(255,255,255,1);
}

.hpsec .mediumBg {
  background-color: #e6e6e6;
}

.hpsec .mediumDkBg {
  background-color: #aaaaaa;
}

.hpsec .lightBg {
  background-color: #f6f6f6;
}

.hpsec .brand2Bg {
  background-color: #5775AB;
  color: #ddd;
}

/* HPSEC Card */
.hpsec .card {
  position: relative;
  display: inline-block;
}

.hpsec .card .panel {
  border: 1px solid #efefef;
  border-radius: 4px;
  width: 300px;
  box-shadow: 2px 2px 5px #888;
}

.hpsec .card .panel .image {
  width: 299px;
  height: 175px;
  background-color: #888;
}

.hpsec .card .panel .source {
  font-family: 'Open Sans Condensed Bold', sans-serif;
  padding: 15px;
  font-size: 16px;
  color: #333;
}

.hpsec .card .panel .quote {
  border-top: 1px solid #ddd;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 0px;
}

.hpsec .card .panel .share {
  text-align: left;
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  font-family: 'Open Sans Condensed Bold', sans-serif;
  color: #aaa;
  font-size: 11px;
}

.hpsec .card .panel .share .chunk {
  border-right: 1px solid #ddd;
  padding: 10px;
}

.hpsec .card .panel .face-xs {
  height: 60px;
  width: 60px;
  border-radius: 6px;
  margin: 12px;
}

.hpsec .card .panel .name {
  display: block;
  font-style: normal;
  font-weight: bold;
}

.hpsec .card .panel .desc {
  font-size: 12px;
  display: block;
  font-style: normal;
}

.hpsec .footnote {
  margin-top: 9px;
  font-size: 11px;
}

/* Triangle Border (Speech Bubble) */
.hpsec .triangle-border {
  position: relative;
  padding: 15px;
  margin: 1em 0 3em;
  min-height: 100px;
  border: 1px solid #ddd;
  color: #333;
  background-color: #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 15px;
}

.hpsec .triangle-border .subtext {
  font-size: 0.8em;
  color: #ccc;
}

.hpsec .triangle-border:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #ddd transparent;
  display: block;
  width: 0;
}

.hpsec .triangle-border.left:before {
  top: 10px;
  bottom: auto;
  left: -30px;
  border-width: 15px 30px 15px 0;
  border-color: transparent #ddd;
}

.hpsec .triangle-border.left {
  margin-left: 150px;
}

.hpsec .playalongbox {
  width: 300px;
  border: 1px solid #666;
  padding: 20px;
  display: inline-block;
}

.hpsec .casestudychart {
  width: 300px;
}

.hpsec .footer a {
  color: #fff;
}

/* HPSEC Share */
.hpsec-share {
  margin-top: 18px;
}

/* GS Jumbo */
.gsjumbo {
  line-height: 400px;
  background: url(/images/hero-gs.jpg) no-repeat center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.text-middle {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.double-decker {
  display: inline-block;
  line-height: 1.4em;
}

/* -------------------------------------
   BRAND ELEMENTS
------------------------------------- */
.brand {
  color: #BC82D9 !important;
}

.brand2 {
  color: #5775AB !important;
}

.brandDk {
  color: #86458C;
}

.brandBg {
  background-color: #BC82D9;
  color: #fff !important;
}

.brand2Bg {
  background-color: #5775AB;
  color: #fff !important;
}

.brandDkBg {
  background-color: #86458C;
  color: #fff !important;
}

.brandLtBg {
  background-color: #D6CBE6;
  color: #000 !important;
}

.brandBorder {
  border: 1px solid #BC82D9;
}

.brandBorder-md {
  border: 3px solid #BC82D9;
}

.darkBorder-md {
  border: 3px solid #000;
}

.blackBg {
  background-color: #000;
}

.darkBg {
  background-color: #333;
}

.greyBg {
  background-color: #888;
}

.mediumBg {
  background-color: #e6e6e6;
}

.lightBg {
  background-color: #f6f6f6;
}

.whiteBg {
  background-color: rgba(255,255,255,1);
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-middle {
  vertical-align: middle;
}

.text-strong {
  font-family: 'Open Sans Condensed Bold', sans-serif;
}

.text-bigger {
  font-size: 1.2em;
  font-weight: 800;
}

.text-allcaps {
  text-transform: uppercase;
}

.text-medium {
  color: #777;
}

.text-light {
  color: #aaa;
}

.text-alert {
  color: #d9534f !important;
}

.text-warning {
  color: #f0ad4e !important;
}

.text-faint {
  background-color: rgba(0,0,0,0.1);
  border: 1px solid rgba(255,255,255,0.5);
  color: rgba(255,255,255,0.5);
}

.clickable {
  cursor: pointer;
}

.clickable-text {
  cursor: pointer;
  color: #5bc0de;
  font-size: 1.5em;
}

/* -------------------------------------
   CUSTOM BUTTON STYLES
------------------------------------- */
.btn-border {
  background-color: transparent;
  border: 1px #333 solid;
}

.btn-border-light {
  background-color: transparent;
  border: 1px #999 solid;
}

.btn-border-white {
  background-color: transparent;
  border: 1px #ffffff solid;
  color: #ffffff;
}

.btn-border-white:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.btn-hero {
  font-size: 18px;
  padding: 12px 24px;
  border-radius: 6px;
}

/* -------------------------------------
   NAVBAR CUSTOMIZATIONS (Marketing)
------------------------------------- */
.navbar-fixed-top {
  background-color: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid #e7e7e7;
}

.navbar .navbar-brand,
.navbar-default .navbar-brand {
  font-family: 'Open Sans Condensed Bold', sans-serif;
  font-size: 18px;
  color: #BC82D9;
}

.navbar-default .navbar-nav > li > a {
  color: #333;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #BC82D9;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #eee;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse {
  border-color: #e7e7e7;
}

/* HP Login button in navbar - from .tmp/styles/main.css */
.hplogin {
  margin-right: 20px;
  margin-top: 60px;
  width: 150px;
}

/* -------------------------------------
   HP JUMBO (Hero Section) - from .tmp/styles/main.css
------------------------------------- */
.hpjumbo {
  min-height: 500px;
  padding: 100px 10px 20px 10px;
  color: #f2f2f2;
  color: rgba(255, 255, 255, 0.8);
  background: url(/images/hero4.jpg) no-repeat fixed left top;
  background-size: 380%;
}
.hpjumbo .tagline {
  color: #86458C;
  font-size: 28px;
  line-height: 32px;
  font-family: "Open Sans Condensed Bold", sans-serif;
}
.hpjumbo .freeline {
  color: #000;
  font-size: 26px;
  margin: 10px;
}
.hpjumbo .description {
  margin-top: 4px;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 16px;
}
.hpjumbo .column-right {
  text-align: center;
}
.hpjumbo .introvidwrap {
  margin-top: 20px;
}
.hpjumbo .introvid {
  width: 280px;
  height: 158px;
}

/* Desktop hpjumbo - min-width: 1024px */
@media screen and (min-width: 1024px) {
  .hpsec .container {
    max-width: 950px;
  }
  .hpsec h1 {
    font-size: 60px;
  }
  .hpsec h2 {
    font-size: 40px;
  }
  .hpsec .navbar li {
    line-height: 20px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0);
  }
  .hpsec .casestudychart {
    min-width: 720px;
  }
  .hpsec .row .column-right {
    text-align: left;
  }
  .hpsec .section-header {
    margin-bottom: 18px;
  }
  .hpsec .section-rectangle-image {
    width: 108%;
    margin-left: -7px;
  }
  .hpsec .section-oval-image {
    width: 100%;
  }
  .hpsec .section-devices-image {
    width: 100%;
  }
  .hpsec .section-heading {
    font-family: "Open Sans Condensed Bold", sans-serif;
    font-size: 19px;
    text-align: center;
    width: 100%;
    color: #333;
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .hpsec .section-caption {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
  }
  .hpsec .hpjumbo {
    background: url(/images/hero4.jpg) no-repeat fixed left top;
    background-size: 180%;
  }
  .hpsec .hpjumbo .tagline {
    color: #86458C;
    margin-top: 4px;
    font-size: 48px;
    line-height: 40px;
  }
  .hpsec .hpjumbo .freeline {
    font-size: 32px;
    margin: 16px;
  }
  .hpsec .hpjumbo .description {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 24px;
  }
  .hpsec .hpjumbo .introvidwrap {
    margin: 20px;
  }
  .hpsec .hpjumbo .introvid {
    width: 450px;
    height: 253px;
  }
  .hpsec .hpjumbo .btn-hero {
    width: 25%;
    font-size: 18px;
    line-height: 1.33;
    padding: 10px 16px;
  }
  .hpsec .intronum {
    font-size: 80px;
  }
  .hpsec .plan .maintext {
    font-size: 22px;
  }
  .hpsec .plan .subtext {
    font-size: 12px;
  }
  .hpsec .plan .panel-column {
    font-size: 18px;
  }
  .hpsec .plan .tip {
    font-size: 18px;
    line-height: 18px;
    top: -20px;
    left: 15px;
  }
  .hpsec .plan .tip-arrow img {
    width: 50px;
  }
  .hpsec sup {
    font-size: 18px;
    top: -0.9em;
  }
  .hpsec .dollar {
    font-size: 48px;
    margin: 20px 0px 16px 0px;
  }
}

/* -------------------------------------
   HP COVERAGE - from .tmp/styles/main.css
------------------------------------- */
.hpcoverage {
  padding: 20px 15px 10px 15px;
  background-color: rgba(255, 255, 255, 0.7);
}
.hpcoverage ul {
  font-size: 13px;
  list-style-type: none;
  text-align: center;
  padding: 0px;
}
.hpcoverage ul li {
  margin-bottom: 6px;
}
.hpcoverage .col-heading {
  font-family: "Open Sans Light", sans-serif;
  font-size: 18px;
}

/* -------------------------------------
   CAROUSEL CUSTOMIZATIONS
------------------------------------- */
.carousel-control {
  width: 10%;
}

.carousel-indicators li {
  background-color: rgba(0,0,0,0.3);
}

.carousel-indicators .active {
  background-color: #BC82D9;
}

.carousel-inner > .item {
  height: 180px;
  padding: 0px;
  margin: 0px;
}

.carousel-inner > .item img, .carousel-inner > .item a > img {
  width: 70%;
  margin: auto;
}

.carousel-inner > .item .item-container {
  height: 300px;
  width: 70%;
  margin: auto;
  padding: 10px;
  text-align: left;
  color: #fff;
  white-space: normal;
}

.carousel-inner > .item .item-container .item-title {
  font-family: "Open Sans Condensed Bold", sans-serif;
  font-size: 14px;
}

.carousel-inner > .item .item-container .item-description {
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 10px;
}

/* Testimonial carousel specific styles */
.testimonial > .carousel-inner > .item {
  height: 360px;
  padding: 0px;
}

.testimonial > .carousel-control {
  background-image: none;
  opacity: 1;
}

.testimonial > .carousel-inner > .item .item-container {
  color: #aaa;
  height: 360px;
  font-size: 12px;
}

.testimonial > .carousel-inner > .item .item-container .item-container-quote {
  display: table;
  height: 300px;
}

.testimonial > .carousel-inner > .item .item-container .item-container-quote .item-container-quote-box {
  display: table-cell;
  vertical-align: middle;
}

.testimonial > .carousel-inner > .item .item-container .item-container-image {
  line-height: 300px;
}

.testimonial > .carousel-inner > .item .item-container .item-container-image img,
.testimonial > .carousel-inner > .item .item-container .item-container-image a > img {
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  vertical-align: middle;
}

.testimonial > .carousel-inner > .item .item-container .item-quote {
  font-size: 1.8em;
  color: #444;
  font-style: italic;
}

.testimonial > .carousel-inner > .item .item-container .item-author {
  font-size: 1.1em;
  color: #777;
  font-style: italic;
  margin-bottom: 0px;
  margin-left: 30%;
}

.testimonial > .carousel-inner > .item .item-container .item-studio {
  font-size: 1.1em;
  color: #777;
  font-style: italic;
  margin-bottom: 0px;
  margin-left: 30%;
}

/* -------------------------------------
   ITEM CONTAINER (Testimonials) - legacy
------------------------------------- */
.item-container {
  padding: 40px;
  text-align: center;
}

.item-container-image img {
  max-width: 150px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.item-container-quote {
  display: table;
  height: 300px;
}

.item-container-quote-box {
  display: table-cell;
  vertical-align: middle;
}

.item-author {
  font-weight: bold;
  color: #333;
  margin-top: 15px;
}

.item-quote {
  font-size: 16px;
  line-height: 1.6;
}

/* -------------------------------------
   LIGHTBOX / BLACKOUT
------------------------------------- */
.blackout {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  z-index: 9998;
}

.lightbox {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  max-width: 90%;
  max-height: 90%;
}

/* -------------------------------------
   INTRO VIDEO
------------------------------------- */
.introvidwrap {
  margin-top: 30px;
}

.introvid {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

/* -------------------------------------
   FREE LINE
------------------------------------- */
.freeline {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}

