@charset "UTF-8";
/**
 * @prettier
 */
/**
 * @prettier
 */
/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
/* Timing */
/* Foundation overrides */
.off-canvas-wrap.override-overflow {
  overflow: initial;
}
.off-canvas-wrap .right-off-canvas-menu {
  display: none;
}
.off-canvas-wrap.move-left .right-off-canvas-menu {
  display: block;
}

h1, h2, h3, h4, h5, h6, p, span, ol, ol li, ol li a, ul, ul li, ul li a, a:link, a:active, a:visited, a:hover, form, form input, form select {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}

h2 {
  font-size: 2.25em !important;
  font-weight: 600;
  line-height: 44px;
}

h3 {
  font-size: 1.688em;
}

sup {
  font-size: 0.6em;
}

.main-heading {
  text-align: center;
  margin-bottom: 75px;
}
@media (max-width: 40.063em) {
  .main-heading {
    margin-bottom: 50px;
  }
}
.main-heading h1 {
  color: inherit !important;
  font-size: 32px !important;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0.375em;
}
@media (max-width: 40.063em) {
  .main-heading h1 {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 29px;
  }
}
.main-heading h2 {
  color: inherit !important;
  font-size: 24px !important;
  font-weight: 200;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 40.063em) {
  .main-heading h2 {
    font-size: 21px !important;
    line-height: 28px;
  }
}

video {
  width: 100%;
}

.anchor-link {
  display: block;
  content: " ";
  visibility: hidden;
  pointer-events: none;
}

.hide-for-small-inline {
  display: inline;
}

.fullWidth {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
}

div.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
div.flex-center.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.flex-center > * {
  flex: 0 0 auto;
}

.flex-center::before, .flex-center::after {
  content: normal;
}

.no-fouc {
  display: none;
}

.no-break {
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

.footer-stay-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100vh;
  width: 100%;
}
.footer-stay-down > * {
  width: 100%;
}

/*********************/
/* Shared components */
/*********************/
.ia-loader-spinner {
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.summary {
  font-size: 1.125em;
  color: #8E8E8E;
}

a.callus {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
}
a.callus::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.3em;
  background: url("/static/images/icons/iconPhone.png") no-repeat center/contain;
}

a.demo-link {
  display: inline-block;
  color: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-decoration-color: #F7901E;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
a.demo-link::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  margin-bottom: -3px;
  margin-right: 0.3em;
  background: url("/static/images/icons/iconDemo.svg") no-repeat center/contain;
}

.edge-page a.callus::before {
  background-image: url("/static/images/icons/Icon-Phone-Edge%402x.png");
}

[class*=price-suffix] {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
}

p.caption,
div.main-content-wrapper div.hero p.caption,
div.text-right-picture-left p.caption,
div.text-left-picture-right p.caption,
div.image-background p.caption {
  color: #9B9B9B;
  font-size: 12px;
  font-style: italic;
  line-height: 16px !important;
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 300;
}

p.caption a {
  color: inherit !important;
  text-decoration: underline;
  cursor: pointer;
}

div.hero p.caption {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
}

.slick-slide p.caption.shift-up {
  margin-top: 5px;
}

.slick-slide p.caption {
  margin-top: 10px;
  position: absolute;
  left: 0;
  right: 0;
}

@media (max-width: 40.063em) {
  .ia-breadcrumb.pull-up-half + div {
    padding-bottom: 50px;
  }
}

div.text-right-picture-left p.caption {
  text-align: right;
  float: right;
}

div.image-background p.caption {
  text-align: center;
}

div.centered-image p.caption {
  text-align: center;
}

p.caption.top-flush {
  padding-top: 0;
}

p.caption,
div.image-background p.caption.shift-up {
  margin-top: 5px;
}

p.caption.shift-left,
div.text-right-picture-left p.caption.shift-left,
div.text-left-picture-right p.caption.shift-left {
  margin-right: 5px;
  margin-top: 5px;
}

p.caption.shift-right,
div.text-right-picture-left p.caption.shift-right,
div.text-left-picture-right p.caption.shift-right {
  margin-left: 5px;
  margin-top: 5px;
}

div.major-features p.caption {
  color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
}

