/* line 17, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* Debug media query flags - Comment these out for production 
@include huge {
  body::before{ 
    content: "huge"; 
    font-size: 10px; 
    font-weight: bold; 
    display: block; 
    text-align: center; 
    background: rgba(255,255,0, 0.9);  
    position: fixed; 
    bottom: 50px; 
    left: 0; 
    right: 80%; 
    z-index: 99; }
}
@include tablet-landscape {
  body::before{ 
    content: "Tablet-landscape"; 
    font-size: 10px; 
    font-weight: bold; 
    display: block; 
    text-align: center; 
    background: rgba(255,255,0, 0.9);  
    position: fixed; 
    bottom: 0px; 
    left: 0; 
    right: 80%; 
    z-index: 99; }
}
@include mobile-short {
  body::after{ 
    content: "mobile-short"; 
    font-size: 10px; 
    font-weight: bold; 
    display: block; 
    text-align: center; 
    background: rgba(255,255,0, 0.9);  
    position: fixed; 
    bottom: 0px; 
    left: 0; 
    right: 80%; 
    z-index: 99; }
}
@include small {
  body::after{ 
    content: "Small"; 
    font-size: 10px; 
    font-weight: bold; 
    display: block; 
    text-align: center; 
    background: rgba(255,255,0, 0.9);  
    position: fixed; 
    bottom: 150px; 
    left: 0; 
    right: 80%; 
    z-index: 99; }
}
@include short {
  body::after{ 
    content: "short"; 
    font-size: 10px; 
    font-weight: bold; 
    display: block; 
    text-align: center; 
    background: rgba(255,255,0, 0.9);  
    position: fixed; 
    bottom: 150px; 
    left: 0; 
    right: 80%; 
    z-index: 99; }
} */
/* Fonts ===================*/
/* Headlines ===================*/
/* line 10, /Users/jonschlossberg/Dev/ON/public/scss/_typography.scss */
h1 {
  font: 800 3.65em/1 "Forza SSm A", "Forza SSm B";
  text-transform: uppercase;
}
/* line 14, /Users/jonschlossberg/Dev/ON/public/scss/_typography.scss */
h1 em {
  font: 100 1em/1 "Georgia";
  text-transform: none;
  letter-spacing: -3px;
}

/* line 21, /Users/jonschlossberg/Dev/ON/public/scss/_typography.scss */
h2 {
  font: 100 1.2em/1 "Georgia";
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}

/* line 1, /Users/jonschlossberg/Dev/ON/public/scss/_ui.scss */
a {
  color: #1abfdf;
  text-decoration: none;
  -webkit-transition: 150ms;
  -moz-transition: 150ms;
  -o-transition: 150ms;
  transition: 150ms;
}
/* line 7, /Users/jonschlossberg/Dev/ON/public/scss/_ui.scss */
a:hover {
  color: #75e9b1;
}

/* line 12, /Users/jonschlossberg/Dev/ON/public/scss/_ui.scss */
.label {
  background: #1abfdf;
  color: #e54020;
  padding: 0 10px;
}

