/* line 5, app/assets/stylesheets/work.scss */
.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 10px 60px;
  background-color: black;
  color: white;
  opacity: 0;
  border-radius: 20px;
}

/* line 15, app/assets/stylesheets/work.scss */
.skip-to-main-content-link:focus {
  left: 50%;
  top: 10px;
  transform: translateX(-50%);
  opacity: 1;
}

/* line 24, app/assets/stylesheets/work.scss */
.opacitize {
  opacity: 0.4;
}

/* line 28, app/assets/stylesheets/work.scss */
.linkify {
  text-decoration: underline !important;
}

/* line 32, app/assets/stylesheets/work.scss */
.left {
  float: left;
}

/* line 36, app/assets/stylesheets/work.scss */
.right {
  float: right;
  text-align: right;
}

/* line 41, app/assets/stylesheets/work.scss */
.inline {
  display: inline-block;
}

/* line 45, app/assets/stylesheets/work.scss */
.small-width {
  width: 33%;
}

/* line 49, app/assets/stylesheets/work.scss */
.half-width {
  width: 50%;
}

/* line 53, app/assets/stylesheets/work.scss */
.modest-width {
  width: 65%;
}

/* line 57, app/assets/stylesheets/work.scss */
.sizeable-width {
  width: 80%;
}

/* line 61, app/assets/stylesheets/work.scss */
.full-width {
  width: 100%;
}

/* line 65, app/assets/stylesheets/work.scss */
.bit-larger {
  font-size: 1.25em !important;
}

/* line 69, app/assets/stylesheets/work.scss */
.way-larger {
  font-size: 2em !important;
}

/* line 73, app/assets/stylesheets/work.scss */
.center {
  text-align: center;
}

/* line 77, app/assets/stylesheets/work.scss */
.no-bullets {
  list-style: none;
}

/* line 81, app/assets/stylesheets/work.scss */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 90, app/assets/stylesheets/work.scss */
.no-resize {
  resize: none;
  border-radius: 4px;
}

/* line 95, app/assets/stylesheets/work.scss */
.justify {
  text-align: justify !important;
}

/* line 99, app/assets/stylesheets/work.scss */
.zero-margin {
  margin: 0 auto;
}

/* line 103, app/assets/stylesheets/work.scss */
.embolden {
  font-weight: bold;
}

/* line 107, app/assets/stylesheets/work.scss */
.diminutive {
  font-size: 65%;
}

/* line 111, app/assets/stylesheets/work.scss */
.smol {
  font-size: 80%;
}

/* line 115, app/assets/stylesheets/work.scss */
.smol-cell {
  line-height: 80%;
}

/* line 119, app/assets/stylesheets/work.scss */
.strikethrough {
  text-decoration: line-through;
}

/* line 123, app/assets/stylesheets/work.scss */
.hidden {
  display: none !important;
}

/* line 127, app/assets/stylesheets/work.scss */
.no-underline {
  text-decoration: none;
}

/* line 133, app/assets/stylesheets/work.scss */
.blackened {
  color: black !important;
}

/* line 137, app/assets/stylesheets/work.scss */
.neutral-grey {
  color: #cacaca;
}

/* line 141, app/assets/stylesheets/work.scss */
.greener {
  color: #428E84;
}

/* line 145, app/assets/stylesheets/work.scss */
.niceblue {
  color: #5258AB;
  text-decoration: underline !important;
  font-weight: bold;
}

/* line 151, app/assets/stylesheets/work.scss */
.nicepink {
  color: #E2CFFA;
}

/* line 155, app/assets/stylesheets/work.scss */
.gold {
  color: #ebd37e;
}

/* line 159, app/assets/stylesheets/work.scss */
.red {
  color: #e55656;
}

/* line 163, app/assets/stylesheets/work.scss */
.white {
  color: white;
}

/* line 167, app/assets/stylesheets/work.scss */
.slate {
  color: #444444;
}