h3.major-features-heading,
h3.more-features-heading,
h3.major-features-heading span,
h3.more-features-heading span {
  color: #838383 !important;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

h3.major-features-heading {
  line-height: 74px;
}

h3.more-features-heading {
  margin: 74px auto 10px auto;
}

.more-features-heading + div.row div hr.main {
  max-width: 150px;
  margin: 0 auto;
}

.design-navigation-button {
  width: 75px;
  text-align: center;
  display: inline-block;
}

.moreArrowDown {
  width: 17px;
  margin-left: 10px;
  margin-bottom: 2px;
}

.moreArrowUp {
  width: 17px;
  margin-left: 10px;
  margin-bottom: 3px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

a.has-play-button {
  padding-left: 35px;
  background: #FFFFFF url("../images/icons/controlIcons/DemoPlayButton@2x.5c4243679294.png") left center no-repeat;
  background-size: contain;
}

.pdf-icon {
  width: 19px;
  margin-right: 14px;
}

a.architecture-pdf,
a.pdf-link {
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  color: #4A90AD;
  display: inline-block;
}
a.architecture-pdf img,
a.pdf-link img {
  display: inline-block;
}

.ia-breadcrumb.pull-up-half + div {
  padding-top: 71px !important;
}

/*hr used for quote logo divs*/
hr.line {
  border: none;
  height: 1px;
  width: 50%;
  background: grey;
  color: grey;
  margin: 0 auto;
  opacity: 0.5;
}

hr.main {
  border-top: 1px solid #CCCCCB;
  border-bottom: none;
  border-right: none;
  border-left: none;
  margin: 0;
  height: 0;
  padding: 0;
}

.hr-main-container {
  padding: 0;
}
@media (max-width: 64.0005em) {
  .hr-main-container {
    padding: 0 15px;
  }
}

hr.main.orange {
  border-top: 1px solid #F7901E;
}

.link-underline, .ia-left-right .text-container p a {
  color: inherit !important;
  border-bottom: 1px solid #4A90AD;
  font-weight: 300;
}

.link-underline:hover, .ia-left-right .text-container p a:hover {
  border-bottom: 2px solid #4A90AD;
}

.slick-slide:focus {
  outline: none;
}

ul.slick-dots {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

ul.slick-dots li {
  display: inline-block;
}

ul.slick-dots li.slick-active button:after {
  background-color: #4A90AD;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  /*border: 1px solid #acadae;*/
  padding: 0;
  background-color: rgba(102, 102, 102, 0.25);
  color: transparent;
  outline: none;
  margin: 0 5px;
}

.main-content-wrapper span.slick-arrow {
  /* slick arrows */
  display: block;
  position: absolute;
}

div.main-content-wrapper div.hero {
  position: relative;
  padding: 6rem;
}
div.main-content-wrapper div.hero .button-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 48px;
}
@media (max-width: 40.063em) {
  div.main-content-wrapper div.hero .button-row {
    margin: 32px auto 0 auto;
    max-width: 230px;
    gap: 8px;
  }
}
@media (max-width: 40.063em) {
  div.main-content-wrapper div.hero .button-row {
    flex-direction: column;
    justify-content: stretch;
  }
  div.main-content-wrapper div.hero .button-row > * {
    width: 100%;
  }
}

div.main-content-wrapper a.link-with-arrow,
div.main-content-wrapper a.link-with-arrow:active,
div.main-content-wrapper a.link-with-arrow:visited,
div.main-content-wrapper a.link-with-arrow:link {
  color: #4A90AD;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  position: relative;
}

div.main-content-wrapper div.hero h2,
div.main-content-wrapper div.hero h1,
div.main-content-wrapper div.hero p {
  color: #FFFFFF !important;
}

div.main-content-wrapper div.hero div.hero-logo {
  margin-bottom: 30px;
}

div.main-content-wrapper div.hero img.hero-product-logo {
  width: 50px;
  vertical-align: top;
}

div.main-content-wrapper.platform-page div.hero img.hero-platform-logo,
div.main-content-wrapper.modules-page div.hero img.hero-modules-logo {
  width: 133px;
  vertical-align: top;
}

div.main-content-wrapper div.hero h2.hero-logo-h2 {
  font-size: 1.5em !important;
  line-height: 29px;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 7px 0 0 10px;
}

div.main-content-wrapper.platform-page div.hero h2.hero-logo-h2,
div.main-content-wrapper.modules-page div.hero h2.hero-logo-h2 {
  margin: 25px 0 0 0;
}

div.main-content-wrapper div.hero h1 {
  font-size: 3em !important;
  font-weight: bold;
  line-height: 58px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

div.main-content-wrapper.modules-page div.hero img.hero-modules-icon {
  vertical-align: top;
  width: 62px;
}

div.main-content-wrapper.modules-page div.hero h1 {
  display: inline-block;
  margin: 7px 0 0 20px;
}

div.main-content-wrapper div.hero p {
  font-size: 1.313em;
  line-height: 25px;
  margin-bottom: 40px;
  margin-top: 10px;
  font-weight: 300;
  color: #FFFFFF;
}
div.main-content-wrapper div.hero p span {
  color: #ffffff;
}

div.main-content-wrapper div.hero p img {
  height: 20px;
  width: 20px;
  margin-bottom: 3px;
}

div.main-content-wrapper .product-primary-button:hover,
div.try-ignition-solutions .product-primary-button:hover {
  background: #E38025 !important;
}

div.main-content-wrapper .product-primary-button,
div.try-ignition-solutions .product-primary-button {
  text-align: center;
  border: none;
  display: inline-block;
  padding: 8px 20px;
  height: 45px;
  min-width: 214px;
  border-radius: 3px !important;
  background: #f7901e; /* Old browsers */
  background: -moz-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7901e), color-stop(100%, #f79b1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7901e 0%, #f79b1e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7901e", endColorstr="#f79b1e", GradientType=0);
}

div.main-content-wrapper .product-primary-button.disabled,
div.try-ignition-solutions .product-primary-button.disabled {
  background: #f7901e !important;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

div.main-content-wrapper .product-primary-button span,
div.try-ignition-solutions .product-primary-button span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 17px;
  line-height: 29px;
  vertical-align: middle;
}

.product-primary-button-inverse {
  background: transparent;
  border: 2px solid #f7901e;
  -webkit-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  height: 45px;
  min-width: 214px;
  border-radius: 3px !important;
}
.product-primary-button-inverse span {
  color: #f7901e;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  vertical-align: middle;
}
.product-primary-button-inverse span span {
  vertical-align: baseline;
}
.product-primary-button-inverse:hover, .product-primary-button-inverse:focus {
  background: #f7901e !important;
}
.product-primary-button-inverse:hover span, .product-primary-button-inverse:focus span {
  color: #fff;
}

.product-primary-button-2 {
  background: transparent;
  border: 2px solid #4A90AD;
  -webkit-transition: background-color 200ms ease;
  -o-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
  display: inline-block;
  padding: 8px 20px;
  height: 45px;
  min-width: 214px;
  border-radius: 3px !important;
}
.product-primary-button-2 span {
  color: #4A90AD;
  font-weight: 500;
  font-size: 17px;
  line-height: 27px;
  vertical-align: middle;
}
.product-primary-button-2 span span {
  vertical-align: baseline;
}
.product-primary-button-2:hover, .product-primary-button-2:focus {
  background: #4A90AD !important;
}
.product-primary-button-2:hover span, .product-primary-button-2:focus span {
  color: #fff;
}

div.info-paragraph {
  padding: 100px 0 75px 0;
}

div.info-paragraph h3 {
  font-size: 1.688em;
  margin-bottom: 20px;
  font-weight: 600;
}

div.info-paragraph p {
  font-size: 1.125em;
  line-height: 30px;
  font-weight: 300;
}

div.info-paragraph h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #445C6D;
}

div.info-paragraph h4.module-data-sheet {
  color: #666666;
  line-height: 28px;
}

div.info-paragraph h4.module-data-sheet + a, div.info-paragraph h4.module-data-sheet + a + a {
  color: #4A90AD;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

div.info-paragraph a.module-data-sheet-link {
  color: #4A90AD;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}

div.info-paragraph h4.module-data-sheet + a img {
  margin-top: -5px;
}

div.product-paragraph {
  padding: 50px 0;
}

div.product-paragraph h3 {
  font-size: 1.313em;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 30px;
}

div.product-paragraph h3 + p {
  font-size: 1.125em;
  margin-bottom: 0;
  line-height: 30px;
  font-weight: 300;
}

div.small-2-col-bullet-list {
  margin-bottom: 100px;
}

div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper {
  background-color: #EEEEEE;
  border-radius: 3px;
  padding: 40px 85px 50px 85px;
}

div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper img {
  padding-top: 5px;
  margin-top: 13px;
  width: 69px;
}

div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h5 {
  font-size: 18px !important;
  color: #F7901E !important;
  font-weight: 600 !important;
}

div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h4 {
  font-size: 18px !important;
  color: #4E4E4E;
  font-weight: 600;
  margin-bottom: 12px;
}

div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h5 + p {
  color: #666666;
  font-weight: 300;
  font-size: 16px;
}

div.logo-quote-main {
  margin-bottom: 75px;
  margin-top: 75px;
}

div.main-content-wrapper.platform-page div.logo-quote-main {
  margin-top: 50px;
  margin-bottom: 50px;
}

div.main-content-wrapper.platform-page div.logo-quote-main .logo-quote-wrapper img {
  padding-top: 0;
}

div.logo-quote-main .logo-quote-wrapper div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div.logo-quote-main .logo-quote-wrapper div:first-child img {
  padding-top: 0;
}

div.main-content-wrapper.platform-page div.logo-quote-main .logo-quote-wrapper .headshot-image {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

div.logo-quote-main .logo-quote-wrapper img {
  width: 80%;
  padding-top: 50px;
  max-width: 215px;
}

div.logo-quote-main .logo-quote-wrapper div {
  padding-top: 5px;
}

div.logo-quote-main .logo-quote-wrapper .main-quote {
  border-right: 2px solid #E0E0E0;
  padding-right: 61px;
}

div.logo-quote-main .logo-quote-wrapper .main-quote h3 {
  font-size: 1.313em;
  line-height: 32px;
}

div.logo-quote-main .logo-quote-wrapper .main-quote h3 + p {
  font-size: 1em;
  font-style: italic;
  line-height: 21px;
  color: #445C6D;
  margin-bottom: 0;
  font-weight: 300;
}

div.logo-quote-main .logo-quote-wrapper .main-quote h3 + p + p {
  font-size: 0.875em;
  font-style: italic;
  line-height: 21px;
  color: #445C6D;
  font-weight: 300;
}

div.logo-quote-main .logo-quote-wrapper .right-quote p {
  font-size: 1em;
  line-height: 26px;
  font-style: italic;
  color: #666666;
  font-weight: 300;
}

div.logo-quote-main .logo-quote-wrapper .right-quote .wistia_embed div:first-child {
  display: inline-block;
}

div.logo-quote-main .logo-quote-wrapper .right-quote .ctaArrow {
  position: absolute;
  height: 15px;
  top: 2px;
  padding-left: 10px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  width: auto;
  padding-top: 0;
}

div.logo-quote-main .logo-quote-wrapper .right-quote a.link-with-arrow:hover img {
  -ms-transform: translate(10px, 0); /* IE 9 */
  -webkit-transform: translate(10px, 0); /* Safari */
  transform: translate(10px, 0);
}

.main-content-wrapper.platform-page div.logo-quote-main .headshot-image img {
  height: 100px;
  width: 100px;
}

div.major-features {
  padding-top: 100px;
  height: 689px;
  position: relative;
}
div.major-features .row {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
div.major-features img {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

div.major-features h3 {
  font-size: 27px;
  color: #FFFFFF !important;
  font-weight: 300;
  margin: 0;
  padding: 0 10px;
  line-height: 44px;
  text-align: center;
}
@media (max-width: 64.0005em) {
  div.major-features h3 {
    font-size: 24px;
  }
}

div.small-info-paragraph {
  padding: 30px 0 50px 0;
}

div.small-info-paragraph h3,
div.text-left-picture-right h3,
div.text-right-picture-left h3,
div.two-column-info-paragraph h3 {
  font-size: 1.688em;
  line-height: 38px;
  font-weight: 300;
}

div.small-info-paragraph p,
div.text-left-picture-right p,
div.text-right-picture-left p,
div.two-column-info-paragraph p {
  font-size: 1.125em;
  line-height: 30px;
  font-weight: 300;
}

div.text-left-picture-right {
  padding: 100px 0;
  position: relative;
}

div.text-right-picture-left {
  padding: 170px 0 175px 0;
  position: relative;
}

div.two-column-info-paragraph {
  padding: 50px 0;
}

div.two-column-info-paragraph h3 {
  margin-bottom: 15px;
}

div.picture-plus-info-grey {
  background: #39464b; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(-90deg, #39464b, #445c6d); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(-90deg, #39464b, #445c6d); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(-90deg, #39464b, #445c6d); /* For Firefox 3.6 to 15 */
  background: linear-gradient(-90deg, #39464b, #445c6d); /* Standard syntax (must be last) */
  position: relative;
  margin: 100px 0;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

div.picture-plus-info-grey > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

div.picture-plus-info-grey h3 {
  font-size: 1.688em;
  line-height: 38px;
  color: #FFFFFF !important;
  margin-top: 0;
  font-weight: 300;
}

div.picture-plus-info-grey p {
  font-size: 1.125em;
  line-height: 30px;
  color: #FFFFFF !important;
  font-weight: 300;
}

div.picture-plus-info-grey p:last-of-type {
  margin-bottom: 0;
}

div.small-3-col-bullet-list {
  padding: 20px 0 100px 0;
}

div.small-3-col-bullet-list a {
  font-weight: normal;
}

div.small-3-col-bullet-list h2 {
  font-size: 27px !important;
  margin-bottom: 100px;
  font-weight: 300;
}

div.small-3-col-bullet-list h2.more-features {
  font-size: 36px !important;
  line-height: 43px;
  margin: 100px 0 75px;
  font-weight: 600;
}

div.small-3-col-bullet-list h5 {
  font-size: 1.125em !important;
  line-height: 24px;
  color: #4E4E4E !important;
  margin-top: 0 !important;
  font-weight: normal !important;
}

div.small-3-col-bullet-list p {
  font-size: 0.875em;
  color: #666666 !important;
  line-height: 21px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 300;
}

div.small-3-col-bullet-list .feature-image {
  padding-left: 0;
  padding-right: 0;
  text-align: right;
}

div.small-3-col-bullet-list img {
  width: 63px;
  margin-top: 0.3em;
}

div.small-3-col-bullet-list .bullet {
  margin-bottom: 50px;
}
@media (max-width: 40.063em) {
  div.small-3-col-bullet-list .bullet {
    margin-bottom: 30px;
  }
}

a img.ctaArrow {
  position: absolute;
  height: 15px;
  width: auto;
  top: 2px;
  padding-left: 7px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

a.link-with-arrow {
  display: block;
  position: relative;
}

a.link-with-arrow:hover img {
  -ms-transform: translate(10px, 0); /* IE 9 */
  -webkit-transform: translate(10px, 0); /* Safari */
  transform: translate(10px, 0);
}

/* For touch devices (no change on hover state) */
a.link-with-arrow.no-hover:hover img {
  -ms-transform: translate(0, 0); /* IE 9 */
  -webkit-transform: translate(0, 0); /* Safari */
  transform: translate(0, 0);
}

a.link-with-arrow.no-hover img {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

div.faq h3 {
  color: #4E4E4E !important;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

div.faq .faq-image-down {
  height: 12px;
  width: auto;
  margin-left: 15px;
  vertical-align: text-top;
  margin-top: 5px;
}

div.faq .faq-image-up {
  height: 12px;
  width: auto;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
  vertical-align: text-top;
  margin-top: 5px;
}

div.faq .faq-line {
  border-top: 1px solid #D8D8D8;
  opacity: 0.5;
  width: 170px;
  margin: 0 auto;
}

div.try-ignition {
  background: #666666 url("/static/images/overview/PlatformPage-PreFooter-BG.jpg") no-repeat center center/cover;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 75px;
}

div.try-ignition h2 {
  color: white !important;
  line-height: 44px;
}

div.try-ignition h2 + p,
div.try-ignition h2 + p + p {
  color: white !important;
  font-size: 1.313em;
  margin-bottom: 0;
  font-weight: 100;
}

div.try-ignition h2 + p + p {
  margin-bottom: 50px;
}

div.try-ignition p.specs {
  color: white !important;
  margin-top: 55px;
  font-size: 0.875em;
  font-weight: 300;
}

div.try-ignition .over-primary-button {
  border: none;
  display: inline-block;
  padding: 11px 20px;
  height: 45px;
  width: 214px;
  border-radius: 3px !important;
  background: #f7901e; /* Old browsers */
  background: -moz-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7901e), color-stop(100%, #f79b1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7901e 0%, #f79b1e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7901e", endColorstr="#f79b1e", GradientType=0);
}

div.try-ignition .over-primary-button:hover {
  background: #E38025 !important;
}

div.try-ignition .over-primary-button span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
}

div.try-ignition .see-more-div {
  margin-top: 1px;
}

div.try-ignition .see-more-arrow {
  position: absolute;
  top: 7px;
  padding-left: 10px;
  transition: all 0.1s ease-in;
  height: 14px !important;
  margin-left: 2px;
  color: white;
}

div.try-ignition .seeMore:hover img {
  -ms-transform: translate(10px, 0); /* IE 9 */
  -webkit-transform: translate(10px, 0); /* Safari */
  transform: translate(10px, 0);
}

div.try-ignition .seeMore {
  color: #FFFFFF;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 600;
  margin-left: 25px;
}

div.main-content-wrapper .alarming-faq .faq-arrow {
  height: 15px;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

div.main-content-wrapper .alarming-faq .faq-arrow-down {
  -ms-transform: translateY(-50%) rotate(-90deg); /* IE 9 */
  -webkit-transform: translateY(-50%) rotate(-90deg); /* Chrome, Safari, Opera */
  transform: translateY(-50%) rotate(-90deg);
}

div.main-content-wrapper .alarming-faq p {
  border-bottom: 1px solid #D8D8D8;
}

div.main-content-wrapper .alarming-faq p.alarming-accordion {
  cursor: pointer;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 15px 24px 15px 0;
  outline: none;
  box-shadow: none;
}

div.main-content-wrapper .alarming-faq .alarming-panel {
  display: none;
  border-bottom: none;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  padding-top: 10px;
}

div.main-content-wrapper .alarming-faq {
  padding-bottom: 60px;
}

div.image-background {
  position: relative;
}

div.image-background img {
  position: relative;
  left: -17.5%;
  width: 135%;
  min-width: 135%;
}

/******************/
/* New Components */
/******************/
.ia-cta-1, .ia-cta-1.maker,
a.ia-cta-1.maker,
a.ia-cta-1 {
  display: inline-block;
  border-radius: 3px;
  outline: none;
  padding: 14px 13px;
  height: auto;
  width: auto;
  text-decoration: none;
}
.ia-cta-1, .ia-cta-1.maker,
a.ia-cta-1.maker, .ia-cta-1:link, .ia-cta-1:hover, .ia-cta-1:focus, .ia-cta-1:active, .ia-cta-1:visited,
a.ia-cta-1,
a.ia-cta-1:link,
a.ia-cta-1:hover,
a.ia-cta-1:focus,
a.ia-cta-1:active,
a.ia-cta-1:visited {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.ia-cta-1 span, .ia-cta-1.maker span,
a.ia-cta-1 span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  position: relative;
}
.ia-cta-1.maker,
a.ia-cta-1.maker {
  background: linear-gradient(7.77deg, #F03C34 0%, #FBD13B 100%);
  position: relative;
}
.ia-cta-1.maker:before,
a.ia-cta-1.maker:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(270deg, #F03C34 0%, #FBD13B 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease;
}
.ia-cta-1.maker:hover:before, .ia-cta-1.maker:focus:before,
a.ia-cta-1.maker:hover:before,
a.ia-cta-1.maker:focus:before {
  opacity: 1;
}

.ia-quote-bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 40.063em) {
  .ia-quote-bar {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.ia-quote-bar .image-wrapper {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 150px;
  height: 150px;
}
@media (max-width: 40.063em) {
  .ia-quote-bar .image-wrapper {
    margin-bottom: 50px;
  }
}
.ia-quote-bar .image-wrapper img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ia-quote-bar .text-wrapper {
  width: calc(100% - 180px);
  max-width: 600px;
}
@media (max-width: 40.063em) {
  .ia-quote-bar .text-wrapper {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 120.063em) {
  .ia-quote-bar .text-wrapper {
    max-width: 900px;
  }
}
.ia-quote-bar .text-wrapper .quote-text {
  font-size: 21px;
  line-height: 32px;
}
@media (max-width: 40.063em) {
  .ia-quote-bar .text-wrapper .quote-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.ia-quote-bar .text-wrapper .attribution {
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  position: relative;
  padding-left: 0.8em;
}
@media (max-width: 40.063em) {
  .ia-quote-bar .text-wrapper .attribution {
    font-size: 14px;
    line-height: 21px;
    padding-left: 0;
  }
}
.ia-quote-bar .text-wrapper .attribution::before {
  content: "–";
  position: absolute;
  left: 0;
}
@media (max-width: 40.063em) {
  .ia-quote-bar .text-wrapper .attribution::before {
    position: static;
  }
}

.ia-left-right {
  padding: 100px 0;
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-left-right {
    padding: 62px 0;
  }
}
@media (max-width: 40.063em) {
  .ia-left-right {
    padding: 45px 0;
  }
}

.ia-left-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  text-rendering: geometricPrecision;
}
.ia-left-right > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  position: relative;
}
@media (max-width: 40.063em) {
  .ia-left-right > * {
    align-items: center;
    width: 100%;
  }
}
.ia-left-right .spill {
  overflow: visible;
}
@media (min-width: 64.063em) {
  .ia-left-right .spill img {
    min-width: 685px;
  }
}
@media (min-width: 120.063em) {
  .ia-left-right .spill img {
    min-width: 855px;
  }
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-left-right .spill img {
    min-width: 428px;
  }
}
@media (max-width: 40.063em) {
  .ia-left-right .spill img {
    min-width: calc(100% + 30px);
  }
}
@media (max-width: 40.063em) {
  .ia-left-right .screenshot img {
    min-width: 100%;
  }
}
@media (min-width: 40.063em) {
  .ia-left-right .right {
    order: 1;
  }
}
.ia-left-right .image-container .caption {
  display: inline-block;
}
.ia-left-right .image-container .caption a {
  display: inline-block;
}
.ia-left-right .image-container img {
  min-height: 1px;
}
@media (max-width: 40.063em) {
  .ia-left-right .image-container {
    margin-bottom: 30px;
  }
}
.ia-left-right .image-container.left {
  align-items: flex-end;
}
@media (min-width: 64.063em) {
  .ia-left-right .image-container.left {
    padding-right: 15px;
  }
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-left-right .image-container.left {
    padding-right: 50px;
  }
}
@media (max-width: 40.063em) {
  .ia-left-right .image-container.left {
    align-items: center;
  }
}
.ia-left-right .image-container.left .caption {
  text-align: right;
}
@media (min-width: 64.063em) {
  .ia-left-right .image-container.right {
    padding-left: 15px;
  }
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-left-right .image-container.right {
    padding-left: 50px;
  }
}
@media (max-width: 40.063em) {
  .ia-left-right .image-container.skinny {
    padding: 0 100px;
  }
}
.ia-left-right .image-container.skinny img {
  width: 100%;
  max-width: 211px;
}
@media (max-width: 40.063em) {
  .ia-left-right .image-container.skinny img {
    min-width: 70px;
  }
}
.ia-left-right .image-container.spill-both, .ia-left-right .image-container.spill-both.left, .ia-left-right .image-container.spill-both.right {
  overflow: visible;
  align-items: center;
  padding: 0;
}
.ia-left-right .image-container.spill-both img {
  width: calc(100% + 256px);
  max-width: 856px;
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-left-right .image-container.spill-both img {
    width: calc(100% + 100px);
  }
}
@media (max-width: 40.063em) {
  .ia-left-right .image-container.spill-both img {
    max-width: 100%;
  }
}
@media (max-width: 40.063em) {
  .ia-left-right .text-container {
    text-align: center;
  }
}
@media (min-width: 64.063em) {
  .ia-left-right .text-container.left {
    padding-right: 100px;
  }
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-left-right .text-container.left {
    padding-right: 15px;
  }
}
@media (min-width: 64.063em) {
  .ia-left-right .text-container.right {
    padding-left: 100px;
  }
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-left-right .text-container.right {
    padding-left: 15px;
  }
}
.ia-left-right .text-container h3 {
  display: block;
  width: 100%;
  text-align: inherit;
  font-weight: 400;
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-left-right .text-container h3 {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (max-width: 40.063em) {
  .ia-left-right .text-container h3 {
    font-size: 1.313em;
    line-height: 28px;
  }
}
.ia-left-right .text-container p {
  display: block;
  width: 100%;
  text-align: inherit;
  margin-bottom: 8px;
  font-weight: 400;
}
@media (max-width: 64.0005em) {
  .ia-left-right .text-container p {
    font-size: 1em;
    line-height: 25px;
  }
}
.ia-left-right .text-container p:last-child {
  margin-bottom: 0;
}
.ia-left-right .text-container.smaller-text h3 {
  font-size: 21px;
  line-height: 32px;
  margin: 0 0 10px;
}
@media (max-width: 40.063em) {
  .ia-left-right .text-container.smaller-text h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.ia-left-right .text-container.smaller-text p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 40.063em) {
  .ia-left-right .text-container.smaller-text p {
    font-size: 14px;
    line-height: 21px;
  }
}
.ia-left-right .text-container a.link-with-arrow, .ia-left-right .text-container a.link-with-arrow:link, .ia-left-right .text-container a.link-with-arrow:hover, .ia-left-right .text-container a.link-with-arrow:focus, .ia-left-right .text-container a.link-with-arrow:active, .ia-left-right .text-container a.link-with-arrow:visited {
  font-weight: 500;
}

.double-feature {
  align-items: stretch;
  padding: 0;
}
.double-feature .image-container, .double-feature .image-container.left, .double-feature .image-container.right {
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 40px;
}
@media (max-width: 40.063em) {
  .double-feature .image-container, .double-feature .image-container.left, .double-feature .image-container.right {
    margin-bottom: 20px;
    align-items: center;
  }
}
@media (min-width: 64.063em) {
  .double-feature .image-container.right {
    padding-left: 100px;
  }
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .double-feature .image-container.right {
    padding-left: 15px;
  }
}
.double-feature .image-container.right.spill {
  align-items: flex-start;
}
.double-feature .image-container.left.spill {
  align-items: flex-end;
}
@media (min-width: 64.063em) and (max-width: 120.0005em) {
  .double-feature .image-container.left.spill {
    padding-right: 0;
  }
}
.double-feature .text-container {
  justify-content: flex-start;
}
@media (min-width: 40.063em) {
  .double-feature .text-container {
    order: 3;
  }
}
@media (max-width: 40.063em) {
  .double-feature .text-container {
    margin-bottom: 50px;
  }
}

.screenshot-image {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

/*-------------------TRY SECTION - PRODUCT PAGES-------------------*/
div.try-ignition-solutions {
  background: #666666 url("../images/alarming/tryIgnitionFooter.410809f79202.png") no-repeat center center/cover;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 60px;
}

div.try-ignition-solutions h2 {
  color: white !important;
  font-weight: 600;
  line-height: 44px;
}

div.try-ignition-solutions p {
  color: white !important;
  font-weight: 100;
  font-size: 1.313em;
  line-height: 30px;
}

div.try-ignition-solutions p.specs {
  margin-top: 55px;
  font-size: 1.2em;
  line-height: 30px;
  font-weight: 300;
}
@media (max-width: 40.063em) {
  div.try-ignition-solutions p.specs {
    font-size: 1em;
    line-height: 28px;
  }
}

div.try-ignition-solutions p:first-of-type {
  margin-bottom: 50px;
}

div.try-ignition-solutions .see-more-arrow {
  position: absolute;
  top: 7px;
  padding-left: 10px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  height: 14px !important;
  margin-left: 2px;
  color: white;
}

div.try-ignition-solutions .seeMore:hover img {
  -ms-transform: translate(10px, 0); /* IE 9 */
  -webkit-transform: translate(10px, 0); /* Safari */
  transform: translate(10px, 0);
}

div.try-ignition-solutions .seeMore {
  color: #FFFFFF;
  opacity: 0.8;
  font-size: 14px;
  font-weight: 600;
  margin-left: 25px;
}

hr.try {
  width: 70%;
  border-top: 1px solid #F7901E;
  margin: 75px auto 25px auto;
}

div.try-ignition-solutions .platformBtn span {
  color: #F3A221;
}

div.solutions-platformReqs#platformReqs {
  background-color: #F7901E;
  padding-top: 70px;
  padding-bottom: 100px;
}
div.solutions-platformReqs#platformReqs p {
  font-weight: 600;
  font-size: 1em;
  line-height: 22px;
  margin-bottom: 8px;
  color: #fff;
}
div.solutions-platformReqs#platformReqs ul {
  margin: 0;
}
div.solutions-platformReqs#platformReqs ul li {
  list-style: none;
  font-size: 0.875em;
  line-height: 18px;
  font-weight: 400;
  padding: 6px 0;
  color: #fff;
}
@media (max-width: 40.063em) {
  div.solutions-platformReqs#platformReqs ul li {
    padding: 5px 0;
  }
}
div.solutions-platformReqs#platformReqs a {
  font-weight: inherit;
}
div.solutions-platformReqs#platformReqs .listOrdered {
  margin-top: 50px;
}
div.solutions-platformReqs#platformReqs .listOrdered li {
  color: #FFFFFF;
  font-size: 0.875em;
  font-weight: 400;
  list-style-position: outside;
}
div.solutions-platformReqs#platformReqs .listOrdered li ol {
  margin-left: 0.7em;
}

/*------------OVERRIDES FOR PLATFORM TRY SECTION---------*/
.platform-try-section {
  background: #262A3A;
}

.platform-try-section.ignition-8-pre {
  background: rgba(0, 0, 0, 0) url("/static/images/whats_new/8.1/color.jpg") no-repeat scroll center center/cover;
}

.platform-try-section.ignition-83-pre {
  background: rgba(0, 0, 0, 0) url("/static/images/CTA-Footer-BG.jpg") no-repeat scroll center center/cover;
}
.platform-try-section.ignition-83-pre div.try-ignition-solutions,
.platform-try-section.ignition-83-pre div.learn-more {
  background: transparent;
}

.platform-try-section.ignition-83 {
  background: rgba(0, 0, 0, 0) url("../images/whats_new/8.3/footer-bg.1f1762177e3b.jpg") no-repeat scroll center center/cover;
}

.platform-try-section.perspective {
  background: rgba(0, 0, 0, 0) url("/static/images/CTA-Footer-BG.jpg") no-repeat scroll center center/cover;
}
.platform-try-section.perspective div.try-ignition-solutions,
.platform-try-section.perspective div.learn-more {
  background: transparent;
}

.platform-try-section div.try-ignition-solutions {
  background: #262A3A;
}

.platform-try-section div.try-ignition-solutions h3 {
  color: #F7901E !important;
  font-size: 27px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 0;
}

.platform-try-section div.try-ignition-solutions h4 {
  color: #fff !important;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 0;
  margin-top: 10px;
}

.platform-try-section div.try-ignition-solutions .pdf-link {
  display: block;
  margin: 23px auto 0;
  color: #fff;
  font-style: normal;
}
.platform-try-section div.try-ignition-solutions .pdf-link:hover, .platform-try-section div.try-ignition-solutions .pdf-link:focus {
  text-decoration: underline;
}
.platform-try-section div.try-ignition-solutions .pdf-link .pdf-icon {
  margin: 0 0 5px 11px;
}

.platform-try-section div.try-ignition-solutions .product-primary-button {
  margin-top: 27px;
}

.platform-try-section div.try-ignition-solutions p:first-of-type {
  margin-top: 50px;
  margin-bottom: 30px;
  opacity: 0.75;
  font-weight: 600;
}

.platform-try-section div.learn-more {
  padding: 60px 0 30px 0;
  background: #262A3A;
}

.platform-try-section div.learn-more h3,
.platform-try-section div.learn-more span,
.platform-try-section div.learn-more a {
  color: #F3A221 !important;
  font-family: proxima-nova !important;
}

.platform-try-section div.learn-more a span {
  display: inline-block;
  position: relative;
  top: -1px;
}

.platform-try-section div.learn-more h3 {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}

.platform-try-section div.learn-more #platformBtn span {
  font-size: 14px;
  line-height: 21px;
}

.platform-try-section div.learn-more a.left-btn.button:hover,
.platform-try-section div.learn-more a.right-btn.button:hover {
  background-color: #F7901E;
  border: 2px solid #F7901E;
}

.platform-try-section div.learn-more a.left-btn.button:hover span,
.platform-try-section div.learn-more a.right-btn.button:hover span {
  color: #262A3A !important;
}

.platform-try-section div.learn-more h3 + a,
.platform-try-section div.learn-more h3 + a + a {
  margin: 0 0.75em 20px 0.75em;
}

.platform-try-section .button {
  border-radius: 3px;
  padding: 6px 10px;
  background-color: transparent;
  border: 2px solid #F7901E;
  width: 205px;
  height: 36px;
}

.platform-try-section .button span {
  color: #F7901E;
  font-size: 16px;
  line-height: 21px;
}

.platform-try-section .button:active,
.platform-try-section .button:focus {
  background-color: transparent;
}

.platform-try-section .button:hover {
  background-color: transparent;
}

.platform-try-section .button:hover span {
  color: #F7901E;
}

.platform-try-section a.right-btn .learnArrow {
  width: 10px;
  margin: 5px 5px 3px 5px;
  float: right;
}

.platform-try-section a.left-btn .learnArrow {
  width: 10px;
  margin: 5px 5px 3px 5px;
  float: left;
}

.platform-try-section .platformBtn {
  margin-top: 20px;
}

div.main-content-wrapper .product-pricing {
  padding-top: 100px;
}

div.main-content-wrapper .product-pricing .product-pricing-header h2 {
  font-size: 36px !important;
  font-weight: 600;
  line-height: 44px;
}

div.main-content-wrapper .product-pricing .product-pricing-header h2 + p {
  color: #4A4A4A;
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 300;
}

div.main-content-wrapper .product-pricing .product-pricing-header {
  padding-bottom: 75px;
}

div.main-content-wrapper .product-pricing .product-pricing-panels {
  padding-bottom: 125px;
}

div.main-content-wrapper .product-pricing .product-pricing-panels .product-panel:nth-child(3) {
  border-right: 1px solid #B9B9B9;
  border-left: 1px solid #B9B9B9;
}

div.main-content-wrapper .product-pricing .product-pricing-panels h3 {
  color: #4E4E4E !important;
  font-size: 24px;
  line-height: 30px;
}

div.main-content-wrapper .product-pricing .product-pricing-panels h3 + p {
  color: #666666;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 0 2em;
}

div.main-content-wrapper .product-pricing .product-pricing-panels h3 + p + p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

div.main-content-wrapper .product-pricing .product-primary-button {
  min-width: 227px;
  height: 32px;
  padding: 4px 10px;
}

div.main-content-wrapper .product-pricing .product-primary-button span {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

div.main-content-wrapper .universal-platform {
  padding: 100px 0;
  background-color: #EEEEEE;
}

div.main-content-wrapper .universal-platform h3 {
  font-size: 27px;
  line-height: 34px;
}

div.main-content-wrapper .universal-platform h3 + p {
  font-size: 18px;
  line-height: 28px;
  color: #666666;
  padding: 0 2em;
  font-weight: 300;
}

div.floating-nav {
  height: 80px;
  width: 100%;
  position: fixed;
  background-color: #FFFFFF;
  top: 0;
  z-index: 100;
  padding: 17px 0;
  display: none;
}

div.floating-nav .floating-header {
  border-right: 1px solid #CCCCCB;
}

div.floating-nav .floating-header img {
  width: 37px;
  display: inline-block;
  vertical-align: baseline;
}

div.floating-nav .floating-header.overview {
  text-align: center;
}

div.floating-nav .floating-header.overview img {
  width: 110px;
  vertical-align: top;
}

div.floating-nav .floating-header h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #F7901E !important;
  margin: 0;
}

div.floating-nav .floating-header .floating-text {
  display: inline-block;
  margin-left: 5px;
}

div.floating-nav .floating-header h3 + p {
  font-size: 16px;
  line-height: 20px;
  color: #4A4A4A;
  margin: 0;
}

div.floating-nav .floating-list,
div.floating-nav .floating-phone {
  padding-top: 10px;
}

div.floating-nav .floating-phone {
  text-align: right;
}

div.floating-nav .floating-list ul {
  margin-bottom: 0;
}

div.floating-nav .floating-list ul li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin: 0;
  text-align: center;
  width: auto;
  padding-right: 20px;
  list-style: none;
  display: inline;
}

div.floating-nav .floating-phone p {
  margin: 0;
  color: #9D9D9D;
}

div.floating-nav .floating-phone img {
  width: 12px;
  margin: 0 3px 2px 3px;
}

div.floating-nav .floating-list a:after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 2px solid;
  margin: 2px auto 0 auto;
  transition: all 0.3s linear 0s;
  color: #F7901E;
}

div.floating-nav .floating-list li a,
div.floating-nav .floating-list a:link {
  color: #9D9D9D;
  display: inline-block;
}

div.floating-nav .floating-list a:hover:after {
  width: 100%;
}

div.floating-nav .floating-list a:hover {
  color: #4A4A4A;
}

div.floating-nav .floating-list a.active-link:after {
  width: 100%;
}

.edge-page .form-pre-footer {
  padding-bottom: 60px;
}

/*Everything 1025px and smaller - tablet and smaller*/
@media (max-width: 64.0005em) {
  div.main-content-wrapper div.hero {
    padding-left: 78px;
    padding-right: 78px;
  }
  div.main-content-wrapper div.hero h2.hero-logo-h2 {
    font-size: 1.313em !important;
    line-height: 25px;
    margin-top: 15px;
  }
  div.main-content-wrapper div.hero h1 {
    font-size: 2.25em !important;
    line-height: 44px;
  }
  div.main-content-wrapper.modules-page div.hero h1 {
    display: inline-block;
    margin: 17px 0 0 20px;
  }
  div.info-paragraph {
    padding: 50px 0;
  }
  p.caption,
  div.main-content-wrapper div.hero p.caption,
  div.text-right-picture-left p.caption,
  div.text-left-picture-right p.caption,
  div.image-background p.caption {
    font-size: 10px;
    line-height: 12px !important;
    margin-top: 5px;
  }
  h3.major-features-heading {
    line-height: 50px;
    font-size: 14px;
  }
  h3.more-features-heading {
    margin: 50px 0 10px 0;
    font-size: 14px;
  }
  div.info-paragraph h3 {
    font-size: 1.5em;
    line-height: 30px;
  }
  div.info-paragraph h4 {
    font-size: 16px;
    line-height: 28px;
  }
  div.info-paragraph p,
  div.text-left-picture-right p,
  div.text-right-picture-left p,
  div.picture-plus-info-grey p,
  div.small-info-paragraph p,
  div.two-column-info-paragraph p {
    font-size: 1em;
    line-height: 25px;
  }
  div.major-features {
    padding-top: 50px;
    height: auto;
    min-height: 470px;
  }
  div.major-features row {
    position: relative;
  }
  div.major-features img {
    max-width: 700px;
  }
  div.major-features h3 {
    font-size: 24px;
    line-height: 39px;
    text-align: center;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper .bullet-image {
    padding: 0;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper img {
    width: 40px;
  }
  div.small-2-col-bullet-list {
    margin-bottom: 50px;
    padding: 0 30px;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h5 {
    font-size: 16px !important;
    line-height: 22px;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h5 + p {
    font-size: 14px;
    line-height: 22px;
  }
  div.logo-quote-main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  div.text-left-picture-right {
    padding: 100px 0;
  }
  div.text-left-picture-right h3,
  div.text-right-picture-left h3,
  div.picture-plus-info-grey h3,
  div.small-info-paragraph h3,
  div.two-column-info-paragraph h3 {
    font-size: 1.5em;
    line-height: 32px;
  }
  div.text-right-picture-left {
    padding: 100px 0;
  }
  div.picture-plus-info-grey {
    margin: 60px 0 0 0;
    padding: 60px 0;
  }
  div.small-info-paragraph {
    padding: 30px 0;
  }
  div.logo-quote-main .logo-quote-wrapper .main-quote h3 {
    font-size: 1.125em;
    line-height: 28px;
  }
  div.logo-quote-main .logo-quote-wrapper .right-quote p {
    font-size: 0.875em;
    line-height: 26px;
  }
  div.logo-quote-main .logo-quote-wrapper .right-quote {
    padding-left: 50px;
    padding-right: 50px;
  }
  div.small-3-col-bullet-list h2 {
    font-size: 27px !important;
    line-height: 38px;
    margin-bottom: 75px;
  }
  div.small-3-col-bullet-list h5 {
    font-size: 1.063em !important;
    line-height: 24px;
  }
  div.small-3-col-bullet-list img {
    width: 40px;
  }
  div.small-3-col-bullet-list h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .platform-try-section div.try-ignition-solutions {
    padding: 50px 0;
  }
  .platform-try-section div.try-ignition-solutions h3,
  .platform-try-section div.learn-more h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .platform-try-section div.learn-more {
    padding-top: 50px;
  }
  div.product-paragraph h3 {
    font-size: 1.125em;
    line-height: 24px;
  }
  div.product-paragraph h3 + p {
    font-size: 1em;
    line-height: 25px;
  }
  div.main-content-wrapper .product-pricing {
    padding-top: 75px;
  }
  div.main-content-wrapper .product-pricing .product-pricing-header h2 {
    font-size: 24px !important;
    line-height: 30px;
  }
  div.main-content-wrapper .product-pricing .product-pricing-header h2 + p {
    font-size: 16px;
    line-height: 25px;
  }
  div.main-content-wrapper .product-pricing .product-pricing-header {
    padding-bottom: 50px;
  }
  div.main-content-wrapper .product-pricing .product-pricing-panels h3 {
    font-size: 21px;
    line-height: 30px;
  }
  div.main-content-wrapper .product-pricing .product-pricing-panels h3 + p {
    font-size: 14px;
    line-height: 23px;
    padding: 0;
  }
  div.main-content-wrapper .product-pricing .product-pricing-panels h3 + p + p {
    font-size: 16px;
    line-height: 20px;
  }
  div.main-content-wrapper .product-pricing .product-pricing-panels {
    padding-bottom: 75px;
  }
  div.main-content-wrapper .universal-platform {
    padding: 75px 0;
  }
  div.main-content-wrapper .universal-platform h3 + p {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
  }
  div.main-content-wrapper .universal-platform h3 {
    font-size: 24px;
    line-height: 30px;
  }
  div.main-content-wrapper.platform-page div.hero h2.hero-logo-h2,
  div.main-content-wrapper.modules-page div.hero h2.hero-logo-h2 {
    margin-top: 28px;
  }
}
/*Everything Smaller than 641px - mobile*/
@media (max-width: 40.063em) {
  .hide-for-small-inline {
    display: none !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  div.logo-quote-main .logo-quote-wrapper div {
    padding-top: 30px;
  }
  div.logo-quote-main .logo-quote-wrapper div a.link-with-arrow {
    display: block;
    margin-top: 20px;
    margin-right: 25px;
  }
  div.main-content-wrapper div.hero {
    padding: 50px 0.9375em 100px 0.9375em;
  }
  .ia-breadcrumb.pull-up-half + div {
    padding-top: 46px !important;
  }
  div.main-content-wrapper div.hero h2.hero-logo-h2 {
    margin-left: 0;
    padding: 0 2em;
  }
  div.small-3-col-bullet-list h2 {
    font-size: 21px !important;
    line-height: 28px;
    margin-bottom: 40px;
  }
  div.small-3-col-bullet-list .bullet {
    margin-bottom: 30px;
  }
  div.main-content-wrapper div.hero h1 {
    line-height: 36px;
    font-size: 2em !important;
  }
  div.main-content-wrapper.modules-page div.hero h1 {
    margin: 0;
  }
  .no-pad-small {
    padding: 0;
  }
  div.main-content-wrapper.modules-page div.hero img.hero-modules-icon {
    width: 40px;
    margin-bottom: 10px;
  }
  div.main-content-wrapper.modules-page div.hero img.hero-modules-logo {
    margin-left: 5%;
  }
  div.main-content-wrapper div.hero p {
    line-height: 22px;
    font-size: 1.125em;
    margin-bottom: 5px;
  }
  div.main-content-wrapper div.hero .small-hero-price {
    margin: 30px 0 0 0;
  }
  div.info-paragraph p {
    line-height: 25px;
    font-size: 1em;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h4 {
    font-size: 16px !important;
    padding: 0 1em;
    line-height: 25px;
    margin-bottom: 20px;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  div.small-2-col-bullet-list {
    margin-bottom: 0;
    padding: 0;
  }
  div.logo-quote-main {
    margin: 0;
  }
  div.logo-quote-main .logo-quote-wrapper img {
    padding-top: 0;
  }
  div.logo-quote-main .logo-quote-wrapper .main-quote {
    padding: 30px 10px 10px 10px;
    border: none;
  }
  div.logo-quote-main .logo-quote-wrapper .main-quote p:not(:nth-child(3)) {
    margin-top: 20px;
  }
  div.logo-quote-main .logo-quote-wrapper .right-quote p {
    margin-bottom: 50px;
  }
  h3.major-features-heading, h3.more-features-heading {
    font-size: 13px;
  }
  div.major-features {
    padding-top: 50px;
    height: auto;
    min-height: 320px;
  }
  div.major-features row {
    position: relative;
  }
  div.major-features img {
    max-width: 300px;
  }
  div.major-features h3 {
    font-size: 21px;
    line-height: 29px;
  }
  div.major-features img {
    top: 8px;
  }
  .image-crop-centered-container {
    position: relative;
  }
  .image-crop-centered-container .image-crop-centered {
    position: relative;
    top: 0;
    min-width: 135%;
    left: -17.5%;
    width: 135%;
  }
  div.small-info-paragraph h3 {
    font-size: 1.313em;
    line-height: 28px;
    padding: 0 30px;
  }
  div.text-left-picture-right h3,
  div.text-right-picture-left h3 {
    font-size: 1.313em;
    line-height: 28px;
    margin-top: 30px;
  }
  div.two-column-info-paragraph h3 {
    font-size: 1.313em;
    line-height: 28px;
  }
  div.picture-plus-info-grey h3 {
    font-size: 1.313em;
    line-height: 28px;
  }
  div.small-info-paragraph {
    padding-bottom: 50px !important;
  }
  div.small-info-paragraph p {
    line-height: 25px;
  }
  div.text-left-picture-right {
    padding: 0 0 50px 0;
  }
  div.text-left-picture-right img {
    min-width: inherit;
  }
  div.text-left-picture-right p,
  div.text-right-picture-left p,
  div.two-column-info-paragraph p {
    font-size: 1em;
    line-height: 25px;
  }
  div.text-right-picture-left {
    padding: 0 0 50px 0;
  }
  div.text-right-picture-left img {
    min-width: inherit;
  }
  div.picture-plus-info-grey {
    margin-top: 0;
    display: block;
  }
  div.picture-plus-info-grey > .row {
    display: block;
  }
  div.picture-plus-info-grey h3 {
    margin-top: 50px;
  }
  div.picture-plus-info-grey .picture-mobile-img {
    padding-right: 0;
    width: 90%;
  }
  div.picture-plus-info-grey.picture-alarm {
    padding-top: 0;
  }
  div.small-3-col-bullet-list {
    padding: 50px 0;
  }
  div.small-3-col-bullet-list .bullet-row .bullet p {
    margin-bottom: 0;
  }
  div.small-3-col-bullet-list h2.more-features {
    margin: 50px 20px;
    font-size: 27px !important;
    line-height: 36px;
  }
  div.small-3-col-bullet-list h5 {
    font-size: 1em !important;
    line-height: 24px;
  }
  div.main-content-wrapper .alarming-faq p {
    font-size: 14px;
    line-height: 21px;
  }
  div.try-ignition-solutions h2 {
    font-size: 1.8em !important;
    line-height: 36px;
  }
  div.try-ignition-solutions p {
    font-size: 1em;
    line-height: 28px;
  }
  div.try-ignition-solutions p:first-of-type {
    margin-bottom: 40px;
  }
  div.try-ignition-solutions .seeMore {
    margin-left: 0;
  }
  div.solutions-platformReqs p {
    margin-top: 25px;
    margin-bottom: 0;
  }
  div.solutions-platformReqs {
    padding-top: 30px;
    padding-bottom: 75px;
  }
  div.main-content-wrapper.platform-page div.hero {
    min-height: 513px;
  }
  div.main-content-wrapper.platform-page div.hero img.hero-platform-logo {
    margin-left: 1.5em;
  }
  div.main-content-wrapper.platform-page div.hero h2.hero-logo-h2 {
    margin-top: 5px;
  }
  .platform-try-section div.try-ignition-solutions .ignition-design {
    padding: 0;
  }
  .platform-try-section div.try-ignition-solutions h3 {
    padding: 0 2em;
  }
  .platform-try-section div.learn-more h3 {
    font-size: 21px;
    line-height: 25px;
  }
}
@media (max-width: 40.063em) and (max-width: 40.063em) {
  .platform-try-section div.learn-more h3 {
    font-size: 27px;
    line-height: 36px;
  }
}
@media (max-width: 40.063em) {
  div.main-content-wrapper .product-pricing {
    padding-top: 50px;
  }
  div.main-content-wrapper .product-pricing .product-pricing-header h2 {
    padding: 0 1em;
  }
  div.main-content-wrapper .product-pricing .product-pricing-panels {
    padding-bottom: 50px;
  }
  div.main-content-wrapper .universal-platform {
    padding: 50px 0;
  }
  div.main-content-wrapper .product-pricing .product-pricing-panels h3 + p {
    padding: 0 2em;
  }
  div.main-content-wrapper .product-pricing .panel-hr {
    margin: 40px auto;
  }
  div.main-content-wrapper .universal-platform h3 {
    padding: 0 2em;
  }
  .feature-image-responsive {
    max-width: 320px;
    width: 85%;
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 491px) {
  .platform-try-section div.learn-more a.right-btn.button.hide-when-small,
  #companybar .right-btn.button.hide-when-small {
    display: none;
  }
  .platform-try-section div.learn-more a.right-btn.button.show-when-small,
  #companybar .right-btn.button.show-when-small {
    display: inline-block !important;
  }
}
@media screen and (min-width: 415px) and (max-width: 40.063em) {
  div.main-content-wrapper div.hero {
    padding-top: 6em;
  }
  div.main-content-wrapper div.hero h2.hero-logo-h2 {
    padding-left: 10px;
    padding-right: 0;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper .bullet-row,
  div.small-3-col-bullet-list .bullet-row {
    padding: 0 10%;
  }
  div.main-content-wrapper.platform-page div.hero h2.hero-logo-h2 {
    margin-top: 25px;
    padding-left: 0;
  }
}
@media screen and (max-width: 415px) {
  div.main-content-wrapper.modules-page div.hero h2.hero-logo-h2 {
    margin-top: 5px;
  }
  br.hero-br {
    display: block;
  }
}
/*Places the product pricing section into small-12 at 760px because buttons overlap*/
@media screen and (min-width: 642px) and (max-width: 760px) {
  div.product-pricing .product-pricing-panels .product-panel {
    width: 100%;
    margin-left: 0 !important;
  }
  div.product-pricing .product-pricing-panels div.row.show-for-small-only {
    display: block !important;
  }
  div.main-content-wrapper .product-pricing .panel-hr {
    margin: 40px auto;
  }
}
/*-------------------XXL BreakPoint-------------------*/
@media (min-width: 120.063em) {
  .row {
    max-width: 1400px;
  }
  div.small-info-paragraph p,
  div.text-left-picture-right p,
  div.text-right-picture-left p,
  div.two-column-info-paragraph p,
  div.product-paragraph h3 + p,
  div.ia-left-right h3 + p,
  div.ia-left-right p {
    font-size: 21px !important;
    line-height: 32px !important;
  }
  div.small-info-paragraph p.caption,
  div.text-left-picture-right p.caption,
  div.text-right-picture-left p.caption,
  div.two-column-info-paragraph p.caption,
  div.product-paragraph h3 + p.caption,
  div.ia-left-right h3 + p.caption,
  div.ia-left-right p.caption {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  div.small-info-paragraph h3,
  div.text-left-picture-right h3,
  div.text-right-picture-left h3,
  div.two-column-info-paragraph h3,
  div.ia-left-right h3 {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h4 {
    font-size: 21px !important;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h5 {
    font-size: 21px !important;
  }
  div.small-2-col-bullet-list .small-2-col-bullet-list-wrapper h5 + p {
    font-size: 18px !important;
  }
  div.major-features h3,
  div.small-3-col-bullet-list h2,
  div.try-ignition-solutions h2 {
    font-size: 40px !important;
  }
  div.logo-quote-main .logo-quote-wrapper .main-quote h3 {
    font-size: 24px !important;
    line-height: 36px !important;
    margin-bottom: 15px;
  }
  div.logo-quote-main .logo-quote-wrapper .main-quote h3 + p {
    font-size: 18px !important;
    line-height: 28px !important;
  }
  div.logo-quote-main .logo-quote-wrapper .main-quote h3 + p + p {
    font-size: 16px !important;
  }
  div.logo-quote-main .logo-quote-wrapper .right-quote p {
    font-size: 18px !important;
    line-height: 38px;
  }
  div.small-3-col-bullet-list h5 {
    font-size: 21px !important;
  }
  div.small-3-col-bullet-list p {
    font-size: 16px !important;
    line-height: 25.6px !important;
    margin-top: 10px;
  }
  div.try-ignition-solutions h2 {
    margin-bottom: 30px;
  }
  div.try-ignition-solutions p:first-of-type {
    font-size: 26px !important;
    line-height: 36px !important;
  }
  div.try-ignition-solutions p.specs {
    font-size: 16px !important;
    font-weight: 300 !important;
  }
  div.try-ignition-solutions .seeMore {
    font-size: 16px !important;
  }
  div.try-ignition-solutions .see-more-div {
    margin-top: 4px;
  }
  div.picture-plus-info-grey {
    overflow: hidden;
  }
  div.picture-plus-info-grey .web-launch-img {
    min-height: 800px;
  }
  div.info-paragraph h3 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  div.info-paragraph p {
    font-size: 24px;
    line-height: 36px;
  }
}
.module-features {
  padding: 0 0 100px 0;
}
.module-features .row > div {
  overflow: auto;
  margin-bottom: 45px;
}
.module-features .row > div:last-child {
  margin-bottom: 0;
}
.module-features h4 {
  color: #445C6D;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
}
.module-features sup {
  font-size: 12px;
  color: #4e4e4e;
}
.module-features ul {
  margin-top: 15px;
  margin-bottom: 15px;
}
.module-features ul li {
  color: #4E4E4E;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.module-features ul li:not(:last-child) {
  padding-bottom: 10px;
}
.module-features p {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 0;
}
.module-features p + p {
  color: #4E4E4E;
  font-size: 14px;
  font-weight: 300;
  margin-top: 15px;
}
.module-features p + p.regular-paragraph {
  font-size: inherit;
  font-weight: 300;
  margin-top: 15px;
  font-style: inherit;
}
.module-features a.new-line {
  margin-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  color: #4a90ad;
  font-weight: 400;
}
.module-features .omron-drivers {
  margin-top: 15px;
}
.module-features .omron-drivers a.new-line {
  margin-top: 0;
  margin-bottom: 8px;
}
@media (min-width: 120.063em) {
  .module-features h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .module-features ul li {
    font-size: 18px;
    line-height: 28px;
  }
  .module-features p {
    font-size: 18px;
    line-height: 28px;
  }
  .module-features p + p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 64.0005em) {
  .module-features .row > div {
    overflow: auto;
    margin-bottom: 50px;
  }
  .module-features h4 {
    font-size: 18px;
  }
  .module-features ul li {
    font-size: 14px;
    line-height: 18px;
  }
  .module-features p {
    font-size: 14px;
    line-height: 22px;
  }
  .module-features p + p {
    font-size: 13px;
  }
}
@media (max-width: 40.063em) {
  .module-features {
    padding: 0 0 50px 0;
  }
  .module-features .row > div div:first-child {
    margin-bottom: 50px;
  }
}

.modules-faq {
  padding-bottom: 75px;
}
.modules-faq .header h4 {
  color: #4E4E4E;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  display: inline-block;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
  cursor: pointer;
}
.modules-faq .header h4 img {
  width: 20px;
}
.modules-faq .header h4 .rotate-arrow {
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.modules-faq .requirements-content {
  padding-top: 70px;
}
.modules-faq p {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 15px;
}
.modules-faq p span.scope {
  font-style: italic;
  font-size: 14px;
  font-weight: inherit;
}
.modules-faq .op-systems li:last-child {
  padding-right: 15px;
}
@media (max-width: 40.063em) {
  .modules-faq .op-systems li:last-child {
    padding-right: 0;
  }
}
.modules-faq ul {
  margin: 0 0 16px 0;
}
.modules-faq ul li {
  list-style: none;
  font-size: 14px;
  line-height: 25.6px;
  font-weight: 300;
}
.modules-faq .faq-footer {
  padding-top: 50px;
}
.modules-faq .faq-footer p,
.modules-faq .faq-footer ol li {
  font-size: 14px;
  line-height: 17px;
  color: #4E4E4E;
  font-weight: 300;
}
.modules-faq .faq-footer ol li {
  padding-top: 10px;
}
@media (min-width: 120.063em) {
  .modules-faq .header h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .modules-faq p {
    font-size: 18px;
    line-height: 28px;
  }
  .modules-faq ul li {
    font-size: 16px;
    line-height: 25px;
  }
  .modules-faq .faq-footer p {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 40.063em) {
  .modules-faq {
    padding-bottom: 50px;
  }
  .modules-faq .header h4 {
    font-size: 18px;
    line-height: 22px;
    position: relative;
  }
  .modules-faq .header h4 img {
    position: absolute;
    top: 5px;
    right: -25px;
  }
  .modules-faq p {
    margin-bottom: 10px;
  }
  .modules-faq .requirements-content {
    padding-top: 40px;
    padding-left: 15px;
  }
  .modules-faq .requirements-list > div {
    margin-bottom: 30px;
  }
  .modules-faq .requirements-list > div:last-child {
    margin-bottom: 0;
  }
}
.modules-faq .requirements-content .requirements-list p {
  line-height: 22px;
  margin-bottom: 5px;
}
.modules-faq .requirements-content .requirements-list ul li {
  line-height: 18px;
  padding: 6px 0;
}

.all-modules-section {
  padding: 100px 0;
  background-color: #EEEEEE;
}
.all-modules-section a:hover {
  text-decoration: underline;
}
.all-modules-section .header {
  margin-bottom: 75px;
}
.all-modules-section .header h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
}
.all-modules-section h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}
.all-modules-section h5 {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #4E4E4E !important;
  line-height: 21px;
  text-transform: uppercase;
  margin: 0 0 10px 0 !important;
}
.all-modules-section ul {
  margin: 0;
}
.all-modules-section ul li {
  list-style: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  padding: 6px 0;
  display: block;
}
.all-modules-section ul li a {
  display: block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  color: #4E4E4E;
}
@media (min-width: 120.063em) {
  .all-modules-section .header h2 {
    font-size: 40px;
    line-height: 44px;
  }
  .all-modules-section h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
@media (max-width: 64.0005em) {
  .all-modules-section {
    padding: 50px 0;
  }
  .all-modules-section .header {
    margin-bottom: 50px;
  }
  .all-modules-section .header h2 {
    font-size: 28px !important;
  }
  .all-modules-section h3 {
    font-size: 18px;
  }
}
@media (max-width: 40.063em) {
  .all-modules-section .header {
    margin-bottom: 30px;
  }
  .all-modules-section .header h2 {
    font-size: 24px !important;
  }
  .all-modules-section h3 {
    text-align: center;
  }
  .all-modules-section ul li a,
  .all-modules-section ul li {
    font-size: 14px;
  }
  .all-modules-section h5 {
    font-size: 12px !important;
  }
  .all-modules-section .modules-list > div:first-child {
    margin-bottom: 30px;
  }
}

.ia-breadcrumb {
  padding-top: 16px;
  margin-bottom: 48px;
}
@media (max-width: 40.063em) {
  .ia-breadcrumb {
    margin-bottom: 20px;
  }
}
.ia-breadcrumb a,
.ia-breadcrumb span {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.ia-breadcrumb a {
  color: #4A90AD;
}
@media (min-width: 120.063em) {
  .ia-breadcrumb a, .ia-breadcrumb span {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 64.0005em) {
  .ia-breadcrumb {
    padding-top: 20px;
  }
  .ia-breadcrumb a, .ia-breadcrumb span {
    font-size: 14px;
  }
}

.head-shot-quote {
  padding: 50px 0;
}
.head-shot-quote img {
  max-width: 150px;
  border-radius: 50%;
}
.head-shot-quote h3 {
  font-size: 21px;
  line-height: 32px;
  color: #445C6D;
}
.head-shot-quote h3 + p {
  font-size: 16px;
  color: #445C6D;
  margin-bottom: 0;
  font-weight: 300;
  font-style: italic;
}
.head-shot-quote h3 + p + p {
  font-size: 14px;
  color: #445C6D;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0;
  padding-left: 1em;
}
@media (max-width: 64.0005em) {
  .head-shot-quote h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 40.063em) {
  .head-shot-quote img {
    margin-bottom: 30px;
  }
}

.platform-vid-section {
  background: rgba(0, 0, 0, 0) url("../images/VideoCTA-BG-shadow.03433e989c94.png") no-repeat center center/cover;
  min-height: 90px;
  padding-top: 27px;
}
.platform-vid-section img {
  width: 38px;
  margin: 0 20px;
}
.platform-vid-section p {
  display: inline-block;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 29px;
  margin: 0;
}
.platform-vid-section .banner-container {
  display: inline-block;
  position: relative;
}
.platform-vid-section .banner-container .wistia_embed .wistia_click_to_play {
  width: auto !important;
}
.platform-vid-section .show-for-417 {
  display: none;
}
@media (max-width: 64.0005em) {
  .platform-vid-section {
    background: rgba(0, 0, 0, 0) url("../images/VideoCTA-BG-Tablet.f310fdbd5130.png") no-repeat center center/cover;
  }
  .platform-vid-section p {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 726px) {
  .platform-vid-section {
    background: rgba(0, 0, 0, 0) url("../images/VideoCTA-BG-Mobile.28137002ea94.png") no-repeat center center/cover;
    padding-top: 17px;
  }
  .platform-vid-section .banner-container {
    padding: 0 0 0 55px;
  }
  .platform-vid-section p {
    font-size: 16px;
    line-height: 25px;
    display: block;
  }
  .platform-vid-section .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .platform-vid-section .image-wrapper img {
    margin: 0;
  }
}
@media only screen and (max-width: 417px) {
  .platform-vid-section {
    padding-bottom: 17px;
  }
  .platform-vid-section .hide-for-417 {
    display: none;
  }
  .platform-vid-section .show-for-417 {
    display: block;
  }
}

.pre-footer {
  background-color: #445C6D;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 96px 0;
}
@media (max-width: 64.0005em) {
  .pre-footer {
    padding-top: 72px;
  }
}
.pre-footer h2 {
  font-size: 36px !important;
  font-weight: 500;
  line-height: 44px;
  margin-bottom: 16px;
  color: inherit !important;
}
@media (max-width: 64.0005em) {
  .pre-footer h2 {
    font-size: 24px !important;
    line-height: 29px;
  }
}
.pre-footer p {
  font-size: 21px;
  line-height: 32px;
  font-weight: 300;
  color: inherit;
  margin-bottom: 0;
}
@media (max-width: 64.0005em) {
  .pre-footer p {
    font-size: 18px;
    line-height: 26px;
  }
}
.pre-footer .button-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 56px;
}
@media (max-width: 40.063em) {
  .pre-footer .button-row {
    justify-content: stretch;
    flex-wrap: wrap;
    gap: 8px;
    margin: 32px auto 0 auto;
    max-width: 228px;
  }
  .pre-footer .button-row > * {
    flex: 1 1 100%;
  }
}

.form-pre-footer {
  background: #272A3B url("../images/Pre-Footer-f.6748905d4ba9.jpg") no-repeat center top/100% auto;
  min-height: 478px;
  padding: 75px 0;
}
.form-pre-footer.generic {
  padding-bottom: 75px;
}
.form-pre-footer.generic .ia-primary-button {
  margin-bottom: 40px;
}
.form-pre-footer.generic .specs {
  margin-bottom: 30px;
}
.form-pre-footer .close-x {
  position: absolute;
  top: 3px;
  right: 80px;
  cursor: pointer;
  color: #F7901E;
  z-index: 1;
}
.form-pre-footer #required-explanation {
  color: #ffffff;
  display: block;
  float: left;
}
.form-pre-footer .cancel-button, .form-pre-footer #contact-submit {
  float: right;
}
.form-pre-footer ul {
  margin: 0;
  float: right;
  max-width: calc(100% - 75px);
  text-align: right;
  line-height: inherit !important;
}
.form-pre-footer ul li {
  list-style: none;
}
.form-pre-footer h2 {
  color: #FFFFFF !important;
  font-size: 36px !important;
  font-weight: 400;
  line-height: 44px;
  margin-bottom: 15px;
}
.form-pre-footer h2 + p {
  color: #FFFFFF;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 50px;
  font-weight: 200;
}
.form-pre-footer a.product-primary-button {
  margin-bottom: 50px;
}
.form-pre-footer p.specs {
  opacity: 0.75;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 30px;
}
.form-pre-footer .talk-to-expert {
  position: relative;
}
.form-pre-footer .talk-to-expert a.product-primary-button {
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form-pre-footer .talk-to-expert .button-row {
  margin-bottom: 75px;
}
.form-pre-footer .talk-to-expert h6 {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  margin-bottom: 36px;
  font-weight: 200;
}
.form-pre-footer .talk-to-expert .red {
  color: red;
  margin: 0;
}
.form-pre-footer .talk-to-expert input, .form-pre-footer .talk-to-expert textarea, .form-pre-footer .talk-to-expert select {
  border-radius: 3px;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 300 !important;
  border: 1px solid #F7901E;
  resize: none;
  margin-bottom: 16px !important;
}
.form-pre-footer .talk-to-expert select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/buttons/dropdown-arrow-orange.aef35ff461e4.svg");
  font-size: 16px;
  font-weight: 400;
  color: #9B9B9B;
}
@-moz-document url-prefix() {
  .form-pre-footer .talk-to-expert select option {
    color: black;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  }
}
.form-pre-footer .talk-to-expert label {
  color: #FFFFFF;
  font-weight: 200;
  display: block;
  float: left;
}
.form-pre-footer .talk-to-expert .selectized.error + .selectize-control .selectize-input {
  border-color: darkred !important;
}
.form-pre-footer .talk-to-expert .selectize-dropdown {
  border: 1px solid rgb(204, 204, 204);
  font-size: 14px;
}
.form-pre-footer .talk-to-expert .selectize-dropdown.active {
  background-color: transparent;
  color: #FFFFFF;
}
.form-pre-footer .talk-to-expert .selectize-dropdown [data-selectable] {
  padding: 2px 8px;
}
.form-pre-footer .talk-to-expert .selectize-dropdown .optgroup {
  border-top: none;
}
.form-pre-footer .talk-to-expert .selectize-dropdown .optgroup-header {
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 0;
}
.form-pre-footer .talk-to-expert .selectize-control {
  padding-bottom: 12px;
}
.form-pre-footer .talk-to-expert .selectize-control.single .selectize-input:after {
  border-color: #F7901E transparent transparent transparent;
}
.form-pre-footer .talk-to-expert .selectize-control.single .selectize-input.dropdown-active:after {
  border-color: transparent transparent #F7901E transparent;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input {
  border: 1px solid #F7901E;
  font-size: 16px !important;
  line-height: 17px !important;
  height: 37px;
  color: #FFFFFF;
  background-image: none;
  box-shadow: none;
  background-color: transparent;
  z-index: 99;
  padding-top: 9px;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input.not-full > input {
  width: 100% !important;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input:after {
  margin-top: -2px;
  border-width: 3px 3px 0 3px;
  right: 10px;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input.focus.input-active {
  border: 1px solid #F7901E;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input.dropdown-active:after {
  margin-top: -2px;
  border-width: 0 3px 3px 3px;
  right: 10px;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input.dropdown-active::before {
  display: none;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input {
  font-size: 16px !important;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input .item {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: 300;
  font-size: 16px;
  color: #9B9B9B !important;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: 300;
  font-size: 16px;
  color: #9B9B9B !important;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: 300;
  font-size: 16px;
  color: #9B9B9B !important;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: 300;
  font-size: 16px;
  color: #9B9B9B !important;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input[type=text] {
  transition: none;
  height: auto;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF;
}
.form-pre-footer .talk-to-expert .selectize-control .selectize-input input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF;
}
.form-pre-footer .talk-to-expert #prefooter-address {
  margin-bottom: 75px;
}
.form-pre-footer .talk-to-expert #please-send-updates {
  margin-bottom: 37px;
  position: relative;
}
.form-pre-footer .talk-to-expert #please-send-updates, .form-pre-footer .talk-to-expert #please-send-updates span {
  color: #FFFFFF;
}
.form-pre-footer .talk-to-expert .checkboxrow span:last-of-type {
  display: block;
  width: calc(100% - 30px);
  float: right;
  margin-top: 2px;
}
.form-pre-footer .talk-to-expert p.contact-form-address {
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 75px;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
}
.form-pre-footer .talk-to-expert p.contact-form-address a, .form-pre-footer .talk-to-expert p.contact-form-address a:visited, .form-pre-footer .talk-to-expert p.contact-form-address a:link, .form-pre-footer .talk-to-expert p.contact-form-address span {
  color: inherit;
  font-weight: inherit;
}
.form-pre-footer .talk-to-expert span.pfdivider {
  margin: 0 5px;
}
.form-pre-footer .talk-to-expert .email-consent input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  cursor: pointer !important;
  z-index: 1;
  top: 4px;
  left: 2px;
}
.form-pre-footer .talk-to-expert .email-consent input[type=checkbox] + span.input-label {
  margin: 0 !important;
  margin-right: 4px !important;
  clear: none;
  /*position: absolute;*/
  /*left:36%;*/
  /* Left padding makes room for image */
  padding: 12px;
  /* Make look clickable because they are */
  background: url("../images/icons/Checkbox-DrkBG@2x.e2fabb6c910a.png") center center no-repeat;
  background-size: 100% !important;
  display: block;
  float: left;
}
.form-pre-footer .talk-to-expert .email-consent input[type=checkbox]:checked + span.input-label {
  background: url("../images/icons/Checkbox-DrkBG.active@2x.195ed9ec74d5.png") center center no-repeat;
}
.form-pre-footer .talk-to-expert p.form-contents-thanks {
  color: #ffffff;
  text-align: center;
}
.form-pre-footer .talk-to-expert div#form-contents-thanks-wrapper {
  margin: 60px auto 100px;
}
.form-pre-footer .talk-to-expert .solutions-form-privacy-statement {
  color: #ffffff;
  padding-bottom: 20px;
}
.form-pre-footer .talk-to-expert .solutions-form-privacy-statement a {
  color: inherit;
  text-decoration: underline;
}
.form-pre-footer .form-thank-you {
  margin-bottom: 30px;
}
.form-pre-footer .form-thank-you p {
  font-size: 16px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 300;
}
.form-pre-footer .form-thank-you p:first-child {
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  color: #F7901E;
}
.form-pre-footer .form-info-text p {
  font-size: 12px;
  line-height: 21px;
  color: #FFFFFF;
  margin: 13px 0 0 0;
  padding-right: 10px;
}
.form-pre-footer .cancel-button {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 45px;
  position: relative;
  top: 0;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 64.0005em) {
  .form-pre-footer {
    padding: 50px 0 75px 0;
  }
  .form-pre-footer h2 {
    font-size: 28px !important;
    line-height: 34px;
  }
  .form-pre-footer h2 + p {
    font-size: 18px;
    line-height: 26px;
  }
  .form-pre-footer .talk-to-expert h6 {
    font-size: 15px;
  }
  .form-pre-footer .close-x {
    right: 10px;
  }
  .form-pre-footer .talk-to-expert .checkboxrow span:last-of-type {
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 775px) {
  .form-pre-footer .talk-to-expert-form .medium-6 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .form-pre-footer .cancel-button, .form-pre-footer #contact-submit, .form-pre-footer #required-explanation {
    right: 0;
    left: 0;
    text-align: center;
    margin: auto;
    float: none;
    line-height: 1em;
    margin-bottom: 20px;
  }
  .form-pre-footer #contact-submit {
    width: 214px;
  }
  .form-pre-footer .talk-to-expert .button-row {
    margin-bottom: 0;
  }
}
@media (max-width: 40.063em) {
  .form-pre-footer {
    padding: 50px 0;
  }
  .form-pre-footer h2 {
    font-size: 24px !important;
    line-height: 29px;
  }
  .form-pre-footer .talk-to-expert h6 {
    font-size: 14px;
  }
  .form-pre-footer .talk-to-expert .checkboxrow span:last-of-type {
    font-size: 14px;
    line-height: 21px;
  }
  .form-pre-footer .specs > div {
    padding: 0;
  }
  .form-pre-footer .form-info-text p {
    margin: -5px 0 20px 0;
  }
  .form-pre-footer .button-row > div:nth-child(2) {
    padding: 0;
  }
  .form-pre-footer span.close-x {
    text-align: center !important;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 400px) {
  .form-pre-footer .small-6.full-width-at-400 {
    width: 100%;
  }
}

.form-pre-footer-2 {
  background-image: url("/static/images/enterprise/enterprise-footer@2x.png");
}
.form-pre-footer-2 .by-the-numbers {
  padding: 72px 0 80px;
}
@media (max-width: 40.063em) {
  .form-pre-footer-2 .by-the-numbers {
    padding: 50px 0;
  }
}
.form-pre-footer-2 .by-the-numbers .numbers {
  padding: 30px 0;
}
.form-pre-footer-2 .by-the-numbers .numbers h2 {
  color: #fff;
  font-size: 27px !important;
  line-height: 33px;
  font-weight: 200;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .form-pre-footer-2 .by-the-numbers .numbers h2 {
    font-size: 20px !important;
    line-height: 30px;
  }
}
@media (max-width: 40.063em) {
  .form-pre-footer-2 .by-the-numbers .numbers h2 {
    margin-bottom: 25px;
  }
}
.form-pre-footer-2 .by-the-numbers .numbers h4,
.form-pre-footer-2 .by-the-numbers .numbers h4 span,
.form-pre-footer-2 .by-the-numbers .numbers p {
  color: #fff;
}
.form-pre-footer-2 .by-the-numbers .numbers h4 {
  font-weight: 300;
  margin-top: 0;
}
@media (max-width: 40.063em) {
  .form-pre-footer-2 .by-the-numbers .numbers h4 {
    font-size: 24px;
    margin-bottom: 0;
    line-height: 26px;
  }
  .form-pre-footer-2 .by-the-numbers .numbers h4 span {
    font-size: 36px;
  }
}
.form-pre-footer-2 .by-the-numbers .numbers h4 span {
  font-weight: 600;
}
.form-pre-footer-2 .by-the-numbers .numbers p {
  font-weight: 200;
  margin-bottom: 0;
}
@media only screen and (min-width: 40.063em) and (max-width: 800px) {
  .form-pre-footer-2 .by-the-numbers .numbers p {
    font-size: 12px;
  }
}
@media (max-width: 40.063em) {
  .form-pre-footer-2 .by-the-numbers .numbers p {
    margin-bottom: 20px;
  }
}
.form-pre-footer-2 .by-the-numbers .numbers .separator {
  width: 1px;
  border-left: 1px solid #dfdfde;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 40.063em) {
  .form-pre-footer-2 .by-the-numbers .numbers .separator {
    display: none;
  }
}

@media (max-width: 40.063em) {
  .trust-marks {
    width: 80%;
  }
  .trust-marks .snowflake {
    min-width: 55px;
    width: 45%;
  }
  .trust-marks > div a > .row:first-child {
    margin-bottom: 10px;
  }
}

.edge-page div.main-content-wrapper div.hero {
  padding-top: 80px;
}
.edge-page div.main-content-wrapper div.hero img.hero-product-logo {
  width: 215px;
}
@media (max-width: 40.063em) {
  .edge-page div.main-content-wrapper div.hero {
    padding-top: 50px;
  }
  .edge-page div.main-content-wrapper div.hero div.hero-logo {
    margin-bottom: 60px;
  }
}

.slick-architecture-carousel {
  padding: 100px 0 50px 0;
}
.slick-architecture-carousel h2 {
  margin: 0;
}
.slick-architecture-carousel .slide-button-group {
  margin: 50px 0;
}
.slick-architecture-carousel .slide-button-group #slideNext,
.slick-architecture-carousel .slide-button-group #slidePrev,
.slick-architecture-carousel .slide-button-group a.button.label {
  display: none;
}
.slick-architecture-carousel .slide-button-group .button {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #b3b2b3;
  padding: 10px;
  line-height: 20px;
  width: 243px;
  height: 41px;
  border-right: none;
  margin-left: -4px;
  margin-bottom: 0;
}
.slick-architecture-carousel .slide-button-group .button:last-of-type {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid #b3b2b3;
}
.slick-architecture-carousel .slide-button-group .button:hover {
  color: rgb(78, 78, 78);
  background-color: #ECECEC;
}
.slick-architecture-carousel .slide-button-group .button.active {
  color: white;
  background-color: #4A90AD;
  border: 1px solid #4A90AD;
  border-right: none;
}
.slick-architecture-carousel .slide-button-group .button.active:last-of-type {
  border-right: 1px solid #4A90AD;
}
.slick-architecture-carousel .slide-button-group .button.active:focus {
  color: white;
}
.slick-architecture-carousel .slide-button-group .button:focus {
  color: #445c6d;
}
.slick-architecture-carousel .slide-button-group a.slide-one {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.slick-architecture-carousel a.architecture-pdf img {
  display: inline-block;
}
.slick-architecture-carousel .image-text {
  margin-top: 50px;
}
.slick-architecture-carousel .image-text h3 {
  color: #4E4E4E !important;
  font-size: 21px;
  font-weight: 600;
  line-height: 38px;
}
.slick-architecture-carousel .image-text h3 + p {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}
@media (max-width: 64.0005em) {
  .slick-architecture-carousel {
    padding: 50px 0;
  }
  .slick-architecture-carousel h2 {
    font-size: 28px !important;
  }
  .slick-architecture-carousel .image-text h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .slick-architecture-carousel .image-text h3 + p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media (max-width: 765px) {
  .slick-architecture-carousel a.slide-one,
  .slick-architecture-carousel a.slide-two,
  .slick-architecture-carousel a.slide-three {
    display: none;
  }
  .slick-architecture-carousel div.slide-button-group a.button.label {
    cursor: default;
    margin-right: 7px !important;
    margin-left: 7px !important;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    width: 164px;
    text-align: center;
    border-right: 1px solid #b3b2b3;
  }
  .slick-architecture-carousel div.slide-button-group a.button.label:active, .slick-architecture-carousel div.slide-button-group a.button.label:focus {
    color: #445c6d;
  }
  .slick-architecture-carousel #slideNext,
  .slick-architecture-carousel #slidePrev,
  .slick-architecture-carousel div.slide-button-group a.button.label {
    display: inline-block !important;
  }
  .slick-architecture-carousel #slideNext::after,
  .slick-architecture-carousel #slidePrev::before {
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 12px;
  }
  .slick-architecture-carousel #slidePrev:before {
    background: transparent url("../images/architectures/CTA_Arrow_Left_On.542555e2f85b.png") no-repeat scroll center center/12px 12px;
    left: -7px;
  }
  .slick-architecture-carousel #slideNext:after {
    background: transparent url("../images/architectures/CTA_Arrow_Right_On.9fabdd0ae31e.png") no-repeat scroll center center/12px 12px;
    right: -7px;
  }
  .slick-architecture-carousel .edge-architectures .slide-button-group {
    margin: 30px 0;
  }
}
@media (max-width: 40.063em) {
  .slick-architecture-carousel h2 {
    font-size: 24px !important;
  }
}

.onboard-button-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-color: rgba(34, 34, 34, 0.2);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.tab-button {
  padding: 5px 10px;
}
.tab-button:first-of-type {
  margin-right: 20px;
}
.tab-button.active {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.12);
}
.tab-button:hover:not(.active) {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.12);
}
.tab-button span {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 17px;
}

.mobile-onboard-button-container {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.mobile-onboard-button {
  border-radius: 5px;
  width: 178px;
  border: 1px solid #E6E6E6;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
  position: relative;
}
.mobile-onboard-button span {
  color: #FFFFFF;
  font-size: 14px;
}
.mobile-onboard-button::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  right: -15px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #FFFFFF;
}
.mobile-onboard-button.open::after {
  border-top: initial;
  border-bottom: 5px solid #FFFFFF;
}

/* Wistia overrides */
.wistia_popover_mode {
  /* class applies to body when a Wistia popover is active */
  overflow: hidden;
}

.wistia_placebo_close_button {
  transform: translateY(-25px);
  outline: none !important;
  overflow: visible !important;
}
.wistia_placebo_close_button img {
  max-width: unset;
  zoom: 1.2;
  height: auto !important;
}

.wistia_popover_overlay {
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.wistia_responsive_padding {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 100%;
}

.wistia_responsive_wrapper {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.wistia_responsive_wrapper .wistia_embed {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
}

.watch-video-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
  cursor: pointer;
}
.watch-video-button img {
  width: 40px;
  height: 40px;
}
.watch-video-button span {
  margin-left: 10px;
  color: #4a8fad;
}

.major-feature-section {
  background: none;
  padding-top: 100px;
}
.major-feature-section .m-f-header h3,
.major-feature-section div.m-f-header h3 {
  color: #FFFFFF !important;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 20px;
}
@media (max-width: 40.063em) {
  .major-feature-section .m-f-header h3,
  .major-feature-section div.m-f-header h3 {
    margin-bottom: 10px;
  }
}
.major-feature-section .m-f-header h3 + p,
.major-feature-section div.m-f-header h3 + p {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 64.0005em) {
  .major-feature-section .m-f-header h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .major-feature-section .m-f-header h3 + p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 40.063em) {
  .major-feature-section {
    padding-top: 60px;
  }
  .major-feature-section .m-f-header h3 {
    font-size: 24px;
    line-height: 32px;
  }
}

.ob-mobile-dropdown {
  position: relative;
  background-color: #eaeaea;
  top: -2px;
  width: 178px;
  margin: 0 auto;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 15px 0;
  z-index: 2;
  display: none;
  list-style: none;
}
.ob-mobile-dropdown li {
  text-decoration: none;
}
.ob-mobile-dropdown li a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.ob-mobile-dropdown li a.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.ob-mobile-dropdown li a:link, .ob-mobile-dropdown li a {
  display: inline-block;
  color: #808080 !important;
  padding: 4px 8px;
  margin: 8px 7px;
  border-radius: 3px;
  font-size: 14px;
}

.hero-content img {
  width: 300px;
  margin-bottom: 45px;
}
@media (max-width: 40.063em) {
  .hero-content img {
    width: 154px;
  }
}

div.powerful-features {
  padding-bottom: 125px;
}
@media (max-width: 40.063em) {
  div.powerful-features {
    padding-bottom: 75px;
  }
}
div.powerful-features div.small-info-paragraph {
  padding: 100px 0;
}
@media (max-width: 40.063em) {
  div.powerful-features div.small-info-paragraph {
    padding-bottom: 50px;
  }
}
div.powerful-features div.small-info-paragraph h3 {
  color: #F7901E !important;
  font-weight: 300;
}
@media (max-width: 40.063em) {
  div.powerful-features div.small-info-paragraph h3 {
    font-size: 21px;
  }
}
div.powerful-features div.small-info-paragraph p {
  color: #FFFFFF;
}

span.no-wrap {
  white-space: nowrap;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
}

.powerful-images p {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
.powerful-images .image-block {
  margin-bottom: 75px;
  text-align: center;
}
@media (max-width: 40.063em) {
  .powerful-images img {
    width: 175px;
  }
  .powerful-images p {
    margin-top: 20px;
  }
  .powerful-images .image-block {
    margin-bottom: 50px;
  }
}

.companies-onboard {
  padding: 150px 0;
}
.companies-onboard h3 {
  font-weight: 300;
  line-height: 38px;
}
.companies-onboard h3 + p {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.companies-onboard .ob-company-logo a.link-with-arrow:link {
  font-size: 16px;
  margin-top: -20px;
}
.companies-onboard .ob-company-logo {
  margin-bottom: 20px;
}
@media (max-width: 64.0005em) {
  .companies-onboard h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .companies-onboard h3 + p {
    font-size: 16px;
    line-height: 25px;
  }
  .companies-onboard .ob-company-logo a.link-with-arrow:link {
    margin-top: -10px;
  }
}
@media (max-width: 40.063em) {
  .companies-onboard {
    padding: 75px 0 100px 0;
  }
  .companies-onboard h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .companies-onboard img:not(.ctaArrow) {
    width: 300px;
  }
  .companies-onboard .ob-company-logo a.link-with-arrow:link {
    margin-top: -20px;
  }
}
@media (min-width: 120.063em) {
  .companies-onboard h3 {
    font-size: 32px;
    line-height: 46px;
  }
  .companies-onboard h3 + p {
    font-size: 21px;
    line-height: 40px;
  }
}

.ignition-8-pricing {
  background-color: #F2F2F2;
  padding: 75px 0 100px 0;
  margin-bottom: 100px;
}
.ignition-8-pricing .header {
  margin-bottom: 30px;
}
.ignition-8-pricing .header h3 {
  color: #445C6D;
  font-size: 27px;
  line-height: 36px;
}
.ignition-8-pricing .header > p:first-of-type {
  color: #4A90AD;
  font-size: 14px;
  font-style: italic;
  line-height: 30px;
  margin-bottom: 0;
}
.ignition-8-pricing .pricing-header {
  margin-bottom: 50px;
}
.ignition-8-pricing .pricing-header .more-features-heading {
  margin-top: 0;
}
.ignition-8-pricing .content {
  margin-bottom: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 40.063em) {
  .ignition-8-pricing .content {
    margin-bottom: 30px;
  }
}
.ignition-8-pricing .content > div {
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #CCCCCB;
  padding: 30px 30px;
}
.ignition-8-pricing .content > div h4 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #39464B;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.ignition-8-pricing .content > div p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #4E4E4E;
}
.ignition-8-pricing .content > div.main-price {
  margin-bottom: 16px;
  background-color: #4C6696;
  background-image: url("/static/images/beta/8Beta-HeroBG.jpg");
  background-size: cover;
  background-position: center center;
}
.ignition-8-pricing .content > div.main-price h4,
.ignition-8-pricing .content > div.main-price p {
  color: #fff;
  margin-top: 0;
}
.ignition-8-pricing .content > div.main-price h4 {
  font-size: 21px;
  line-height: 34px;
}
.ignition-8-pricing .content > div.more-ways-to-buy .columns {
  padding: 0;
}
.ignition-8-pricing .content > div.more-ways-to-buy .columns.explanatory {
  border-bottom: 1px solid #cccccb;
  margin-bottom: 30px;
}
.ignition-8-pricing .content > div.more-ways-to-buy .columns.explanatory p {
  margin-bottom: 30px;
}
@media (min-width: 40.063em) {
  .ignition-8-pricing .content > div.more-ways-to-buy .columns.app-only {
    padding-right: 15px;
  }
}
@media (max-width: 40.063em) {
  .ignition-8-pricing .content > div.more-ways-to-buy .columns.app-only {
    margin-bottom: 30px;
  }
}
@media (min-width: 40.063em) {
  .ignition-8-pricing .content > div.more-ways-to-buy .columns.browser-only {
    padding-left: 15px;
  }
}
.ignition-8-pricing .i-8-footer p {
  font-style: italic;
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  margin: 0;
  color: #4e4e4e;
}
.ignition-8-pricing .i-8-footer p a {
  color: currentColor;
  font-weight: inherit;
  text-decoration: underline;
}
.ignition-8-pricing .i-8-footer p a:hover, .ignition-8-pricing .i-8-footer p a:focus {
  color: #999;
}

.hero-navigation {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: rgba(0, 33, 67, 0.9);
  position: absolute;
  bottom: 0;
  height: 75px;
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-overflow-style: none;
}
@media (max-width: 40.063em) {
  .hero-navigation {
    height: 55px;
  }
}
.hero-navigation ::-webkit-scrollbar {
  display: none !important;
  width: 0;
  background: transparent;
  z-index: -1;
}
.hero-navigation ul {
  margin: 0;
  line-height: 25px !important;
}
.hero-navigation ul li {
  color: white;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: auto;
  height: 25px;
  padding: 0 20px;
  border-right: 1px solid rgb(255, 255, 255);
  list-style: none;
  display: inline-block;
}
@media (max-width: 40.063em) {
  .hero-navigation ul li {
    font-size: 14px;
    border-right: 2px solid #9B9B9B;
  }
}
.hero-navigation ul li:last-child {
  border-right: none;
}
.hero-navigation ul li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.hero-navigation ul li a:hover {
  color: #F7901E;
}
.hero-navigation ul li a::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 5px solid;
  margin: 20px auto 0 auto;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.hero-navigation ul li a:hover:after {
  width: 100%;
}
.hero-navigation .navigation-list {
  width: calc(100% - 50px);
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  -ms-overflow-style: none;
}
@-moz-document url-prefix() {
  .hero-navigation .navigation-list {
    margin-bottom: -30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .hero-navigation .navigation-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.hero-navigation .scroll-left-button, .hero-navigation .scroll-right-button {
  z-index: 1;
  display: none;
  width: 50px;
  height: 75px;
  cursor: pointer;
  position: absolute;
  top: 0;
}
@media (max-width: 40.063em) {
  .hero-navigation .scroll-left-button, .hero-navigation .scroll-right-button {
    height: 55px;
  }
}
.hero-navigation .scroll-left-button img, .hero-navigation .scroll-right-button img {
  height: 100%;
}
.hero-navigation .scroll-right-button {
  right: 0;
}
.hero-navigation .scroll-left-button {
  left: 0;
}

@media only screen and (max-width: 750px) {
  .hide-for-750-down {
    display: none;
  }
}
/*Foundation class breakpoints for the xxlarge grid*/
@media (min-width: 120.063em) {
  .xxlarge-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .xxlarge-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .xxlarge-1 {
    width: 8.33333%;
  }
  .xxlarge-2 {
    width: 16.66667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.33333%;
  }
  .xxlarge-5 {
    width: 41.66667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.33333%;
  }
  .xxlarge-8 {
    width: 66.66667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.33333%;
  }
  .xxlarge-11 {
    width: 91.66667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
  .xxlarge-offset-0 {
    margin-left: 0% !important;
  }
  .xxlarge-offset-1 {
    margin-left: 8.33333% !important;
  }
  .xxlarge-offset-2 {
    margin-left: 16.66667% !important;
  }
  .xxlarge-offset-3 {
    margin-left: 25% !important;
  }
  .xxlarge-offset-4 {
    margin-left: 33.33333% !important;
  }
  .xxlarge-offset-5 {
    margin-left: 41.66667% !important;
  }
  .xxlarge-offset-6 {
    margin-left: 50% !important;
  }
  .xxlarge-offset-7 {
    margin-left: 58.33333% !important;
  }
  .xxlarge-offset-8 {
    margin-left: 66.66667% !important;
  }
  .xxlarge-offset-9 {
    margin-left: 75% !important;
  }
  .xxlarge-offset-10 {
    margin-left: 83.33333% !important;
  }
  .xxlarge-offset-11 {
    margin-left: 91.66667% !important;
  }
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.xxlarge-centered:last-child,
  .columns.xxlarge-centered:last-child {
    float: none;
  }
  .column.xxlarge-uncentered:last-child,
  .columns.xxlarge-uncentered:last-child {
    float: left;
  }
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right;
  }
  .row.xxlarge-collapse > .column,
  .row.xxlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.xxlarge-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.xxlarge-uncollapse > .column,
  .row.xxlarge-uncollapse > .columns {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  /* Footer social media / download button XL styles go here since they only apply to pages using this stylesheet */
  #footer2016 .row .footer-icons .footer-download {
    margin-left: 33px;
    padding: 5px 26px;
  }
  #footer2016 .row .footer-icons .socialmedia, #footer2016 .row .footer-icons .footer-download {
    width: 202px;
  }
}
.ia-primary-button {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  border: none;
  padding: 12px 32px;
  height: 45px;
  border-radius: 3px;
  background: #f7901e; /* Old browsers */
  background: -moz-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7901e), color-stop(100%, #f79b1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7901e 0%, #f79b1e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7901e", endColorstr="#f79b1e", GradientType=0);
}
.ia-primary-button, .ia-primary-button:link, .ia-primary-button:hover, .ia-primary-button:focus, .ia-primary-button:active, .ia-primary-button:visited {
  color: #FFFFFF;
}
.ia-primary-button:hover, .ia-primary-button:focus {
  background: #E38025;
}
.ia-primary-button.disabled {
  background: #f7901e !important;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
.ia-primary-button span {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 21px;
  font-weight: 500;
}

/**
Components and shared styles 2024
 */
.ia-button-primary-filled, .ia-button-primary-filled:link, .ia-button-primary-filled:hover, .ia-button-primary-filled:focus, .ia-button-primary-filled:active, .ia-button-primary-filled:visited {
  padding: 10px 14px;
  border: 2px solid transparent;
  border-radius: 0.25em;
  font-size: 16px;
  font-weight: 500;
  text-rendering: geometricPrecision;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  transition: background-color 300ms ease-out, border-color 300ms ease-out, color 300ms ease-out;
  background-color: #F7901E;
  color: #fff;
}
.ia-button-primary-filled:hover, .ia-button-primary-filled:focus, .ia-button-primary-filled:link:hover, .ia-button-primary-filled:link:focus, .ia-button-primary-filled:hover:hover, .ia-button-primary-filled:hover:focus, .ia-button-primary-filled:focus:hover, .ia-button-primary-filled:focus:focus, .ia-button-primary-filled:active:hover, .ia-button-primary-filled:active:focus, .ia-button-primary-filled:visited:hover, .ia-button-primary-filled:visited:focus {
  background-color: #E38025;
}
.ia-button-primary-filled:disabled, .ia-button-primary-filled.disabled, .ia-button-primary-filled:link:disabled, .ia-button-primary-filled:link.disabled, .ia-button-primary-filled:hover:disabled, .ia-button-primary-filled:hover.disabled, .ia-button-primary-filled:focus:disabled, .ia-button-primary-filled:focus.disabled, .ia-button-primary-filled:active:disabled, .ia-button-primary-filled:active.disabled, .ia-button-primary-filled:visited:disabled, .ia-button-primary-filled:visited.disabled {
  cursor: not-allowed;
  background-color: #CCCCCB !important;
}

.ia-button-primary-outlined-1, .ia-button-primary-outlined-1:link, .ia-button-primary-outlined-1:hover, .ia-button-primary-outlined-1:focus, .ia-button-primary-outlined-1:active, .ia-button-primary-outlined-1:visited {
  padding: 10px 14px;
  border: 2px solid transparent;
  border-radius: 0.25em;
  font-size: 16px;
  font-weight: 500;
  text-rendering: geometricPrecision;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  transition: background-color 300ms ease-out, border-color 300ms ease-out, color 300ms ease-out;
  background-color: transparent;
  border-color: #F7901E;
  color: #fff;
}
.ia-button-primary-outlined-1:hover, .ia-button-primary-outlined-1:focus, .ia-button-primary-outlined-1:link:hover, .ia-button-primary-outlined-1:link:focus, .ia-button-primary-outlined-1:hover:hover, .ia-button-primary-outlined-1:hover:focus, .ia-button-primary-outlined-1:focus:hover, .ia-button-primary-outlined-1:focus:focus, .ia-button-primary-outlined-1:active:hover, .ia-button-primary-outlined-1:active:focus, .ia-button-primary-outlined-1:visited:hover, .ia-button-primary-outlined-1:visited:focus {
  background-color: #F7901E;
}
.ia-button-primary-outlined-1:disabled, .ia-button-primary-outlined-1.disabled, .ia-button-primary-outlined-1:link:disabled, .ia-button-primary-outlined-1:link.disabled, .ia-button-primary-outlined-1:hover:disabled, .ia-button-primary-outlined-1:hover.disabled, .ia-button-primary-outlined-1:focus:disabled, .ia-button-primary-outlined-1:focus.disabled, .ia-button-primary-outlined-1:active:disabled, .ia-button-primary-outlined-1:active.disabled, .ia-button-primary-outlined-1:visited:disabled, .ia-button-primary-outlined-1:visited.disabled {
  cursor: not-allowed;
  background-color: transparent !important;
  border-color: #CCCCCB !important;
}

.ia-button-primary-outlined-2, .ia-button-primary-outlined-2:link, .ia-button-primary-outlined-2:hover, .ia-button-primary-outlined-2:focus, .ia-button-primary-outlined-2:active, .ia-button-primary-outlined-2:visited {
  padding: 10px 14px;
  border: 2px solid transparent;
  border-radius: 0.25em;
  font-size: 16px;
  font-weight: 500;
  text-rendering: geometricPrecision;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  transition: background-color 300ms ease-out, border-color 300ms ease-out, color 300ms ease-out;
  background-color: transparent;
  border-color: #F7901E;
  color: #F7901E;
}
.ia-button-primary-outlined-2:hover, .ia-button-primary-outlined-2:focus, .ia-button-primary-outlined-2:link:hover, .ia-button-primary-outlined-2:link:focus, .ia-button-primary-outlined-2:hover:hover, .ia-button-primary-outlined-2:hover:focus, .ia-button-primary-outlined-2:focus:hover, .ia-button-primary-outlined-2:focus:focus, .ia-button-primary-outlined-2:active:hover, .ia-button-primary-outlined-2:active:focus, .ia-button-primary-outlined-2:visited:hover, .ia-button-primary-outlined-2:visited:focus {
  background-color: rgba(247, 144, 30, 0.1);
  color: #E38025;
}
.ia-button-primary-outlined-2:disabled, .ia-button-primary-outlined-2.disabled, .ia-button-primary-outlined-2:link:disabled, .ia-button-primary-outlined-2:link.disabled, .ia-button-primary-outlined-2:hover:disabled, .ia-button-primary-outlined-2:hover.disabled, .ia-button-primary-outlined-2:focus:disabled, .ia-button-primary-outlined-2:focus.disabled, .ia-button-primary-outlined-2:active:disabled, .ia-button-primary-outlined-2:active.disabled, .ia-button-primary-outlined-2:visited:disabled, .ia-button-primary-outlined-2:visited.disabled {
  cursor: not-allowed;
  background-color: transparent !important;
  border-color: #CCCCCB !important;
  color: #CCCCCB !important;
}

.ia-button-secondary-filled, .ia-button-secondary-filled:link, .ia-button-secondary-filled:hover, .ia-button-secondary-filled:focus, .ia-button-secondary-filled:active, .ia-button-secondary-filled:visited {
  padding: 10px 14px;
  border: 2px solid transparent;
  border-radius: 0.25em;
  font-size: 16px;
  font-weight: 500;
  text-rendering: geometricPrecision;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  transition: background-color 300ms ease-out, border-color 300ms ease-out, color 300ms ease-out;
  background-color: #4A90AD;
  color: #fff;
}
.ia-button-secondary-filled:hover, .ia-button-secondary-filled:focus, .ia-button-secondary-filled:link:hover, .ia-button-secondary-filled:link:focus, .ia-button-secondary-filled:hover:hover, .ia-button-secondary-filled:hover:focus, .ia-button-secondary-filled:focus:hover, .ia-button-secondary-filled:focus:focus, .ia-button-secondary-filled:active:hover, .ia-button-secondary-filled:active:focus, .ia-button-secondary-filled:visited:hover, .ia-button-secondary-filled:visited:focus {
  background-color: #3F7C95;
}
.ia-button-secondary-filled:disabled, .ia-button-secondary-filled.disabled, .ia-button-secondary-filled:link:disabled, .ia-button-secondary-filled:link.disabled, .ia-button-secondary-filled:hover:disabled, .ia-button-secondary-filled:hover.disabled, .ia-button-secondary-filled:focus:disabled, .ia-button-secondary-filled:focus.disabled, .ia-button-secondary-filled:active:disabled, .ia-button-secondary-filled:active.disabled, .ia-button-secondary-filled:visited:disabled, .ia-button-secondary-filled:visited.disabled {
  cursor: not-allowed;
  background-color: #CCCCCB !important;
}

.ia-button-secondary-outlined, .ia-button-secondary-outlined:link, .ia-button-secondary-outlined:hover, .ia-button-secondary-outlined:focus, .ia-button-secondary-outlined:active, .ia-button-secondary-outlined:visited {
  padding: 10px 14px;
  border: 2px solid transparent;
  border-radius: 0.25em;
  font-size: 16px;
  font-weight: 500;
  text-rendering: geometricPrecision;
  line-height: 1.5;
  vertical-align: middle;
  margin: 0;
  transition: background-color 300ms ease-out, border-color 300ms ease-out, color 300ms ease-out;
  background-color: transparent;
  border-color: #4A90AD;
  color: #fff;
}
.ia-button-secondary-outlined:hover, .ia-button-secondary-outlined:focus, .ia-button-secondary-outlined:link:hover, .ia-button-secondary-outlined:link:focus, .ia-button-secondary-outlined:hover:hover, .ia-button-secondary-outlined:hover:focus, .ia-button-secondary-outlined:focus:hover, .ia-button-secondary-outlined:focus:focus, .ia-button-secondary-outlined:active:hover, .ia-button-secondary-outlined:active:focus, .ia-button-secondary-outlined:visited:hover, .ia-button-secondary-outlined:visited:focus {
  background-color: #4A90AD;
}
.ia-button-secondary-outlined:disabled, .ia-button-secondary-outlined.disabled, .ia-button-secondary-outlined:link:disabled, .ia-button-secondary-outlined:link.disabled, .ia-button-secondary-outlined:hover:disabled, .ia-button-secondary-outlined:hover.disabled, .ia-button-secondary-outlined:focus:disabled, .ia-button-secondary-outlined:focus.disabled, .ia-button-secondary-outlined:active:disabled, .ia-button-secondary-outlined:active.disabled, .ia-button-secondary-outlined:visited:disabled, .ia-button-secondary-outlined:visited.disabled {
  cursor: not-allowed;
  background-color: transparent !important;
  border-color: #CCCCCB !important;
}

.ia-product-benefits {
  padding: 96px 0;
  text-align: center;
  text-rendering: geometricPrecision;
}
@media (max-width: 40.063em) {
  .ia-product-benefits {
    padding: 72px 0;
  }
}
.ia-product-benefits .benefit-grid {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 56px 0;
  flex-wrap: wrap;
}
@media (max-width: 40.063em) {
  .ia-product-benefits .benefit-grid {
    gap: 24px 0;
  }
}
.ia-product-benefits .benefits-heading {
  margin-bottom: 56px;
}
@media (max-width: 40.063em) {
  .ia-product-benefits .benefits-heading {
    margin-bottom: 40px;
  }
}
.ia-product-benefits .benefits-heading h3 {
  color: #445C6D !important;
  font-size: 27px;
  font-weight: 400;
  line-height: 36px;
  margin: 0 0 16px;
}
@media (max-width: 40.063em) {
  .ia-product-benefits .benefits-heading h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
.ia-product-benefits .benefits-heading .subheading {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 40.063em) {
  .ia-product-benefits .benefits-heading .subheading {
    font-size: 16px;
    line-height: 26px;
  }
}
.ia-product-benefits .benefit .benefit-img {
  width: 72px;
  height: auto;
  margin: 0 auto 16px auto;
  display: block;
}
.ia-product-benefits .benefit h5 {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 28px;
  color: #4E4E4E !important;
}
@media (max-width: 40.063em) {
  .ia-product-benefits .benefit h5 {
    font-size: 16px !important;
    line-height: 1.75;
  }
}
.ia-product-benefits .benefit h5 a, .ia-product-benefits .benefit h5 a:link, .ia-product-benefits .benefit h5 a:hover, .ia-product-benefits .benefit h5 a:focus, .ia-product-benefits .benefit h5 a:active, .ia-product-benefits .benefit h5 a:visited {
  display: inline-block;
  border-bottom: 1px solid #4A90AD;
  color: inherit;
  line-height: 22px;
  margin-bottom: 6px;
  font-size: inherit;
  font-weight: inherit;
}
.ia-product-benefits .benefit h5 a:hover, .ia-product-benefits .benefit h5 a:focus {
  border-width: 2px;
  margin-bottom: 5px;
}
.ia-product-benefits .benefit p {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  text-rendering: geometricPrecision;
  margin: 0;
}
@media (max-width: 40.063em) {
  .ia-product-benefits .benefit p {
    font-size: 14px;
  }
}
.ia-product-benefits .benefit p a, .ia-product-benefits .benefit p a:link, .ia-product-benefits .benefit p a:hover, .ia-product-benefits .benefit p a:focus, .ia-product-benefits .benefit p a:active, .ia-product-benefits .benefit p a:visited {
  display: inline-block;
  border-bottom: 1px solid #4A90AD;
  margin-bottom: -1px;
  color: inherit;
}
.ia-product-benefits .benefit p a:hover, .ia-product-benefits .benefit p a:focus {
  border-width: 2px;
  margin-bottom: -2px;
}

/**
End shared styles 2024
 */
.system-requirements {
  padding: 50px 0 75px 0;
  margin-top: 100px;
  background-color: #F2F2F2;
}
.system-requirements .header {
  margin-bottom: 50px;
}
.system-requirements .header h4 {
  color: #4E4E4E;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  display: inline-block;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
}
.system-requirements .header h4 .sys-req-arrow {
  display: none;
}
.system-requirements .header h4 span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.system-requirements p {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  margin-bottom: 15px;
}
.system-requirements ul {
  margin: 0 0 16px 0;
}
.system-requirements ul li {
  list-style: none;
  font-size: 14px;
  line-height: 25.6px;
  font-weight: 300;
}
@media (min-width: 120.063em) {
  .system-requirements .header h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .system-requirements p {
    font-size: 18px;
    line-height: 28px;
  }
  .system-requirements ul li {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 40.063em) {
  .system-requirements {
    padding: 0;
    background-color: #FFFFFF;
  }
  .system-requirements .header {
    margin-bottom: 56px;
  }
  .system-requirements .header h4 {
    font-size: 18px;
    line-height: 22px;
    position: relative;
    cursor: pointer;
  }
  .system-requirements .header h4 .sys-req-arrow {
    display: inline-block;
    width: 20px;
  }
  .system-requirements .header h4 .sys-req-arrow.open {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .system-requirements .system-requirements-content {
    padding-bottom: 50px;
    display: none;
  }
  .system-requirements p {
    margin-bottom: 10px;
  }
  .system-requirements .requirements-list > div {
    margin-bottom: 30px;
  }
  .system-requirements .requirements-list > div:last-child {
    margin-bottom: 0;
  }
}
.system-requirements .requirements-list p {
  line-height: 22px;
  margin-bottom: 5px;
}
.system-requirements .requirements-list ul li {
  line-height: 18px;
  padding: 6px 0;
}

.form-privacy-statement {
  color: #666;
}
.form-privacy-statement a.disclaimer-link {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #D5D5D5;
}

.support-update-signup {
  background-color: #39464B;
  padding: 50px 0;
  position: relative;
  align-items: center;
  min-height: 259px;
  height: auto;
}
.support-update-signup .header {
  margin-bottom: 30px;
}
.support-update-signup .header p {
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  margin: 0;
}
.support-update-signup input[type=email] {
  height: 45px;
  width: calc(100% - 165px);
  border-radius: 3px;
  background-color: #FFFFFF;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 15px;
}
.support-update-signup ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #CCCCCB;
  font-size: 17px;
  line-height: 21px;
  font-weight: 300;
}
.support-update-signup .wizard-button {
  display: inline-block;
  text-align: center;
  padding: 0.6em 0;
  height: 45px;
  width: 142px;
  border-radius: 3px;
  background-color: #8DC63E;
  vertical-align: top;
}
.support-update-signup .wizard-button span {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: #FFFFFF;
}
.support-update-signup a.wizard-button, .support-update-signup a.wizard-button:active,
.support-update-signup a.wizard-button:link,
.support-update-signup a.wizard-button:visited {
  color: #FFFFFF;
}
.support-update-signup .errorlist {
  font-size: 11px;
  color: red;
  position: relative;
  top: 0;
  left: 0;
}
.support-update-signup .inputError {
  border: 1px solid red;
}
.support-update-signup span.close-x {
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #FFFFFF;
  cursor: pointer;
}
.support-update-signup .form-privacy-statement {
  font-size: 12px;
  color: #9b9b9b;
  font-weight: 300;
  margin-top: 20px;
}
.support-update-signup .form-privacy-statement a, .support-update-signup .form-privacy-statement a:hover, .support-update-signup .form-privacy-statement a:active, .support-update-signup .form-privacy-statement a:visited {
  font-size: 12px;
  line-height: 15px;
  color: #9b9b9b;
  text-decoration: underline;
  font-weight: 300;
}
.support-update-signup .newsletter-success {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.5px;
  margin: 0;
  color: #FFFFFF;
  font-weight: 400;
  padding-top: 5px;
}
@media only screen and (max-width: 745px) {
  .support-update-signup form {
    text-align: center;
  }
  .support-update-signup p {
    margin-bottom: 30px;
    text-align: center;
  }
  .support-update-signup p.consent-agreement {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 495px) {
  .support-update-signup a.wizard-button {
    margin: 30px 0 0 0;
  }
  .support-update-signup input[type=email] {
    width: 100%;
    margin-right: 0;
  }
}

.slick-tab-carousel {
  padding: 100px 0 50px 0;
}
.slick-tab-carousel .slick-list {
  overflow: initial;
}
.slick-tab-carousel .slide-button-group {
  margin: 50px 0;
  text-align: center;
}
.slick-tab-carousel .slide-button-group #slideNext {
  display: none;
}
@media (max-width: 765px) {
  .slick-tab-carousel .slide-button-group #slideNext {
    display: inline-block !important;
  }
  .slick-tab-carousel .slide-button-group #slideNext:after {
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 12px;
    background: transparent url("/static/images/architectures/CTA_Arrow_Right_On.png") no-repeat scroll center center/12px 12px;
    right: -7px;
  }
}
.slick-tab-carousel .slide-button-group #slidePrev {
  display: none;
}
@media (max-width: 765px) {
  .slick-tab-carousel .slide-button-group #slidePrev {
    display: inline-block !important;
  }
  .slick-tab-carousel .slide-button-group #slidePrev:before {
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 12px;
    background: transparent url("/static/images/architectures/CTA_Arrow_Left_On.png") no-repeat scroll center center/12px 12px;
    left: -7px;
  }
}
.slick-tab-carousel .slide-button-group .desktop-btn-group > a:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.slick-tab-carousel .slide-button-group .button {
  background-color: transparent;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #b3b2b3;
  padding: 10px;
  line-height: 20px;
  width: 243px;
  height: 41px;
  border-right: none;
  margin-bottom: 0;
  text-decoration: none;
  color: #4a90ad;
}
.slick-tab-carousel .slide-button-group .button span {
  color: inherit;
}
@media (max-width: 40.063em) {
  .slick-tab-carousel .slide-button-group .button {
    width: calc(50% - 15px);
  }
}
.slick-tab-carousel .slide-button-group .button:last-of-type {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid #b3b2b3;
  border-left: none;
  margin-left: -5px;
}
.slick-tab-carousel .slide-button-group .button:hover {
  color: rgb(78, 78, 78);
  background-color: #ECECEC;
  text-decoration: none !important;
  cursor: pointer;
}
.slick-tab-carousel .slide-button-group .button.active {
  color: white !important;
  background-color: #4A90AD;
  border: 1px solid #4A90AD;
}
.slick-tab-carousel .slide-button-group .button.active:last-of-type {
  border-right: 1px solid #4A90AD;
}
.slick-tab-carousel .slide-button-group .button.active:focus {
  color: white;
}
.slick-tab-carousel .slide-button-group .button:focus {
  color: #445c6d;
}
.slick-tab-carousel .slide-button-group .button.label {
  display: none;
}
@media (max-width: 765px) {
  .slick-tab-carousel .slide-button-group .button.label {
    display: inline-block !important;
    cursor: default;
    margin-right: 7px !important;
    margin-left: 7px !important;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    width: 164px;
    text-align: center;
    border-right: 1px solid #b3b2b3;
  }
  .slick-tab-carousel .slide-button-group .button.label:active, .slick-tab-carousel .slide-button-group .button.label:focus {
    color: #445c6d;
  }
}
.slick-tab-carousel .slide-button-group a.slide-one {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.grid-card-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.grid-card-wrapper .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(33.33% - 20px);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  min-height: 400px;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  margin: 0 0 30px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 64.0005em) {
  .grid-card-wrapper .card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 40.063em) {
  .grid-card-wrapper .card {
    width: 100%;
  }
}
.grid-card-wrapper .card:hover {
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.grid-card-wrapper .card .thumbnail {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FAFAFA;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 175px;
  flex: 0 1 175px;
}
.grid-card-wrapper .card .thumbnail img {
  max-width: 70px;
  width: 100%;
}
.grid-card-wrapper .card .card-detail {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/*                      */
/* grid-specific styles */
/*                      */
@supports (display: grid) {
  .grid-card-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 33.33fr 30px 33.33fr 30px 33.33fr;
    grid-template-columns: repeat(3, 33.33fr);
    grid-auto-rows: minmax(400px, auto);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  @media (max-width: 64.0005em) {
    .grid-card-wrapper {
      -ms-grid-columns: 50fr 30px 50fr;
      grid-template-columns: repeat(2, 50fr);
    }
  }
  @media (max-width: 40.063em) {
    .grid-card-wrapper {
      -ms-grid-columns: 100fr;
      grid-template-columns: repeat(1, 100fr);
    }
  }
  .grid-card-wrapper .card {
    width: 100%;
    margin: 0;
  }
}
.position-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.position-container:after {
  content: "";
  width: calc(33.33% - 16.6px);
}
.position-container .position-item {
  position: relative;
  height: 95px;
  width: calc(33.33% - 16.6px);
  border-radius: 3px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 40px 0 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (max-width: 64.0005em) {
  .position-container .position-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 40.063em) {
  .position-container .position-item {
    width: 100%;
  }
}
.position-container .position-item:hover {
  -webkit-box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 45px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
}
.position-container .position-item.disabled {
  cursor: default;
}
.position-container .position-item.disabled:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
}
.position-container .position-item.disabled p.title,
.position-container .position-item.disabled p.sub-text {
  color: #9B9B9B !important;
}
.position-container .position-item.disabled .item-border {
  display: none;
}
.position-container .position-item .item-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  z-index: 1;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.position-container .position-item i {
  color: #979797;
  font-size: 25px;
  position: absolute;
  right: 20px;
}
.position-container .position-item p {
  margin: 0;
}
.position-container .position-item p.title {
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #4E4E4E !important;
  line-height: 24px;
  margin-bottom: 4px;
}
.position-container .position-item p.sub-text {
  font-size: 14px !important;
  line-height: 21px;
  color: #666666 !important;
}

.ia-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ia-accordion .acc_column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(50% - 15px);
  flex: 0 1 calc(50% - 15px);
}
@media screen and (max-width: 800px) {
  .ia-accordion .acc_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.ia-accordion .acc-panel.single-col {
  width: 100%;
}
.ia-accordion .acc-panel .acc-header {
  cursor: pointer;
  font-weight: 300;
  position: relative;
  margin: 0;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #D8D8D8;
  font-size: 16px !important;
  line-height: 26px;
}
.ia-accordion .acc-panel .acc-header .arrow {
  height: 15px;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ia-accordion .acc-panel .acc-header .arrow.down {
  -ms-transform: translateY(-50%) rotate(-90deg); /* IE 9 */
  -webkit-transform: translateY(-50%) rotate(-90deg); /* Chrome, Safari, Opera */
  transform: translateY(-50%) rotate(-90deg);
}
.ia-accordion .acc-panel .acc-body {
  display: none;
  border-bottom: none;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 300;
  padding-top: 10px;
}

.absolute-breadcrumb {
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 0;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
  z-index: 1;
}
.absolute-breadcrumb.underline a {
  text-decoration: underline;
}
.absolute-breadcrumb a {
  font-size: 14px !important;
  color: #FFFFFF !important;
  font-weight: normal !important;
}
.absolute-breadcrumb a:hover {
  text-decoration: underline;
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .absolute-breadcrumb {
    padding-left: 15px;
  }
}
@media (max-width: 40.063em) {
  .absolute-breadcrumb {
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 120.063em) {
  .absolute-breadcrumb {
    max-width: 1400px;
  }
}

.ia-flex-form .ia-flex-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
}
.ia-flex-form .ia-flex-input-group .ia-flex-input {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ia-flex-form .ia-flex-input-group .ia-flex-input label {
  display: inline-block;
  font-weight: 300;
}
.ia-flex-form .ia-flex-input-group .ia-flex-input label.error {
  float: right;
  margin: 0;
  color: red;
}
.ia-flex-form .ia-flex-input-group .ia-flex-input input, .ia-flex-form .ia-flex-input-group .ia-flex-input textarea {
  height: 40px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #CCCCCB;
  width: 100%;
  padding: 8px;
  margin: 0;
  resize: none;
}
.ia-flex-form .ia-flex-input-group .ia-flex-input input:focus, .ia-flex-form .ia-flex-input-group .ia-flex-input textarea:focus {
  border-color: #4A90AD;
  background-color: #fff;
  outline: none;
}
.ia-flex-form .ia-flex-input-group .ia-flex-input input.error, .ia-flex-form .ia-flex-input-group .ia-flex-input textarea.error {
  border-color: red !important;
}
.ia-flex-form .ia-flex-input-group .ia-flex-input textarea {
  height: 90px;
}
@media (max-width: 40.063em) {
  .ia-flex-form .ia-flex-input-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ia-flex-form .ia-flex-input-group .ia-flex-input {
    width: 100%;
  }
  .ia-flex-form .ia-flex-input-group .ia-flex-input:nth-child(2) {
    margin-top: 15px;
  }
}
.ia-flex-form .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
.ia-flex-form .btn-group button {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  margin: 0;
}
.ia-flex-form .btn-group .file-upload label {
  display: inline-block;
  font-weight: 300;
}
.ia-flex-form .btn-group .file-upload label.error, .ia-flex-form .btn-group .file-upload label.attachment-error {
  color: red;
  margin-bottom: 0;
}
.ia-flex-form .btn-group .file-upload .optional {
  display: inline-block;
  color: #9B9B9B;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
.ia-flex-form .btn-group .file-upload [type=file] {
  position: absolute;
  filter: alpha(opacity=0);
  opacity: 0;
  width: 0;
}
.ia-flex-form .btn-group .file-upload [type=file] + label {
  border: 1px solid #445C6D;
  border-radius: 3px;
  padding: 0 16px;
  width: 198px;
  margin: 0 16px 0 0;
  left: 0;
  position: relative;
  text-align: center;
  top: 0;
  background: #445C6D;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
}
.ia-flex-form .btn-group .file-upload [type=file] + label:hover {
  background-color: #3a4f5d;
}
.ia-flex-form .btn-group .cancel {
  background: none;
  color: #4E4E4E;
  padding: 0;
  margin-right: 25px;
  font-size: 16px;
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-flex-form .btn-group .left-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 40.063em) {
  .ia-flex-form .btn-group .left-section {
    margin-bottom: 65px;
  }
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .ia-flex-form .btn-group .right-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: end;
  }
}
@media (max-width: 40.063em) {
  .ia-flex-form .btn-group .right-section {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 40.063em) {
  .ia-flex-form .btn-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.ia-flex-form .ia-orange {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  border: none;
  padding: 0 32px;
  height: 45px;
  border-radius: 3px;
  background-color: #F7901E;
  z-index: 2;
  font-size: 17px;
  font-weight: 400;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  width: none;
}
.ia-flex-form .ia-orange, .ia-flex-form .ia-orange:link, .ia-flex-form .ia-orange:hover, .ia-flex-form .ia-orange:focus, .ia-flex-form .ia-orange:active, .ia-flex-form .ia-orange:visited {
  color: #FFFFFF;
}
.ia-flex-form .ia-orange:hover, .ia-flex-form .ia-orange:focus {
  background: #f38409;
  text-decoration: none !important;
}
.ia-flex-form .ia-orange.disabled {
  background: #9B9B9B;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
.ia-flex-form .ia-orange span {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 21px;
  font-weight: 500;
}
.ia-flex-form .success-msg {
  padding: 0 15px;
}
.ia-flex-form .success-msg p {
  margin-bottom: 56px;
}
.ia-flex-form .form-footer {
  padding: 0 15px;
  margin-top: 40px;
}
.ia-flex-form .form-footer p {
  font-size: 12px;
  font-weight: 300;
  color: #9B9B9B;
  font-style: italic;
}
.ia-flex-form .form-footer p a {
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  text-decoration: underline;
}

.jconfirm.jconfirm-careers-theme .jconfirm-bg {
  background-color: #4e4e4e;
  opacity: 0.7;
}
.jconfirm.jconfirm-careers-theme .jconfirm-box-container {
  padding: 0 30px;
}
.jconfirm.jconfirm-careers-theme .jconfirm-box {
  overflow: visible;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 45px 15px;
}
.jconfirm.jconfirm-careers-theme .jconfirm-box div.jconfirm-closeIcon {
  opacity: 1;
  font-size: 0 !important;
  top: -10px;
  right: -10px;
}
.jconfirm.jconfirm-careers-theme .jconfirm-box div.jconfirm-closeIcon:after {
  content: "";
  display: block;
  background-image: url("/static/images/buttons/contact-modal-close-button.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  left: -6px;
  top: -6px;
}
.jconfirm.jconfirm-careers-theme .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #445C6D;
}
.jconfirm.jconfirm-careers-theme .jconfirm-box div.jconfirm-title-c span {
  color: inherit;
}
.jconfirm.jconfirm-careers-theme .jconfirm-box div.jconfirm-content-pane {
  margin: 0;
}
.jconfirm.jconfirm-careers-theme .jconfirm-box .jconfirm-buttons {
  display: none;
}
.jconfirm.jconfirm-careers-theme .btn-group-wrapper {
  margin-top: 35px;
}
.jconfirm.jconfirm-careers-theme .btn-group {
  margin-top: 8px;
}

html, body, h1, h2, h3, h4, h5, h6, p, span, ul, ul li, a, a:link, a:active, a:visited, a:hover, form, form input {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}

/* ia-breadcrumb styling originally copied from compiled downloads-responsive.css */
.ia-breadcrumb {
  padding-top: 0;
  margin-bottom: 72px;
  color: #4e4e4e;
}
@media (max-width: 40.063em) {
  .ia-breadcrumb {
    margin-bottom: 56px;
  }
}

[class*=price-suffix] {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
}

#package-wrapper .ia-breadcrumb {
  color: #fff;
}

#package-wrapper .ia-breadcrumb a {
  color: #fff;
}

@media (max-width: 40em) {
  .ia-breadcrumb {
    margin-bottom: 20px;
  }
}
.ia-breadcrumb a,
.ia-breadcrumb span {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: inherit;
}

.ia-breadcrumb a {
  text-decoration: underline;
  color: #4A90AD;
}

@media (min-width: 120em) {
  .ia-breadcrumb a, .ia-breadcrumb span {
    font-size: 16px;
    line-height: 25px;
  }
}
@media (max-width: 63.9375em) {
  .ia-breadcrumb a, .ia-breadcrumb span {
    font-size: 14px;
  }
}
/* end breadcrumb styling */
.main-heading {
  text-align: center;
  margin-bottom: 75px;
}

.main-heading h1 {
  color: inherit !important;
  font-size: 32px !important;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 0.375em;
}

.main-heading h2 {
  color: inherit !important;
  font-size: 24px !important;
  font-weight: 200;
  line-height: 36px;
}

@media (max-width: 40em) {
  .main-heading {
    margin-bottom: 50px;
  }
  .main-heading h1 {
    font-size: 24px !important;
    font-weight: 600;
    line-height: 29px;
  }
  .main-heading h2 {
    font-size: 18px !important;
    line-height: 24px;
  }
}
.opcua-special {
  margin-left: 1em;
  position: relative;
  top: -6px;
}

@media (max-width: 640px) {
  .opcua-special {
    margin-left: 0.4em;
  }
}
.row {
  max-width: 64.375rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#pricing-wrapper h1,
#pricing-wrapper h2,
#pricing-wrapper h3,
#pricing-wrapper h4,
#pricing-wrapper h5,
#pricing-wrapper a,
a.primary-button,
a.secondary-button,
button,
#pricing-wrapper p,
#pricing-wrapper span,
#pricing-wrapper ul,
#pricing-wrapper ul li {
  font-family: "proxima-nova" !important;
}

/* Proxima weights
    thin: 100
    light: 300
    regular: 400
    semibold: 600
    black: 900
*/
#wizard-wrapper {
  padding-bottom: 75px;
  background: #F5F5F5;
}

.pricing-top-header {
  background: #FFFFFF;
  box-shadow: 0 0 5px #c6c6c6;
}

#package-wrapper .hide {
  height: 0 !important;
  position: absolute !important;
  visibility: hidden !important;
}

body.noscroll {
  position: fixed;
  height: 100%;
  width: 100%;
  /*overflow: hidden;*/
}

#products {
  padding-bottom: 3em;
  z-index: 10;
}

.thin {
  font-weight: 100 !important;
}

.light {
  font-weight: 300 !important;
}

.italic {
  font-style: italic;
}

.small {
  font-size: 0.75em;
  color: #6d6e71;
}

.medium {
  font-size: 0.875em;
}

.light-blue {
  color: #4B8FAC;
}

div.details {
  position: inherit;
  z-index: 1;
  overflow: visible;
}

li span.foundation-drivers {
  position: relative;
  color: inherit;
  border-bottom: 1px dashed #d3d3d3;
  font-weight: 300;
  cursor: pointer;
}

li span.foundation-drivers:hover {
  border-bottom: 1px solid #d3d3d3;
}

#foundation-tooltip {
  display: none;
  background-color: #39464B;
  padding: 20px;
  box-shadow: 0px 0px 5px #888888;
  position: absolute;
  border-radius: 3px;
  width: 350px;
  top: -89px;
  z-index: 2;
}

#foundation-tooltip::after {
  content: "";
  position: inherit;
  z-index: 3;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 14px solid #39464B;
  bottom: -13px;
  left: 50px;
}

#carousel .package .inner div.details #foundation-tooltip p,
#foundation-tooltip p {
  margin: 0;
  color: white !important;
  line-height: 1.5;
  font-weight: 300 !important;
}

#foundation-tooltip p strong {
  font-weight: 600;
}

#switchPackageLinkContainer a:not(.hide) {
  color: #8DC642;
  /*border-bottom: 1px solid #76747B;*/
  text-decoration: underline;
  display: inline-block;
  height: 1.425em;
  margin-bottom: 0.4em;
}

#switchPackageLinkContainer a:not(.hide):hover {
  text-decoration: none;
}

#pricing-wrapper h3 {
  font-size: 21px;
  font-weight: 600;
  color: #445C6D;
  margin-top: 0;
  line-height: 25px;
}

#pricing-wrapper h3 + p.subtitle {
  height: 10px;
  margin-bottom: 30px;
  margin-top: -13px;
  font-size: 0.8em;
  font-weight: 400;
}

#pricing-wrapper h3 + p.subtitle + p {
  margin-bottom: 6.875em;
}

#pricing-wrapper h4 {
  font-size: 1.125em;
  font-weight: 400;
  color: #4e4e4e;
  display: inline !important;
}

#pricing-wrapper h4.light {
  font-weight: 300;
}

#pricing-wrapper h4.white {
  color: white;
}

#pricing-wrapper h4 ~ div p {
  margin-left: 1.1em;
}

.package-row {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.package-row > .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#fourup-wrapper {
  padding-right: 0.9375em !important;
  padding-left: 0.9375em !important;
}

.package-wrapper {
  padding-top: 1.75em;
}

#package-wrapper .main-heading {
  margin-bottom: 75px;
  color: #fff;
}

/*#package-wrapper .main-heading h1 {*/
/*color: inherit;*/
/*font-size: 32px !important;*/
/*font-weight: 600;*/
/*line-height: 40px;*/
/*text-align: center;*/
/*}*/
/*#package-wrapper .main-heading p {*/
/*color: inherit;*/
/*font-size: 24px;*/
/*font-weight: 300;*/
/*line-height: 36px;*/
/*text-align: center;*/
/*}*/
.package-wrapper .details p,
.package-wrapper .details ul li,
.package .details p,
.package .details ul li {
  font-size: 0.875rem;
}

.package-wrapper .details p,
.package .details p {
  font-weight: 600;
  color: #455d6d;
  margin-bottom: 0;
}

.package-wrapper .details ul li,
.package .details ul li {
  font-weight: 300;
  color: #4f4f4f;
  list-style-type: disc;
  list-style-position: inside;
  line-height: 1.6;
}

div#fourup-video-link {
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.25rem;
  width: 252px;
}

div#fourup-video-link a span.small {
  color: #8dc642;
}

