/*------------------------------------*\
  MAIN COMPILER
\*------------------------------------*/
/* Thirdparty */
/* Utilities */
/*------------------------------------*\
  UTILITIES COMPILER
\*------------------------------------*/
/*------------------------------------*\
FONTS
\*------------------------------------*/
@font-face {
  font-family: 'CircularPro-Book';
  src: url("../fonts/CircularPro-BookItalic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CircularPro-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularPro-BookItalic.otf") format("opentype"), url("../fonts/CircularPro-BookItalic.WOFF") format("woff"), url("../fonts/CircularPro-BookItalic.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-style: italic, oblique;
}
@font-face {
  font-family: 'CircularPro-Book';
  src: url("../fonts/CircularPro-Book.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CircularPro-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularPro-Book.otf") format("opentype"), url("../fonts/CircularPro-Book.WOFF") format("woff"), url("../fonts/CircularPro-Book.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'CircularPro-Bold';
  src: url("../fonts/CircularPro-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CircularPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularPro-Bold.otf") format("opentype"), url("../fonts/CircularPro-Bold.WOFF") format("woff"), url("../fonts/CircularPro-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'CircularPro-Medium';
  src: url("../fonts/CircularPro-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/CircularPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularPro-Medium.otf") format("opentype"), url("../fonts/CircularPro-Medium.WOFF") format("woff"), url("../fonts/CircularPro-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/*------------------------------------*\
  VARIABLES
\*------------------------------------*/
/*------------------------------------*\
  COLORS
\*------------------------------------*/
/*------------------------------------*\
  NAVBAR HEIGHTS
\*------------------------------------*/
/*------------------------------------*\
  SCREEN WIDTHS
\*------------------------------------*/
/*------------------------------------*\
  MIXINS
\*------------------------------------*/
/*
EXAMPLE:
.selector {
  @include prefix(transform, rotate(45deg), webkit ms);
}
================>
================>
.selector {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
*/
/*------------------------------------*\
	PLACEHOLDERS
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_placeholders\.scss}line{font-family:\000035}}
.hero .hero-caption .title::after {
  content: '';
  display: block;
  background-color: #F6F6F5;
  height: 1px;
  width: 60px;
  position: relative;
  bottom: 0;
  margin: auto;
}

/*------------------------------------*\
  BUTTONS
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\000035}}
button:focus {
  outline: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\000037}}
.button-container {
  text-align: center;
  margin: 40px 0 20px 0;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\000037}}
  .button-container {
    text-align: left;
    margin: 20px 0;
  }
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000317}}
*[class*="btn-"],
*[class*="btn-"]:hover {
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-family: "CircularPro-Medium", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1px;
  padding: 0 20px;
  min-width: 160px;
  font-size: 12px;
  line-height: 36px;
  color: #44433D;
  box-shadow: none !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000332}}
*[class*="btn-"] a,
*[class*="btn-"]:hover a {
  display: block;
  color: #44433D;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000337}}
*[class*="btn-"] a:hover,
*[class*="btn-"]:hover a:hover {
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000343}}
.btn-primary {
  border: none;
  background-color: #BCE183 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000348}}
.btn-secondary {
  border: 1px solid #8B8581;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000352}}
.btn-tertiary, .btn-tertiary:hover {
  color: #F6F6F5;
  border: 1px solid #F6F6F5;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000357}}
.btn-no-button, .btn-no-button:hover {
  width: auto;
  min-width: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000362}}
.check-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 72px;
  height: 27px;
  margin: 10px 0 0 0;
  background: url("../images/sprites/buy-tiles-sprite.png") -70px -7px no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000369}}
.check-toggle:hover {
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_buttons\.scss}line{font-family:\0000372}}
.check-toggle[data-toggle="true"] {
  background: url("../images/sprites/buy-tiles-sprite.png") -142px -7px no-repeat;
}

/*------------------------------------*\
  FORMS
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_forms\.scss}line{font-family:\000035}}
.habit-input {
  margin-top: 15px;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_forms\.scss}line{font-family:\000039}}
.habit-input label {
  -moz-transition: all, ease-out 0.2s;
  -o-transition: all, ease-out 0.2s;
  -webkit-transition: all, ease-out 0.2s;
  transition: all, ease-out 0.2s;
  position: absolute;
  top: 10px;
  font-size: 17px;
  z-index: 5;
  color: #C5C5C6;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_forms\.scss}line{font-family:\0000318}}
.habit-input label.editing, .habit-input label.hasValue {
  top: -10px;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_forms\.scss}line{font-family:\0000324}}
.habit-input input {
  position: relative;
  z-index: 10;
  border: 0;
  border-bottom: 1px solid #8B8581;
  margin-bottom: 10px;
  padding: 8px 0;
  font-size: 16px;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_forms\.scss}line{font-family:\0000334}}
.habit-input input:focus {
  outline: none;
  border-bottom: 1px solid #BCE183;
}

/*------------------------------------*\
  GRIDS
\*------------------------------------*/
@media (max-width: 414px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_grids\.scss}line{font-family:\000036}}
  .hidden-xs {
    display: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_grids\.scss}line{font-family:\0000310}}
  .visible-xs {
    display: block !important;
  }
}
@media (min-width: 415px) and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_grids\.scss}line{font-family:\0000316}}
  .hidden-sm {
    display: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_grids\.scss}line{font-family:\0000320}}
  .visible-sm {
    display: block !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_grids\.scss}line{font-family:\0000324}}
  .hidden-xs {
    display: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_grids\.scss}line{font-family:\0000328}}
  .visible-xs {
    display: none !important;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_grids\.scss}line{font-family:\0000334}}
  .hidden-md {
    display: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_grids\.scss}line{font-family:\0000338}}
  .visible-md {
    display: block !important;
  }
}
/*------------------------------------*\
  GENERAL
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\000035}}
body {
  height: 100%;
  width: 100%;
  min-width: 320px;
  font-family: "CircularPro-Book", Arial, sans-serif;
  color: #44433D;
  background-color: #F6F6F5;
  font-size: 14px;
  line-height: 20px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000318}}
body.modal-opened {
  overflow-y: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000321}}
body.isIE11 {
    /*
      ie11 does not properly render our current font of font-family:
      "CircularPro-...";

      Default to Helvetica for proper spacing.
    */
  font-family: Helvetica, sans-serif !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000329}}
body.isIE11 h1, body.isIE11 h2, body.isIE11 h3, body.isIE11 h4, body.isIE11 p,
body.isIE11 .style-9, body.isIE11 .title {
  font-family: Helvetica, sans-serif !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000335}}
#main-container {
  padding-top: 70px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000339}}
section {
  padding: 30px 0;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000342}}
section.with-arrow {
  position: relative;
  padding-bottom: 22px !important;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000345}}
section.with-arrow::before {
  content: '';
  position: absolute;
  z-index: 10;
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: white;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: -5px 5px 8px 0px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  margin: auto;
  bottom: -5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000362}}
section.with-arrow::after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 8, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 8px);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 8px);
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0) 8px);
  background-color: #F6F6F5;
  position: absolute;
  content: '';
  width: 100%;
  height: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000371}}
section.gray {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000374}}
section.gray.with-arrow::before {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000377}}
section.gray.with-arrow::after {
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000382}}
section.dark {
  background-color: #44433D;
  color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000386}}
section .button-container {
  position: relative;
  z-index: 500;
  margin: 30px 0 40px 0px;
}

