@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 */
/* Foundation overrides */
.off-canvas-wrap {
  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 {
  /*/**/*/
}

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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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;
}

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

p.caption,
div.main-content-wrapper div.jic-main 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.jic-main 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: 40em) {
  .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;
}

div#reporting-intro {
  padding-right: 9%;
}

.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.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: 63.9375em) {
  .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.jic-main {
  position: relative;
  padding: 6rem;
}

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.jic-main h2,
div.main-content-wrapper div.jic-main h1,
div.main-content-wrapper div.jic-main p {
  color: #FFFFFF !important;
}

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

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

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

div.main-content-wrapper div.jic-main h2.jic-main-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.jic-main h2.jic-main-logo-h2,
div.main-content-wrapper.modules-page div.jic-main h2.jic-main-logo-h2 {
  margin: 25px 0 0 0;
}

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

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

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

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

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

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

div.main-content-wrapper .product-primary-button,
div.try-jic-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-jic-solutions .product-primary-button.disabled {
  background: #3f6a84 !important;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

div.main-content-wrapper .product-primary-button span,
div.try-jic-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 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: #3f6a84 !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 .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: 63.9375em) {
  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 h3 + 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: 40em) {
  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.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 20px 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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .ia-quote-bar .text-wrapper .attribution::before {
    position: static;
  }
}

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

.ia-left-right {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.ia-left-right > * {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  position: relative;
}
@media (max-width: 40em) {
  .ia-left-right > * {
    align-items: center;
    width: 100%;
  }
}
.ia-left-right .spill {
  overflow: visible;
}
@media (min-width: 64em) {
  .ia-left-right .spill img {
    min-width: 685px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .spill img {
    min-width: 428px;
  }
}
@media (max-width: 40em) {
  .ia-left-right .spill img {
    min-width: calc(100% + 30px);
  }
}
@media (max-width: 40em) {
  .ia-left-right .screenshot img {
    min-width: 100%;
  }
}
@media (min-width: 40em) {
  .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: 40em) {
  .ia-left-right .image-container {
    margin-bottom: 30px;
  }
}
.ia-left-right .image-container.left {
  align-items: flex-end;
}
@media (min-width: 64em) {
  .ia-left-right .image-container.left {
    padding-right: 15px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .image-container.left {
    padding-right: 50px;
  }
}
@media (max-width: 40em) {
  .ia-left-right .image-container.left {
    align-items: center;
  }
}
.ia-left-right .image-container.left .caption {
  text-align: right;
}
@media (min-width: 64em) {
  .ia-left-right .image-container.right {
    padding-left: 15px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .image-container.right {
    padding-left: 50px;
  }
}
@media (max-width: 40em) {
  .ia-left-right .image-container.skinny {
    padding: 0 100px;
  }
}
.ia-left-right .image-container.skinny img {
  width: 100%;
  max-width: 211px;
}
@media (max-width: 40em) {
  .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: 40em) and (max-width: 63.9375em) {
  .ia-left-right .image-container.spill-both img {
    width: calc(100% + 100px);
  }
}
@media (max-width: 40em) {
  .ia-left-right .image-container.spill-both img {
    max-width: 100%;
  }
}
@media (max-width: 40em) {
  .ia-left-right .text-container {
    text-align: center;
  }
}
@media (min-width: 64em) {
  .ia-left-right .text-container.left {
    padding-right: 100px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .text-container.left {
    padding-right: 15px;
  }
}
@media (min-width: 64em) {
  .ia-left-right .text-container.right {
    padding-left: 100px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .text-container.right {
    padding-left: 15px;
  }
}
.ia-left-right .text-container h3 {
  display: block;
  width: 100%;
  text-align: inherit;
  font-weight: 300;
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-left-right .text-container h3 {
    font-size: 1.5em;
    line-height: 32px;
  }
}
@media (max-width: 40em) {
  .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;
}
@media (max-width: 63.9375em) {
  .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: 40em) {
  .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: 300;
}
@media (max-width: 40em) {
  .ia-left-right .text-container.smaller-text p {
    font-size: 14px;
    line-height: 21px;
  }
}

.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: 40em) {
  .double-feature .image-container, .double-feature .image-container.left, .double-feature .image-container.right {
    margin-bottom: 20px;
    align-items: center;
  }
}
@media (min-width: 64em) {
  .double-feature .image-container.right {
    padding-left: 100px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .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: 64em) 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: 40em) {
  .double-feature .text-container {
    order: 3;
  }
}
@media (max-width: 40em) {
  .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-jic-solutions {
  background: #666666 url("../images/alarming/tryjicFooter.png") no-repeat center center/cover;
  background-size: cover;
  padding-top: 75px;
  padding-bottom: 60px;
}

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

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

div.try-jic-solutions p.specs {
  margin-top: 55px;
  font-size: 0.875em;
  font-weight: 300;
}

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

div.try-jic-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-jic-solutions .seeMore:hover img {
  -ms-transform: translate(10px, 0);
  /* IE 9 */
  -webkit-transform: translate(10px, 0);
  /* Safari */
  transform: translate(10px, 0);
}

div.try-jic-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-jic-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: 40em) {
  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.
jic-free {
  background: rgba(0, 0, 0, 0) url("") no-repeat scroll center center/cover;
}

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

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

.platform-try-section div.try-jic-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-jic-solutions .pdf-link {
  display: block;
  margin: 23px auto 0;
  color: #fff;
  font-style: normal;
}
.platform-try-section div.try-jic-solutions .pdf-link:hover, .platform-try-section div.try-jic-solutions .pdf-link:focus {
  text-decoration: underline;
}
.platform-try-section div.try-jic-solutions .pdf-link .pdf-icon {
  margin: 0 0 5px 11px;
}

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

.platform-try-section div.try-jic-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;
  /*20220418*/
}

.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: #3f6a84 !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: 63.9375em) {
  div.main-content-wrapper div.jic-main {
    padding-left: 78px;
    padding-right: 78px;
  }

  div.main-content-wrapper div.jic-main h2.jic-main-logo-h2 {
    font-size: 1.313em !important;
    line-height: 25px;
    margin-top: 15px;
  }

  div.main-content-wrapper div.jic-main h1 {
    font-size: 2.25em !important;
    line-height: 44px;
  }

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

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

  p.caption,
div.main-content-wrapper div.jic-main 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 h3 + 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-jic-solutions {
    padding: 50px 0;
  }

  .platform-try-section div.try-jic-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.jic-main h2.jic-main-logo-h2,
div.main-content-wrapper.modules-page div.jic-main h2.jic-main-logo-h2 {
    margin-top: 28px;
  }
}
/*Everything Smaller than 641px - mobile*/
@media (max-width: 40em) {
  .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.jic-main {
    padding: 50px 0.9375em 100px 0.9375em;
  }

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

  div.main-content-wrapper div.jic-main h2.jic-main-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.jic-main h1 {
    line-height: 36px;
    font-size: 2em !important;
  }

  div.main-content-wrapper.modules-page div.jic-main h1 {
    margin: 0;
  }

  .no-pad-small {
    padding: 0;
  }

  div.main-content-wrapper.modules-page div.jic-main img.jic-main-modules-icon {
    width: 40px;
    margin-bottom: 10px;
  }

  div.main-content-wrapper.modules-page div.jic-main img.jic-main-modules-logo {
    margin-left: 5%;
  }

  div.main-content-wrapper div.jic-main p {
    line-height: 22px;
    font-size: 1.125em;
    margin-bottom: 5px;
  }

  div.main-content-wrapper div.jic-main .small-jic-main-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-jic-solutions h2 {
    font-size: 1.5em !important;
    line-height: 29px;
  }

  div.try-jic-solutions p {
    font-size: 1.125em;
    line-height: 26px;
  }

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

  div.try-jic-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.jic-main {
    min-height: 513px;
  }

  div.main-content-wrapper.platform-page div.jic-main img.jic-main-platform-logo {
    margin-left: 1.5em;
  }

  div.main-content-wrapper.platform-page div.jic-main h2.jic-main-logo-h2 {
    margin-top: 5px;
  }

  .platform-try-section div.try-jic-solutions .jic-design {
    padding: 0;
  }

  .platform-try-section div.try-jic-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: 40em) {
  div.main-content-wrapper div.jic-main {
    padding-top: 6em;
  }

  div.main-content-wrapper div.jic-main h2.jic-main-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.jic-main h2.jic-main-logo-h2 {
    margin-top: 25px;
    padding-left: 0;
  }
}
@media screen and (max-width: 415px) {
  div.main-content-wrapper.modules-page div.jic-main h2.jic-main-logo-h2 {
    margin-top: 5px;
  }

  br.jic-main-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 h3 + p,
div.text-right-picture-left h3 + 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 h3 + p.caption,
div.text-right-picture-left h3 + 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-jic-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-jic-solutions h2 {
    margin-bottom: 30px;
  }

  div.try-jic-solutions p:first-of-type {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  div.try-jic-solutions p.specs {
    font-size: 16px !important;
    font-weight: 300 !important;
  }

  div.try-jic-solutions .seeMore {
    font-size: 16px !important;
  }

  div.try-jic-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: 63.9375em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 63.9375em) {
  .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: 40em) {
  .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: 30px;
  margin-bottom: 48px;
}
@media (max-width: 40em) {
  .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: 63.9375em) {
  .ia-breadcrumb {
    padding-top: 20px;
  }
  .ia-breadcrumb a, .ia-breadcrumb span {
    font-size: 14px;
  }
}

.wistia_placebo_close_button {
  transform: translateY(-25px);
  opacity: 0.8 !important;
  outline: none !important;
}
.wistia_placebo_close_button img {
  max-width: unset;
  zoom: 1.2;
}

.head-shot-quote {
  padding: 50px 0;
}
.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;
}
@media (max-width: 63.9375em) {
  .head-shot-quote h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 40em) {
  .head-shot-quote img {
    margin-bottom: 30px;
  }
}

.platform-vid-section {
  background: rgba(0, 0, 0, 0) url("../images/VideoCTA-BG-shadow.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: 63.9375em) {
  .platform-vid-section {
    background: rgba(0, 0, 0, 0) url("../images/VideoCTA-BG-Tablet.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.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;
  }
}

.form-pre-footer {
  background: #272A3B url("../images/Pre-Footer-f.jpg") no-repeat center top/100% auto;
  min-height: 478px;
  padding: 75px 0;
}
.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.svg);
  font-size: 16px;
  font-weight: 400;
  color: #9B9B9B;
}
@-moz-document url-prefix() {
  .form-pre-footer .talk-to-expert select option {
    color: black;
    /*20220418*/
  }
}
.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 #cccccc;
  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.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.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: 63.9375em) {
  .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: 40em) {
  .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("");*/
/*}*/
.form-pre-footer-2 .by-the-numbers {
  padding: 72px 0 80px;
}
@media (max-width: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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: 40em) and (max-width: 800px) {
  .form-pre-footer-2 .by-the-numbers .numbers p {
    font-size: 12px;
  }
}
@media (max-width: 40em) {
  .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: 40em) {
  .form-pre-footer-2 .by-the-numbers .numbers .separator {
    display: none;
  }
}

@media (max-width: 40em) {
  .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.jic-main {
  padding-top: 80px;
}
.edge-page div.main-content-wrapper div.jic-main img.jic-main-product-logo {
  width: 215px;
}
@media (max-width: 40em) {
  .edge-page div.main-content-wrapper div.jic-main {
    padding-top: 50px;
  }
  .edge-page div.main-content-wrapper div.jic-main div.jic-main-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: #4e4e4e;
  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: 63.9375em) {
  .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("") no-repeat scroll center center/12px 12px;*/
    left: -7px;
  }
  .slick-architecture-carousel #slideNext:after {
    background: transparent url("../images/architectures/CTA_Arrow_Right_On.png") no-repeat scroll center center/12px 12px;
    right: -7px;
  }
  .slick-architecture-carousel .edge-architectures .slide-button-group {
    margin: 30px 0;
  }
}
@media (max-width: 40em) {
  .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_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;
}

.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: flex-start;
  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: 40em) {
  .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: 63.9375em) {
  .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: 40em) {
  .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;
}

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

div.powerful-features {
  padding-bottom: 125px;
}
@media (max-width: 40em) {
  div.powerful-features {
    padding-bottom: 75px;
  }
}
div.powerful-features div.small-info-paragraph {
  padding: 100px 0;
}
@media (max-width: 40em) {
  div.powerful-features div.small-info-paragraph {
    padding-bottom: 50px;
  }
}
div.powerful-features div.small-info-paragraph h3 {
  color: #3f6a84 !important;
  font-weight: 300;
}
@media (max-width: 40em) {
  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: 40em) {
  .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: 63.9375em) {
  .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: 40em) {
  .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;
  }
}

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

.jic-main-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: 40em) {
  .jic-main-navigation {
    height: 55px;
  }
}
.jic-main-navigation ::-webkit-scrollbar {
  display: none !important;
  width: 0;
  background: transparent;
  z-index: -1;
}
.jic-main-navigation ul {
  margin: 0;
  line-height: 25px !important;
}
.jic-main-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 white;
  list-style: none;
  display: inline-block;
}
@media (max-width: 40em) {
  .jic-main-navigation ul li {
    font-size: 14px;
    border-right: 2px solid #9B9B9B;
  }
}
.jic-main-navigation ul li:last-child {
  border-right: none;
}
.jic-main-navigation ul li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.jic-main-navigation ul li a:hover {
  color: #F7901E;
}
.jic-main-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;
}
.jic-main-navigation ul li a:hover:after {
  width: 100%;
}
.jic-main-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() {
  .jic-main-navigation .navigation-list {
    margin-bottom: -30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .jic-main-navigation .navigation-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.jic-main-navigation .scroll-left-button, .jic-main-navigation .scroll-right-button {
  z-index: 1;
  display: none;
  width: 50px;
  height: 75px;
  cursor: pointer;
  position: absolute;
  top: 0;
}
@media (max-width: 40em) {
  .jic-main-navigation .scroll-left-button, .jic-main-navigation .scroll-right-button {
    height: 55px;
  }
}
.jic-main-navigation .scroll-left-button img, .jic-main-navigation .scroll-right-button img {
  height: 100%;
}
.jic-main-navigation .scroll-right-button {
  right: 0;
}
.jic-main-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 */
  #jicfooter .row .footer-icons .footer-download {
    margin-left: 33px;
    padding: 5px 26px;
  }

  #jicfooter .row .footer-icons .socialmedia, #jicfooter .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: transparent linear-gradient(0deg, #1d303c 0%, #385568 10%, #3f6a84 60%, #406e8a 100%) 0% 0% no-repeat padding-box !important;
  /* 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: #3f6a84 !important;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
.ia-primary-button span {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 21px;
  font-weight: 500;
}

.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: 40em) {
  .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;
}

.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("/jicsite/static/site/about/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("") 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: 40em) {
  .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: #4e4e4e;
  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: 63.9375em) {
  .grid-card-wrapper .card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 40em) {
  .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: 63.9375em) {
    .grid-card-wrapper {
      -ms-grid-columns: 50fr 30px 50fr;
      grid-template-columns: repeat(2, 50fr);
    }
  }
  @media (max-width: 40em) {
    .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: 63.9375em) {
  .position-container .position-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 40em) {
  .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: 40em) and (max-width: 63.9375em) {
  .absolute-breadcrumb {
    padding-left: 15px;
  }
}
@media (max-width: 40em) {
  .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: 40em) {
  .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 {
  /*20220418*/
  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: 40em) and (max-width: 63.9375em) {
  .ia-flex-form .btn-group .left-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 40em) {
  .ia-flex-form .btn-group .left-section {
    margin-bottom: 65px;
  }
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .ia-flex-form .btn-group .right-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: end;
  }
}
@media (max-width: 40em) {
  .ia-flex-form .btn-group .right-section {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 40em) {
  .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;
  /*20220418*/
  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("/jicsite/static/site/about/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;
}

/**
 * @prettier
 */
/*

*/
/**
 * @prettier
 */
/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
.page-careers_landing {
  position: relative;
}
.page-careers_landing .inner-nav-wrapper {
  top: 30px;
}
@media screen and (min-width: 641px) and (max-width: 800px) {
  .page-careers_landing .inner-nav-wrapper {
    top: 0;
  }
}

body {
  color: #4e4e4e;
}

.link-with-arrow:hover {
  text-decoration: none !important;
}
.link-with-arrow img.ctaArrow {
  top: 5px;
}

.careers-landing {
  /*
   * See ADA styling section of main README.md
   */
}
.careers-landing .featured-position {
  position: relative;
}
.careers-landing .featured-position[data-focus-type=key]:focus::after {
  content: "";
  position: absolute;
  top: -87px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 176px);
  border: 2px solid #8FC1FE;
  border-radius: 3px;
}
.careers-landing .acc-header {
  outline: none;
  box-shadow: none;
}
.careers-landing .jic-main {
  background-color: #4e4e4e;
  min-height: 450px;
  position: relative;
  padding: 115px 100px 100px 100px;
}
@media (max-width: 63.9375em) {
  .careers-landing .jic-main {
    padding: 75px 70px 100px 70px;
  }
}
@media screen and (min-width: 641px) and (max-width: 775px) {
  .careers-landing .jic-main .medium-10 {
    width: 100%;
  }
}
@media (max-width: 40em) {
  .careers-landing .jic-main {
    padding: 120px 15px 100px 15px;
  }
}
.careers-landing .jic-main .video-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.careers-landing .jic-main .video-wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 450px;
}
@media all and (-ms-high-contrast: none) {
  .careers-landing .jic-main .video-wrapper video {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
  }
}
.careers-landing .jic-main h1 {
  font-size: 54px !important;
  font-weight: bold !important;
  margin: 0 0 20px 0 !important;
  color: #ffffff !important;
  line-height: 66px;
}
.careers-landing .jic-main h1 + p {
  color: #ffffff !important;
  font-size: 21px !important;
  line-height: 32px !important;
  margin: 0 0 35px 0 !important;
  font-weight: 400 !important;
}
@media (max-width: 63.9375em) {
  .careers-landing .jic-main h1 {
    font-size: 48px !important;
    line-height: 58px;
  }
  .careers-landing .jic-main h1 + p {
    font-size: 18px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 40em) {
  .careers-landing .jic-main h1 {
    font-size: 32px !important;
    line-height: 40px;
  }
}
.careers-landing .jic-main .ia-primary-button:hover {
  text-decoration: none !important;
}
.careers-landing .jic-main .ia-primary-button span {
  display: inherit;
}
.careers-landing h2 {
  font-size: 27px !important;
}
.careers-landing h2.title {
  text-align: center;
  font-weight: 500 !important;
}
.feature-paragraph, .careers-landing h2.title + p, .careers-landing h2.title + p + p {
  text-align: center;
  font-size: 18px !important;
  line-height: 30px;
  color: #4e4e4e !important;
}
.feature-paragraph:last-child, .careers-landing h2.title + p:last-child, .careers-landing h2.title + p + p:last-child {
  margin-bottom: 0;
}

@media (max-width: 40em) {
  .careers-landing h2 {
    font-size: 24px !important;
    line-height: 32px;
  }
  .feature-paragraph, .careers-landing h2.title + p, .careers-landing h2.title + p + p {
    font-size: 16px !important;
    line-height: 26px;
  }
}
@media (min-width: 120.063em) {
  .careers-landing h2 {
    font-size: 32px !important;
    line-height: 40px;
  }
  .feature-paragraph, .careers-landing h2.title + p, .careers-landing h2.title + p + p {
    font-size: 21px !important;
    line-height: 36px;
  }
}
.careers-landing .featured-positions {
  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;
  padding: 0 15px;
}
@media (max-width: 63.9375em) {
  .careers-landing .featured-positions {
    display: block;
    padding-bottom: 40px;
    padding-top: 20px;
  }
}
@media (min-width: 120.063em) {
  .careers-landing .featured-positions {
    max-width: 1400px;
    margin: 0 auto;
  }
}
.careers-landing .featured-positions .featured-title {
  padding-right: 40px;
  min-height: 65px;
  border-right: 1px solid #d8d8d8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.careers-landing .featured-positions .featured-title p {
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 21px;
  text-align: center;
  margin: 0;
}
@media (max-width: 63.9375em) {
  .careers-landing .featured-positions .featured-title {
    padding: 0;
    border-right: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: unset;
  }
}
.careers-landing .featured-positions .position-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}
.careers-landing .featured-positions .position-wrapper.slick-slider {
  margin: 0;
}
@media (max-width: 63.9375em) {
  .careers-landing .featured-positions .position-wrapper {
    display: block;
  }
  .careers-landing .featured-positions .position-wrapper button:focus {
    outline: 0;
  }
  .careers-landing .featured-positions .position-wrapper button.slick-arrow {
    font-size: 0;
    color: transparent;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    z-index: 200;
  }
  .careers-landing .featured-positions .position-wrapper button.slick-arrow:hover:after {
    color: #4e4e4e;
    border-color: #4e4e4e;
    cursor: pointer;
  }
  .careers-landing .featured-positions .position-wrapper button.slick-arrow:after {
    position: absolute;
    top: 0;
    width: 32px;
    height: 32px;
    border: 2px solid #9b9b9b;
    border-radius: 32px;
    color: #9b9b9b;
    font-size: 40px;
    line-height: 23px;
    /*20220418*/
    font-weight: 200;
    -webkit-transition: color 200ms ease, border-color 300ms ease;
    -o-transition: color 200ms ease, border-color 300ms ease;
    transition: color 200ms ease, border-color 300ms ease;
  }
}
@media (max-width: 63.9375em) and (max-width: 40em) {
  .careers-landing .featured-positions .position-wrapper button.slick-arrow {
    width: 24px;
    height: 24px;
  }
  .careers-landing .featured-positions .position-wrapper button.slick-arrow:after {
    width: 24px;
    height: 24px;
    font-size: 30px;
    line-height: 16px;
    font-weight: 350;
  }
}
@media (max-width: 63.9375em) {
  .careers-landing .featured-positions .position-wrapper button.slick-prev {
    left: 0;
  }
  .careers-landing .featured-positions .position-wrapper button.slick-prev:after {
    content: "‹";
    left: 0;
    padding-right: 2px;
  }
}
@media (max-width: 63.9375em) {
  .careers-landing .featured-positions .position-wrapper button.slick-next {
    right: 0;
  }
  .careers-landing .featured-positions .position-wrapper button.slick-next:after {
    content: "›";
    right: 0;
    padding-left: 2px;
    pointer-events: none;
  }
}
@media (max-width: 63.9375em) {
  .careers-landing .featured-positions .position-wrapper .slick-dots {
    bottom: -20px;
    z-index: 2;
    position: absolute;
  }
  .careers-landing .featured-positions .position-wrapper .slick-dots li.slick-active button {
    background-color: transparent;
  }
}
@media (min-width: 120.063em) {
  .careers-landing .featured-positions .position-wrapper {
    width: calc(100% - 110px);
  }
  .careers-landing .featured-positions .position-wrapper > .slick-list {
    width: 100%;
  }
}
.careers-landing .featured-positions .position-wrapper .featured-position {
  padding: 15px 0;
  width: auto;
}
@media (min-width: 120.063em) {
  .careers-landing .featured-positions .position-wrapper .featured-position {
    width: 33% !important;
  }
}
.careers-landing .featured-positions .position-wrapper .featured-position .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px solid #d8d8d8;
  padding: 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 65px;
}
@media (max-width: 63.9375em) {
  .careers-landing .featured-positions .position-wrapper .featured-position .content-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none;
  }
}
.careers-landing .featured-positions .position-wrapper .featured-position:hover {
  text-decoration: none !important;
}
@media screen and (min-width: 1024px) {
  .careers-landing .featured-positions .position-wrapper .featured-position:hover {
    background-color: #fafafa;
  }
}
.careers-landing .featured-positions .position-wrapper .featured-position p {
  margin: 0;
}
.careers-landing .featured-positions .position-wrapper .featured-position:last-child .content-wrapper {
  border-right: none;
}
.careers-landing .featured-positions .position-wrapper .featured-position img {
  width: 40px;
  margin-right: 25px;
}
@media screen and (max-width: 400px) {
  .careers-landing .featured-positions .position-wrapper .featured-position img {
    margin: 0 10px;
  }
}
.careers-landing .featured-positions .position-wrapper .featured-position .position-meta {
  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;
  width: calc(100% - 65px);
}
@media (max-width: 63.9375em) {
  .careers-landing .featured-positions .position-wrapper .featured-position .position-meta {
    width: auto;
  }
}
@media screen and (max-width: 400px) {
  .careers-landing .featured-positions .position-wrapper .featured-position .position-meta {
    width: calc(100% - 60px);
  }
}
.careers-landing .featured-positions .position-wrapper .featured-position .position-meta .title {
  font-size: 12px !important;
  font-weight: bold !important;
  color: #4e4e4e !important;
  line-height: 1.5;
  text-transform: uppercase;
}
.careers-landing .featured-positions .position-wrapper .featured-position .position-meta .available {
  font-size: 12px !important;
  color: #666666 !important;
  line-height: 21px;
}
.careers-landing hr {
  margin: 100px 0;
}
@media (max-width: 40em) {
  .careers-landing hr {
    margin: 60px 0;
  }
}
.careers-landing .intro-section {
  background-color: #f2f2f2;
  padding: 95px 0 75px 0;
}
.careers-landing .intro-section .intro-statement {
  margin-bottom: 80px;
}
@media (max-width: 40em) {
  .careers-landing .intro-section .intro-statement {
    margin-bottom: 45px;
  }
}
.careers-landing .intro-section .quote-wrapper {
  background-color: #f2f2f2;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 40em) {
  .careers-landing .intro-section .quote-wrapper {
    display: block;
    height: auto;
  }
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container {
  margin-bottom: 0;
  width: 100%;
  background-color: #ffffff;
  height: 350px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 40em) {
  .careers-landing .intro-section .quote-wrapper .quote-slick-container {
    padding: 0 15px;
    height: auto;
  }
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button:focus {
  outline: 0;
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-arrow {
  font-size: 0;
  color: transparent;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  z-index: 200;
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-arrow:hover:after {
  color: #4e4e4e;
  border-color: #4e4e4e;
  cursor: pointer;
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-arrow:after {
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #9b9b9b;
  border-radius: 32px;
  color: #9b9b9b;
  font-size: 40px;
  line-height: 23px;
  /*20220418*/
  font-weight: 200;
  -webkit-transition: color 200ms ease, border-color 300ms ease;
  -o-transition: color 200ms ease, border-color 300ms ease;
  transition: color 200ms ease, border-color 300ms ease;
}
@media (max-width: 40em) {
  .careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-arrow {
    width: 24px;
    height: 24px;
  }
  .careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-arrow:after {
    width: 24px;
    height: 24px;
    font-size: 30px;
    line-height: 16px;
    font-weight: 350;
  }
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-prev {
  left: 0;
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-prev:after {
  content: "‹";
  left: 0;
  padding-right: 2px;
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-next {
  right: 0;
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-next:after {
  content: "›";
  right: 0;
  padding-left: 2px;
  pointer-events: none;
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-prev {
  left: 4.2%;
  transform: translate(-50%, -50%) perspective(1px);
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-next {
  right: 4.2%;
  transform: translate(50%, -50%) perspective(1px);
}
@media (max-width: 40em) {
  .careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-prev, .careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-next {
    top: 127px;
  }
  .careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-prev {
    left: 15px;
    transform: translate(0, -50%) perspective(1px);
  }
  .careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-next {
    right: 15px;
    transform: translate(0, -50%) perspective(1px);
  }
}
@media (min-width: 120.063em) {
  .careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-prev {
    left: 56px;
    transform: translate(0, -50%) perspective(1px);
  }
  .careers-landing .intro-section .quote-wrapper .quote-slick-container button.slick-next {
    right: 56px;
    transform: translate(0, -50%) perspective(1px);
  }
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container .slick-track {
  display: flex;
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container .slick-track .head-shot-quote {
  align-self: center;
}
@media (max-width: 40em) {
  .careers-landing .intro-section .quote-wrapper .quote-slick-container .slick-track .head-shot-quote {
    align-self: flex-start;
  }
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container .slick-list {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 40em) {
  .careers-landing .intro-section .quote-wrapper .quote-slick-container .slick-list {
    top: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
}
.careers-landing .intro-section .quote-wrapper .quote-slick-container .slick-dots {
  left: 0;
  bottom: 15px;
  z-index: 2;
  position: absolute;
}
.careers-landing .intro-section .quote-wrapper .head-shot-quote img {
  width: 150px;
}
@media (max-width: 40em) {
  .careers-landing .intro-section .quote-wrapper .head-shot-quote img {
    margin: 0 auto 30px auto;
  }
}
.careers-landing .career-opportunities {
  padding-top: 100px;
}
@media (max-width: 40em) {
  .careers-landing .career-opportunities {
    padding-top: 50px;
  }
}
.careers-landing .career-opportunities .slick-tab-carousel {
  padding: 50px 0 25px 0;
}
.careers-landing .career-opportunities .slick-tab-carousel .slide-button-group {
  margin: 0 0 100px 0;
}
.careers-landing .career-opportunities .slick-tab-carousel .slide-button-group .slide-btn {
  height: 45px;
  color: #4e4e4e !important;
  font-size: 16px !important;
}
.careers-landing .career-opportunities .slick-tab-carousel .slide-button-group .slide-btn.active {
  color: #fff !important;
}
@media (max-width: 40em) {
  .careers-landing .career-opportunities .slick-tab-carousel {
    padding: 50px 0 0 0;
  }
  .careers-landing .career-opportunities .slick-tab-carousel .position-section.slick-slider {
    margin: 0;
  }
  .careers-landing .career-opportunities .slick-tab-carousel .slide-button-group {
    margin-bottom: 50px;
  }
}
.careers-landing .career-opportunities .grid-card-wrapper .card:hover {
  text-decoration: none !important;
}
.careers-landing .career-opportunities .grid-card-wrapper .card .card-border {
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
}
.careers-landing .career-opportunities .grid-card-wrapper .card .card-detail p {
  font-size: 14px !important;
  line-height: 18px;
  color: #4e4e4e;
}
.careers-landing .career-opportunities .grid-card-wrapper .card .card-detail .copy {
  line-height: 21px;
}
.careers-landing .career-opportunities .grid-card-wrapper .card .card-detail .title {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 24px;
  margin-bottom: 10px;
}
.careers-landing .career-opportunities .grid-card-wrapper .card .card-detail .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}
.careers-landing .career-opportunities .grid-card-wrapper .card .card-detail .card-footer p {
  margin: 0;
}
.careers-landing .career-opportunities .grid-card-wrapper .card .card-detail .card-footer p:first-child {
  font-weight: 500 !important;
  color: #4a90ad !important;
}
.careers-landing .career-opportunities .grid-card-wrapper .card .card-detail .card-footer p:last-child {
  color: #9b9b9b !important;
}
.careers-landing .career-opportunities .open-positions section {
  padding-top: 65px;
}
.careers-landing .career-opportunities .open-positions section:first-child {
  padding-top: 0;
}
.careers-landing .career-opportunities .open-positions h3 {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.careers-landing .career-opportunities .open-positions .position-container .position-item:last-child {
  margin-bottom: 0;
}
.careers-landing .unique-benefits .culture-and-people img:not(.ctaArrow),
.careers-landing .unique-benefits .customized-career-paths img:not(.ctaArrow),
.careers-landing .unique-benefits .company-values img:not(.ctaArrow),
.careers-landing .unique-benefits .work-from-home img:not(.ctaArrow) {
  width: 685px;
  max-width: unset;
}
.careers-landing .unique-benefits .ia-left-right .text-container p {
  font-size: 18px !important;
  line-height: 30px;
}
@media (min-width: 120.063em) {
  .careers-landing .unique-benefits .ia-left-right .text-container h3 {
    font-size: 32px !important;
    line-height: 40px;
    font-weight: 300;
  }
  .careers-landing .unique-benefits .ia-left-right .text-container p {
    font-size: 21px !important;
    line-height: 36px;
  }
}
.careers-landing .career-path .career-path-feature {
  /*background-image: url("");*/
  background-size: cover;
  background-position: center center;
  background-color: #435f74;
  width: 100%;
  padding: 84px 0 54px;
  margin: 100px 0 30px;
}
@media (max-width: 40em) {
  .careers-landing .career-path .career-path-feature {
    padding-top: 56px;
    margin-top: 72px;
  }
}
.careers-landing .career-path .career-path-feature h2 {
  color: #fff !important;
  margin-bottom: 30px;
  font-weight: 300 !important;
}
@media (max-width: 40em) {
  .careers-landing .career-path a img.ctaArrow {
    position: static;
  }
}
@media (max-width: 40.063em) {
  .careers-landing .instagram-feed .slick-list {
    overflow: visible;
  }
}
.careers-landing .instagram-feed .slick-dots {
  z-index: 1;
}
.careers-landing .instagram-feed .slick-dots .slick-active button {
  background-color: transparent;
}
.careers-landing .instagram-feed .slick-slide {
  outline: 0;
}
@media (max-width: 40.063em) {
  .careers-landing .instagram-feed .slick-slide {
    padding: 0 4vw;
  }
  .careers-landing .instagram-feed .slick-slide img {
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .careers-landing .instagram-feed .slick-slide .slick-center img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.careers-landing .instagram-feed .slick-slide a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.careers-landing .instagram-feed .slick-slide a.no-overlay:after {
  content: none;
}
.careers-landing .instagram-feed .slick-slide a:hover:after {
  opacity: 1;
}
.careers-landing .instagram-feed .slick-slide a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background-image: url("");*/
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (max-width: 64em) {
  .careers-landing .instagram-feed .slick-slide a:after {
    content: none;
  }
}
@media only screen and (max-width: 1175px) {
  .careers-landing .instagram-feed .feed-wrapper {
    margin-left: 8.33333% !important;
    width: 83.33333%;
  }
}
.careers-landing .instagram-feed .feed-items {
  padding: 75px 0 0 0;
}
@media (max-width: 64em) {
  .careers-landing .instagram-feed .feed-items {
    padding: 50px 0 0 0;
  }
}
@media (max-width: 40.063em) {
  .careers-landing .instagram-feed .feed-items {
    padding: 60px 0 0 0;
  }
}
.careers-landing .instagram-feed .feed-items button:focus {
  outline: 0;
}
.careers-landing .instagram-feed .feed-items button.slick-arrow {
  font-size: 0;
  color: transparent;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  z-index: 200;
}
.careers-landing .instagram-feed .feed-items button.slick-arrow:hover:after {
  color: #4e4e4e;
  border-color: #4e4e4e;
  cursor: pointer;
}
.careers-landing .instagram-feed .feed-items button.slick-arrow:after {
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #9b9b9b;
  border-radius: 32px;
  color: #9b9b9b;
  font-size: 40px;
  line-height: 23px;
  /*20220418*/
  font-weight: 200;
  -webkit-transition: color 200ms ease, border-color 300ms ease;
  -o-transition: color 200ms ease, border-color 300ms ease;
  transition: color 200ms ease, border-color 300ms ease;
}
@media (max-width: 40em) {
  .careers-landing .instagram-feed .feed-items button.slick-arrow {
    width: 24px;
    height: 24px;
  }
  .careers-landing .instagram-feed .feed-items button.slick-arrow:after {
    width: 24px;
    height: 24px;
    font-size: 30px;
    line-height: 16px;
    font-weight: 350;
  }
}
.careers-landing .instagram-feed .feed-items button.slick-prev {
  left: 0;
}
.careers-landing .instagram-feed .feed-items button.slick-prev:after {
  content: "‹";
  left: 0;
  padding-right: 2px;
}
.careers-landing .instagram-feed .feed-items button.slick-next {
  right: 0;
}
.careers-landing .instagram-feed .feed-items button.slick-next:after {
  content: "›";
  right: 0;
  padding-left: 2px;
  pointer-events: none;
}
@media (max-width: 40.063em) {
  .careers-landing .instagram-feed .feed-items button.slick-arrow {
    display: none !important;
  }
}
.careers-landing .instagram-feed .feed-items button.slick-prev {
  left: -47px;
}
.careers-landing .instagram-feed .feed-items button.slick-next {
  right: -47px;
}
.careers-landing .career-faq h2 {
  font-size: 21px !important;
  color: #4e4e4e !important;
  text-align: center;
  margin-bottom: 50px;
}
.careers-landing .equal-op {
  margin: 100px 0;
}
.careers-landing .equal-op p {
  font-style: italic;
  font-size: 14px !important;
}
@media (max-width: 40em) {
  .careers-landing .equal-op {
    margin: 60px 0;
    text-align: center;
  }
}
/*.careers-landing .learn-more {*/
/*  background: #eaeaea url("../images/banners/") no-repeat scroll center 0;*/
/*}*/


.page-careers_division .inner-nav-wrapper {
  display: none;
}

body {
  color: #4E4E4E;
}

.company-division .jic-main {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  padding: 100px;
}
@media (max-width: 63.9375em) {
  .company-division .jic-main {
    padding: 100px 70px;
  }
}
.company-division .jic-main img {
  position: absolute;
  right: -40px;
  width: 33%;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  min-width: 320px;
}
@media (max-width: 40em) {
  .company-division .jic-main img {
    left: 50%;
    position: absolute;
    top: 50%;
    right: unset;
    opacity: 0.5;
    -webkit-transform: perspective(1px) translateX(-50%) translateY(-50%);
    transform: perspective(1px) translateX(-50%) translateY(-50%);
  }
}
.company-division .jic-main h1 {
  font-size: 32px !important;
  font-weight: 600 !important;
  margin: 0 0 10px 0 !important;
  color: #FFFFFF !important;
  line-height: 40px;
}
@media (max-width: 40em) {
  .company-division .jic-main {
    padding: 75px 15px 100px 15px;
    text-align: center;
    min-height: 510px;
  }
}
.company-division .jic-main .updated {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.29px;
  line-height: 17px !important;
  opacity: 0.75;
  margin-bottom: 30px;
}
.company-division .jic-main .updated span {
  color: #FFFFFF;
}
.company-division .jic-main .description {
  color: #FFFFFF !important;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400 !important;
}
.company-division h2 {
  font-size: 24px !important;
  text-align: center;
  font-weight: 400;
}
.company-division .job-positions {
  padding: 65px 0 75px 0;
}
.company-division .job-positions h2 {
  margin-bottom: 55px;
}
.company-division .job-positions > .row:first-child {
  margin-bottom: 30px;
}
@media (max-width: 40em) {
  .company-division .job-positions {
    padding: 45px 0 35px 0;
  }
  .company-division .job-positions h2 {
    margin-bottom: 35px;
  }
  .company-division .job-positions > .row:first-child {
    margin-bottom: 0;
  }
}
.company-division .division-sections {
  background-color: #F2F2F2;
}
.company-division .division-quote {
  padding: 100px 0 50px 0;
}
.company-division .division-quote .head-shot-quote img {
  width: 150px;
}
@media (max-width: 40em) {
  .company-division .division-quote {
    padding: 45px 0 0 0;
  }
}
.company-division .division-projects {
  padding: 100px 0;
}
.company-division .division-projects h3 {
  font-size: 18px;
  color: #4E4E4E !important;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 40em) {
  .company-division .division-projects {
    padding: 25px 0;
  }
}
.company-division .division-projects .ia-btn-blue {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #4A90AD;
  border-radius: 3px;
  padding: 8px 0;
  width: 138px;
}
.company-division .division-projects .ia-btn-blue span {
  font-size: 16px;
  font-weight: 600;
  color: #4A90AD;
  line-height: 1;
}
.company-division .division-projects .ia-btn-blue:hover {
  background-color: #4A90AD;
}
.company-division .division-projects .ia-btn-blue:hover span {
  color: #FFFFFF;
}
.company-division .division-projects .ia-btn-blue {
  border-width: 1px;
}
.company-division .division-projects .ia-btn-blue span {
  font-size: 14px;
}
.company-division .division-projects .projects-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.company-division .division-projects .projects-wrapper .project {
  background-color: #FFFFFF;
  padding: 0 35px;
  height: 70px;
  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;
  border-bottom: 1px solid #CCCCCB;
}
.company-division .division-projects .projects-wrapper .project:last-child {
  border-bottom: none;
}
.company-division .division-projects .projects-wrapper .project .title {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
  font-size: 14px !important;
  font-weight: bold !important;
}
.company-division .division-projects .projects-wrapper .project .description {
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 2 auto;
  flex: 0 2 auto;
}
.company-division .division-projects .projects-wrapper .project a {
  margin-left: auto;
}
@media (max-width: 40em) {
  .company-division .division-projects .projects-wrapper .project {
    padding: 0 15px;
  }
  .company-division .division-projects .projects-wrapper .project .description {
    display: none;
  }
  .company-division .division-projects .projects-wrapper .project .ia-btn-blue {
    border: none;
  }
  .company-division .division-projects .projects-wrapper .project .ia-btn-blue:hover {
    background-color: transparent;
    text-decoration: none !important;
  }
  .company-division .division-projects .projects-wrapper .project .ia-btn-blue:hover span {
    color: #4a90ad;
  }
}
.company-division .division-images {
  padding: 100px 0;
}
.company-division .division-images h3 {
  font-size: 18px;
  color: #4E4E4E !important;
  line-height: 24px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 40em) {
  .company-division .division-images {
    padding: 25px 0 0 0;
  }
  .company-division .division-images .division-slick .slick-dots li.slick-active button {
    background-color: transparent;
  }
}
.company-division .division-faq {
  padding: 100px 0 135px 0;
}
.company-division .division-faq h2 {
  font-size: 21px !important;
  color: #4E4E4E !important;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 40em) {
  .company-division .division-faq {
    padding: 50px 0;
  }
}
/*.company-division .learn-more {*/
/*  background: #eaeaea url("") no-repeat scroll center 0;*/
/*}*/

/*

*/
.page-careers_posting .inner-nav-wrapper {
  display: none;
}

body {
  color: #4E4E4E;
}

.career-job-posting .jic-main {
  min-height: 400px;
  position: relative;
  overflow: hidden;
  padding: 100px;
}
@media (max-width: 63.9375em) {
  .career-job-posting .jic-main {
    padding: 100px 70px;
  }
}
.career-job-posting .jic-main img {
  position: absolute;
  right: -40px;
  width: 33%;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  min-width: 320px;
}
@media (max-width: 40em) {
  .career-job-posting .jic-main img {
    left: 50%;
    position: absolute;
    top: 50%;
    right: unset;
    opacity: 0.5;
    -webkit-transform: perspective(1px) translateX(-50%) translateY(-50%);
    transform: perspective(1px) translateX(-50%) translateY(-50%);
  }
}
.career-job-posting .jic-main h1 {
  font-size: 32px !important;
  font-weight: 600 !important;
  margin: 0 0 10px 0 !important;
  color: #FFFFFF !important;
  line-height: 40px;
}
@media (max-width: 40em) {
  .career-job-posting .jic-main {
    padding: 75px 15px 100px 15px;
    text-align: center;
    min-height: 510px;
  }
}
.career-job-posting .jic-main .updated {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0.29px;
  line-height: 17px !important;
  opacity: 0.75;
  margin-bottom: 30px;
}
.career-job-posting .jic-main .updated span {
  color: #FFFFFF;
}
.career-job-posting .jic-main .description {
  color: #FFFFFF !important;
  font-size: 18px !important;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 0;
  font-weight: 400 !important;
}
@media screen and (max-width: 700px) {
  .career-job-posting .jic-main {
    padding: 75px 15px 100px 15px;
    text-align: center;
    min-height: 510px;
  }
  .career-job-posting .jic-main .medium-8 {
    width: 100%;
  }
}
.career-job-posting .jic-main .ia-white-btn {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  border: none;
  padding: 0 32px;
  height: 45px;
  border-radius: 3px;
  background-color: #FFFFFF;
  z-index: 2;
  font-size: 17px;
  font-weight: 400;
  /*20220418*/
  color: #445C6D;
  width: 225px;
  margin-bottom: 15px;
}
.career-job-posting .jic-main .ia-white-btn, .career-job-posting .jic-main .ia-white-btn:link, .career-job-posting .jic-main .ia-white-btn:hover, .career-job-posting .jic-main .ia-white-btn:focus, .career-job-posting .jic-main .ia-white-btn:active, .career-job-posting .jic-main .ia-white-btn:visited {
  color: #445C6D;
}
.career-job-posting .jic-main .ia-white-btn:hover, .career-job-posting .jic-main .ia-white-btn:focus {
  background: #f2f2f2;
  text-decoration: none !important;
}
.career-job-posting .jic-main .ia-white-btn.disabled {
  background: #9B9B9B;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
.career-job-posting .jic-main .ia-white-btn span {
  font-size: 17px;
  color: #445C6D;
  line-height: 21px;
  font-weight: 500;
}
.career-job-posting .jic-main .jic-main-content {
  position: relative;
}
.career-job-posting .jic-main .jic-main-content .updated-section {
  margin-bottom: 30px;
}
.career-job-posting .jic-main .jic-main-content .updated-section .updated {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 40em) {
  .career-job-posting .jic-main .jic-main-content .updated-section .updated:last-child {
    display: block;
  }
}
.career-job-posting .jic-main .jic-main-content .apply-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}
@media screen and (max-width: 700px) {
  .career-job-posting .jic-main .jic-main-content .apply-section {
    position: static;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding-top: 40px;
  }
}
.career-job-posting .jic-main .jic-main-content .apply-section .contact-us {
  font-size: 17px !important;
  font-weight: 600;
  line-height: 21px;
  color: #FFFFFF !important;
}
.career-job-posting hr {
  margin: 100px 0;
}
@media (max-width: 40em) {
  .career-job-posting hr {
    margin: 60px 0;
  }
}
.career-job-posting .job-details {
  padding: 75px 0 0 0;
}
.career-job-posting .job-details p,
.career-job-posting .job-details li {
  font-size: 18px !important;
  font-weight: 300 !important;
  color: #4E4E4E !important;
}
.career-job-posting .job-details ul {
  list-style: none;
}
.career-job-posting .job-details ul li {
  position: relative;
  margin-bottom: 20px;
}
.career-job-posting .job-details ul li:before {
  content: "•";
  font-size: 20px;
  position: absolute;
  left: -13px;
}
.career-job-posting .job-details h3 {
  margin: 60px 0 25px 0;
}
.career-job-posting .job-details h3:first-child {
  margin-top: 0;
}
@media (max-width: 40em) {
  .career-job-posting .job-details {
    padding: 45px 0 0 0;
  }
}
.career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn {
  display: inline-flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  border: none;
  padding: 0 32px;
  height: 45px;
  border-radius: 3px;
  background-color: #445C6D;
  z-index: 2;
  font-size: 17px;
  font-weight: 400;
  /*20220418*/
  color: #FFFFFF;
  width: 225px;
  margin: 60px 0 0 0;
}
.career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn, .career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn:link, .career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn:hover, .career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn:focus, .career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn:active, .career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn:visited {
  color: #FFFFFF;
}
.career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn:hover, .career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn:focus {
  background: #3a4f5d;
  text-decoration: none !important;
}
.career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn.disabled {
  background: #9B9B9B;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
.career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn span {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 21px;
  font-weight: 500;
}
@media (max-width: 40em) {
  .career-job-posting .job-details .description-apply-btn-wrapper {
    text-align: center;
  }
  .career-job-posting .job-details .description-apply-btn-wrapper .ia-blue-btn {
    margin: 45px 0 0 0;
  }
}
.career-job-posting .job-details .equal-op {
  margin-top: 60px;
}
.career-job-posting .job-details .equal-op p {
  font-style: italic;
  font-size: 14px !important;
  color: #9B9B9B !important;
}
@media (max-width: 40em) {
  .career-job-posting .job-details .equal-op {
    margin-top: 45px;
    text-align: center;
  }
}
.career-job-posting .discover-perks {
  padding: 0 0 100px 0;
}
.career-job-posting .discover-perks h3 {
  text-align: center;
  margin: 0 0 75px 0;
}
@media screen and (max-width: 1115px) {
  .career-job-posting .discover-perks .small-12 {
    width: 90%;
    margin-left: 5%;
  }
}
.career-job-posting .discover-perks .perks-list.slick-slider {
  margin: 0;
}
@media (max-width: 40em) {
  .career-job-posting .discover-perks .perks-list {
    text-align: center;
  }
}
.career-job-posting .discover-perks .perks-list button:focus {
  outline: 0;
}
.career-job-posting .discover-perks .perks-list button.slick-arrow {
  font-size: 0;
  color: transparent;
  background: none;
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0;
  z-index: 200;
}
.career-job-posting .discover-perks .perks-list button.slick-arrow:hover:after {
  color: #4e4e4e;
  border-color: #4e4e4e;
  cursor: pointer;
}
.career-job-posting .discover-perks .perks-list button.slick-arrow:after {
  position: absolute;
  top: 0;
  width: 32px;
  height: 32px;
  border: 2px solid #9b9b9b;
  border-radius: 32px;
  color: #9b9b9b;
  font-size: 40px;
  line-height: 23px;
  /*20220418*/
  font-weight: 200;
  -webkit-transition: color 200ms ease, border-color 300ms ease;
  -o-transition: color 200ms ease, border-color 300ms ease;
  transition: color 200ms ease, border-color 300ms ease;
}
@media (max-width: 40em) {
  .career-job-posting .discover-perks .perks-list button.slick-arrow {
    width: 24px;
    height: 24px;
  }
  .career-job-posting .discover-perks .perks-list button.slick-arrow:after {
    width: 24px;
    height: 24px;
    font-size: 30px;
    line-height: 16px;
    font-weight: 350;
  }
}
.career-job-posting .discover-perks .perks-list button.slick-prev {
  left: 0;
}
.career-job-posting .discover-perks .perks-list button.slick-prev:after {
  content: "‹";
  left: 0;
  padding-right: 2px;
}
.career-job-posting .discover-perks .perks-list button.slick-next {
  right: 0;
}
.career-job-posting .discover-perks .perks-list button.slick-next:after {
  content: "›";
  right: 0;
  padding-left: 2px;
  pointer-events: none;
}
.career-job-posting .discover-perks .perks-list button.slick-prev {
  left: -47px;
}
.career-job-posting .discover-perks .perks-list button.slick-next {
  right: -47px;
}
@media (max-width: 40em) {
  .career-job-posting .discover-perks .perks-list button.slick-prev {
    left: -25px;
  }
  .career-job-posting .discover-perks .perks-list button.slick-next {
    right: -25px;
  }
}
.career-job-posting .discover-perks .perks-list .slick-dots {
  bottom: -40px;
  z-index: 2;
  position: absolute;
}
.career-job-posting .discover-perks .perks-list .slick-dots li.slick-active button {
  background-color: transparent;
}
.career-job-posting .discover-perks .perks-list .perk-item {
  padding: 0 15px;
}
.career-job-posting .discover-perks .perks-list .perk-item img {
  width: 65px;
  height: 45px;
  margin-bottom: 16px;
}
@media (max-width: 40em) {
  .career-job-posting .discover-perks .perks-list .perk-item img {
    margin-left: auto;
    margin-right: auto;
  }
}
.career-job-posting .discover-perks .perks-list .perk-item .perk-title {
  font-size: 18px !important;
  line-height: 24px;
  font-weight: 400 !important;
  color: #4e4e4e;
  margin-bottom: 5px;
}
.career-job-posting .discover-perks .perks-list .perk-item p {
  color: #666666 !important;
  font-size: 14px !important;
  line-height: 21px;
  font-weight: 300;
  margin-bottom: 0;
}
.career-job-posting .discover-perks .perks-list .perk-item .link-underline, .career-job-posting .discover-perks .perks-list .perk-item .ia-left-right .text-container p a, .ia-left-right .text-container p .career-job-posting .discover-perks .perks-list .perk-item a {
  color: inherit !important;
  border-bottom: 1px solid #4A90AD;
  font-weight: 300 !important;
}
.career-job-posting .discover-perks .perks-list .perk-item .link-underline:hover, .career-job-posting .discover-perks .perks-list .perk-item .ia-left-right .text-container p a:hover, .ia-left-right .text-container p .career-job-posting .discover-perks .perks-list .perk-item a:hover {
  border-bottom: 2px solid #4A90AD;
  text-decoration: none !important;
}
.career-job-posting .learn-more {
  background: #eaeaea url("../images/banners/AboutUs_Footers_Careers.jpg") no-repeat scroll center 0;
}

@media (max-width: 40em) {
  .jconfirm-careers-posting-page .ia-flex-form .ia-flex-input-group .ia-flex-input {
    padding: 0;
  }
}
@media (max-width: 40em) {
  .jconfirm-careers-posting-page .ia-flex-form .btn-group {
    padding: 0;
  }
}
.jconfirm-careers-posting-page .ia-flex-form .btn-group .left-section {
  flex: 1;
}
@media (min-width: 40em) and (max-width: 63.9375em) {
  .jconfirm-careers-posting-page .ia-flex-form .btn-group .right-section {
    flex: 0 0 200px;
    width: 200px;
    text-align: end;
  }
}
.jconfirm-careers-posting-page .ia-flex-form .btn-group .file-upload label.error {
  float: none;
}
.jconfirm-careers-posting-page .ia-flex-form .btn-group .file-upload .label-row {
  margin-right: 1%;
  width: 100%;
  margin-bottom: 8px;
}
@media (min-width: 40em) {
  .jconfirm-careers-posting-page .ia-flex-form .btn-group .file-upload .optional {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 220px);
  }
}
@media (max-width: 40em) {
  .jconfirm-careers-posting-page .ia-flex-form .btn-group .file-upload .optional.contains-resume {
    margin-bottom: 16px;
  }
}
@media (max-width: 40em) {
  .jconfirm-careers-posting-page .ia-flex-form .btn-group .file-upload {
    text-align: center;
  }
  .jconfirm-careers-posting-page .ia-flex-form .btn-group .file-upload .upload-btn {
    display: flex;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 40em) {
  .jconfirm-careers-posting-page .ia-flex-form .btn-group {
    align-items: center;
  }
  .jconfirm-careers-posting-page .ia-flex-form .btn-group:nth-last-child(2) {
    margin-top: 0;
  }
  .jconfirm-careers-posting-page .ia-flex-form .btn-group:nth-last-child(2) .left-section {
    margin-bottom: 32px;
  }
  .jconfirm-careers-posting-page .ia-flex-form .btn-group .left-section {
    margin-bottom: 0;
    width: 100%;
  }
}

/**
 * @prettier
 */
/*

*/
/**
 * @prettier
 */
/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
.about-carousel-button {
  position: relative;
}
.about-carousel-button[data-focus-type=key]:focus::after {
  content: "";
  position: absolute;
  top: -9px;
  left: -9px;
  width: calc(100% + 18px);
  height: calc(100% + 18px);
  border: 2px solid #8FC1FE;
  border-radius: 3px;
}

/**
 * @prettier
 */
/*

*/
/**
 * @prettier
 */
/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
.page-customers {
  /*
   * See ADA styling section of main README.md
   */
  /**
   * End Focus Styles
   */
}
.page-customers div.case-study a {
  position: relative;
}
.page-customers div.case-study a[data-focus-type=key]:focus::after {
  content: "";
  position: absolute;
  top: -87px;
  left: -6px;
  width: calc(100% + 12px);
  height: calc(100% + 176px);
  border: 2px solid #8FC1FE;
  border-radius: 3px;
}
.page-customers .company-logos {
  margin-bottom: 3.5em;
}
.page-customers #customerlist {
  margin-top: 3em;
}
.page-customers .filter {
  margin-bottom: 2em;
}
.page-customers .filter select {
  width: 10.75em;
  font-size: 0.875em;
  color: #4e4e4e;
  border: 1px solid #dfdfde;
  background-color: #eaeaea;
  border-radius: 5px;
}
.page-customers li.customer {
  margin-bottom: 20px;
}
.page-customers li.customer span {
  font-weight: 300;
  font-size: 1em;
  margin-right: 1px;
  color: #4e4e4e;
}
.page-customers li.customer img {
  max-height: 20px;
  position: relative;
  top: -3px;
  margin-right: 3px;
  margin-left: 3px;
}
.page-customers .filter select,
.page-customers .filter label,
.page-customers .filter input {
  display: inline-block;
}
.page-customers .filter select {
  width: 12em;
  margin-right: 2em;
}
.page-customers #customer-panel ul {
  list-style-type: none;
}
.page-customers .company-logo-image,
.page-customers .company-logo-quote {
  margin-top: 0.9375em;
  margin-bottom: 0.9375em;
}
.page-customers .company-logo-quote {
  height: 17em;
}
.page-customers .company-logo-quote > div {
  border: 1px solid #ebebeb;
  height: 100%;
  padding: 3.4375em 2.75em;
}
.page-customers .company-logo-quote {
  display: inline;
}
.page-customers .company-logo-quote p.quote {
  display: inline;
  position: relative;
}
.page-customers .company-logo-quote p {
  font-size: 1.3125em !important;
  font-weight: 400 !important;
  color: #445c6d !important;
  float: left;
}
.page-customers span.style-quote,
.page-customers span.style-end-quote {
  font-size: 48px;
  color: #d3d3d3;
  position: absolute;
}
.page-customers span.style-quote {
  top: -16px;
  left: -20px;
}
.page-customers span.style-end-quote {
  bottom: -29px;
}
.page-customers span.the-quoted {
  font-size: 0.875em;
  color: #989898;
}
.page-customers hr {
  margin: 6.25em 0 !important;
}
.page-customers div.case-study {
  /*margin: 2em inherit;*/
  margin-top: 2em;
  margin-bottom: 2em;
}
.page-customers div.case-study img {
  width: 100%;
}
.page-customers div.case-study h5 {
  margin-top: 1.5em !important;
}
.page-customers div#learn-more.aboutcustomers {
  margin-top: 6em;
  background: url("/jicsite/static/images/footer/footer_bg.jpg") center 0 no-repeat #eaeaea;
}
.page-customers select#industries:focus {
  outline: none;
  border: 2px solid #8fc1fe;
  border-radius: 3px;
}
.page-customers input#show_has_cs_only:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 64.063em) {
  .page-customers .company-logo-quote {
    height: auto;
  }
  .page-customers #about-wrapper .company-logos .company-logo-quote div p.quote {
    font-size: 1.33em !important;
  }
}
@media only screen and (min-width: 40.064em) and (max-width: 64.062em) {
  .page-customers .company-logo-quote {
    height: 0;
    padding-bottom: calc(41.85% - 10px);
    margin-bottom: 0;
    float: left;
  }
  .page-customers .company-logo-quote > div {
    border: 1px solid #ebebeb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    padding: 3.4375em 2.75em;
  }
}
@media only screen and (max-width: 40.063em) {
  .page-customers #about-wrapper h1 + p {
    margin-bottom: 1.8em;
  }
  .page-customers div.case-study h5 {
    margin-top: 0.5em !important;
  }
  .page-customers .company-logos {
    margin-bottom: 1.5em;
  }
  .page-customers hr {
    margin: 3em 0 !important;
  }
  .page-customers div#learn-more.aboutcustomers {
    margin-top: 3em;
  }
  .page-customers .case-study {
    margin-bottom: 0em !important;
  }
  .page-customers input#show_has_cs_only {
    margin-left: -3em;
  }
  .page-customers li.customer {
    font-size: 0.825em !important;
  }
}

/**
 * @prettier
 */
/*

*/
/**
 * @prettier
 */
/* SCSS Mixins Based on Foundation's Breakpoints */
/* Font definition */
/* Mixin for all link states to declare common declarations */
/* Mixin for ADA focus styling */
.page-contact h1 {
  margin: 4.6875rem 0 4.6875rem !important;
}
.page-contact h2 {
  margin-bottom: 0;
}
.page-contact h2.emails {
  margin-bottom: 1.9em;
}
.page-contact h2 + p {
  font-size: 1.25em !important;
  font-weight: 100;
  color: #445c6d !important;
  margin-bottom: 0.9375em;
}
.page-contact h2 + p.body {
  font-size: inherit !important;
  color: #4e4e4e !important;
  margin-bottom: 0;
}
.page-contact span.address {
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 0.9em;
  display: block;
  color: #4e4e4e;
}
.page-contact div#row1 {
  margin-bottom: 2.5em;
}
.page-contact div#learn-more {
  margin-top: 6em;
  background: url("../images/banners/AboutUs_Footers_Contact.jpg") center 0 no-repeat #eaeaea;
}
@media only screen and (max-width: 64.063em) {
  .page-contact div.refer {
    height: 20em;
    position: relative;
    margin-top: 4.6875rem;
  }
  .page-contact a.secondary-button {
    position: absolute;
    left: 5%;
    bottom: 1em;
    width: 90%;
  }
}
@media only screen and (min-width: 40.064em) and (max-width: 64.062em) {
  .page-contact #refers {
    height: 10em;
  }
}
@media only screen and (max-width: 40.063em) {
  .page-contact div.refer {
    height: 20em;
    position: relative;
    margin-top: 0rem;
  }
  .page-contact #about-wrapper h1 {
    margin-bottom: 0 !important;
  }
  .page-contact h2.emails {
    margin-bottom: 0;
  }
  .page-contact h2 {
    margin-top: 1.5rem;
  }
}

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