div#fourup-video-link p {
  color: #ffffff;
  font-style: italic;
  line-height: 1rem;
  margin-top: 1rem;
}

div#fourup-video-link img {
  width: 18px;
}

h3.thin {
  font-weight: 400 !important;
}

.package-wrapper img.logo-image {
  max-width: 160px;
  margin-left: 10px;
}

.package-wrapper .package-header h3 + p.ia-foundation {
  padding: 0 4%;
}

.package-wrapper .package-header p.package-cost {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding-bottom: 25px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.package-wrapper .package-header p.package-cost [class*=price-suffix] {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 14px;
  vertical-align: 2px;
  margin-left: -1px;
}

.package-wrapper div.package-list ul {
  margin: 0;
}

.package-wrapper div.package-list ul li.unlimited {
  color: #4A90AD;
}

.package-wrapper div.package-list ul li.optional {
  color: rgb(218, 218, 217);
  font-weight: 300;
}

.custom-package .package-wrapper div.package-list ul li {
  position: relative;
}

.package-wrapper div.package-list span.list-tool-tip {
  color: #4E4E4E;
  font-size: 13.5px;
  line-height: 15px;
  text-decoration: underline;
  text-decoration-color: #C6C6C6;
  display: inline-block;
  cursor: pointer;
}

.list-tool-tip .concise {
  display: none;
}

.package-wrapper div.package-list ul li .tooltip-wrapper span.jqtooltip {
  font-size: 8px;
  padding: 0 3px;
}

.package-list .check-mark {
  width: 20px;
}

.package-wrapper div.bottom,
.custom-package div.bottom {
  height: 65px;
}

.package-wrapper div.bottom {
  padding-top: 28px;
}

.package-wrapper div.bottom p {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.91px;
  line-height: 14px;
}

.custom-package div.bottom {
  padding-top: 45px;
}

.perspective-client {
  position: relative;
}

.perspective-client:before {
  content: "NEW!";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.25px;
  color: #4A90AD;
  position: absolute;
  line-height: 1;
  top: 1px;
  right: -37px;
}

@media screen and (min-width: 641px) and (max-width: 825px) {
  .perspective-client:before {
    top: -10px;
    left: 0;
    right: 0;
    font-size: 10px;
  }
}
.grid-button {
  border: 2px solid #4A90AD;
  background-color: transparent;
  color: #4A90AD;
  border-radius: 3px;
  margin: 0 auto;
  height: 45px;
  width: 150px;
  padding: 0;
}

.grid-button:hover,
.grid-button:active:hover,
.grid-button:focus:hover {
  background-color: #4A90AD;
  color: #FFFFFF;
}

.grid-button:active,
.grid-button:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #FFFFFF;
  color: #4A90AD;
}