/* Buttons ===================*/
/* line 40, /Users/jonschlossberg/Dev/ON/public/scss/_ui.scss */
.button {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 15px 40px;
  background: #1abfdf;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}
/* line 28, /Users/jonschlossberg/Dev/ON/public/scss/_ui.scss */
.button:hover {
  background: #867eea;
  color: white;
}
/* line 33, /Users/jonschlossberg/Dev/ON/public/scss/_ui.scss */
.button.disabled, .button.disabled:hover {
  color: rgba(0, 0, 0, 0.3);
  border-color: rgba(0, 0, 0, 0.3);
  cursor: disabled;
}

/* Header positioning ===================*/
/* line 3, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 1em;
  padding-left: 4%;
  padding-right: 4%;
  padding-bottom: 1em;
  line-height: 44px;
  z-index: 100;
}
/* line 16, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
header h1, header h2 {
  float: left;
}
/* line 20, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
header nav {
  float: right;
}

/* Logo =============================*/
/* line 29, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
.logo {
  margin-right: 0px;
  margin-top: 8px;
  font-size: 0;
}
@media only screen and (max-width: 550px) {
  /* line 29, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  .logo {
    margin-top: 0;
  }
}
/* line 38, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
.logo img.wordmark {
  width: 270px;
}
/* line 43, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
.logo img.mark {
  width: 70px;
  height: 53px;
}
@media only screen and (max-width: 550px) {
  /* line 43, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  .logo img.mark {
    width: 50px;
  }
}
/* line 53, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
.logo a {
  border: none;
}

/* Tagline =========================*/
/* line 60, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
header h2 {
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  font-size: .75em;
  display: none;
}

/* Nav =============================*/
/* line 71, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
header nav, footer nav {
  font: 500 0.7em/1 "Forza SSm A", "Forza SSm B";
  text-transform: uppercase;
  margin-right: -1em;
  letter-spacing: 1px;
  padding: 1.9em 0;
}
/* line 79, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
header nav a, footer nav a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);
  padding: 1em;
  border-bottom: none;
}
/* line 85, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
header nav a:hover, footer nav a:hover {
  color: #75e9b1;
}
/* line 88, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
header nav a.current, footer nav a.current {
  color: #867eea;
}
@media only screen and (max-width: 550px) {
  /* line 71, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  header nav, footer nav {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

/* Mobile Nav Menu =============================*/
@media only screen and (max-width: 550px) {
  /* line 107, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  .mobile-menu {
    padding: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 32px;
    right: 18px;
    z-index: 10;
  }
  /* line 117, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  .mobile-menu span {
    display: block;
    height: 3px;
    width: 22px;
    background: #555;
    position: absolute;
    right: 0;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    -o-transition: 200ms;
    transition: 200ms;
  }
  /* line 127, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  .mobile-menu .top {
    top: 0;
  }
  /* line 131, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  .mobile-menu .middle {
    top: 7px;
  }
  /* line 135, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  .mobile-menu .bottom {
    top: 14px;
  }

  /* line 141, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  body.show-menu .mobile-menu .top {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    margin-right: 4px;
  }
  /* line 147, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  body.show-menu .mobile-menu .middle {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform-origin: center 50%;
    -moz-transform-origin: center 50%;
    -ms-transform-origin: center 50%;
    -o-transform-origin: center 50%;
    transform-origin: center 50%;
  }
  /* line 152, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  body.show-menu .mobile-menu .bottom {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    margin-right: 4px;
  }

  /* line 158, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  header nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    padding: 0;
    z-index: 2;
    opacity: 0;
    overflow: hidden;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
  }
  /* line 173, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  header nav a {
    width: 100%;
    display: block;
    color: rgba(0, 0, 0, 0.7);
    font-size: 36px;
    font-family: "Georgia";
    padding: 26px 0 26px 12px;
    text-transform: none;
    font-weight: 100;
    letter-spacing: -2px;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    opacity: 0;
  }

  /* line 189, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  body.show-menu header nav {
    bottom: 0;
    padding-top: 80px;
    opacity: 1;
  }
  /* line 194, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  body.show-menu header nav a {
    opacity: 1;
  }

  /* line 202, /Users/jonschlossberg/Dev/ON/public/scss/_header.scss */
  body.show-menu header .logo a {
    position: fixed;
    z-index: 3;
  }
}
/* line 1, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
footer {
  padding: 6em 4% .5em;
  float: left;
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 550px) {
  /* line 1, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
  footer {
    padding-top: 2em;
  }
}
/* line 12, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
footer nav {
  float: right;
  padding-top: 1.4em;
}
@media only screen and (max-width: 550px) {
  /* line 12, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
  footer nav {
    display: none;
  }
}
/* line 21, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
footer .about {
  float: left;
  width: 38%;
  max-width: 550px;
  font-size: .6em;
}
@media only screen and (max-width: 550px) {
  /* line 21, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
  footer .about {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
    padding-bottom: 2em;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
}
/* line 40, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
footer h1.logo {
  float: left;
  margin-right: 2%;
}
/* line 42, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
footer h1.logo a {
  border-bottom: none;
}
@media only screen and (max-width: 550px) {
  /* line 40, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
  footer h1.logo {
    width: 100%;
    text-align: center;
  }
}
/* line 51, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
footer .logo img.wordmark {
  width: 220px;
  height: 23.3px;
  margin-top: -4px;
}
/* line 57, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
footer .address {
  float: right;
  width: 20%;
  font-size: .6em;
  color: rgba(255, 255, 255, 0.4);
}
/* line 63, /Users/jonschlossberg/Dev/ON/public/scss/_footer.scss */
footer .address h5 {
  margin-top: 1em;
}

/* line 12, /Users/jonschlossberg/Dev/ON/public/scss/_boilerplate.scss */
.boilerplate .hero {
  margin-top: 80px;
  margin-bottom: 80px;
}
/* line 16, /Users/jonschlossberg/Dev/ON/public/scss/_boilerplate.scss */
.boilerplate .hero h1 {
  margin-left: -10px;
}
/* line 23, /Users/jonschlossberg/Dev/ON/public/scss/_boilerplate.scss */
.boilerplate .hero h2 {
  font-size: 1em;
  font-style: normal;
}

/* line 1, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home header nav a {
  color: white;
}
/* line 3, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home header nav a:hover {
  color: #75e9b1;
}
@media only screen and (max-width: 550px) {
  /* line 1, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home header nav a {
    color: rgba(0, 0, 0, 0.7);
  }
}

/* line 10, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home section {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
  z-index: 3;
  overflow: hidden;
  background: #1f1d36;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #1f1d36 0%, #4d4d4d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1f1d36), color-stop(100%, #4d4d4d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #1f1d36 0%, #4d4d4d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #1f1d36 0%, #4d4d4d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #1f1d36 0%, #4d4d4d 100%);
  /* IE10+ */
  background: linear-gradient(135deg, #1f1d36 0%, #4d4d4d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1d36', endColorstr='#4d4d4d',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}
@media only screen and (max-width: 550px) {
  /* line 10, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home section {
    overflow-x: hidden;
    background: white;
  }
}
/* line 36, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home section .hero {
  position: absolute;
  width: 100%;
  top: 15%;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 550px) {
  /* line 36, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home section .hero {
    width: 130%;
    top: 20%;
  }
}
/* line 48, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home section h1 {
  width: 50%;
  position: absolute;
  bottom: -20px;
  left: 3%;
  font-size: 1000%;
  line-height: .9;
  letter-spacing: -4px;
  font-family: "Forza SSm A", "Forza SSm B";
}
/* line 58, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home section h1 a {
  color: white;
}
@media only screen and (max-height: 750px) {
  /* line 48, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home section h1 {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  /* line 48, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home section h1 {
    margin-left: 2%;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;
    position: static;
    color: rgba(0, 0, 0, 0.7);
    text-indent: 0;
    font-size: 5.2em;
  }
  /* line 76, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home section h1 a {
    color: rgba(0, 0, 0, 0.7);
  }
}
/* line 81, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home section h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 1.75em;
  line-height: 1.5;
  position: absolute;
  right: 2%;
  margin-left: 10px;
  bottom: 4%;
  width: 30%;
}
/* line 92, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home section h2 a {
  color: #75e9b1;
}
@media only screen and (max-width: 550px) {
  /* line 81, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home section h2 {
    position: static;
    width: 100%;
    font-size: 1.4em;
    padding-top: 30px;
    margin-left: 3%;
    text-align: left;
  }
  /* line 102, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home section h2 a {
    color: #1abfdf;
  }
}
/* line 105, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home section h2 strong {
  font-weight: 700;
}
/* line 110, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home section .button {
  position: absolute;
  bottom: 5%;
  left: 0;
}

/* line 117, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-top: 4em;
  background: white;
  margin-top: 0;
}
/* line 127, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer nav a {
  color: #1abfdf;
}
/* line 129, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer nav a:hover {
  color: #75e9b1;
}
/* line 132, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer .about {
  color: rgba(0, 0, 0, 0.7);
}
/* line 136, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer .home-section {
  width: 33.333%;
  float: left;
  padding: 0 2em 4em 3em;
  margin-bottom: 2em;
  min-height: 320px;
  border-left: 1px solid rgba(0, 0, 0, 0.065);
  color: rgba(0, 0, 0, 0.7);
}
/* line 146, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer .home-section h2 {
  font: 1.2em/1.2 "Forza SSm A", "Forza SSm B";
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 1em;
}
/* line 152, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer .home-section a, .home footer .home-section p {
  font: 1em/1.5 "Georgia";
}
/* line 156, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer .home-section:first-of-type {
  border-left: none;
  padding-right: 4em;
  padding-left: 0;
}
/* line 163, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer .home-section.learn-more p {
  max-width: 350px;
}
/* line 169, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer .home-section.toledo img {
  width: 90px;
  float: right;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: -20px;
  margin-top: -6px;
}
/* line 178, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
.home footer .home-section.careers a {
  float: left;
  clear: left;
}
@media only screen and (max-width: 550px) {
  /* line 136, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home footer .home-section {
    width: 100%;
    padding: 0 0 2em;
    min-height: 1px;
    border-left: none;
  }
  /* line 189, /Users/jonschlossberg/Dev/ON/public/scss/_home.scss */
  .home footer .home-section:first-of-type {
    border-left: none;
    padding-right: 2em;
    padding-left: 0;
  }
}

/* line 3, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section {
  float: left;
  width: 100%;
}
/* line 8, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products footer {
  margin-top: -200px;
  position: relative;
  z-index: 15;
}
@media only screen and (max-width: 880px) {
  /* line 8, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products footer {
    margin-top: -280px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 8, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products footer {
    margin-top: 15px;
  }
}
/* line 22, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .hero {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 70px;
}
@media only screen and (max-width: 550px) {
  /* line 22, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products .hero {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
/* line 34, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .hero h1 {
  line-height: .8;
  text-indent: 12px;
  margin-left: -18px;
}
/* line 38, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .hero h1 em {
  font-size: 45%;
}
@media only screen and (max-width: 550px) {
  /* line 34, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products .hero h1 {
    text-indent: 3px;
    margin-left: -5px;
    font-size: 6.5em;
    margin-bottom: 20px;
  }
  /* line 46, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products .hero h1 em {
    letter-spacing: -2px;
    font-size: 40%;
  }
}
/* line 50, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .hero h2 {
  position: absolute;
  right: 3%;
  width: 35%;
  bottom: 3px;
  font-size: 2em;
  line-height: 1.5;
}
@media only screen and (max-width: 550px) {
  /* line 50, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products .hero h2 {
    position: static;
    font-size: 1.3em;
    line-height: 1.3;
    width: 100%;
    margin-top: 10px;
  }
}
/* line 68, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .novogro-logo {
  width: 500px;
  overflow: hidden;
  text-indent: -1000px;
  background: url("/img/novogro.svg") center center no-repeat;
  background-size: 100%;
}
/* line 77, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .animal-study {
  width: 100%;
  margin-bottom: 80px;
  float: left;
}
@media only screen and (max-width: 550px) {
  /* line 77, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products .animal-study {
    margin-bottom: 0;
  }
}
/* line 86, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .animal-study li {
  width: 33.3333%;
  float: left;
  text-align: center;
}
/* line 91, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .animal-study li img {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 880px) {
  /* line 86, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products .animal-study li {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 101, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .animal-study li cite {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-size: .8em;
  text-align: left;
  padding-right: 2em;
  padding-left: 1em;
  padding-top: 1em;
}
/* line 111, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .animal-study li cite strong {
  font-weight: 700;
  font-family: "Forza SSm A", "Forza SSm B";
}
/* line 115, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .animal-study li cite img.legend {
  width: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 8px;
  vertical-align: top;
  margin-top: 10px;
}
/* line 123, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .animal-study li cite label {
  padding-right: 7px;
  line-height: .9;
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 129, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .animal-study li cite em {
  font-size: 1.5em;
  line-height: 1;
  display: block;
  font-family: "Georgia";
  float: left;
  width: 32%;
  padding-right: 2em;
  padding-bottom: 1em;
  margin-top: -4px;
}
@media only screen and (max-width: 550px) {
  /* line 129, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products .animal-study li cite em {
    width: 40%;
  }
}
/* line 152, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling {
  text-align: left;
  position: relative;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 880px) {
  /* line 152, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling {
    height: 1200px;
    background: url("/img/product-mobile-bg.jpg") 0 170px no-repeat;
    background-size: 100%;
    margin-top: -140px;
  }
}
@media only screen and (max-width: 550px) {
  /* line 152, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling {
    height: 600px;
    margin-top: -90px;
  }
}
/* line 172, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling .text-on-video {
  position: absolute;
  top: 14%;
  bottom: 4%;
  left: 4%;
  width: 50%;
  z-index: 3;
}
@media only screen and (max-width: 880px) {
  /* line 172, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling .text-on-video {
    width: 100%;
    top: 150px;
  }
}
/* line 186, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling h1 {
  font: 100 4.3em/1 "Georgia";
  text-transform: none;
  letter-spacing: -4px;
  width: 100%;
  display: block;
}
/* line 193, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling h1 em {
  font-size: 20%;
  line-height: 1.25;
  width: 30%;
  display: block;
  letter-spacing: -1px;
  margin-bottom: 1em;
  color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 880px) {
  /* line 193, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling h1 em {
    width: 100%;
  }
}
/* line 205, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling h1 img {
  width: 14.5%;
  margin-right: 20px;
}
/* line 210, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling h1 i {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  border: 5px solid rgba(0, 0, 0, 0.7);
  font-family: "Forza SSm A", "Forza SSm B";
  font-weight: 500;
  font-size: 40%;
  margin-top: -2px;
  padding: 5px 20px 5px 15px;
  text-align: center;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
@media only screen and (max-width: 880px) {
  /* line 210, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling h1 i {
    border-width: 2px;
    font-weight: 500;
    padding: 6px 15px 6px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 880px) {
  /* line 186, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling h1 {
    line-height: .9;
    font-size: 3.3em;
  }
  /* line 234, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling h1 em {
    font-size: 35%;
  }
}
/* line 240, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling h2 {
  font-style: normal;
}
@media only screen and (max-width: 880px) {
  /* line 240, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling h2 {
    line-height: 2;
  }
}
/* line 247, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling ul {
  width: 100%;
  padding: 3em 0 0;
}
@media only screen and (max-width: 880px) {
  /* line 247, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling ul {
    display: none;
  }
}
/* line 254, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling ul li {
  width: 100%;
  line-height: 1.2;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-size: 1em;
  -webkit-transition: 250ms;
  -moz-transition: 250ms;
  -o-transition: 250ms;
  transition: 250ms;
  margin-bottom: 1em;
  color: rgba(0, 0, 0, 0.4);
}
/* line 259, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling ul li strong {
  font-weight: 700;
}
/* line 265, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling ul li.shown:hover {
  color: #75e9b1;
  cursor: pointer;
}
/* line 270, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling ul li.playing, .products section.handling ul li.shown:active {
  color: #867eea;
}
/* line 276, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products section.handling h3 {
  position: absolute;
  bottom: 15%;
  font-family: "Georgia";
  font-style: italic;
  color: rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 880px) {
  /* line 276, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products section.handling h3 {
    width: 100%;
    text-align: center;
  }
}
/* line 291, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .full-bleed.wrapper {
  float: left;
  margin-top: 0px;
  position: relative;
  width: 110%;
  margin-left: -5%;
  overflow: hidden;
}
/* line 299, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .full-bleed.wrapper video {
  margin-left: -5%;
}
@media only screen and (max-width: 880px) {
  /* line 299, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  .products .full-bleed.wrapper video {
    display: none;
  }
}
/* line 306, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products .full-bleed.wrapper .gradient {
  position: absolute;
  top: 0;
  left: -4%;
  right: -4%;
  bottom: 9%;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(94%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 94%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
}
/* line 326, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
.products p.disclaimer {
  font: 0.6em/1.2 "Forza SSm A", "Forza SSm B";
  text-align: justify;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  position: absolute;
  bottom: 30px;
  left: 4%;
  width: 100%;
}

@media only screen and (max-width: 880px) {
  /* line 338, /Users/jonschlossberg/Dev/ON/public/scss/_products.scss */
  section#novogro-i {
    background: url("/img/product2-mobile-bg.jpg") 0 170px no-repeat;
    background-size: 100%;
  }
}

