* {
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: proxima-nova, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  padding-top: 64px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

hr {
  border-style: solid;
  border-width: 1px 0 0 0;
}

input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  overflow-x: hidden;
}

img {
  vertical-align: middle;

  /**
   * Fix for stretched img as flex child.
   * See: https://stackoverflow.com/questions/36822370/
   */
  flex-shrink: 0;
}


button:focus {
  outline: none;
}

.bold {
  font-weight: 500;
}

.rescale-logo svg {
  display: block;
  height: 30px;
  width: 132px;
}

.rescale-logo-main-color { fill: #3c3a3c }
.rescale-logo-lightest-gray { fill: #b2b2b1 }
.rescale-logo-mid-gray { fill: #878888 }
.rescale-logo-darkest-gray { fill: #5c5d5f }

.dark .rescale-logo-main-color { fill: #fff }
.dark .rescale-logo-lightest-gray { fill: #fff }
.dark .rescale-logo-mid-gray { fill: #fff }
.dark .rescale-logo-darkest-gray { fill: #fff }

.small { font-size: 12px; }
.tiny { font-size: 11px; }

.platform-box .display-box { width: 100%; position: relative; }
.platform-box .display-box.workflow-box { display: none; }
.platform-box .display-box img { position: relative; }

a {
  color: #39b;
  text-decoration: none;
  transition: color .3s, opacity .3s, background-color .3s;
}

a:active, a:hover, a:focus {
  text-decoration: none;
}

a.subAero, a.subAuto, a.subOil, a.subSci {
  transition: none;
}

a.default-cursor { cursor: default !important; }

textarea { resize: vertical; }
strong { font-weight: bold; }

.textCenter {
  text-align: center !important;
}

.textCenter img {
  max-width: 100%;
}

ul { list-style-type: none; padding: 0 }
.wrapper { width: 90%; margin: 0 5%; }

.rescale-title {
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: -100%;
}

h1.title {
  display: block;
  width: 167px;
  height: 38px;
  text-indent: -9999px;
  background: transparent url("../img/logo.419d56a92d74.png") no-repeat;
  background-size: 100%;
}

.button {
  padding: 5px 10px;
  color: #fff !important;
  float: left;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.bt-large {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.button:active {
  top: 1px;
}

.button:active,
.button:focus,
.button:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.button:hover {
  cursor: pointer;
}

.btn,
.hs-button {
  display: inline-block;
  opacity: 0.9;
  padding: 10px 20px;
  font-weight: normal;
  font-size: 14px;
  border: 0;
  border-radius: 3px;
  margin-right: 2px;
  border: 0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.btn:active,
.btn:focus,
.btn:hover,
.hs-button:hover {
  opacity: 1;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.btn-sm {
  padding: 5px 10px;
}

.btn-lg {
  padding: 15px 30px;
  font-size: 18px;
}

.btn-black {
  background-color: #424242;
  border: 1px solid transparent;
  color: #fff;
}

.btn-blue,
.hs-button.primary {
  background-color: #3399bb;
  border: 1px solid transparent;
  color: #fff;
}

.btn-outline {
  background-color: #fff;
  border: 1px solid #424242;
  color: inherit;
}

.btn-outline-blue {
  background-color: #fff;
  border: 1px solid #3399bb;
  color: #3399bb;
}

.border-2px {
  border-width: 2px;
}

.border-2px-transparent {
  border: 2px solid transparent;
}

.bt-black { background: #424242; }
.bt-blue { background: #3299bb; }
.bt-expand { display: none; }
.clear { clear: both !important; float: none !important; margin: 0; padding: 0; }

.main-container {
  background-color: #fff;
}

.grey-container {
  background-image: none;
  background-color: #f4f4f4;
}

.blue-container {
  background-color: #f4f8fa;
}

.border-top {
  border-top: 1px solid #e7e7e7;
}

.border-bottom {
  border-bottom: 1px solid #e7e7e7;
}

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  width: 12px;
  height: 12px;
  line-height: 14px;
  vertical-align: text-top;
  background-repeat: no-repeat;
  margin: 1px 2px 0 2px;
}

.icon-question {
  background-image: url("../img/icon-question.0a1646109289.png");
}

.icon-info {
  background-image: url("../img/icon-info.ee7569952e2f.png");
}

.icon-info-white {
  background-image: url("../img/icon-info-white.895971958b49.png");
}

.icon-lock {
  background-image: url("../img/icon-lock.6213e0e69e40.png");
}

.icon-import {
  background-image: url("../img/icon-import.8a93d45bea94.png");
}

.icon-results {
  background-image: url("../img/icon-results.ae77fe93af11.png");
}

.tooltip-custom {
  position: absolute;
  background: #424242 !important;
  color: #efefef;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  padding: 20px;
}

/* MOBILE: Menu */

.main-container .badges img {
  margin: 0 20px 30px;
}

/* FOOTER: Social */

#headTitle {
  visibility: hidden;
}

.footer a {
  color: inherit;
  font-weight: inherit;
}

/* MOBILE: Main */

#carousel, .platform-icons, .flex-direction-nav, .flex-control-nav {
  display: none;
}

.company-logos {
  display: none;
}

li.head-title {
  line-height: 30px;
}

li.head-title a {
  line-height: 30px;
}

.platform-box {
  text-align: left;
  padding: 50px 0;
}

.platform-box.sub-box {
  padding-top: 0;
}

.platform-box .display-box {
  text-align: center;
}

.platform-box h3.steps {
  font-size: 30px;
  font-weight: 300;
  text-indent: 0;
  margin-bottom: 60px;
  line-height: 36px;
  text-align: center;
}

.platform-box .sub-desc-text {
  padding: 0;
  opacity: 1;
  margin-left: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}

.platform-box .sub-desc-text p {
  margin: 0;
}

.platform-box .sub-desc-text .sub-title {
  font-weight: 500;
}

#watchVideo {
  display: none;
}

.center-header {
  margin: 50px auto;
  width: 80%;
}

.submenuWrapper .center-header {
  margin: 0 auto;
}

.center-header.full {
  width: 100%;
}

.center-header strong {
  font-weight: 500;
}

.center-header h3 {
  font-size: 30px;
  font-weight: 300;
  margin: 30px 0;
  line-height: 36px;
}

.center-header p {
  font-size: 18px;
  font-weight: 300;
  margin: 20px auto;
  text-align: left;
  max-width: 750px;
}

.center-header p.sub-title {
  font-size: 24px;
}

h3.watch {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 60px;
}

.pricing-tags {
  width: 100%;
  margin: 30px 0 50px;
}

.pricing-tags li {
  float: left;
  border-radius: 5px;
  margin: 0 1%;
  border: 2px solid #efefef;
}

.pricing-tags li:hover {
  border: 2px solid #50adc9;
}

.pricing-tags li:hover .pricing-container {
  background-color: #50adc9;
  color: #fff;
}

.pricing-tags li:hover .pricing-container a p {
  color: #fff;
}

.pricing-tags li p {
  font-weight: 300;
}

.pricing-tags li .pricing-container {
  background-color: #efefef;
  height: 60px;
  max-height: 60px;
}

.pricing-tags li .pricing-container p {
  padding-top: 5px;
  font-size: 14px;
}

.pricing-tags li .pricing-container a p {
  font-weight: 500;
}

/* MOBILE: Tools */

.tile-wrapper .card {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  height: 200px;
  margin: 12px;
  padding: 20px;
  position: relative;
  width: 230px;
}

.tile-wrapper .card h4 {
  color: #3399bb;
  text-align: center;
}

.sw-title {
  display: table;
  height: 48px;
  line-height: 1.3;
  margin: 0;
  width: 100%;
}

.sw-title > * {
  display: table-cell;
  vertical-align: middle;
}

.tile-wrapper .card:hover {
  cursor: pointer;
  position: relative;
  top: -1px;
  box-shadow: 0 3px 6px rgba(51,153,187,0.16), 0 3px 6px rgba(51,153,187,0.23);
}

.menuSub {
  padding: 20px 0;
}

.menuSub.no-bottom-padding {
  padding-bottom: 0;
}

.menuSub ul {
  clear: left;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  text-align: center;
}

.menuSub li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  right: 50%;
}

.submenuWrapper {
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
}

.submenuWrapper a {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1), 0 3px 3px rgba(0, 0, 0, 0.1);
  color: #424242;
  display: block;
  font-size: 18px;
  margin: 0 5px;
  padding: 5px 10px;
}

.submenuWrapper a.subSelect {
  display: block;
  background: #3299bb;
  color: #fff;
}

.sub-menu {
  background-color: #fafafa;
  border-bottom: 1px solid #dfdfdf;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4px;
}

.sub-menu a {
  color: #777;
  display: block;
  padding: 4px 20px;
}

.sub-menu a.selected {
  color: #3399bb;
}

.sub-menu a:hover {
  color: #424242;
}

/* MOBILE: Company */

.career-card {
  background: #f6f6f6;
  border: 5px solid #fff;
  float: left;
}

.career-position {
  width: 100%;
  padding: 20px 30px 20px 20px;
}

.career-position .button {
  float: right;
  margin: 5px;
}

.benefit-card {
  width: 50%;
  padding: 30px 10px 15px;
  text-align: center;
}

.benefit-img {
  display: block;
  width: 100%;
  height: 60px;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

#benefitHealth { background-image: url("../img/careers/icon-health.9d7d36bd4114.png"); }
#benefitApple { background-image: url("../img/careers/icon-apple.43f7069d140c.png"); }
#benefitHackday { background-image: url("../img/careers/icon-hackday.0447956111f9.png"); }
#benefitMeals { background-image: url("../img/careers/icon-meals.2d443f7a5db4.png"); }
#benefitCulture { background-image: url("../img/careers/icon-culture.638f42cd883f.png"); }
#benefitShare { background-image: url("../img/careers/icon-share.a578a81ab39e.png"); }

#companyMenu .submenuWrapper {
  width: 90%;
  margin: 0 5%;
}

#companyMenu { display: none; }

.companyWrapper p {
  text-align: left;
}

h5.job-title {
  font-size: 20px;
  margin: auto 20px 10px 0;
  display: inline;
  float: left;
  line-height: 38px;
}

.job-description {
  float: none;
  width: 100%;
}

.job-description ul {
  margin: 0 auto;
  text-align: left;
  padding-left: 30px !important;
  list-style-type: square;
}

.profilePic {
  vertical-align: top;
  display: none;
}

.investor {
  display: inline-block;
  line-height: 1;
  padding: 12px 16px;
  position: relative;
  white-space: nowrap;
}

.investor:before {
  border: 3px solid transparent;
  content: '';
  display: inline-block;
  left: -5px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
}

.investor.with-dot:before {
  border-color: #39b;
}

.companySub .title {
  display: none;
}

.companySub a {
  display: block;
  margin: 2px auto;
  width: 100%;
  line-height: 32px;
  background: #f4f4f4;
  color: #424242;
}

.companySub a.sideSelect {
  background: #3399bb !important;
  color: #fff;
}

.companyContent {
  padding: 20px 0;
}

.companyContent h2 {
  display: inline;
  font-size: 24px;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
}

.companyContent p.lastUpdate {
  text-align: center;
}

.contentWrap ul {
  list-style-type: square;
  padding-left: 30px !important;
  text-align: left;
}

.contentWrap h3 {
  margin: 20px 0 10px;
  text-align: left;
}

.contentWrap p.textNav {
  font-size: 12px;
  color: #999;
}

.contentWrap p.textNav span {
  font-size: 8px;
}

.hs-input:not([type="checkbox"]) {
  line-height: 20px;
  padding: 5px;
  border: 1px solid #cfcfcf;
}

div.error input {
  float: none;
  border: 1px solid #ff9900;
}

button:hover {
  opacity: 1;
}

p.error-message {
  height: 500px;
  line-height: 500px;
}

#contentAgreement p.list-indent{
  padding-left:2em;
}

.converge-example ol.list-topbotmargin{
  margin-top: 0px;
  margin-bottom: 0px;
}

.partner-logos {
  display: block;
  margin-top: 10px;
  padding: 0 0 10px !important;
}

.pagination .pager {
  margin-top: 0;
}

.logo {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  width: 120px;
}

.logo-ansys { background-image: url("../img/companies/ansys.21b49d1efac9.svg"); }
.logo-boom { background-image: url("../img/companies/boom.be4e665cc18a.svg"); }
.logo-cd-adapco { background-image: url("../img/companies/cd-adapco.dab2c985db7d.png"); }
.logo-converge { background-image: url("../img/companies/converge.a69a6d180fad.png"); }
.logo-dassault { background-image: url("../img/companies/dassault.f30b1fcf3ece.png"); }
.logo-esi { background-image: url("../img/companies/esi.e04dfb5c9f8f.png"); }
.logo-lstc { background-image: url("../img/companies/lstc.fa58469fe6c2.png"); }
.logo-msc { background-image: url("../img/companies/msc.0ccb746a5d55.png"); }
.logo-ricardo { background-image: url("../img/companies/ricardo.87a34f6c0cb9.svg"); }
.logo-siemens { background-image: url("../img/companies/siemens.3d84a6336e47.svg"); }
.logo-avl { background-image: url("../img/companies/avl.448cb016f5b2.png"); }
.logo-nextlimit { background-image: url("../img/companies/nextlimit.b0e8f2924303.png"); }

.logo-trek { background-image: url("../img/companies/trek.7578ed287ea2.svg"); }
.logo-pinnacle-engines { background-image: url("../img/companies/pinnacle-engines.94e7027c72d6.png"); }
.logo-mit { background-image: url("../img/companies/mit.5f9d35510eaa.svg"); }
.logo-manor { background-image: url("../img/companies/manor.42779d0a81c6.png"); }
.logo-ten-tech { background-image: url("../img/companies/ten-tech.32fba28891be.png"); }
.logo-autoneum { background-image: url("../img/companies/autoneum.2d75007e9f3d.png"); }
.logo-capstone { background-image: url("../img/companies/capstone.dcd136f8a99f.png"); }
.logo-sikorsky { background-image: url("../img/companies/sikorsky.39402746cf6e.png"); }

.logo-intel { background-image: url("../img/companies/intel.c7f78c6cd8d6.svg"); }
.logo-nvidia { background-image: url("../img/companies/nvidia.14bbd6d4d325.svg"); }
.logo-mellanox { background-image: url("../img/companies/mellanox.a9e11a891924.svg"); }
.logo-hp { background-image: url("../img/companies/hp.fe8c297373a6.svg"); }

.logo-cio-review { background-image: url("../img/press/cio-review.62ab5baadc57.png"); }
.logo-de { background-image: url("../img/press/de.6a7f5192532e.png"); }
.logo-hpc-wire { background-image: url("../img/press/hpc-wire.fa3a185e59e7.png"); }
.logo-idc { background-image: url("../img/press/idc.6803093ba6dc.png"); }
.logo-inside-hpc { background-image: url("../img/press/inside-hpc.910b9028f902.png"); }
.logo-red-herring { background-image: url("../img/press/red-herring.50d872e604e4.png"); }
.logo-wsj { background-image: url("../img/press/wsj.26370404af2a.png"); }
.logo-fortune { background-image: url("../img/press/fortune.f246b77a955f.png"); }
.logo-techcrunch { background-image: url("../img/press/techcrunch.003533afc3ef.png"); }

.logo-rescale { background-image: url("../img/providers/rescalelogodc.0bea44da4868.svg"); }
.logo-aws { background-image: url("../img/companies/aws.e18060f46a89.svg"); }
.logo-ibm { background-image: url("../img/companies/ibm.15d5083eb4e8.svg"); }
.logo-ibm-cloud { background-image: url("../img/companies/ibm-cloud.28bbd90c510f.svg"); }
.logo-azure { background-image: url("../img/providers/azurelogostacked.9c46f8f7c544.svg"); }
.logo-rackspace { background-image: url("../img/companies/rackspace.1fe1e6beb8d4.svg"); }

.profile-image-curtain {
  background-color: rgba(51, 153, 187, 0.6);
  display: none;
  line-height: 240px;
}

@media only screen and (min-width: 768px) {
  /* TABLET: Main */
  .partner-logos li {
    display: block;
    width: 16%;
    float: left;
    font-weight: bold;
    font-size: 18px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
  }

  .bt-large { font-size: 16px; }

  ul.slides {
    margin: 0 !important;
  }

  #wrapperLegal h2 {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
  }

  table.feature-comparison {
    width: 100%;
    font-weight: 300;
    margin-bottom: 60px;
    font-size: 18px;
    border-radius: 5px;
  }

  table.feature-comparison th {
    background-color: #f5f5f5;
    padding: 10px 0;
    font-weight: 400;
  }

  table.feature-comparison .feature {
    width: 40%;
  }

  table.feature-comparison .product {
    width: 20%;
  }

  table.feature-comparison th.sub {
    font-weight: 300;
  }

  table.feature-comparison td {
    border: 1px solid #efefef;
    padding: 10px 0;
  }

  table.feature-comparison td .icon {
    width: 20px;
    height: 20px;
    font-size: 20px;
  }

  table.feature-comparison td .tooltip i {
    margin-top: 7px;
  }

  .ui-tooltip {
    background-color: #424242 !important;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 3px !important;
    font-weight: 300;
  }

  .menuSub {
    width: 100%;
    background: #f4f4f4;
  }

  /* TABLET: Company */
  .company-carousel {
    background: #fff;
  }

  .company-carousel .flex-control-nav {
    display: block !important;
  }

  .benefit-card {
    width: 33%;
  }

  .benefit-card.last {
    width: 34%;
    border-right: 0;
  }

  .company-section-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .join-team {
    font-size: 30px;
    text-align: center;
  }

  .company-section-subtitle {
    text-align: center;
    font-size: 18px;
    color: #999;
    margin-top: 0;
    font-weight: 500;
  }

  [aria-describedby=meetModal] {
    outline: 0;
    padding: 0;
  }

  [aria-describedby=meetModal] .ui-dialog-titlebar {
    display: none;
  }

  #loadingSpinner {
    position: fixed;
    z-index: 101;
    top: 40%;
    left: 50%;
  }

  .ui-dialog .custom-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: transparent url("../img/icon-close.92ba10cfef80.png") no-repeat center;
  }

  #meetModal {
    display: none;
    margin: 0;
    padding: 0;
  }

  .meet-image,
  .meet-profile {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
  }

  .meet-image {
    width: 400px;
    height: 540px;
    background-color: #d5dadd;
  }

  .meet-profile {
    width: 400px;
    height: 540px;
    padding: 30px 20px;
    text-align: left;
    overflow-y: auto;
  }

  h3.meet-name {
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
  }

  .meet-position {
    font-size: 14px;
    padding: 0;
    margin: 0;
  }

  .meet-summary {
    font-size: 16px;
    font-weight: 300;
  }

  .meet-image img {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .companyContent .socialIcons {
    display: inline-block;
  }

  #companyMenu {
    display: block;
    border-top: 1px solid #cfcfcf;
    padding: 15px 0;
  }

  #companyMenu .submenuWrapper a {
    font-size: 16px;
  }

  .companyWrapper {
    text-align: left;
  }

  h3.headline {
    display: block;
    margin-top: 20px;
  }

  .companySub {
    width: 30%;
    float: left;
  }

  .companySub .title {
    display: block;
  }

  .companySub p {
    text-indent: 10px;
    font-weight: bold;
  }

  .companySub ul {
    display: block;
    border: 1px solid #cfcfcf;
    background: #fff;
    padding: 20px 0 !important;
    margin: 0;
  }

  .companySub li {
    padding: 0 20px;
  }

  .companySub a {
    text-indent: 15px;
    background: #fff;
    font-weight: normal;
  }

  .companySub a:hover {
    background: #f4f4f4;
  }

  .companyContent {
    width: 70%;
    float: left;
    padding: 0 0 30px;
  }

  .contentWrap {
    padding: 0 0 0 5%;
    margin: 0;
  }

  .contentWrap p.lastUpdate {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  /* FULL: Main */
  .wrapper, .wrapper-icon, .caption-wrapper {
    width: 1024px; /* 1140px - 10% for margins */
    margin: 0 auto;
    position: relative;
  }

  .bt-expand { display: inline-block; }

  div.company-logos {
    padding-top: 20px;
    height: 160px;
    position: relative;
    display: block;
  }

  .partner-logos {
    position: relative;
    height: 73px;
    margin-top: 20px;
  }

  .partner-logos .shelf-slide {
    overflow: hidden;
    width: 1024px;
    margin: 0 auto;
    left: 0;
  }

  .partner-logos .content {
    padding: 0 !important;
    background-color: transparent;
    border: 0;
    margin: 0;
    text-indent: -9999px;
    width: 204.8px;
    height: 100%;
    display: inline-block;
    white-space: nowrap;
  }

  .partner-logos .nav {
    width: 2%;
    text-indent: 0;
    float: left;
    padding-top: 30px;
    font-size: 36px;
  }

  .partner-logos .content a,
  .partner-logos .content span {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 150px;
    height: 63px;
  }

  .partner-logos .content span {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
  }

  .partner-logos .content a {
    display: block;
  }

  .partner-logos .content span.logo {
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: .5s;
    transition-property: opacity;
    -webkit-transition-property: opacity;
    opacity: .6;
  }

  .partner-logos .content span.logo:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
  }

  /* FULL: Platform */
  .platform-box .display-box.workflow-box { display: block; }
  .platform-box .display-box { width: 512px; position: relative; }
  .platform-box .display-box.left { margin-right: -512px; float: left; }
  .platform-box .display-box.right { margin-left: -512px; float: right; }
  .platform-box .desc-box.fl .padder { margin-right: 540px; }
  .platform-box .desc-box.fr .padder { margin-left: 540px; }

  #desktops01 img { top: 50px; }
  #api01 img { top: 30px; }
  #api02 img { position: absolute; left: 130px; top: 30px; }
  #api03 img { top: 50px; }

  /* FULL: Company */

  .companySub {
    width: 21%;
  }

  .companyContent {
    width: 79%;
  }

  .career-position {
    height: 90px;
    overflow: hidden;
  }

  .job-description {
    width: 70%;
  }

  #jobsAtRescale {
    margin: 20px auto 10px;
  }

  #benefitsAtRescale {
    margin: 20px auto 30px;
  }
}