/* line 173, app/assets/stylesheets/work.scss */
.swell, .skoosh {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 181, app/assets/stylesheets/work.scss */
.swell:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}

/* line 186, app/assets/stylesheets/work.scss */
.skoosh:active {
  transform: scale(0.9) !important;
  -webkit-transform: scale(0.9) !important;
}

/* line 192, app/assets/stylesheets/work.scss */
body {
  font: 16px/180% Arial, Helvetica, sans-serif;
  color: #444;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin: 0 !important;
  overscroll-behavior-y: none;
}

/* line 201, app/assets/stylesheets/work.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Artifika, Helvetica, Arial, sans-serif !important;
}

/* line 205, app/assets/stylesheets/work.scss */
p {
  margin: 1em 0;
  line-height: 120%;
}

/* line 210, app/assets/stylesheets/work.scss */
a {
  text-decoration: none;
  color: #5B5E81;
}

/* line 215, app/assets/stylesheets/work.scss */
a:hover {
  transition: color 0.3s;
  color: #99ABC4;
}

/* line 220, app/assets/stylesheets/work.scss */
table {
  width: 100%;
}

/* line 224, app/assets/stylesheets/work.scss */
th {
  text-align: left;
  background-color: #ffffff;
}

/* line 229, app/assets/stylesheets/work.scss */
.artifika {
  font-family: Artifika, Helvetica, Arial, sans-serif !important;
}

/* line 233, app/assets/stylesheets/work.scss */
.pointer {
  cursor: pointer;
}

/* line 239, app/assets/stylesheets/work.scss */
#header {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 80%;
  margin: 0 auto;
}

/* line 246, app/assets/stylesheets/work.scss */
#header h1 {
  font-weight: bold;
  letter-spacing: -1px;
  font-family: Artifika, Helvetica, Arial, sans-serif !important;
}

/* line 253, app/assets/stylesheets/work.scss */
.left-header {
  display: inline;
  padding-top: 10px;
}

/* line 258, app/assets/stylesheets/work.scss */
#logo-wrapper {
  display: inline-block;
  z-index: 500;
  transform-style: preserve-3d;
}

/* line 264, app/assets/stylesheets/work.scss */
.header-image {
  width: 125px;
  height: 125px;
  z-index: -999;
}

/* line 270, app/assets/stylesheets/work.scss */
.header-words {
  display: inline-block;
}

/* line 274, app/assets/stylesheets/work.scss */
.subtitle {
  font-family: Artifika, Helvetica, Arial, sans-serif !important;
  margin-top: 0;
}

/* line 279, app/assets/stylesheets/work.scss */
.face {
  margin-top: -30px;
  margin-right: 10px;
}

/* line 284, app/assets/stylesheets/work.scss */
#user-wrapper {
  height: 60px;
  min-width: 160px;
  display: inline-block;
  float: right;
  position: static;
  padding: 0 5px 0 5px;
}

/* line 293, app/assets/stylesheets/work.scss */
.cart-link-highlight {
  color: #FF8A00 !important;
}

/* line 297, app/assets/stylesheets/work.scss */
.library-link-highlight {
  color: #88A8B0 !important;
}

/* line 303, app/assets/stylesheets/work.scss */
.devise-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

/* line 311, app/assets/stylesheets/work.scss */
.devise-header-image {
  max-width: 175px;
  display: inline;
}

/* line 316, app/assets/stylesheets/work.scss */
.devise-header-product-container {
  display: inline-block;
  margin-left: 30px;
}

/* line 321, app/assets/stylesheets/work.scss */
.devise-header-product-bin {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
}

/* line 329, app/assets/stylesheets/work.scss */
.devise-header-product-icon {
  height: 64px;
  margin: 5px;
}

/* line 336, app/assets/stylesheets/work.scss */
.panel {
  box-shadow: 0 0 10px #777777;
  z-index: 0;
  background: #ffffff;
  margin-top: 9px;
  padding: 1px 40px 40px 40px;
  border-radius: 40px;
}