/* line 3, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .hero {
  position: relative;
  margin-bottom: 10px;
  margin-top: 150px;
}
@media only screen and (max-width: 550px) {
  /* line 3, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
  .people .hero {
    margin-top: 100px;
  }
}
/* line 11, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .hero h1 {
  line-height: .8;
  text-indent: 12px;
  margin-left: -18px;
  font-size: 6em;
}
/* line 16, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .hero h1 em {
  font-size: 60%;
  display: block;
}
@media only screen and (max-width: 550px) {
  /* line 11, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
  .people .hero h1 {
    text-indent: 3px;
    margin-left: -5px;
    font-size: 4em;
  }
}
/* line 28, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .hero h2 {
  position: absolute;
  right: -1%;
  width: 40%;
  bottom: 7px;
  font-size: 1.2em;
  line-height: 1.5;
}
@media only screen and (max-width: 550px) {
  /* line 28, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
  .people .hero h2 {
    position: static;
    font-size: 1.5em;
    line-height: 1.1;
    width: 100%;
    margin-top: 10px;
  }
}
/* line 44, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .hero h2 img {
  width: 33px;
  margin-right: 8px;
}
/* line 50, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .people-list {
  margin-top: 5em;
  margin-right: -1em;
  width: 100%;
}
@media only screen and (max-width: 550px) {
  /* line 50, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
  .people .people-list {
    margin-top: 40px;
  }
}
/* line 58, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .people-list h3, .people .people-list h4, .people .people-list h5 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 62, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .people-list h3 {
  margin-right: 10px;
  font-size: 1.4em;
  line-height: 1;
}
/* line 68, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .people-list h4 {
  font-size: .8em;
  margin-top: 4px;
  display: block;
}
/* line 74, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .people-list h5 {
  margin-top: 1em;
  font-family: "Georgia";
}
/* line 79, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .people-list li {
  width: 33%;
  padding-right: 1em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-bottom: 4em;
  vertical-align: top;
}
@media only screen and (max-width: 550px) {
  /* line 79, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
  .people .people-list li {
    width: 100%;
    padding-right: 0;
  }
}
/* line 93, /Users/jonschlossberg/Dev/ON/public/scss/_people.scss */
.people .people-list img {
  width: 100%;
  background: #555;
  margin-bottom: .5em;
}