/*------------------------------------*\
  Global Classes
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000396}}
.inline-break {
  display: block;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000397}}
.clear {
  clear: both;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\0000398}}
.center-align {
  display: table;
  height: 100%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003102}}
.vertical-top {
  display: table-cell;
  vertical-align: top;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003106}}
.vertical-middle {
  display: table-cell;
  vertical-align: middle;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003110}}
.two-cols {
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003113}}
.two-cols-text {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003115}}
.two-cols-text p {
  padding-bottom: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003117}}
.dotted-list-item {
  border-bottom: 1px dotted #8B8581;
  padding-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003120}}
.dotted-list-item.first-item {
  border-top: 1px dotted #8B8581;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003123}}
.dotted-list-item .left-col {
  font-family: "CircularPro-Bold", sans-serif;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003130}}
.fixed-content {
  margin: 0 32px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003133}}
.full-width-img {
  max-width: 100%;
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003137}}
.centered {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003139}}
.centered .centered-list-item {
  display: inline-block;
  width: 100%;
  max-width: 650px;
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003145}}
.centered img {
  max-width: 100%;
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003152}}
.style-7 {
  font-size: 14px;
  line-height: 20px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003156}}
.style-9 {
  font-family: "CircularPro-Bold", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003161}}
.no-bullet {
  list-style: none !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003165}}
#join-waitlist {
  padding: 60px 0 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003167}}
#join-waitlist .button-container {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003168}}
#join-waitlist .button-container {
  margin: 30px 0 40px 0;
}

/*------------------------------------*\
  Elements
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003174}}
p {
  padding: 0;
  margin: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003178}}
a {
  color: #44433D;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003180}}
a :hover {
  color: #44433D;
  text-decoration: none;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003185}}
ul {
  list-style-type: none;
  padding: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003189}}
h1, h2, h3, h4 {
  margin: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003192}}
h1, h2, h4 {
  font-family: "CircularPro-Bold", sans-serif;
  text-transform: uppercase;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003197}}
h1 {
  max-width: 650px;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2px;
  text-align: center;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003204}}
h2 {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1.5px;
  padding: 10px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003210}}
h3 {
  max-width: 650px;
  font-size: 17px;
  line-height: 23px;
  padding: 10px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003216}}
h4 {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  padding: 20px 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003222}}
h5 {
  font-size: 12px;
  line-height: 15px;
}

/*------------------------------------*\
  MEDIA QUERIES
\*------------------------------------*/
@media only screen and (min-width: 450px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003231}}
  .sm-mobile-only {
    display: none;
  }
}
@media only screen and (min-width: 560px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003234}}
  .mobile-break {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003237}}
  body {
    font-size: 16px;
    line-height: 24px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003241}}
  #main-container {
    padding-top: 102px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003244}}
  section {
    padding: 45px 0 60px 0;
  }

  /*--------------------*\
    Global Classes
  \*--------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003250}}
  .mobile-only {
    display: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003252}}
  .two-cols .left-col {
    float: left;
    width: 50%;
    padding: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003257}}
  .two-cols .right-col {
    float: right;
    width: 50%;
    padding: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003262}}
  .two-cols img {
    max-width: 100%;
    height: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003267}}
  .two-cols-text {
    -moz-columns: 20em 2;
    -webkit-columns: 20em 2;
    columns: 20em 2;
    text-align: left;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003271}}
  .fixed-content {
    margin: auto;
    width: 95%;
    max-width: 940px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003277}}
  .centered .centered-list-item {
    width: 200px;
    max-width: auto;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003282}}
  .style-7 {
    font-size: 14px;
    line-height: 21px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003286}}
  .style-9 {
    font-size: 18px;
    line-height: 25px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003290}}
  #join-waitlist {
    padding: 60px 0 30px 0;
  }

  /*--------------------*\
    Elements
  \*--------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003297}}
  h1 {
    font-size: 42px;
    line-height: 52px;
    letter-spacing: 4px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003302}}
  h2 {
    font-size: 20px;
    line-height: 26px;
    padding: 20px 0 10px 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003307}}
  h3 {
    font-size: 20px;
    line-height: 27px;
    padding: 20px 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003312}}
  h4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1.5px;
    padding: 25px 0;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_general\.scss}line{font-family:\00003318}}
  h5 {
    font-size: 14px;
    line-height: 21px;
  }
}
/* Components */
/*------------------------------------*\
  NAVBAR
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\000035}}
.navbar {
  background-color: #FFFFFF;
  border: 0;
  height: 70px;
  min-width: 320px;
  -moz-box-shadow: #CBCACA 0px 0px 5px;
  -webkit-box-shadow: #CBCACA 0px 0px 5px;
  box-shadow: #CBCACA 0px 0px 5px;
  z-index: 1040;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\000035}}
  .navbar {
    height: 102px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000317}}
.navbar .fixed-content {
  margin: 0 10px;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000317}}
  .navbar .fixed-content {
    margin: auto;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000325}}
.navbar .fixed-content .navbar-header .navbar-toggle {
  float: left;
  border: 0;
  margin: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000330}}
.navbar .fixed-content .navbar-header .navbar-toggle .icon-bar {
  width: 34px;
  height: 4px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000336}}
.navbar .fixed-content .navbar-header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000340}}
.navbar .fixed-content .navbar-header .navbar-toggle:hover, .navbar .fixed-content .navbar-header .navbar-toggle:active, .navbar .fixed-content .navbar-header .navbar-toggle:focus {
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000345}}
.navbar .fixed-content .navbar-header .navbar-brand {
  height: 100%;
}
@media (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000345}}
  .navbar .fixed-content .navbar-header .navbar-brand {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000355}}
.navbar .fixed-content .navbar-header .navbar-brand img {
  height: 41px;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000345}}
  .navbar .fixed-content .navbar-header .navbar-brand {
    position: relative;
    left: auto;
    margin-left: auto;
    padding: 20px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000365}}
  .navbar .fixed-content .navbar-header .navbar-brand img {
    height: 62px !important;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000372}}
.navbar .fixed-content .navbar-header .button-container .btn-primary {
  min-width: 122px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000376}}
.navbar .fixed-content .navbar-header .button-container .btn-tertiary {
  color: #44433D;
}
@media (max-width: 414px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000376}}
  .navbar .fixed-content .navbar-header .button-container .btn-tertiary {
    width: 85px;
    white-space: normal;
    line-height: 18px;
  }
}
@media (max-width: 414px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000371}}
  .navbar .fixed-content .navbar-header .button-container {
    margin: 0;
    float: right;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000391}}
  .navbar .fixed-content .navbar-header .button-container .btn {
    font-size: 16px;
    padding: 26px 18px 0 0;
    border: 0;
    min-width: initial;
  }
}
@media (min-width: 415px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\0000371}}
  .navbar .fixed-content .navbar-header .button-container {
    margin: 18px 15px 0 0;
    float: right;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003106}}
.navbar .fixed-content .navbar-collapse {
  background-color: #F6F6F5;
  margin: 0 -10px;
  padding: 5px 55px;
  max-height: none;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003106}}
  .navbar .fixed-content .navbar-collapse {
    background-color: transparent;
    padding: 5px 0;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003117}}
  .navbar .fixed-content .navbar-collapse .navbar-nav {
    float: right;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003123}}
  .navbar .fixed-content .navbar-collapse .navbar-nav li {
    padding: 6px 12px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003128}}
.navbar .fixed-content .navbar-collapse .navbar-nav li a {
  font-family: "CircularPro-Book", sans-serif;
  color: #6E6762 !important;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.68px;
  padding: 0;
  margin: 32px 0;
  padding-left: 12px;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003128}}
  .navbar .fixed-content .navbar-collapse .navbar-nav li a {
    font-family: "CircularPro-Medium", sans-serif;
    font-size: 12px;
    line-height: 15px;
    padding-left: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003148}}
.navbar .fixed-content .navbar-collapse .navbar-nav li.active a {
  background-color: transparent;
  border-left: 2px solid #BCE183;
  padding-left: 10px;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003148}}
  .navbar .fixed-content .navbar-collapse .navbar-nav li.active a {
    border-left: 0;
    border-bottom: 2px solid #BCE183;
    padding-bottom: 10px;
    padding-left: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003164}}
.navbar .fixed-content .navbar-collapse .mobile-buttons {
  max-width: 415px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003167}}
.navbar .fixed-content .navbar-collapse .mobile-buttons .button-container {
  float: left;
  width: 65%;
  min-width: initial;
  margin: 0 0 30px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003173}}
.navbar .fixed-content .navbar-collapse .mobile-buttons .button-container.btn-small {
  width: 35%;
  padding: 0;
  margin-left: -10px;
  padding-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003180}}
.navbar .fixed-content .navbar-collapse .mobile-buttons .button-container .btn-primary {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003184}}
.navbar .fixed-content .navbar-collapse .mobile-buttons .button-container .btn-secondary {
  width: 100%;
  min-width: initial;
  padding: 0;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003192}}
  .navbar .fixed-content .navbar-collapse .button-container {
    float: right;
    padding-top: 7px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003197}}
  .navbar .fixed-content .navbar-collapse .button-container .btn {
    min-width: initial;
    width: 132px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003204}}
.navbar .fixed-content .navbar-collapse .login-icon {
  float: right;
  background-image: url(../images/icons/login-icon.svg);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  margin: 35px 0 0 25px;
}

@media only screen and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003218}}
  .navbar-header {
    float: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003221}}
  .navbar-toggle {
    display: block;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003224}}
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003228}}
  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003232}}
  .navbar-nav > li {
    float: none;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003235}}
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003243}}
  .navbar-collapse.collapse {
    height: 331px !important;
    display: none !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003247}}
  .navbar-collapse.collapse.in {
    display: block !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003250}}
  .collapsing {
    overflow: hidden !important;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_navbar\.scss}line{font-family:\00003253}}
  .navbar-collapse.show {
    display: block !important;
  }
}
/*------------------------------------*\
  FOOTER
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\000035}}
#footer {
  padding: 20px 0;
  background-color: white;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\000039}}
#footer.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000314}}
#footer .logo-line {
  float: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000316}}
#footer .logo-line img {
  width: 107px;
  height: 44px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000321}}
#footer .link-line {
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000323}}
#footer .link-line a {
  padding: 0 0 0 7px;
  white-space: nowrap;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000326}}
#footer .link-line a:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid #8B8581;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000330}}
#footer .link-line a:hover {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000335}}
#footer .social-line {
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000337}}
#footer .social-line .social-link {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #CBCACA;
  height: 36px;
  width: 37px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px 0px 0px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000347}}
#footer .social-line .social-link.twitter {
  background-image: url("../images/icons/social-twitter.svg");
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000350}}
#footer .social-line .social-link.facebook {
  background-image: url("../images/icons/social-facebook.svg");
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000353}}
#footer .social-line .social-link.instagram {
  background-image: url("../images/icons/social-instagram.svg");
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000356}}
#footer .social-line .social-link.media {
  background-image: url("../images/icons/social-medium.svg");
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000361}}
#footer .subscribe-line {
  padding: 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000364}}
#footer .subscribe-line .style-9 {
  margin: 0 0 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000367}}
#footer .subscribe-line .button-container {
  margin: 0;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000372}}
#footer .copyright {
  font-size: 12px;
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000379}}
  #footer {
    text-align: right;
    padding-bottom: 60px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000382}}
  #footer .link-line {
    padding-top: 12px;
    font-size: 14px;
    text-align: right;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000386}}
  #footer .link-line a {
    padding: 0 8px;
    border: 0 !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000389}}
  #footer .link-line a:last-child {
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000394}}
  #footer .social-line {
    text-align: right;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\0000397}}
  #footer .subscribe-line {
    display: inline-block;
    text-align: left;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\00003101}}
  #footer .subscribe-line .style-9 {
    display: inline-block;
    margin: 0 20px 0 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_footer\.scss}line{font-family:\00003106}}
  #footer .copyright {
    display: inline-block;
    text-align: right;
    margin-top: 5px;
  }
}
/*------------------------------------*\
  MODALS
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\000035}}
.modal-backdrop {
  opacity: 0.5 !important;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000310}}
.modal .modal-dialog {
  margin: 7% auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000313}}
.modal .close {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 10;
  font-size: 40px;
  height: 22px;
  line-height: 22px;
  text-shadow: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000324}}
.modal .modal-content {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000334}}
#component-our-science-scientists .modal-dialog,
#leadership-team .modal-dialog,
#advisory-board .modal-dialog,
#media-assets .modal-dialog {
  width: 85%;
  max-width: 940px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000339}}
#component-our-science-scientists .close.white,
#leadership-team .close.white,
#advisory-board .close.white,
#media-assets .close.white {
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000342}}
#component-our-science-scientists .close.black,
#leadership-team .close.black,
#advisory-board .close.black,
#media-assets .close.black {
  color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000346}}
#component-our-science-scientists .modal-content,
#leadership-team .modal-content,
#advisory-board .modal-content,
#media-assets .modal-content {
  margin: 10px auto;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000349}}
#component-our-science-scientists .modal-content h3,
#leadership-team .modal-content h3,
#advisory-board .modal-content h3,
#media-assets .modal-content h3 {
  padding: 0;
  padding-bottom: 20px;
  max-width: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000354}}
#component-our-science-scientists .modal-content h2, #component-our-science-scientists .modal-content h3,
#leadership-team .modal-content h2,
#leadership-team .modal-content h3,
#advisory-board .modal-content h2,
#advisory-board .modal-content h3,
#media-assets .modal-content h2,
#media-assets .modal-content h3 {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000355}}
#component-our-science-scientists .modal-content h2, #component-our-science-scientists .modal-content h3, #component-our-science-scientists .modal-content p,
#leadership-team .modal-content h2,
#leadership-team .modal-content h3,
#leadership-team .modal-content p,
#advisory-board .modal-content h2,
#advisory-board .modal-content h3,
#advisory-board .modal-content p,
#media-assets .modal-content h2,
#media-assets .modal-content h3,
#media-assets .modal-content p {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000359}}
#component-our-science-scientists .modal-body,
#leadership-team .modal-body,
#advisory-board .modal-body,
#media-assets .modal-body {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000362}}
#component-our-science-scientists .modal-body .left-col img,
#leadership-team .modal-body .left-col img,
#advisory-board .modal-body .left-col img,
#media-assets .modal-body .left-col img {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000367}}
#component-our-science-scientists .modal-body .right-col,
#leadership-team .modal-body .right-col,
#advisory-board .modal-body .right-col,
#media-assets .modal-body .right-col {
  padding: 20px 30px 30px 30px;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000379}}
  #component-our-science-scientists .close.white, #component-our-science-scientists .close.black,
  #leadership-team .close.white,
  #leadership-team .close.black,
  #advisory-board .close.white,
  #advisory-board .close.black,
  #media-assets .close.white,
  #media-assets .close.black {
    color: #000000;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000384}}
  #component-our-science-scientists .modal-content,
  #leadership-team .modal-content,
  #advisory-board .modal-content,
  #media-assets .modal-content {
    max-width: 940px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000386}}
  #component-our-science-scientists .modal-content h2,
  #leadership-team .modal-content h2,
  #advisory-board .modal-content h2,
  #media-assets .modal-content h2 {
    padding-right: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000390}}
  #component-our-science-scientists .modal-body,
  #leadership-team .modal-body,
  #advisory-board .modal-body,
  #media-assets .modal-body {
    padding: 15px;
    margin: 20px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000394}}
  #component-our-science-scientists .modal-body .left-col img,
  #leadership-team .modal-body .left-col img,
  #advisory-board .modal-body .left-col img,
  #media-assets .modal-body .left-col img {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\0000398}}
  #component-our-science-scientists .modal-body .right-col,
  #leadership-team .modal-body .right-col,
  #advisory-board .modal-body .right-col,
  #media-assets .modal-body .right-col {
    padding: 5px 0 20px 10px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\00003106}}
#media-assets .close {
  top: 25px;
  right: 28px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\00003109}}
#media-assets .close.white {
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\00003110}}
#media-assets .close.black {
  color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\00003112}}
#media-assets .modal-body {
  margin: 20px;
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\00003116}}
  #media-assets .close {
    top: 5px;
    right: 8px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\00003119}}
  #media-assets .close.white {
    color: #000000;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-modal\.scss}line{font-family:\00003120}}
  #media-assets .close.black {
    color: #000000;
  }
}

/* Pages */
/*------------------------------------*\
  PAGES COMPILER
\*------------------------------------*/
/*------------------------------------*\
  HOME PAGE
\*------------------------------------*/
/*------------------------------------*\
  HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000035}}
.hero {
  position: relative;
  height: 585px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000038}}
.hero.hero-no-text {
  height: 360px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000310}}
.hero.hero-no-text figure {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000312}}
.hero.hero-no-text figure:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000317}}
.hero figure {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  background-position: 50% 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000322}}
.hero figure:before {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  right: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000332}}
.hero .hero-caption {
  padding: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000341}}
.hero .hero-caption .vertical-top {
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000344}}
.hero .hero-caption .vertical-middle {
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000347}}
.hero .hero-caption .title {
  font-family: "CircularPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000352}}
.hero .hero-caption .title::after {
  content: '';
  bottom: -15px;
  height: 4px;
  width: 86px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000360}}
.hero .hero-caption .button-container {
  margin: 20px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000367}}
  .hero {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000369}}
  .hero.hero-no-text {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000372}}
  .hero figure {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000374}}
  .hero figure:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000378}}
  .hero .hero-caption {
    background-color: transparent !important;
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000383}}
  .hero .hero-caption .vertical-top {
    vertical-align: middle;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000387}}
  .hero .hero-caption .vertical-top .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000391}}
  .hero .hero-caption .vertical-middle {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000393}}
  .hero .hero-caption .vertical-middle .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000397}}
  .hero .hero-caption .title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 35px;
    width: 50%;
    max-width: 410px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003103}}
  .hero .hero-caption .title::after {
    margin: 0;
    bottom: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003108}}
  .hero .hero-caption h3 {
    max-width: none;
    width: 50%;
    margin: 0;
    max-width: 360px;
  }
}
/*------------------------------------*\
  HOME PRODUCT TILES COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\000039}}
#component-home-product-tiles h2, #component-home-product-tiles h3, #component-home-product-tiles h4, #component-home-product-tiles span {
  padding: 0;
  color: #4A4A4A;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000313}}
#component-home-product-tiles h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 4px;
  padding: 0 0 25px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000320}}
#component-home-product-tiles .center-align {
  width: 100%;
  text-align: center;
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000325}}
#component-home-product-tiles .section-content-container {
  padding: 0px 0 30px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000328}}
#component-home-product-tiles .tiles-container {
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000331}}
#component-home-product-tiles .tile {
  -moz-box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 6px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 6px 0px;
  box-shadow: rgba(0, 0, 0, 0.28) 0px 0px 6px 0px;
  position: relative;
  float: none;
  width: 260px;
  margin-bottom: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000338}}
#component-home-product-tiles .tile .tile-image img {
  width: 260px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000342}}
#component-home-product-tiles .tile .tile-content-wrapper {
  -moz-box-shadow: inset rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
  box-shadow: inset rgba(0, 0, 0, 0.5) 0px 1px 3px 0px;
  height: auto;
  padding: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000346}}
#component-home-product-tiles .tile .tile-content-wrapper h3, #component-home-product-tiles .tile .tile-content-wrapper h4, #component-home-product-tiles .tile .tile-content-wrapper span:last-child {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000349}}
#component-home-product-tiles .tile .tile-content-wrapper h4, #component-home-product-tiles .tile .tile-content-wrapper p {
  letter-spacing: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000352}}
#component-home-product-tiles .tile .tile-content-wrapper h3 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  margin: 5px 0 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000358}}
#component-home-product-tiles .tile .tile-content-wrapper span {
  font-size: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000361}}
#component-home-product-tiles .tile .tile-content-wrapper h4 {
  margin-bottom: 5px;
  text-transform: none;
  font-size: 15px;
  line-height: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000367}}
#component-home-product-tiles .tile .tile-content-wrapper p {
  font-size: 13px;
  line-height: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000371}}
#component-home-product-tiles .tile .tile-content-wrapper .tile-price {
  position: relative;
  display: inline-block;
  margin: 0 0 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000376}}
#component-home-product-tiles .tile .tile-content-wrapper .button-container {
  margin: 20px 0 20px 0;
}

@media only screen and (min-width: 450px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000385}}
  #component-home-product-tiles h2 {
    font-size: 24px;
    line-height: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000389}}
  #component-home-product-tiles .tile {
    width: 378px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000392}}
  #component-home-product-tiles .tile .tile-image img {
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000396}}
  #component-home-product-tiles .tile .tile-content-wrapper {
    height: auto;
    padding: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\0000399}}
  #component-home-product-tiles .tile .tile-content-wrapper h3 {
    margin: 5px 0 20px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003102}}
  #component-home-product-tiles .tile .tile-content-wrapper h4, #component-home-product-tiles .tile .tile-content-wrapper p {
    font-size: 18px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003103}}
  #component-home-product-tiles .tile .tile-content-wrapper h4 {
    line-height: 24px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003106}}
  #component-home-product-tiles .tile .tile-content-wrapper p {
    line-height: 27px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003107}}
  #component-home-product-tiles .tile .tile-content-wrapper .tile-price {
    margin: 0 0 20px 0;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003117}}
  #component-home-product-tiles h2 {
    font-size: 46px;
    line-height: 54px;
    padding: 0 0 45px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003122}}
  #component-home-product-tiles .section-content-container {
    padding: 70px 0 80px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003125}}
  #component-home-product-tiles .tile {
    float: left;
    margin-bottom: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003128}}
  #component-home-product-tiles .tile:first-child {
    margin-right: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003131}}
  #component-home-product-tiles .tile .tile-content-wrapper {
    height: 351px;
    box-sizing: content-box;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-product-tiles\.scss}line{font-family:\00003134}}
  #component-home-product-tiles .tile .tile-content-wrapper .button-container {
    position: absolute;
    margin: 0;
    left: 50%;
    margin-left: -80px;
    bottom: 35px;
  }
}
/*------------------------------------*\
  HOME PERSONALIZATION COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\000035}}
#component-home-personalization {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\000037}}
#component-home-personalization h1 {
  margin-bottom: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\000039}}
#component-home-personalization .centered .centered-list-item {
  width: 100%;
  margin-bottom: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000312}}
#component-home-personalization .centered .centered-list-item h2 {
  padding: 20px 0 12px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000315}}
#component-home-personalization .centered .centered-list-item h2, #component-home-personalization .centered .centered-list-item p {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000318}}
#component-home-personalization .centered .centered-list-item p {
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000321}}
#component-home-personalization .centered .centered-list-item .button-container {
  margin: 5px 0 0px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000323}}
#component-home-personalization .centered .centered-list-item .button-container .btn, #component-home-personalization .centered .centered-list-item .button-container .btn :hover {
  padding-left: 0;
  padding-right: 0;
  text-decoration: underline;
}

@media only screen and (min-width: 560px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000337}}
  #component-home-personalization .centered .centered-list-item p {
    max-width: 80%;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000346}}
  #component-home-personalization h1 {
    margin-bottom: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000348}}
  #component-home-personalization .centered .centered-list-item {
    width: 300px;
    padding: 0 15px;
    margin-bottom: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000352}}
  #component-home-personalization .centered .centered-list-item h2, #component-home-personalization .centered .centered-list-item p {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000355}}
  #component-home-personalization .centered .centered-list-item p {
    min-width: auto;
    max-width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-personalization\.scss}line{font-family:\0000359}}
  #component-home-personalization .centered .centered-list-item .button-container {
    margin: 20px 0 30px 0;
  }
}
/*------------------------------------*\
  HOME SUCCESS STORIES/SLIDER COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\000035}}
#success-stories {
  padding-bottom: 170px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\000037}}
#success-stories .slider {
  height: 105px;
  text-align: center;
  margin: 40px 0 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000311}}
#success-stories .slider .slider-nav {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000313}}
#success-stories .slider .slider-nav .slider-button {
  position: absolute;
  padding-top: 125px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000317}}
#success-stories .slider .slider-nav .slider-button.slider-button-prev {
  left: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000320}}
#success-stories .slider .slider-nav .slider-button.slider-button-next {
  right: 36px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000325}}
#success-stories .slider .stripe {
  display: inline-block;
  height: 100%;
  width: calc(90% / 3);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000330}}
#success-stories .slider .stripe.active img {
  -moz-box-shadow: #44433D 0px 0px 10px;
  -webkit-box-shadow: #44433D 0px 0px 10px;
  box-shadow: #44433D 0px 0px 10px;
  transform: scale(1.5, 1.5);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000334}}
#success-stories .slider .stripe.active .footnote {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000338}}
#success-stories .slider .stripe .center-align {
  margin: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000341}}
#success-stories .slider .stripe img {
  -moz-transition: all, ease-out 0.3s;
  -o-transition: all, ease-out 0.3s;
  -webkit-transition: all, ease-out 0.3s;
  transition: all, ease-out 0.3s;
  cursor: pointer;
  width: 264px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000346}}
#success-stories .slider .stripe .footnote {
  display: none;
  position: absolute;
  margin-top: 30px;
  left: 10px;
  right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000352}}
#success-stories .slider .stripe .footnote p {
  text-transform: uppercase;
}

@media only screen and (min-width: 415px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000362}}
  #success-stories .slider {
    height: 265px;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000370}}
  #success-stories .slider {
    height: 385px;
    width: 90%;
    margin: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000374}}
  #success-stories .slider .slider-nav {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000379}}
  #success-stories .slider .stripe.active img {
    transform: scale(1.8, 1.8);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-success-stories-slider\.scss}line{font-family:\0000383}}
  #success-stories .slider .stripe .footnote {
    left: 0;
    right: 0;
  }
}
/*------------------------------------*\
  HOME OUR SCIENCE COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\000035}}
#component-home-our-science {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\000038}}
#component-home-our-science.with-arrow::before {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000312}}
#component-home-our-science::after {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000315}}
#component-home-our-science .fixed-content {
  margin-bottom: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000318}}
#component-home-our-science h2 {
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000321}}
#component-home-our-science .centered {
  margin-top: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000323}}
#component-home-our-science .centered .centered-list-item {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000325}}
#component-home-our-science .centered .centered-list-item .centered {
  height: 100px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000328}}
#component-home-our-science .centered .centered-list-item .centered.dna img {
  height: 65px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000333}}
#component-home-our-science .centered .centered-list-item .centered.drop img {
  height: 62px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000337}}
#component-home-our-science .centered .centered-list-item .centered.chat {
  padding-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000340}}
#component-home-our-science .centered .centered-list-item .centered.chat img {
  height: 56px;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000351}}
  #component-home-our-science h1 {
    max-width: 700px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000355}}
  #component-home-our-science .centered .centered-list-item {
    width: 310px;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 991px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-science\.scss}line{font-family:\0000367}}
  #component-home-our-science .centered .centered-list-item:not(:first-child) {
    margin-top: 30px;
  }
}
/*------------------------------------*\
  HOME GET STARTED COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-get-started\.scss}line{font-family:\000035}}
#component-home-get-started {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-get-started\.scss}line{font-family:\000037}}
#component-home-get-started h2 {
  padding: 30px 0 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-get-started\.scss}line{font-family:\0000310}}
#component-home-get-started .button-container {
  text-align: center;
  margin: 30px 0 10px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-get-started\.scss}line{font-family:\0000318}}
  #component-home-get-started .button-container {
    margin: 40px 0 0 0;
  }
}
/*------------------------------------*\
  HOME IN THE MEDIA COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\000035}}
#in-the-media {
  background-color: #FFFFFF;
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\000038}}
#in-the-media ul {
  margin: 20px 0 25px 0;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\0000312}}
#in-the-media li {
  display: inline-block;
  vertical-align: middle;
  width: 15%;
  text-align: center;
  margin-right: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\0000318}}
#in-the-media li:last-child {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\0000321}}
#in-the-media li.title {
  display: none;
  width: 110px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\0000325}}
#in-the-media li p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\0000333}}
#in-the-media li img {
  width: 100%;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\0000341}}
  #in-the-media li {
    width: 12%;
    margin-right: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-in-the-media\.scss}line{font-family:\0000344}}
  #in-the-media li.title {
    display: inline-block;
  }
}
/*------------------------------------*\
  HOME OUR COMMITMENT COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-commitment\.scss}line{font-family:\000035}}
#component-home-our-commitment {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  background-image: url(../images/hero-images/commitment-hero-sm.jpg);
  height: auto;
  padding: 20px 0 25px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-commitment\.scss}line{font-family:\0000312}}
#component-home-our-commitment .fixed-content {
  text-align: center;
  color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-home-our-commitment\.scss}line{font-family:\0000315}}
#component-home-our-commitment .fixed-content .center-align {
  width: 100%;
  height: auto;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000314}}
#page-home {
  background-color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000317}}
#page-home .hero figure {
  background-image: url(../images/hero-images/hero-home-sm.png);
  height: 45%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000320}}
#page-home .hero figure:before {
  height: 45%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #ffffff 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000325}}
#page-home .hero .hero-caption {
  background-color: #FFFFFF;
  height: 55%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000329}}
#page-home .hero .title {
  color: #44433D;
  font-size: 27px;
  line-height: 33px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000333}}
#page-home .hero .title:after {
  background-color: #44433D;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000337}}
#page-home .hero h3 {
  color: #44433D;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000342}}
#page-home section h2, #page-home section h3, #page-home section h4, #page-home section p {
  text-align: center;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000350}}
  #page-home .hero {
    height: 585px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000352}}
  #page-home .hero figure {
    background-image: url(../images/hero-images/hero-home-md.png);
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000356}}
  #page-home .hero .title {
    font-size: 42px;
    line-height: 46px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000360}}
  #page-home .hero .hero-caption {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-home\.scss}line{font-family:\0000365}}
  #page-home section h2 {
    padding: 5px 0;
  }
}
/*------------------------------------*\
  HOW-IT-WORKS PAGE
\*------------------------------------*/
/*------------------------------------*\
  HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000035}}
.hero {
  position: relative;
  height: 585px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000038}}
.hero.hero-no-text {
  height: 360px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000310}}
.hero.hero-no-text figure {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000312}}
.hero.hero-no-text figure:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000317}}
.hero figure {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  background-position: 50% 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000322}}
.hero figure:before {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  right: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000332}}
.hero .hero-caption {
  padding: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000341}}
.hero .hero-caption .vertical-top {
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000344}}
.hero .hero-caption .vertical-middle {
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000347}}
.hero .hero-caption .title {
  font-family: "CircularPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000352}}
.hero .hero-caption .title::after {
  content: '';
  bottom: -15px;
  height: 4px;
  width: 86px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000360}}
.hero .hero-caption .button-container {
  margin: 20px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000367}}
  .hero {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000369}}
  .hero.hero-no-text {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000372}}
  .hero figure {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000374}}
  .hero figure:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000378}}
  .hero .hero-caption {
    background-color: transparent !important;
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000383}}
  .hero .hero-caption .vertical-top {
    vertical-align: middle;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000387}}
  .hero .hero-caption .vertical-top .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000391}}
  .hero .hero-caption .vertical-middle {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000393}}
  .hero .hero-caption .vertical-middle .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000397}}
  .hero .hero-caption .title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 35px;
    width: 50%;
    max-width: 410px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003103}}
  .hero .hero-caption .title::after {
    margin: 0;
    bottom: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003108}}
  .hero .hero-caption h3 {
    max-width: none;
    width: 50%;
    margin: 0;
    max-width: 360px;
  }
}
/*------------------------------------*\
  HOW-IT-WORKS STEPS TESTING COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-testing\.scss}line{font-family:\000036}}
#component-how-it-works-steps-testing .step-box {
  margin-bottom: 60px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-testing\.scss}line{font-family:\000039}}
#component-how-it-works-steps-testing .step-number {
  padding-top: 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-testing\.scss}line{font-family:\0000316}}
  #component-how-it-works-steps-testing .step-number {
    padding-top: 35px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-testing\.scss}line{font-family:\0000320}}
  #component-how-it-works-steps-testing .two-cols .left-col {
    width: 58%;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-testing\.scss}line{font-family:\0000324}}
  #component-how-it-works-steps-testing .two-cols .right-col {
    width: 42%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-testing\.scss}line{font-family:\0000327}}
  #component-how-it-works-steps-testing .two-cols h2, #component-how-it-works-steps-testing .two-cols h3, #component-how-it-works-steps-testing .two-cols h4, #component-how-it-works-steps-testing .two-cols p {
    text-align: left;
  }
}
/*------------------------------------*\
  HOW-IT-WORKS STEPS RESULTS COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-results\.scss}line{font-family:\000035}}
#component-how-it-works-steps-results {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-results\.scss}line{font-family:\000037}}
#component-how-it-works-steps-results .step-box {
  margin-bottom: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-results\.scss}line{font-family:\0000310}}
#component-how-it-works-steps-results .step-number {
  padding-top: 30px;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-results\.scss}line{font-family:\0000317}}
  #component-how-it-works-steps-results .fixed-content {
    padding-bottom: 60px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-results\.scss}line{font-family:\0000321}}
  #component-how-it-works-steps-results .two-cols .left-col {
    width: 42%;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-results\.scss}line{font-family:\0000325}}
  #component-how-it-works-steps-results .two-cols .right-col {
    width: 58%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-results\.scss}line{font-family:\0000328}}
  #component-how-it-works-steps-results .two-cols h2, #component-how-it-works-steps-results .two-cols h3, #component-how-it-works-steps-results .two-cols h4, #component-how-it-works-steps-results .two-cols p {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works-steps-results\.scss}line{font-family:\0000332}}
  #component-how-it-works-steps-results .step-number {
    padding-top: 50px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\000039}}
#page-how-it-works {
  background-color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000312}}
#page-how-it-works .hero figure {
  background-image: url(../images/hero-images/hero-how-it-works-xs.jpg);
  height: 55%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000315}}
#page-how-it-works .hero figure:before {
  height: 55%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(246, 246, 245, 0)), color-stop(50%, rgba(246, 246, 245, 0)), color-stop(100%, #f6f6f5));
  background-image: -moz-linear-gradient(rgba(246, 246, 245, 0) 0%, rgba(246, 246, 245, 0) 50%, #f6f6f5 100%);
  background-image: -webkit-linear-gradient(rgba(246, 246, 245, 0) 0%, rgba(246, 246, 245, 0) 50%, #f6f6f5 100%);
  background-image: linear-gradient(rgba(246, 246, 245, 0) 0%, rgba(246, 246, 245, 0) 50%, #f6f6f5 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000320}}
#page-how-it-works .hero .hero-caption {
  background-color: #F6F6F5;
  height: 45%;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000325}}
#page-how-it-works .hero .title {
  color: #4A4A4A;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000327}}
#page-how-it-works .hero .title:after {
  background-color: #4A4A4A;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000333}}
#page-how-it-works section h2, #page-how-it-works section h3, #page-how-it-works section h4, #page-how-it-works section p {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000336}}
#page-how-it-works section h4 {
  padding: 5px 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000340}}
#page-how-it-works .step-number {
  width: 22px;
  border-bottom: 2px solid #BCE183;
}

@media only screen and (min-width: 600px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000348}}
  #page-how-it-works .hero {
    height: 585px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000350}}
  #page-how-it-works .hero figure {
    background-image: url(../images/hero-images/hero-how-it-works-sm.jpg);
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000360}}
  #page-how-it-works section h2 {
    padding: 5px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000365}}
  #page-how-it-works .hero figure {
    height: 100%;
    background-image: url(../images/hero-images/hero-how-it-works-md.jpg);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000369}}
  #page-how-it-works .hero .title {
    max-width: 400px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000372}}
  #page-how-it-works .hero .hero-caption {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-how-it-works\.scss}line{font-family:\0000376}}
  #page-how-it-works .step-number {
    margin-left: 0;
  }
}
/*------------------------------------*\
  SCIENCE PAGE
\*------------------------------------*/
/*------------------------------------*\
  HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000035}}
.hero {
  position: relative;
  height: 585px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000038}}
.hero.hero-no-text {
  height: 360px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000310}}
.hero.hero-no-text figure {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000312}}
.hero.hero-no-text figure:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000317}}
.hero figure {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  background-position: 50% 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000322}}
.hero figure:before {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  right: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000332}}
.hero .hero-caption {
  padding: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000341}}
.hero .hero-caption .vertical-top {
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000344}}
.hero .hero-caption .vertical-middle {
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000347}}
.hero .hero-caption .title {
  font-family: "CircularPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000352}}
.hero .hero-caption .title::after {
  content: '';
  bottom: -15px;
  height: 4px;
  width: 86px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000360}}
.hero .hero-caption .button-container {
  margin: 20px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000367}}
  .hero {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000369}}
  .hero.hero-no-text {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000372}}
  .hero figure {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000374}}
  .hero figure:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000378}}
  .hero .hero-caption {
    background-color: transparent !important;
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000383}}
  .hero .hero-caption .vertical-top {
    vertical-align: middle;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000387}}
  .hero .hero-caption .vertical-top .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000391}}
  .hero .hero-caption .vertical-middle {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000393}}
  .hero .hero-caption .vertical-middle .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000397}}
  .hero .hero-caption .title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 35px;
    width: 50%;
    max-width: 410px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003103}}
  .hero .hero-caption .title::after {
    margin: 0;
    bottom: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003108}}
  .hero .hero-caption h3 {
    max-width: none;
    width: 50%;
    margin: 0;
    max-width: 360px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-science\.scss}line{font-family:\000031}}
#component-our-science-science {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-science\.scss}line{font-family:\000033}}
#component-our-science-science p {
  padding: 10px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-science\.scss}line{font-family:\000038}}
  #component-our-science-science h3 {
    padding-bottom: 7px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-science\.scss}line{font-family:\000039}}
  #component-our-science-science p {
    text-align: left;
  }
}
/*------------------------------------*\
  OUR-SCIENCE SCIENCTISTS COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-scientists\.scss}line{font-family:\000036}}
#component-our-science-scientists .advisors-title {
  padding: 60px 0 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-scientists\.scss}line{font-family:\000039}}
#component-our-science-scientists .centered-list-item {
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-scientists\.scss}line{font-family:\0000313}}
#component-our-science-scientists .centered-list-item img {
  width: 100%;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-scientists\.scss}line{font-family:\0000317}}
#component-our-science-scientists .centered-list-item h3 {
  padding: 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-scientists\.scss}line{font-family:\0000325}}
  #component-our-science-scientists .advisors-title {
    padding: 80px 0 30px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-scientists\.scss}line{font-family:\0000328}}
  #component-our-science-scientists .centered-list-item {
    width: 300px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-scientists\.scss}line{font-family:\0000330}}
  #component-our-science-scientists .centered-list-item img {
    margin-bottom: 10px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-testing\.scss}line{font-family:\000032}}
#component-our-science-testing figure {
  background-image: url(../images/pages/science-process-sm.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 350px;
  height: 40%;
  margin: 20px auto 45px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-testing\.scss}line{font-family:\0000312}}
#component-our-science-testing .right-col h2 {
  margin-top: 20px;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-testing\.scss}line{font-family:\0000318}}
  #component-our-science-testing figure {
    background-image: url(../images/pages/science-process-md.png);
    width: 896px;
    max-width: 100%;
    height: 153px;
    margin: 49px auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-testing\.scss}line{font-family:\0000326}}
  #component-our-science-testing .right-col h2 {
    text-align: left;
    margin-top: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-testing\.scss}line{font-family:\0000330}}
  #component-our-science-testing .right-col p {
    text-align: left;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\000031}}
#component-our-science-tests-results {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\000033}}
#component-our-science-tests-results h1 {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\000034}}
#component-our-science-tests-results h3 {
  text-transform: uppercase;
  margin-top: 26px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\000039}}
#component-our-science-tests-results.with-arrow::before {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000313}}
#component-our-science-tests-results::after {
  background-color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000316}}
#component-our-science-tests-results .dotted-list-item {
  padding-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000318}}
#component-our-science-tests-results .dotted-list-item:first-child {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000319}}
#component-our-science-tests-results .dotted-list-item:last-child {
  border-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000320}}
#component-our-science-tests-results .dotted-list-item li {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000322}}
#component-our-science-tests-results .dotted-list-item .two-cols h4 {
  padding: 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000329}}
  #component-our-science-tests-results h1 {
    margin-bottom: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000330}}
  #component-our-science-tests-results .dotted-list-item {
    padding: 16px 0 37px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000333}}
  #component-our-science-tests-results .dotted-list-item .two-cols .left-col {
    width: 28%;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-science-tests-results\.scss}line{font-family:\0000337}}
  #component-our-science-tests-results .dotted-list-item .two-cols .right-col {
    width: 62%;
    padding-top: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000311}}
#page-science {
  background-color: #FFFFFF;
  min-width: 320px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000315}}
#page-science section h2, #page-science section h3 {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000317}}
#page-science .hero {
  height: 585px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000319}}
#page-science .hero figure {
  background-image: url(../images/hero-images/hero-science-sm.jpg);
  height: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000322}}
#page-science .hero figure:before {
  height: 50%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000327}}
#page-science .hero .hero-caption {
  background-color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000330}}
#page-science .hero .title {
  color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000332}}
#page-science .hero .title:after {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000336}}
#page-science .hero h3 {
  color: #F6F6F5;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000345}}
  #page-science .hero figure {
    height: 100%;
    background-image: url(../images/hero-images/hero-science-md.jpg);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-science\.scss}line{font-family:\0000350}}
  #page-science .hero-caption {
    height: 225px;
    top: 30%;
  }
}
/*------------------------------------*\
  TESTIMONIALS PAGE
\*------------------------------------*/
/* Components */
/*------------------------------------*\
  CUSTOMER TESTIMONIALS COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\000038}}
#customers-testimonials .testimonial-image div {
  width: 263px;
  height: 263px;
  border-radius: 131.5px;
  margin: auto;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000312}}
#customers-testimonials .dotted-list-item {
  padding: 50px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000315}}
#customers-testimonials .dotted-list-item .two-cols .left-col {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000319}}
#customers-testimonials .dotted-list-item .style-7 {
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000320}}
#customers-testimonials .dotted-list-item .style-9 {
  padding: 17px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000324}}
#customers-testimonials .disclaimer {
  font-size: 14px;
  padding-top: 20px;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000332}}
  #customers-testimonials .left-col {
    width: 28%;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000337}}
  #customers-testimonials .right-col {
    width: 62%;
    text-align: left;
    padding-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000342}}
  #customers-testimonials .right-col h3 {
    margin: 0;
    padding: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-customer-testimonials\.scss}line{font-family:\0000347}}
  #customers-testimonials .disclaimer {
    margin-bottom: -30px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\000038}}
#page-testimonials {
  background-color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\0000311}}
#page-testimonials .hero figure {
  background-image: url(../images/hero-images/hero-testimonials-sm.jpg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\0000313}}
#page-testimonials .hero figure:before {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\0000317}}
#page-testimonials .hero .hero-caption {
  background-color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\0000320}}
#page-testimonials .hero .title {
  color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\0000322}}
#page-testimonials .hero .title:after {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\0000326}}
#page-testimonials .hero h3 {
  color: #F6F6F5;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\0000334}}
  #page-testimonials .hero {
    height: 585px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-testimonials\.scss}line{font-family:\0000336}}
  #page-testimonials .hero figure {
    background-image: url(../images/hero-images/hero-testimonials-md.jpg);
  }
}
/*------------------------------------*\
  BUY PAGE
\*------------------------------------*/
/* Components */
/*------------------------------------*\
  BUY HERO COMPONENT
\*------------------------------------*/
/*------------------------------------*\
  HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000035}}
.hero {
  position: relative;
  height: 585px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000038}}
.hero.hero-no-text {
  height: 360px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000310}}
.hero.hero-no-text figure {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000312}}
.hero.hero-no-text figure:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000317}}
.hero figure {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  background-position: 50% 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000322}}
.hero figure:before {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  right: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000332}}
.hero .hero-caption {
  padding: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000341}}
.hero .hero-caption .vertical-top {
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000344}}
.hero .hero-caption .vertical-middle {
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000347}}
.hero .hero-caption .title {
  font-family: "CircularPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000352}}
.hero .hero-caption .title::after {
  content: '';
  bottom: -15px;
  height: 4px;
  width: 86px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000360}}
.hero .hero-caption .button-container {
  margin: 20px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000367}}
  .hero {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000369}}
  .hero.hero-no-text {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000372}}
  .hero figure {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000374}}
  .hero figure:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000378}}
  .hero .hero-caption {
    background-color: transparent !important;
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000383}}
  .hero .hero-caption .vertical-top {
    vertical-align: middle;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000387}}
  .hero .hero-caption .vertical-top .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000391}}
  .hero .hero-caption .vertical-middle {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000393}}
  .hero .hero-caption .vertical-middle .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000397}}
  .hero .hero-caption .title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 35px;
    width: 50%;
    max-width: 410px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003103}}
  .hero .hero-caption .title::after {
    margin: 0;
    bottom: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003108}}
  .hero .hero-caption h3 {
    max-width: none;
    width: 50%;
    margin: 0;
    max-width: 360px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\000038}}
#component-buy-hero.habit-core {
  background-color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000310}}
#component-buy-hero.habit-core .title, #component-buy-hero.habit-core .have-questions,
#component-buy-hero.habit-core .disclaimer, #component-buy-hero.habit-core h3, #component-buy-hero.habit-core span, #component-buy-hero.habit-core p {
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000315}}
#component-buy-hero.habit-core .hero-image-wrapper img {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000323}}
#component-buy-hero.habit-core .green-divider {
  background-color: #BCE183;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000327}}
#component-buy-hero.habit-ally {
  background-color: #F6F6F6;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000329}}
#component-buy-hero.habit-ally .title, #component-buy-hero.habit-ally .have-questions,
#component-buy-hero.habit-ally .disclaimer, #component-buy-hero.habit-ally h3, #component-buy-hero.habit-ally span, #component-buy-hero.habit-ally p {
  color: #4A4A4A;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000334}}
#component-buy-hero.habit-ally .hero-image-wrapper img {
  position: relative;
  right: auto;
  top: auto;
  width: 100%;
  height: auto;
  margin: -20px 0 0 -65px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000343}}
#component-buy-hero.habit-ally .green-divider {
  background-color: #8B8581;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000347}}
#component-buy-hero.hero {
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000349}}
#component-buy-hero.hero .title, #component-buy-hero.hero .have-questions,
#component-buy-hero.hero .disclaimer, #component-buy-hero.hero h3, #component-buy-hero.hero span {
  width: 100%;
  max-width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000354}}
#component-buy-hero.hero .wrapper {
  float: none;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000361}}
#component-buy-hero.hero .hero-caption .vertical-top {
  height: 100%;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000365}}
#component-buy-hero.hero .hero-caption .fixed-content {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000369}}
#component-buy-hero.hero .title {
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000373}}
#component-buy-hero.hero .title:after {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000377}}
#component-buy-hero.hero h3 {
  font-size: 17px;
  padding: 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000381}}
#component-buy-hero.hero .buy-info-wrapper {
  position: relative;
  height: auto;
  padding-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000386}}
#component-buy-hero.hero .call-to-action-wrapper {
  margin-top: 20px;
  position: relative;
  top: auto;
  height: auto;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000393}}
#component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .green-divider {
  width: 85%;
  height: 2px;
  margin: 20px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\0000399}}
#component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .left-col p {
  font-weight: bold;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003104}}
#component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .check-toggle {
  margin: 10px 0 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003107}}
#component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .dna-import-disclaimer-container {
  width: 80%;
  margin: 20px auto 30px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003110}}
#component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .dna-import-disclaimer-container p {
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003113}}
#component-buy-hero.hero .call-to-action-wrapper .price-wrapper {
  margin: 20px 0 25px 0;
  line-height: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003119}}
#component-buy-hero.hero .call-to-action-wrapper .price-wrapper span {
  line-height: 28px;
  vertical-align: middle;
  margin-right: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003124}}
#component-buy-hero.hero .call-to-action-wrapper .price-wrapper .price {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003126}}
#component-buy-hero.hero .call-to-action-wrapper .price-wrapper .price.old {
  color: #8B8581;
  font-size: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_mixins\.scss}line{font-family:\0000393}}
#component-buy-hero.hero .call-to-action-wrapper .price-wrapper .price.old:before {
  content: "";
  border-bottom: 2px solid #8B8581;
  width: 110%;
  position: absolute;
  left: -5%;
  top: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003130}}
#component-buy-hero.hero .call-to-action-wrapper .price-wrapper .price.new {
  font-size: 26px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003135}}
#component-buy-hero.hero .call-to-action-wrapper .price-wrapper .savings {
  font-size: 13px;
  color: #D04C5C;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003140}}
#component-buy-hero.hero .call-to-action-wrapper .button-container {
  position: relative;
  margin: 0;
  bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003146}}
#component-buy-hero.hero .hero-subdata {
  width: 85%;
  margin: 20px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003149}}
#component-buy-hero.hero .hero-subdata p {
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003152}}
#component-buy-hero.hero .hero-subdata .disclaimer {
  font-style: italic;
  position: relative;
  margin: 25px 0 10px 0;
  font-size: 10px;
}

@media (min-width: 560px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003167}}
  #component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .check-toggle {
    margin: 0px 0 0 5px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003172}}
  #component-buy-hero.hero .call-to-action-wrapper .price-wrapper span {
    font-size: 26px;
    line-height: 28px;
    margin-right: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003178}}
  #component-buy-hero.hero .call-to-action-wrapper .price-wrapper .price.old {
    font-size: 28px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003181}}
  #component-buy-hero.hero .call-to-action-wrapper .price-wrapper .price.new {
    font-size: 32px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003185}}
  #component-buy-hero.hero .call-to-action-wrapper .price-wrapper .savings {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003198}}
  #component-buy-hero.habit-core .hero-image-wrapper img {
    right: 48%;
    height: 90%;
    width: 850px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003207}}
  #component-buy-hero.habit-ally .hero-image-wrapper img {
    margin: auto;
    left: -240px;
    height: 100%;
    width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003215}}
  #component-buy-hero.hero {
    height: 585px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003217}}
  #component-buy-hero.hero .wrapper {
    float: left;
    width: 46%;
    height: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003222}}
  #component-buy-hero.hero .hero-image-wrapper {
    width: 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003224}}
  #component-buy-hero.hero .hero-image-wrapper img {
    position: absolute;
    right: 60%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003229}}
  #component-buy-hero.hero .title {
    font-size: 27px;
    margin: 30px 0 10px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003233}}
  #component-buy-hero.hero h3 {
    font-size: 18px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003236}}
  #component-buy-hero.hero .buy-info-wrapper {
    float: right;
    width: 58%;
    height: 100%;
    top: 0;
    display: table;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003242}}
  #component-buy-hero.hero .buy-info-wrapper .buy-info {
    display: table-cell;
    vertical-align: middle;
    height: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003247}}
  #component-buy-hero.hero .buy-info-wrapper .title {
    margin-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003251}}
  #component-buy-hero.hero .call-to-action-wrapper {
    position: relative;
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003255}}
  #component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .green-divider {
    width: 105%;
    margin: 20px 0 20px -15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003259}}
  #component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .col {
    display: inline-block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003263}}
  #component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .left-col p {
    display: inline-block;
    margin-bottom: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003266}}
  #component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .left-col p br {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003269}}
  #component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .check-toggle {
    margin: 0 0 0 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003272}}
  #component-buy-hero.hero .call-to-action-wrapper .toggle-wrapper .dna-import-disclaimer-container {
    width: 100%;
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003278}}
  #component-buy-hero.hero .button-container {
    display: inline-block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003281}}
  #component-buy-hero.hero .hero-subdata {
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003283}}
  #component-buy-hero.hero .hero-subdata * {
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003284}}
  #component-buy-hero.hero .hero-subdata .disclaimer {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1260px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003296}}
  #component-buy-hero.habit-ally .hero-image-wrapper img {
    left: -120px;
  }
}
@media only screen and (min-width: 1460px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-hero\.scss}line{font-family:\00003308}}
  #component-buy-hero.habit-ally .hero-image-wrapper img {
    left: 0px;
  }
}
/*------------------------------------*\
  HERO-NOTE COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\000036}}
#hero-note .btn:focus {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\000037}}
#hero-note.fixed-content {
  margin: 0;
  background-color: #3D3B36;
  padding: 7px 10px;
  color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000312}}
#hero-note.fixed-content h3 {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: center;
  padding-bottom: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000318}}
#hero-note.fixed-content h3 span {
  font-weight: bold;
  color: #BCE183;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000323}}
#hero-note.fixed-content .button-container {
  margin: 0 0 7px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000325}}
#hero-note.fixed-content .button-container .btn {
  width: 160px;
  line-height: normal;
  background-color: transparent;
  border-width: 0;
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000331}}
#hero-note.fixed-content .button-container .btn:hover {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000334}}
#hero-note.fixed-content .button-container .btn a {
  color: #F6F6F5;
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000344}}
  #hero-note {
    height: 80px;
    position: relative;
    margin-top: -40px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000351}}
  #hero-note.fixed-content h3 {
    width: 750px;
    float: left;
    font-size: 17px;
    line-height: 27px;
    max-width: none;
    padding: 0;
    line-height: 66px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000360}}
  #hero-note.fixed-content .button-container {
    padding: 0;
    line-height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000367}}
  #hero-note.fixed-content .button-container .btn {
    text-decoration: none;
    border-width: 1px;
    line-height: 36px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero-note\.scss}line{font-family:\0000371}}
  #hero-note.fixed-content .button-container .btn a {
    text-decoration: none;
  }
}
/*------------------------------------*\
  TESTIMONIALS COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\000035}}
#component-banner-testimonials {
  background: #44433D;
  padding: 30px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\000038}}
#component-banner-testimonials * {
  color: #FFFFFF;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000313}}
#component-banner-testimonials .testimonial:first-child {
  margin: 0 0 30px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000316}}
#component-banner-testimonials .testimonial .testimonial-image {
  margin: 0 0 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000318}}
#component-banner-testimonials .testimonial .testimonial-image div {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  margin: auto;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  border: 1px solid #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000324}}
#component-banner-testimonials .testimonial .testimonial-content h4 {
  padding: 0;
  font-size: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000328}}
#component-banner-testimonials .testimonial .testimonial-content p {
  font-style: italic;
  font-size: 16px;
  max-width: 305px;
  margin: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000336}}
#component-banner-testimonials .dotted-line {
  display: none;
  border-right-style: dotted;
  border-width: 2px;
  border-color: #FFFFFF;
  margin: 0 30px;
  height: 124px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_mixins\.scss}line{font-family:\0000357}}
#component-banner-testimonials .dotted-line:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: -1px;
  margin-top: -3px;
  z-index: 2;
  width: 5px;
  height: 5px;
  background-color: #44433D;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000346}}
  #component-banner-testimonials .testimonials-wrapper,
  #component-banner-testimonials .testimonial {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    flex-direction: row;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000350}}
  #component-banner-testimonials .testimonial {
    height: 120px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000352}}
  #component-banner-testimonials .testimonial:first-child {
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000356}}
  #component-banner-testimonials .testimonial:last-child .dotted-line {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000360}}
  #component-banner-testimonials .testimonial .testimonial-image {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0 40px 0 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000364}}
  #component-banner-testimonials .testimonial .testimonial-content {
    width: 275px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000366}}
  #component-banner-testimonials .testimonial .testimonial-content * {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-banner-testimonials\.scss}line{font-family:\0000369}}
  #component-banner-testimonials .dotted-line {
    display: block;
  }
}
/*------------------------------------*\
  HOW-IT-WORKS COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\000036}}
#component-how-it-works * {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\000037}}
#component-how-it-works h3, #component-how-it-works .step-title p {
  font-family: "CircularPro-Bold", sans-serif;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000311}}
#component-how-it-works .title-wrapper,
#component-how-it-works .step {
  margin-bottom: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000316}}
#component-how-it-works .title-wrapper h1 {
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000319}}
#component-how-it-works .title-wrapper p {
  width: 80%;
  max-width: 620px;
  margin: auto;
  font-size: 20px;
  line-height: 27px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000328}}
#component-how-it-works .step .step-content {
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000331}}
#component-how-it-works .step .step-number {
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000333}}
#component-how-it-works .step .step-number h3 {
  font-size: 32px;
  border-bottom: 2px solid #BCE183;
  padding-bottom: 10px;
  width: 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000340}}
#component-how-it-works .step .step-title {
  width: 200px;
  margin: 0 auto 5px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000343}}
#component-how-it-works .step .step-title p {
  font-size: 16px;
  line-height: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000348}}
#component-how-it-works .step .step-description {
  width: 220px;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000351}}
#component-how-it-works .step .step-description p {
  font-size: 14px;
  line-height: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000358}}
#component-how-it-works .get-now-wrapper h3 {
  padding: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000361}}
#component-how-it-works .get-now-wrapper .button-container {
  margin: 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000371}}
  #component-how-it-works.habit-ally .step .step-content {
    width: 225px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000374}}
  #component-how-it-works.habit-ally .step .step-description {
    width: 200px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000379}}
  #component-how-it-works .title-wrapper,
  #component-how-it-works .step {
    margin-bottom: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000382}}
  #component-how-it-works .title-wrapper .step-content,
  #component-how-it-works .step .step-content {
    width: 300px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000387}}
  #component-how-it-works .title-wrapper p {
    width: 620px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-how-it-works\.scss}line{font-family:\0000391}}
  #component-how-it-works .steps-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    flex-direction: row;
    margin: 30px auto;
  }
}
/*------------------------------------*\
  COMMON-QUESTIONS COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\000035}}
#component-buy-common-qs {
  background-color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\000038}}
#component-buy-common-qs .support-email:hover, #component-buy-common-qs .support-email:focus {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000314}}
#component-buy-common-qs .scroll-to:hover, #component-buy-common-qs .scroll-to:focus {
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000320}}
#component-buy-common-qs .left-col a:hover,
#component-buy-common-qs .left-col a:focus {
  color: #44433D;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000326}}
#component-buy-common-qs .right-col {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000328}}
#component-buy-common-qs .right-col a {
  color: #44433D;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000330}}
#component-buy-common-qs .two-cols {
  margin: 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000332}}
#component-buy-common-qs .two-cols .accordion {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000334}}
#component-buy-common-qs .two-cols .accordion .panel-body {
  padding: 0 15px 10px 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000337}}
#component-buy-common-qs .two-cols .accordion h2 {
  padding: 5px 0;
  text-transform: none;
  letter-spacing: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000343}}
#component-buy-common-qs .two-cols h4 {
  padding: 20px 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000348}}
#component-buy-common-qs .panel-body a {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000351}}
#component-buy-common-qs .panel-body ul {
  margin-bottom: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000352}}
#component-buy-common-qs .panel-body li {
  list-style-type: disc;
  margin-left: 40px;
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000359}}
  #component-buy-common-qs .left-col {
    width: 65%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000360}}
  #component-buy-common-qs .right-col {
    width: 35%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-common-questions\.scss}line{font-family:\0000362}}
  #component-buy-common-qs .two-cols h4 {
    padding: 0;
  }
}

/*------------------------------------*\
  WHAT-YOU-GET COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\000035}}
#what-you-get {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\000037}}
#what-you-get .nav-tabs {
  border: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\000039}}
#what-you-get .nav-tabs li {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  width: 25%;
  text-align: center;
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000314}}
#what-you-get .nav-tabs li a {
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000319}}
#what-you-get .nav-tabs li a:hover {
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000322}}
#what-you-get .nav-tabs li a .image-container {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
  width: 60px;
  height: 60px;
  margin: auto;
  display: inline-table;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000329}}
#what-you-get .nav-tabs li a .image-container img {
  display: block;
  margin: auto;
  max-width: 40px;
  max-height: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000337}}
#what-you-get .nav-tabs li.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000339}}
#what-you-get .nav-tabs li.active .image-container {
  background-color: #BCE183;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000346}}
#what-you-get .tab-content h2 {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000349}}
#what-you-get .tab-content .left-col {
  font-family: "CircularPro-Bold", sans-serif;
  text-align: left;
  text-transform: uppercase;
  padding: 10px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000355}}
#what-you-get .tab-content .right-col {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000358}}
#what-you-get .tab-content .back-to-top {
  padding: 30px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "CircularPro-Medium", sans-serif;
  cursor: pointer;
  display: block;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000366}}
#what-you-get .tab-content .back-to-top img {
  padding-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000370}}
#what-you-get .tab-content #habit-core-now {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000372}}
#what-you-get .tab-content #habit-core-now h2 {
  padding: 20px 0 10px 0;
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000376}}
#what-you-get .tab-content #habit-core-now .button-container {
  text-align: center;
  margin: 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000387}}
  #what-you-get .nav-tabs li {
    width: 120px;
    float: none;
    display: inline-block;
    margin: 10px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000393}}
  #what-you-get .nav-tabs li a .image-container {
    width: 90px;
    height: 90px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\0000396}}
  #what-you-get .nav-tabs li a .image-container img {
    max-width: 100%;
    max-height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\00003105}}
  #what-you-get .tab-content .left-col {
    width: 33%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\00003108}}
  #what-you-get .tab-content .right-col {
    width: 67%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\00003111}}
  #what-you-get .tab-content .back-to-top {
    padding: 20px 0 0 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-what-you-get\.scss}line{font-family:\00003115}}
  #what-you-get .tab-content #habit-core-now h2 {
    padding: 30px 0 20px 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-buy\.scss}line{font-family:\0000313}}
#page-buy {
  background-color: #FFFFFF;
}

/*------------------------------------*\
  BUY ALLY PAGES
\*------------------------------------*/
/* Components */
/*------------------------------------*\
  BUY PRODUCT TILES COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\000037}}
#component-buy-product-tiles .fixed-content {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000310}}
#component-buy-product-tiles .tiles-container {
  width: 100%;
  margin: 25px 0 45px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000314}}
#component-buy-product-tiles .tile {
  background-color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #8B8581 0px 2px 4px 0px;
  -webkit-box-shadow: #8B8581 0px 2px 4px 0px;
  box-shadow: #8B8581 0px 2px 4px 0px;
  width: 320px;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000320}}
#component-buy-product-tiles .tile:first-child {
  margin: 0 auto 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000323}}
#component-buy-product-tiles .tile .tile-header {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 120px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000329}}
#component-buy-product-tiles .tile .tile-header span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  color: #44433D;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000334}}
#component-buy-product-tiles .tile .tile-header span.company {
  font-size: 16px;
  padding: 20px 0px 5px 0px;
  letter-spacing: 1px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000339}}
#component-buy-product-tiles .tile .tile-header span.product-title {
  font-size: 48px;
  padding-top: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000344}}
#component-buy-product-tiles .tile .tile-header .green-underline {
  width: 16px;
  border-bottom: 2px solid #BCE183;
  display: inline-block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000349}}
#component-buy-product-tiles .tile .tile-header .savings-banner {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 110px 110px 0;
  border-color: transparent #BCE183 transparent transparent;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000358}}
#component-buy-product-tiles .tile .tile-header .savings-banner .savings-content-container {
  width: 86px;
  margin: 12px;
  text-align: right;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000363}}
#component-buy-product-tiles .tile .tile-header .savings-banner p {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000372}}
#component-buy-product-tiles .tile .tile-body {
  padding: 0px 40px 40px 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000375}}
#component-buy-product-tiles .tile .subTitle,
#component-buy-product-tiles .tile .listTitle {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000379}}
#component-buy-product-tiles .tile .subTitle {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000385}}
#component-buy-product-tiles .tile .listTitle {
  font-weight: bold;
  display: block;
  width: 85%;
  margin: 0 auto 10px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000390}}
#component-buy-product-tiles .tile .listTitle.toggleActive {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000395}}
#component-buy-product-tiles .tile .tile-list ul {
  list-style-position: outside;
  margin-left: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\0000399}}
#component-buy-product-tiles .tile .tile-list .sub-list {
  margin-left: 25px;
  margin-left: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003102}}
#component-buy-product-tiles .tile .tile-list .sub-list li:before {
  content: "-";
  left: -30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003109}}
#component-buy-product-tiles .tile .tile-list .green {
  color: #4A4A4A;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003112}}
#component-buy-product-tiles .tile .tile-list .gray {
  color: #CBCACA;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003115}}
#component-buy-product-tiles .tile .tile-list li {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003120}}
#component-buy-product-tiles .tile .tile-list li:before {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  content: "";
  top: 2px;
  left: -37px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003130}}
#component-buy-product-tiles .tile .tile-list li.green:before {
  background: url("../images/sprites/buy-tiles-sprite.png") -18px -16px no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003135}}
#component-buy-product-tiles .tile .tile-list li.gray:before {
  background: url("../images/sprites/buy-tiles-sprite.png") 0px -16px no-repeat;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003141}}
#component-buy-product-tiles .tile .tile-footer {
  margin-top: 0px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003145}}
#component-buy-product-tiles .tile .tile-footer .tile-check-wrapper * {
  color: #4A4A4A;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003146}}
#component-buy-product-tiles .tile .tile-footer .tile-check-wrapper p {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003151}}
#component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .green-divider {
  position: relative;
  width: 75%;
  height: 2px;
  background-color: #BCE183;
  margin: 30px auto 35px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003157}}
#component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .green-divider:first-child {
  margin: 25px auto 20px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003161}}
#component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .check-toggle {
  margin: 15px 0 5px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003164}}
#component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .dna-import-disclaimer-container {
  margin: 20px 0 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003166}}
#component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .dna-import-disclaimer-container p {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003173}}
#component-buy-product-tiles .tile .tile-footer .tile-price-wrapper {
  height: 24px;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003176}}
#component-buy-product-tiles .tile .tile-footer .tile-price-wrapper .price {
  position: relative;
  line-height: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003179}}
#component-buy-product-tiles .tile .tile-footer .tile-price-wrapper .price.new {
  color: #4A4A4A;
  font-size: 32px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003183}}
#component-buy-product-tiles .tile .tile-footer .tile-price-wrapper .price.old {
  color: #CBCACA;
  font-size: 28px;
  margin-right: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_mixins\.scss}line{font-family:\0000393}}
#component-buy-product-tiles .tile .tile-footer .tile-price-wrapper .price.old:before {
  content: "";
  border-bottom: 2px solid #CBCACA;
  width: 110%;
  position: absolute;
  left: -5%;
  top: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003190}}
#component-buy-product-tiles .tile .tile-footer .button-container {
  margin: 10px 0 5px 0;
  display: inline-block;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003194}}
#component-buy-product-tiles .tile .tile-footer .button-container .btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003202}}
#component-buy-product-tiles .disclaimer-container {
  clear: both;
  color: #4A4A4A;
  font-size: 14px;
  line-height: 21px;
  width: 80%;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003209}}
#component-buy-product-tiles .disclaimer-container .unavailable-states {
  text-align: center;
  font-style: italic;
  border-bottom: 1px dashed #8B8581;
  padding-bottom: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003215}}
#component-buy-product-tiles .disclaimer-container .disclaimer-content {
  margin: 20px 0 35px 0;
  text-align: justify;
}

@media only screen and (min-width: 375px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003224}}
  #component-buy-product-tiles .fixed-content {
    margin: auto;
  }
}
@media only screen and (min-width: 560px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003232}}
  #component-buy-product-tiles .tile {
    width: 460px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003234}}
  #component-buy-product-tiles .tile .subTitle,
  #component-buy-product-tiles .tile .listTitle {
    text-align: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003240}}
  #component-buy-product-tiles .tile .tile-list {
    margin-bottom: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003242}}
  #component-buy-product-tiles .tile .tile-list li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003248}}
  #component-buy-product-tiles .tile .tile-footer {
    margin-top: 25px;
    margin-top: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003251}}
  #component-buy-product-tiles .tile .tile-footer .tile-price-wrapper {
    margin-bottom: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003254}}
  #component-buy-product-tiles .tile .tile-footer .cta-btns-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    flex-direction: row;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003257}}
  #component-buy-product-tiles .tile .tile-footer .button-container {
    margin: 0px 0 20px 0;
    width: 200px;
    text-align: center;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003261}}
  #component-buy-product-tiles .tile .tile-footer .button-container .btn {
    width: 180px;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003272}}
  #component-buy-product-tiles .tiles-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    flex-direction: row;
    margin: 55px 0 65px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003277}}
  #component-buy-product-tiles .tile:first-child {
    margin: 0 20px 0 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003280}}
  #component-buy-product-tiles .tile .tile-list {
    height: 350px;
    margin-bottom: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003286}}
  #component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .col-container {
    width: 85%;
    margin: 0 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003290}}
  #component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .col {
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003293}}
  #component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .left-col {
    margin-right: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003296}}
  #component-buy-product-tiles .tile .tile-footer .tile-check-wrapper p {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003302}}
  #component-buy-product-tiles .tile .tile-footer .tile-check-wrapper .check-toggle {
    margin: 7px 0 0 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003307}}
  #component-buy-product-tiles .tile .tile-footer .dna-import-disclaimer-container p {
    width: 75%;
    margin: 0 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles\.scss}line{font-family:\00003314}}
  #component-buy-product-tiles .disclaimer-container {
    width: 100%;
  }
}
/*----------------------------------------------*\
  BUY PRODUCT TILES HERO IMAGE COMPONENT
\*----------------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\000035}}
#component-buy-products-hero {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\000037}}
#component-buy-products-hero img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\0000310}}
#component-buy-products-hero .product-hero-title-container {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -35px;
  -ms-transform: translate(100%, 0%);
  /* IE 9 */
  -webkit-transform: translate(100%, 0%);
  /* Safari */
  transform: translate(100%, 0%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\0000320}}