.grid-btn-selected {
  background-color: #8DC63E !important;
  border: 2px solid #8DC63E !important;
  color: #FFFFFF !important;
}

.package-outer.custom-package {
  background-color: #e4e4e3;
}

.package-outer.custom-package .package-wrapper {
  background-color: #e4e4e3;
}

div.solution-wizard {
  background: rgb(62, 77, 89) url("/static/images/beta/8Beta-HeroBG.jpg") no-repeat center center/cover;
  padding: 30px 0;
}

div.solution-wizard p {
  margin: 0;
  color: #FFFFFF;
}

a.wizard-button {
  display: inline-block;
  text-align: center;
  padding: 0.6em 0;
  height: 45px;
  width: 228px;
  border-radius: 3px;
  background-color: #F7901E;
  vertical-align: text-top;
}

a.wizard-button#contact-send {
  float: right;
}

a.wizard-button span {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: #FFFFFF;
}

a.wizard-button, a.wizard-button:active,
a.wizard-button:link,
a.wizard-button:visited {
  color: #FFFFFF;
}

/*div.solution-wizard .contact-us-left {*/
/*padding-right: 40px;*/
/*border-right: 2px solid #8DC63E;*/
/*}*/
div.solution-wizard .contact-us-left p {
  font-size: 1.125em;
}

