body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.sheetslabform {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background-color: #f9f9f9;
}

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-flex-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/nice_inContact_background.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(0, 0, 0, .8)), url('../images/nice_inContact_background.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  font-family: 'SF UI Display', Arial, sans-serif;
}

.cta-button {
  position: static;
  top: 3px;
  right: 3px;
  bottom: 0px;
  z-index: 10;
  height: 28px;
  max-height: 28px;
  max-width: 28px;
  min-width: 28px;
  border-radius: 50%;
  background-image: url('../images/Upload-Arrow.svg');
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
}

.cta-button:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.cta-button:active {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.cta-button:focus {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.single-column-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-upload-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.uploadcare--widget__button {
  position: static;
  left: 3px;
  top: 3px;
  right: auto;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  height: 32px;
  max-width: 32px;
  min-width: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none transparent;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-filter 200ms ease;
  transition: -webkit-filter 200ms ease;
  transition: filter 200ms ease;
  transition: filter 200ms ease, -webkit-filter 200ms ease;
  color: #8d8d8d;
  text-align: center;
}

.uploadcare--widget__button:hover {
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.uploadcare--widget__button:active {
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.uploadcare--widget__button:focus {
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.uploadcare--widget__button.uploadcare--widget__button_type_open:hover {
  background-color: transparent;
  background-image: url('../images/camera.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.uploadcare--widget__button.uploadcare--widget__button_type_open:active {
  background-image: url('../images/camera.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
}

.uploadcare--widget__button.uploadcare--widget__button_type_open:focus {
  background-image: url('../images/camera.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
}

.hidden {
  display: none;
}

.full-name-container {
  margin-top: 12px;
}

.first-of-two-columns {
  padding-right: 5px;
}

.second-of-two-columns {
  padding-left: 5px;
}

.chat-form {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  opacity: 0;
}

.chat-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 768px;
  min-width: 768px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chat-message {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 10px;
  background-color: #f1f1f1;
  color: #5d5d5d;
}

.chat-message.alternate {
  margin-right: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #70c0ff;
  color: #fff;
}

.chat-message.alternate.typing-indicator {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 50px;
  min-width: 100%;
  background-color: transparent;
  background-image: url('../images/messages-typing-indicator.gif');
  background-position: 125% 50%;
  background-size: 290px;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.chat-history.single-column-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chat-title {
  height: auto;
  min-height: 1.5em;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
  background-color: #00b5e2;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
}

.chat-messages-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chat-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  border-radius: 10px;
}

.textarea {
  position: relative;
  z-index: 1;
  height: 26px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 0px none transparent;
  background-color: transparent;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  line-height: 26px;
}

.message-and-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 10px;
  padding: 6px 6px 6px 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #c7c7cc;
  border-radius: 10px;
  background-color: #fafafa;
  -webkit-transition: height 200ms ease, border 200ms ease;
  transition: height 200ms ease, border 200ms ease;
}

.message-and-button.focused {
  border-color: #3e7ac1;
}

.text-field {
  border: 1px solid #c7c7cc;
  border-radius: 10px;
  background-color: #fafafa;
  -webkit-transition: border 200ms ease, background-color 200ms ease;
  transition: border 200ms ease, background-color 200ms ease;
}

.text-field:focus {
  border-color: #3e7ac1;
}

.text-area-container {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.chat-message-text {
  display: block;
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.scrollable-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.scroll-hint {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 6px;
  min-height: 20px;
  background-image: -webkit-linear-gradient(90deg, transparent, #000);
  background-image: linear-gradient(0deg, transparent, #000);
}

.scroll-hint.bottom-scroll-hint {
  top: auto;
  bottom: 0px;
  min-height: 30px;
  background-image: -webkit-linear-gradient(270deg, transparent, #000);
  background-image: linear-gradient(180deg, transparent, #000);
}

.ipad-container {
  height: 100%;
  border: 10px solid transparent;
}

.ipad-layer-1 {
  height: 100%;
  padding: 4px;
  border-radius: 27px;
  background-image: -webkit-linear-gradient(270deg, #303136, #84878c 52%, #303136);
  background-image: linear-gradient(180deg, #303136, #84878c 52%, #303136);
}

.ipad-layer-2 {
  height: 100%;
  padding: 8px;
  border-radius: 23px;
  background-color: #000;
}

.ipad-layer-3 {
  height: 100%;
  border-radius: 15px;
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.ipad-layer-3.blank-background {
  background-image: none;
  background-size: auto;
}

.notch {
  position: absolute;
  left: auto;
  right: 50%;
  z-index: 2;
  display: block;
  width: 160px;
  height: 24px;
  margin-right: -80px;
  margin-left: auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #000;
}

.smooth-notch-left {
  position: absolute;
  left: -5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.smooth-notch-left-container {
  position: absolute;
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: #000;
}

.top-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  min-height: 65px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #f9f9f9;
}

.smooth-notch-right-container {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background-color: #000;
}

.smooth-notch-right {
  position: absolute;
  top: 5px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
}

.speaker-hole {
  width: 80px;
  height: 6px;
  margin-top: 6px;
  margin-left: 40px;
  border-radius: 3px;
  background-color: #2e2e2e;
}

.camera-hole {
  position: absolute;
  top: 2px;
  right: 16px;
  width: 12px;
  height: 12px;
  border: 1px solid #3d3b3b;
  border-radius: 50%;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, #112257, #361f68);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #112257, #361f68);
}

.camera-hole.infrared-camera {
  left: 16px;
  right: auto;
  opacity: 0.5;
}

.hello-company-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.awesome-company-logo {
  height: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/underbelly-logo.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.awesome-company-logo.underbelly-logo {
  height: 70px;
  background-image: url('../images/underbelly-logo.svg');
  background-position: 3px 100%;
  background-size: 174px;
}

.hello-heading {
  margin-top: 0px;
  margin-right: 0.25em;
  margin-bottom: 0px;
}

.resume-content {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.call-to-action---continue-reading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hands-in-the-air-emoji {
  width: 3em;
  height: 3em;
  background-image: url('../images/hands-in-the-air-emoji_1hands-in-the-air-emoji.png');
  background-position: 0px 100%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%) saturate(197%) hue-rotate(314deg);
  filter: invert(100%) saturate(197%) hue-rotate(314deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.question-text {
  margin-top: 0px;
  margin-right: 1em;
  margin-bottom: 0px;
}

.padded-container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.back-hand-down-emoji {
  width: 24px;
  height: 24px;
  margin-top: 12px;
  background-image: url('../images/back-hand-down-emoji_1back-hand-down-emoji.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%) saturate(200%) hue-rotate(314deg);
  filter: invert(100%) saturate(200%) hue-rotate(314deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: transparent;
}

.check-out-my-resume-below {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.resume-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .12);
  box-shadow: none;
}

.resume-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  background-color: #2a2a2a;
  box-shadow: none;
  color: #fff;
}

.resume-right {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #f2f2f2;
  color: #2a2a2a;
}

.resume-first-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 65px;
  text-align: center;
  letter-spacing: -0.03em;
}

.resume-last-name {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 48px;
  text-align: center;
  letter-spacing: -0.03em;
}

.resume-photo-container {
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #fff;
  background-image: url('../images/James-Vreeken.jpg');
  background-position: 35% 19%;
  background-size: 169%;
}

.divider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divider-container.bottom-left-divider-container {
  margin-right: 24px;
}

.icon-holder {
  width: 5em;
  height: 5em;
  padding: 0px 0px 0em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 5em;
  -ms-flex-preferred-size: 5em;
  flex-basis: 5em;
  border-radius: 50%;
  background-color: #000;
}

.icon-holder.tie-icon-background {
  background-image: url('../images/tie.svg');
  background-position: 50% 50%;
  background-size: 73%;
  background-repeat: no-repeat;
}

.icon-holder.education-icon-background {
  background-image: url('../images/education.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.icon-holder.education-icon-background.reverse-color {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.icon-holder.code-skills-background {
  background-image: url('../images/skills.svg');
  background-position: 50% 50%;
  background-size: 84%;
  background-repeat: no-repeat;
}

.icon-holder.messages-background {
  background-image: url('../images/messages.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.icon-holder.phone-background {
  background-image: url('../images/education.svg');
  background-position: 50% 50%;
  background-size: 85%;
  background-repeat: no-repeat;
}

.icon-holder.phone-background.reverse-color {
  background-image: url('../images/phone.svg');
  background-size: 90%;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.line-border {
  height: 1px;
  margin-left: 24px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px dashed #000;
}

.line-border.for-center {
  margin-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.resume-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.resume-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.resume-section-info-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.resume-section-content-container {
  padding-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.resume-item-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5em;
  line-height: 1em;
  text-transform: uppercase;
}

.resume-item-title.highlighted {
  color: #00b5e2;
}

.resume-item-title.highlighted.smaller-sub-title {
  font-size: 1em;
  line-height: 1.5em;
}

.resume-item-title.highlighted.centered {
  margin-bottom: 24px;
  text-align: center;
}

.resume-item-title.smaller-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
  text-transform: none;
}

.when-and-where {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #adadad;
  font-size: 1em;
  line-height: 1.25em;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
}

.when-and-where.highlighted {
  color: #00b5e2;
}

.text-span {
  font-size: 0.75em;
  line-height: 1em;
}

.side-by-side-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.right-half {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.padding-top {
  margin-bottom: 12px;
  padding-top: 6px;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.linkedin-logo {
  min-width: 33.33%;
  padding-bottom: 25%;
  -webkit-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  background-image: url('../images/linkedin-logo.svg');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.get-in-touch {
  display: inline;
  margin-top: 24px;
  margin-right: 0em;
  margin-bottom: 12px;
  padding: 24px;
  text-align: center;
}

.text-link {
  color: #00b5e2;
  text-decoration: none;
}

.url-bar {
  width: 100%;
  height: 42px;
  margin-right: 6px;
  margin-left: 6px;
  padding-top: 5px;
  padding-left: 10px;
  border: 6px solid #f9f9f9;
  border-radius: 12px;
  background-color: #e8e8e9;
}

.signal-bars {
  position: absolute;
  top: 0px;
  right: 18px;
}

.current-time {
  position: absolute;
  left: 12px;
  top: 5px;
  color: #2a2a2a;
  font-weight: 400;
}

.chat-messages {
  width: 100%;
  padding: 0px;
}

.text-block {
  color: #2a2a2a;
}

.div-block-2 {
  position: absolute;
  left: 0px;
  top: -7px;
  right: 0px;
  z-index: 5;
  min-height: 10px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.get-in-touch-button {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  border: 12px solid #f9f9f9;
  border-radius: 0px 0px 20px 20px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
}

.get-in-touch-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #00b5e2;
  box-shadow: 0 0 24px 3px rgba(0, 0, 0, .12);
}

.p-link {
  color: #00b5e2;
  text-decoration: underline;
}

.emphasis {
  color: #7e7d7d;
  font-size: 12px;
  line-height: 1em;
}

.heart-emoji {
  display: inline;
  margin-right: 0.2em;
  color: red;
  font-size: 38px;
}

.relative {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.down-arrow {
  position: relative;
  top: 43px;
  right: 43px;
  z-index: 10;
  display: inline;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.close-messages-click-area {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 999999;
  display: none;
  height: 60px;
  min-height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}

.close-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #fc1520;
}

@media (max-width: 991px) {
  .chat-container {
    max-width: 100%;
    min-width: 100%;
  }
  .chat-message.alternate.typing-indicator {
    background-position: 290% 50%;
  }
  .chat-title {
    margin-top: 24px;
    text-align: center;
  }
  .scroll-hint {
    z-index: 9999;
  }
  .scroll-hint.bottom-scroll-hint {
    z-index: 100;
  }
  .relative {
    z-index: 101;
  }
  .down-arrow {
    z-index: 999;
  }
}

@media (max-width: 767px) {
  .first-of-two-columns {
    padding-right: 10px;
  }
  .second-of-two-columns {
    padding-left: 10px;
  }
  .chat-container {
    width: 100%;
    min-width: auto;
  }
  .chat-message.alternate.typing-indicator {
    background-position: 290% 50%;
  }
  .resume-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resume-left {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .get-in-touch {
    position: relative;
  }
  .down-arrow {
    position: absolute;
    left: auto;
    top: auto;
    right: -15px;
    bottom: 0px;
  }
}

@media (max-width: 479px) {
  .scrollable-container {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hello-company-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .awesome-company-logo.underbelly-logo {
    width: 100%;
  }
  .hands-in-the-air-emoji {
    width: 50%;
    height: 5em;
    background-position: 50% 50%;
  }
  .question-text {
    margin-right: 0em;
  }
  .resume-text-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .resume-section-info-container {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .resume-section-content-container {
    padding-left: 0px;
  }
  .get-in-touch {
    font-size: 19px;
    line-height: 2em;
  }
  .heart-emoji {
    display: block;
  }
  .down-arrow {
    bottom: 11px;
    width: 50px;
    height: 50px;
  }
}

@font-face {
  font-family: 'SF UI Display';
  src: url('../fonts/sf-ui-display-regular-webfont.woff2') format('woff2'), url('../fonts/sf-ui-display-regular-webfont.woff') format('woff'), url('../fonts/sf-ui-display-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}