#component-buy-products-hero h1 {
  color: #4A4A4A;
  font-size: 15px;
  line-height: 19px;
  text-transform: none;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 375px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\0000334}}
  #component-buy-products-hero h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 560px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\0000343}}
  #component-buy-products-hero .product-hero-title-container {
    margin-top: -55px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\0000346}}
  #component-buy-products-hero h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 776px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\0000355}}
  #component-buy-products-hero .product-hero-title-container {
    margin-top: -72px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-product-tiles-hero\.scss}line{font-family:\0000358}}
  #component-buy-products-hero h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-buy-shop-products\.scss}line{font-family:\000039}}
#page-buy-shop-products {
  background-color: #F6F6F5;
  position: relative;
}

/*------------------------------------*\
  BUY ALLY COACHING PAGE
\*------------------------------------*/
/* Components */
/*------------------------------------*\
  BUY ALLY COACHING HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\000035}}
#component-buy-ally-coaching-hero {
  margin: 0 0 25px 0;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\000038}}
#component-buy-ally-coaching-hero.hero {
  height: 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000310}}
#component-buy-ally-coaching-hero.hero figure {
  height: 100%;
  margin-left: -90px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000313}}
#component-buy-ally-coaching-hero.hero figure::before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000317}}
#component-buy-ally-coaching-hero.hero .hero-caption {
  height: 100%;
  position: absolute;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000320}}
#component-buy-ally-coaching-hero.hero .hero-caption .vertical-top {
  vertical-align: middle;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000326}}
#component-buy-ally-coaching-hero .hero-title-container {
  width: 70%;
  max-width: 200px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000330}}
#component-buy-ally-coaching-hero h1, #component-buy-ally-coaching-hero p {
  font-weight: bold;
  color: #4A4A4A;
  font-size: 13px;
  line-height: 16px;
  text-transform: none;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000341}}
#component-buy-ally-coaching-hero h1 {
  margin-bottom: 8px;
}

@media only screen and (min-width: 560px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000348}}
  #component-buy-ally-coaching-hero.hero {
    height: 250px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000350}}
  #component-buy-ally-coaching-hero.hero figure {
    margin-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000354}}
  #component-buy-ally-coaching-hero .hero-title-container {
    max-width: 420px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000357}}
  #component-buy-ally-coaching-hero h1, #component-buy-ally-coaching-hero p {
    font-size: 25px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 776px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000365}}
  #component-buy-ally-coaching-hero {
    margin: 0 0 40px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000367}}
  #component-buy-ally-coaching-hero.hero {
    height: 400px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000370}}
  #component-buy-ally-coaching-hero .hero-title-container {
    width: 470px;
    max-width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000374}}
  #component-buy-ally-coaching-hero h1, #component-buy-ally-coaching-hero p {
    font-size: 38px;
    line-height: 44px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000378}}
  #component-buy-ally-coaching-hero h1 {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-hero\.scss}line{font-family:\0000385}}
  #component-buy-ally-coaching-hero {
    margin: 0 0 60px 0;
  }
}
/*------------------------------------*\
  BUY ALLY COACHING TILE COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\000036}}
#component-buy-ally-coaching-tile .fixed-content {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\000039}}
#component-buy-ally-coaching-tile .tile {
  background-color: #FFFFFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: #8B8581 0px 2px 4px 0px;
  -webkit-box-shadow: #8B8581 0px 2px 4px 0px;
  box-shadow: #8B8581 0px 2px 4px 0px;
  padding: 30px 20px 35px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000315}}
#component-buy-ally-coaching-tile .button-container {
  margin: 25px 0 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000318}}
#component-buy-ally-coaching-tile .left-content {
  text-align: center;
  margin-bottom: 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000322}}
#component-buy-ally-coaching-tile .left-content .left-content-container p {
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000324}}
#component-buy-ally-coaching-tile .left-content .left-content-container p:first-child {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000329}}
#component-buy-ally-coaching-tile .left-content .left-content-container p:last-child {
  font-size: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000334}}
#component-buy-ally-coaching-tile .left-content .button-container {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000339}}
#component-buy-ally-coaching-tile .right-content p, #component-buy-ally-coaching-tile .right-content .list-title-container {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000342}}
#component-buy-ally-coaching-tile .right-content .right-header {
  margin-bottom: 35px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000344}}
#component-buy-ally-coaching-tile .right-content .right-header p {
  font-size: 20px;
  line-height: 26px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000347}}
#component-buy-ally-coaching-tile .right-content .right-header p:first-child {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000356}}
#component-buy-ally-coaching-tile .right-content .list-title-container p {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 2px solid #BCE183;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000367}}
#component-buy-ally-coaching-tile .right-content .right-list ul {
  list-style-position: outside;
  margin-left: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000370}}
#component-buy-ally-coaching-tile .right-content .right-list ul li {
  text-align: left;
  list-style-type: disc;
  font-size: 16px;
  margin: 0 0 30px 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000378}}
#component-buy-ally-coaching-tile .right-content .right-btn {
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000382}}
#component-buy-ally-coaching-tile .disclaimer-container {
  width: 80%;
  margin: 60px auto 0 auto;
  padding-bottom: 80px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000386}}
#component-buy-ally-coaching-tile .disclaimer-container .dotted-line {
  width: 80%;
  margin: 0 auto 25px auto;
  height: 1px;
  border-bottom: 1px dashed #8B8581;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\0000392}}
#component-buy-ally-coaching-tile .disclaimer-container p {
  font-size: 14px;
  line-height: 21px;
}

@media only screen and (min-width: 375px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003101}}
  #component-buy-ally-coaching-tile .fixed-content {
    margin: 0 32px;
  }
}
@media only screen and (min-width: 776px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003114}}
  #component-buy-ally-coaching-tile .tile {
    padding: 45px 30px 50px 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003117}}
  #component-buy-ally-coaching-tile .columns-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    flex-direction: row;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003119}}
  #component-buy-ally-coaching-tile .columns-container .left-column {
    width: 30%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003122}}
  #component-buy-ally-coaching-tile .columns-container .right-column {
    width: 70%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003129}}
  #component-buy-ally-coaching-tile .left-content .left-content-container p:first-child {
    font-size: 25px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003135}}
  #component-buy-ally-coaching-tile .right-content {
    padding-left: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003137}}
  #component-buy-ally-coaching-tile .right-content p, #component-buy-ally-coaching-tile .right-content .list-title-container {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003140}}
  #component-buy-ally-coaching-tile .right-content .right-header {
    margin-bottom: 25px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003142}}
  #component-buy-ally-coaching-tile .right-content .right-header p {
    font-size: 18px;
    line-height: 22px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003149}}
  #component-buy-ally-coaching-tile .right-content .right-list ul li {
    margin: 0 0 20px 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003154}}
  #component-buy-ally-coaching-tile .right-content .right-btn {
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003163}}
  #component-buy-ally-coaching-tile .fixed-content {
    margin: auto;
    width: 95%;
    max-width: 940px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003168}}
  #component-buy-ally-coaching-tile .tile {
    padding: 50px 75px 75px 75px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003171}}
  #component-buy-ally-coaching-tile .button-container {
    margin: 40px 0 20px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003177}}
  #component-buy-ally-coaching-tile .left-content .left-content-container p:first-child {
    font-size: 32px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003183}}
  #component-buy-ally-coaching-tile .right-content {
    padding-left: 40px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003185}}
  #component-buy-ally-coaching-tile .right-content .right-header {
    margin-bottom: 35px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003187}}
  #component-buy-ally-coaching-tile .right-content .right-header p {
    font-size: 20px;
    line-height: 26px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-buy-ally-coaching-tile\.scss}line{font-family:\00003194}}
  #component-buy-ally-coaching-tile .right-content .right-list ul li {
    margin: 0 0 30px 20px;
  }
}
/*------------------------------------*\
  OUR-STORY PAGE
\*------------------------------------*/
/*------------------------------------*\
  HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000035}}
.hero {
  position: relative;
  height: 585px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000038}}
.hero.hero-no-text {
  height: 360px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000310}}
.hero.hero-no-text figure {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000312}}
.hero.hero-no-text figure:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000317}}
.hero figure {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  background-position: 50% 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000322}}
.hero figure:before {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  right: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000332}}
.hero .hero-caption {
  padding: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000341}}
.hero .hero-caption .vertical-top {
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000344}}
.hero .hero-caption .vertical-middle {
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000347}}
.hero .hero-caption .title {
  font-family: "CircularPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000352}}
.hero .hero-caption .title::after {
  content: '';
  bottom: -15px;
  height: 4px;
  width: 86px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000360}}
.hero .hero-caption .button-container {
  margin: 20px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000367}}
  .hero {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000369}}
  .hero.hero-no-text {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000372}}
  .hero figure {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000374}}
  .hero figure:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000378}}
  .hero .hero-caption {
    background-color: transparent !important;
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000383}}
  .hero .hero-caption .vertical-top {
    vertical-align: middle;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000387}}
  .hero .hero-caption .vertical-top .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000391}}
  .hero .hero-caption .vertical-middle {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000393}}
  .hero .hero-caption .vertical-middle .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000397}}
  .hero .hero-caption .title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 35px;
    width: 50%;
    max-width: 410px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003103}}
  .hero .hero-caption .title::after {
    margin: 0;
    bottom: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003108}}
  .hero .hero-caption h3 {
    max-width: none;
    width: 50%;
    margin: 0;
    max-width: 360px;
  }
}
/*------------------------------------*\
  OUR-STORY NEIL GRIMMER COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-neil-grimmer\.scss}line{font-family:\000035}}
#neil-grimmer {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-neil-grimmer\.scss}line{font-family:\000037}}
#neil-grimmer img {
  padding: 25px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-neil-grimmer\.scss}line{font-family:\0000313}}
  #neil-grimmer {
    margin-top: 0px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-neil-grimmer\.scss}line{font-family:\0000315}}
  #neil-grimmer img {
    padding: 50px 0 35px 0;
  }
}
/*--------------------------------------------------------*\
  OUR-STORY LEADERSHIP TEAM & ADVISORY BOARD COMPONENTS
\*--------------------------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-lt-ab\.scss}line{font-family:\000035}}
#leadership-team,
#advisory-board {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-lt-ab\.scss}line{font-family:\000038}}
#leadership-team .advisors-title,
#advisory-board .advisors-title {
  padding: 60px 0 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-lt-ab\.scss}line{font-family:\0000311}}
#leadership-team .centered-list-item,
#advisory-board .centered-list-item {
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-lt-ab\.scss}line{font-family:\0000315}}
#leadership-team .centered-list-item img,
#advisory-board .centered-list-item img {
  width: 100%;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-lt-ab\.scss}line{font-family:\0000319}}
#leadership-team .centered-list-item h3,
#advisory-board .centered-list-item h3 {
  padding: 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-lt-ab\.scss}line{font-family:\0000328}}
  #leadership-team .advisors-title,
  #advisory-board .advisors-title {
    padding: 80px 0 30px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-our-story-lt-ab\.scss}line{font-family:\0000331}}
  #leadership-team .centered-list-item,
  #advisory-board .centered-list-item {
    width: 300px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\000039}}
#page-our-story {
  background-color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000311}}
#page-our-story .hero {
  background-color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000313}}
#page-our-story .hero figure {
  background-image: url(../images/hero-images/hero-our-story-sm.jpg);
  height: 50%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000316}}
#page-our-story .hero figure:before {
  height: 50%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000321}}
#page-our-story .hero .hero-caption {
  background-color: #000000;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000324}}
#page-our-story .hero .title {
  color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000326}}
#page-our-story .hero .title:after {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000330}}
#page-our-story .hero h3 {
  color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000334}}
#page-our-story section {
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000336}}
#page-our-story section h2, #page-our-story section h3 {
  text-align: center;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-our-story\.scss}line{font-family:\0000345}}
  #page-our-story .hero figure {
    background-image: url(../images/hero-images/hero-our-story-md.jpg);
    height: 100%;
  }
}
/*------------------------------------*\
  BLOG PAGE
\*------------------------------------*/
/*------------------------------------*\
  BLOG LIST COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\000037}}
#blog-list .post-link:hover, #blog-list .post-link:focus {
  text-decoration: none;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000314}}
#blog-list h2, #blog-list h3, #blog-list h4, #blog-list h5,
#blog-list .post-info {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000318}}
#blog-list .two-cols {
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000321}}
#blog-list .first-post {
  display: block !important;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000324}}
#blog-list .first-post .post-image {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000326}}
#blog-list .first-post .post-image img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000330}}
#blog-list .first-post .post-info {
  padding: 20px;
  background-color: white;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000333}}
#blog-list .first-post .post-info .button-container {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000338}}
#blog-list h4 {
  padding-top: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000341}}
#blog-list .post {
  margin-bottom: 15px;
  vertical-align: top;
  cursor: pointer;
  background-color: white;
  padding: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000347}}
#blog-list .post .post-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  float: left;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000353}}
#blog-list .post .post-image img {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  margin-left: 50%;
  max-width: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000360}}
#blog-list .post h3 {
  max-width: initial;
  padding: 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000369}}
  #blog-list h2, #blog-list h3, #blog-list h4, #blog-list h5,
  #blog-list .post-info {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000373}}
  #blog-list .left-col {
    width: 630px;
    padding-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000377}}
  #blog-list .right-col {
    width: 300px;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000382}}
  #blog-list .first-post .post-image {
    width: 610px;
    height: 450px;
    overflow: hidden;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000387}}
  #blog-list .first-post .post-image img {
    width: auto;
    height: 100%;
    margin-left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\0000394}}
  #blog-list .first-post .post-info {
    position: relative;
    width: 330px;
    height: 450px;
    padding: 40px;
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\00003100}}
  #blog-list .first-post .post-info h2 {
    padding: 0 0 30px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\00003103}}
  #blog-list .first-post .post-info .button-container {
    position: absolute;
    bottom: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\00003109}}
  #blog-list h4 {
    padding-top: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\00003112}}
  #blog-list .post-image {
    margin-bottom: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\00003116}}
  #blog-list .post {
    margin-bottom: 20px;
    display: inline-block;
    width: 295px;
    height: 350px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\00003121}}
  #blog-list .post:nth-child(odd) {
    margin-right: 20px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-list\.scss}line{font-family:\00003124}}
  #blog-list .post:nth-child(even) {
    margin-right: 0;
  }
}
/*------------------------------------*\
  BLOG POST COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\000036}}
#blog-post a {
  text-decoration: underline;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\000038}}
#blog-post a:hover {
  text-decoration: none;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000314}}
#blog-post .button-container a {
  text-decoration: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000318}}
#blog-post .two-cols {
  padding-top: 20px;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000322}}
#blog-post .post-title {
  clear: both;
  font-size: 20px;
  line-height: 26px;
  padding: 0px 0 10px 0;
  letter-spacing: 1.5px;
  text-align: left;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000331}}
#blog-post .post-image img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000335}}
#blog-post .post-info {
  max-width: 600px;
  margin: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000340}}
#blog-post .post-description * {
  font-weight: 400;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000343}}
#blog-post .post-description img + br + br {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000346}}
#blog-post .post-description img {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000352}}
#blog-post .post-description h1, #blog-post .post-description h2, #blog-post .post-description h3, #blog-post .post-description h4 {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000354}}
#blog-post .post-description h1 *, #blog-post .post-description h2 *, #blog-post .post-description h3 *, #blog-post .post-description h4 * {
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000358}}
#blog-post .post-description h2 {
  font-size: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000359}}
#blog-post .post-description h3 {
  font-size: 18px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000360}}
#blog-post .post-description h4 {
  font-size: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000362}}
#blog-post .post-description p:not(:last-child) {
  padding-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000367}}
#blog-post .post-description ol li {
  margin-left: 0px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000372}}
#blog-post .post-description ul li {
  list-style-type: disc;
  margin-left: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000377}}
#blog-post .post-description .img-caption {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 5px 10px 0px 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000384}}
#blog-post h2,
#blog-post hr {
  clear: both;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000392}}
  #blog-post .two-cols {
    padding-top: 40px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000394}}
  #blog-post .two-cols .left-col {
    width: 600px;
    padding-left: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\0000398}}
  #blog-post .two-cols .right-col {
    width: 300px;
    padding-right: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\00003103}}
  #blog-post .post-info {
    max-width: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-post\.scss}line{font-family:\00003106}}
  #blog-post .button-container {
    text-align: right;
  }
}
/*------------------------------------*\
  BLOG SIDEBAR COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\000035}}
#blog-sidebar {
  text-align: center;
  background-color: inherit;
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\000039}}
#blog-sidebar .sidebar-section {
  border: 1px solid #8B8581;
  border-left: 0;
  border-right: 0;
  margin: 20px 0px;
  padding: 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\0000315}}
#blog-sidebar .sidebar-section h4 {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\0000319}}
#blog-sidebar .sidebar-section p.about-subtitle {
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\0000324}}
#blog-sidebar h4 {
  padding: 0;
  padding-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\0000328}}
#blog-sidebar .social-link {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #CBCACA;
  height: 36px;
  width: 37px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0px 0px 0px 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\0000338}}
#blog-sidebar .social-link.twitter {
  background-image: url("../images/icons/social-twitter.svg");
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\0000341}}
#blog-sidebar .social-link.facebook {
  background-image: url("../images/icons/social-facebook.svg");
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\0000348}}
  #blog-sidebar {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-blog-sidebar\.scss}line{font-family:\0000350}}
  #blog-sidebar img {
    display: block;
    margin: auto;
  }
}
/*------------------------------------*\
  BLOG DEPLOY SECRET PAGE
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\000035}}
#page-blog-deploy {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\000037}}
#page-blog-deploy .deploy-form-container {
  background-color: #FFFFFF;
  -moz-box-shadow: #CBCACA 0 5px 5px 0;
  -webkit-box-shadow: #CBCACA 0 5px 5px 0;
  box-shadow: #CBCACA 0 5px 5px 0;
  width: 300px;
  height: 300px;
  margin: 100px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000313}}
#page-blog-deploy .deploy-form-container hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #44433D;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000318}}
#page-blog-deploy .deploy-form-container .deploy-form {
  padding: 45px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000321}}
#page-blog-deploy .deploy-form-container .deploy-form .deploy-instructions,
#page-blog-deploy .deploy-form-container .deploy-form .deploy-submit {
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000325}}
#page-blog-deploy .deploy-form-container .deploy-form input,
#page-blog-deploy .deploy-form-container .deploy-form .deploy-submit {
  background: #F6F6F5;
  width: 100%;
  outline: 0;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  font-size: 14px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000335}}
#page-blog-deploy .deploy-form-container .deploy-form .deploy-submit {
  background-color: #BCE183;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000338}}
#page-blog-deploy .deploy-form-container .deploy-form .deploy-submit:hover {
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000343}}
#page-blog-deploy .deploy-form-container .deploy-form .submit-error p {
  display: none;
  color: #F08080;
  text-transform: lowercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000352}}
#page-blog-deploy .post-container #stripped-nav {
  background-color: #FFFFFF;
  height: 70px;
  border: 0;
  min-width: 320px;
  height: 70px;
  -moz-box-shadow: #CBCACA 0px 0px 5px;
  -webkit-box-shadow: #CBCACA 0px 0px 5px;
  box-shadow: #CBCACA 0px 0px 5px;
  z-index: 1040;
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000365}}
#page-blog-deploy .post-container #stripped-nav a:hover {
  text-decoration: none;
  color: inherit;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000370}}
#page-blog-deploy .post-container #stripped-nav .stripped-content {
  height: 100%;
  line-height: 70px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000374}}
#page-blog-deploy .post-container #stripped-nav .stripped-content div {
  position: absolute;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000377}}
#page-blog-deploy .post-container #stripped-nav .stripped-content a {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000381}}
#page-blog-deploy .post-container #stripped-nav .stripped-content .left {
  right: calc(50% + 40px);
  top: 20%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000385}}
#page-blog-deploy .post-container #stripped-nav .stripped-content .left .habit-logo img {
  height: 60%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000390}}
#page-blog-deploy .post-container #stripped-nav .stripped-content .divider {
  border-right: 2px solid #8B8581;
  top: 20%;
  height: 60%;
  left: calc(50% - 1px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000396}}
#page-blog-deploy .post-container #stripped-nav .stripped-content .right {
  left: calc(50% + 40px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\0000398}}
#page-blog-deploy .post-container #stripped-nav .stripped-content .right .see-blog {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003107}}
#page-blog-deploy .post-container #main-container .fixed-content {
  margin-top: 25px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003113}}
#page-blog-deploy .post-container #main-container .deploy-container p:first-child {
  text-transform: uppercase;
  font-size: 35px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003120}}
#page-blog-deploy .post-container #main-container .deploy-container p:nth-child(2) {
  font-size: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003125}}
#page-blog-deploy .post-container #main-container .button-container {
  text-align: center;
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003128}}
#page-blog-deploy .post-container #main-container .button-container .button {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003134}}
#page-blog-deploy .post-container #main-container .button-container .button.button-deploy, #page-blog-deploy .post-container #main-container .button-container .button.button-check {
  background-color: #BCE183;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003137}}
#page-blog-deploy .post-container #main-container .button-container .button.button-deploy:hover, #page-blog-deploy .post-container #main-container .button-container .button.button-check:hover {
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003141}}
#page-blog-deploy .post-container #main-container .button-container .button.button-disabled {
  display: none;
  background-color: #8B8581;
  color: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003145}}
#page-blog-deploy .post-container #main-container .button-container .button.button-disabled:hover {
  cursor: default;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003148}}
#page-blog-deploy .post-container #main-container .button-container .button.button-disabled .blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003157}}
#page-blog-deploy .post-container #main-container .button-container .button.button-disabled .blink:nth-child(2) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003161}}
#page-blog-deploy .post-container #main-container .button-container .button.button-disabled .blink:nth-child(3) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
@-webkit-keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003177}}
#page-blog-deploy .post-container #main-container .button-container .button span {
  font-size: 15px;
  text-transform: uppercase;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003183}}
#page-blog-deploy .post-container #main-container .deploy-results-container {
  display: none;
  background-color: #FFFFFF;
  border: 1px solid #CBCACA;
  position: relative;
  width: 60%;
  min-width: 320px;
  min-height: 120px;
  margin: 40px auto;
  padding: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003193}}
#page-blog-deploy .post-container #main-container .deploy-results-container hr {
  width: 65%;
  margin: 25px auto 30px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003197}}
#page-blog-deploy .post-container #main-container .deploy-results-container .button {
  width: 100%;
  max-width: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003201}}
#page-blog-deploy .post-container #main-container .deploy-results-container .deploy-num {
  color: red;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003207}}
#page-blog-deploy .post-container #main-container .deploy-results-container .results-header p:first-child {
  font-weight: bold;
  font-size: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003211}}
#page-blog-deploy .post-container #main-container .deploy-results-container .results-header p.deploy-num {
  font-size: 60px;
  display: inline-block;
  height: 85px;
  line-height: 85px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003219}}
#page-blog-deploy .post-container #main-container .deploy-results-container .results-body {
  width: 80%;
  margin: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003223}}
#page-blog-deploy .post-container #main-container .deploy-results-container .results-body p:first-child {
  font-weight: bold;
  font-size: 20px;
  margin: 0px 0 20px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003230}}
#page-blog-deploy .post-container #main-container .deploy-results-container .check-results {
  height: 65px;
  margin-bottom: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003233}}
#page-blog-deploy .post-container #main-container .deploy-results-container .check-results p {
  font-size: 20px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003236}}
#page-blog-deploy .post-container #main-container .deploy-results-container .check-results p.success {
  color: #BCE183;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003239}}
#page-blog-deploy .post-container #main-container .deploy-results-container .check-results p.failure {
  color: red;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003242}}
#page-blog-deploy .post-container #main-container .deploy-results-container .check-results p.still-going {
  color: #44433D;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003255}}
  #page-blog-deploy .post-container #stripped-nav {
    height: 102px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003257}}
  #page-blog-deploy .post-container #stripped-nav .stripped-content {
    line-height: 102px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003264}}
  #page-blog-deploy .post-container #main-container .deploy-container p:first-child {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
    letter-spacing: 2.5px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003270}}
  #page-blog-deploy .post-container #main-container .deploy-container p:nth-child(2) {
    font-size: 25px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-blog-deploy-secret\.scss}line{font-family:\00003276}}
  #page-blog-deploy .post-container #main-container .button-container div {
    margin: 40px auto;
  }
}
/*------------------------------------*\
  CAREERS PAGE
\*------------------------------------*/
/*------------------------------------*\
  HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000035}}
.hero {
  position: relative;
  height: 585px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000038}}
.hero.hero-no-text {
  height: 360px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000310}}
.hero.hero-no-text figure {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000312}}
.hero.hero-no-text figure:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000317}}
.hero figure {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  background-position: 50% 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000322}}
.hero figure:before {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  right: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000332}}
.hero .hero-caption {
  padding: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000341}}
.hero .hero-caption .vertical-top {
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000344}}
.hero .hero-caption .vertical-middle {
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000347}}
.hero .hero-caption .title {
  font-family: "CircularPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000352}}
.hero .hero-caption .title::after {
  content: '';
  bottom: -15px;
  height: 4px;
  width: 86px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000360}}
.hero .hero-caption .button-container {
  margin: 20px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000367}}
  .hero {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000369}}
  .hero.hero-no-text {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000372}}
  .hero figure {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000374}}
  .hero figure:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000378}}
  .hero .hero-caption {
    background-color: transparent !important;
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000383}}
  .hero .hero-caption .vertical-top {
    vertical-align: middle;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000387}}
  .hero .hero-caption .vertical-top .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000391}}
  .hero .hero-caption .vertical-middle {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000393}}
  .hero .hero-caption .vertical-middle .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000397}}
  .hero .hero-caption .title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 35px;
    width: 50%;
    max-width: 410px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003103}}
  .hero .hero-caption .title::after {
    margin: 0;
    bottom: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003108}}
  .hero .hero-caption h3 {
    max-width: none;
    width: 50%;
    margin: 0;
    max-width: 360px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\000038}}
#page-careers .hero {
  height: auto;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000311}}
#page-careers .hero figure {
  overflow: hidden;
  height: 0;
  padding-bottom: 34%;
  background-image: url(../images/hero-images/hero-careers-md.jpg);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000316}}
#page-careers .hero figure:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000320}}
#page-careers .hero .hero-text-container {
  position: absolute;
  top: 15%;
  width: 100%;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000325}}
#page-careers .hero .hero-text-container p {
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  color: #FFFFFF;
  width: 60%;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000335}}
#page-careers #board {
  min-height: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000337}}
#page-careers #board .gh-link-container {
  padding: 30px 0 50px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000339}}
#page-careers #board .gh-link-container h1 {
  display: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  width: 100%;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000348}}
#page-careers #board .gh-link-container p {
  text-transform: none;
  font-weight: normal;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000352}}
#page-careers #board .gh-link-container .no-jobs-copy {
  display: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000359}}
#page-careers #board .gh-link-container .divider {
  display: none;
  width: 85%;
  height: 2px;
  margin: 30px auto;
  background-color: #8B8581;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000366}}
#page-careers #board .gh-link-container .jobs {
  width: 90%;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000371}}
#page-careers #board .gh-link-container .dept:first-child {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000374}}
#page-careers #board .gh-link-container .dept .dept-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #44433D;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000382}}
#page-careers #board .gh-link-container .job {
  margin-left: 5%;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000385}}
#page-careers #board .gh-link-container .job .job-link {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #118BD9;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\0000391}}
#page-careers #board .gh-link-container .job .job-location {
  color: #8B8581;
  font-size: 14px;
}

@media only screen and (min-width: 650px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003104}}
  #page-careers .hero .hero-text-container p {
    font-size: 50px;
    line-height: 56px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003111}}
  #page-careers #board .gh-link-container {
    padding: 50px 0 70px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003113}}
  #page-careers #board .gh-link-container h1 {
    font-size: 40px;
    line-height: 50px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003117}}
  #page-careers #board .gh-link-container .jobs {
    width: 80%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003121}}
  #page-careers #board .gh-link-container .dept .dept-name {
    font-size: 30px;
    line-height: 36px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003127}}
  #page-careers #board .gh-link-container .job .job-link {
    font-size: 22px;
    line-height: 30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003131}}
  #page-careers #board .gh-link-container .job .job-location {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003144}}
  #page-careers .hero .hero-text-container p {
    font-size: 60px;
    line-height: 68px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003150}}
  #page-careers #board {
    min-height: 500px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003152}}
  #page-careers #board .gh-link-container {
    padding: 100px 0 120px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003154}}
  #page-careers #board .gh-link-container h1 {
    font-size: 50px;
    line-height: 60px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003158}}
  #page-careers #board .gh-link-container .no-jobs-copy {
    font-size: 36px;
    line-height: 42px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003165}}
  #page-careers #board .gh-link-container .dept .dept-name {
    font-size: 35px;
    line-height: 75px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003171}}
  #page-careers #board .gh-link-container .job .job-link {
    font-size: 30px;
    line-height: 45px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-careers\.scss}line{font-family:\00003175}}
  #page-careers #board .gh-link-container .job .job-location {
    font-size: 16px;
  }
}
/*------------------------------------*\
  PRESS PAGE
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\000036}}
#press h1 {
  padding-bottom: 20px;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\000036}}
  #press h1 {
    padding-bottom: 20px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000314}}
#press .press-item {
  width: 290px;
  margin: 10px;
  padding-bottom: 20px;
}
@media (min-width: 415px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000314}}
  #press .press-item {
    height: 400px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000321}}
#press .press-item img {
  background: #FFFFFF;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000322}}
#press .press-item h3 {
  padding: 0;
  padding-bottom: 10px;
}
@media (min-width: 415px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000329}}
  #press #media-assets .press-item {
    height: 280px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000334}}
#press #media-assets .press-item h3 {
  padding-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000338}}
#press #media-assets span.modalCTA:hover {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000345}}
#press #media-press-inquiries {
  text-align: center;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000345}}
  #press #media-press-inquiries {
    padding-top: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-press\.scss}line{font-family:\0000352}}
#press #media-press-inquiries .button-container {
  text-align: center;
}

/*------------------------------------*\
  T&C / PRIVACY-POLICY PAGES
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\000035}}
#page-terms-and-conditions,
#page-privacy-policy {
  background-color: #F6F6F5;
  font-size: 13px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\000039}}
#page-terms-and-conditions a,
#page-privacy-policy a {
  color: blue;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\0000312}}
#page-terms-and-conditions h1,
#page-privacy-policy h1 {
  padding-bottom: 50px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\0000315}}
#page-terms-and-conditions ol,
#page-privacy-policy ol {
  padding-left: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\0000320}}
#page-terms-and-conditions li:first-child .step-title,
#page-privacy-policy li:first-child .step-title {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\0000325}}
#page-terms-and-conditions .deep-link,
#page-privacy-policy .deep-link {
  margin-top: -150px;
  padding-bottom: 150px;
  display: block;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\0000330}}
#page-terms-and-conditions .updated-date,
#page-privacy-policy .updated-date {
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\0000333}}
#page-terms-and-conditions .step-title,
#page-privacy-policy .step-title {
  font-weight: bold;
  padding: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\0000337}}
#page-terms-and-conditions .title,
#page-privacy-policy .title {
  font-weight: bold;
  padding: 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-terms-privacy\.scss}line{font-family:\0000341}}
#page-terms-and-conditions ul,
#page-privacy-policy ul {
  list-style-type: disc;
  margin-left: 15px;
}

/*------------------------------------*\
  ERROR PAGE
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\000035}}
#page-error {
  color: #F6F6F5;
  background-image: url("../images/pages/error-background.jpg");
  background-position: top;
  background-size: cover;
  height: calc(100vh - 314px);
}
@media (min-width: 415px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\000035}}
  #page-error {
    height: calc(100vh - 270px);
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\000035}}
  #page-error {
    height: calc(100vh - 306px);
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\0000324}}
#page-error .fixed-content {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\0000327}}
#page-error .fixed-content .center-align {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\0000330}}
#page-error .fixed-content .center-align a, #page-error .fixed-content .center-align a:hover {
  color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\0000334}}
#page-error .fixed-content .center-align h4, #page-error .fixed-content .center-align h1, #page-error .fixed-content .center-align h3 {
  text-align: center;
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\0000334}}
  #page-error .fixed-content .center-align h4, #page-error .fixed-content .center-align h1, #page-error .fixed-content .center-align h3 {
    text-align: left;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\0000342}}
#page-error .fixed-content .center-align h4 {
  padding: 10px 0;
  max-width: 650px;
}
@media (min-width: 320px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\0000347}}
  #page-error .fixed-content .center-align h3, #page-error .fixed-content .center-align h4 {
    padding: 0;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-error\.scss}line{font-family:\0000353}}
#page-error .fixed-content .center-align ul {
  margin-left: calc(50% - 120px);
}

/*------------------------------------*\
  QUIZ
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-quiz\.scss}line{font-family:\000036}}
#page-quiz {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-quiz\.scss}line{font-family:\000038}}
#page-quiz #quiz-iframe {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: calc(100% - 70px);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-quiz\.scss}line{font-family:\0000314}}
#page-quiz .typeform-widget {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-quiz\.scss}line{font-family:\0000325}}
  #page-quiz #quiz-iframe {
    height: calc(100% - 102px);
  }
}
/*------------------------------------*\
  HOME PAGE
\*------------------------------------*/
/*------------------------------------*\
  GOOD EGGS HEROES COMPONENT
\*------------------------------------*/
/*------------------------------------*\
  HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000035}}
.hero {
  position: relative;
  height: 585px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\000038}}
.hero.hero-no-text {
  height: 360px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000310}}
.hero.hero-no-text figure {
  height: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000312}}
.hero.hero-no-text figure:before {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000317}}
.hero figure {
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  background-position: 50% 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000322}}
.hero figure:before {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  right: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #000000 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000332}}
.hero .hero-caption {
  padding: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding-top: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000341}}
.hero .hero-caption .vertical-top {
  vertical-align: top;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000344}}
.hero .hero-caption .vertical-middle {
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000347}}
.hero .hero-caption .title {
  font-family: "CircularPro-Bold", sans-serif;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000352}}
.hero .hero-caption .title::after {
  content: '';
  bottom: -15px;
  height: 4px;
  width: 86px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000360}}
.hero .hero-caption .button-container {
  margin: 20px 0;
}

@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000367}}
  .hero {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000369}}
  .hero.hero-no-text {
    height: 670px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000372}}
  .hero figure {
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000374}}
  .hero figure:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000378}}
  .hero .hero-caption {
    background-color: transparent !important;
    height: 100%;
    position: absolute;
    padding-top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000383}}
  .hero .hero-caption .vertical-top {
    vertical-align: middle;
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000387}}
  .hero .hero-caption .vertical-top .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000391}}
  .hero .hero-caption .vertical-middle {
    text-align: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000393}}
  .hero .hero-caption .vertical-middle .fixed-content {
    width: 85%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\0000397}}
  .hero .hero-caption .title {
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 35px;
    width: 50%;
    max-width: 410px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003103}}
  .hero .hero-caption .title::after {
    margin: 0;
    bottom: -30px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-hero\.scss}line{font-family:\00003108}}
  .hero .hero-caption h3 {
    max-width: none;
    width: 50%;
    margin: 0;
    max-width: 360px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\000038}}
#component-good-eggs-hero figure {
  background-image: url(../images/hero-images/good-eggs-hero-mobile.png);
  background-position: 50% 50%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000314}}
#component-maybe-eggs-hero figure {
  background-image: url(../images/hero-images/maybe-eggs-hero-mobile.png);
  background-position: 50% 60%;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000320}}
#component-good-eggs-hero-02 figure {
  background-image: url(../images/hero-images/good-eggs-hero-02.png);
  background-position: 0% 40%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000324}}
#component-good-eggs-hero-02 .hero-caption {
  padding-bottom: 0;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000329}}
#component-good-eggs-hero-03 figure {
  background-image: url(../images/hero-images/good-eggs-hero-03.png);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000333}}
#component-good-eggs-hero-03 .title:after {
  display: none;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000337}}
#component-good-eggs-hero-03 p {
  text-transform: uppercase;
  font-weight: bold;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000342}}
.good-eggs-heroes {
  padding: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000344}}
.good-eggs-heroes .hero {
  height: auto;
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000347}}
.good-eggs-heroes .hero figure {
  height: 185px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000349}}
.good-eggs-heroes .hero figure:before {
  height: 185px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(246, 246, 245, 0)), color-stop(50%, rgba(246, 246, 245, 0)), color-stop(100%, #f6f6f5));
  background-image: -moz-linear-gradient(rgba(246, 246, 245, 0) 0%, rgba(246, 246, 245, 0) 50%, #f6f6f5 100%);
  background-image: -webkit-linear-gradient(rgba(246, 246, 245, 0) 0%, rgba(246, 246, 245, 0) 50%, #f6f6f5 100%);
  background-image: linear-gradient(rgba(246, 246, 245, 0) 0%, rgba(246, 246, 245, 0) 50%, #f6f6f5 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000355}}
.good-eggs-heroes .hero-caption {
  position: relative;
  height: auto;
  padding-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000359}}
.good-eggs-heroes .hero-caption .title, .good-eggs-heroes .hero-caption h3 {
  color: #4A4A4A;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000362}}
.good-eggs-heroes .hero-caption .title {
  font-size: 25px;
  line-height: 30px;
  width: 85%;
  margin: 0 auto 25px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000367}}
.good-eggs-heroes .hero-caption .title:after {
  background-color: #4A4A4A;
  width: 140px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000372}}
.good-eggs-heroes .hero-caption h3 {
  font-size: 14px;
  line-height: 20px;
}

@media (min-width: 560px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000381}}
  #component-good-eggs-hero figure {
    background-image: url(../images/hero-images/good-eggs-hero.jpg);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000386}}
  #component-maybe-eggs-hero figure {
    background-image: url(../images/hero-images/maybe-eggs-hero.png);
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000392}}
  .good-eggs-heroes .hero figure {
    height: 375px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\0000394}}
  .good-eggs-heroes .hero figure:before {
    height: 375px;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003106}}
  #component-good-eggs-hero figure {
    background-position: 50% 0%;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003111}}
  #component-good-eggs-hero-02 figure {
    background-position: 40% 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003114}}
  #component-good-eggs-hero-02 .content-container {
    width: 44%;
    float: right;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003117}}
  #component-good-eggs-hero-02 .content-container .title, #component-good-eggs-hero-02 .content-container h3 {
    width: 100%;
    max-width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003121}}
  #component-good-eggs-hero-02 .content-container h3 {
    font-size: 20px;
    line-height: 27px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003129}}
  #component-good-eggs-hero-03 .content-container .title {
    margin-bottom: 20px;
    width: 39%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003132}}
  #component-good-eggs-hero-03 .content-container .title:after {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003136}}
  #component-good-eggs-hero-03 .content-container p {
    font-size: 14px;
    letter-spacing: 1.3px;
    margin-bottom: 45px;
  }

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003144}}
  .good-eggs-heroes .hero {
    height: 585px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003146}}
  .good-eggs-heroes .hero figure {
    height: 100%;
    background-position: 50% 0%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003151}}
  .good-eggs-heroes .hero-caption {
    position: absolute;
    padding: 0;
    height: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003155}}
  .good-eggs-heroes .hero-caption .title {
    font-size: 32px;
    line-height: 38px;
    font-weight: bold;
    margin: 0 0 25px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-heroes\.scss}line{font-family:\00003161}}
  .good-eggs-heroes .hero-caption h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
/*------------------------------------*\
  GOOD EGGS NUTRIENT POWERHOUSE COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\000037}}
#component-good-eggs-nutrient-powerhouse .title {
  color: #4A4A4A;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 4px;
  width: 100%;
  margin: 0 auto 30px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000318}}
#component-good-eggs-nutrient-powerhouse .circles {
  width: 100%;
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000324}}
#component-good-eggs-nutrient-powerhouse li:last-child .circle {
  margin-right: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000329}}
#component-good-eggs-nutrient-powerhouse .circle {
  width: 130px;
  height: 130px;
  border-radius: 65px;
  background-color: #FFFFFF;
  border: 2px solid #4A4A4A;
  display: table;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000335}}
#component-good-eggs-nutrient-powerhouse .circle p {
  color: #4A4A4A;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000340}}
#component-good-eggs-nutrient-powerhouse .circle-data {
  display: table-cell;
  vertical-align: middle;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000344}}
#component-good-eggs-nutrient-powerhouse .circle-content {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000349}}
#component-good-eggs-nutrient-powerhouse .circle-title {
  font-size: 14px;
  line-height: 16px;
  width: 70%;
  margin: 0 auto;
}

@media (min-width: 670px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000360}}
  #component-good-eggs-nutrient-powerhouse .fixed-content {
    width: 575px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000369}}
  #component-good-eggs-nutrient-powerhouse .fixed-content {
    width: 95%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-nutrient-powerhouse\.scss}line{font-family:\0000372}}
  #component-good-eggs-nutrient-powerhouse .title {
    width: 70%;
    font-size: 35px;
    line-height: 50px;
  }
}
/*------------------------------------*\
  GOOD EGGS EVERY BODY STORY COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-every-body-story\.scss}line{font-family:\000036}}
#component-good-eggs-every-body-story {
  padding: 20px 0 25px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-every-body-story\.scss}line{font-family:\000038}}
#component-good-eggs-every-body-story * {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-every-body-story\.scss}line{font-family:\000039}}
#component-good-eggs-every-body-story p {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-every-body-story\.scss}line{font-family:\0000317}}
#component-good-eggs-every-body-story .button-container {
  margin: 30px 0 0 0;
}

@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-every-body-story\.scss}line{font-family:\0000323}}
  #component-good-eggs-every-body-story {
    padding: 45px 0 25px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-every-body-story\.scss}line{font-family:\0000325}}
  #component-good-eggs-every-body-story p {
    font-size: 46px;
    line-height: 56px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-every-body-story\.scss}line{font-family:\0000329}}
  #component-good-eggs-every-body-story .button-container {
    margin: 30px 0 40px 0;
  }
}
/*------------------------------------*\
  GOOD EGGS SCIENCE VIDEO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\000035}}
#component-good-eggs-science-video {
  background-color: #F6F6F5;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\000037}}
#component-good-eggs-science-video * {
  text-align: center;
  color: #4A4A4A;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\0000311}}
#component-good-eggs-science-video .video-title {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 4px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\0000319}}
#component-good-eggs-science-video .video-subTitle {
  font-size: 20px;
  margin-bottom: 30px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\0000323}}
#component-good-eggs-science-video .video-blurb {
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\0000329}}
#component-good-eggs-science-video .video-container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/utilities\/_mixins\.scss}line{font-family:\00003110}}
#component-good-eggs-science-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\0000337}}
  #component-good-eggs-science-video .video-title {
    font-size: 46px;
    line-height: 60px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\0000341}}
  #component-good-eggs-science-video .video-blurb {
    font-size: 16px;
    width: 60%;
    margin-bottom: 65px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-science-video\.scss}line{font-family:\0000346}}
  #component-good-eggs-science-video .video-container {
    margin-bottom: 0px;
  }
}
/*------------------------------------*\
  GOOD EGGS COPYRIGHT FOOTER COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-copyright-footer\.scss}line{font-family:\000035}}
#component-good-eggs-copyright-footer {
  background-color: #F6F6F5;
  padding: 0;
  height: 65px;
  text-align: center;
  line-height: 65px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-good-eggs-copyright-footer\.scss}line{font-family:\0000311}}
#component-good-eggs-copyright-footer p {
  font-size: 9px;
}

@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-good-eggs\.scss}line{font-family:\0000311}}
#page-good-eggs {
  background-color: #FFFFFF;
}

/*------------------------------------*\
  ALLY EXPECTATIONS PAGE
\*------------------------------------*/
/* Components */
/*------------------------------------*\
  ALLY EXPECTATIONS HERO COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\000035}}
#component-ally-expectations-hero {
  background-color: #F6F6F5;
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\000038}}
#component-ally-expectations-hero figure {
  height: 185px;
  background-image: url("../images/hero-images/ally-expectations-hero-mobile.png");
  background-position: 0% 17%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000312}}
#component-ally-expectations-hero figure:before {
  height: 185px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI4MCUiIHN0b3AtY29sb3I9IiNmNmY2ZjUiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjZmNmY1IiBzdG9wLW9wYWNpdHk9IjAuNjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(80%, rgba(246, 246, 245, 0)), color-stop(100%, rgba(246, 246, 245, 0.65)));
  background-image: -moz-linear-gradient(top, rgba(246, 246, 245, 0) 80%, rgba(246, 246, 245, 0.65) 100%);
  background-image: -webkit-linear-gradient(top, rgba(246, 246, 245, 0) 80%, rgba(246, 246, 245, 0.65) 100%);
  background-image: linear-gradient(to bottom, rgba(246, 246, 245, 0) 80%, rgba(246, 246, 245, 0.65) 100%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000317}}
#component-ally-expectations-hero .hero-copy-container {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000322}}
#component-ally-expectations-hero .hero-caption {
  height: auto;
  padding-top: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000325}}
#component-ally-expectations-hero .hero-caption .fixed-content {
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000329}}
#component-ally-expectations-hero .hero-caption .hero-title-container h1 {
  font-size: 20px;
  line-height: 24px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000335}}
#component-ally-expectations-hero .green-divider {
  width: 132px;
  height: 3px;
  background: #BCE183;
  margin: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000340}}
#component-ally-expectations-hero .green-divider.mobile {
  margin: 15px auto 15px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000343}}
#component-ally-expectations-hero .green-divider.desktop {
  display: none;
  margin: 40px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000348}}
#component-ally-expectations-hero .tiles-header {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000350}}
#component-ally-expectations-hero .tiles-header p {
  font-size: 14px;
  line-height: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000354}}
#component-ally-expectations-hero .tiles-header .first-name {
  text-transform: capitalize;
  margin-bottom: 8px;
}

@media only screen and (min-width: 450px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000362}}
  #component-ally-expectations-hero figure {
    height: 375px;
    background-image: url("../images/hero-images/ally-expectations-hero.jpg");
    background-position: 95% 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000366}}
  #component-ally-expectations-hero figure:before {
    height: 375px;
  }
}
@media only screen and (min-width: 560px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000374}}
  #component-ally-expectations-hero .hero-copy-container {
    padding: 30px 0 40px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000378}}
  #component-ally-expectations-hero .hero-caption .fixed-content {
    margin: 0 32px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000382}}
  #component-ally-expectations-hero .hero-caption .hero-title-container h1 {
    font-size: 28px;
    line-height: 32px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000389}}
  #component-ally-expectations-hero .green-divider.mobile {
    margin: 30px auto 20px auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\0000394}}
  #component-ally-expectations-hero .tiles-header p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 776px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003103}}
  #component-ally-expectations-hero {
    background-color: #FFFFFF;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003105}}
  #component-ally-expectations-hero figure {
    background-position: 68% 0;
    height: 550px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003108}}
  #component-ally-expectations-hero figure:before {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003113}}
  #component-ally-expectations-hero .hero-copy-container {
    width: 100%;
    margin: 0;
    padding: 30px 0 20px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003118}}
  #component-ally-expectations-hero .hero-caption {
    position: absolute;
    height: 550px;
    top: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003122}}
  #component-ally-expectations-hero .hero-caption .fixed-content {
    width: 85%;
    margin: 0 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003126}}
  #component-ally-expectations-hero .hero-caption .vertical-top {
    vertical-align: middle;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003129}}
  #component-ally-expectations-hero .hero-caption .hero-title-container {
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003131}}
  #component-ally-expectations-hero .hero-caption .hero-title-container h1 {
    text-align: left;
    margin: 0;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 4px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003141}}
  #component-ally-expectations-hero .green-divider.mobile {
    display: none;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003142}}
  #component-ally-expectations-hero .green-divider.desktop {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003144}}
  #component-ally-expectations-hero .tiles-header {
    width: 62%;
    margin: 0 auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003147}}
  #component-ally-expectations-hero .tiles-header p {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-hero\.scss}line{font-family:\00003152}}
  #component-ally-expectations-hero .tiles-header .first-name {
    margin-bottom: 25px;
  }
}
/*------------------------------------*\
  ALLY EXPECTATIONS TILES COMPONENT
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\000035}}
#component-ally-expectations-tiles {
  padding: 0;
  position: relative;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\000038}}
#component-ally-expectations-tiles .fixed-content {
  margin: 0 auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000311}}
#component-ally-expectations-tiles .tiles-header {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000313}}
#component-ally-expectations-tiles .tiles-header p {
  font-size: 18px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000317}}
#component-ally-expectations-tiles .tiles-header .name {
  margin: 0 0 15px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000324}}
#component-ally-expectations-tiles .tiles-container ul {
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000329}}
#component-ally-expectations-tiles .tile {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000333}}
#component-ally-expectations-tiles .tile-image img {
  width: 100%;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000337}}
#component-ally-expectations-tiles .tile-copy-container {
  padding: 45px 40px 45px 40px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000340}}
#component-ally-expectations-tiles .tile-copy-container .tile-copy .tile-title {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000348}}
#component-ally-expectations-tiles .tile-copy-container .tile-copy .tile-description {
  font-size: 16px;
}

@media only screen and (min-width: 776px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000358}}
  #component-ally-expectations-tiles .tiles-container ul {
    padding-bottom: 40px;
    height: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000362}}
  #component-ally-expectations-tiles .tiles-container ul li {
    background-color: #F6F6F5;
    display: block;
    height: auto;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000368}}
  #component-ally-expectations-tiles .tiles-container ul li .box {
    width: 50%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000373}}
  #component-ally-expectations-tiles .tiles-container ul li:nth-child(odd) .box {
    float: right;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000378}}
  #component-ally-expectations-tiles .tiles-container ul li:nth-child(even) .box {
    float: left;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000385}}
  #component-ally-expectations-tiles .tile-copy-container {
    padding: 50px 50px 0 50px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000387}}
  #component-ally-expectations-tiles .tile-copy-container .tile-copy {
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/components\/_component-ally-expectations-tiles\.scss}line{font-family:\0000396}}
  #component-ally-expectations-tiles .tile-copy-container {
    padding: 100px 50px 0 50px;
  }
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/_page-ally-expectations\.scss}line{font-family:\0000310}}
#page-ally-expectations {
  background-color: #FFFFFF;
}

/*------------------------------------*\
  BLOG DEPLOY SECRET PAGE
\*------------------------------------*/
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000338}}
#lindsay-tomtom #lindsay-tomtom-name {
  text-align: center;
  padding-bottom: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000341}}