/* Dialog */

.ui-widget-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.ui-widget-content {
  background-color: #fff;
}

.ui-dialog-title {
  font-size: 18px;
  width: 100% !important;
  font-weight: 100;
}

.ui-button-text {
  display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  outline: 0;
  border: 0;
  background: transparent url("../img/icon-close.92ba10cfef80.png") no-repeat center;
}

.hidden {
  display: none !important;
}

.clearfix{*zoom:1; float: none !important;}
.clearfix:before,
.clearfix:after{display:table;content:"";}
.clearfix:after{clear:both !important;}

.shelf { height: 200px; width: 100%; margin-bottom: 15px; position: relative;}
.inside { position: absolute; left: 0px; right: 0px; bottom: 0px; top: 0px; white-space: nowrap; font-size: 0; line-height: 0;}
.scroll-arrow { width: 30px; height: 100%; background-color: #f4f4f4; display: block; position: absolute; bottom: 0; z-index: 98; opacity: 0.4}
.scroll-arrow:hover { opacity: 1; }
.position-left { left: -15px; background: transparent url("../img/arrow-left.f7a0becdfd70.png") no-repeat right 15px;}
.position-right { right: -15px; background: transparent url("../img/arrow-right.a0b84d9cdba6.png") no-repeat left 15px;}
.content { display: inline-block; width: 150px; height: 100%; margin-right: 10px;}

.dropdown:not(:hover) .dropdown-menu {
  display: none;
}

.software-box-shadow {
  box-shadow: inset 1px 0 rgba(66, 66, 66, .5),
              inset -1px 0 rgba(66, 66, 66, .5),
              inset 0 1px rgba(66, 66, 66, .5);
}

.coretype-table {
  border-collapse: collapse;
  border: 1px solid #ddd;
  line-height: 1.25;
}

.coretype-table td,
.coretype-table th {
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.support-table {
  border-collapse: collapse;
}

.support-table td,
.support-table th {
  border: 1px solid #ddd;
  padding: 10px 16px;
}

.support-table th {
  background-color: #eff7fa;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

@media screen and (min-width: 72em) {
  .nav-dropdown .collapse.in {
    display: none;
  }
}

.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition-duration: .35s;
  transition-property: height, visibility;
  transition-timing-function: ease;
}

.nav-header {
  left: 0;
  line-height: 1;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;

  background: #fff;
  box-shadow: 0 1px 0 #dfdfdf;
  color: #555;
}

.dark.nav-header {
  background: #1b1b1b;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  color: #ccc;
}

.rescale-logo {
  color: #3c3a3c;
}

.dark .rescale-logo {
  color: #fff
}

.nav-container {
  display: none;
  font-size: 1rem;
  height: calc(100vh - 66px);
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 64px;
  z-index: 1;

  background: #fff;
}

.dark .nav-container {
  background: #1b1b1b;
}

@media screen and (min-width: 72em) {
  .nav-container {
    display: block;
    height: auto;
    overflow: visible;
    position: static;
  }
}

.nav-menu-container {
  padding: .5rem 0;
}

@media screen and (min-width: 72em) {
  .nav-menu-container {
    padding: 0;
    display: flex;
    align-items: center;
  }
}

.nav-color {
  color: inherit;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown a {
  color: inherit;
}

.nav-color:hover,
.nav-dropdown:hover > a,
.nav-dropdown a:hover {
  color: #000;
}

.dark .nav-color:hover,
.dark .nav-dropdown:hover > a,
.dark .nav-dropdown a:hover {
  color: #fff;
}

.nav-dropdown > a {
  display: block;
  font-weight: 300;
  padding: .5rem 1rem;
}

@media screen and (min-width: 72em) {
  .nav-dropdown > a {
    padding: .5rem;
  }
}

.nav-dropdown > .nav-collapse-toggler {
  align-items: center;
  cursor: pointer;
  display: flex;
}

.nav-collapse-toggler:not(.collapsed) {
  font-weight: 500;
}

@media screen and (min-width: 72em) {
  .nav-dropdown > .nav-collapse-toggler {
    display: none;
  }
}

.nav-collapse-toggler .disclosure-icon {
  margin-left: .5rem;
}

.nav-dropdown > .nav-top-level-link {
  display: none;
}

@media screen and (min-width: 72em) {
  .nav-dropdown > .nav-top-level-link {
    display: block;
  }
}

.nav-dropdown > a.active {
  color: #39b;
}

.nav-dropdown-menu-container {
  display: none;
  z-index: 1;
}

@media screen and (min-width: 72em) {
  .nav-dropdown-menu-container {
    left: 0;
    padding-top: .5rem;
    position: absolute;
    top: 100%;
  }

  .nav-dropdown:hover .nav-dropdown-menu-container {
    display: block;
  }
}

.nav-dropdown-menu {
  display: flex;
  font-size: .9rem;
  padding: 0 .5rem;
}

@media screen and (min-width: 72em) {
  .nav-dropdown-menu {
    padding: .5rem;

    background: #fff;
    box-shadow: inset 0 2px #39b, 0 0 12px rgba(0, 0, 0, .175);
  }

  .dark .nav-dropdown-menu {
    background: #333;
  }
}

.nav-dropdown-menu a {
  color: inherit;
  display: block;
  font-weight: 300;
  padding: .5rem;
  white-space: nowrap;
}

.nav-dropdown-column {
  padding: 0 .5rem;
  width: 50%;
}

@media screen and (min-width: 72em) {
  .nav-dropdown-column {
    padding: .5rem;
    width: auto;
  }
}

a.nav-dropdown-sub-header {
  font-weight: 500;
}

.dark a.nav-dropdown-sub-header {
  color: #eee;
}

.disclosure-icon {
  fill: currentColor;
  position: relative;
  top: -1px;
  transform: rotate(90deg);
  transition: transform 200ms linear;
}

/*
[data-toggle="collapse"]:not(.collapsed) .disclosure-icon {
}
*/

.anchor:before {
  content: ' ';
  display: block;
  height: 64px;
  margin-top: -64px;
  visibility: hidden;
}

[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