div.contact-us-right a.wizard-button {
  margin-top: 4px;
}

/*div.solution-wizard .contact-us-right {*/
/*padding-left: 40px;*/
/*}*/
/*div.solution-wizard .contact-us-right p {*/
/*font-size: 21px;*/
/*font-weight: bold;*/
/*line-height: 28px;*/
/*color: #8DC63E;*/
/*}*/
/*div.solution-wizard > .row {*/
/*height: 118px;*/
/*}*/
p {
  font-weight: 300;
  color: #4e4e4e;
}

.italic {
  font-style: italic;
}

.not-pro {
  background: transparent none repeat scroll 0 0;
  display: block;
}

.package-tag {
  background-color: #4b8fac;
  border-radius: 3px;
  color: white;
  display: block;
  font-family: "proxima-nova", sans-serif;
  font-size: 0.8125em;
  font-weight: 400;
  padding-top: 0.3em;
  text-align: center;
  text-transform: uppercase;
}

div.package-row ul li {
  border-top: 1px solid #C6C6C6;
  height: 37px;
  padding: 5px 1.5em;
}

div.package-row ul li:last-child {
  border-bottom: 1px solid #C6C6C6;
}

.package-outer {
  background-color: white;
  border: 1px solid #C6C6C6;
  border-right: none;
  padding: 35px 0;
  margin-top: 25px;
}

.package-outer:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.package-outer:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

div.package-row .row > div:last-child {
  border-right: 1px solid #C6C6C6;
}

div.package-row .row > div:nth-child(2) {
  border-right: 1px solid #C6C6C6;
}

.package-wrapper {
  background-color: white;
  /*overflow: hidden;*/
  float: left;
  width: 100%;
  padding-top: 0 !important;
}

.package-wrapper p,
.package .description p {
  font-size: 0.875rem;
  font-weight: 300;
  color: #4f4f4f;
}

.package-wrapper .package-header {
  min-height: 160px;
  padding: 0 0.3em 60px;
  position: relative;
}

.package-wrapper .package-header.flex-center {
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.package-wrapper .package-header h3 + p {
  font-size: 14px;
  line-height: 20px;
  color: #4E4E4E;
}

#package-wrapper {
  background: #002244 url("/static/images/header/pricing-hero-ignition8.jpg") no-repeat center 0;
  background-size: cover;
  height: 100%;
  /*background-color: #455D6E;*/
  padding: 16px 16px 32px;
  position: relative;
  z-index: 1;
}

#package-wrapper::before {
  content: "";
  background: url("/static/images/header/gradientbg.jpg") no-repeat center 0 scroll;
  background-size: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.85;
  position: absolute;
}

.package-row {
  position: relative;
  overflow: hidden;
}

.custom-package {
  z-index: 3;
}

/* Package carousel */
.slick-dots li button:before {
  font-size: 28px !important;
  color: white !important;
}

#carousel {
  visibility: hidden;
}

#carousel .package {
  background-color: white;
  border-radius: 5px;
  margin-right: -0.5em;
  margin-left: -0.5em;
  min-height: 23.5em;
  transform: scale(0.9);
  transition: all 250ms;
  z-index: 0;
  opacity: 0.3;
  position: inherit;
  outline: none !important;
}

#carousel .package h3 + h3 {
  margin-bottom: 1.5625em;
}

#carousel .package .inner {
  padding: 0 2.5em;
}

a.playbutton {
  background: transparent url("/static/images/icons/play_button_off.png") no-repeat;
  display: inline-block;
  height: 22px;
  width: 100%;
  position: relative;
  top: 6px;
  left: -3px;
  padding-left: 1.7em;
}

a.playbutton:hover {
  background-image: url("/static/images/icons/play_button_on.png");
}

.module-description a.pdf-link {
  display: block;
  margin-top: 5px;
}

a.pdf-link {
  font-size: 0.875em;
  background: url("/static/images/icons/pdf_icon_dark.png") left top -2px no-repeat;
  padding-left: 26px;
  height: 21px;
  color: #4B8FAC;
  text-decoration: none;
  display: inline-block;
}

a.pdf-link:hover {
  text-decoration: underline;
}

#carousel .package .inner .primary-button {
  margin-top: 0.125em;
}

#carousel .package .inner div.details {
  border-left: 1px solid #d7d8d9;
  padding-left: 1.8em;
  float: left;
}

#carousel .package .inner div.details ul {
  margin-bottom: 0.225em;
}

#carousel .package .inner div.details ul li,
#carousel .package .inner div.details p {
  font-size: 0.875em;
  font-weight: 300;
}

#carousel .package .inner div.details p {
  font-weight: 700 !important;
  margin-bottom: 0.6em;
}

.slick-current.slick-active.slick-center {
  transform: scale(1) !important;
  z-index: 1 !important;
  opacity: 1 !important;
}

a#slick-prev {
  background-image: url("/static/images/buttons/featured_arrow_left_off.png");
}

a#slick-prev:hover {
  background-image: url("/static/images/buttons/featured_arrow_left_on.png");
}

a#slick-next {
  background-image: url("/static/images/buttons/featured_arrow_right_off.png");
}

a#slick-next:hover {
  background-image: url("/static/images/buttons/featured_arrow_right_on.png");
}

a#slick-prev,
a#slick-next {
  display: inline-block !important;
  margin-top: 12em;
  width: 42px;
  height: 42px;
}

.greenbar {
  background-color: #8dc642;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: white;
  display: none;
  left: 0;
  padding: 7px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.greenbar strong {
  font-weight: 700 !important;
}

.greenbar p {
  color: white;
  font-size: 14px;
  font-weight: 400 !important;
  line-height: 1.2;
  margin-bottom: 5px;
}

#form-row-wrapper {
  margin-top: 87px;
}

.contact-us-form {
  padding: 50px 0 0 0;
  position: relative;
}

.contact-us-form a.wizard-button {
  width: 214px;
}

.contact-us-form span.close-x {
  text-align: right;
  margin-bottom: -24px;
  cursor: pointer;
  padding-right: 1em;
}

.contact-us-form .button-row {
  margin-top: 30px;
}

.contact-us-form .button-row span.cancel-button {
  font-size: 15px;
  color: #4F4F4F;
  line-height: 18px;
  position: relative;
  top: 12px;
  right: 20px;
  cursor: pointer;
  display: block;
  float: right;
}

.email-consent input[type=checkbox] + span.input-label {
  margin: 0 0 10px 0;
}

.errorEmphasis {
  color: red;
}

.errorEmphasis:not(.input-label)::after {
  content: " This field is required";
  font-weight: 600;
}

label {
  font-weight: 300;
}

p.contact-form-address,
p.contact-form-address span,
p.contact-form-address a {
  color: #666666;
  font-size: 12px;
  margin: 10px auto 25px;
  text-align: center;
  font-weight: 300;
}

p.contact-form-address a {
  margin: 0;
}

.form-contents-thanks {
  color: #445C6D;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
}

.form-contents-thanks + p {
  color: #4E4E4E;
  font-size: 16px;
  line-height: 25px;
}

/*.form-contents p:first-child {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 35px;
    color: #4E4E4E;
}*/
.form-info-text p {
  color: #4E4E4E;
  font-size: 12px;
  line-height: 21px;
  margin: 16px 0 0 0;
}

.form-hr {
  margin-top: 50px !important;
}

.selectize-input .item {
  font-size: 16px;
  font-weight: normal;
  color: #4e4e4e;
}

.selectize-input.not-full > input {
  width: 100% !important;
}

.selectize-input input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: normal;
  font-size: 16px;
  color: #9B9B9B;
}

.selectize-input input::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: normal;
  font-size: 16px;
  color: #9B9B9B;
}

.selectize-input input:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: normal;
  font-size: 16px;
  color: #9B9B9B;
}

.selectize-input input:-moz-placeholder {
  /* Firefox 18- */
  font-weight: normal;
  font-size: 16px;
  color: #9B9B9B;
}

#form-row-wrapper .main-form {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1490196078);
  border-radius: 4px;
  padding: 32px;
  margin: 16px 0 32px;
}

/*moved over from selectize_overwrites.css / looks like this class only applies to the*/
/*pricing quote form #form-row-wrapper*/
#form-row-wrapper select {
  background-color: #FFFFFF;
  font-size: 16px;
  color: #9B9B9B;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  background-image: url("/static/images/buttons/dropdown-arrow.svg");
}

@-moz-document url-prefix() {
  #form-row-wrapper select {
    color: #9B9B9B;
  }
  #form-row-wrapper select option {
    color: black;
  }
}
#form-row-wrapper select:hover {
  background-color: #FFFFFF;
  border-color: #ccc;
}

#form-row-wrapper select:focus {
  outline: none;
}

#form-row-wrapper ul.errorlist,
.contact-us-form ul.errorlist {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px !important;
  margin-left: 1em !important;
  float: right;
  font-weight: 600;
}

#form-row-wrapper form textarea,
.contact-us-form form textarea {
  resize: none;
  height: 125px;
}

#form-row-wrapper form input,
#form-row-wrapper form textarea,
#form-row-wrapper form select,
.contact-us-form form input,
.contact-us-form form textarea,
.contact-us-form form select {
  border-radius: 3px;
  font-size: 16px;
}

input[name=zip], select[name=country] {
  margin-bottom: 5px;
}

.address-disclaimer {
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #9b9b9b;
  margin-left: 5px;
  margin-top: 10px;
}

#form-row-wrapper form #id_comments {
  margin-bottom: 0;
}

/*select:-moz-focusring {*/
/*    color: transparent !important;*/
/*    text-shadow: 0 0 0 #000;*/
/*}*/
/*option:not(:checked) {*/
/*  color: black; !* prevent <option>s from becoming transparent as well *!*/
/*}*/
#form-row-wrapper .small-field,
.contact-us-form .mall-field {
  font-size: 12px;
  line-height: 21px;
  color: #4E4E4E;
  margin-left: 10px;
}

#form-row-wrapper .small-field .red,
.contact-us-form .small-field .red {
  color: #f04124;
  margin: 0;
}

#form-row-wrapper .red,
.contact-us-form .red {
  color: #f04124;
}

div.email-consent .red {
  width: 6px;
  margin-left: -11px;
}

#form-row-wrapper .quote-button button {
  margin: 30px 0 0 0;
  padding: 0.5em 1em;
  transition: none;
  height: 45px;
}

/*#form-row-wrapper select:-moz-focusring {*/
/*    color: transparent;*/
/*    text-shadow: 0 0 0 #818181;*/
/*}*/
a#have-exempt-status {
  color: #4A90AD;
  margin-top: 10px;
  font-size: 14px;
  display: inline-block;
}

div.row.comment-container {
  margin-top: 15px;
}

#email_quote input:focus,
#email_quote textarea:focus {
  border-color: #4A90AD;
  background: #ffffff;
}

.file-upload-button {
  margin-bottom: 30px;
}

.file-upload-button label:first-of-type {
  cursor: default;
}

.file-upload-button input[type=file] {
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: none;
  opacity: 0;
  filter: alpha(opacity=0);
}

.file-upload-button .upload-btn {
  height: 40px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
  border-radius: 3px;
  background-color: #445C6D;
  padding: 8px 20px 10px 20px;
  display: inline-block;
  width: auto;
}

.file-upload-button .upload-btn:hover {
  background-color: #354450;
}

.file-upload-button .upload-text {
  color: #8E8E8E;
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
  margin-left: 20px;
}

@media (max-width: 40em) {
  .file-upload-button .upload-text {
    display: block;
    margin: 5px 0;
  }
}
.contact-us-form select {
  background-color: #FFFFFF;
  color: #9B9B9B;
  font-size: 16px !important;
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  background-image: url("/static/images/buttons/dropdown-arrow.svg");
}

@-moz-document url-prefix() {
  .contact-us-form select {
    color: #9B9B9B;
  }
  .contact-us-form select option {
    color: black;
  }
}
.contact-us-form select:hover {
  background-color: #FFFFFF;
  border-color: #ccc;
}

.contact-us-form select:focus {
  outline: none;
}

.email-consent span:not(.hide-message) {
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-top: 2px;
  max-width: calc(100% - 37px);
  line-height: 21px;
  font-size: 14px;
  font-weight: 300;
}

span.email-disclaimer {
  max-width: 610px;
  font-weight: 300;
  line-height: 24px;
  margin-top: 1px;
}

#required-explanation {
  width: 45%;
  float: left;
  margin-bottom: 0;
  margin-top: 12px;
  font-size: 12px;
}

#form-row-wrapper h4 {
  color: #445C6D;
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  margin: 0 0 16px 0;
  display: inline-block !important;
}

#form-row-wrapper h4 + p {
  margin-bottom: 50px;
}

ul {
  margin-left: 0 !important;
}

ul li {
  list-style-type: none;
}

/*p.module-description,*/
/*div.child-modules {*/
/*margin-left: 2.0em;*/
/*}*/
p.module-description {
  transition: all 250ms;
  margin-bottom: 16px;
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}

#additional-edge-plugins p.module-description {
  padding-right: 20px;
}

p.module-description span {
  font-size: 14px !important;
  display: inline-block;
  margin: 5px 0 0 0;
}

p.module-description span.lic-desc {
  font-style: italic;
  margin-bottom: 10px;
}

p.module-description + strong {
  font-size: 0.875em;
  font-weight: 600;
  color: #4e4e4e;
}

div.clear {
  clear: both;
}

ul.parent > li {
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1607843137);
  transition: box-shadow 0.3s ease;
}
ul.parent > li:hover, ul.parent > li:focus {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1607843137);
}

ul.parent > li > span.module-name {
  margin-bottom: 0 !important;
  margin-top: -8px !important;
}

ul.parent > li > span.input-label {
  padding-top: 15px !important;
}

ul.parent > li > div.parent-module {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  background: #FFFFFF;
}

ul.parent > li > div.parent-module#ignition-edge-plugins,
ul.parent > li > div.parent-module#additional-edge-plugins {
  border-radius: 0;
}

ul.parent > li > div.parent-module:not(.ignition-platform) .long-content,
ul.parent > li > div.parent-module:not(.ignition-platform) div.child-modules div.child-module.expanded .long-content {
  display: none;
}

ul.parent > li > div.parent-module .short-content,
ul.parent > li > div.child-modules div.child-module.expanded .short-content {
  display: block;
}

ul.parent > li > div.parent-module.expanded .short-content,
ul.parent > li > div.child-modules div.child-module .short-content {
  display: none;
}

ul.parent > li > div.parent-module.expanded .long-content {
  display: block;
}

ul.parent > li > div.parent-module.perspective-module .module-name span.m-name {
  display: block;
}

ul.parent > li > div.child-modules div.child-module .long-content,
ul.parent > li > div.child-modules div.child-module.expanded .short-content {
  display: none;
}

ul.parent > li > div.child-modules div.child-module.expanded .long-content,
ul.parent > li > div.child-modules div.child-module .short-content {
  display: block;
}

p.module-description span.disclaimer {
  border-width: 1px;
  font-style: normal;
  margin-top: 15px;
  font-size: 12px !important;
  font-weight: 400;
  line-height: 18px;
}

ul.parent div.child-right span.module-price,
ul.parent div.parent-right span.module-price {
  color: #4A4A4A;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
}

ul.parent > li > div.parent-module .parent-left {
  height: 100%;
  padding: 30px 4px 30px 25px;
  border-right: 1px solid #FFFFFF;
  width: calc(100% - 87px);
}

ul.parent#ignition-platform > li > div.parent-module .parent-left {
  border-right: 0;
}

ul.parent#ignition-platform .long-content a,
ul.parent.edge-section a {
  color: #666666;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-color: #999999;
}

ul.parent#ignition-platform .long-content p.platform-pricing-info {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
}

div#platform-price {
  background-color: #E6E6E6;
}

div.edge-core-info .module-contents p.module-description,
div#edge-core-features .module-contents p.module-description {
  margin-bottom: 0;
}

div.edge-core-info .module-name, div.ignition-edge-core .module-name {
  font-size: 16px;
  line-height: 24px;
}

div.edge-core-info,
div#ignition-edge-plugins {
  border-top: 1px solid #D6D6D6;
}

div.edge-core-info.parent-right {
  background-color: #E6E6E6;
}

ul.parent#edge-section > li > div.parent-module .parent-left#edge-core-description,
ul.parent#ignition-platform > li > div.parent-module .parent-left#platform-features {
  border-bottom: 1px solid #E6E6E6;
  padding: 30px 16px 30px 25px;
  width: 100%;
}

ul.parent#edge-section > li > div.parent-module .parent-left#edge-core-description {
  border-bottom: none;
  border-radius: 4px;
  padding: 30px 16px 30px 20px;
}

ul.parent#ignition-platform > li > div.parent-module .parent-left#platform-pricing {
  padding: 20px 16px 1px 32px;
}
ul.parent#ignition-platform > li > div.parent-module .parent-left#platform-pricing p.title {
  font-weight: 500;
  margin: 0 0 2px 0;
}

ul.parent > li > div.parent-module .parent-left .edition-expand-arrow,
ul.parent > li > div.child-modules div.child-module .child-left .edition-expand-arrow {
  position: absolute;
  right: 12px;
  cursor: pointer;
  z-index: 1;
}

ul.parent > li > div.parent-module#additional-edge-plugins .parent-left .edition-expand-arrow {
  z-index: 3;
}

ul.parent > li > div.parent-module .parent-left .edition-expand-arrow > span,
ul.parent > li > div.child-modules div.child-module .child-left .edition-expand-arrow > span {
  font-size: 13px;
  color: #4A90AD;
}

ul.parent > li > div.parent-module .parent-left .edition-expand-arrow img,
ul.parent > li > div.child-modules div.child-module .child-left .edition-expand-arrow img {
  -webkit-transform: rotate(180deg) translate(0, 1px);
  -ms-transform: rotate(180deg) translate(0, 1px);
  transform: rotate(180deg) translate(0, 1px);
}

ul.parent > li > div.parent-module.expanded .parent-left .edition-expand-arrow img,
ul.parent > li > div.child-modules div.child-module.expanded .child-left .edition-expand-arrow img {
  -webkit-transform: rotate(0deg) translate(0, 1px);
  -ms-transform: rotate(0deg) translate(0, 1px);
  transform: rotate(0deg) translate(0, 1px);
}

ul.parent > li > div.parent-module.ignition-edge-solutions .parent-left {
  border-right: none;
}

ul.parent > li > div.parent-module .parent-left a.details-link,
ul.parent > li > div.child-modules div.child-module .child-left a.details-link {
  color: #4A90AD;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  display: inline-block;
}

.details-link {
  margin-top: 16px;
}

ul.parent > li > div.parent-module .parent-left .row .module-icon-wrapper img,
ul.parent > li > div.child-modules div.child-module .child-left .row .module-icon-wrapper img {
  display: block;
  width: 40px;
  position: absolute;
}

ul.parent > li > div.child-modules div.child-module .child-left .row .module-icon-wrapper img {
  width: 32px;
  margin-top: 8px;
}

ul.parent > li > div.child-modules div.child-module .child-left .module-contents {
  padding-left: 16px;
}

ul.parent > li > div.parent-module .parent-right.edge-products-right {
  background: #FFFFFF !important;
}

ul.parent > li > div.parent-module .parent-right {
  border-left: 1px solid #e6e6e6;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  min-height: 0;
  min-width: 87px;
}
ul.parent > li > div.parent-module .parent-right.edge-checked {
  background: #E6E6E6 !important;
}

ul.parent > li > div.parent-module .parent-right .parent-checkbox,
ul.parent > li > div.child-modules div.child-module .child-right .child-checkbox {
  height: 25px;
  text-align: center;
  position: relative;
}

ul.parent > li > div.parent-module .parent-left div.editions {
  display: inline-block;
  width: auto;
}

ul.parent > li > div.parent-module .parent-left div.editions select {
  height: 22px;
  font-size: 12px;
  line-height: 12px;
  color: #4E4E4E;
  margin-bottom: 5px;
  border-radius: 3px;
  padding: 0 2em 0 0.5em;
  font-weight: normal;
  vertical-align: top;
  border: 1px solid #4A90AD;
  -moz-appearance: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgZmlsbD0iIzRBOTBBRCI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
}

ul.parent > li > div.child-modules div.child-module {
  background: #FFFFFF;
  border-radius: 3px;
  border-top: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
}

ul.parent > li > div.child-modules div.child-module .child-left {
  height: 100%;
  padding: 30px 20px 30px 96px;
  border-right: 1px solid #FFFFFF;
  width: calc(100% - 87px);
  background: url(/static/images/Dependent-Vertical.svg) 42px 0/5px repeat-y, url(/static/images/Dependent-Horizontal-rounded.svg) 42px 40px/34px no-repeat;
}

ul.parent > li > div.child-modules div.child-module.checked .child-left {
  border-right: 1px solid #FFFFFF;
}

ul.parent > li > div.child-modules li:last-of-type div.child-module .child-left {
  background: url(/static/images/Dependent-Vertical-45@2x.png) 42px 0/5px 45px no-repeat, url(/static/images/Dependent-Horizontal-rounded.svg) 42px 40px/34px no-repeat;
}

ul.parent > li > div.parent-module.has-child .parent-left {
  background: url(/static/images/Dependent-Vertical-45@2x.png) 42px 90px/5px 100% no-repeat, url(/static/images/Dependent-Vertical-rounded.svg) 42px 84px/5px no-repeat;
}

ul.parent > li > div.child-modules div.child-module .child-left p.additional-info,
p.additional-info {
  color: #666666;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
  line-height: 21px;
  margin: 5px 0 0 0;
}

p.additional-info#edge-core-additional {
  font-weight: 300;
}

@media only screen and (max-width: 640px) {
  ul.parent#edge-section > li > div.parent-module .parent-left#edge-core-description {
    padding: 0;
  }
  div.edge-core-info .module-contents p.module-description {
    margin-bottom: 16px;
  }
}
p.additional-info a {
  font-weight: 600;
  text-decoration: underline;
}

p.additional-info#edge-core-additional a {
  color: #666666;
  font-weight: 300;
  text-decoration: underline;
}

ul.parent > li > div.child-modules div.child-module .child-right {
  border-left: 1px solid #e6e6e6;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  min-height: 0;
  min-width: 87px;
}

ul.parent > li .row {
  margin: 0;
}

#step2 {
  padding-top: 75px;
}

#step2 .entry-page-header > h4 {
  font-size: 21px;
  font-weight: 600;
  line-height: 28px;
  color: #4E4E4E;
}

#step2 .entry-page-header > p {
  font-size: 18px;
  line-height: 28px;
  color: #4E4E4E;
}

#pricing-wrapper .third-party-header,
#pricing-wrapper .support-header,
#pricing-wrapper .quote-header {
  padding: 0 0 50px;
  margin-bottom: 0;
}

#pricing-wrapper .third-party-header h1,
#pricing-wrapper .support-header h1,
#pricing-wrapper .quote-header h1 {
  color: #445c6d !important;
  margin-top: 0;
  font-weight: 600;
}

#pricing-wrapper .third-party-header h1 + p,
#pricing-wrapper .support-header h1 + p,
#pricing-wrapper .quote-header h1 + p {
  font-size: 18px;
  color: #4E4E4E;
  line-height: 28px;
  margin: 20px 0 0 0;
}

#pricing-wrapper .support-header img,
#pricing-wrapper .quote-header img {
  max-width: 210px;
  vertical-align: text-bottom;
  margin-right: -35px;
  position: relative;
  top: 3px;
}

/*div.child-modules {*/
/*border-left: 1px solid #dddddc;*/
/*padding-left: 0.9375em;*/
/*}*/
div.child-modules p:first-child {
  font-size: 0.875em;
  margin-bottom: 0;
}

div.child-modules .module-name {
  width: 96.4% !important;
}

span.input-label.input-label,
.support-name,
.module-name {
  font-size: 1em;
  color: #455C6C;
  margin-bottom: 3px !important;
  font-weight: 600 !important;
}

span.input-label.input-label,
.support-name,
.module-name.additional-edge {
  font-size: 1em;
  color: #4E4E4E;
  margin-bottom: 3px !important;
  font-weight: 600 !important;
}

#support_form span.input-label {
  margin-top: 1.875em;
}

#support_form span.support-name {
  margin-top: 0.2em;
}

#support_form p {
  margin-bottom: 0;
}

ul.parent {
  width: 100%;
}

ul.parent li:not(.child-modules li) {
  margin-top: 10px;
  width: 100%;
}

ul.parent .child-modules li {
  border-top: 1px solid #E6E6E6;
}

ul.parent .checked + .child-modules li {
  border-top: 1px solid #D6D6D6;
}

ul.parent#edge-section {
  width: 100%;
}
ul.parent#edge-section #edge-core-description span.m-name {
  font-size: 18px;
  line-height: 24px;
}

.module-name:not(.additional-edge),
.support-name {
  display: inline-block;
  padding-left: 0;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #4E4E4E;
}

.module-name span.m-name {
  font-size: inherit;
  font-weight: inherit;
  margin-right: 6px;
  margin-bottom: 5px;
  display: inline-block;
  text-align: left;
}

.module-name span.new-green {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  color: #78D175;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

span.discount {
  color: #4a90ad !important;
}

#quote-wrapper .quote h5.collapser,
.mobile-quote .quote h5.collapser {
  margin: 0 0 0.5em !important;
  padding: 10px 18px 10px 0;
  color: #39464B !important;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  font-size: 15px !important;
  line-height: 18px;
}

h5.collapser {
  cursor: pointer;
  display: inline-block;
  height: auto;
  position: relative;
  top: 0;
  width: 95%;
}

.mobile-quote h5.collapser {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 1em;
}

.mobile-quote #close-quote {
  display: block;
  text-align: right;
  margin-top: 8px;
  font-size: 30px;
  line-height: 1;
  padding-right: 15px;
  position: absolute;
  top: 2px;
  right: 2px;
}

.mobile-quote #close-quote a {
  color: #666 !important;
}