#lindsay-tomtom #lindsay-tomtom-name p {
  display: block;
  position: relative;
  height: auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000345}}
#lindsay-tomtom #lindsay-tomtom-name p:first-child {
  font-size: 90px;
  line-height: 90px;
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000352}}
#lindsay-tomtom #lindsay-tomtom-name p:last-child {
  font-size: 20px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000355}}
#lindsay-tomtom #lindsay-tomtom-name p .first-name {
  color: #BCE183;
  font-size: 120px;
  line-height: 120px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000362}}
#lindsay-tomtom #lindsay-tomtom-cals {
  min-height: 300px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000364}}
#lindsay-tomtom #lindsay-tomtom-cals .content-container {
  display: none;
  width: 75%;
  border: 1px solid #000;
  padding: 20px 20px 25px 20px;
  margin: 0 auto 20px auto;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000372}}
#lindsay-tomtom #lindsay-tomtom-cals .content-container.without-cals .circle:hover {
  background-color: #BCE183;
  cursor: pointer;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000379}}
#lindsay-tomtom #lindsay-tomtom-cals p {
  text-align: center;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000381}}
#lindsay-tomtom #lindsay-tomtom-cals p.title {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000386}}
#lindsay-tomtom #lindsay-tomtom-cals p.cal-num {
  font-weight: bold;
  line-height: 16px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000390}}