/* line 3, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .hero {
  position: relative;
  margin-bottom: 120px;
}
@media only screen and (max-width: 550px) {
  /* line 3, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
  .careers .hero {
    margin-bottom: 30px;
  }
}
/* line 11, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .hero h1 {
  line-height: .8;
  text-indent: 12px;
  margin-left: -18px;
}
/* line 15, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .hero h1 em {
  font-size: 43.35%;
}
@media only screen and (max-width: 550px) {
  /* line 11, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
  .careers .hero h1 {
    text-indent: 3px;
    margin-left: -5px;
    font-size: 6em;
  }
}
/* line 27, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .hero h2 {
  position: absolute;
  right: 3%;
  width: 33%;
  bottom: 3px;
  font-size: 2em;
  line-height: 1.5;
}
/* line 35, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .hero h2 img {
  width: 33px;
  margin-right: 8px;
}
@media only screen and (max-width: 550px) {
  /* line 27, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
  .careers .hero h2 {
    position: static;
    font-size: 1.5em;
    line-height: 1.1;
    width: 100%;
    margin-top: 10px;
  }
}
/* line 49, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .careers-list {
  width: 100%;
}
/* line 53, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .careers-list li {
  width: 33%;
  margin-bottom: 2em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
@media only screen and (max-width: 550px) {
  /* line 53, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
  .careers .careers-list li {
    width: 100%;
  }
}
/* line 62, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .careers-list li h3 {
  margin-bottom: 1em;
  font-size: 1.25em;
}
/* line 65, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .careers-list li h3 a {
  font-family: "Forza SSm A", "Forza SSm B";
}
/* line 68, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.careers .careers-list li p, .careers .careers-list li a {
  font-family: "Georgia";
  padding-right: 2em;
  margin-bottom: 1em;
}

/* line 77, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.job {
  padding-top: 200px;
}
/* line 80, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.job h1 {
  width: 33%;
  float: left;
  margin-bottom: 1em;
}
/* line 84, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.job h1 em {
  display: block;
}
/* line 87, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.job h2, .job p, .job ul {
  float: right;
  width: 50%;
  max-width: 600px;
  clear: right;
  font-family: "Georgia";
  margin-bottom: 1em;
}
/* line 96, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.job h2 {
  margin-top: 1em;
}
/* line 100, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.job ul {
  list-style: disc;
}
/* line 104, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
.job .big {
  font-size: 150%;
}
@media only screen and (max-width: 550px) {
  /* line 77, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
  .job {
    padding-top: 100px;
  }
  /* line 112, /Users/jonschlossberg/Dev/ON/public/scss/_careers.scss */
  .job h1, .job h2, .job p, .job ul {
    width: 100%;
  }
}

/* line 16, ../scss/osteonovus.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 20, ../scss/osteonovus.scss */
body {
  font: 18px/1.5 "Forza SSm A", "Forza SSm B";
  margin: 0 auto;
  background: white;
  color: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 550px) {
  /* line 20, ../scss/osteonovus.scss */
  body {
    font-size: 15px;
  }
}

/* line 31, ../scss/osteonovus.scss */
section {
  padding: 0 4%;
}