/*.support-name {*/
/*margin-left: 1.9em !important;*/
/*}*/
/*.module-name:hover:after {*/
/*content: 'EXPAND';*/
/*color: #b3b4b4;*/
/*font-weight: 300;*/
/*font-size: 0.75em;*/
/*display: inline-block;*/
/*position: absolute;*/
/*right: 36px;*/
/*top: 3px;*/
/*}*/
/*h5.collapser:hover::after {*/
/*bottom: 8px;*/
/*color: #b3b4b4;*/
/*content: "EXPAND";*/
/*display: inline-block;*/
/*font-size: 0.75em;*/
/*font-weight: 300;*/
/*position: absolute;*/
/*right: 13px;*/
/*}*/
/*.mobile-quote h5.collapser:hover::after {*/
/*bottom: 5px;*/
/*right: 4px;*/
/*}*/
h5.collapser:after {
  content: "‹";
  color: #c4c4c4;
  font-weight: 300;
  font-size: 2em;
  display: inline-block;
  position: absolute;
  transition: all 100ms;
  right: 5px;
  /* Safari */
  -webkit-transform: rotate(270deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.package1, .package2 {
  display: none;
  transition: all 100ms;
}

.package1.expanded, .package2.expanded {
  display: block;
}

/*.module-name.selected:hover:after, h5.collapser.selected:hover:after {
    content: 'COLLAPSE';
    top: 9px;
}*/
h5.collapser.selected:after {
  right: 0;
  /* Safari */
  -webkit-transform: rotate(90deg);
  /* Firefox */
  -moz-transform: rotate(90deg);
  /* IE */
  -ms-transform: rotate(90deg);
  /* Opera */
  -o-transform: rotate(90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.mobile-quote .module-name.selected::before,
.mobile-quote h5.collapser.selected::before {
  bottom: -3px;
  left: 99%;
}

.module-name {
  z-index: 9999999999999;
}

#additional-edge-plugins {
  border-top: 1px solid #D6D6D6;
}
#additional-edge-plugins #edge-modules-selected:checked {
  border: 1px solid red;
}

#additional-edge-plugins .module-name {
  z-index: 2;
}

/*.module-name:hover {*/
/*background-color: #f2f2f2;*/
/*}*/
/* Form input styles */
div.child-modules ul li input[type=checkbox],
input.parent {
  margin: 0 !important;
}

li:not(#test) input[type=radio],
li:not(#test) input[type=checkbox]:not(.ia-toggle),
.email-consent input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  cursor: pointer !important;
  z-index: 1;
  top: 4px;
  /*left: 36%;*/
}

.email-consent input[type=checkbox] {
  left: 14px;
}

li:not(#test) input[type=checkbox] + span.input-label,
.email-consent input[type=checkbox] + span.input-label {
  margin: 0 !important;
  margin-right: -2px !important;
  clear: none;
  /*position: absolute;*/
  /*left:36%;*/
  /* Left padding makes room for image */
  padding: 12px;
  /* Make look clickable because they are */
  background: url("/static/images/form/form_checkbox_off@2x.png") center center no-repeat;
  background-size: 100% !important;
}

.email-consent input[type=checkbox] + span.input-label {
  margin: 0 13px 0 0 !important;
}

.email-consent input[type=checkbox] + span.input-label.errorEmphasis {
  border: none;
  border-radius: unset;
  background-image: url("/static/images/form/form_checkbox_error.png");
}

li:not(#test) input[type=radio] + span.input-label {
  margin: 0 !important;
  margin-right: -2px !important;
  clear: none;
  padding: 12px;
  background-size: 100% !important;
  background: url("/static/images/form/icon-radio--default.svg") left center no-repeat !important;
}

/*
    Change from unchecked to checked graphic
*/
li:not(#test) input[type=radio]:checked + span.input-label {
  background-image: url("/static/images/form/icon-radio--selected.svg") !important;
}

li:not(#test) input[type=checkbox]:checked + span.input-label,
.email-consent input[type=checkbox]:checked + span.input-label {
  background-image: url("/static/images/form/form_checkbox_on@2x.png");
}

/* end form input styles */
div.child-modules ul li {
  padding-top: 0;
}

a.small.edition:first-of-type {
  margin-left: 33px;
  margin-bottom: 12px;
}

a.small.edition {
  color: #4e4e4e;
  border: 1px solid #d0d8d8;
  background-color: white;
  text-decoration: none;
  position: relative;
  top: 0px;
  display: inline-block;
  line-height: 1.5;
  padding: 0px 0.6em;
  border-radius: 2px;
}

a.small.edition:hover {
  background-color: #f1f2f3;
}

a.small.edition.selected {
  cursor: default;
  border: 1px solid #4B8FAC;
  background-color: #e4eef3;
  /*background-color: #4B8FAC;*/
}

div.editions ~ p.module-description {
  margin-top: -10px;
}

h3.category {
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 3.125rem !important;
}

a.category-toggle-on,
a.category-toggle-off {
  margin-top: 2.3em;
}

hr {
  margin: 0 !important;
}

.row.category-header {
  margin-top: 20px !important;
  margin-left: 0;
  margin-right: 0;
}
.row.category-header .columns {
  padding-left: 0;
  padding-right: 0;
}

.category-header .italic {
  font-weight: 300;
}

.category-header a {
  color: #4A90AD;
}

.category-header a:hover,
.category-header a:focus {
  text-decoration: underline;
}

a.category-toggle-on:link,
a.category-toggle-on:visited,
a.category-toggle-on:active,
a.category-toggle-off:link,
a.category-toggle-off:visited,
a.category-toggle-off:active {
  font-size: 0.75em;
  font-weight: 300;
  color: #4e4e4e;
  text-transform: uppercase !important;
  display: inline-block;
  float: right;
  position: relative;
  bottom: -24px;
  margin-bottom: 0;
  text-decoration: none;
}

/*a.category-toggle-on::after {*/
/*content: " /";*/
/*display: inline-block;*/
/*margin-right: 3px;*/
/*margin-left: 3px;*/
/*}*/
a.category-toggle-on:hover,
a.category-toggle-off:hover {
  text-decoration: underline;
}

a.edition-toggle:link,
a.edition-toggle:visited,
a.edition-toggle:active {
  font-size: 1.75em;
  color: #666;
  float: right;
  transition: 100ms;
}

a.edition-toggle.selected {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(270deg);
  /* IE */
  -ms-transform: rotate(270deg);
  /* Opera */
  -o-transform: rotate(270deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* Traveling quote styles */
#have-a-question {
  overflow: hidden;
  padding-top: 40px;
  width: 254px;
  margin: auto;
}

#have-a-question > strong {
  color: #445C6D !important;
  display: block;
  padding-bottom: 0.5em;
}

#have-a-question a {
  color: inherit;
  font-weight: inherit;
}

#have-a-question p {
  font-weight: 300;
  color: #666666;
}

#have-a-question p br.show-for-custom {
  display: none;
}

#have-a-question a.tertiary-button {
  border: 1px solid #DDDDDC;
  width: 100%;
  display: block;
  color: #4e4e4e;
  border-radius: 3px;
  text-align: center;
  margin-top: 0.5em;
  padding: 0.2em;
}

#have-a-question a.tertiary-button:hover {
  color: white;
  background-color: #DDDDDC;
}

#quote-wrapper {
  /*padding-left: 3.4em;*/
}

#quote-wrapper #close-quote,
.quote.full #close-quote {
  display: none;
}

.quote.full {
  padding-left: 3.1em;
}

.quote.full #package-details,
.quote.full #package-discount,
.quote.full #package-subtotal,
.quote.full #package-support,
.quote.full #package-total,
.quote.full #package-redundancy {
  padding-left: 0;
  padding-right: 0;
}

.quote.full #package-details {
  background: none;
}

#package-details .no-selection-message {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #4E4E4E;
  padding: 32px 25%;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 22px;
}

.quote .package-disclaimer {
  margin-top: 16px;
}
.quote .package-disclaimer p {
  font-size: 12px;
  line-height: 18px;
}

.quote.full #package-total span,
.quote.full #package-total p {
  font-weight: 600 !important;
  font-size: 1rem !important;
  color: #4E4E4E;
}

.quote.full span {
  font-size: 1rem;
  font-weight: 300 !important;
}

.quote.full h5 {
  font-size: 1rem;
  font-weight: 600;
  color: #445c6d;
}

.quote.full #have-a-question,
.mobile-quote #have-a-question {
  display: none;
}

#quote-wrapper > .quote > .quote {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1607843137);
  border: none;
  border-radius: 4px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  padding-bottom: 32px;
}

#quote-wrapper > .quote > .quote > *,
.mobile-quote > .quote > * {
  padding: 0 30px;
}

#quote-wrapper .quote p,
.mobile-quote.quote p {
  margin-bottom: 0;
}

#quote-wrapper .quote span {
  font-size: 13px !important;
  line-height: 1.3em;
  color: #4a4a4a;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  padding: 0.25em 0.25em 0.25em 0;
  display: inline-block;
}
#quote-wrapper .quote span.left {
  padding-right: 1em;
}
#quote-wrapper .quote span.indent {
  padding: 1em 0 0 16px;
}

#quote-wrapper .quote span [class*=tooltip],
.mobile-quote .quote span [class*=tooltip] {
  position: relative;
  top: -1px;
  right: -2px;
}

#quote-wrapper .quote span[class*=price-suffix] {
  padding: 0;
}

#quote-wrapper #package-subtotal,
#quote-wrapper #package-support,
.mobile-quote #package-subtotal,
.mobile-quote #package-support {
  padding: 10px 0;
  margin: 0 30px 0 30px;
}

#quote-wrapper #package-subtotal {
  margin-top: 10px;
}

#quote-wrapper #package-total,
.mobile-quote #package-total {
  padding: 20px 0 0 0;
  margin: 0 30px 0 30px;
}

.mobile-quote .quote span {
  display: inline-block;
}
.mobile-quote .quote span.left {
  width: 66%;
}
.mobile-quote .quote span.indent {
  padding: 1em 0 0 16px;
}

#quote-wrapper .quote #package-name > h5,
.mobile-quote .quote #package-name > h5 {
  color: #445C6D !important;
  font-size: 18px !important;
  margin: 0 0 5px 0 !important;
  line-height: 22px;
}

#quote-wrapper .quote #package-name > h5 + p,
.mobile-quote .quote #package-name > h5 + p {
  color: #4E4E4E;
  font-size: 12px;
  margin: 0;
  line-height: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

#quote-wrapper .quote #package-name > h5 + p a,
.mobile-quote .quote #package-name > h5 + p a {
  color: #4A90AD;
}

#quote-wrapper .quote #package-name > h5 {
  padding-top: 30px;
}

#quote-wrapper #package-total > span, #quote-wrapper #package-total > p,
.mobile-quote #package-total > span, .mobile-quote #package-total > p {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
}

#close-quote a {
  color: #9a9a9a;
}

#close-quote img {
  height: 10px;
  width: 10px;
}

/*

#package-details,
#package-subtotal,
#package-discount,
#package-total,
#package-support,
#package-redundancy {
    font-size: 0.875rem;
    padding: 0.5em 1em;
}
*/
#package-details {
  background: none;
  max-height: 20em;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.mobile-quote #package-details {
  max-height: 30vh;
}

#fader {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.01) 2%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.01) 2%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.01) 2%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0); /* IE6-9 */
  z-index: 100;
  pointer-events: none;
}

#desktop-quote {
  position: relative;
  top: 61px;
}

.pricing-support #desktop-quote {
  top: 0;
}

#desktop-quote .quote #package-details-wrapper,
.mobile-quote #package-details-wrapper {
  position: relative;
  padding-right: 0;
  overflow: hidden;
  flex-shrink: 1;
}

#package-details-wrapper > * {
  padding-right: 30px;
}

/*#package-details.shadow {
    background: transparent url("/static/images/fade-gradient.png") no-repeat scroll center bottom -11px / auto 30px;
}*/
/*#quote-wrapper #package-details
#quote-wrapper #package-discount,
#quote-wrapper #package-redundancy {
    padding: 0 30px 1em 30px;
}*/
#package-details span.left {
  padding-bottom: 1em;
}
#package-details span.left.ignition-platform {
  padding-bottom: 0;
}

#quote-page #package-details {
  max-height: inherit !important;
}

#transparent-overlay {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: 28px;
  opacity: 0.75;
  position: absolute;
  width: 100%;
}

#package-subtotal,
#package-discount,
#package-total,
#package-support,
#package-redundancy {
  border-top: 1px solid #ddd;
}

#package-total span#clear-quote {
  display: block;
  padding: 24px 0 0 0;
}

#package-total span#clear-quote * {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  color: #4A90AD !important;
}

#package-total span#clear-quote::before {
  content: " ";
}

#quote-wrapper {
  position: static;
}

#quote-wrapper #desktop-quote.quote.not-absolute {
  position: static;
  width: initial;
}

#quote-wrapper .quote span.left {
  max-width: 75%;
  position: relative;
}
#quote-wrapper .quote span.left.ignition-platform {
  padding-bottom: 0;
}

.quote .indented-items {
  padding-bottom: 1em;
}

#quote-wrapper #desktop-quote.quote.travel {
  position: fixed;
  top: 90px;
}

#footer2016 {
  display: none;
}

div.footer-nav-wrapper {
  height: 64px;
}

#footer-nav {
  background-color: #fff;
  border-top: 1px solid #c6c6c6;
  bottom: 0;
  height: 64px;
  padding-left: 5px !important;
  paddig-right: 5px !important;
  position: fixed;
  width: 100%;
  z-index: 100;
}

/*
#footer-nav .buttons {
    padding-left: 0
}

#footer-nav a.primary-button {
    margin-bottom: 0 !important;
}
*/
div.nav-place-holder {
  height: 75px;
}

.desktop-nav-bar.stick-to-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  z-index: 999;
  box-shadow: 0 2px 5px rgba(136, 136, 136, 0.5);
}

.desktop-nav-bar {
  height: 75px;
  padding: 25px 0;
}

.desktop-nav-bar .nav-list {
  padding: 0;
}

.desktop-nav-bar .nav-list a:not(.product-primary-button) {
  color: #7D7D7D;
}

.desktop-nav-bar a {
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  margin: 0 10px;
}

.desktop-nav-bar .nav-list a.current {
  border-bottom: 1px solid rgb(91, 143, 170);
  color: #4e4e4e;
}

.desktop-nav-bar .nav-list a:hover {
  color: #4e4e4e;
}

.desktop-nav-bar .nav-list .new-step {
  display: inline-block;
  border-right: 1px solid #C6C6C6;
}

.desktop-nav-bar .nav-list div:nth-last-child(2) {
  border-right: none;
  color: red;
}

.desktop-nav-bar .nav-list .button-container {
  display: inline-block;
}

.desktop-nav-bar .nav-list .button-container a.product-primary-button {
  border: none;
  padding: 10px 15px;
}

.desktop-nav-bar .nav-list .button-container a.product-primary-button img {
  width: 10px;
}

#footer-nav #price-nav-buttons a {
  border-radius: 3px;
}

#footer-nav #price-nav-buttons a.imdisabled,
div.button-container a.imdisabled {
  border-color: #d8d8d8 !important;
  background: #d8d8d8 !important;
  color: #fff !important;
  cursor: auto;
  pointer-events: none;
}

#footer-nav #price-nav-buttons a.imdisabled:hover,
div.button-container a.imdisabled:hover {
  background: transparent;
  border-color: #d8d8d8;
}

#footer-nav .step {
  background-color: #364c5c;
  box-shadow: none;
  display: block;
  float: left;
  height: 30px;
  margin: 0 3.5rem 0 0;
  padding: 0 0 0 0.5rem;
  position: relative;
  text-align: left;
  width: 120px;
}

#footer-nav .step#nav-step4 {
  margin: 0 0.5rem 0 0;
  width: 100px;
}

#footer-nav span#steps-span {
  color: #fff;
  display: inline;
  float: left;
  font-size: 1em;
  font-weight: 400;
  padding: 0.4rem 0 0.4rem 0.5rem;
  width: 52px;
}

#footer-nav a.button {
  background: rgba(0, 0, 0, 0) url("/static/images/icons/pricing-nav/circle-complete.png") no-repeat scroll left 4px center/20px 20px;
  /*box-shadow: 0 0 2px #d33 inset;*/
  box-shadow: none;
  outline: 0 none;
  text-align: left;
}

#footer-nav #nav-step1 a.button {
  background: rgba(0, 0, 0, 0) url("/static/images/icons/pricing-nav/circle-1.png") no-repeat scroll left 4px center/20px 20px;
}

#footer-nav #nav-step2 a.button {
  background: rgba(0, 0, 0, 0) url("/static/images/icons/pricing-nav/circle-2.png") no-repeat scroll left 4px center/20px 20px;
}

#footer-nav #nav-step3 a.button {
  background: rgba(0, 0, 0, 0) url("/static/images/icons/pricing-nav/circle-3.png") no-repeat scroll left 4px center/20px 20px;
}

#footer-nav #nav-step4 a.button {
  background: rgba(0, 0, 0, 0) url("/static/images/icons/pricing-nav/circle-4.png") no-repeat scroll left 4px center/20px 20px;
}

#footer-nav a.button.complete {
  background-image: url("/static/images/icons/pricing-nav/circle-complete.png") !important;
}

#footer-nav #nav-step1 a.button.current {
  background-image: url("/static/images/icons/pricing-nav/circle-1-current.png");
}

#footer-nav #nav-step2 a.button.current {
  background-image: url("/static/images/icons/pricing-nav/circle-2-current.png");
}

#footer-nav #nav-step3 a.button.current {
  background-image: url("/static/images/icons/pricing-nav/circle-3-current.png");
}

#footer-nav #nav-step4 a.button.current {
  background-image: url("/static/images/icons/pricing-nav/circle-4-current.png");
}

#footer-nav #nav-step1 a.button:hover {
  background-image: url("/static/images/icons/pricing-nav/circle-1-hover.png") !important;
}

#footer-nav #nav-step2 a.button:hover {
  background-image: url("/static/images/icons/pricing-nav/circle-2-hover.png") !important;
}

#footer-nav #nav-step3 a.button:hover {
  background-image: url("/static/images/icons/pricing-nav/circle-3-hover.png") !important;
}

#footer-nav #nav-step4 a.button:hover {
  background-image: url("/static/images/icons/pricing-nav/circle-4-hover.png") !important;
}

#footer-nav a.button span {
  display: inline;
  color: inherit;
  font-weight: inherit;
}

/*
#footer-nav a.button.current,
#footer-nav a.button.complete,
#footer-nav a.button.disabled {
    background: #364c5c none repeat scroll 0 0;
    display: inline-block;
    float: left;
    font-size: 0.875em;
    margin: 0 0.5rem 0rem 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 3px;
    color: #ffffff;
    border: 0 none;
    width: 20%;
}
*/
#footer-nav a.button {
  color: #6caac5;
  display: block;
  float: left;
  font-size: 0.875em;
  font-weight: 400 !important;
  line-height: 1;
  margin: 0;
  padding: 4px 0 0 30px;
  width: auto;
}

#footer-nav a.button.current {
  border-color: #364c5c;
  color: #ffffff;
  font-weight: 400;
}

#footer-nav a.button:hover {
  color: #ffffff !important;
}

#footer-nav a.prev {
  background: transparent none repeat scroll 0 0;
  border-color: #6caac5;
}

/*#footer-nav a img {
    margin: -2px 0 0;
    width: 12px;
}*/
#footer-nav #price-nav-buttons {
  padding-right: 5px !important;
}

#footer-nav #price-nav-buttons a {
  position: relative;
  right: 3px;
  padding: 4px;
  width: 90%;
  border: none;
  border: 2px solid #F7901E;
}

#footer-nav #price-nav-buttons a#prev {
  position: relative;
  border-color: #4A90AD;
  color: #4A90AD;
}

/*#footer-nav a#prev1 img {
    opacity: .5;
}*/
#footer-nav a#prev1:hover {
  background: transparent !important;
  border-color: #4a90ad !important;
  color: #fff;
}

#footer-nav .small-buttons a {
  /*width: 100% !important;*/
  text-align: center;
  font-size: 14px;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}

#price-nav-buttons .arrow {
  font-size: 30px;
  color: inherit;
  padding: 0;
  line-height: 0em;
  position: relative;
  top: 3px;
}

#footer-nav.stay_put {
  position: relative;
}

#footer-nav #step {
  display: block;
  width: 100%;
  padding: 5px;
  color: #757575;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: 0.07em;
  text-align: center;
  text-transform: uppercase;
}

#small-footer-nav {
  /*background-color: #808282;*/
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  /*padding: 0.75em 0;*/
}

#small-footer-nav span,
#small-footer-nav a {
  color: #ffffff;
  font-size: 0.975em;
  margin: 3px auto;
  text-transform: uppercase;
}

#mobile-subtotal {
  height: 54px;
  width: 100%;
  border-radius: 3px;
  background-color: #354B5B;
  padding: 3px;
}

#mobile-subtotal.activated {
  background-color: #87979D;
}

/*#mobile-subtotal img {
    padding-left: 3px;
}*/
#mobile-subtotal a img.arrow {
  position: relative;
  padding-left: 2px;
  top: -1px;
  width: 16px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

#mobile-subtotal a img.arrow.rotate {
  -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
  transform: rotate(0deg);
}

#mobile-subtotal a span {
  display: block;
  color: #FFFFFF;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 15px;
}

#mobile-subtotal a span.mobile-subtotal-value {
  height: 25px;
  width: 108.63px;
  color: #FFFFFF;
  font-family: "Proxima Nova";
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 5px;
}

.mobile-quote {
  /*display: none;*/
  /*background: #f6f9fc none repeat scroll 0 0;*/
  /*border: 1px solid #ddd;*/
  /*bottom: 3em;*/
  /*box-shadow: 1px 1px 4px #aaa;*/
  /*float: right;*/
  /*right: 1em;*/
  /*width: 16em;*/
}

.mobile-quote {
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px 8px 0 0;
}
.mobile-quote,
.mobile-quote .quote {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: auto;
}
.mobile-quote .quote {
  margin-top: 32px;
  padding-bottom: 32px;
}

.mobile-quote.show-me {
  /*display: block;*/
  position: absolute;
  left: -5px;
  bottom: 60px;
  width: 100vw;
  max-height: calc(100vh - 96px);
  overflow-y: auto;
  box-shadow: -1px 0 1px #ddd;
  border: none;
  background-color: #fff;
}

#footer-nav .exit-off-canvas.show-me {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 64px;
  opacity: 0.94;
  background-color: #445C6D;
  z-index: -1;
}

span.one-circle,
span.two-circle,
span.three-circle,
span.jqtooltip {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #4b8fac;
  border-radius: 50%;
  color: white;
  display: inline-block;
  font-size: 0.65625em;
  font-weight: 700;
  margin-bottom: 2em;
  margin-right: 0.8125em;
  position: relative;
  text-align: center;
  top: -2px;
}

.tooltip-heading {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 5px;
}

.tooltip-link {
  margin-top: 5px;
  padding-right: 10px;
}

.tooltipster-base .tooltip-link a, .tooltipster-base .tooltip-link a:link, .tooltipster-base .tooltip-link a:active {
  color: #4A90AD !important;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

div#steps123bg {
  background: transparent url("/static/images/pricing-steps-bg-dashes.png") repeat-x scroll center center;
  border: 0 solid #aaa;
  height: 6px;
  left: 120px;
  position: absolute;
  top: 14px;
  width: 450px;
  z-index: -1;
}

span.one-circle {
  padding: 3px 10px 3px 9px;
}

span.jqtooltip {
  border-color: #a7a7a7;
  color: #a7a7a7;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  margin: 0 2px;
  line-height: 12px;
  padding: 0px 4px 0 3px;
  width: 14px;
  height: 14px;
}

span.two-circle,
span.three-circle {
  padding: 3px 8px;
  color: #4B8FAC;
}

#footer-nav span.one-circle {
  border-color: #4a90ad;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 9px;
}

#footer-nav span.two-circle,
#footer-nav span.three-circle {
  border-color: #4a90ad;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 8px;
}

#footer-nav a.button.current span.one-circle {
  background: #4a90ad;
}

.email-success {
  margin-top: 40px;
}

.email-success a.primary-button {
  margin-top: 25px;
  margin-bottom: 40px;
}

#mobile-module-header {
  margin: 0;
  padding: 0;
  text-align: center;
}

#mobile-module-header p {
  font-size: 1.2em;
}

#mobile-module-header img {
  width: 40%;
}

#mobile-module-list {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  height: 90%;
  left: 640px;
  margin-bottom: 4rem;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem 1rem 4rem;
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 9999;
}

#mobile-module-list p#mm-title {
  font-weight: bold;
  margin-bottom: 0;
  padding: 0 1rem;
}

#mobile-module-list p#mm-desc {
  margin-bottom: 5rem;
  padding: 1rem;
}

#mobile-module-list .pdf-link {
  display: block;
  font-weight: 600;
  margin-top: 1rem;
}

#mobile-module-list #module-return {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  color: #4b8fac;
  font-weight: 600;
  margin: 1rem 0;
  padding: 1rem;
}

#mobile-module-list #module-return::before {
  bottom: -1px;
  color: #b3b4b4;
  content: "‹";
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  left: -1rem;
  position: relative;
}

@media (min-width: 750px) {
  #support_redundancy_form {
    padding-top: 37px;
  }
}

ul#product-form-list {
  position: relative;
}
@media (min-width: 750px) {
  ul#product-form-list {
    padding-top: 37px;
  }
}

ul#product-form-list span.need-access {
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
}

a#prev2.primary-button:hover,
a#prev3.primary-button:hover,
a#prev4.primary-button:hover {
  background-color: #6caac5 !important;
  border-color: #4A90AD !important;
}

.tooltipster-base .tooltipster-box {
  border: 2px solid #39464b;
  background-color: #39464b;
}

.tooltipster-base .tooltipster-arrow-border,
.tooltipster-base .tooltipster-arrow-background {
  border-top-color: #39464b !important;
}

.tooltipster-box .tooltipster-content {
  max-width: 22.75em;
  padding: 1rem 1.4rem !important;
  max-width: 22.75em;
  color: #fff;
  padding: 0;
  font-size: 0.875rem;
  font-weight: 300 !important;
  line-height: 1.5;
  max-width: 22.75em;
}

.modal-checkbox {
  margin-top: 21px;
  cursor: pointer;
}

.modal-checkbox div {
  display: inline-block;
  padding: 12px;
  margin-right: 5px;
  background-image: url("/static/images/form/form_checkbox_off@2x.png");
  background-size: contain;
  vertical-align: text-bottom;
}

.modal-checkbox.checked div {
  background-image: url("/static/images/form/form_checkbox_on@2x.png");
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px !important;
}

.privacy-statement {
  color: #9b9b9b;
  margin-top: 30px;
}

.privacy-statement a {
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
  font-style: inherit;
}

#edge-computing p.short-description {
  margin-right: 0;
}

#pricing-wrapper #edge-computing .edge-whats-the-difference h4 {
  font-size: 16px;
  font-weight: 600;
}
#pricing-wrapper #edge-computing .edge-whats-the-difference p {
  font-size: 15px;
  margin-bottom: 8px;
}
#pricing-wrapper #edge-computing .edge-whats-the-difference a {
  display: inline-block;
  margin-bottom: 20px;
}
#pricing-wrapper #edge-computing a.details-link {
  text-decoration: none;
}
#pricing-wrapper #edge-computing .edge-additional-info h4 {
  display: inline-block !important;
  line-height: 24px;
  margin-top: 24px;
}
#pricing-wrapper #edge-computing .edge-additional-info p {
  line-height: 24px;
  margin-bottom: 14px;
}
#pricing-wrapper #edge-computing .edge-additional-info a {
  display: block;
  line-height: 13px;
  color: #4A90AD;
}
#pricing-wrapper #edge-computing .edge-additional-info a:hover {
  text-decoration: underline;
}

/* Small screens only */
@media only screen and (max-width: 640px) {
  div.solution-wizard p {
    padding: 0 10%;
  }
  li#platform {
    padding: 0;
  }
  li#platform h3 {
    margin-top: 0 !important;
  }
  p.short-description {
    text-align: center;
  }
  ul.parent#ignition-platform > li > div.parent-module .parent-left#platform-features {
    padding: 0;
  }
  ul.parent#ignition-platform > li > div.parent-module .parent-left#platform-pricing {
    padding: 20px 16px 1px 8px;
  }
  .email-success {
    margin-top: 20px;
  }
  .contact-us-form span.close-x {
    text-align: center !important;
    padding: 0;
    margin-bottom: 0;
  }
  #foundation-tooltip {
    width: 189px;
    top: -116px;
  }
  html, body {
    font-size: 15px !important;
  }
  #carousel .package {
    border-radius: 3px !important;
    transform: scale(1) !important;
    margin-left: 0em !important;
    margin-right: 2em !important;
  }
  #carousel .package .inner {
    border-radius: 3px !important;
  }
  #carousel .package .details {
    padding-left: 0.9375em !important;
  }
  .slick-track {
    padding: 1em;
  }
  #carousel .package h3 {
    margin-top: 0.8rem;
  }
  /*#pricing-wrapper h3 + p.subtitle + p {*/
  /*margin-bottom: 1.5em;*/
  /*}*/
  /*#pricing-wrapper .details {*/
  /*border-left: none !important;*/
  /*}*/
  /*.custom-package {*/
  /*height: 29em !important;*/
  /*}*/
  /*.package-wrapper .details {*/
  /*margin-left: 2.9em;*/
  /*border-left: none !important;*/
  /*}*/
  /*#footer2016 {*/
  /*display: none !important;*/
  /*visibility: hidden;*/
  /*#footer2016 {*/
  /*display: none;*/
  /*visibility: hidden;*/
  /*}*/
  #footer-nav {
    padding-top: 0;
    /*position: fixed !important;*/
  }
  .tablet-up {
    display: none;
  }
  #footer-navx a.button {
    margin: 0 0.5rem 1rem 0.5rem;
    padding: 0.5rem 1rem;
  }
  /*#package-wrapper {*/
  /*background-color: #455d6e;*/
  /*height: 100%;*/
  /*margin-bottom: 2em;*/
  /*padding: 0 0 2em;*/
  /*}*/
  .package-outer {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .package-outer:last-child {
    margin-bottom: 0;
  }
  /*.package-wrapper {*/
  /*width: 100%;*/
  /*}*/
  /*#four_up > div.row.package-row > div.small-12.medium-6.large-3.columns.package-outer.custom-package {*/
  /*height: 34em !important;*/
  /*}*/
  /*div.editions {*/
  /*margin-left: 2em;*/
  /*}*/
  a.small.edition:first-of-type {
    margin-left: 0;
    margin-bottom: 6px !important;
  }
  a.small.edition {
    margin-bottom: 0;
  }
  div.editions ~ p.module-description {
    margin-top: 15px;
  }
  a.category-toggle-on,
  a.category-toggle-off {
    /*font-size: 2em !important;*/
    /*bottom: 0px !important;*/
    /*margin-top: 1.5em !important;*/
    /*text-decoration: none !important;*/
  }
  a.category-toggle-on:hover,
  a.category-toggle-off:hover {
    text-decoration: none !important;
  }
  ul.parent li span.module-name,
  div.child-modules ul li span.module-name {
    width: auto !important;
    top: 3px;
  }
  span.module-name:hover {
    background-color: transparent !important;
  }
  /*ul.parent li span.module-name:before,*/
  /*ul.parent li span.module-name:after,*/
  /*div.child-modules ul li span.module-name:before,*/
  /*div.child-modules ul li span.module-name:after {*/
  /*content: "" !important;*/
  /*}*/
  /*p.module-description {*/
  /*margin-left: 2em;*/
  /*}*/
  /*div.child-modules {*/
  /*margin-left: 1.1em;*/
  /*}*/
  div.child-modules {
    border-left: none !important;
  }
  div.child-modules ul li span.module-name {
    margin-bottom: 0.5em;
    position: relative;
    /*width: 92% !important;*/
  }
  /*div.child-modules ul li span.module-name::before {*/
  /*bottom: -1px;*/
  /*color: #b3b4b4;*/
  /*content: "›" !important;*/
  /*display: inline-block;*/
  /*font-size: 2em;*/
  /*font-weight: 300;*/
  /*left: 100%;*/
  /*position: relative;*/
  /*transition: all 100ms ease 0s;*/
  /*}*/
  /*div.child-modules ul li:after {*/
  /*content: "›";*/
  /*color: #b3b4b4;*/
  /*font-weight: 300;*/
  /*font-size: 2em;*/
  /*display: none;*/
  /*float: right;*/
  /*margin-top: 9px;*/
  /*}*/
  /*li:not(#test) input[type='checkbox'] + span.input-label {*/
  /*padding: 37px 0 10px 2em;*/
  /*}*/
  /*ul.parent > li:not(#test) > input[type='checkbox'] + span.input-label {*/
  /*padding: 23px 0 10px 2em !important*/
  /*}*/
  ul.parent li span.module-name.selected,
  div.child-modules ul li span.module-name.selected {
    background-color: transparent !important;
  }
  /*.module-name {*/
  /*margin-left: 1.8em !important;*/
  /*}*/
  ul.parent > li > span.module-name {
    margin-top: 1px !important;
  }
  form#email_quote #submit-button {
    /*width: 100% !important;*/
    display: block;
  }
  /*.package-wrapper {*/
  /*padding-top: 0.75em;*/
  /*}*/
  /*.package-wrapper div.details {*/
  /*margin-top: 1.5rem;*/
  /*}*/
  /*.limited-ribbon {*/
  /*top: 0;*/
  /*}*/
}
@media only screen and (max-width: 28em) {
  div.child-modules ul li span.module-name {
    width: 90% !important;
  }
}
@media only screen and (max-width: 22em) {
  div.child-modules ul li span.module-name {
    width: 86% !important;
  }
}
/* Medium AND small screens */
@media only screen and (max-width: 64.063em) {
  #quote-wrapper #desktop-quote.quote {
    margin-left: 0;
  }
  #quote-wrapper .quote span.left {
    max-width: 60%;
  }
  #quote-wrapper .quote .quote,
  #have-a-question {
    width: auto;
  }
  .greenbar {
    display: block;
  }
  .email-consent span:not(.hide-message) {
    font-size: 15px;
    line-height: 22px;
  }
  #pricing-wrapper h3 + p.subtitle + p {
    margin-bottom: 1em;
  }
  /*#pricing-wrapper h1 + p {*/
  /*margin-bottom: 2em !important;*/
  /*}*/
  #carousel .package {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  #carousel .package {
    background-color: white;
    border-radius: 5px;
    margin-right: 0.75em;
    margin-left: 0.75em;
    min-height: 26em;
    transform: scale(0.9);
    transition: all 250ms;
    z-index: 0;
    opacity: 1;
    position: inherit;
    outline: none !important;
  }
  #carousel .package .inner {
    padding: 0 0.5em 1em 0.5em;
    overflow: hidden;
  }
  /*.package-wrapper {*/
  /*padding-top: 0.75em;*/
  /*}*/
  /*.package-wrapper div.details {*/
  /*margin-top: 0.85rem;*/
  /*}*/
  /*.package-outer {*/
  /*border: 0;*/
  /*padding-bottom: 0;*/
  /*padding-top: 2.5em;*/
  /*}*/
  .limited-ribbon {
    top: 0;
  }
  span.email-disclaimer {
    max-width: calc(100% - 37px);
    font-size: 15px;
  }
}
/* Medium screens only */
@media only screen and (min-width: 40.064em) and (max-width: 64.062em) {
  #foundation-tooltip {
    width: 234px;
    top: -107px;
  }
  div.contact-us-right a.wizard-button {
    margin-top: 19px;
  }
  /*#package-wrapper h1 {*/
  /*margin-top: 0em !important;*/
  /*}*/
  /*#package-wrapper h1 + p {*/
  /*margin-bottom: 0.2em*/
  /*}*/
  /*.package-outer,*/
  /*#four_up > div.row.package-row > div.small-12.medium-6.large-3.columns.package-outer.custom-package {*/
  /*height: 28em !important;*/
  /*margin-top: 3em;*/
  /*margin-right: 0em;*/
  /*margin-left: 2em;*/
  /*width: 45%;*/
  /*float: left !important;*/
  /*}*/
  /*.package-outer .details {*/
  /*text-align: center;*/
  /*}*/
  /*#four_up > div.row.package-row > div.small-12.medium-6.large-3.columns.package-outer.custom-package {*/
  /*float: left !important;*/
  /*}*/
  #footer-nav .buttons {
    font-size: 0.875em;
  }
  #footer-nav .buttons a.button span.hide-for-medium-down,
  #footer-nav .buttons a.button span.show-for-large-up {
    display: none !important;
  }
  #quote-wrapper {
    padding-left: 0;
  }
}
.stepslg {
  display: inline !important;
}