/* line 345, app/assets/stylesheets/work.scss */
.smart-panel {
  margin: 0 auto 25px;
  padding: 5px;
}

/* line 350, app/assets/stylesheets/work.scss */
.glass {
  opacity: 0.75;
  background: #ffffff;
  z-index: 0;
  border-radius: 2px;
  border: 0px solid;
  box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.5);
}

/* line 359, app/assets/stylesheets/work.scss */
.pagination, .pagination-controls, .pagination-info {
  display: inline;
}

/* line 364, app/assets/stylesheets/work.scss */
.pagination span {
  color: #4c4c4c;
  margin: 0 2px;
}

/* line 368, app/assets/stylesheets/work.scss */
.pagination .current {
  color: #ffd693;
}

/* line 373, app/assets/stylesheets/work.scss */
.pagination-controls {
  float: left;
}

/* line 377, app/assets/stylesheets/work.scss */
.pagination-info {
  float: right;
}

/* line 382, app/assets/stylesheets/work.scss */
.page a {
  text-decoration: underline !important;
}

/* line 389, app/assets/stylesheets/work.scss */
.footer-logo-wrapper {
  text-align: center;
}

/* line 393, app/assets/stylesheets/work.scss */
.footer-logo {
  max-width: 50px;
  cursor: pointer;
  text-align: center;
}

/* line 399, app/assets/stylesheets/work.scss */
.menu {
  margin: 0;
  padding: 0;
}

/* line 404, app/assets/stylesheets/work.scss */
.version-number {
  float: right;
  text-align: right;
  margin-right: 5px;
}

/* line 412, app/assets/stylesheets/work.scss */
.throttled-label {
  display: inline-block;
  max-width: 500px;
  line-height: 1.3em;
}

/* line 418, app/assets/stylesheets/work.scss */
.field {
  text-align: center;
  margin-bottom: 20px;
}

/* line 422, app/assets/stylesheets/work.scss */
.field input, .field select {
  font-size: 1.1em;
  width: 225px;
  min-height: 25px;
  padding: 5px;
  border-radius: 4px;
}

/* line 430, app/assets/stylesheets/work.scss */
.field input[type='checkbox'] {
  width: 10px;
}

/* line 434, app/assets/stylesheets/work.scss */
.field .half {
  width: 125px;
  margin: 0 5px 0 5px;
}

/* line 440, app/assets/stylesheets/work.scss */
.actions {
  margin-top: -10px;
}

/* line 442, app/assets/stylesheets/work.scss */
.actions .bigger {
  font-size: 16px;
  margin-right: 0;
}

/* line 449, app/assets/stylesheets/work.scss */
.alert {
  margin: auto;
  margin-bottom: 22px;
  margin-top: 20px;
  max-width: 500px;
  padding: 8px;
  text-align: center;
  border-radius: 20px;
  cursor: default;
}

/* line 461, app/assets/stylesheets/work.scss */
.alert-notice {
  border: 1px solid black;
  background-color: white;
  color: black;
}

/* line 467, app/assets/stylesheets/work.scss */
.alert-danger {
  border: 1px solid #A83E3E;
  background-color: #DEA4A4;
  color: #A83E3E;
}

/* line 475, app/assets/stylesheets/work.scss */
.unsubscribe-button {
  font-size: 24px;
}

/* line 481, app/assets/stylesheets/work.scss */
.signup-preview-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px auto;
}

/* line 490, app/assets/stylesheets/work.scss */
.signup-borders {
  border: 1px grey solid;
  border-radius: 3px;
  padding: 5px;
  width: 80%;
  background-color: papayawhip !important;
}

/* line 498, app/assets/stylesheets/work.scss */
.signup-freebook-text {
  max-width: 300px;
  margin: 10px;
}

/* line 503, app/assets/stylesheets/work.scss */
.signup-freebook-image {
  width: 100px;
  height: 150px;
  border-radius: 5px;
  margin: 10px;
}