#lindsay-tomtom #lindsay-tomtom-cals p.cal-name {
  font-size: 12px;
  line-height: 12px;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000395}}
#lindsay-tomtom #lindsay-tomtom-cals ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  flex-direction: row;
  margin: 20px 0 25px 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\0000398}}
#lindsay-tomtom #lindsay-tomtom-cals ul li {
  margin: 0 10px 0 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003100}}
#lindsay-tomtom #lindsay-tomtom-cals ul li:last-child {
  margin: 0;
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003105}}
#lindsay-tomtom #lindsay-tomtom-cals .circle {
  border: 1px solid #000;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003112}}
#lindsay-tomtom #lindsay-tomtom-cals .circle.active {
  background-color: #BCE183;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}

@media only screen and (max-width: 650px) {
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003126}}
  #lindsay-tomtom #lindsay-tomtom-cals .content-container {
    width: 100%;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003129}}
  #lindsay-tomtom #lindsay-tomtom-cals .content-container p.cal-num {
    font-size: 35px;
    line-height: 35px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003133}}
  #lindsay-tomtom #lindsay-tomtom-cals .content-container p.cal-name {
    font-size: 18px;
    line-height: 18px;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003138}}
  #lindsay-tomtom #lindsay-tomtom-cals .content-container ul {
    display: block;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003140}}
  #lindsay-tomtom #lindsay-tomtom-cals .content-container ul li {
    margin: 0 0 10px 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003142}}
  #lindsay-tomtom #lindsay-tomtom-cals .content-container ul li:last-child {
    margin: 0;
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003147}}
  #lindsay-tomtom #lindsay-tomtom-cals .content-container .circle {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: 0 auto;
    top: auto;
    transform: translateY(0);
  }
@media -sass-debug-info{filename{font-family:file\:\/\/\/home\/ubuntu\/gooseberry\/styles\/pages\/lindsay-tomtom\.scss}line{font-family:\00003152}}
  #lindsay-tomtom #lindsay-tomtom-cals .content-container .circle.active {
    width: 160px;
    height: 160px;
    border-radius: 80px;
  }
}