.stepssm {
  display: none !important;
}

/* Large screen overrides */
@media only screen and (min-width: 64.064em) {
  #footer-nav .buttons a.button span.show-for-medium-only {
    display: none !important;
  }
  .no-padding-for-large {
    padding: 0;
  }
}
/* nav wizard bar media queries */
@media only screen and (max-width: 999px) {
  #footer-nav .step {
    margin: 0 5% 0 0;
    padding: 0 0 0 0.25rem;
    width: 100px;
  }
  #footer-nav a.prev#prev1 {
    margin-left: 0;
  }
  div#steps123bg {
    left: 120px;
    width: 360px;
  }
  /*#prevnext {*/
  /*position: absolute;*/
  /*right: 0;*/
  /*}*/
  #footer-nav span#steps-span {
    padding: 0.4rem 0 0.4rem 0.4rem;
    width: 42px;
  }
}
@media only screen and (max-width: 825px) {
  #footer-nav .step {
    margin: 0 3% 0 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer-nav .step {
    margin: 0;
    padding: 0 0 0 0.25rem;
    width: 100px;
  }
  #footer-nav .step#nav-step3,
  #footer-nav .step#nav-step4 {
    width: 90px;
  }
  div#steps123bg {
    left: 80px;
    width: 300px;
  }
  #footer-nav a.prev#prev1,
  #footer-nav a.prev#prev2,
  #footer-nav a.prev#prev3 {
    display: none;
  }
  #prevnext {
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .package-wrapper div.package-list {
    display: none;
  }
  .email-consent span:not(.hide-message) {
    font-size: 14px;
    line-height: 21px;
    margin-top: 3px;
  }
  .contact-us-form .button-row {
    margin-top: 16px;
  }
  #footer-nav .step {
    margin: 0;
    padding: 0 0 0 0.25rem;
    width: 100px;
  }
  #footer-nav a.button.current, #footer-nav a.button.complete, #footer-nav a.button.disabled {
    margin: 0 1rem;
  }
  .stepslg {
    display: none !important;
  }
  .stepssm {
    display: inline !important;
  }
  div#steps123bg {
    display: none;
  }
  #footer-nav span#steps-span {
    padding: 0.4rem 0 0.4rem 0.5rem;
    width: 20px;
  }
  #prevnext a {
    margin: 0 0.25rem;
    padding: 0.2rem 0.5rem;
  }
  span.email-disclaimer {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  /*#desktop-quote {*/
  /*display: none !important;*/
  /*}*/
  /*#products {*/
  /*width: 100%;*/
  /*}*/
  /*
  #small-footer-nav {
      bottom: 50px;
      display: block;
      float: right;
      margin: 0;
      padding: 0;
      position: relative;
      right: 0;
  }
  */
  #prevnext.right {
    float: left !important;
  }
  #footer-nav .buttons a.button {
    /*width: 25%;*/
    width: auto;
  }
  #footer-nav a.button.current, #footer-nav a.button.complete, #footer-nav a.button.disabled {
    width: auto;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /*#desktop-quote {*/
  /*display: none !important;*/
  /*}*/
  /*#products {*/
  /*width: 100%;*/
  /*}*/
  #prevnext.right {
    float: left !important;
  }
  .limited-ribbon {
    padding-top: 0.2em !important;
  }
}
@media only screen and (max-width: 64.063em) {
  ul.parent:not(#ignition-platform) > li > div.parent-module .parent-left .row .module-icon-wrapper img {
    left: 25px;
  }
  ul.parent#ignition-platform > li > div.parent-module .parent-left .row .module-icon-wrapper img {
    width: 30px;
  }
  ul.parent > li > div.child-modules div.child-module .child-left .row .module-icon-wrapper img {
    left: auto;
    margin-left: -14px;
  }
  ul.parent > li > div.parent-module .parent-left .module-contents,
  ul.parent > li > div.child-modules div.child-module .child-left .module-contents {
    padding-left: 2px;
  }
  ul.parent#edge-section > li > div.parent-module .parent-left#edge-core-description .module-contents {
    padding-left: 16px;
  }
  ul.parent > li > div.parent-module .parent-left {
    padding: 25px 20px 30px 44px;
  }
  ul.parent > li > div.child-modules div.child-module .child-left {
    padding: 28px 20px 30px 96px;
  }
  ul.parent > li > div.child-modules div.child-module .child-left {
    background: url("/static/images/Dependent-Vertical.svg") 42px 0/5px repeat-y, url("/static/images/Dependent-Horizontal-rounded.svg") 42px 36px/34px no-repeat;
  }
  ul.parent > li > div.child-modules li:last-of-type div.child-module .child-left {
    background: url("/static/images/Dependent-Vertical-45@2x.png") 42px 0/5px 45px no-repeat, url("/static/images/Dependent-Horizontal-rounded.svg") 42px 36px/34px no-repeat;
  }
  ul.parent > li > div.parent-module.has-child .parent-left {
    background: url("/static/images/Dependent-Vertical-45@2x.png") 42px 75px/5px 100% no-repeat, url("/static/images/Dependent-Vertical-rounded.svg") 42px 84px/5px no-repeat;
  }
}
@media only screen and (max-width: 640px) {
  ul.parent > li > div.parent-module .parent-left .edition-expand-arrow,
  ul.parent > li > div.child-modules div.child-module .child-left .edition-expand-arrow {
    right: 15px;
  }
  ul.parent > li > div.parent-module .parent-left .row .module-icon-wrapper,
  ul.parent > li > div.child-modules div.child-module .child-left .row .module-icon-wrapper {
    padding: 25px 15px;
    text-align: center;
    background-color: #FAFAFA;
  }
  ul.parent > li > div.parent-module .parent-left .row .module-icon-wrapper img,
  ul.parent > li > div.child-modules div.child-module .child-left .row .module-icon-wrapper img {
    position: static;
    width: 40px;
    display: inline-block;
  }
  ul.parent > li > div.parent-module .parent-left .module-contents,
  ul.parent > li > div.child-modules div.child-module .child-left .module-contents {
    padding: 20px;
  }
  p.module-description {
    margin-top: 8px;
  }
  ul.parent > li > div.parent-module .parent-right .parent-checkbox,
  ul.parent > li > div.child-modules div.child-module .child-right .child-checkbox {
    margin-left: 5px;
    margin-top: 1px;
  }
  ul.parent > li > div.parent-module .parent-left,
  ul.parent > li > div.child-modules div.child-module .child-left {
    border-right: none;
    padding: 0;
    width: 100%;
  }
  ul.parent > li > div.child-modules div.child-module .child-left,
  ul.parent > li > div.parent-module.has-child .parent-left {
    background: none;
  }
  ul.parent > li > div.parent-module,
  ul.parent > li > div.child-modules div.child-module {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.parent > li > div.parent-module .parent-right,
  ul.parent > li > div.child-modules div.child-module .child-right {
    border-top: 1px solid #C6C6C6;
    padding: 10px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 50px;
  }
  ul.parent > li > div.parent-module.ignition-edge-solutions .parent-right {
    display: none;
  }
  li:not(#test) input[type=radio] + span.input-label,
  li:not(#test) input[type=checkbox] + span.input-label {
    top: -3px;
    left: 6px;
  }
  ul.parent div.child-right span.module-price,
  ul.parent div.parent-right span.module-price {
    line-height: 29px;
  }
  #form-row-wrapper {
    margin-top: 3.125rem;
    padding-bottom: 75px;
  }
  #form-row-wrapper .small-field {
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
  }
  #email_quote h4 {
    margin: 0;
  }
  #form-row-wrapper .quote-button button {
    margin: 40px auto 0 auto;
  }
  #step2 .entry-page-header > h4 {
    font-size: 18px;
    line-height: 25px;
  }
  #step2 .entry-page-header > p {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
  }
}
/*Grid Media Queries*/
@media only screen and (max-width: 920px) {
  .package-wrapper .package-header h3 {
    padding: 0 2.1em;
  }
  #step2 h3 {
    padding: 0;
  }
  #pricing-wrapper h3.break-down {
    padding: 0 2em;
  }
  .package-wrapper .package-header h3 + p.ia-foundation {
    padding: 0 3%;
  }
  div.solution-wizard .contact-us-right p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .package-wrapper .package-header h3 {
    padding: 0 1em;
  }
  #step2 h3 {
    padding: 0;
  }
  #pricing-wrapper h3.break-down {
    padding: 0 2.1em;
  }
  .package-wrapper img.logo-image {
    max-width: 120px;
  }
}
@media only screen and (min-width: 775px) and (max-width: 901px) {
  .package-wrapper .package-header h3 + p.ia-foundation {
    padding: 0 10%;
  }
  .package-wrapper .package-header h3 + p.ia-ultimate {
    padding: 0 10%;
  }
}
@media (max-width: 790px) {
  .list-tool-tip .verbose {
    display: none;
  }
  .list-tool-tip .concise {
    display: inline;
  }
}
@media only screen and (max-width: 737px) {
  .package-wrapper div.package-list span.list-tool-tip {
    font-size: 12px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 824px) {
  .contact-us-form .button-row span.cancel-button {
    top: 23px;
    text-align: center;
    float: none;
    clear: both;
    position: static;
    margin-top: 20px;
    width: 100%;
  }
  #email_quote p {
    width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
  #email_quote p#required-explanation {
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 12px;
  }
  .contact-us-form .button-row {
    text-align: center;
  }
  a.wizard-button#contact-send {
    float: none;
  }
}
@media only screen and (max-width: 669px) {
  .package-wrapper .package-header h3 + p {
    font-size: 12px;
    line-height: 18px;
  }
}
.package-text {
  position: absolute;
  /*width: inherit;*/
  top: -20px;
  color: #FFFFFF;
  text-transform: capitalize;
  display: none;
  margin: 0 auto;
  left: 0;
  right: 0;
  font-size: 11px;
  letter-spacing: 1px;
  font-weight: 600;
}

.selected-package {
  border: 4px solid #8DC63E !important;
  border-top: 26px solid #8DC63E !important;
  margin-top: 0;
}

.ignition-pro-package {
  border-left: none;
}

.ignition-pro-package .package-text {
  display: block;
  margin: 0 auto;
  background-color: #4A90AD;
  left: 0;
  right: 0;
  top: -27px;
  height: 26px;
  line-height: 28px;
  border-radius: 4px 4px 0 0;
}

.ignition-pro-package.selected-package .package-text {
  background-color: #8DC63E;
}

@media only screen and (max-width: 640px) {
  .package-wrapper .package-header {
    min-height: initial;
    padding: 0 0.3em;
  }
  .package-wrapper .package-header p.package-cost {
    position: static;
    transform: none;
  }
  a.see-features {
    margin-top: 13px;
    text-decoration: underline;
    font-size: 13px;
    line-height: 18px;
    color: #4E4E4E;
  }
  #email_quote p {
    font-size: 14px;
    line-height: 21px;
  }
  div.package-row ul li,
  div.package-row ul li:last-child {
    border: none;
    padding: 0;
    height: 26px;
    white-space: nowrap;
  }
  .package-wrapper div.package-list {
    margin-top: 20px;
  }
  div.row.parent-list {
    margin: 0;
  }
  #pricing-wrapper h3 {
    line-height: 22px;
  }
  .package-wrapper .package-header h3 + p {
    font-size: 1em;
    line-height: 20px;
  }
  div.package-row .row > div.package-outer {
    border-right: none;
    border-radius: 3px;
  }
  .package-wrapper div.parent-list div.check-area {
    padding: 0;
    border-right: none;
  }
  div.check-area .package-list ul li {
    font-size: 13px;
    line-height: 29px;
    font-weight: 600;
  }
  .package-list .check-mark {
    width: 15px;
  }
  /*.selected-package {*/
  /*border: 4px solid #8DC63E !important;*/
  /*border-top: 25px solid #8DC63E !important;*/
  /*}*/
  /*.ignition-pro-package {*/
  /*border-top: 25px solid #4A90AD;*/
  /*}*/
  /*.ignition-pro-package .package-text {*/
  /*display: block;*/
  /*}*/
  .package-wrapper div.package-list span.list-tool-tip {
    font-size: 13px;
    line-height: 15px;
  }
  a.wizard-button#contact-send {
    margin-top: 10px;
    float: none;
    margin: auto;
  }
  #step2 h3 {
    font-size: 21px;
    line-height: 28px;
  }
  .ignition-pro-package {
    border-top: 26px solid #4A90AD;
    margin-top: 0;
  }
  .package-outer {
    margin-top: 0;
  }
  div.solution-wizard .contact-us-left {
    padding-right: 0.9375em;
    border-right: none;
  }
  div.solution-wizard .contact-us-right {
    padding-left: 0.9375em;
    margin-top: 20px;
  }
}
/*Media Query for the floating navBar*/
@media only screen and (max-width: 702px) {
  .desktop-nav-bar a {
    font-size: 12px;
  }
}
.show-for-750-down {
  display: none;
}

@media only screen and (max-width: 750px) {
  .show-for-750-down {
    display: block;
  }
  .hide-for-750-down {
    display: none;
  }
  .full-width-at-750 {
    width: 100%;
  }
}
.tooltipster-content p.additional-info {
  font-family: "Proxima Nova";
  color: #FFFFFF;
  font-style: italic;
  font-weight: 300;
  margin: -5px 0 15px 0;
}

.contact-us-form .inputError,
#email_quote .inputError {
  border-color: #f04124;
}

.solution-page h3.category {
  margin-bottom: 15px;
}

@media only screen and (max-width: 641px) {
  #pricing-wrapper .solution-page h3.category {
    line-height: 28px;
  }
}
@media only screen and (min-width: 641px) and (max-width: 641px) {
  .medium-10 {
    width: 83.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .custom-package.show-for-medium-up,
  .bottom.show-for-medium-up {
    display: block !important;
  }
  .show-for-small-only {
    display: none !important;
  }
  .full-width-at-750 {
    width: 100%;
  }
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
select,
textarea {
  box-shadow: none;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
select:focus,
textarea:active {
  background-color: #FFFFFF;
}

.product-primary-button:hover {
  background: #E38025 !important;
}

.product-primary-button {
  text-align: center;
  color: #FFFFFF !important;
  border: none;
  display: inline-block;
  border-radius: 3px !important;
  background: #f7901e; /* Old browsers */
  background: -moz-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7901e), color-stop(100%, #f79b1e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7901e 0%, #f79b1e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f7901e 0%, #f79b1e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7901e", endColorstr="#f79b1e", GradientType=0);
}

.product-primary-button span {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 17px;
  line-height: 21px;
}

span.form-privacy-statement {
  line-height: 16px;
  font-size: 12px;
  font-weight: 300;
}

.contact-us-form span.form-privacy-statement {
  margin: 40px 0 0 0;
}

.contact-us-form span.form-privacy-statement a,
.pricing-quote-form span.form-privacy-statement a {
  color: inherit;
  text-decoration: underline;
}

.pricing-quote-form span.form-privacy-statement {
  margin: 50px 0 0 0;
}

.special-br {
  display: none;
}

.no-break {
  white-space: nowrap;
}

@media only screen and (min-width: 751px) and (max-width: 800px) {
  .special-br {
    display: inline-block;
  }
}
.jconfirm {
  font-family: "proxima-nova" !important;
}

.jconfirm .jconfirm-box {
  margin: 0 auto;
  padding: 50px !important;
  font-family: "proxima-nova" !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  font-size: 16px !important;
  padding: 0 !important;
  margin-bottom: 40px;
}

.jconfirm .jconfirm-box div.jconfirm-title-c span.jconfirm-title {
  font-size: 21px;
  line-height: 25px;
  color: #445C6D !important;
  margin-bottom: 25px;
  padding: 0 6em 0 0;
}

.jconfirm-content p {
  margin: 0;
}

.jconfirm-content p:last-of-type {
  margin-bottom: 30px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  width: 100% !important;
  padding: 0 !important;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  border-radius: 3px;
  padding: 0.35rem 1.5rem;
  text-transform: capitalize !important;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  height: 32px;
  margin-top: 5px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn.modal-button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn.modal-button {
  background-color: #8DC63E !important;
  margin-right: 0.5em;
  margin-left: 0 !important;
  border: 2px solid #8DC63E;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn.modal-button.ghost,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn.modal-button.ghost {
  background-color: transparent !important;
  border: 2px solid #8DC63E;
  color: #4F4F4F;
  font-size: 14px;
  margin-right: 0.5em;
  margin-left: 0 !important;
}

/*.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn.modal-button.ghost:hover,*/
/*.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn.modal-button.ghost:hover {*/
/*color: white !important;*/
/*background-color: #8DC63E !important;*/
/*}*/
.jconfirm div.asterisk {
  margin-top: 25px;
}

.jconfirm div.asterisk p {
  font-size: 12px;
  font-family: "proxima-nova" !important;
  font-weight: 400;
  color: #808080;
  margin-bottom: 0px;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane span.item {
  font-family: "proxima-nova" !important;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane span.item + span {
  font-size: 12px !important;
  font-family: "proxima-nova" !important;
  color: #808080 !important;
}

.jconfirm .modal-x-text {
  font-size: 15px;
  color: #4F4F4F;
  margin-right: 8px;
  position: relative;
  top: -1px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  top: 20px;
  right: 70px;
  font-size: 23px !important;
}

@media only screen and (max-width: 541px) {
  .jconfirm .jconfirm-box div.jconfirm-title-c span.jconfirm-title {
    padding: 0;
  }
}
@media only screen and (max-width: 460px) {
  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn.modal-button,
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn.modal-button {
    width: 210px;
  }
}
@media only screen and (max-width: 640px) {
  .jconfirm .jconfirm-box {
    padding: 50px 25px !important;
  }
}
.pw-quote #wizard-wrapper {
  height: auto !important;
}
.pw-quote #package-details h5 {
  font-weight: 500 !important;
}
.pw-quote #package-details span {
  line-height: 2em;
  font-size: 1em;
}
.pw-quote #clear-quote,
.pw-quote .show-for-custom {
  display: none;
}
.pw-quote #email-quote-alt {
  margin-bottom: 5rem;
}
.pw-quote #email-quote-alt #form-row-wrapper {
  margin: 0 0 0 50px;
  padding: 0 16px 20px 16px;
}
.pw-quote #email-quote-alt form input[type=text],
.pw-quote #email-quote-alt form input[type=email] {
  font-size: 1em !important;
  font-weight: normal !important;
  width: 90%;
}
.pw-quote #email-quote-alt .quote.full {
  padding-left: 2.1em;
}
.pw-quote #email-quote-alt #email_quote h4 {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 0;
}
.pw-quote #email-quote-alt button.primary-button {
  margin: 10px auto 20px;
  padding: 0.5em 1.75em;
}
.pw-quote #email-quote-alt p#or-call {
  color: #656565;
  font-size: 14px;
  font-weight: 500;
  padding: 0 40px;
}
.pw-quote #email-quote-alt #privacy-message {
  color: #656565;
  padding: 10px 0 20px 65px;
}
.pw-quote #email-quote-alt ul.errorlist {
  margin-bottom: 4px;
}
@media only screen and (max-width: 64.063em) {
  .pw-quote #email-quote-alt #form-row-wrapper {
    margin: 0;
  }
  .pw-quote #email-quote-alt p#or-call {
    font-size: 1rem;
    font-weight: 500;
    padding: 0;
  }
  .pw-quote #email-quote-alt #privacy-message {
    padding: 10px 0;
  }
}
@media (min-width: 641px) and (max-width: 900px) {
  .pw-quote #have-a-question {
    /*width: 14em;*/
    text-align: center;
  }
  .pw-quote .show-for-custom {
    display: block;
  }
}
@media (max-width: 640px) {
  .pw-quote #have-a-question {
    width: 100%;
    text-align: center;
  }
  .pw-quote .show-for-custom {
    display: block;
  }
}

/**
 * @prettier
 */
/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
/* Timing */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.pricing-shared .quote.travel {
  top: 130px !important;
}
.pricing-shared ul.parent > li div.parent-module.checked div.parent-right {
  background: #E6E6E6;
}
.pricing-shared ul.parent > li div.parent-module.checked.cirrus-color {
  border-left-color: #156D97;
}
.pricing-shared ul.parent > li div.parent-module.checked.sepasoft-color {
  border-left-color: rgb(100, 155, 65);
}
.pricing-shared ul.parent > li div.parent-module.checked.edge-color {
  border-left-color: rgb(141, 206, 127);
}
.pricing-shared ul.parent > li div.parent-module.checked.solution-decline {
  border-left-color: rgb(220, 110, 77);
}
.pricing-shared ul.parent > li div.child-module.checked div.child-right {
  background: #E6E6E6;
}
.pricing-shared .toggle-wrapper .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  min-width: 40px;
}
.pricing-shared .toggle-wrapper .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-shared .toggle-wrapper .toggle-switch input:checked + .slider {
  background-color: #4A90AD;
}
.pricing-shared .toggle-wrapper .toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.pricing-shared .toggle-wrapper .toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #4A90AD;
}
.pricing-shared .toggle-wrapper .toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.pricing-shared .toggle-wrapper .toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.ia-orange {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  border: none;
  padding: 0 32px;
  height: 45px;
  border-radius: 3px;
  background-color: #F7901E;
  z-index: 2;
  font-size: 17px;
  font-weight: 400;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  width: none;
}
.ia-orange, .ia-orange:link, .ia-orange:hover, .ia-orange:focus, .ia-orange:active, .ia-orange:visited {
  color: #FFFFFF;
}
.ia-orange:hover, .ia-orange:focus {
  background: #f38409;
  text-decoration: none !important;
}
.ia-orange.disabled {
  background: #9B9B9B;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
.ia-orange span {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 21px;
  font-weight: 500;
}

/**
 * @prettier
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
div#wizard-wrapper.pricing-main {
  padding: 0;
  background: #f5f5f5;
}
div#wizard-wrapper.pricing-main .module-section-wrapper {
  padding-top: 0 !important;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main .module-section-wrapper {
    padding-top: 20px !important;
  }
}
div#wizard-wrapper.pricing-main #package-wrapper {
  background-image: url("/static/images/header/bg_img_hero.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  /* REMOVE THIS BEFORE PRODUCTION - OVERWRITE FOR ELEMENT THAT WILL NOT EXIST IN PRODUCTION */
  /* END */
}
div#wizard-wrapper.pricing-main #package-wrapper .main-heading {
  margin-bottom: 32px;
}
div#wizard-wrapper.pricing-main #package-wrapper .main-heading h1 {
  font-size: 48px !important;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 8px;
}
div#wizard-wrapper.pricing-main #package-wrapper .main-heading h2.pricing-orange-text {
  color: #f7901e !important;
  font-weight: 500;
  font-size: 32px !important;
  line-height: 40px;
  margin: 0 auto 24px;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main #package-wrapper .main-heading h2.pricing-orange-text {
    margin-bottom: 16px;
  }
}
div#wizard-wrapper.pricing-main #package-wrapper .main-heading p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  max-width: 640px;
  margin: 0 auto;
}
div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons {
  margin-bottom: 72px;
}
div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  padding: 12px 28px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a {
    padding: 12px 16px;
  }
}
div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a.ia-primary-button {
  margin-right: 16px;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a.ia-primary-button {
    outline: 1px solid #F7901E;
  }
}
div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a.ia-button-primary-outlined-1 {
  height: 44px;
  padding: 10px 16px;
  top: -2px;
  border: 0;
  outline: 2px solid #F7901E;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a.ia-button-primary-outlined-1 {
    padding: 12px 16px;
    top: 0;
    height: 48px;
  }
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons {
    margin-bottom: 32px;
  }
  div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a {
    width: 100% !important;
  }
  div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a.ia-primary-button {
    margin-right: 0;
  }
  div#wizard-wrapper.pricing-main #package-wrapper .hero-buttons a:first-of-type {
    margin-bottom: 8px;
  }
}
div#wizard-wrapper.pricing-main #package-wrapper .something-else p, div#wizard-wrapper.pricing-main #package-wrapper .something-else a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
}
div#wizard-wrapper.pricing-main #package-wrapper .something-else p {
  margin-bottom: 0;
}
div#wizard-wrapper.pricing-main #package-wrapper .something-else a {
  border-bottom: 1px solid #fff;
}
div#wizard-wrapper.pricing-main #package-wrapper::before {
  display: none;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main #package-wrapper .main-heading {
    margin-bottom: 40px;
  }
}
div#wizard-wrapper.pricing-main .partners-and-training {
  background-color: #fff;
  padding: 56px 0 96px 0;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main .partners-and-training {
    padding: 40px 0 56px 0;
  }
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-heading {
  margin-bottom: 56px;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main .partners-and-training .partners-training-heading {
    margin-bottom: 40px;
  }
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-heading h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 16px;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main .partners-and-training .partners-training-heading h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-heading p {
  margin: 0;
  font-size: 16px;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main .partners-and-training .partners-training-heading p {
    font-size: 15px;
  }
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution:not(:last-child) {
    margin-bottom: 40px;
  }
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution .solution-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 8px;
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution .solution-body {
  font-size: 15px;
  line-height: 24px;
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution .solution-body:last-child {
  margin-bottom: 0;
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution .solution-body:last-of-type:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution .solution-body {
    font-size: 14px;
    line-height: 20px;
  }
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution .solution-link {
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
  color: #4a90ad;
  display: inline-block;
}
div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution .solution-link:hover, div#wizard-wrapper.pricing-main .partners-and-training .partners-training-solution .solution-link:focus {
  text-decoration: underline;
}
div#wizard-wrapper.pricing-main .pricing-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url("/static/images/bg_img_footer.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 350px;
}
div#wizard-wrapper.pricing-main .pricing-footer h2,
div#wizard-wrapper.pricing-main .pricing-footer p,
div#wizard-wrapper.pricing-main .pricing-footer a {
  color: #ffffff !important;
}
div#wizard-wrapper.pricing-main .pricing-footer h2 {
  font-size: 32px !important;
  line-height: 40px !important;
  padding-bottom: 14px;
}
div#wizard-wrapper.pricing-main .pricing-footer p {
  font-size: 24px !important;
  line-height: 36px !important;
  padding-bottom: 22px;
}
div#wizard-wrapper.pricing-main .pricing-footer button {
  background-color: #f7931e;
  border-radius: 3px;
  padding: 12px 17px;
  font-size: 17px;
  line-height: 21px;
}
@media (max-width: 40.063em) {
  div#wizard-wrapper.pricing-main .pricing-footer {
    text-align: center;
    padding: 20px;
  }
  div#wizard-wrapper.pricing-main .pricing-footer h2 {
    font-size: 30px !important;
    line-height: 38px !important;
    padding-bottom: 7px;
  }
  div#wizard-wrapper.pricing-main .pricing-footer p {
    font-size: 20px !important;
    line-height: 32px !important;
    padding-bottom: 11px;
  }
}
div#wizard-wrapper.pricing-main .mobile-expand-toggle {
  height: 50px;
  padding: 0 15px;
  background-color: #f2f2f2;
}
div#wizard-wrapper.pricing-main .mobile-expand-toggle.expand-toggle {
  display: none;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  div#wizard-wrapper.pricing-main .mobile-expand-toggle.expand-toggle {
    display: flex;
  }
}
div#wizard-wrapper.pricing-main .expand-toggle {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 20px 0;
}
div#wizard-wrapper.pricing-main .expand-toggle p {
  font-size: 14px;
  line-height: 1;
  color: #9b9b9b;
  margin: 0 5px 0 0;
}

/**
 * @prettier
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.pricing-support .parent-module.redundancy {
  margin-top: 30px;
}
.pricing-support .parent-module.prioritycare {
  margin-top: 30px;
}
@media (max-width: 40.063em) {
  .pricing-support .parent-module.prioritycare {
    margin-top: 54px;
  }
}
.pricing-support .parent-module.prioritycare .module-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 40.063em) {
  .pricing-support .parent-module.prioritycare .module-banner {
    top: -52px;
  }
}
.pricing-support .parent-module.prioritycare .support-name {
  position: relative;
}
.pricing-support .parent-module.prioritycare .support-name:after {
  content: "Presale";
  position: absolute;
  margin-left: 10px;
  color: #ffffff;
  background-color: #f58f1e;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 8px;
  border-radius: 3px;
  line-height: 20px;
}
.pricing-support .parent-module.prioritycare .support-name.remove-presale:after {
  display: none;
}
.pricing-support .parent-module .module-banner {
  position: absolute;
  text-align: center;
  display: none;
  background-image: url("/static/images/PerspectiveBG@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -29px;
  width: calc(100% + 6.3px);
  left: -5px;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  z-index: 1;
}

/**
 * @prettier
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
/**
 * @prettier
 */
