/* ==========================================================================
   Base styles: defaults
   ========================================================================== */
   html {
    color: #222;
    font-size: 100%;
    height: 100%;
    line-height: 1.4;
  }
  
  *,
  *:before,
  *:after {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  
  .altair-header .navbar-brand .brand *, .altair-header .nav__search   {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  
  .altair-header .navbar-brand .brand img, .altair-header .navbar-brand svg {
    vertical-align: baseline;
  }
  
  body {
    font-family: "HCo Gotham SSm", sans-serif;
  }
  
  ::-moz-selection {
    background: #0389b4;
    color: #fff;
    text-shadow: none;
  }
  
  ::selection {
    background: #0389b4;
    color: #fff;
    text-shadow: none;
  }
  
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  
  audio,
  canvas,
  iframe,
  img,
  svg,
  video {
    vertical-align: middle;
  }
  
  fieldset,
  figure {
    border: 0;
    margin: 0;
    padding: 0;
  }
  
  textarea {
    resize: vertical;
  }
  
  /* ==========================================================================
     Font weights available: 400 - Normal, 600 - Semibold, 700 - Bold
     ========================================================================== */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
    padding: 0;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-weight: 700;
  }
  
  /* ==========================================================================
     GLOBALS - Shared Elements            Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  
  .ja-JP.default {
    font-family: DaxWeb, "Meiryo UI", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3",
      "Hiragino Kaku Gothic Pro", "ãƒ¡ã‚¤ãƒªã‚ª", Meiryo, Osaka, sans-serif !important;
  }
  
  #container {
    background: #fff;
  }
  
  #altair-overlay {
    background: rgba(0, 0, 0, 0.7);
    cursor: pointer;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 50;
  }
  
  #altair-overlay .holder {
    height: 400px;
    margin-top: -250px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  
  #altair-overlay .wistia_embed {
    display: none;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
  }
  
  .holder {
    margin: 0 auto;
    width: 1300px;
  }
  
  .global-btn,
  #splash .read-more {
    color: #fff;
    display: inline-block;
    height: auto;
    line-height: 1.3;
    margin-top: 30px;
    padding: 12px 15px;
    text-decoration: none;
  }
  
  .txt-center {
    text-align: center;
  }
  
  .txt-right {
    text-align: right;
  }
  
  .inline-block {
    display: block;
  }
  /** Global change for new branding **/
  input[type="submit"],
  .global-btn {
    background: #2dccd3;
    -webkit-transition: background 0.12s linear;
    -moz-transition: background 0.12s linear;
    -o-transition: background 0.12s linear;
    transition: background 0.12s linear;
  }
  
  .splash-link ~ .holder .read-more,
  #splash .holder .read-more {
    background: #00a9e0;
    margin-right: 20px;
  }
  
  input[type="submit"]:hover,
  .global-btn:hover,
  .splash-link:hover ~ .holder .read-more,
  #splash:hover .holder .read-more {
    /*background: #0389b4;*/
  }
  
  /* ==========================================================================
     SECTION - Header                     Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  #mobile-menu,
  #mobile-toggler {
    display: none;
  }
  
  #underlay {
    background: #f2f2f2;
    border-bottom: 1px solid #b0b2b4;
    display: none;
    height: 0px;
    left: 0;
    position: absolute;
    top: 62px;
    width: 100%;
    z-index: 0;
  }
  
  #underlay.white {
    background: #f2f2f2;
    background: -moz-linear-gradient(
      left,
      #f2f2f2 0%,
      #f2f2f2 50%,
      #ffffff 51%,
      #ffffff 100%
    );
    background: -webkit-linear-gradient(
      left,
      #f2f2f2 0%,
      #f2f2f2 50%,
      #ffffff 51%,
      #ffffff 100%
    );
    background: linear-gradient(
      to right,
      #f2f2f2 0%,
      #f2f2f2 50%,
      #ffffff 51%,
      #ffffff 100%
    );
  }
  
  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  nav li {
    float: left;
  }
  
  /* Cookie Bar present */
  .has-cookie-bar .home {
    top: 77px;
  }
  
  @media only screen and (min-width: 437px) {
    .has-cookie-bar .home {
      top: 52px;
    }
  }
  
  /* japan needs to break at different width because of text length*/
  .ja-JP.has-cookie-bar .home {
    top: 77px;
  }
  
  @media only screen and (min-width: 723px) {
    .ja-JP.has-cookie-bar .home {
      top: 52px;
    }
  }
  /* End Cookie Bar present */
  .home {
    background-color: #5e5c5c;
    height: 62px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  
  .home .holder {
    height: 100%;
    margin: 0 auto;
    width: 1300px;
  }
  
  .home .holder a.logo {
    display: inline-block;
    height: 62px;
    position: relative;
    width: 150px;
  }
  
  .home .holder a.logo img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  .home .desktop {
    float: right;
    width: 85%;
  }
  
  .ru-RU .home .desktop {
    width: 86%;
  }
  
  body[class*="salesforce"] .home nav li,
  body[class*="salesforce"] .symbols .search,
  body[class*="salesforce"] #contacts,
  body[class*="salesforce"] footer {
    display: none;
  }
  
  body[class*="partnerportal"] .home nav li,
  body[class*="partnerportal"] .symbols .search,
  .home nav li.portal {
    display: none;
  }
  
  body[class*="partnerportal"] .home nav li.portal {
    display: table;
  }
  
  body[class*="partnerportal"] .home nav li a {
    font-size: 0.875rem;
    padding: 0 12px;
  }
  
  body[class*="partnerportal"] .home .drop a {
    padding: 10px 20px;
  }
  
  body[class*="partnerportal"] .globe div.drop a,
  body[class*="partnerportal"] .globe div.drop span {
    padding: 4px 15px;
  }
  
  body[class*="partnerportal"] .symbols .settings {
    display: table-cell;
  }
  
  .home nav {
    float: left;
  }
  
  .home nav li {
    cursor: pointer;
    display: table;
    position: relative;
  }
  
  .home nav li a {
    color: #fff;
    display: table-cell;
    font-size: 1rem;
    height: 62px;
    padding: 0 20px;
    text-decoration: none;
    vertical-align: middle;
  }
  
  .home nav li a:hover {
    color: #fff;
  }
  
  .no-js .home nav li:hover a,
  .home nav > ul > li.current a {
    background-color: #f2f2f2;
    color: #000;
  }
  
  .no-js .home nav li:hover .dropdown,
  .home nav > ul > li.current .dropdown {
    left: 0;
  }
  
  .home .dropdown {
    background: #f2f2f2;
    cursor: default;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    left: -999em;
    position: absolute;
    top: 100%;
    width: 275px;
    z-index: 50;
  }
  
  .nav-products .dropdown,
  .nav-staffing .dropdown {
    width: 792px;
  }
  
  .nav-ventures .dropdown {
    width: 712px;
  }
  
  .nav-solutions .dropdown {
    width: 825px;
  }
  
  .nav-resources .dropdown {
    width: 550px;
  }
  
  .home .drop {
    display: block;
    float: left;
    font-size: 1rem;
    width: 275px;
  }
  
  .home .drop h3 {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    padding: 0 20px 10px;
    text-transform: uppercase;
  }
  
  .home .drop a {
    color: #000;
    display: block;
    height: auto;
    padding: 7px 20px;
    text-decoration: none;
  }
  
  .home .drop a.blue {
    color: #00a9e0;
    text-decoration: none;
    background-color: transparent;
    display: inline-block;
  }
  
  .home .drop a:hover {
    background: #00a9e0;
    color: #fff;
  }
  
  .home .drop a.blue:hover {
    color: #00a9e0;
    text-decoration: underline;
    background-color: transparent;
  }
  
  .home .drop a:last-child {
    margin-bottom: 10px;
  }
  
  .home .drop a.blue:last-child {
    margin-bottom: 0;
  }
  
  .home .drop.white {
    background: #fff;
    padding: 18px 25px;
    width: 517px;
    /*height: 403px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;*/
  }
  
  .home .drop.white span {
    display: inline-block;
  }
  
  .nav-ventures .drop.white {
    width: 437px;
  }
  
  .drop.white .nav-pics {
    /*border: 1px solid #939393;*/
    height: auto;
    margin-bottom: 12px;
    max-height: 265px;
    overflow: hidden;
    position: relative;
    width: 467px;
  }
  
  .drop.white .nav-pics img {
    height: auto;
    left: 0;
    /*position: absolute;*/
    top: 0;
    width: 100%;
  }
  
  .drop.white .nav-pics img ~ img,
  .home .drop.white span ~ span {
    display: none;
  }
  
  .drop.white span {
    width: 465px;
  }
  
  .nav-ventures .drop.white .nav-pics {
    width: 387px;
  }
  
  .nav-ventures .drop.white span,
  .nav-ventures .drop.white .nav-pics img {
    width: 385px;
  }
  
  .home .tiers {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  
  .home .drop.tier {
    flex: 0 0 275px;
    float: none;
    margin: 20px 0;
  }
  
  .home .drop.tier ~ .drop.tier {
    border-left: 1px solid #b0b2b4;
  }
  
  .nav-solutions .desktop {
    padding-left: 129px;
  }
  .nav-staffing .desktop {
    padding-left: 260px;
  }
  .nav-ventures .desktop {
    padding-left: 378px;
  }
  .nav-about .desktop {
    padding-left: 507px;
  }
  
  .fr-FR .nav-ventures .drop.white {
    width: 300px;
  }
  
  .fr-FR .nav-ventures .drop.white .nav-pics {
    height: 173px;
    width: 250px;
  }
  
  .fr-FR .drop.white span,
  .fr-FR .nav-ventures .drop.white span,
  .fr-FR .nav-ventures .drop.white .nav-pics img {
    width: 100%;
  }
  
  .fr-FR .nav-ventures .drop.white .nav-pics img {
    height: auto;
  }
  
  .symbols {
    color: #fff;
    display: table;
    float: right;
    font-size: 0.875rem;
    position: relative;
  }
  
  .symbols .fa {
    color: #fff;
    font-size: 1.875rem;
  }
  
  .symbols .icon {
    color: #fff;
    display: table-cell;
    height: 62px;
    vertical-align: middle;
  }
  
  .symbols .code {
    padding-left: 10px;
    position: relative;
    top: -5px;
  }
  
  .globe,
  .settings {
    cursor: pointer;
    padding: 0 15px;
    position: relative;
  }
  
  .symbols .settings {
    display: none;
  }
  
  .globe div.drop,
  .settings div.drop {
    background: #f1f2f2;
    font-size: 0.875rem;
    left: -999em;
    min-height: 50px;
    padding: 10px 0;
    position: absolute;
    top: 62px;
    width: 228px;
    z-index: 50;
  }
  
  .globe.icon:hover,
  .globe.icon:hover .fa,
  .envelope.icon:hover,
  .envelope.icon:hover .fa,
  .settings.icon:hover {
    background: #f1f2f2;
    color: #272525;
  }
  
  .globe:hover div.drop,
  .settings:hover div.drop {
    left: 0;
  }
  
  .settings:hover div.drop {
    left: auto;
    padding: 10px 0 0;
    right: 0;
  }
  
  .globe div.drop span {
    cursor: default;
    display: block;
  }
  
  .globe div.drop a,
  .globe div.drop span {
    padding: 4px 15px;
  }
  
  .envelope.icon a,
  .search.icon {
    display: table-cell;
    height: 62px;
    padding: 0 15px;
    vertical-align: middle;
  }
  
  .search.icon {
    cursor: pointer;
  }
  
  #for-search.holder {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    position: absolute;
    right: -175px;
    top: 0;
    width: 1125px;
    z-index: -1;
  }
  
  #for-search.holder.opened {
    z-index: 10;
  }
  
  #searchbox {
    background: #d6d6d6;
    height: 62px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 0;
  }
  
  #searchbox.opened {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    width: 100%;
  }
  
  #searchbox .sb-search-submit,
  .sb-search-input,
  .sb-search-close {
    background: #d6d6d6;
    border: none;
    color: #000;
    float: left;
    height: 62px;
  }
  
  .sb-search-submit {
    font-family: "FontAwesome";
    font-size: 1.875rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 62px;
    padding: 0;
    speak: none;
    text-transform: none;
    text-align: center;
    width: 62px;
    -webkit-font-smoothing: antialiased;
  }
  
  .sb-search-input {
    font-family: inherit;
    font-size: 1.125rem;
    font-weight: 600;
    outline: none;
    width: calc(100% - 124px);
  }
  
  .sb-search-close {
    cursor: pointer;
    padding: 18px 0 0;
    text-align: center;
    width: 62px;
  }
  
  input[type="text"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
  }
  
  .sb-search-input::-webkit-input-placeholder {
    color: #000;
  }
  
  .sb-search-input:-moz-placeholder {
    color: #000;
  }
  
  .sb-search-input::-moz-placeholder {
    color: #000;
  }
  
  .sb-search-input:-ms-input-placeholder {
    color: #000;
  }
  
  /* ==========================================================================
     SECTION - Splash                     Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  #splash-media {
    height: 514px;
    overflow: hidden;
    width: 100%;
    margin-top: 62px;
  }
  
  #splash {
    height: 514px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
  
  #splash video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  #splash .holder {
    min-height: 514px;
    position: relative;
    width: 1300px;
  }
  
  #splash h1 {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 0 0 20px;
    line-height: 1.2;
  }
  
  #splash h2 {
    font-size: 1.875rem;
    font-weight: 400;
    padding: 0 0 20px;
    line-height: 1.2;
  }
  
  #splash h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
  }
  
  #splash sup {
    top: -0.7em;
    font-size: 55%;
  }
  
  #splash .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    height: 514px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  
  #splash div[class^="full-txt"].black a,
  #splash div[class^="full-txt"] a {
    color: #222;
  }
  
  #splash div[class^="full-txt"].white a {
    color: #fff;
  }
  
  #splash .wistia_embed {
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 30;
  }
  
  #splash .wistia_embed.read-more {
    position: relative;
    display: inline-block;
  }
  
  #splash .wistia_click_to_play {
    width: 100% !important;
  }
  
  .splash-link {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  
  .wistia_embed + .splash-link {
    display: none;
  }
  
  #splash .holder > div {
    width: 100%;
  }
  
  .product-resources #splash .holder {
    display: table;
    vertical-align: middle;
    min-height: 0;
    height: 100%;
    z-index: 10;
    /* top: -614px; */
  }
  
  .product-resources #splash .holder > div {
    display: table-cell;
    vertical-align: middle;
  }
  
  .list-view .support-items-holder {
    grid-template-columns: 1fr;
  }
  
  .list-view .support-card {
    padding: 0.6rem 1.4rem;
  }
  
  .list-view .st-resource-img {
    display: none;
  }
  
  .list-view .support-card-category {
    margin-top: 1.5em;
  }
  
  .concept-gen:not(.faq-card) .support-card-category,
  .concept-gen.faq-answer-holder dl {
    border-color: #f2931e;
  }
  
  .three-d-concept:not(.faq-card) .support-card-category,
  .three-d-concept.faq-answer-holder dl {
    border-color: #33fc28;
  }
  
  .model-based:not(.faq-card) .support-card-category,
  .model-based.faq-answer-holder dl {
    border-color: #ecbe02;
  }
  
  .manufacturing:not(.faq-card) .support-card-category,
  .manufacturing.faq-answer-holder dl {
    border-color: #e75941;
  }
  
  .multi-categories:not(.faq-card) .support-card-category,
  .multi-categories.faq-answer-holder dl {
    border-color: #2dccd3;
  }
  
  /* ==========================================================================
     SECTION - Identity                   Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  #identity {
    background: #eee;
    color: #000;
    font-size: 1.875rem;
    font-weight: 600;
    min-height: 190px;
    padding: 30px 0;
    text-align: center;
  }
  
  #identity .holder {
    width: 1100px;
  }
  
  #identity span {
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.4;
    padding-top: 12px;
  }
  
  /* ==========================================================================
     SECTION - Stories                    Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  #stories {
    height: auto;
    position: relative;
  }
  
  #stories h2 {
    color: #222;
    cursor: default;
    display: block;
    font-size: 1.875rem;
    font-weight: 600;
    left: 0;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 22px;
    width: 1300px;
    z-index: 5;
  }
  
  #stories h2.white {
    color: #fff;
  }
  
  #stories .overlay {
    background-color: rgba(0, 0, 0, 0.4);
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  
  .stories-link {
    display: none;
  }
  
  .stories-link.current {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  
  .list-carousel.responsive {
    width: auto;
    margin-left: 0;
  }
  
  .list-carousel ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .list-carousel li {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 700px;
    margin: 0;
    padding: 0;
    width: auto;
  }
  
  .pager {
    height: 50px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    top: 85px;
    width: 1300px;
    z-index: 10;
  }
  
  .pager a {
    background-color: rgba(255, 255, 255, 0.65);
    color: #000;
    display: block;
    float: left;
    font-size: 1.125rem;
    height: 50px;
    line-height: 46px;
    padding: 0 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 0.12s linear;
    -moz-transition: background-color 0.12s linear;
    -o-transition: background-color 0.12s linear;
    transition: background-color 0.12s linear;
    width: 23.4375%;
  }
  
  .pager a ~ a {
    margin-left: 2.03125%;
  }
  
  #pager a.selected {
    background-color: rgba(0, 169, 224, 1);
    color: #fff;
  }
  
  #pager a.selected:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 169, 224, 0);
    border-top-color: #00a9e0;
    border-width: 20px;
    margin-left: -20px;
  }
  
  .pager a span {
    display: inline-block;
    line-height: 1.2;
    vertical-align: middle;
  }
  
  html.no-touch .pager a:hover {
    background-color: rgba(0, 169, 224, 0.65);
    color: #fff;
  }
  
  .captions {
    bottom: 40px;
    color: #222;
    cursor: default;
    font-size: 1.25rem;
    left: 0;
    line-height: 1.2;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    padding: 0 3%;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    visibility: hidden;
    width: 70%;
    z-index: 2;
  }
  
  .captions.white {
    color: #fff;
  }
  
  .captions.current {
    opacity: 1;
    visibility: visible;
  }
  
  .captions span {
    display: none;
    font-size: 1.25rem;
    font-weight: 600;
    width: 100%;
  }
  
  /* keep videos at 16:9 ratio */
  .caroufredsel_wrapper {
    width: 100% !important;
  }
  
  body.default #stories .wistia_embed {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100% !important;
    margin: 0 auto;
    opacity: 0;
    width: 100% !important;
  }
  
  .wistia-vid,
  .youtube-vid {
    background: url(/images/play-button.svg) no-repeat center center;
    background-size: 102px 102px;
    -webkit-filter: drop-shadow(0px 0px 0px #fff);
    filter: drop-shadow(0px 0px 0px #fff);
  }
  
  .wistia-vid:hover,
  .youtube-vid:hover {
    -webkit-filter: drop-shadow(0px 0px 3px #fff);
    filter: drop-shadow(0px 0px 3px #fff);
  }
  
  .wistia_embed img[id^="wistia"] {
    border-color: transparent !important;
  }
  
  iframe.wistia_embed {
    opacity: 1;
  }
  
  aside .wistia_embed {
    height: 200px;
    width: 100%;
  }
  
  /* ==========================================================================
     SECTION - News/Blog                  Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  #news-blog {
    background: #e7e5e4;
    color: #fff;
    min-height: 390px;
    padding: 35px 0;
  }
  
  #news-blog a {
    color: #fff;
    text-decoration: none;
  }
  
  #news-blog a:hover {
    text-decoration: underline;
  }
  
  #news-blog .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1336px;
  }
  
  .journal {
    background: #000;
    box-sizing: content-box;
    height: 320px;
    margin: 0 19px;
    overflow: hidden;
    position: relative;
    width: 630px;
  }
  
  .journal header {
    background: transparent;
    cursor: default;
    bottom: 50px;
    height: auto;
    position: absolute;
    left: 20px;
    width: 590px;
    z-index: 5;
  }
  
  .journal h2 {
    font-size: 1rem;
    font-weight: 400;
    padding-bottom: 5px;
    text-transform: uppercase;
  }
  
  .journal h3 {
    font-size: 1.25rem;
    font-weight: 400;
    /*height: 50px;*/
    letter-spacing: 0.2px;
    line-height: 1.2;
    overflow: hidden;
  }
  
  .journal a {
    bottom: 0;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    position: absolute;
    z-index: 5;
  }
  
  .journal a.news-blog-more {
    left: 20px;
  }
  
  .journal a.news-blog-link {
    right: 20px;
  }
  
  .journal figure {
    width: 100%;
    height: 100%;
  }
  
  .journal figure img {
    opacity: 0.5;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  /* ==========================================================================
     SECTION - Features                   Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  .feature {
    color: #000;
    min-height: 500px;
  }
  
  .feature h1 {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 0 0 20px;
    line-height: 1.2;
  }
  
  .feature h2 {
    font-size: 1.875rem;
    font-weight: 400;
    padding: 0 0 20px;
    line-height: 1.2;
  }
  
  .feature h3 {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 24px;
  }
  
  .feature h3:empty {
    display: none;
  }
  
  .feature h1 a,
  .feature h2 a,
  .feature h3 a {
    color: #00a9e0;
    text-decoration: none;
  }
  
  .feature h1 a:hover,
  .feature h2 a:hover,
  .feature h3 a:hover {
    text-decoration: underline;
  }
  
  .half-img,
  .half-txt,
  .third-img,
  .third-txt {
    display: table-cell;
    position: relative;
    width: 50%;
  }
  
  .half-txt,
  .third-txt {
    box-sizing: border-box;
    padding: 0 5%;
    vertical-align: middle;
  }
  
  .third-img,
  .third-txt {
    width: 33.3333%;
  }
  
  .third-img img {
    width: 100%;
  }
  
  .third-img a {
    display: block;
  }
  
  .third-txt {
    padding: 0 2.5rem;
  }
  
  .feature.spot-01 {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .feature.spot-02 {
    background: #fff;
  }
  
  .feature.spot-03 {
    background: #e7e5e4;
    color: #000;
  }
  
  .feature.spot-04 {
    background: #e7e5e4;
    color: #fff;
  }
  
  .parallax {
    height: 650px;
    background-attachment: fixed;
    background-size: cover;
  }
  
  div[class^="full-txt"] {
    color: #222;
    overflow: hidden;
    padding: 35px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 600px;
    z-index: 10;
  }
  
  .full-txt-left {
    /*left: 78px;*/
  }
  
  .full-txt-right {
    right: 78px;
    text-align: right;
  }
  
  .full-txt-center {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }
  
  div[class^="full-txt"].white {
    color: #fff;
  }
  
  div[class^="full-txt"] img {
    max-width: 500px;
  }
  
  .full-txt-left img {
  }
  
  .full-txt-right img {
    float: right;
  }
  
  .full-txt-center img {
    margin: 0 auto;
  }
  
  .spot-01 .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    min-height: 650px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  
  .spot-01 h3 {
    padding-bottom: 5px;
  }
  
  .feature.spot-03 h2,
  .feature.spot-04 h2 {
    background: #fff;
    box-sizing: border-box;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    height: 55px;
    padding: 27px 20px 0;
    text-transform: uppercase;
  }
  
  .feature.spot-03 h3,
  .feature.spot-04 h3 {
    background: #fff;
    box-sizing: border-box;
    display: block;
    font-size: 1.25rem;
    font-weight: 400;
    height: 53px;
    line-height: 1.2;
    overflow: hidden;
    padding: 0 20px;
  }
  
  .spot-03 .read-more {
    background: #fff;
    box-sizing: border-box;
    color: #00a9e0;
    display: block;
    height: 50px;
    padding: 0 20px;
  }
  
  .spot-03 .overlay,
  .spot-04 .overlay,
  .overlay-play,
  .overlay-link {
    display: block;
    height: 270px;
    left: 12px;
    position: absolute;
    top: 0;
    width: 415px;
  }
  
  .spot-03 .wistia_embed .overlay,
  .spot-04 .wistia_embed .overlay,
  .wistia_embed .overlay {
    left: 0;
  }
  
  .spot-03 .overlay,
  .spot-04 .overlay {
    background-color: #000;
    opacity: 0.5;
    -webkit-transition: opacity 0.16s linear;
    -moz-transition: opacity 0.16s linear;
    -o-transition: opacity 0.16s linear;
    transition: opacity 0.16s linear;
    z-index: 1;
  }
  
  .overlay-play,
  .overlay-link {
    height: 430px;
    line-height: 265px;
    text-align: center;
    z-index: 2;
  }
  
  .spot-03 .overlay-link:hover ~ .read-more,
  .spot-03 .overlay-play:hover ~ .read-more {
    text-decoration: underline;
  }
  
  .overlay-play {
    background: url(/images/play-button.svg) no-repeat center 80px;
    background-size: 102px 102px;
    -webkit-filter: drop-shadow(0px 0px 0px #fff);
    filter: drop-shadow(0px 0px 0px #fff);
  }
  
  .overlay-play:hover {
    -webkit-filter: drop-shadow(0px 0px 3px #fff);
    filter: drop-shadow(0px 0px 3px #fff);
  }
  
  .overlay-play:hover + .overlay,
  .overlay-link:hover + .overlay {
    opacity: 0.7;
  }
  
  .feature.spot-04 h2,
  .feature.spot-04 h3 {
    background: transparent;
    position: absolute;
    width: calc(100% - 24px);
    z-index: 5;
  }
  
  .spot-04 h2 {
    bottom: 105px;
  }
  
  .spot-04 h3 {
    bottom: 50px;
  }
  
  .spot-04 .read-more {
    box-sizing: border-box;
    bottom: 0;
    color: #fff;
    display: block;
    height: 50px;
    left: 12px;
    padding: 0 20px;
    position: absolute;
    width: calc(100% - 24px);
    z-index: 5;
  }
  
  .spot-04 .wistia_embed .read-more {
    left: 0;
  }
  
  .spot-03 .overlay-link,
  .spot-03 .overlay-play,
  .spot-04 .overlay-link,
  .spot-04 .overlay-play {
    z-index: 10;
  }
  
  .spot-04 .overlay-play {
    background-position: center 100px;
  }
  
  .spot-04 .overlay-link:hover + .overlay {
    opacity: 0.7;
  }
  
  .spot-04 .overlay-link:hover ~ .read-more,
  .spot-04 .overlay-play:hover ~ .read-more {
    text-decoration: underline;
  }
  
  .spot-04 .overlay {
    height: 430px;
  }
  
  .spot-04 .fa-play-circle-o {
    top: 100px;
  }
  
  .spot-04 .wistia_click_to_play,
  .spot-04 .wistia_click_to_play .overlay-play,
  .spot-04 .wistia_click_to_play .overlay-play + span {
    width: 100% !important;
  }
  
  .spot-04 .wistia_click_to_play .overlay-play {
    left: 0;
  }
  
  .feature.spot-01 .holder {
    min-height: 500px;
    position: relative;
    width: 1300px;
  }
  
  .feature.spot-02 .holder {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  
  .feature.spot-02 .half-img {
    text-align: right;
  }
  
  .feature.spot-03 .holder,
  .feature.spot-04 .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 500px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1336px;
  }
  
  .feature.spot-03 .holder .spot-item,
  .feature.spot-04 .holder .spot-item {
    height: 430px;
    margin: 35px 0;
    padding: 0 12px;
    position: relative;
    width: calc(1 / 3 * 100% - (1 - 1 / 3) * 10px);
  }
  
  .spot-item .wistia_click_to_play {
    width: 100% !important;
  }
  
  .spot-item .wistia_click_to_play .overlay-play {
    left: 0;
    width: 100%;
  }
  
  /* ==========================================================================
     SECTION - Contacts                   Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  #contacts {
    background: #5e5c5c;
    color: #fff;
    min-height: 440px;
    width: 100%;
  }
  
  .subscription {
    border-bottom: 1px solid #737373;
    min-height: 190px;
    padding: 30px 0;
    text-align: center;
  }
  
  .subscription h2 {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .subscription h3 {
    font-size: 1rem;
  }
  
  .subscribe-now {
    margin: 0 auto;
    padding-top: 28px;
    width: 454px;
  }
  
  .ja-JP .subscribe-now {
    width: 95px;
    padding: 0;
  }
  .ja-JP .subscribe-now a {
    width: inherit;
  }
  
  .subscribe-now input,
  .subscribe-now .global-btn {
    border: 1px solid #8c8b8b;
    box-sizing: border-box;
    float: left;
    height: 46px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .subscribe-now fieldset {
    float: left;
  }
  
  .subscribe-now fieldset[data-reactid$="2"] {
    display: block;
    position: relative;
  }
  
  .ie11 .subscribe-now fieldset:nth-child(2) {
    -ms-grid-column: 2;
  }
  
  .subscribe-now fieldset label {
    display: none;
  }
  
  .subscribe-now .hs-form fieldset.form-columns-1 .input {
    margin-right: 0;
  }
  
  .subscribe-now input.hs-input.invalid.error {
    border: 1px solid #f00;
  }
  
  .subscribe-now .hs-form fieldset .hs-input[type="email"] {
    border-radius: 0;
    color: #363636;
    font-size: 0.868rem;
    font-weight: 700;
    padding-left: 15px;
    width: 100%;
    border: none;
  }
  
  .subscribe-now input[type="email"]::-webkit-input-placeholder {
    color: #363636;
    opacity: 1;
    text-transform: uppercase;
  }
  
  .subscribe-now input[type="email"]::-moz-placeholder {
    color: #363636;
    opacity: 1;
    text-transform: uppercase;
  }
  
  .subscribe-now input[type="submit"] {
    border-radius: 0;
    width: 152px;
    height: 46px;
  }
  
  .subscribe-now .hs-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  
  .subscribe-now .hs-submit {
    -ms-grid-column: 2;
    grid-column: 2;
    grid-row: 1;
  }
  
  .subscribe-now .hs-button[type="submit"] {
    width: 100%;
  }
  
  .subscribe-now fieldset:last-of-type {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    -ms-grid-row: 2;
    grid-column: 1 / span 2;
    font-size: 0.8125rem;
    padding: 0.5rem 0 0;
    text-align: left;
  }
  
  #footer_form .legal-consent-container a {
    color: #fff;
    text-decoration: underline;
  }
  
  .hs-error-msgs.inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -25px;
  }
  
  #hsForm_664b7649-7de4-4349-9361-155dcd6b8943 .hs-error-msgs.inputs-list {
    /*position: static;*/
  }
  
  #footer_form .hs-error-msgs.inputs-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 400px;
    left: -410px;
    text-align: right;
  }
  
  #footer_form .hs-error-msgs.inputs-list a {
    color: #fff;
  }
  
  .hs-error-msgs.inputs-list label {
    display: block;
  }
  
  .divisions {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 32px 0;
  }
  
  .divisions img {
    height: 15px;
    margin-right: 8px;
    position: relative;
    top: 2px;
    vertical-align: baseline;
    width: 15px;
  }
  
  .divisions h3 {
    cursor: default;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 4px;
    text-transform: uppercase;
  }
  
  .divisions a {
    color: #fff;
    display: inline-block;
    line-height: 1.2;
    padding: 4px 0;
    text-decoration: none;
  }
  
  .divisions a:hover {
    text-decoration: underline;
  }
  
  .divisions div {
    -webkit-box-flex: 1;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 1% 0 0;
    width: 20%;
  }
  
  .divisions div ~ div {
    padding: 0 1%;
  }
  
  a.special-offers {
    position: relative;
  }
  
  a.special-offers:before {
    background-color: #939393;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: calc(100% - 50px);
  }
  
  a.special-offers-mobile {
    border-top: 2px dashed #e8edf0;
  }
  
  /* Alternate for Discipline.aspx */
  
  #footer_form .hbspt-form .legal-consent-container .hs-richtext {
    color: #fff;
    font-size: 0.8125rem;
  }
  
  /* Need to ungroup richtext from input at HubSpot */
  .hbspt-form form > div:not([class])[data-reactid] {
    overflow: hidden;
  }
  
  .hbspt-form
    fieldset[data-reactid*="$2"]
    > .hs_email.hs-email.hs-fieldtype-text {
    margin-bottom: 0;
  }
  
  .hbspt-form fieldset[data-reactid*="$2"] .hs-input[type="email"] {
    box-sizing: border-box;
    font-family: "HCo Gotham SSm", sans-serif;
    height: 46px;
    max-width: none;
  }
  
  .hbspt-form fieldset[data-reactid*="0.2"] > div {
    padding-top: 10px;
  }
  
  .hs-submit[data-reactid*="0.5"] .actions {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }
  
  .hs-submit[data-reactid*="0.5"] input[type="submit"] {
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    height: 46px;
    padding: 0 15px;
    -webkit-transition: background 0.12s linear;
    -moz-transition: background 0.12s linear;
    -o-transition: background 0.12s linear;
    transition: background 0.12s linear;
  }
  
  .hs-submit[data-reactid*="0.5"] input[type="submit"]:hover {
    background: #0389b4;
    border: none;
    box-shadow: none;
  }
  
  /* Alternate for Live Pages; Example /data-prep/ */
  #footer_form .hs-email > label {
    display: none;
  }
  
  #footer_form .hs-form.hs-form-private .legal-consent-container {
    grid-column: 1 / span 2;
    text-align: left;
    padding: 0.5rem 0 0;
  }
  
  #footer_form .hs-form.hs-form-private .hs-input[type="email"] {
    border: none;
    border-radius: 0;
    color: #363636;
    font-size: 0.868rem;
    font-weight: 700;
    padding-left: 15px;
    width: 100%;
  }
  
  .ie11 .hs-form.hs-form-private .legal-consent-container {
    padding: 3.5rem 0 0;
    width: 460px;
  }
  
  /* ==========================================================================
     SECTION - Footer                     Altair Corporate 2017 - Media Genesis
     ========================================================================== */
  footer {
    background: #504f4f;
    color: #fff;
    min-height: 50px;
    line-height: 50px;
    width: 100%;
  }
  
  /**
  footer a {
    color: #fff;
    text-decoration: none;
  }
  
  footer a:hover {
    text-decoration: underline;
  }
  
  **/
  
  /*#region Accept Cookie */
  #accept_cookie {
    position: fixed !important;
    z-index: 16777270;
    width: 100% !important;
    background-color: #00a9e0;
    color: #fff;
    text-align: center;
    /*border-width: 1px 0 1px 0 !important;
      border-style: solid !important;
      border-color: #fff !important;*/
    display: none;
    box-shadow: 0 0 40px #444;
    padding: 10px 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: none !important;
    text-shadow: none;
    border-radius: 0 !important;
    margin: 0 auto !important;
  }
  #accept_cookie a {
    color: #fff;
  }
  #accept_cookie div.accept {
    cursor: pointer;
    font-size: 14px;
    margin: 5px auto;
    width: 120px;
    background: #fff;
    padding: 3px;
    /*border-radius: 3px;*/
    text-shadow: 1px 1px 0 #0072ca;
    color: #00a9e0;
    /*background-image: -webkit-linear-gradient(#0089F2 0%, #0072ca 100%);
          background-image: -moz-linear-gradient(#0089F2 0%, #0072ca 100%);
          background-image: -o-linear-gradient(#0089F2 0%, #0072ca 100%);
          background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0089F2), to(#0072ca));
          background-image: linear-gradient(#0089F2 0%, #0072ca 100%);*/
    float: none !important;
    /*background: #ee5f5b linear-gradient(#ee5f5b 0%, #bd362f 100%) repeat scroll 0 0;*/
    text-shadow: none;
    /*padding: 0px;*/
  }
  #accept_cookie div.accept:hover {
    box-shadow: 0 0 2px #000;
  }
  /*#endregion*/
  
  #ensNotifyBanner a,
  #ensModalLink {
    color: #fff !important;
  }
  
  /* ==========================================================================
     Product Merger, 2019
     ========================================================================== */
  
  .cta-footer {
    background-color: #ecebea;
  }
  
  .cta-footer .wistia_embed {
    background-color: transparent;
  }
  
  .request {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2em 0;
    position: relative;
    border-top: 1px solid #5e5c5c;
  }
  
  body.product .request,
  body.product-overview .request,
  body.customer-stories .request,
  body.competitionsponsorship .request,
  .request.white-above {
    border-top: none;
  }
  
  .request > div {
    flex: 1;
    text-align: center;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .request h4 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 0.67em;
    line-height: 1.1;
    max-width: 100%;
  }
  
  .request p {
    margin-bottom: 1.5em;
    width: 100%;
  }
  /** Check where this impacts removing for btns
  div.request a {
    margin-top: auto;
    text-decoration: none;
    transition: background-color 0.12s;
  }
  
  div.request a:hover {
    color: #fff;
    background-color: #0389b4;
  }
  **/
  
  .product-gallery .bx-wrapper {
    margin-bottom: 40px !important;
  }
  
  .product-workflow .holder {
    padding: 1.75em 0 1.25em;
    overflow: hidden;
    min-height: 470px;
  }
  
  .product-workflow ol {
    font-weight: 600;
    width: 49%;
    padding: 0;
    list-style-position: inside;
    float: left;
    margin: -0.5em 0 2em;
    position: relative;
  }
  
  .product-workflow ol li {
    border-bottom: 2px solid #55c9f4;
    padding: 1.3em 0 1.1em;
    line-height: 1.2;
  }
  
  .product-workflow ol li:hover {
    cursor: pointer;
  }
  
  .product-workflow ol li span {
    width: 75%;
    display: inline-block;
    vertical-align: top;
  }
  
  .product-workflow ol li:hover .caret-arrow,
  .product-workflow .active .caret-arrow {
    transform: rotateZ(-90deg) scale(0.75);
  }
  
  .product-workflow .caret-arrow {
    fill: #55c9f4;
    float: right;
    transform: scale(0.75);
    margin-right: -6px;
    transition: all 0.1s;
  }
  
  .caret-arrow {
    display: block;
    fill: #999;
    margin: 0.25em auto 0;
    height: 20px;
    width: 40px;
  }
  
  .product-workflow li .wistia-wrapper {
    overflow: hidden;
    margin-top: 0.8em;
    display: none;
  }
  
  .product-workflow .active .wistia-wrapper {
    display: block;
    position: absolute;
    width: 95%;
    left: 105%;
    top: 0;
  }
  
  #secondary-nav {
    padding: 1em 0;
    background-color: #d2d2d2;
    width: 100%;
    position: relative;
    z-index: 990;
    top: 576px;
  }
  
  #secondary-nav .holder {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  [id$="SecondaryNav_imgLogo"] {
    margin-right: 3.5em;
    height: 47px;
  }
  
  .secondary-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    min-height: 3em;
  }
  
  .secondary-links a,
  .secondary-links a:link,
  .secondary-links a:visited,
  .secondary-links a:active {
    color: #272525;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: none;
  }
  
  .secondary-links a + a {
    margin-left: 2.333em;
  }
  
  .secondary-links a:hover,
  .secondary-links a.current {
    border-bottom: 1px solid;
    color: inherit !important;
  }
  
  .buy-try-links {
    margin-top: 1.25em;
  }
  
  .buy-try-links.stick-to-bottom {
    position: fixed;
    bottom: 0;
    right: 7vw;
    z-index: 1000;
    border-bottom: none;
  }
  /** new branding
  div.buy-try-links a {
    background-color: #00aeef;
    color: #fff;
    padding: 0.5em;
    width: 8em;
    display: inline-block;
    line-height: 1.25em;
    text-align: center;
    margin-top: 0.75em;
    text-decoration: none;
  }
  **/
  .sticky-buttons {
    margin-top: 1.25em;
    position: fixed;
    bottom: 0;
    right: 7vw;
    z-index: 1000;
    border-bottom: none;
    display: none;
  }
  
  div.sticky-buttons a,
  div.sticky-buttons:visited {
    background-color: #ffa300;
    color: #fff;
    padding: 0.5em;
    width: 8em;
    display: inline-block;
    line-height: 1.25em;
    text-align: center;
    margin-top: 0.75em;
    text-decoration: none;
    transition: background 0.3s ease-out;
  }
  div.sticky-buttons a:hover {
    background-color: #fa4616;
  }
  
  .support-search {
    margin-top: 576px;
    background-color: #ecebea;
    padding: 20px 0;
  }
  
  .support-filter {
    background-color: #ecebea;
  }
  
  .support-filter-holder {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .support-filter-btns {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 1rem;
  }
  
  .support-filter-btns li {
    margin: 0.4em;
  }
  
  .support-filter-btns input[type="submit"] {
    color: inherit;
    height: auto;
  }
  
  .support-view-btns {
    list-style: none;
    display: flex;
    font-size: 0;
    padding: 0;
  }
  
  .support-items {
    background-color: #ecebea;
    padding: 22px 1.5rem 3rem;
  }
  
  .support-items-holder {
    display: grid;
    grid-template-columns: repeat(4, minmax(220px, 1fr));
    grid-gap: calc((100vw / 70) + 10px);
  }
  
  .ie11 .support-items-holder {
    overflow: hidden;
  }
  
  .support-card {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
  }
  
  .ie11 .support-card {
    margin: 0 32px 32px 0;
    width: calc(25% - 24px);
    float: left;
    min-height: 455px;
    position: relative;
  }
  
  .ie11 .support-items-holder :nth-child(4n).support-card {
    margin-right: 0;
  }
  
  .st-resource-img {
    position: relative;
    border-bottom: thin solid rgba(94, 92, 92, 0.6);
  }
  
  .support-card-img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    object-position: center top;
  }
  
  .support-card * {
    color: #222;
  }
  
  .support-card .q-a {
    display: flex;
    font-size: 0.875rem;
    margin: 1.9rem 1.8rem 1rem;
    line-height: 1.29;
  }
  
  .list-view .support-card .q-a {
    font-size: 1.25rem;
    margin: 0.75rem;
  }
  
  .list-view .support-card .q {
    float: left;
  }
  
  .list-view .support-card .answer {
    float: right;
    margin-left: 1rem;
  }
  
  .list-view .support-card .q-a * {
    display: inline;
    font-size: 1.25rem;
  }
  
  .support-card .q {
    width: 1.5rem;
    flex-shrink: 0;
    font-weight: 700;
  }
  
  .support-card .answer {
    margin-top: 1em;
    border-bottom: 1px solid;
    font-weight: 600;
    display: table;
  }
  
  .support-card h3 {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    margin: 0.75rem 0.75rem 0;
    word-wrap: break-word;
  }
  
  .ie11 .support-card {
    max-height: 70px;
    overflow: hidden;
  }
  
  .support-card p {
    font-size: 0.875rem;
    line-height: 1.29;
    margin: 0.75rem;
  }
  
  .support-card p span.no-card {
    display: none;
  }
  
  .support-card-category {
    margin: auto 0.75rem 0.75rem;
    text-align: right;
    font-size: 0.75rem;
    border-top: 2px solid #222;
    padding-top: 1em;
  }
  
  .manufacturing:not(.faq-card) .support-card-category,
  .manufacturing.faq-answer-holder dl {
    border-color: #e75941;
  }
  
  .support-card .overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .support-card:hover .overlay {
    opacity: 0.25;
  }
  
  .st-play-btn {
    position: absolute;
    width: 20%;
    left: 40%;
    top: 0;
    height: 98%;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .support-card:hover .st-play-btn {
    opacity: 1;
  }
  
  .grid-icon,
  .list-icon {
    width: 35px;
    height: 22px;
  }
  
  .support-filter-btns button,
  .support-filter-btns input[type="submit"] {
    border: none;
    background-color: #dcddde;
    padding: 0.6em 1em;
    line-height: 1.2;
  }
  
  .support-filter-btns button:hover,
  .support-filter-btns input[type="submit"]:hover {
    background-color: #2dccd3;
    color: #ffffff;
  }
  .support-filter-btns button.active,
  .support-filter-btns input[type="submit"].active {
    background-color: #005776;
    color: #fff;
  }
  
  .support-view-btns button {
    border: none;
    background-color: transparent;
    padding: 0;
    margin: 0 6px;
  }
  
  .grid-icon use,
  .list-icon use {
    fill: #b1afb0;
  }
  
  .grid-view-btn.active use,
  .list-view-btn.active use {
    fill: #222;
  }
  
  .support-search-inputs {
    display: flex;
    width: 80%;
    margin: 0 auto;
  }
  
  .support-search-holder input {
    border-radius: 0;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
    border: 2px solid #bbbaba;
    border-right: none;
    font-size: 1.25rem;
    padding: 0.15em 0.25em 0.25em;
    background-color: transparent;
    -webkit-appearance: none;
  }
  
  .support-search-text-input {
    flex-basis: calc(100% - 50px);
    border-right: none;
  }
  
  .support-search-btn {
    flex-basis: 50px;
    position: relative;
    background-color: transparent;
    border: 2px solid #bbbaba;
    border-left: none;
    padding: 0;
  }
  
  input[type="submit"].support-search-btn {
    font-family: "FontAwesome";
    color: #5e5c5c;
    border: 2px solid #bbbaba;
    border-left: none;
  }
  input[type="submit"].support-search-btn:hover {
    background-color: transparent;
  }
  
  .support-search-btn .sb-icon-search {
    width: 100%;
    height: 40px;
    color: #5e5c5c;
    position: relative;
    background-color: transparent;
    font-size: 1.3rem;
  }
  
  .support-search-btn .sb-icon-search::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 39px;
  }
  
  .sb-icon-search {
    background-color: #5e5c5c;
    color: #fff;
    font-family: "FontAwesome";
    font-size: calc(20px + 0.6vw);
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    speak: none;
    text-transform: none;
    z-index: 90;
    -webkit-font-smoothing: antialiased;
    height: 62px;
    line-height: 62px;
  }
  
  .sb-icon-search,
  .sb-search-submit {
    cursor: pointer;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    right: 0;
    top: 0;
    width: 40px;
  }
  
  .sb-icon-search:before {
    content: "\f002";
  }
  
  /* ==========================================================================
     Helper classes
     ========================================================================== */
  .hidden {
    display: none !important;
  }
  
  .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .clearfix:before,
  .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
  }
  
  .clearfix:after {
    clear: both;
  }
  
  .center-cropped {
    object-fit: none;
    object-position: center;
  }
  
  .bottom-cropped {
    object-fit: none;
    object-position: top;
  }
  
  /* ==========================================================================
     Media Queries for Responsive Design.
     These examples override the primary ('mobile first') styles.
     Modify as content requires.
     ========================================================================== */
  /* max-width 1450px */
  @media only screen and (max-width: 93.75em) {
    .feature.spot-02 {
      height: auto;
      min-height: inherit;
    }
  
    #splash .holder,
    .feature.spot-01 .holder,
    .feature.spot-02 .holder {
      width: 100%;
      padding: 0 3%;
    }
  
    #splash .holder > div {
      width: 94%;
    }
  
    .half-txt,
    .third-txt {
      padding: 30px 1.5rem;
    }
  
    .spot-02 img {
      max-width: 100%;
    }
  }
  
  /* max-width 1360px */
  @media only screen and (max-width: 85em) {
    #news-blog .holder {
      width: 100%;
    }
  
    .journal {
      margin: 0 19px 0 0;
    }
  
    .journal ~ .journal {
      margin: 0 0 0 19px;
    }
  
    .feature.spot-03 .holder,
    .feature.spot-04 .holder {
      -webkit-justify-content: space-around;
      justify-content: space-around;
      width: 100%;
    }
  
    .spot-03 figure,
    .spot-04 figure {
      overflow: hidden;
      width: 100%;
    }
  
    .spot-03 .overlay-link,
    .spot-03 .overlay-play,
    .spot-03 .overlay,
    .spot-04 .overlay-link,
    .spot-04 .overlay-play,
    .spot-04 .overlay {
      width: calc(100% - 24px);
    }
  
    .spot-item .wistia_click_to_play .overlay {
      width: 100%;
    }
  
    #identity .holder,
    #contacts .holder,
    footer .holder {
      display: block;
      padding: 0 5%;
      width: 100%;
    }
  
    #identity {
      line-height: 1.2;
    }
  
    .divisions div {
      padding: 0 2% 0 0;
    }
  
    .divisions div ~ div {
      padding: 0 2%;
    }
  }
  
  /* max-width 1330px */
  @media only screen and (max-width: 83.125em) {
    .caroufredsel_wrapper {
      height: 700px !important;
    }
  
    .holder,
    .home .holder {
      width: 100%;
    }
  
    .home .holder {
      padding: 0 3%;
    }
  
    .home .holder a.logo {
      padding: 4px 0;
      width: 125px;
    }
  
    .home .desktop {
      width: calc(100% - 140px);
    }
  
    /*
      .home .drop {
          width: 250px;
      }
  
      .home .drop.tier {
          flex: 0 0 250px;
      }
  
      .home .drop.white {
          width: calc(100% - 250px);
      }
  
      .home .drop h3 {
          padding: 0 20px 10px;
      }
  
      .home .drop a {
          padding: 10px 20px;
      }
  
      .nav-products .dropdown, .nav-staffing .dropdown {
          width: 767px;
      }
  
      .nav-ventures .dropdown {
          width: 687px;
      }
  
      .nav-solutions .dropdown {
          width: 750px;
      }
      */
  
    .home nav li a {
      font-size: 0.938rem;
    }
  
    .home .drop a {
      line-height: 1.4;
      padding: 5px 20px;
    }
  
    .home .dropdown,
    .home .drop {
      width: 200px;
    }
  
    .home .drop.tier {
      flex: 0 0 200px;
    }
  
    .nav-products .dropdown,
    .nav-staffing .dropdown {
      width: 600px;
    }
  
    .nav-ventures .dropdown {
      width: 500px;
    }
  
    .nav-solutions .dropdown {
      width: 720px;
    }
  
    .nav-solutions .drop.tier {
      flex: 0 0 240px;
    }
  
    .nav-resources .dropdown {
      width: 400px;
    }
  
    .home .drop.white {
      width: 400px;
    }
  
    .drop.white span,
    .nav-ventures .drop.white span,
    .nav-ventures .drop.white .nav-pics img {
      width: 100%;
    }
  
    .drop.white .nav-pics {
      height: 200px;
      width: 100%;
    }
  
    .drop.white .nav-pics img {
      height: auto;
      max-width: 100%;
      width: auto;
    }
  
    .nav-ventures .drop.white {
      width: 300px;
    }
  
    .nav-ventures .drop.white .nav-pics {
      height: 173px;
      width: 250px;
    }
  
    .symbols .code {
      display: none;
    }
  
    #for-search.holder {
      left: auto;
      margin-left: 0;
      margin-right: 0;
      right: 3%;
      width: calc(97% - 175px);
    }
  
    #stories h2,
    .pager {
      padding: 0 3%;
      width: 100%;
    }
  
    .pager a span {
      font-size: 1rem;
    }
  
    .third-txt {
      padding: 20px 1.5rem;
    }
  
    .third-txt h2 {
      max-height: 300px;
    }
  
    .journal {
      width: 45%;
    }
  
    .journal header {
      width: calc(100% - 40px);
    }
  
    #news-blog .holder {
      padding: 0 5%;
    }
  }
  
  /* max-width 1200px, mobile styles */
  @media only screen and (max-width: 75em) {
    .home .drop.white {
      display: none;
    }
  }
  
  /* max-width 1024px, mobile styles */
  @media only screen and (max-width: 64em) {
    .languages:hover div.drop {
      left: auto;
    }
  
    .home nav li a {
      font-size: 0.875rem;
      padding: 0 10px;
    }
  
    .home nav li .dropdown {
      width: 200px;
    }
  
    .home nav li.nav-solutions .dropdown {
      width: 510px;
    }
  
    .home nav li.nav-resources .dropdown {
      width: 340px;
    }
  
    .home .drop.tier {
      flex: 0 0 170px;
    }
  
    .home .drop h3 {
      padding: 0 15px 5px;
    }
  
    .home .drop a {
      padding: 5px 15px;
    }
  
    .globe.icon,
    .envelope.icon a,
    .search.icon {
      padding: 0 6px;
    }
  
    .symbols .fa {
      font-size: 1.375rem;
    }
  
    .globe:hover div.drop {
      left: auto;
      right: 0;
      text-align: right;
    }
  
    .parallax {
      background-attachment: scroll;
    }
  
    .half-txt h2 {
      height: 120px;
      padding: 0;
    }
  
    .third-txt h2 {
      height: 190px;
      padding: 0;
    }
  
    #identity {
      font-size: 1.75rem;
    }
  
    div[class^="full-txt"] {
      left: 0;
      padding: 35px 5%;
      width: 100%;
    }
  
    .half-img,
    .half-txt,
    .third-img,
    .third-txt {
      display: block;
      margin: 0 auto 35px;
      padding: 0;
      width: 415px;
    }
  
    .half-img + .half-txt,
    .half-txt + .half-img,
    .third-img:last-child,
    .third-txt:last-child {
      margin: 0 auto;
    }
  
    #splash h1,
    .feature h1 {
      font-size: 2rem;
    }
  
    #splash h2,
    .feature h2 {
      font-size: 1.75rem;
    }
  
    .feature.spot-03,
    .feature.spot-04 {
      height: auto;
      min-height: 500px;
    }
  
    .feature.spot-02 .holder,
    .feature.spot-03 .holder,
    .feature.spot-04 .holder {
      display: block;
      height: auto;
      padding: 35px 5%;
    }
  
    .feature.spot-03 .holder .spot-item,
    .feature.spot-04 .holder .spot-item {
      margin: 0 auto;
      padding: 0;
      width: 415px;
    }
  
    .feature.spot-03 .holder .spot-item ~ .spot-item,
    .feature.spot-04 .holder .spot-item ~ .spot-item {
      margin-top: 35px;
    }
  
    .spot-03 .overlay-link,
    .spot-03 .overlay-play,
    .spot-03 .overlay,
    .spot-04 .overlay-link,
    .spot-04 .overlay-play,
    .spot-04 .overlay {
      left: 0;
      width: 100%;
    }
  
    .spot-04 h2,
    .spot-04 h3,
    .spot-04 .read-more {
      width: 100%;
    }
  
    .spot-04 .read-more {
      left: 0;
    }
  
    .subscribe-now,
    .hs-form fieldset.form-columns-1 .hs-input,
    .subscribe-now .hs-form fieldset.form-columns-1 .hs-input[type="email"] {
      width: 100%;
    }
  
    .hs-form fieldset {
      max-width: none !important;
      width: 60%;
    }
  
    .subscribe-now input[type="submit"] {
      font-size: 0.868rem;
      width: 100%;
    }
  
    .hs_submit {
      float: left;
      width: 40%;
    }
  
    .subscribe-now .hs-form fieldset,
    .subscribe-now .hs_submit {
      width: 100%;
    }
  
    .hs-error-msgs.inputs-list label {
      font-size: 0.875rem;
      text-align: left;
      width: 280px;
    }
  
    /* Discipline.aspx */
    .hs-submit[data-reactid*="0.5"] input[type="submit"] {
      font-size: 0.868rem;
    }
  
    aside .wistia_embed {
      height: 200px !important;
      margin: 0 auto;
      width: 360px;
    }
  
    body[class*="partnerportal"].active-nav {
      height: 100vh;
      position: fixed;
      width: 100vw;
      z-index: 0;
    }
  
    body[class*="partnerportal"] .home .desktop {
      margin-right: 15px;
      width: calc(100% - 185px);
    }
  
    body[class*="partnerportal"] #for-search.holder {
      right: 0;
      width: 100%;
    }
  
    body[class*="partnerportal"] .desktop nav,
    body[class*="partnerportal"] .desktop .globe.icon,
    body[class*="partnerportal"] .desktop .envelope.icon,
    body[class*="partnerportal"] .symbols .settings {
      display: none;
    }
  
    body[class*="partnerportal"] .symbols .fa {
      font-size: 1.875rem;
    }
  
    body[class*="partnerportal"] #mobile-menu,
    body[class*="partnerportal"] #mobile-toggler {
      display: block;
    }
  
    /* Alternate for Live Pages; Example /data-prep/ */
    .ie11 .hs-form.hs-form-private .legal-consent-container {
      width: 150%;
    }
  
    /* ==========================================================================
         IE11 Dependent Styling - Resources Cards
         ========================================================================== */
    .ie11 .support-card {
      margin: 0 12px 24px;
      width: calc(33% - 22px);
    }
  
    .ie11 .support-items-holder :nth-child(4n).support-card {
      margin-right: 12px;
    }
  }
  
  @media only screen and (max-width: 63em) {
    .support-items-holder {
      grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
  }
  
  /* max-width 767px */
  @media only screen and (max-width: 47.938em) {
    body.active-nav {
      height: 100vh;
      position: fixed;
      width: 100vw;
      z-index: 0;
    }
  
    .home .desktop {
      margin-right: 15px;
      width: calc(100% - 185px);
    }
  
    #for-search.holder {
      right: 0;
      width: 100%;
    }
  
    .desktop nav,
    .desktop .globe.icon,
    .desktop .envelope.icon {
      display: none;
    }
  
    .symbols .fa {
      font-size: 1.875rem;
    }
  
    #mobile-menu,
    #mobile-toggler {
      display: block;
    }
  
    .caroufredsel_wrapper,
    .wistia_embed {
      height: 400px !important;
    }
  
    #splash .wistia_embed {
      height: 100% !important;
    }
  
    aside .wistia_embed {
      height: 150px !important;
      width: 280px;
    }
  
    .wistia-vid {
      background-position: center 90px;
    }
  
    .list-carousel li {
      background-position: center top;
      background-size: 768px 400px;
    }
  
    .list-carousel .pager {
      bottom: 20px;
      height: 24px;
      left: 50%;
      padding: 0;
      right: auto;
      top: auto;
      transform: translateX(-50%);
      width: auto;
    }
  
    .list-carousel .pager a {
      border-radius: 50%;
      height: 24px;
      margin: 0 8px;
      padding: 0;
      width: 24px;
    }
  
    .list-carousel .pager a.selected::after {
      display: none;
    }
  
    .list-carousel .pager a span {
      font-size: 0px;
    }
  
    .captions {
      bottom: 60px;
      font-size: 1rem;
      left: auto;
      line-height: 1.4;
      padding: 0 3%;
      transform: none;
      width: 100%;
    }
  
    .captions span {
      display: block;
    }
  
    #splash-media {
      margin-top: 0;
    }
  
    #splash-media video {
      display: none;
    }
  
    #splash .holder > div {
      width: 100%;
    }
  
    #identity {
      margin-top: 62px;
      font-size: 1.25rem;
    }
  
    .journal a.news-blog-link {
      display: none;
    }
  
    .divisions {
      display: block;
      padding: 0;
    }
  
    .divisions a {
      padding: 5px 0;
    }
  
    .divisions h3 {
      font-size: 1.25rem;
      padding-bottom: 5px;
    }
  
    .divisions div,
    .divisions div ~ div {
      border-bottom: 1px solid #737373;
      padding: 20px 0;
      margin-bottom: 20px;
      width: 100%;
    }
  
    .divisions div ~ div {
      padding: 0 0 20px;
    }
  
    .divisions div:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }
  
    .divisions div:last-child h3 {
      padding-bottom: 12px;
    }
  
    .divisions div:last-child br,
    .divisions div:last-child span {
      display: none;
    }
  
    .divisions div:last-child a,
    .divisions div:last-child img {
      line-height: 1;
      margin: 0;
      padding: 0;
    }
  
    .divisions div:last-child a {
      display: block;
      float: left;
      margin: 0 5% 0 0;
      text-align: center;
      width: 10%;
    }
  
    .divisions div:last-child img {
      height: auto;
      width: 100%;
    }
  
    footer {
      line-height: 1.4;
      padding: 14px 0;
    }
  
    .support-card-category {
      font-size: 0.875rem;
    }
  
    .support-items-holder {
      grid-gap: calc((100vw / 70) + 30px);
      grid-template-columns: repeat(2, minmax(220px, 1fr));
    }
  
    /* ==========================================================================
         IE11 Dependent Styling - Resources Cards
         ========================================================================== */
    .ie11 .support-card {
      margin: 0 10px 24px;
      width: calc(50% - 22px);
    }
  
    .ie11 .support-items-holder :nth-child(4n).support-card {
      margin-right: 10px;
    }
  }
  
  /* max-width 700px */
  @media only screen and (max-width: 43.75em) {
    #news-blog .holder {
      display: block;
    }
  
    .journal {
      margin: 0 auto 30px;
      overflow: hidden;
      width: 100%;
    }
  
    .journal ~ .journal {
      margin: 0 auto;
    }
  
    .journal header {
      width: 90%;
    }
  }
  
  /* max-width 544px */
  @media only screen and (max-width: 34em) {
    .support-items-holder {
      grid-template-columns: minmax(220px, 1fr);
    }
  
    /* ==========================================================================
         IE11 Dependent Styling - Resources Cards
         ========================================================================== */
    .ie11 .support-card {
      margin: 0 0 24px;
      width: 100%;
    }
  
    .ie11 .support-items-holder :nth-child(4n).support-card {
      margin-right: 0;
    }
  }
  
  /* max-width 460px */
  @media only screen and (max-width: 28.75em) {
    .half-txt,
    .half-img,
    .third-txt,
    .third-img {
      width: 100%;
    }
  
    .half-img a,
    .third-img a {
      overflow: hidden;
      width: 100%;
    }
  
    .feature.spot-03 .holder div,
    .feature.spot-04 .holder div {
      margin: 0 auto;
      width: 100%;
    }
  
    .feature.spot-03 .holder .spot-item,
    .feature.spot-04 .holder .spot-item {
      width: 100%;
    }
  }
  
  /* ==========================================================================
     Mobile Menu Styles
     ========================================================================== */
  #mobile-toggler {
    cursor: pointer;
    float: right;
    height: 56px;
    margin-top: 6px;
    position: relative;
    text-align: center;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    width: 30px;
  }
  
  #mobile-toggler span {
    background: #f4f4f4;
    border-radius: 9px;
    display: block;
    height: 4px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    width: 100%;
  }
  
  #mobile-toggler span:nth-child(1) {
    top: 12px;
  }
  
  #mobile-toggler span:nth-child(2),
  #mobile-toggler span:nth-child(3) {
    top: 23px;
  }
  
  #mobile-toggler span:nth-child(4) {
    top: 34px;
  }
  
  #mobile-toggler.open span:nth-child(1) {
    left: 50%;
    top: 18px;
    width: 0%;
  }
  
  #mobile-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  #mobile-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  #mobile-toggler.open span:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
  }
  
  #mobile-menu {
    background: #fff;
    border-right: 2px solid #e8edf0;
    height: calc(100vh - 62px);
    left: 0;
    position: fixed;
    top: 62px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    width: 100%;
    z-index: 1000;
  }
  
  #mobile-menu.menu-opened {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  
  .menu-wrap {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .menu-level {
    height: 100%;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
    overflow-y: scroll;
    width: 100%;
  }
  
  .menu-level ul {
    margin: 0;
    padding: 0;
  }
  
  body[class*="partnerportal"] .menu-item {
    display: none;
  }
  
  body[class*="partnerportal"] .menu-item:first-child,
  body[class*="partnerportal"] .menu-item.portal {
    display: block;
  }
  
  .menu-item {
    background: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
  }
  
  .menu-item:last-child {
    margin-bottom: 80px;
  }
  
  .menu-item a {
    border-bottom: 2px solid #e8edf0;
    color: #00a9e0;
    display: block;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 0.9em 1em;
    position: relative;
    text-decoration: none;
  }
  
  .menu-item a:hover {
    background-color: #e0e0e0;
    color: #222;
  }
  
  .menu-item a.root-menu {
    position: relative;
  }
  
  .menu-item a.root-menu:after {
    color: #666;
    content: "\f078";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 18px;
  }
  
  .menu-item a.root-menu.open:after {
    content: "\f077";
  }
  
  .menu-item ul {
    display: none;
  }
  
  .menu-item ul a {
    border-bottom: none;
    color: #5e5c5c;
    font-size: 1rem;
    padding-left: 50px;
  }
  
  .menu-item ul li:last-child a {
    border-bottom: 2px solid #e8edf0;
  }
  
  li a.mobile-globe {
    padding: 0.9em 1em 0.9em 3.2em;
  }
  
  li a.mobile-globe:before {
    color: #444;
    content: "\f0ac";
    font-family: "FontAwesome";
    font-size: 1.725rem;
    left: 20px;
    position: absolute;
    top: 15px;
  }
  
  /* ==========================================================================
     Print styles. http://www.phpied.com/delay-loading-your-print-css/
     ========================================================================== */
  @media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
      background: transparent !important;
      color: #000 !important;
      box-shadow: none !important;
      text-shadow: none !important;
    }
  
    a,
    a:visited {
      text-decoration: underline;
    }
    a[href]:after {
      content: " (" attr(href) ")";
    }
    abbr[title]:after {
      content: " (" attr(title) ")";
    }
  
    /*
       * Don't show links that are fragment identifiers,
       * or use the `javascript:` pseudo protocol
       */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
      content: "";
    }
  
    pre,
    blockquote {
      border: 1px solid #999;
      page-break-inside: avoid;
    }
  
    /*
       * Printing Tables:
       * http://css-discuss.incutio.com/wiki/Printing_Tables
       */
    thead {
      display: table-header-group;
    }
    tr,
    img {
      page-break-inside: avoid;
    }
    img {
      max-width: 100% !important;
    }
    p,
    h2,
    h3 {
      orphans: 3;
      widows: 3;
    }
    h2,
    h3 {
      page-break-after: avoid;
    }
  }