@charset "UTF-8";
/**
 * @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-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: 0.875em;
  font-weight: 300;
}

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 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 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;
  }
  .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.5em !important;
    line-height: 29px;
  }
  div.try-ignition-solutions p {
    font-size: 1.125em;
    line-height: 26px;
  }
  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;
  }
  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;
}

.educational-program-page .main-content-wrapper .uep-page-hero {
  padding-top: 5px;
  padding-bottom: 105px;
}
.educational-program-page .main-content-wrapper .uep-page-hero h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.educational-program-page .main-content-wrapper .uep-page-hero p {
  color: #4E4E4E;
}
.educational-program-page .main-content-wrapper .uep-page-hero .hero-subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}
.educational-program-page .main-content-wrapper .uep-page-hero .video-container {
  margin: 44px 0 30px;
}
.educational-program-page .main-content-wrapper .uep-page-hero .vid-description {
  font-size: 18px;
  margin-bottom: 30px;
}
.educational-program-page .main-content-wrapper .uep-page-hero .product-primary-button {
  min-width: 165px;
}
@media (max-width: 40.063em) {
  .educational-program-page .main-content-wrapper div.logo-quote-main {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 684px) and (min-width: 641px) {
  .educational-program-page .main-content-wrapper div.logo-quote-main .logo-quote-wrapper .right-quote .ctaArrow {
    padding-left: 32px !important;
  }
}
.educational-program-page .main-content-wrapper .inductive-university {
  padding-top: 100px;
}
.educational-program-page .main-content-wrapper .educational-licensing {
  padding-top: 50px;
}
.educational-program-page .main-content-wrapper .maker-edition {
  padding-top: 50px;
  padding-bottom: 100px;
}
.educational-program-page .main-content-wrapper .ia-left-right {
  padding: 0;
}
.educational-program-page .main-content-wrapper .ia-left-right h3 {
  margin-bottom: 15px;
}
.educational-program-page .main-content-wrapper .ia-left-right p {
  font-size: 18px;
  line-height: 30px;
}
.educational-program-page .main-content-wrapper .university-logos {
  padding: 100px 50px;
}
@media (max-width: 40.063em) {
  .educational-program-page .main-content-wrapper .university-logos {
    padding: 50px 0;
  }
}
.educational-program-page .main-content-wrapper .university-logos p {
  margin-top: 35px;
  line-height: 30px;
}
.educational-program-page .main-content-wrapper .university-logos a {
  text-decoration: underline #4A90AD;
}
.educational-program-page .main-content-wrapper .university-logos .university-logos-header p {
  font-size: 18px;
  margin-top: 16px;
  padding: 0 35px;
}
.educational-program-page .main-content-wrapper .university-logos p:nth-of-type(2) {
  font-size: 16px;
}
.educational-program-page .main-content-wrapper .university-logos .university-logo-image {
  margin-top: 0.9375em;
  margin-bottom: 0.9375em;
}
.educational-program-page .main-content-wrapper .program-application {
  background-color: #F2F2F2;
  padding: 90px 0;
}
.educational-program-page .main-content-wrapper .program-application h3 {
  margin-bottom: 16px;
}
.educational-program-page .main-content-wrapper .program-application p {
  font-size: 18px;
  line-height: 30px;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper {
  margin: 0 auto;
  max-width: 657px;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper textarea::placeholder {
  color: #ccc;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper input.error,
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper select.error {
  margin-bottom: 1rem;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper .error-msg {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px !important;
  margin-left: 1em !important;
  float: right;
  font-weight: 600;
  list-style-type: none;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper .error-msg li {
  color: red;
  font-size: 12px;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper .form-privacy-statement-container {
  margin-top: 34px;
  margin-bottom: 30px;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper .form-privacy-statement-container .form-privacy-statement {
  font-size: 12px;
  line-height: 1.5;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper #application-form-submit {
  max-width: 165px;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper #application-form-submit.processing {
  padding-right: 36px;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper #application-form-submit.processing + .fa-spinner {
  display: inline-block;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper #application-form-submit + .fa-spinner {
  display: none;
  position: relative;
  color: white;
  top: 1px;
  right: 56px;
  font-size: 20px;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper .error-message {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 25px;
  display: none;
  font-weight: bold;
  left: 200px;
  position: absolute;
  color: red;
}
.educational-program-page .main-content-wrapper .program-application .application-form-wrapper .error-message a {
  color: inherit !important;
  text-decoration: underline;
}
@media screen and (max-width: 641px) {
  .educational-program-page .main-content-wrapper .program-application .application-form-wrapper .error-message {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.educational-program-page .main-content-wrapper .program-application .thank-you-message p {
  font-weight: 600;
}
.educational-program-page .main-content-wrapper .program-application .hide-me {
  display: none;
}
.educational-program-page .main-content-wrapper .educational-engagement-faq {
  padding: 85px 0;
}
.educational-program-page .main-content-wrapper .educational-engagement-faq .text-center {
  margin-bottom: 55px;
}
.educational-program-page .main-content-wrapper .educational-engagement-faq .faq-arrow {
  height: 15px;
  width: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.educational-program-page .main-content-wrapper .educational-engagement-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);
}
.educational-program-page .main-content-wrapper .educational-engagement-faq p {
  border-bottom: 1px solid #D8D8D8;
  font-weight: 300;
}
.educational-program-page .main-content-wrapper .educational-engagement-faq .educational-engagement-accordion {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 15px 20px 15px 0;
  outline: none;
  box-shadow: none;
}
.educational-program-page .main-content-wrapper .educational-engagement-faq .educational-engagement-panel {
  display: none;
  border-bottom: none;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.educational-program-page .main-content-wrapper .educational-engagement-faq .educational-engagement-panel li {
  font-size: 14px;
}
.educational-program-page .main-content-wrapper .educational-engagement-faq .educational-engagement-panel p {
  border-bottom: none;
}

.solution-partner-program-page h2 {
  font-size: 27px !important;
  font-weight: 500 !important;
  letter-spacing: 0.25px !important;
  line-height: 36px !important;
  color: #445C6D !important;
  margin: 0 0 48px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page h2 {
    font-size: 24px !important;
    line-height: 29px !important;
    margin-bottom: 40px;
  }
}
.solution-partner-program-page .mobile-only-br {
  display: none;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .mobile-only-br {
    display: inline;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .tablet-up {
    display: none;
  }
}
.solution-partner-program-page .no-gutter {
  padding-left: unset;
  padding-right: unset;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .no-gutter-small {
    padding-left: unset;
    padding-right: unset;
  }
}
.solution-partner-program-page .main-content-wrapper * {
  letter-spacing: 0.1px;
  font-weight: 300;
}
.solution-partner-program-page .main-content-wrapper h5 {
  color: #4E4E4E !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  margin: 0 !important;
}
.solution-partner-program-page .main-content-wrapper h5 em {
  font-weight: 600 !important;
}
.solution-partner-program-page .main-content-wrapper .ia-breadcrumb {
  padding-top: 10px;
  margin-bottom: 48px;
  line-height: 17px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-breadcrumb {
    margin-bottom: 16px;
  }
}
.solution-partner-program-page .main-content-wrapper .ia-breadcrumb div div {
  font-size: 14px;
}
.solution-partner-program-page .main-content-wrapper .uep-page-hero {
  margin-bottom: 78px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .uep-page-hero {
    margin-bottom: 56px;
  }
}
.solution-partner-program-page .main-content-wrapper .uep-page-hero h3 {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .uep-page-hero h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
.solution-partner-program-page .main-content-wrapper .uep-page-hero p {
  color: #4E4E4E;
  margin-bottom: 16px;
}
.solution-partner-program-page .main-content-wrapper .uep-page-hero .hero-subheading {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 38px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .uep-page-hero .hero-subheading {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}
.solution-partner-program-page .main-content-wrapper .uep-page-hero .program-description {
  font-size: 18px;
  line-height: 30px;
}
.solution-partner-program-page .main-content-wrapper div.solution-partners-main {
  margin-bottom: 32px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.solution-partners-main {
    margin-bottom: 0;
  }
}
.solution-partner-program-page .main-content-wrapper div.solution-partners-main h4 {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 36px;
  color: #445C6D;
  margin: 0 0 48px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.solution-partners-main h4 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
  }
}
.solution-partner-program-page .main-content-wrapper .card {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 64px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .card {
    padding: 15px;
    margin-bottom: 40px;
  }
}
.solution-partner-program-page .main-content-wrapper .card h5 {
  margin-bottom: 0 !important;
}
.solution-partner-program-page .main-content-wrapper .card .contact {
  font-size: 16px !important;
  line-height: 26px !important;
  margin-bottom: 8px;
}
.solution-partner-program-page .main-content-wrapper .card .contact a {
  border: none;
}
.solution-partner-program-page .main-content-wrapper .card .contact a:hover {
  text-decoration: underline;
}
.solution-partner-program-page .main-content-wrapper .card p {
  margin-bottom: 8px;
}
.solution-partner-program-page .main-content-wrapper .ia-left-right {
  padding: 0;
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .left {
  padding: 0;
  width: 32.75%;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-left-right .left {
    width: 100%;
  }
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .left.image-container {
  aspect-ratio: 1/1;
  background-color: white;
  border-radius: 16px;
  max-width: 245px;
  align-self: start;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-left-right .left.image-container {
    margin: 5px auto 24px auto;
  }
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .left.image-container.sepasoft-logo, .solution-partner-program-page .main-content-wrapper .ia-left-right .left.image-container.opto-logo {
  padding: 0 2.35%;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-left-right .left.image-container.sepasoft-logo, .solution-partner-program-page .main-content-wrapper .ia-left-right .left.image-container.opto-logo {
    padding: 0 17.5px;
  }
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .left.image-container.fourir-logo img {
  max-width: 121px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .left.stack-logo {
  max-width: 245px;
}
@media (min-width: 120.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-left-right .left.stack-logo {
    max-width: unset;
  }
  .solution-partner-program-page .main-content-wrapper .ia-left-right .left.stack-logo img {
    max-width: 245px;
    margin: 0 auto;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-left-right .left.stack-logo {
    width: 240px;
    margin: 25px auto 24px auto;
  }
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .left.consulting-logo {
  max-width: 176px;
  margin: 0 auto;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-left-right .left.consulting-logo {
    width: 170px;
    margin: 25px 0 24px;
  }
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .right {
  padding-left: 58px;
  width: 67.25%;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-left-right .right {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper .ia-left-right .right.text-container {
    margin-bottom: 24px;
  }
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .right.text-container p.description {
  font-size: 16px !important;
  line-height: 26px !important;
}
.solution-partner-program-page .main-content-wrapper .ia-left-right .right.text-container a.link-with-arrow {
  font-weight: 500;
}
.solution-partner-program-page .main-content-wrapper div.benefits {
  margin-bottom: 76px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.benefits {
    margin-bottom: 48px;
  }
}
.solution-partner-program-page .main-content-wrapper div.benefits h5 {
  margin-bottom: 48px !important;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.benefits h5 {
    font-size: 16px !important;
    line-height: 26px !important;
    margin-bottom: 32px !important;
  }
}
@media (max-width: 40.063em) and (min-width: 436px) {
  .solution-partner-program-page .main-content-wrapper div.benefits .small-bullet-max {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 435px) {
  .solution-partner-program-page .main-content-wrapper div.benefits .small-bullet-max {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 40.063em) and (min-width: 436px) {
  .solution-partner-program-page .main-content-wrapper div.benefits .image-column {
    width: auto;
    float: none;
  }
}
.solution-partner-program-page .main-content-wrapper div.benefits .image {
  width: 70px;
  height: 56px;
  margin: 0 auto 16px auto;
  text-align: center;
}
@media (max-width: 40.063em) and (min-width: 436px) {
  .solution-partner-program-page .main-content-wrapper div.benefits .image {
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 435px) {
  .solution-partner-program-page .main-content-wrapper div.benefits .image {
    margin: 0 0 32px auto;
    text-align: right;
  }
}
@media (max-width: 40.063em) and (min-width: 436px) {
  .solution-partner-program-page .main-content-wrapper div.benefits .text-column {
    width: auto;
    min-width: 340px;
    float: none;
  }
}
.solution-partner-program-page .main-content-wrapper div.benefits .text {
  max-width: 230px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 40.063em) and (min-width: 436px) {
  .solution-partner-program-page .main-content-wrapper div.benefits .text {
    max-width: none;
    margin-left: 16px;
    text-align: left;
  }
  .solution-partner-program-page .main-content-wrapper div.benefits .text .no-tablet-br {
    display: none;
  }
}
@media (max-width: 435px) {
  .solution-partner-program-page .main-content-wrapper div.benefits .text {
    display: flex;
    align-items: center;
    height: 56px;
    max-width: 200px;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 32px;
  }
}
.solution-partner-program-page .main-content-wrapper div.benefits .text p {
  margin-bottom: 0;
}
.solution-partner-program-page .main-content-wrapper div.head-shot-quote {
  padding: 0;
  margin: 100px 0 86px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.head-shot-quote {
    margin: 46px 0 48px 0;
  }
}
@media (min-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.head-shot-quote .headshot-column {
    padding-left: 0;
  }
}
.solution-partner-program-page .main-content-wrapper div.head-shot-quote .headshot {
  border-radius: 50%;
  width: 150px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.head-shot-quote .headshot {
    margin-bottom: 50px;
  }
}
.solution-partner-program-page .main-content-wrapper div.head-shot-quote .quote-text-offset {
  letter-spacing: 0.25px;
  padding-left: 12.5px;
  margin: -2px 0 12px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.head-shot-quote .quote-text-offset {
    padding-left: 0;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.head-shot-quote .quote-text {
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.solution-partner-program-page .main-content-wrapper div.head-shot-quote .quote-name {
  color: #4e4e4e;
  margin-bottom: 4px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.head-shot-quote .quote-name {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }
}
.solution-partner-program-page .main-content-wrapper div.head-shot-quote .quote-title {
  color: #4e4e4e;
  margin-bottom: 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .main-content-wrapper div.head-shot-quote .quote-title {
    font-size: 12px;
    line-height: 18px;
  }
}
.solution-partner-program-page .grid-resources {
  margin-top: 47px;
}
.solution-partner-program-page .grid-resources .grid-listing {
  display: grid;
  grid-template-columns: repeat(3, 33.33fr);
  grid-auto-rows: minmax(495px, auto);
  grid-row-gap: 50px;
  grid-column-gap: 30px;
  margin-bottom: 65px;
}
@media print, screen and (max-width: 768px) {
  .solution-partner-program-page .grid-resources .grid-listing {
    grid-template-columns: repeat(2, 50fr);
    grid-row-gap: 10px;
  }
}
@media (max-width: 540px) {
  .solution-partner-program-page .grid-resources .grid-listing {
    grid-template-columns: 100fr;
    grid-auto-rows: minmax(495px, auto);
    grid-row-gap: 15px;
    margin-bottom: 15px;
  }
}
.solution-partner-program-page .grid-resources .card {
  padding: 0;
  width: auto;
  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;
  min-height: 500px;
  background-color: #fff;
  cursor: pointer;
  -webkit-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, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media (min-width: 64.063em) and (max-width: 120.0005em) {
  .solution-partner-program-page .grid-resources .card:not(.placeholder):not(.slick-slide):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;
  }
}
.solution-partner-program-page .grid-resources .card:not(.placeholder):not(.slick-slide):hover .title, .solution-partner-program-page .grid-resources .card:not(.placeholder):not(.slick-slide):hover .card-cta {
  text-decoration: underline;
}
@media (max-width: 64.0005em) {
  .solution-partner-program-page .grid-resources .card {
    margin: 0 0 18px;
  }
}
@media (min-width: 541px) and (max-width: 640px) {
  .solution-partner-program-page .grid-resources .card {
    margin: 0 0 18px;
  }
}
@media (max-width: 540px) {
  .solution-partner-program-page .grid-resources .card {
    margin: 0 0;
  }
}
.solution-partner-program-page .grid-resources .card .thumbnail {
  display: block;
  position: relative;
  width: 100%;
  height: 1px;
  padding-bottom: 56.25%;
  background-color: #9b9b9b;
  background-size: cover;
  background-position: center center;
}
.solution-partner-program-page .grid-resources .card .card-detail {
  padding: 20px 30px 80px;
}
.solution-partner-program-page .grid-resources .card .card-detail .content-type-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.solution-partner-program-page .grid-resources .card .card-detail .content-type-label .icon {
  background-image: url("/static/images/icons/TileIcon-ICC.svg");
  background-color: #FFFFFF !important;
  width: 31px;
  height: 31px;
  margin-right: 10px;
  border-radius: 50%;
  flex: none;
}
.solution-partner-program-page .grid-resources .card .card-detail .content-type-label .content-types-label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.solution-partner-program-page .grid-resources .card .card-detail .content-type-label .content-types-label-text span.content-types-label-heading {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.solution-partner-program-page .grid-resources .card .card-detail .content-type-label .content-types-label-text span.subtype, .solution-partner-program-page .grid-resources .card .card-detail .content-type-label .content-types-label-text span.industry {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 15px;
  font-style: italic;
  text-transform: none;
}
.solution-partner-program-page .grid-resources .card .card-detail .title {
  color: #445C6D !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
}
.solution-partner-program-page .grid-resources .card .card-detail .body {
  color: #4E4E4E !important;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .grid-resources .card .card-detail .body {
    font-size: 12px;
    line-height: 15px;
  }
}
.solution-partner-program-page .grid-resources .card .footnote {
  color: #9b9b9b !important;
  font-size: 12px;
  font-style: italic;
  line-height: 17px;
  margin-bottom: 6px;
  position: absolute;
  bottom: 49px;
  left: 30px;
}
.solution-partner-program-page .grid-resources .card .card-cta {
  color: #4A90AD !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin-bottom: 0;
}
.solution-partner-program-page .grid-resources .card.icc .card-detail .icon {
  background-image: url("/static/images/icons/TileIcon-ICC.svg");
}
.solution-partner-program-page .grid-resources .card.icc .card-detail .content-types-label-text .content-types-label-heading, .solution-partner-program-page .grid-resources .card.icc .card-detail .content-types-label-text .subtype, .solution-partner-program-page .grid-resources .card.icc .card-detail .content-types-label-text .pipe, .solution-partner-program-page .grid-resources .card.icc .card-detail .content-types-label-text .industry {
  color: #4F66A8;
}
.solution-partner-program-page .grid-resources .card.webinar .card-detail .icon {
  background-image: url("/static/images/icons/TileIcon-Webinar.svg");
}
.solution-partner-program-page .grid-resources .card.webinar .card-detail .content-types-label-text .content-types-label-heading, .solution-partner-program-page .grid-resources .card.webinar .card-detail .content-types-label-text .subtype, .solution-partner-program-page .grid-resources .card.webinar .card-detail .content-types-label-text .pipe, .solution-partner-program-page .grid-resources .card.webinar .card-detail .content-types-label-text .industry {
  color: #4AA99D;
}
.solution-partner-program-page .grid-resources .card.podcast .card-detail .icon {
  background-image: url("/static/images/icons/TileIcon-Podcast.svg");
}
.solution-partner-program-page .grid-resources .card.podcast .card-detail .content-types-label-text .content-types-label-heading, .solution-partner-program-page .grid-resources .card.podcast .card-detail .content-types-label-text .subtype, .solution-partner-program-page .grid-resources .card.podcast .card-detail .content-types-label-text .pipe, .solution-partner-program-page .grid-resources .card.podcast .card-detail .content-types-label-text .industry {
  color: #AE7DB2;
}
.solution-partner-program-page .grid-resources .card.video .card-detail .icon {
  background-image: url("/static/images/icons/TileIcon-Video.svg");
}
.solution-partner-program-page .grid-resources .card.video .card-detail .content-types-label-text .content-types-label-heading, .solution-partner-program-page .grid-resources .card.video .card-detail .content-types-label-text .subtype, .solution-partner-program-page .grid-resources .card.video .card-detail .content-types-label-text .pipe, .solution-partner-program-page .grid-resources .card.video .card-detail .content-types-label-text .industry {
  color: #57A94F;
}
.solution-partner-program-page .grid-resources .card.case-study .card-detail .icon {
  background-image: url("/static/images/icons/TileIcon-CaseStudy.svg");
  background-color: #FEF1DE;
}
.solution-partner-program-page .grid-resources .card.case-study .card-detail .content-types-label-text .content-types-label-heading, .solution-partner-program-page .grid-resources .card.case-study .card-detail .content-types-label-text .subtype, .solution-partner-program-page .grid-resources .card.case-study .card-detail .content-types-label-text .pipe, .solution-partner-program-page .grid-resources .card.case-study .card-detail .content-types-label-text .industry {
  color: #F49E1E !important;
}
.solution-partner-program-page .grid-resources .card.article .card-detail .icon {
  background-image: url("/static/images/icons/TileIcon-Article.svg");
  background-color: #E5EFF3;
}
.solution-partner-program-page .grid-resources .card.article .card-detail .content-types-label-text .content-types-label-heading, .solution-partner-program-page .grid-resources .card.article .card-detail .content-types-label-text .subtype, .solution-partner-program-page .grid-resources .card.article .card-detail .content-types-label-text .pipe, .solution-partner-program-page .grid-resources .card.article .card-detail .content-types-label-text .industry {
  color: #4A90AD !important;
}
.solution-partner-program-page.fourir-page .fourir-hero p.hero-subheading img {
  margin: 8px auto 4px;
  width: 164px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page .fourir-hero p.hero-subheading img {
    margin: 12px auto;
    width: 120px;
  }
}
.solution-partner-program-page.fourir-page .fourir-hero .program-description {
  padding: 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page div.benefits {
    margin-bottom: 2px;
  }
}
.solution-partner-program-page.fourir-page div.benefits .fourir-bullet-row {
  padding-top: 20px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page div.benefits .fourir-bullet-row {
    padding-top: 0;
  }
}
.solution-partner-program-page.fourir-page div.benefits .fourir-bullet-row h5 {
  margin-bottom: 0 !important;
}
.solution-partner-program-page.fourir-page div.benefits .fourir-bullet-row img {
  padding-top: 0;
}
.solution-partner-program-page.fourir-page hr.main {
  margin-top: 20px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page h3 {
    font-weight: 500;
  }
}
.solution-partner-program-page.fourir-page h3.major-features-heading {
  font-weight: 400;
  letter-spacing: 1px;
}
.solution-partner-program-page.fourir-page .enterprise-grade {
  background: rgba(0, 0, 0, 0) url("/static/images/backgrounds/4IRSolutions-BG.jpg") no-repeat center center/cover;
  margin-bottom: 72px;
  min-height: 650px;
  padding-top: 75px;
  padding-bottom: 45px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page .enterprise-grade {
    margin-bottom: 44px;
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 56px;
  }
}
.solution-partner-program-page.fourir-page .enterprise-grade h2 {
  color: #FFFFFF !important;
  font-weight: 300 !important;
  margin-bottom: 15px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page .enterprise-grade h2 {
    font-size: 21px !important;
    line-height: 28px !important;
  }
}
.solution-partner-program-page.fourir-page .enterprise-grade p {
  color: #FFFFFF !important;
  font-size: 18px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.solution-partner-program-page.fourir-page .enterprise-grade .eg-video {
  margin: 24px auto;
}
.solution-partner-program-page.fourir-page .enterprise-grade div#fourir-video {
  margin: 28px auto 38px;
}
.solution-partner-program-page.fourir-page .enterprise-grade .video-container {
  max-width: 656px;
  margin: 0 auto;
  text-align: center;
}
.solution-partner-program-page.fourir-page .enterprise-grade .video-container a {
  background-image: url("/static/images/enterprise/overview-video-cover.png");
  margin-bottom: 50px;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.solution-partner-program-page.fourir-page .solution-partners-main .image-container {
  background-color: transparent;
}
.solution-partner-program-page.fourir-page .solution-partners-main .image-container.sepasoft-logo, .solution-partner-program-page.fourir-page .solution-partners-main .image-container.fourir-logo {
  padding: 0;
  margin: auto;
  vertical-align: middle;
}
.solution-partner-program-page.fourir-page .solution-partners-main .image-container img {
  min-height: 1px;
  margin: 0 auto;
  padding: 0 12px;
  width: 100%;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page .solution-partners-main .image-container {
    margin: 5px auto 24px auto;
    height: 84px;
  }
}
.solution-partner-program-page.fourir-page .fourir-services {
  margin-top: 60px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page .fourir-services {
    margin-top: 40px;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page .fourir-services .ia-left-right {
    justify-content: center;
  }
}
.solution-partner-program-page.fourir-page .fourir-services .image-container {
  background-color: transparent;
}
.solution-partner-program-page.fourir-page .fourir-resources {
  margin: 80px auto 16px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.fourir-page .fourir-resources {
    margin: 40px auto;
  }
}
.solution-partner-program-page.fourir-page .fourir-power {
  background: rgba(0, 0, 0, 0) url("/static/images/backgrounds/4IRSolutions-Footer.jpg") no-repeat center center/cover;
}
.solution-partner-program-page .page-footer {
  margin-bottom: 0;
  min-height: 350px;
  padding-top: 72px;
  padding-bottom: 80px;
}
.solution-partner-program-page .page-footer h2 {
  color: #FFFFFF !important;
  font-size: 32px !important;
  line-height: 40px !important;
  margin-bottom: 15px !important;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .page-footer h2 {
    font-size: 24px !important;
    line-height: 29px !important;
  }
}
.solution-partner-program-page .page-footer p {
  color: #FFFFFF !important;
  font-size: 24px;
  line-height: 36px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page .page-footer p {
    font-size: 18px;
    line-height: 26px;
  }
}
.solution-partner-program-page .page-footer a {
  font-size: 17px;
  line-height: 21px;
  font-weight: 500;
  margin-top: 12px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-hero {
    margin-bottom: 32px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero h3,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero h3, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero h3,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-hero h3 {
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 32px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero h3,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero h3, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero h3,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-hero h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero .hero-subheading,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .hero-subheading, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero .hero-subheading,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .hero-subheading {
  margin-bottom: 48px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero .hero-subheading,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .hero-subheading, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero .hero-subheading,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .hero-subheading {
    margin-bottom: 40px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero .hero-subheading img,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .hero-subheading img, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero .hero-subheading img,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .hero-subheading img {
  padding: 0 22.6%;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero .hero-subheading img,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .hero-subheading img, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero .hero-subheading img,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .hero-subheading img {
    padding: 0 15%;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero .program-description,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .program-description, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero .program-description,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .program-description {
  padding: 0 5%;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-hero .program-description,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .program-description, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-hero .program-description,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .program-description {
    padding: 0;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .hero-subheading img, .solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .hero-subheading img {
  padding: 0;
  height: 36px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .hero-subheading img, .solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .hero-subheading img {
    height: 22px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-hero .program-description, .solution-partner-program-page.opto-page .main-content-wrapper .opto-hero .program-description {
  padding: 0 1%;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .benefits, .solution-partner-program-page.opto-page .main-content-wrapper .benefits {
    margin-bottom: 0;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .benefits .small-2-col-bullet-list-wrapper, .solution-partner-program-page.opto-page .main-content-wrapper .benefits .small-2-col-bullet-list-wrapper {
  padding-bottom: 25px;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .benefits .small-2-col-bullet-list-wrapper h4, .solution-partner-program-page.opto-page .main-content-wrapper .benefits .small-2-col-bullet-list-wrapper h4 {
  margin-bottom: 36px;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .benefits .sepasoft-bullet-row h5,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .benefits .opto-bullet-row h5, .solution-partner-program-page.opto-page .main-content-wrapper .benefits .sepasoft-bullet-row h5,
.solution-partner-program-page.opto-page .main-content-wrapper .benefits .opto-bullet-row h5 {
  margin-bottom: 0 !important;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .benefits .sepasoft-bullet-row img,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .benefits .opto-bullet-row img, .solution-partner-program-page.opto-page .main-content-wrapper .benefits .sepasoft-bullet-row img,
.solution-partner-program-page.opto-page .main-content-wrapper .benefits .opto-bullet-row img {
  padding-top: 0;
  margin-top: 8px;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features-heading, .solution-partner-program-page.opto-page .main-content-wrapper .major-features-heading {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features-heading, .solution-partner-program-page.opto-page .main-content-wrapper .major-features-heading {
    font-size: 13px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features, .solution-partner-program-page.opto-page .main-content-wrapper .major-features {
  background: rgba(0, 0, 0, 0) url("/static/images/backgrounds/Sepasoft-Solutions-BG.JPG") no-repeat center center/cover;
  height: auto;
  padding-top: 96px;
  margin-bottom: 56px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features, .solution-partner-program-page.opto-page .main-content-wrapper .major-features {
    padding-top: 44px;
    margin-bottom: 45px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .row, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .row {
  position: static;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features h3, .solution-partner-program-page.opto-page .main-content-wrapper .major-features h3 {
  line-height: 36px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features h3, .solution-partner-program-page.opto-page .main-content-wrapper .major-features h3 {
    font-size: 21px;
    line-height: 28px;
    padding: 0 5%;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .small-info-paragraph, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .small-info-paragraph {
  padding: 18px 0 24px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .small-info-paragraph, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .small-info-paragraph {
    padding: 14px 0 8px 0 !important;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .small-info-paragraph p, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .small-info-paragraph p {
  color: white;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .small-info-paragraph p, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .small-info-paragraph p {
    font-size: 16px;
    line-height: 25.6px;
    padding: 0 2.5%;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .major-image .row, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .major-image .row {
  position: relative;
  bottom: -5px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .major-image .row, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .major-image .row {
    bottom: 0;
  }
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .major-image .row .image-column, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .major-image .row .image-column {
    padding: 0 10px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .major-features .major-image img, .solution-partner-program-page.opto-page .main-content-wrapper .major-features .major-image img {
  margin: 0 auto;
  max-width: 764px;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list {
  padding-bottom: 42px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list {
    padding: 0 0 35px 0;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list .bullet, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list .bullet {
  margin-bottom: 44px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list .bullet, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list .bullet {
    margin-bottom: 32px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list p, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules.small-3-col-bullet-list p {
  margin: 7px 2px 8px 0;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules h3, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules h3 {
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
  margin: 48px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules h3, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules h3 {
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 42px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules .row .row, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules .row .row {
  margin: 0;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules .feature-image, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules .feature-image {
  text-align: left;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules .feature-image img, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules .feature-image img {
  margin-top: 0;
  width: 40px;
  height: auto;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules .feature-text, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules .feature-text {
  float: left;
  padding: 0 0 0 7px;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules .feature-text h5, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules .feature-text h5 {
  font-weight: 500 !important;
  line-height: 24px !important;
  margin-right: 16px !important;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-modules .feature-text a, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-modules .feature-text a {
  color: #4A90AD;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main {
  margin: 60px 0 95px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main {
    margin: 20px 0 44px 0;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper div, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper div {
  padding-top: 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .headshot-image, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .headshot-image {
    align-items: center;
    padding: 45px 0;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .headshot-image img, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .headshot-image img {
  width: 100%;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .headshot-image img, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .headshot-image img {
    width: 50%;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote {
    margin-bottom: 20px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote h3, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote h3 {
  margin: 0 0 14px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote h3, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote h3 {
    margin: 0 5px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .attribution, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .attribution {
  position: absolute;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .attribution, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .attribution {
    position: static;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .name, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .name {
  font-size: 1em;
  font-style: italic;
  line-height: 21px;
  color: #445C6D;
  margin-bottom: 0;
  font-weight: 300;
  margin-left: -12.5px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .name, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .name {
    font-size: 14px;
    margin: 10px 0 0 0;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .position, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .main-quote .position {
  font-size: 0.875em;
  font-style: italic;
  line-height: 21px;
  color: #445C6D;
  font-weight: 300;
  margin: 0;
}
@media (min-width: 40.063em) and (max-width: 64.0005em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote {
    padding-left: 45px;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote {
    padding: 24px 12.5% 0 12.5%;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote p, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote p {
  margin-bottom: 10px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote p, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote p {
    margin-bottom: 0;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote .wistia_embed div:first-child, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote .wistia_embed div:first-child {
  display: block;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote a.link-with-arrow, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote a.link-with-arrow {
  margin-top: 8px;
  margin-right: -20px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote a.link-with-arrow, .solution-partner-program-page.opto-page .main-content-wrapper .logo-quote-main .logo-quote-wrapper .right-quote a.link-with-arrow {
    margin-right: 25px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-resources,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-resources, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-resources,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-resources {
  margin-top: 96px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-resources,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-resources, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-resources,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-resources {
    margin-top: 72px;
    margin-bottom: 56px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer {
  background: rgba(0, 0, 0, 0) url("/static/images/backgrounds/Sepasoft-Footer.jpg") no-repeat center center/cover;
  padding-top: 80px;
  padding-bottom: 68px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-footer {
    background-image: url("/static/images/backgrounds/Sepasoft-Solutions-BG.JPG");
    padding: 50px 0;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer h2,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer h2, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer h2,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer h2 {
  padding: 0 15px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer h2,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer h2, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer h2,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-footer h2 {
    padding: 0 20px;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer p,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer p, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer p,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-footer p {
    padding: 0;
    margin: 10px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer .ia-primary-button,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer .ia-primary-button, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer .ia-primary-button,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer .ia-primary-button {
  padding: 20px 32px;
  margin-bottom: 8px;
  border: 2px solid transparent;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer .ia-primary-button,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer .ia-primary-button, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer .ia-primary-button,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-footer .ia-primary-button {
    padding: 0;
    width: 182px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer .price-button,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer .price-button, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer .price-button,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer .price-button {
  border-radius: 3px;
  color: #F7901E;
  background-color: transparent;
  background-image: none;
  border: 2px solid #F7901E;
  padding-left: 25px;
  padding-right: 25px;
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer .price-button:hover,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer .price-button:hover, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer .price-button:hover,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer .price-button:hover {
  background-color: #E38025;
  border-color: #E38025;
  color: white;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer .price-button,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer .price-button, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer .price-button,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-footer .price-button {
    display: none;
  }
}
@media (min-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer .price-button,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer .price-button, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer .price-button,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-footer .price-button {
    margin-right: 20px;
  }
}
.solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer .price-button.mobile,
.solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer .price-button.mobile, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer .price-button.mobile,
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer .price-button.mobile {
  display: none;
  padding: 0;
  width: 184px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .sepasoft-footer .price-button.mobile,
  .solution-partner-program-page.sepasoft-page .main-content-wrapper .opto-footer .price-button.mobile, .solution-partner-program-page.opto-page .main-content-wrapper .sepasoft-footer .price-button.mobile,
  .solution-partner-program-page.opto-page .main-content-wrapper .opto-footer .price-button.mobile {
    display: inline-flex;
  }
}
.solution-partner-program-page.opto-page .main-content-wrapper .major-features {
  background: rgba(0, 0, 0, 0) url("/static/images/backgrounds/Opto-Solutions-BG.jpg") no-repeat center center/cover;
  padding-bottom: 72px;
  margin-bottom: 96px;
}
.solution-partner-program-page.opto-page .main-content-wrapper .major-features .small-info-paragraph {
  padding: 16px 0 56px 0;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.opto-page .main-content-wrapper .major-features .small-info-paragraph {
    padding: 16px 0 32px 0 !important;
  }
}
.solution-partner-program-page.opto-page .main-content-wrapper .major-features .small-info-paragraph p {
  max-width: 622px;
  margin: 0 auto;
}
.solution-partner-program-page.opto-page .main-content-wrapper .major-features .major-image img {
  max-width: 829px;
}
.solution-partner-program-page.opto-page .main-content-wrapper .card h5 {
  margin-bottom: 8px !important;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.opto-page .main-content-wrapper .card {
    padding: 40px 24px;
  }
}
.solution-partner-program-page.opto-page .main-content-wrapper .ia-left-right .left.image-wrapper {
  max-width: 245px;
  padding: 12px;
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.opto-page .main-content-wrapper .ia-left-right .left.image-wrapper {
    padding: 0;
    margin: 0 auto 24px;
  }
}
@media (max-width: 40.063em) {
  .solution-partner-program-page.opto-page .main-content-wrapper .ia-left-right .right.text-container {
    margin-bottom: 0;
  }
}
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer {
  background: rgba(0, 0, 0, 0) url("/static/images/backgrounds/Opto-Footer.jpg") no-repeat center center/cover;
  padding-bottom: 96px;
}
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer h2 {
  margin-bottom: 16px !important;
}
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer p {
  margin-bottom: 24px;
}
.solution-partner-program-page.opto-page .main-content-wrapper .opto-footer a.ia-primary-button {
  margin: 0;
}

.technology-provider-program-page .main-content-wrapper p {
  font-weight: 300;
}
.technology-provider-program-page .main-content-wrapper section:not(:last-of-type) {
  margin: 84px 0;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section:not(:last-of-type) {
    margin: 44px 0;
  }
}
.technology-provider-program-page .main-content-wrapper h2 {
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  color: #445C6D !important;
  margin: 0 0 16px 0;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper h2 {
    font-size: 24px !important;
    line-height: 29px !important;
    margin-bottom: 40px;
  }
}
.technology-provider-program-page .main-content-wrapper h5 {
  color: #4E4E4E !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  margin: 0 !important;
}
.technology-provider-program-page .main-content-wrapper p {
  color: #4E4E4E;
  font-size: 18px;
  line-height: 30px;
}
.technology-provider-program-page .main-content-wrapper p:last-of-type {
  margin-bottom: 0;
}
.technology-provider-program-page .main-content-wrapper .divider {
  height: 1px;
}
.technology-provider-program-page .main-content-wrapper .divider hr {
  margin: 0;
}
.technology-provider-program-page .main-content-wrapper .mobile-only-br {
  display: none;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper .mobile-only-br {
    display: inline;
  }
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper .tablet-up {
    display: none;
  }
}
.technology-provider-program-page .main-content-wrapper .no-gutter {
  padding-left: unset;
  padding-right: unset;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper .no-gutter-small {
    padding-left: unset;
    padding-right: unset;
  }
}
.technology-provider-program-page .main-content-wrapper .ia-breadcrumb {
  padding-top: 16px;
  margin-bottom: 48px;
  line-height: normal;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper .ia-breadcrumb {
    margin-bottom: 24px;
  }
}
.technology-provider-program-page .main-content-wrapper .ia-breadcrumb div div {
  font-size: 14px;
}
.technology-provider-program-page .main-content-wrapper section.intro {
  margin-top: 64px;
  margin-bottom: 78px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.intro {
    margin-bottom: 56px;
  }
}
.technology-provider-program-page .main-content-wrapper section.intro h1 {
  color: #445C6D;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 8px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.intro h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}
.technology-provider-program-page .main-content-wrapper section.intro .hero-subheading {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  margin-bottom: 56px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.intro .hero-subheading {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}
.technology-provider-program-page .main-content-wrapper section.intro .program-description {
  max-width: 726px;
  margin: 0 auto;
}
.technology-provider-program-page .main-content-wrapper section.intro .intro-subheading {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  margin-bottom: 8px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards {
  margin-bottom: 64px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards {
    margin-bottom: 40px;
  }
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.provider-tier-description {
  margin: 67px 0;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.provider-tier-description hr {
  margin: 26px 0;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.provider-tier-description p {
  font-size: 16px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters ul.options {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin: 0;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-by {
  color: #9B9B9B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  display: inline-block;
  margin-bottom: 16px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-search-wrapper:after {
  content: "";
  clear: both;
  display: table;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-wrapper {
  transition: width 0.5s ease;
  width: calc(100vw - 80px);
  padding-right: 32px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-wrapper.collapsed {
  width: calc(100vw - 260px);
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-wrapper {
    width: auto;
    padding-right: 0;
  }
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-wrapper.collapsed {
    width: auto;
  }
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container {
    padding-right: 36px;
  }
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .filter-control {
  background-color: transparent;
  border-radius: 16px;
  border: 1px solid #D8D8D8;
  padding: 8px 12px 8px 16px;
  margin-right: 4px;
  cursor: pointer;
  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-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .filter-control span {
  color: #4E4E4E;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
@media not all and (pointer: coarse) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .filter-control:hover {
    background-color: #EDF4F7;
    border: 1px solid #4A90AD;
  }
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .filter-control:hover span {
    color: #4A90AD;
  }
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .filter-control.active {
  background-color: #EDF4F7;
  border: 1px solid #4A90AD;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .filter-control.active span {
  color: #4A90AD;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .filter-control.active:hover {
  background-color: #DBE9EF;
  border: 1px solid #4A90AD;
  color: #4A90AD;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown {
  position: relative;
  display: inline-block;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown-menu {
  position: absolute;
  top: calc(100% - 14px);
  z-index: 9;
  background: white;
  border: 1px solid #ccc;
  width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown-list {
  max-height: 300px;
  overflow-y: auto;
  padding: 8px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown-item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
  gap: 8px;
  line-height: 1.4;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown-item input {
  margin: 0;
  width: 16px;
  flex-shrink: 0;
  align-self: center;
  cursor: pointer;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown-item span {
  text-transform: capitalize;
  display: inline-block;
  line-height: 1.2;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  border-top: 1px solid #ccc;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown-footer button {
  font-size: 14px;
  padding: 6px 12px;
  border-radius: 4px;
  transition: background 0.2s;
  margin: 0;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .btn-done {
  background-color: #4a90ad;
  color: #fff;
  font-weight: 400;
  border: 1px solid #007b9f;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .btn-done:hover {
  background-color: #006a8a;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .btn-clear {
  background-color: #f2f2f2;
  color: #888;
  border: 1px solid #ccc;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .btn-clear:hover {
  background-color: #ccc;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .filter-container .dropdown-caret {
  margin-left: 4px;
  vertical-align: middle;
  color: currentColor;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search {
  position: absolute;
  top: -3px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  height: 40px;
  padding: 0 24px 0 16px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 48%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.25) 2px, rgba(255, 255, 255, 0.5) 4px, rgba(255, 255, 255, 0.75) 8px, #FFF 16px);
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search {
    padding: 0 40px 0 16px;
    right: 0;
  }
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search a, .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search p {
  display: inline-block;
  margin: 0;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search .open-search {
  color: #4f4f4f;
  font-size: 14px;
  font-weight: 600;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search .open-search:hover {
  color: #4f4f4f;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search .open-search {
    display: none;
  }
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search input {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: solid;
  border-color: #ccc;
  border-radius: 3px;
  background-color: #fff;
  width: 1px;
  height: 40px;
  opacity: 0;
  padding: 0;
  border-width: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search .search-icon-wrapper {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 25px;
  height: 20px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search .search-icon-wrapper {
    right: 16px;
  }
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search .search-icon-wrapper .search-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  -webkit-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search .search-icon-wrapper .search-icon:hover {
  cursor: pointer;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search .search-icon-wrapper .search-icon svg g {
  -webkit-transition: stroke, 0.5s, ease;
  -o-transition: stroke, 0.5s, ease;
  transition: stroke, 0.5s, ease;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search:hover .search-icon svg g {
  stroke: #4A90AD;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search.expanded {
  padding-right: 0;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search.expanded input {
  width: 200px;
  border-width: 1px;
  padding: 10px 40px 10px 10px;
  margin-left: 10px;
  opacity: 1;
  height: 40px;
}
@media (min-width: 64.063em) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search.expanded input {
    width: 270px;
  }
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search.expanded .search-icon {
  right: 8px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters form.search.expanded .search-icon svg g {
  stroke: #4a90ad;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar {
  margin: 0 0 12px 0;
  padding: 0;
  display: none;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar.show {
  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;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar:first-child {
  width: 100%;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar input {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 15px;
  padding: 10px 40px 10px 10px;
  background-color: #fff;
  font-size: 16px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar input:focus {
  background-color: #fff;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar .cancel {
  font-size: 14px;
  font-weight: 600;
  margin-left: 15px;
  width: 44px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar .cancel:hover {
  cursor: pointer;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar form {
  position: relative;
  flex-grow: 1;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.filters .mobile-searchbar form .search-clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 24px;
  background-image: url("/static/images/alliance-partner/icons/cross.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .empty-results {
  margin: 10vh auto;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .cards-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .cards-grid {
    margin-bottom: 22px;
  }
}
@media (max-width: 530px) {
  .technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .cards-grid {
    grid-template-columns: 100fr;
  }
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card {
  background-color: transparent;
  border: none;
  text-align: left;
  margin: 0;
  padding: 0;
  font-family: proxima-nova, Arial, Helvetica, sans-serif;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card:hover .card-wrapper {
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card:hover .info-frame .name,
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card:hover .info-frame .view-details {
  text-decoration: underline;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 32px;
  background: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  height: 100%;
  transition: box-shadow 0.3s ease;
  border-bottom: 2px solid;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .image-frame {
  position: relative;
  padding-top: 56.25%;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .image-frame .image-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .image-frame .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .info-frame {
  margin-bottom: 32px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .info-frame .tier-info {
  font-family: proxima-nova;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .info-frame .name {
  color: #445C6D;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .info-frame .tag-array {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .info-frame .tag-array .tag-chip {
  padding: 4px 8px;
  background: #F2F2F2;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .info-frame .tag-array .tag-chip span {
  color: #4E4E4E;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}
.technology-provider-program-page .main-content-wrapper section.filters-cards div.partner-cards .partner-card .card-wrapper .info-frame .view-details {
  color: #4A90AD;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  bottom: 32px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form.background {
  padding: 96px 0;
  background-color: #F2F2F2;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form.background {
    padding: 56px 0;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .pre-form-acknowledgment {
  max-width: 552px;
  margin: 0 auto;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .pre-form-acknowledgment h5 {
  font-weight: 700 !important;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .pre-form-acknowledgment .terms-link {
  color: #4A90AD;
  font-weight: 700;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .form-terms-checkbox {
  margin: 0 0 56px 0;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .form-terms-checkbox .terms-link {
  color: #4A90AD;
  font-weight: 300;
  font-size: 14px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .form-terms-checkbox label {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .form-terms-checkbox #terms-checkbox {
  margin-bottom: 0;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .intro h2 {
  margin-bottom: 16px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .intro h2 {
    font-size: 27px !important;
    line-height: 40px !important;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .intro .description {
  max-width: 692px;
  margin: 0 auto;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .part {
  margin-bottom: 56px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form h5 {
  margin-bottom: 40px !important;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons {
    margin-bottom: 12px;
  }
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }
}
@media (max-width: 481px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .image-column {
    width: auto;
    float: none;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .image-column .image {
  margin-bottom: 24px;
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .image-column .image {
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 481px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .image-column .image {
    margin: 0 0 0 auto;
    text-align: right;
  }
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column {
    width: auto;
    min-width: 382px;
    float: none;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text {
  color: #4E4E4E;
  max-width: 230px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text {
    max-width: none;
    margin-left: 16px;
    text-align: left;
  }
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text .no-tablet-br {
    display: none;
  }
}
@media (max-width: 481px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text {
    display: flex;
    align-items: center;
    height: 56px;
    max-width: none;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text.small-no-gap {
    margin-bottom: 0;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .guide-container {
  margin-top: 16px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .guide-container {
    margin-bottom: 56px;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .guide-container h5 {
  margin-bottom: 16px !important;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .guide-container a {
  color: #4A90AD;
  font-weight: 300;
  font-size: 14px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .guide-container img {
  margin-right: 4px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .form-header {
  margin-top: 96px;
  margin-bottom: 16px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .form-header {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .form-header h5 {
    margin-bottom: 0 !important;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form {
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form {
    max-width: 83.33333%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form {
    max-width: none;
    padding: 0;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .columns {
  padding: 0 8px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .columns {
    padding: 0 16px;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form.acknowledgment {
  margin-bottom: 96px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form.acknowledgment {
    margin-bottom: 56px;
  }
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form {
    margin-bottom: 8px;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form label {
  line-height: 18px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form label .errorlist {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px !important;
  margin-left: 1em !important;
  float: right;
  font-weight: 600;
  list-style-type: none;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form input, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form select, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form textarea {
  box-shadow: none;
  background-color: white;
  border-radius: 4px;
  padding: 8px 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form input:focus, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form input:focus-visible, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form select:focus, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form select:focus-visible, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form textarea:focus, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form textarea:focus-visible {
  border: 1px solid #4A90AD;
  outline: none;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form input, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form select, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form textarea {
    margin-bottom: 24px;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form input, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form select {
  height: 40px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .main-form select {
  color: #9B9B9B;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTFMNCA2SDEyTDggMTFaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=);
  background-position: calc(100% - 14px) center;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .form-privacy-statement {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 32px;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .form-privacy-statement {
    text-align: center;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .form-privacy-statement a {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #D5D5D5;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .error-msg {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px !important;
  margin-left: 1em !important;
  float: right;
  font-weight: 600;
  list-style-type: none;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .error-msg li {
  color: red;
  font-size: 12px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form #application-form-submit {
  max-width: 165px;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form #application-form-submit.processing {
  padding-right: 64px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form #application-form-submit.processing + .fa-spinner {
  display: inline-block;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form #application-form-submit + .fa-spinner {
  display: none;
  position: relative;
  color: white;
  top: 1px;
  right: 56px;
  font-size: 20px;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form #application-form-submit:focus, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form #application-form-submit:focus-visible {
  border: none;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .error-message {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 25px;
  display: none;
  font-weight: bold;
  left: 200px;
  color: red;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .error-message a {
  color: inherit !important;
  text-decoration: underline;
}
@media screen and (max-width: 641px) {
  .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .error-message {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .thank-you-message p {
  font-weight: 600;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .product-primary-button {
  padding: 12px 16px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  min-width: 0;
  margin-bottom: 0 !important;
}
.technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .product-primary-button:focus, .technology-provider-program-page .main-content-wrapper section.become-partner-form .technology-provider-form .product-primary-button:focus-visible {
  background: #E38025 !important;
  outline: none;
}
.technology-provider-program-page .main-content-wrapper .thank-you-content p {
  font-weight: 600;
  margin-bottom: 96px;
  margin-top: 96px;
}
.technology-provider-program-page .partner-modal {
  position: fixed;
  height: 100lvb;
  width: 100vw;
  background: rgba(78, 78, 78, 0.7019607843);
  top: 0;
  left: 0;
  z-index: 10000;
}
.technology-provider-program-page .partner-modal .close-button {
  position: absolute;
  top: 24px;
  right: 24px;
  border: none;
  background: none;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper {
  width: 67%;
  max-width: 655px;
  height: 80dvb;
  max-height: 768px;
  position: absolute;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  top: 50dvb;
  bottom: 10dvb;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .partner-modal .partner-modal-window-wrapper {
    width: calc(100% - 30px);
  }
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-logo-container {
  box-sizing: content-box;
  height: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FAFAFA;
}
@media (max-width: 40.063em) {
  .technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-logo-container {
    flex-basis: 80px;
    height: 80px;
    padding: 64px;
  }
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-logo-container img {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  min-height: 80px;
  min-width: 80px;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-text-container {
  color: #4E4E4E;
  padding: 32px;
  overflow-y: auto;
  flex: 1;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-text-container > *:not(:last-child) {
  margin-bottom: 24px;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-text-container h3 {
  color: inherit !important;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 600;
  margin-bottom: 8px;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-text-container p {
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-text-container .tier-info {
  font-family: proxima-nova;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-text-container .partner-resources a {
  display: block;
  color: #4A90AD;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 8px;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-text-container .partner-resources a:hover, .technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-text-container .partner-resources a:focus {
  text-decoration: underline;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-website-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 76px;
  width: 100%;
  padding: 0 16px;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-website-link a {
  text-align: center;
  display: block;
  width: 100%;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-website-link.premier {
  height: 148px;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-website-link.premier .solution-link {
  color: #F7961E;
  margin-bottom: 16px;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-website-link.premier .ia-button-primary-outlined-2 span {
  color: #F7961E;
  font-weight: 500;
}
.technology-provider-program-page .partner-modal .partner-modal-window-wrapper .partner-website-link .ia-primary-button {
  width: 100%;
}
.technology-provider-program-page .terms-container {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 96px;
}
.technology-provider-program-page .terms-container p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.technology-provider-program-page .terms-container h6 {
  font-weight: 600;
  margin-top: 2rem;
}
.technology-provider-program-page .terms-container .emphasis {
  font-weight: 600;
}
.technology-provider-program-page .terms-container .term-paragraph-subsection {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}
.technology-provider-program-page .terms-container .term-label {
  width: 2rem;
  display: flex;
  justify-content: flex-end;
  padding-right: 0.5rem;
  flex-shrink: 0;
}
.technology-provider-program-page .terms-container .term-text {
  flex: 1;
  line-height: 1.6;
}
.technology-provider-program-page .terms-container span.term-subheading {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  font-weight: 300;
}

.tier-premier-border {
  border-bottom: 2px solid #7BBA19;
}

.tier-gold-border {
  border-bottom: 2px solid #E9AF23;
}

.tier-verified-border {
  border-bottom: 2px solid #4A90AD;
}

.tier-registered-border {
  border-bottom: 2px solid #9B9B9B;
}

.tier-premier-color {
  color: #7BBA19;
}

.tier-gold-color {
  color: #E9AF23;
}

.tier-verified-color {
  color: #4A90AD;
}

.tier-registered-color {
  color: #9B9B9B;
}

.ia--tag-array {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
  min-height: 80px;
  align-items: flex-start;
}
.ia--tag-array .tag-chip {
  padding: 4px 8px;
  background: #F2F2F2;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ia--tag-array .tag-chip span {
  color: #4E4E4E;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  white-space: nowrap;
}

.community-impact-program-page .main-content-wrapper p {
  font-weight: 300;
}
.community-impact-program-page .main-content-wrapper section:not(:last-of-type) {
  margin-bottom: 96px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section:not(:last-of-type) {
    margin-bottom: 56px;
  }
}
.community-impact-program-page .main-content-wrapper h2 {
  font-size: 27px !important;
  font-weight: 400 !important;
  line-height: 40px !important;
  color: #445C6D !important;
  margin: 0 0 48px 0;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper h2 {
    font-size: 24px !important;
    line-height: 29px !important;
    margin-bottom: 40px;
  }
}
.community-impact-program-page .main-content-wrapper h5 {
  color: #4E4E4E !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 24px !important;
  margin: 0 !important;
}
.community-impact-program-page .main-content-wrapper p {
  color: #4E4E4E;
  font-size: 18px;
  line-height: 30px;
}
.community-impact-program-page .main-content-wrapper p:last-of-type {
  margin-bottom: 0;
}
.community-impact-program-page .main-content-wrapper .mobile-only-br {
  display: none;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper .mobile-only-br {
    display: inline;
  }
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper .tablet-up {
    display: none;
  }
}
.community-impact-program-page .main-content-wrapper .no-gutter {
  padding-left: unset;
  padding-right: unset;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper .no-gutter-small {
    padding-left: unset;
    padding-right: unset;
  }
}
.community-impact-program-page .main-content-wrapper .ia-breadcrumb {
  padding-top: 16px;
  margin-bottom: 48px;
  line-height: normal;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper .ia-breadcrumb {
    margin-bottom: 24px;
  }
}
.community-impact-program-page .main-content-wrapper .ia-breadcrumb div div {
  font-size: 14px;
}
.community-impact-program-page .main-content-wrapper section.intro {
  margin-bottom: 78px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.intro {
    margin-bottom: 56px;
  }
}
.community-impact-program-page .main-content-wrapper section.intro h1 {
  color: #445C6D;
  font-size: 32px !important;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 8px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.intro h1 {
    font-size: 24px !important;
    line-height: 32px;
  }
}
.community-impact-program-page .main-content-wrapper section.intro .hero-subheading {
  font-size: 24px;
  font-weight: 200;
  line-height: 32px;
  margin-bottom: 56px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.intro .hero-subheading {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 32px;
  }
}
.community-impact-program-page .main-content-wrapper section.intro .video-container {
  margin-bottom: 30px;
}
.community-impact-program-page .main-content-wrapper section.intro .vid-description {
  margin-bottom: 30px;
}
.community-impact-program-page .main-content-wrapper div.head-shot-quote {
  padding: 0;
  margin: 100px 0 86px 0;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper div.head-shot-quote {
    margin: 46px 0 48px 0;
  }
}
@media (min-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper div.head-shot-quote .headshot-column {
    padding-left: 0;
  }
}
.community-impact-program-page .main-content-wrapper div.head-shot-quote .headshot {
  border-radius: 50%;
  width: 150px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper div.head-shot-quote .headshot {
    margin-bottom: 50px;
  }
}
.community-impact-program-page .main-content-wrapper div.head-shot-quote .quote-text-offset {
  letter-spacing: 0.25px;
  padding-left: 12.5px;
  margin: -2px 0 12px 0;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper div.head-shot-quote .quote-text-offset {
    padding-left: 0;
  }
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper div.head-shot-quote .quote-text {
    line-height: 30px;
    margin-bottom: 8px;
  }
}
.community-impact-program-page .main-content-wrapper div.head-shot-quote .quote-name {
  font-size: 16px;
  line-height: 21px;
  color: #445C6D;
  margin-bottom: 4px;
}
.community-impact-program-page .main-content-wrapper div.head-shot-quote .quote-title {
  font-size: 14px;
  line-height: 21px;
  color: #445C6D;
  margin-bottom: 0;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form.background {
  padding: 96px 0;
  background-color: #F2F2F2;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form.background {
    padding: 56px 0;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .intro {
  margin-bottom: 56px;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .intro h2 {
  margin-bottom: 16px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .intro h2 {
    font-size: 27px !important;
    line-height: 40px !important;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .intro .description {
  max-width: 692px;
  margin: 0 auto;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .part {
  margin-bottom: 96px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .part {
    margin-bottom: 72px;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form h5 {
  margin-bottom: 40px !important;
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 452px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
  }
}
@media (max-width: 481px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .image-column {
    width: auto;
    float: none;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .image-column .image {
  margin-bottom: 24px;
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .image-column .image {
    flex-shrink: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 481px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .image-column .image {
    margin: 0 0 0 auto;
    text-align: right;
  }
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column {
    width: auto;
    min-width: 382px;
    float: none;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text {
  color: #4E4E4E;
  max-width: 230px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 40.063em) and (min-width: 482px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text {
    max-width: none;
    margin-left: 16px;
    text-align: left;
  }
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text .no-tablet-br {
    display: none;
  }
}
@media (max-width: 481px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text {
    display: flex;
    align-items: center;
    height: 56px;
    max-width: none;
    text-align: left;
    padding-left: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .icons .small-bullet-max .text-column .text.small-no-gap {
    margin-bottom: 0;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .form-header {
  margin-top: 96px;
  margin-bottom: 16px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .form-header {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .community-impact-program-page .main-content-wrapper section.become-partner-form .form-header h5 {
    margin-bottom: 0 !important;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form {
  padding: 0 8px;
}
@media (min-width: 1024px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form {
    max-width: 83.33333%;
    margin: 0 auto;
    padding: 0;
  }
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form {
    max-width: none;
    padding: 0;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .columns {
  padding: 0 8px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .columns {
    padding: 0 16px;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form {
  margin-bottom: 24px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form {
    margin-bottom: 8px;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form label {
  line-height: 18px;
  margin-bottom: 8px;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form label .errorlist {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px !important;
  margin-left: 1em !important;
  float: right;
  font-weight: 600;
  list-style-type: none;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form input, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form select, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form textarea {
  box-shadow: none;
  background-color: white;
  border-radius: 4px;
  padding: 8px 16px;
  line-height: 24px;
  margin-bottom: 32px;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form input:focus, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form input:focus-visible, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form select:focus, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form select:focus-visible, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form textarea:focus, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form textarea:focus-visible {
  border: 1px solid #4A90AD;
  outline: none;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form input, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form select, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form textarea {
    margin-bottom: 24px;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form input, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form select {
  height: 40px;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .main-form select {
  color: #9B9B9B;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTggMTFMNCA2SDEyTDggMTFaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=);
  background-position: calc(100% - 14px) center;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .form-privacy-statement {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 32px;
}
@media (max-width: 40.063em) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .form-privacy-statement {
    text-align: center;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .form-privacy-statement a {
  color: #666;
  text-decoration: underline;
  text-decoration-color: #D5D5D5;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .error-msg {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 21px !important;
  margin-left: 1em !important;
  float: right;
  font-weight: 600;
  list-style-type: none;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .error-msg li {
  color: red;
  font-size: 12px;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form #application-form-submit {
  max-width: 165px;
  font-size: 17px;
  line-height: 21px;
  color: #FFFFFF;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form #application-form-submit.processing {
  padding-right: 64px;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form #application-form-submit.processing + .fa-spinner {
  display: inline-block;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form #application-form-submit + .fa-spinner {
  display: none;
  position: relative;
  color: white;
  top: 1px;
  right: 56px;
  font-size: 20px;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .error-message {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  bottom: 25px;
  display: none;
  font-weight: bold;
  left: 200px;
  position: absolute;
  color: red;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .error-message a {
  color: inherit !important;
  text-decoration: underline;
}
@media screen and (max-width: 641px) {
  .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .error-message {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .thank-you-message p {
  font-weight: 600;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .product-primary-button {
  padding: 12px 16px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
.community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .product-primary-button:focus, .community-impact-program-page .main-content-wrapper section.become-partner-form .community-impact-form .product-primary-button:focus-visible {
  background: #E38025 !important;
  outline: none;
}
.community-impact-program-page .main-content-wrapper .thank-you-content {
  padding-top: 96px;
}
.community-impact-program-page .main-content-wrapper .thank-you-content p {
  font-weight: 600;
}

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