.pricing-nav-wrapper ::-webkit-scrollbar {
  display: none !important;
  width: 0;
  background: transparent;
  z-index: -1;
}
.pricing-nav-wrapper .pricing-nav {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 25px 0 0 0;
}
.pricing-nav-wrapper .pricing-nav.no-sub-nav > .row {
  padding-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .pricing-nav-wrapper .pricing-nav {
    padding: 1px 0 0 0;
  }
}
.pricing-nav-wrapper .pricing-nav.stick-to-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 999;
  -webkit-box-shadow: 0 2px 5px rgba(136, 136, 136, 0.5);
  box-shadow: 0 2px 5px rgba(136, 136, 136, 0.5);
}
.pricing-nav-wrapper .pricing-nav .nav-step-list {
  white-space: nowrap;
  padding: 0;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .nav-step {
  display: inline-block;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .nav-step a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  padding: 0 18px;
  font-size: 14px;
  line-height: 17px;
  color: #727272;
  overflow: visible;
  position: relative;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .nav-step a:hover, .pricing-nav-wrapper .pricing-nav .nav-step-list .nav-step a:focus {
  color: #4E4E4E;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .nav-step a.current {
  color: #4E4E4E;
  font-weight: bold;
  pointer-events: none;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .prev-btn,
.pricing-nav-wrapper .pricing-nav .nav-step-list .next-btn {
  display: inline-block;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .prev-btn a,
.pricing-nav-wrapper .pricing-nav .nav-step-list .next-btn a {
  display: inline-block;
  width: 75px;
  line-height: 33px;
  background-color: #F7901E;
  border-radius: 3px;
  color: #fff;
  vertical-align: middle;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .prev-btn a.imdisabled,
.pricing-nav-wrapper .pricing-nav .nav-step-list .next-btn a.imdisabled {
  background-color: #CCCCCB;
  pointer-events: none;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .prev-btn a:hover, .pricing-nav-wrapper .pricing-nav .nav-step-list .prev-btn a:focus,
.pricing-nav-wrapper .pricing-nav .nav-step-list .next-btn a:hover,
.pricing-nav-wrapper .pricing-nav .nav-step-list .next-btn a:focus {
  background-color: #E38025;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .prev-btn a img,
.pricing-nav-wrapper .pricing-nav .nav-step-list .next-btn a img {
  display: inline-block;
  margin-top: -2px;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .prev-btn img {
  margin-right: 8px;
}
.pricing-nav-wrapper .pricing-nav .nav-step-list .next-btn img {
  margin-left: 8px;
}
.pricing-nav-wrapper .pricing-nav .sub-nav {
  padding: 0;
  margin-top: 18px;
  height: 40px;
}
@media only screen and (max-width: 750px) {
  .pricing-nav-wrapper .pricing-nav .sub-nav {
    /* attempting to fix sub-nav Apr 28 2021 */
  }
}
@media (max-width: 40.063em) {
  .pricing-nav-wrapper .pricing-nav .sub-nav {
    /* attempting to fix sub-nav Apr 28 2021 */
  }
}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  margin-bottom: -40px;
  padding-bottom: 40px;
}
@-moz-document url-prefix() {}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list .link-wrapper {
  display: inline-block;
  color: #9b9b9b;
  font-size: 14px;
  line-height: 17px;
  border-right: 1px solid rgba(78, 78, 78, 0.3);
  height: 20px;
  padding: 0 18px;
}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list .link-wrapper:last-child {
  border-right: none;
}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list .link-wrapper:hover {
  color: #f7901e;
}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list .link-wrapper .link {
  display: inline-block;
  position: relative;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list .link-wrapper .link::after {
  content: "";
  display: block;
  width: 0;
  border-bottom: 5px solid;
  margin: 18px auto 0 auto;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list .link-wrapper .link:hover:after {
  width: 100%;
}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list .link-wrapper .link.active {
  color: #f7901e;
}
.pricing-nav-wrapper .pricing-nav .sub-nav .nav-link-list .link-wrapper .link.active::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 5px solid;
  margin: 18px auto 0 auto;
  -webkit-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.pricing-main .pricing-nav-wrapper .pricing-nav {
  box-shadow: 0 0 5px #C6C6C6;
}

.footer-nav-wrapper {
  height: 68px;
}
.footer-nav-wrapper #footer-nav {
  padding-left: 0 !important;
}
.footer-nav-wrapper #footer-nav .pre-next-buttons#price-nav-buttons {
  padding-right: 0 !important;
}
.footer-nav-wrapper .quote.mobile-quote.show-me {
  left: 0;
  bottom: 65px;
}
.footer-nav-wrapper .section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav-wrapper .section-wrapper .estimate-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 134px;
  flex: 1 0 134px;
}
.footer-nav-wrapper .section-wrapper .estimate-section .small-footer-nav {
  height: 64px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nav-wrapper .section-wrapper .estimate-section .small-footer-nav .footer-dropdown {
  flex: 0 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #c6c6c6;
}
.footer-nav-wrapper .section-wrapper .estimate-section .small-footer-nav .footer-dropdown img {
  transition: all 100ms;
  width: 12px;
  height: auto;
}
.footer-nav-wrapper .section-wrapper .estimate-section .small-footer-nav .footer-dropdown.activated img {
  transform: rotate(180deg);
}
.footer-nav-wrapper .section-wrapper .estimate-section .small-footer-nav .package-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0 0 10px;
}
.footer-nav-wrapper .section-wrapper .estimate-section .small-footer-nav .package-details .package-name {
  text-transform: uppercase;
  color: #4e4e4e;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 5px;
}
.footer-nav-wrapper .section-wrapper .estimate-section .small-footer-nav .package-details .mobile-package-total {
  text-transform: uppercase;
  color: #4e4e4e;
  font-size: 24px;
  line-height: 24px;
}
.footer-nav-wrapper .section-wrapper .mobile-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 165px;
  flex: 1 0 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 10px 0 0;
}
.footer-nav-wrapper .section-wrapper .mobile-nav #step {
  padding: 0 !important;
  font-weight: normal !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
.footer-nav-wrapper .section-wrapper .mobile-nav .pre-next-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.footer-nav-wrapper .section-wrapper .mobile-nav .pre-next-buttons .prev-btn,
.footer-nav-wrapper .section-wrapper .mobile-nav .pre-next-buttons .next-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  max-width: 50%;
}
.footer-nav-wrapper .section-wrapper .mobile-nav .pre-next-buttons .prev-btn a,
.footer-nav-wrapper .section-wrapper .mobile-nav .pre-next-buttons .next-btn a {
  right: unset !important;
}

.pricing-nav-next-tooltip {
  white-space: nowrap;
}

/**
 * @prettier
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.pricing-success .pricing-success-wrapper {
  background: #FFFFFF;
  padding: 50px 0 40px 0;
}
.pricing-success h3 {
  font-size: 21px !important;
  line-height: 32px !important;
  color: #455C6D !important;
  font-weight: 600 !important;
}
@media (max-width: 40.063em) {
  .pricing-success h3 {
    text-align: center;
  }
}
.pricing-success#wizard-wrapper h4 {
  font-size: 18px !important;
  line-height: 27px !important;
  color: #4f4f4f !important;
  font-weight: bold;
  display: inline-block !important;
  margin-bottom: 10px;
}
.pricing-success#wizard-wrapper h4.white {
  color: #FFFFFF !important;
}
.pricing-success p {
  font-size: 16px;
  line-height: 26px;
  color: #4f4f4f;
}
.pricing-success section {
  margin-bottom: 10px;
}
.pricing-success .customer-section {
  margin: 40px 0;
}
.pricing-success .your-information {
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1490196078);
  padding: 32px 32px;
  margin: 16px 16px 0;
}
@media (max-width: 40.063em) {
  .pricing-success .your-information {
    padding: 24px;
  }
}
.pricing-success .module-section .your-information {
  border-top-left-radius: 4px;
  border-top-right-right: 4px;
}
.pricing-success .total-quote-information {
  background: #445C6D;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1490196078);
  padding: 16px 32px 8px;
  margin: 0 16px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pricing-success .total-quote-information h4 {
  color: #FFFFFF !important;
}
.pricing-success .customer-info p {
  margin-bottom: 0;
}
.pricing-success .total-quote-information table td {
  background: #445C6D;
  border: 0 none;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0;
}
.pricing-success table {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-collapse: collapse;
}
.pricing-success table th,
.pricing-success table td {
  border: 1px solid #c6c6c6;
  border-collapse: collapse;
  color: #4f4f4f;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 5px 5px 20px;
  text-align: left;
}
.pricing-success table tr {
  height: 40px;
}
.pricing-success table tr th:first-child {
  width: 80%;
  border-right: none;
}
.pricing-success table tr th:last-child {
  border-left: none;
}
.pricing-success table tr td:first-child {
  width: 80%;
  border-right: none;
}
.pricing-success table tr td:last-child {
  border-left: none;
}
.pricing-success table .td-white {
  background-color: #FFFFFF;
}
.pricing-success table .td-grey {
  background-color: #F5F5F5;
}
.pricing-success .ia-green-btn {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  border: none;
  padding: 0 32px;
  height: 45px;
  border-radius: 3px;
  background-color: #8dc63e;
  z-index: 2;
  font-size: 17px;
  font-weight: 400;
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  color: #ffffff;
  width: none;
}
.pricing-success .ia-green-btn, .pricing-success .ia-green-btn:link, .pricing-success .ia-green-btn:hover, .pricing-success .ia-green-btn:focus, .pricing-success .ia-green-btn:active, .pricing-success .ia-green-btn:visited {
  color: #ffffff;
}
.pricing-success .ia-green-btn:hover, .pricing-success .ia-green-btn:focus {
  background: #80b535;
  text-decoration: none !important;
}
.pricing-success .ia-green-btn.disabled {
  background: #9B9B9B;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
.pricing-success .ia-green-btn span {
  font-size: 17px;
  color: #ffffff;
  line-height: 21px;
  font-weight: 500;
}
.pricing-success .start-new-quote {
  margin-top: 40px;
}
.pricing-success .start-new-quote .wrapper {
  padding: 25px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1490196078);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}
.pricing-success .start-new-quote .wrapper p {
  margin-bottom: 0;
  padding-right: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 40.063em) {
  .pricing-success .start-new-quote .wrapper p {
    text-align: center;
  }
}
.pricing-success .start-new-quote .wrapper a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 205px;
  flex: 0 0 205px;
}
@media screen and (max-width: 550px) {
  .pricing-success .start-new-quote .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .pricing-success .start-new-quote .wrapper a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .pricing-success .start-new-quote .wrapper p {
    margin-bottom: 15px;
  }
}
.pricing-success .width-auto {
  width: auto !important;
}

.pricing-success + div.footer-nav-wrapper {
  display: none !important;
}

.pricing-success .total-quote-information table tr td:first-child {
  width: 60%;
}
.pricing-success .total-quote-information table tr td:last-child {
  text-align: right;
}

@media (max-width: 40.063em) {
  .row .row {
    width: 100%;
  }
}
/**
 * @prettier
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.package-browser {
  border-radius: 5px;
  max-height: calc(100vh - 100px);
}
.package-browser .main-section {
  max-height: calc(100vh - 225px);
  overflow-y: scroll;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #0d3f6c;
}
.package-browser .main-section > div {
  background-image: url("/static/images/bg_img_packages.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-color: #0d3f6c;
}
.package-browser .main-section .sticky-placeholder {
  display: none;
  height: 60px;
}
.package-browser .main-section .modal-header {
  padding: 60px 0 30px 0;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .modal-header {
    padding: 82px 0 0;
  }
}
.package-browser .main-section .modal-header .header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-browser .main-section .modal-header .header-wrapper > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 15px;
}
.package-browser .main-section .modal-header .header-wrapper > div.ignition-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 275px;
  flex: 0 1 275px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.package-browser .main-section .modal-header .header-wrapper > div.ignition-logo .packages-header-label {
  display: none;
}
.package-browser .main-section .modal-header .header-wrapper > div.ignition-logo h3 {
  color: #ffffff !important;
  font-size: 1.2rem;
  margin-left: -10px;
  width: 80%;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .modal-header .header-wrapper > div.ignition-logo h3 {
    font-size: 14px;
    width: 100%;
    margin-left: 0;
  }
}
.package-browser .main-section .modal-header .header-wrapper > div img {
  margin-bottom: 20px;
}
.package-browser .main-section .modal-header .header-wrapper > div img.ignition-logo-dark {
  display: none;
}
.package-browser .main-section .modal-header .header-wrapper > div h4 {
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 4px 0;
}
.package-browser .main-section .modal-header .header-wrapper > div p {
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  margin: 0;
}
@media (min-width: 64.063em) {
  .package-browser .main-section .modal-header .header-wrapper > div p.ppd1 {
    padding: 0 12px;
  }
}
.package-browser .main-section .modal-header .header-wrapper > div p.pricing-usd {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.package-browser .main-section .modal-header .header-wrapper > div p.pricing-usd span {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 64.0005em) {
  .package-browser .main-section .modal-header .header-wrapper > div {
    padding: 0 5px;
  }
}
@media screen and (max-width: 760px) {
  .package-browser .main-section .modal-header .header-wrapper > div p.pricing-usd {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
  }
  .package-browser .main-section .modal-header .header-wrapper > div p.pricing-usd span {
    font-size: 12px;
    font-weight: 300;
  }
  .package-browser .main-section .modal-header .header-wrapper > div.ignition-logo {
    min-width: 85px;
    width: 25%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 40.063em) {
  .package-browser .main-section .modal-header .header-wrapper > div h4 {
    font-size: 14px;
  }
  .package-browser .main-section .modal-header .header-wrapper > div p.package-pricing-description {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .package-browser .main-section .modal-header .header-wrapper > div img {
    width: 37px;
  }
  .package-browser .main-section .modal-header .header-wrapper > div.ignition-logo img {
    width: 64px;
  }
}
.package-browser .main-section .modal-header.stuck {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 16px 0;
  background-color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  z-index: 2;
}
.package-browser .main-section .modal-header.stuck h3 {
  display: none;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .modal-header.stuck {
    border-top: 1px solid #c6c6c6;
    border-radius: 0;
    top: 58px;
    padding: 12px 0;
  }
}
.package-browser .main-section .modal-header.stuck .header-wrapper > div p {
  color: #4e4e4e;
  margin: 0;
  padding: 0;
}
.package-browser .main-section .modal-header.stuck .header-wrapper > div p.package-pricing-description,
.package-browser .main-section .modal-header.stuck .header-wrapper > div img {
  display: none;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .modal-header.stuck .header-wrapper > div img.ignition-logo-dark {
    display: block;
    width: 70px;
    margin-bottom: 10px;
  }
}
.package-browser .main-section .modal-header.stuck .header-wrapper > div h4 {
  color: #445c6d;
  font-weight: 600;
  margin: 0;
}
.package-browser .main-section .modal-header.stuck .header-wrapper > div.ignition-logo {
  align-items: flex-start;
}
.package-browser .main-section .modal-header.stuck .header-wrapper > div.ignition-logo .packages-header-label {
  display: inline-block;
  color: #9b9b9b;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .modal-header.stuck .header-wrapper > div.ignition-logo .packages-header-label {
    display: none;
  }
}
.package-browser .main-section .grid-section {
  margin-bottom: 50px;
}
.package-browser .main-section .grid-section .section-title {
  font-size: 18px;
  line-height: 1;
  color: #f7901e;
  font-weight: 500;
  margin-bottom: 25px;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .grid-section .section-title {
    font-size: 16px;
  }
}
.package-browser .main-section .grid-section .grid-wrapper {
  background-color: #f2f2f2;
  border-radius: 3px;
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row:last-child .grid-item {
  border-bottom: none;
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-height: 70px;
  height: auto;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 15px;
  color: #4a90ad;
  font-size: 14px;
  text-align: center;
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item:last-child {
  border-right: none;
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item.grid-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 275px;
  flex: 0 1 275px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 21px;
  color: #727272;
  text-align: left;
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item.grid-label .list-tool-tip {
  cursor: pointer;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item.grid-label {
    font-size: 10px;
    line-height: 18px;
    padding: 10px;
  }
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item:hover .list-tool-tip {
  opacity: 1;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item:hover .list-tool-tip {
    opacity: 0;
  }
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item .list-tool-tip {
  margin-left: auto;
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  padding-left: 5px;
}
@media (max-width: 40.063em) {
  .package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item .list-tool-tip {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 0;
  }
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item .not-included {
  color: #c6c6c6;
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item .text-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 16px;
  text-align: left;
}
@media screen and (max-width: 760px) {
  .package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item.grid-label {
    min-width: 85px;
    width: 25%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media (max-width: 40.063em) {
  .package-browser .main-section .grid-section .grid-wrapper .pricing-row .grid-item {
    font-size: 10px;
    min-height: 50px;
    padding: 5px;
    line-height: 1.2;
  }
}
.package-browser .main-section .grid-section .grid-wrapper .pricing-row.vision .grid-item:last-child {
  color: #9b9b9b;
}
.package-browser .footer-section {
  max-height: 125px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.package-browser .footer-section .row {
  background-color: #f2f2f2;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.package-browser .footer-section .no-pad-small {
  padding: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 40.063em) {
  .package-browser .footer-section {
    max-height: 100px;
  }
}
.package-browser .footer-section .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 102px;
  background-color: #ffffff;
  padding: 2px 0.9375em 6px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (max-width: 40.063em) {
  .package-browser .footer-section .footer-wrapper {
    padding: 0 0.9375em;
  }
}
.package-browser .footer-section .footer-wrapper .footer-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
}
.package-browser .footer-section .footer-wrapper .footer-item button {
  margin-bottom: 0;
}
@media (max-width: 40.063em) {
  .package-browser .footer-section .footer-wrapper .footer-item button {
    width: 48px;
    padding: 0;
    font-size: 14px;
    height: 30px;
  }
}
.package-browser .footer-section .footer-wrapper .footer-item p {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #4e4e4e;
  margin-bottom: 12px;
}
.package-browser .footer-section .footer-wrapper .footer-item p span {
  font-size: 14px;
  line-height: 24px;
  color: inherit;
  font-weight: normal;
}
@media (max-width: 40.063em) {
  .package-browser .footer-section .footer-wrapper .footer-item p {
    font-size: 14px;
  }
  .package-browser .footer-section .footer-wrapper .footer-item p span {
    font-size: 10px;
    line-height: 1;
    display: block;
    text-align: center;
  }
}
.package-browser .footer-section .footer-wrapper .footer-item.choose-a-package {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 275px;
  flex: 0 1 275px;
  font-size: 16px;
  line-height: 21px;
  color: #727272;
}
.package-browser .footer-section .footer-wrapper .footer-item.choose-a-package p {
  color: #4e4e4e;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .package-browser .footer-section .footer-wrapper .footer-item.choose-a-package p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (max-width: 760px) {
  .package-browser .footer-section .footer-wrapper .footer-item.choose-a-package p {
    margin-bottom: 2px;
  }
}
@media (max-width: 40.063em) {
  .package-browser .footer-section .footer-wrapper .footer-item.choose-a-package p {
    font-size: 12px;
    margin-bottom: -6px;
    line-height: 14px;
  }
}
.package-browser .footer-section .footer-wrapper .footer-item.choose-a-package span {
  color: #9b9b9b;
  font-style: italic;
  font-size: 10px;
  line-height: 12px;
  width: 80%;
  margin-right: auto;
}
@media (max-width: 64.0005em) {
  .package-browser .footer-section .footer-wrapper .footer-item.choose-a-package span {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .package-browser .footer-section .footer-wrapper .footer-item.choose-a-package span {
    display: none !important;
  }
}
@media (max-width: 40.063em) {
  .package-browser .footer-section .footer-wrapper .footer-item.choose-a-package {
    font-size: 10px;
    line-height: 14px;
  }
}
@media screen and (max-width: 760px) {
  .package-browser .footer-section .footer-wrapper .footer-item.choose-a-package {
    min-width: 80px;
    width: 25%;
    max-width: 140px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (max-width: 720px) {
  .package-browser .footer-section .footer-wrapper .footer-item.choose-a-package {
    max-width: 120px;
  }
}
@media (max-width: 40.063em) {
  .package-browser .footer-section .footer-wrapper .footer-item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 400px) {
  .package-browser .footer-section .footer-wrapper .footer-item {
    padding: 0;
    min-width: 60px;
    max-width: 80px;
  }
}
.package-browser .footer-section .footer-wrapper.modules-drivers-info {
  display: none;
}
@media screen and (max-width: 768px) {
  .package-browser .footer-section .footer-wrapper.modules-drivers-info {
    display: block;
    text-align: center;
    height: auto;
    background: #f2f2f2;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .package-browser .footer-section .footer-wrapper.modules-drivers-info span {
    color: #9b9b9b;
    font-style: italic;
    font-size: 10px;
    line-height: 12px !important;
    margin-right: auto;
    display: inline-block;
    padding: 12px 12px 12px 6px;
  }
}
@media screen and (max-width: 768px) and (max-width: 40.063em) {
  .package-browser .footer-section .footer-wrapper.modules-drivers-info span {
    display: block;
    text-align: center;
  }
}

@media (max-width: 64.0005em) {
  .blocker {
    padding: 10px;
  }
  .blocker .modal {
    width: 99%;
  }
}
.blocker .ia-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.blocker .ia-modal .mobile-modal-header {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #ffffff;
  padding: 17px 20px;
  z-index: 1;
}
.blocker .ia-modal .mobile-modal-header .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #455c6d;
}
@media (max-width: 40.063em) {
  .blocker .ia-modal .mobile-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 40.063em) {
  .blocker .ia-modal a.close-modal {
    display: none;
  }
}

.ie-detected {
  padding: 30px;
}
.ie-detected.modal {
  max-width: 600px;
}
@media (max-width: 40.063em) {
  .ie-detected {
    padding-top: 50px;
  }
}
.ie-detected h4 {
  color: #455c6d;
  line-height: 32px;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 20px;
}
.ie-detected p {
  font-size: 16px;
  line-height: 27px;
  margin: 0;
}
.ie-detected p a {
  font-size: inherit;
  line-height: inherit;
  color: #4a90ad;
  text-decoration: underline;
  white-space: nowrap;
}

.visualization-modal {
  border-radius: 5px;
}
.visualization-modal.modal {
  max-width: 600px;
}
.visualization-modal .modal-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 226px;
  padding: 40px;
  background: transparent -o-linear-gradient(201deg, #526794 0%, #0e4476 56%, #52374f 100%) 0% 0%;
  background: transparent linear-gradient(249deg, #526794 0%, #0e4476 56%, #52374f 100%) 0% 0%;
}
.visualization-modal .modal-hero img {
  flex: 0 1 500px;
  -ms-flex: 0 1 500px;
}
.visualization-modal .modal-body h2 {
  font-size: 20px !important;
  line-height: 32px !important;
  margin: 30px;
}
.visualization-modal .modal-body p {
  font-size: 16px !important;
  line-height: 27px !important;
  margin: 0 30px 56px 30px;
}
@media (max-width: 40.063em) {
  .visualization-modal a.close-modal {
    display: inline-block !important;
  }
}

.bulk-pricing {
  padding: 50px 50px 25px 50px;
}
.bulk-pricing.ia-modal {
  max-width: 654px;
}
.bulk-pricing h6 {
  font-size: 21px;
  line-height: 32px;
  color: #455c6d;
  margin: 0 0 20px 0;
}
.bulk-pricing h6 + p {
  font-size: 15px;
  line-height: 25px;
  color: #4f4f4f;
  margin: 0 0 25px 0;
}
.bulk-pricing .discount-grid {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}
.bulk-pricing .discount-grid .discount-item {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}
.bulk-pricing .discount-grid .discount-item:first-child {
  border-top: 1px solid #e3e3e3;
}
.bulk-pricing .discount-grid .discount-item p {
  font-size: 14px;
  line-height: 17px;
  color: #4e4e4e;
  margin: 0;
}
.bulk-pricing .discount-footer p {
  font-size: 13px;
  line-height: 21px;
  color: #727272;
  margin: 0;
}

.enterprise-form-modal .submission-thanks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 0 25px;
  height: 800px;
}
.enterprise-form-modal .submission-thanks h3 {
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 32px !important;
}
@media (max-width: 40.063em) {
  .enterprise-form-modal .submission-thanks {
    height: 620px;
  }
}
.enterprise-form-modal .modal-container {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #ffffff;
  padding: 0;
}
@media (max-width: 40.063em) {
  .enterprise-form-modal .modal-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
  }
}
.enterprise-form-modal .modal-container .contact-us-form {
  padding-top: 0;
  width: 60%;
}
.enterprise-form-modal .modal-container .contact-us-form .form-contents {
  width: 100%;
  padding: 25px;
}
.enterprise-form-modal .modal-container .contact-us-form .form-contents h3 {
  font-size: 20px !important;
  line-height: 32px !important;
}
.enterprise-form-modal .modal-container .contact-us-form .form-contents .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-top: 32px;
}
.enterprise-form-modal .modal-container .contact-us-form .form-contents .modal-footer .submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
}
.enterprise-form-modal .modal-container .contact-us-form .form-contents .modal-footer .submit-row .contact-button {
  background-color: #8dc63e;
  border-radius: 3px;
  font-size: 17px;
  line-height: 21px;
  color: #ffffff;
  padding: 12px 17px;
  margin-right: 21px;
}
.enterprise-form-modal .modal-container .contact-us-form .form-contents .modal-footer .submit-row .get-in-touch {
  line-height: 21px;
  font-size: 13px;
}
@media (max-width: 40.063em) {
  .enterprise-form-modal .modal-container .contact-us-form .form-contents .modal-footer .submit-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .enterprise-form-modal .modal-container .contact-us-form .form-contents .modal-footer .submit-row .contact-button {
    padding: 7px 40px;
    font-size: 13px;
  }
}
@media (max-width: 40.063em) {
  .enterprise-form-modal .modal-container .contact-us-form {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding: 0;
    width: 100%;
  }
  .enterprise-form-modal .modal-container .contact-us-form h3 {
    font-size: 18px !important;
  }
  .enterprise-form-modal .modal-container .contact-us-form p {
    margin-top: 30px;
    font-size: 13px !important;
  }
  .enterprise-form-modal .modal-container .contact-us-form form > label,
  .enterprise-form-modal .modal-container .contact-us-form select,
  .enterprise-form-modal .modal-container .contact-us-form span {
    font-size: 13px !important;
  }
  .enterprise-form-modal .modal-container .contact-us-form .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .enterprise-form-modal .modal-container .contact-us-form .button-row button {
    margin: 10px 0;
  }
  .enterprise-form-modal .modal-container .contact-us-form .button-row .get-in-touch {
    font-size: 10px !important;
  }
  .enterprise-form-modal .modal-container .contact-us-form .form-privacy-statement {
    font-size: 10px !important;
  }
}
.enterprise-form-modal .modal-container .modal-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  background: url("/static/images/bg_img_enterprise.jpg") no-repeat center 0;
  background-size: cover;
  width: 40%;
  padding: 30px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.enterprise-form-modal .modal-container .modal-hero .modal-video-container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 95px;
}
.enterprise-form-modal .modal-container .modal-hero .modal-video-container h2 {
  font-size: 24px !important;
  line-height: 27px !important;
  color: #ffffff !important;
  margin-bottom: 30px;
}
.enterprise-form-modal .modal-container .modal-hero .modal-video-container p {
  font-size: 16px !important;
  line-height: 23px !important;
  color: #ffffff !important;
}
.enterprise-form-modal .modal-container .modal-hero .modal-video-container .modal-video {
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 40.063em) {
  .enterprise-form-modal .modal-container .modal-hero .modal-video-container {
    margin-top: 0;
    margin-bottom: 0;
  }
  .enterprise-form-modal .modal-container .modal-hero .modal-video-container h2 {
    margin-bottom: 15px;
    margin-top: 100px;
  }
  .enterprise-form-modal .modal-container .modal-hero .modal-video-container p {
    padding: 20px;
  }
}
.enterprise-form-modal .modal-container .modal-hero .trusted-by-container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
.enterprise-form-modal .modal-container .modal-hero .trusted-by-container p {
  font-size: 14px !important;
  line-height: 23px !important;
  color: #ffffff !important;
  margin-bottom: 30px;
}
.enterprise-form-modal .modal-container .modal-hero .trusted-by-container .trusted-by {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.enterprise-form-modal .modal-container .modal-hero .trusted-by-container .trusted-by .trusted-by-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 40.063em) {
  .enterprise-form-modal .modal-container .modal-hero .trusted-by-container {
    padding-bottom: 40px;
  }
  .enterprise-form-modal .modal-container .modal-hero .trusted-by-container p {
    font-size: 12px !important;
  }
  .enterprise-form-modal .modal-container .modal-hero .trusted-by-container .trusted-by {
    width: 80%;
  }
  .enterprise-form-modal .modal-container .modal-hero .trusted-by-container .trusted-by .trusted-by-row {
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 64.0005em) {
  .enterprise-form-modal .modal-container .modal-hero {
    width: 60%;
  }
}
@media (max-width: 40.063em) {
  .enterprise-form-modal .modal-container .modal-hero {
    width: 100%;
    background: url("/static/images/modal-bg-mobile.png") no-repeat center 0;
    background-size: cover;
  }
}

.contact-form-only {
  max-width: 600px !important;
  max-height: calc(100vh - 225px);
  margin-top: 75px;
}
.contact-form-only .modal-container {
  width: 100%;
}
.contact-form-only .contact-us-form {
  width: 100% !important;
}
@media (max-width: 40.063em) {
  .contact-form-only {
    overflow-y: scroll;
    max-height: calc(100vh - 100px);
  }
}

@media only screen and (max-width: 460px) {
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    margin: 0 auto 4px;
    text-align: center;
  }
  .jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn.modal-button,
  .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn.modal-button {
    width: 210px;
    margin-bottom: 4px;
  }
  .jconfirm.jconfirm-white .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn.modal-button.edge-license-button,
  .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-box .jconfirm-buttons button.btn.modal-button.edge-license-button {
    width: auto;
    margin-bottom: 4px;
  }
}
/**
 * @prettier
 */
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/
.custom-pricing .client {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 40.063em) {
  .custom-pricing .client {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.custom-pricing .client .client-data {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-pricing .client .client-data p {
  font-size: 12px;
  line-height: 21px;
  color: #4e4e4e;
  margin: 0;
}
.custom-pricing .client .client-data p.title {
  font-size: 14px;
  font-weight: 400;
}
.custom-pricing .client .client-data .icon-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  width: 200px;
}
.custom-pricing .client .client-data .icon-group > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 38px !important;
  height: 38px;
  margin: 0;
}
.custom-pricing .client .client-data .icon-group > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
}
.custom-pricing .client .client-data .range-wrapper .range {
  position: relative;
  width: 100%;
  padding: 0 30px 0 0;
}
@media (max-width: 40.063em) {
  .custom-pricing .client .client-data .range-wrapper .range {
    padding: 0;
  }
}
.custom-pricing .client .client-data .range-wrapper .range input[type=range] {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  outline: none;
  background: -webkit-gradient(linear, left top, right top, from(#f7901e), color-stop(0%, #f7901e), color-stop(0%, #fafafa), to(#fafafa));
  background: -o-linear-gradient(left, #f7901e 0%, #f7901e 0%, #fafafa 0%, #fafafa 100%);
  background: linear-gradient(to right, #f7901e 0%, #f7901e 0%, #fafafa 0%, #fafafa 100%);
  border: solid 1px #c6c6c6;
  border-radius: 8px;
  -webkit-transition: background 450ms ease-in;
  -o-transition: background 450ms ease-in;
  transition: background 450ms ease-in;
}
.custom-pricing .client .client-data .range-wrapper .range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #c6c6c6;
  cursor: pointer;
  border-radius: 100%;
  margin-left: 1px;
}
.custom-pricing .client .client-data .range-wrapper .range input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  border-radius: 100%;
  margin-left: 1px;
}
.custom-pricing .client .client-data .range-wrapper .range input[type=range]:hover + .range-tool-tip {
  opacity: 1;
  z-index: 9999999999;
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip {
  background: #39464b;
  color: white;
  position: absolute;
  border-radius: 3px;
  left: 50%;
  bottom: 75px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  width: 80%;
  z-index: -1;
}
@media (max-width: 40.063em) {
  .custom-pricing .client .client-data .range-wrapper .range .range-tool-tip {
    width: 100%;
  }
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip p {
  color: white;
  font-size: 14px;
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip:after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 9px;
  border-style: solid;
  border-color: #39464b transparent transparent transparent;
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip .upgrade {
  height: 75px;
  background-color: #0a2342;
  background-image: url("/static/images/tip_gradient_bg.png");
  background-size: cover;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  text-align: center;
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip .main-copy {
  padding: 20px;
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip .main-copy .clients {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  margin-bottom: 10px;
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip .main-copy .body {
  margin-bottom: 15px;
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip .main-copy .total {
  line-height: 18px;
}
.custom-pricing .client .client-data .range-wrapper .range .range-tool-tip .main-copy .total span {
  color: #f7901e;
}
.custom-pricing .client .client-data .range-wrapper .range .step-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 20px;
  position: relative;
  width: calc(100% * (6/5) - 20px);
  margin-left: calc(calc(100% * (6/5) - 20px) / (6 * -2) + 10px);
}
.custom-pricing .client .client-data .range-wrapper .range .step-labels > span {
  color: #8e8e8e;
  margin: 0;
  text-align: center;
  font-size: 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: sans-serif;
}

/**
 * @prettier
 */
.edge-toggles > p {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  font-style: italic;
  margin: 30px 0;
}
.edge-toggles h5 {
  color: #4e4e4e !important;
  padding: 14px 0;
  font-style: italic;
}
.edge-toggles .toggle-section-wrapper {
  display: flex;
  flex-direction: column;
}
.edge-toggles .toggle-section-wrapper .edge-item:last-of-type {
  padding-bottom: 0;
}
.edge-toggles .toggle-section-wrapper .edge-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 0;
  position: relative;
}
.edge-toggles .toggle-section-wrapper .edge-item img {
  width: 40px;
  margin-right: 20px;
}
.edge-toggles .toggle-section-wrapper .edge-item .edge-copy {
  width: calc(100% - 45px - 40px);
}
.edge-toggles .toggle-section-wrapper .edge-item .edge-copy .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #4e4e4e;
  margin: 0;
}
.edge-toggles .toggle-section-wrapper .edge-item .edge-copy p {
  font-size: 15px;
  line-height: 24px;
  color: #666666;
  margin: 0;
  padding-right: 10px;
}
@media (max-width: 40.063em) {
  .edge-toggles .toggle-section-wrapper .edge-item .edge-copy p {
    font-size: 14px;
    overflow: hidden;
  }
}
@media (max-width: 40.063em) {
  .edge-toggles .toggle-section-wrapper .edge-item .edge-copy {
    width: calc(100% - 45px - 140px);
  }
}
@media screen and (max-width: 640px) {
  .edge-toggles .toggle-section-wrapper .edge-item {
    display: block;
    padding: 15px 0 5px;
  }
  .edge-toggles .toggle-section-wrapper .edge-item img {
    float: left;
    width: 45px;
    top: 8px;
    position: relative;
    display: block;
    padding-bottom: 50px;
  }
  .edge-toggles .toggle-section-wrapper .edge-item .edge-copy {
    width: calc(100% - 45px);
  }
}
.edge-toggles .toggle-section-wrapper .edge-item .toggle-switch {
  width: 40px;
  min-width: 40px;
}
@media (max-width: 40.063em) {
  .edge-toggles .toggle-section-wrapper .edge-item .toggle-switch {
    position: absolute;
    top: 28px;
    right: -2px;
  }
}
.edge-toggles .toggle-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
}
.edge-toggles .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.edge-toggles .toggle-switch input:checked + .slider {
  background-color: #42ba61;
}
.edge-toggles .toggle-switch input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}
.edge-toggles .toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #42ba61;
}
.edge-toggles .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.edge-toggles .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.ignition-platform .edge-toggles .edge-copy .title.edge-additional-info,
.edge-section .edge-toggles .edge-copy .title.edge-additional-info {
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
}

.edge-footer {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 20px 0 32px;
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
}
.edge-footer .license-wrapper {
  /* Chrome, Safari, Edge, Opera hides button on number input */
  /* Firefox */
}
.edge-footer .license-wrapper input::-webkit-outer-spin-button,
.edge-footer .license-wrapper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edge-footer .license-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.edge-footer .license-wrapper input {
  display: inline-block;
  width: 45px;
  border-radius: 3px;
  margin: 0;
  text-align: center;
}
.edge-footer .license-wrapper .title {
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  color: #4e4e4e;
}
.edge-footer .license-wrapper .title a {
  margin: 0 10px;
}
.edge-footer .title .info-icon {
  position: relative;
  top: -1px;
}

/**
 * @prettier
 */
.pricing-historian-description .wrapper {
  display: flex;
  flex-direction: column;
}
.pricing-historian-description .wrapper .item:last-of-type {
  padding-bottom: 0;
}
.pricing-historian-description .wrapper .item {
  display: flex;
  justify-content: normal;
  align-items: flex-start;
  padding: 0 0 16px;
  position: relative;
}
.pricing-historian-description .wrapper .item img {
  width: 40px;
  margin-right: 16px;
}
.pricing-historian-description .wrapper .item .item-text {
  width: calc(100% - 45px - 40px);
}
.pricing-historian-description .wrapper .item .item-text .title {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.pricing-historian-description .wrapper .item .item-text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #4e4e4e;
  margin: 0;
}
@media (max-width: 40.063em) {
  .pricing-historian-description .wrapper .item .item-text p {
    font-size: 14px;
    overflow: hidden;
  }
}
@media (max-width: 40.063em) {
  .pricing-historian-description .wrapper .item .item-text {
    width: calc(100% - 45px - 140px);
  }
}
@media screen and (max-width: 640px) {
  .pricing-historian-description .wrapper .item {
    display: block;
    padding: 15px 0 5px;
  }
  .pricing-historian-description .wrapper .item img {
    float: left;
    width: 45px;
    top: 8px;
    position: relative;
    display: block;
    padding-bottom: 50px;
  }
  .pricing-historian-description .wrapper .item .item-text {
    width: calc(100% - 45px);
  }
}

/*# sourceMappingURL=pricing_base.css.map */