/* line 512, app/assets/stylesheets/work.scss */
#cookie-banner {
  background: white;
  position: fixed;
  left: 10px;
  bottom: 20px;
  box-shadow: 0px 0px 15px #cccccc;
  padding: 5px 10px;
  border-radius: 2px;
}

/* line 522, app/assets/stylesheets/work.scss */
#cookie-banner p {
  text-align: left;
  font-size: 15px;
  color: #4e4e4e;
}

/* line 528, app/assets/stylesheets/work.scss */
#cookie-banner h4 {
  color: #4e4e4e;
}

/* line 532, app/assets/stylesheets/work.scss */
#cookie-banner button {
  width: 100%;
  padding: 10px 5px;
  border-radius: 10px;
  border: #ffdead;
  color: white;
  cursor: pointer;
}

/* line 541, app/assets/stylesheets/work.scss */
#acceptCookie {
  background: #097fb7;
}

/* line 545, app/assets/stylesheets/work.scss */
#rejectCookie {
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: underline !important;
}

/* line 552, app/assets/stylesheets/work.scss */
.delete-link {
  color: #dd5454 !important;
}

@media screen and (min-width: 320px) {
  /* line 562, app/assets/stylesheets/work.scss */
  #header h1 {
    font-size: 1.5em;
    margin: 0 0 10px 0;
    line-height: 30px;
  }
  /* line 568, app/assets/stylesheets/work.scss */
  #mynameis {
    width: 145px;
  }
  /* line 572, app/assets/stylesheets/work.scss */
  #user-wrapper {
    position: absolute;
  }
  /* line 576, app/assets/stylesheets/work.scss */
  #logo-wrapper {
    max-height: 95px;
    max-width: 160px;
  }
  /* line 581, app/assets/stylesheets/work.scss */
  .face {
    width: 75px;
    height: 75px;
  }
  /* line 586, app/assets/stylesheets/work.scss */
  .header-image {
    width: 75px;
    height: 75px;
  }
  /* line 591, app/assets/stylesheets/work.scss */
  .header-words {
    max-width: 150px;
  }
  /* line 595, app/assets/stylesheets/work.scss */
  #cookie-banner {
    width: 300px;
  }
}

@media screen and (min-width: 450px) {
  /* line 602, app/assets/stylesheets/work.scss */
  #mynameis {
    width: 270px;
  }
  /* line 606, app/assets/stylesheets/work.scss */
  .face {
    width: 100px;
    height: 100px;
  }
  /* line 611, app/assets/stylesheets/work.scss */
  .header-image {
    width: 100px;
    height: 100px;
  }
  /* line 616, app/assets/stylesheets/work.scss */
  .header-words {
    max-width: 750px;
  }
  /* line 620, app/assets/stylesheets/work.scss */
  #cookie-banner {
    width: 300px;
  }
}

@media screen and (min-width: 680px) {
  /* line 629, app/assets/stylesheets/work.scss */
  #header h1 {
    font-size: 2em;
    margin: 0 0 10px 0;
    line-height: 55px;
  }
  /* line 635, app/assets/stylesheets/work.scss */
  #mynameis {
    width: 300px;
  }
  /* line 639, app/assets/stylesheets/work.scss */
  #user-wrapper {
    position: static;
  }
  /* line 643, app/assets/stylesheets/work.scss */
  .smart-panel {
    width: 550px;
  }
  /* line 647, app/assets/stylesheets/work.scss */
  #logo-wrapper {
    height: 95px;
    width: 160px;
  }
  /* line 652, app/assets/stylesheets/work.scss */
  .header-image {
    width: 125px;
    height: 125px;
  }
  /* line 656, app/assets/stylesheets/work.scss */
  .face {
    width: 150px;
    height: 150px;
  }
  /* line 661, app/assets/stylesheets/work.scss */
  #cookie-banner {
    width: 400px;
  }
}

@media screen and (min-width: 1034px) {
  /* line 670, app/assets/stylesheets/work.scss */
  #header h1 {
    font-size: 3em;
    margin: 0 0 10px 0;
    line-height: 55px;
  }
  /* line 676, app/assets/stylesheets/work.scss */
  #mynameis {
    width: 425px;
  }
  /* line 680, app/assets/stylesheets/work.scss */
  #user-wrapper {
    position: static;
  }
  /* line 684, app/assets/stylesheets/work.scss */
  .smart-panel {
    width: 640px;
  }
  /* line 688, app/assets/stylesheets/work.scss */
  #logo-wrapper {
    height: 95px;
    width: 160px;
  }
  /* line 693, app/assets/stylesheets/work.scss */
  #cookie-banner {
    width: 400px;
  }
}

/* line 701, app/assets/stylesheets/work.scss */
.background {
  background: #e3e2fc;
  background: -moz-linear-gradient(137deg, #e3e2fc 0%, #404068 100%);
  background: -webkit-linear-gradient(137deg, #e3e2fc 0%, #404068 100%);
  background: linear-gradient(137deg, #e3e2fc 0%, #404068 100%);
}

/* line 708, app/assets/stylesheets/work.scss */
strong {
  font-weight: bold;
  color: black;
}

/* line 715, app/assets/stylesheets/work.scss */
.superbar {
  background-color: black;
}

/* line 720, app/assets/stylesheets/work.scss */
.superbar-content .superbar-url {
  color: white;
}

/* line 723, app/assets/stylesheets/work.scss */
.superbar-content .superbar-tag, .superbar-content .superbar-rightfloat {
  color: papayawhip;
}

/* line 730, app/assets/stylesheets/work.scss */
.work-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px auto 0;
}

/* line 738, app/assets/stylesheets/work.scss */
.work-header-flex {
  text-align: center;
  margin: 0 20px;
}

/* line 747, app/assets/stylesheets/work.scss */
.work-title {
  font-family: 'Atkinson' !important;
  font-size: 3em;
  color: #1d1d1d;
  margin: 20px 0 0;
  line-height: normal;
}

/* line 755, app/assets/stylesheets/work.scss */
.work-subtitle {
  font-family: 'Atkinson' !important;
  color: #1d1d1d;
  font-size: 1.3em;
  line-height: normal;
  margin: 10px 0px;
}

/* line 763, app/assets/stylesheets/work.scss */
.work-title-image {
  -webkit-filter: drop-shadow(-30px 5px 11px #ffffff) grayscale(35%);
  filter: drop-shadow(-30px 5px 11px #ffffff) grayscale(35%);
  transform: translateZ(0);
  width: 125px;
  height: 125px;
  overflow: visible;
  border-radius: 100px;
}

/* line 773, app/assets/stylesheets/work.scss */
.personal-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  color: black;
}

/* line 779, app/assets/stylesheets/work.scss */
.me-container {
  margin: 30px auto 0;
  max-width: 570px;
  padding: 5px 20px;
  border-radius: 30px;
  box-shadow: 5px 5px 20px #fff;
  background-color: #ffffff;
}

/* line 791, app/assets/stylesheets/work.scss */
.store-blog-date {
  margin-left: 5px;
}

/* line 795, app/assets/stylesheets/work.scss */
.blog-link {
  color: #428E84;
}

/* line 799, app/assets/stylesheets/work.scss */
.business-white {
  color: #ffffff !important;
  font-weight: bold;
}

/* line 804, app/assets/stylesheets/work.scss */
.nicerblue {
  color: #eaecff !important;
  font-weight: bold;
}

/* line 809, app/assets/stylesheets/work.scss */
.underline {
  text-decoration: underline;
}

/* line 813, app/assets/stylesheets/work.scss */
.work-flex {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* line 820, app/assets/stylesheets/work.scss */
.left-work-flex, .right-work-flex {
  display: inline-block;
}

/* line 824, app/assets/stylesheets/work.scss */
.left-work-flex {
  margin: 0 20px 55px;
}

/* line 828, app/assets/stylesheets/work.scss */
.right-work-flex {
  margin: 0 20px;
}

/* line 840, app/assets/stylesheets/work.scss */
li {
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
  font-size: 17px;
}

/* line 846, app/assets/stylesheets/work.scss */
.job-container {
  background-color: #99d0ff;
  background: linear-gradient(321deg, #39485600 0%, #ffffff9c 15%, #ffffffcf 24%, #e1ebf400 100%);
  margin: 0 auto 40px;
  padding: 25px 30px 0px;
  max-width: 400px;
  border-radius: 25px;
  border: 1px solid #dfedff8f;
  line-height: 1.2em;
  box-shadow: 5px 5px 20px #fff;
  position: relative;
}

/* line 859, app/assets/stylesheets/work.scss */
.job-date-container {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 22px 0 22px 0;
  background: #99d0ff;
  background: linear-gradient(321deg, #39485600 0%, #ccddfb87 15%, #fdfdfdf2 24%, #e1ebf438 100%);
  margin: 0;
  padding: 0 30px;
  height: 28px;
  border: 1px outset white;
}

/* line 872, app/assets/stylesheets/work.scss */
.job-date-container span {
  display: inline-block;
  color: #2f3037;
  font-size: 15px;
  margin-top: 5px;
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
}

/* line 881, app/assets/stylesheets/work.scss */
.job-desc {
  color: black;
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
}

/* line 884, app/assets/stylesheets/work.scss */
.job-desc a {
  text-decoration: underline;
}

/* line 889, app/assets/stylesheets/work.scss */
#reachout-container, #reachout-confirmation, #reachout-error {
  display: none;
}

/* line 893, app/assets/stylesheets/work.scss */
.reachout-confirmation {
  max-width: 300px;
  margin: 0 auto;
}

/* line 896, app/assets/stylesheets/work.scss */
.reachout-confirmation p {
  text-align: center;
}

/* line 901, app/assets/stylesheets/work.scss */
#reachout-container {
  margin: 30px auto 0;
  max-width: 570px;
  padding: 5px 20px;
  border-radius: 30px;
  box-shadow: 5px 5px 20px #fff;
  background: white;
}

/* line 910, app/assets/stylesheets/work.scss */
label {
  font-family: 'Atkinson' !important;
}

/* line 915, app/assets/stylesheets/work.scss */
input[type=text], input[type=email] {
  border: 1px white solid;
  border-bottom: 1px black solid;
  border-radius: 0;
}

/* line 921, app/assets/stylesheets/work.scss */
.field {
  text-align: left;
}

/* line 925, app/assets/stylesheets/work.scss */
.contact-span {
  display: inline-block;
  width: 100px;
}

/* line 930, app/assets/stylesheets/work.scss */
.work-button {
  color: #f0f0f0;
  background: #8882a9;
  background: -moz-linear-gradient(top, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  background: -webkit-linear-gradient(top, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  background: linear-gradient(to bottom, #99ABC4 0%, #60659a 50%, #99ABC4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$l-slate-purple', endColorstr='$l-slate-purple',GradientType=0 );
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: #000000 1px solid;
  border-radius: 10px;
  padding: 6px 20px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  -webkit-filter: drop-shadow(0 0 1px #999);
  filter: drop-shadow(0 0 1px #999);
}

/* line 956, app/assets/stylesheets/work.scss */
.work-button:active {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: -moz-linear-gradient(top, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  background: -webkit-linear-gradient(top, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  background: linear-gradient(to bottom, #99ABC4 0%, #5B5E81 50%, #99ABC4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$l-slate-purple', endColorstr='$l-slate-purple',GradientType=0 );
}

/* line 968, app/assets/stylesheets/work.scss */
.skills-container-box {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
  flex-wrap: wrap;
  max-width: 400px;
}

/* line 976, app/assets/stylesheets/work.scss */
.skill-box {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  width: 172px;
  margin: 15px 5px;
  flex-direction: column;
}

/* line 990, app/assets/stylesheets/work.scss */
.skill-header {
  text-align: center;
  font-size: 1.2em;
  margin: 0 auto;
}

/* line 996, app/assets/stylesheets/work.scss */
.skill-content {
  text-align: center;
  line-height: 1.5em;
  margin: 0 auto;
  font-size: 0.8em;
}

/* line 1005, app/assets/stylesheets/work.scss */
.testimonial-wrapper {
  margin-top: 30px;
}

/* line 1009, app/assets/stylesheets/work.scss */
.testimonial-container {
  background-color: #99d0ff;
  background: linear-gradient(321deg, #3948564d 0%, #5a626c40 48%, #3946644f 84%, #26262800 100%);
  margin: 0 auto 40px;
  padding: 10px 30px 30px;
  max-width: 400px;
  border-radius: 25px;
  border: 1px solid #ffffff8f;
  line-height: 1.2em;
  box-shadow: 5px 5px 20px #f2f2f2;
  position: relative;
}

/* line 1022, app/assets/stylesheets/work.scss */
.testimonial-content {
  color: #f8f8ff;
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
  line-height: 1.3em;
}

/* line 1028, app/assets/stylesheets/work.scss */
.testimonial-name-container {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 22px 0 22px 0;
  background: #99d0ff;
  background: linear-gradient(321deg, #39485600 0%, #e6e3ffde 15%, #dedcf1b5 24%, #c7c9dddb 100%);
  margin: 0;
  padding: 0 30px;
  height: 28px;
  border: 1px outset white;
}

/* line 1040, app/assets/stylesheets/work.scss */
.testimonial-name-container span {
  display: inline-block;
  color: #2f3037;
  font-size: 15px;
  margin-top: 5px;
  font-family: 'Atkinson', "Times New Roman", Times, serif !important;
}

/* line 1049, app/assets/stylesheets/work.scss */
.testimonial-avatar-image {
  border-radius: 50px;
  display: inline-block;
  height: 100px;
  width: 100px;
}

/* line 1056, app/assets/stylesheets/work.scss */
.big-quote {
  font-size: 1.6em;
}

/* line 1060, app/assets/stylesheets/work.scss */
.left-offset {
  margin-left: -17px;
}

/* line 1064, app/assets/stylesheets/work.scss */
.right-offset {
  display: inline;
}

/* line 1070, app/assets/stylesheets/work.scss */
.tooltip {
  position: absolute;
  background-color: transparent;
  border-radius: 12px;
  padding: 1px 12px;
  font-family: arial;
  font-size: 12px;
  text-shadow: 0px 1px 1px #000;
  color: white;
}

/* line 1097, app/assets/stylesheets/work.scss */
#work-footer-bar {
  border-radius: 30px;
  max-width: 640px;
  margin: 50px auto 0;
  opacity: 0.9;
  color: black;
}

/* line 1105, app/assets/stylesheets/work.scss */
.shellscript-footer-logo {
  height: 40px;
  margin-bottom: -10px;
  -webkit-filter: drop-shadow(-1px 1px 25px #ffffff) grayscale(35%);
  filter: drop-shadow(-1px 1px 25px #ffffff) grayscale(35%);
  transform: translateZ(0);
}

/* line 1113, app/assets/stylesheets/work.scss */
.footer-words {
  color: #f9f2ff;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 370px) {
  /* line 1120, app/assets/stylesheets/work.scss */
  .testimonial-name-container {
    border-radius: 11px 0 22px 22px;
  }
}

@media screen and (max-width: 430px) {
  /* line 1126, app/assets/stylesheets/work.scss */
  .testimonial-name-container {
    padding: 0 10px;
  }
  /* line 1130, app/assets/stylesheets/work.scss */
  .position-text {
    font-size: 0.8em !important;
  }
}
