/**
 * Mixin used to expediate the process of plotting the hotspot's on the engine diagram image
 *
 * @param {$top} top cordinate for the hotspot
 * @param {$left} left cordinate for the hotspot
 * @param {$offt} callout image top offset from point used as top property
 * @param {$offl} callout image left offset from point used as left property
 * @param {$w} callout image width
 * @param {$h} callout image height
 *
 * @see engine.scss for examples of usage
 */
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/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, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/_mobile.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../sass/_mobile.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* line 7, ../sass/_mobile.scss */
body {
  font-family: "HelveticaNeueLT-Roman", helvetica, arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 20px;
  color: #414042;
}

/* line 15, ../sass/_mobile.scss */
h1 {
  font-family: "HelveticaNeueLT-UltraLight", helvetica, arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  /*
  font-size: 42px;
  line-height: 45px;
  */
  font-size: calc(100% + .75vw);
  line-height: calc(100% + 1.5vw);
  width: calc(100% + 2vw);
  max-width: calc(100% + 10vw);
  
  letter-spacing: 1px;
}
/* line 22, ../sass/_mobile.scss */
h1::after {
  content: ' ';
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  margin: 18px 30px 18px 0;
}

/* line 33, ../sass/_mobile.scss */
h2 {
  color: #b99b86;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0;
  margin: 25px 0 8px 0;
}

/* line 42, ../sass/_mobile.scss */
strong {
  /* font-family: "HelveticaNeueLTStd-Bd", helvetica, arial, sans-serif; */
  font-family: helvetica, arial, sans-serif;
  font-weight: 600;
}

/* line 45, ../sass/_mobile.scss */
sup {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: 0.33em;
}

/* line 51, ../sass/_mobile.scss */
sub {
  font-size: smaller;
  vertical-align: baseline;
  position: relative;
  bottom: -0.25em;
}

/* line 58, ../sass/_mobile.scss */
.alt-bg {
  background: #f8f6f6;
}

/* line 59, ../sass/_mobile.scss */
.centered-text {
  text-align: center;
}

/* line 60, ../sass/_mobile.scss */
.reversed-type {
  color: white;
}

/* line 62, ../sass/_mobile.scss */
.has-separator::before {
  position: absolute;
  content: '';
  pointer-events: none;
  left: 50%;
  background: url("../img/site/separator-mobile.png") no-repeat scroll top left;
  background-size: 50px;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  top: -25px;
}

/* line 76, ../sass/_mobile.scss */
.desktop {
  display: none;
}

/* line 78, ../sass/_mobile.scss */
.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

/* line 90, ../sass/_mobile.scss */
.wrapper {
  background: white;
  width: 100%;
  position: relative;
  padding: 50px 0 50px 0;
}
/* line 97, ../sass/_mobile.scss */


.wrapper .content a {
  color: #b99b86;
  text-transform: uppercase;
  text-decoration: none;
  background: url("../img/site/link-arrow.png") no-repeat scroll 100% 2px;
  background-size: 6px 13px;
  padding-right: 20px;
}



/* line 105, ../sass/_mobile.scss */
.wrapper .content a:hover {
  text-decoration: underline;
}
/* line 109, ../sass/_mobile.scss */
.wrapper .content p {
  margin-bottom: 5px;
  /* width: calc(100% + 5vw); */
  width: calc(100% + 2vw);
  max-width: calc(100% + 8vw);
  
}

.about .wrapper . content p {
	
	width: calc(100% + 20vw);
}

/* line 112, ../sass/_mobile.scss */
.wrapper .content ul {
  list-style: disc outside;
  margin-left: 18px;
}
/* line 115, ../sass/_mobile.scss */
.wrapper .content ul li {
  margin-bottom: 5px;
}

/* line 126, ../sass/_mobile.scss */
.container {
  max-width: 1024px;
  padding: 0 20px;
  margin: 0 auto;
}

/* line 133, ../sass/_mobile.scss */
header {
  width: 100%;
  position: fixed;
  background: white;
  z-index: 1000;
}
/* line 139, ../sass/_mobile.scss */
header .container {
  padding: 16px 20px;
}
/* line 142, ../sass/_mobile.scss */
header .brand {
  float: right;
}
/* line 144, ../sass/_mobile.scss */
header .brand .copy {
  display: block;
  height: 25px;
  vertical-align: middle;
  font-size: 12px;
  line-height: 25px;
  color: #414042;
  text-decoration: none;
}
/* line 152, ../sass/_mobile.scss */
header .brand .copy strong {
  font-weight: 800;
}
/* line 157, ../sass/_mobile.scss */
header .nav-link {
  display: block;
  width: 30px;
}
/* line 160, ../sass/_mobile.scss */
header .nav-link span {
  display: block;
  background-color: #b99b86;
  height: 5px;
  width: 30px;
  margin-top: 5px;
}
/* line 167, ../sass/_mobile.scss */
header .nav-link span:first-child {
  margin-top: 0;
}

/* line 173, ../sass/_mobile.scss */
.info-nav-bar {
  z-index: 10;
  width: 100%;
  padding: 0;
  position: fixed;
  background: #95b1bd;
  top: 57px;
  height: 37px;
}

/* line 182, ../sass/_mobile.scss */
.info-nav-bar {
  display: none;
}

/* line 186, ../sass/_mobile.scss */
footer {
  position: inherit;
  overflow: auto;
  background: #111111;
  width: 100%;
  z-index: 100;
}
/* line 193, ../sass/_mobile.scss */
footer .container {
  padding: 0;
}
/* line 196, ../sass/_mobile.scss */
footer a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #b99b86;
  text-decoration: none;
  border-bottom: 1px solid #414042;
  padding: 15px 20px;
}
/* line 205, ../sass/_mobile.scss */
footer p {
  padding: 15px 20px;
  color: #555555;
}

/* line 216, ../sass/_mobile.scss */
.datasheet {
  overflow: auto;
  margin: 25px 0 0 0;
}
/* line 219, ../sass/_mobile.scss */
.datasheet .datasheet-link {
  display: block;
  float: left;
  background: none    !important;
  padding-right: 0 !important;
}
/* line 226, ../sass/_mobile.scss */
.datasheet .datasheet-link::after {
  float: right;
  content: ' ';
  display: block;
  background: black;
  width: 1px;
  height: 125px;
  margin: 0 20px 0 15px;
}
/* line 235, ../sass/_mobile.scss */
.datasheet p {
  width: 100%;
}

/* line 247, ../sass/_mobile.scss */
.basic-content .basic-content-wrapper {
  padding: 107px 0 50px 0;
}
/* line 253, ../sass/_mobile.scss */
.basic-content .wrapper .content a {
  background: none !important;
  padding-right: 0  !important;
}

/* line 265, ../sass/_mobile.scss */
.engine-overview .page-layer {
  background: none !important;
}
/* line 266, ../sass/_mobile.scss */
.engine-overview .design-wrapper {
  padding-top: 60%;
  background-image: url("../img/engine/overview/design-bg-640.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
  background-color: #f7fafa;
}
/* line 273, ../sass/_mobile.scss */
.engine-overview .design-wrapper .content {
  min-height: 350px;
}
/* line 275, ../sass/_mobile.scss */
.engine-overview .design-wrapper .content h1::after {
  margin-right: 0;
}
/* line 279, ../sass/_mobile.scss */
.engine-overview .design-wrapper .datasheet {
  margin-top: 50px;
}
/* line 281, ../sass/_mobile.scss */
.engine-overview .design-wrapper .datasheet p {
  padding-top: 20px;
}
/* line 287, ../sass/_mobile.scss */
.engine-overview .performance-wrapper {
  background-image: url("../img/engine/overview/performance-bg-1600.jpg");
  background-repeat: no-repeat;
  background-position: center -100px;
}
/* line 288, ../sass/_mobile.scss */
.engine-overview .performance-wrapper .content {
  max-width: 490px;
}
/* line 290, ../sass/_mobile.scss */
.engine-overview .performance-wrapper .content h1 {
  max-width: 90%;
}
/* line 299, ../sass/_mobile.scss */
.engine-overview .maturation-wrapper {
  padding-top: 70%;
  background-image: url("../img/engine/overview/maturation-bg-640.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  background-color: #f4f8f8;
}
/* line 306, ../sass/_mobile.scss */
.engine-overview .maturation-wrapper .content {
  max-width: 490px;
}
/* line 309, ../sass/_mobile.scss */
.engine-overview .naturally-gifted-wrapper {
  background-image: url("../img/engine/overview/naturally-gifted-bg-1600.jpg");
  background-repeat: no-repeat;
  background-position: center -100px;
}
/* line 310, ../sass/_mobile.scss */
.engine-overview .naturally-gifted-wrapper .content {
  max-width: 490px;
}

/* line 324, ../sass/_mobile.scss */
.service-support .bottom-layer {
  z-index: 0;
}
/* line 328, ../sass/_mobile.scss */
.service-support .maintenance-wrapper .body-image {
  max-width: 550px;
  margin: 0 0 35px 0;
}
/* line 334, ../sass/_mobile.scss */
.service-support .maintenance-wrapper .content {
  max-width: 490px;
}
/* line 339, ../sass/_mobile.scss */
.service-support .service-wrapper {
  padding-top: 0;
}
/* line 340, ../sass/_mobile.scss */
.service-support .service-wrapper .container {
  overflow: auto;
}
/* line 344, ../sass/_mobile.scss */
.service-support .service-wrapper .body-image {
  margin: 0 0 50px 0;
}
/* line 347, ../sass/_mobile.scss */
.service-support .service-wrapper .content {
  max-width: 490px;
}
/* line 352, ../sass/_mobile.scss */
.service-support .map-wrapper {
  background: url("../img/service-support/map-bg.png") repeat top left;
}
/* line 354, ../sass/_mobile.scss */
.service-support .map-wrapper .alt-color {
  color: #5c213a;
}
/* line 357, ../sass/_mobile.scss */
.service-support .map-wrapper .body-image {
  display: none;
}
/* line 361, ../sass/_mobile.scss */
.service-support .map-wrapper h1 {
  max-width: 450px;
}
/* line 364, ../sass/_mobile.scss */
.service-support .map-wrapper p {
  max-width: 400px;
}
/* line 367, ../sass/_mobile.scss */
.service-support .map-wrapper .columns {
  overflow: auto;
}
/* line 369, ../sass/_mobile.scss */
.service-support .map-wrapper .columns .column {
  float: left;
}
/* line 372, ../sass/_mobile.scss */
.service-support .map-wrapper .columns .left-column {
  width: 270px;
}
/* line 375, ../sass/_mobile.scss */
.service-support .map-wrapper .columns li {
  font-weight: bold;
}

/* line 386, ../sass/_mobile.scss */
.about .story-wrapper h1::after {
  margin-left: auto;
  margin-right: auto;
}
/* line 391, ../sass/_mobile.scss */
.about .story-wrapper .lead {
  font-weight: 800;
}
/* line 394, ../sass/_mobile.scss */
.about .story-wrapper .body-image {
  margin: 35px auto;
}
/* line 397, ../sass/_mobile.scss */
.about .story-wrapper .content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 490px;
}
/* line 404, ../sass/_mobile.scss */
.about .leadership-wrapper {
  background-color: #f8f8f5;
}
/* line 406, ../sass/_mobile.scss */
.about .leadership-wrapper h1 {
  text-align: center;
}
/* line 408, ../sass/_mobile.scss */
.about .leadership-wrapper h1::after {
  width: 33%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 490px) and (max-width: 1024px) {
  /* line 5, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .datasheet {
    width: 45%;
    position: absolute;
    right: 0;
    margin: 0;
  }
  /* line 11, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .datasheet .datasheet-link {
    display: block;
    float: none;
  }
  /* line 15, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .datasheet .datasheet-link::after {
    display: none;
  }
  /* line 18, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .datasheet .datasheet-link::before {
    float: left;
    content: ' ';
    display: block;
    background: black;
    width: 1px;
    height: 250px;
    margin: 0 20px 0 15px;
  }
}
@media screen and (min-width: 515px) and (max-width: 1024px) {
  /* line 34, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .datasheet {
    width: 35%;
  }
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
  /* line 43, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .datasheet {
    width: 28%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 52, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .datasheet {
    margin-top: 50px;
    float: right;
    position: relative;
    right: auto;
    width: 150px !important;
  }
  /* line 58, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .datasheet .datasheet-link::before {
    display: none;
  }
}
@media screen and (min-width: 490px) {
  /* line 72, ../sass/_tablet.scss */
  .engine-overview .design-wrapper {
    padding-bottom: 75px;
  }
  /* line 74, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content {
    overflow: auto;
  }
  /* line 76, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content .chunk {
    float: left;
    width: 47%;
  }
  /* line 83, ../sass/_tablet.scss */
  .engine-overview .performance-wrapper {
    background-position: center -300px;
  }
}
@media screen and (min-width: 515px) {
  /* line 93, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content .chunk {
    width: 60%;
  }

  /* line 101, ../sass/_tablet.scss */
  .service-support .map-wrapper {
    padding-top: 0;
  }
  /* line 103, ../sass/_tablet.scss */
  .service-support .map-wrapper .anchor {
    position: relative;
    display: inline-block;
    top: -700px;
  }
  /* line 109, ../sass/_tablet.scss */
  .service-support .map-wrapper .body-image {
    display: block;
  }
  /* line 112, ../sass/_tablet.scss */
  .service-support .map-wrapper .content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 600px) {
  /* line 123, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content .chunk {
    width: 71%;
  }
  /* line 129, ../sass/_tablet.scss */
  .engine-overview .maturation-wrapper {
    background-size: 600px;
    padding-top: 409px;
  }
}
@media screen and (min-width: 768px) {
  /* line 143, ../sass/_tablet.scss */
  .container {
    max-width: 768px;
  }

  /* line 147, ../sass/_tablet.scss */
  header .container, footer .container, .info-nav-bar .container {
    max-width: 100%;
  }

  /* line 152, ../sass/_tablet.scss */
  .has-separator::before {
    background-size: 70px;
    width: 70px;
    height: 70px;
    margin-left: -35px;
    top: -35px;
  }

  /* line 164, ../sass/_tablet.scss */
  .engine-overview .design-wrapper {
    padding-top: 75px;
    padding-bottom: 20%;
    background-color: white;
    background-image: url("../img/engine/overview/design-bg-1600.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
  /* line 172, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content {
    position: relative;
  }
  /* line 174, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content .header-chunk {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0 35px 0 0;
  }
  /* line 179, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content .header-chunk h1 {
    text-indent: 0px;
  }
  /* line 181, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content .header-chunk h1::after {
    display: none;
  }
  /* line 184, ../sass/_tablet.scss */
  .engine-overview .design-wrapper .content .chunk {
    width: 50%;
    border-left: 1px solid #414042;
    padding-left: 35px;
  }
  /* line 193, ../sass/_tablet.scss */
  .engine-overview .maturation-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
    background-image: url("../img/engine/overview/maturation-bg-1600.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  /* line 202, ../sass/_tablet.scss */
  .engine-overview .maturation-wrapper .container {
    overflow: auto;
  }
  /* line 203, ../sass/_tablet.scss */
  .engine-overview .maturation-wrapper .content {
    float: right;
    width: 50%;
    max-width: 50%;
  }

  /* line 216, ../sass/_tablet.scss */
  .service-support .body-image {
    display: none;
  }
  /* line 221, ../sass/_tablet.scss */
  .service-support .maintenance-wrapper .content {
    max-width: 100%;
  }
  /* line 224, ../sass/_tablet.scss */
  .service-support .maintenance-wrapper .lead {
    max-width: 50%;
  }
  /* line 226, ../sass/_tablet.scss */
  .service-support .maintenance-wrapper .lead h1::after {
    width: 80%;
  }
  /* line 229, ../sass/_tablet.scss */
  .service-support .maintenance-wrapper .lead p {
    width: 90%;
  }
  /* line 233, ../sass/_tablet.scss */
  .service-support .maintenance-wrapper .container {
    overflow: auto;
    background-image: url("../img/service-support/maintenance-mobile-640.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: 54%;
  }
  /* line 240, ../sass/_tablet.scss */
  .service-support .maintenance-wrapper .chunks {
    margin-top: 10px;
  }
  /* line 242, ../sass/_tablet.scss */
  .service-support .maintenance-wrapper .chunks .chunk {
    float: left;
    width: 30%;
    padding: 0 30px 0 0;
  }
  /* line 248, ../sass/_tablet.scss */
  .service-support .maintenance-wrapper .chunks .fourth {
    clear: left;
  }
  /* line 255, ../sass/_tablet.scss */
  .service-support .service-wrapper {
    padding-top: 50px;
    background-image: url("../img/service-support/service-mobile-1600.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  /* line 261, ../sass/_tablet.scss */
  .service-support .service-wrapper .content {
    float: right;
    width: 50%;
  }
  /* line 266, ../sass/_tablet.scss */
  .service-support .datasheet {
    max-width: 80%;
  }
  /* line 269, ../sass/_tablet.scss */
  .service-support .brochure {
    max-width: 100%;
  }
  /* line 273, ../sass/_tablet.scss */
  .service-support .map-wrapper {
    padding-top: 0;
  }
  /* line 277, ../sass/_tablet.scss */
  .service-support .map-wrapper .body-image {
    max-width: 1175px;
    margin: 0 auto;
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  /* line 8, ../sass/_small-desktop.scss */
  .desktop {
    display: block;
  }

  /* line 9, ../sass/_small-desktop.scss */
  .mobile {
    display: none !important;
  }

  /* line 10, ../sass/_small-desktop.scss */
  .adjusted-for-header {
    padding-top: 116px;
  }

  /* line 12, ../sass/_small-desktop.scss */
  .container {
    max-width: 1024px !important;
  }

  /* line 14, ../sass/_small-desktop.scss */
  header {
    height: 116px;
  }
  /* line 16, ../sass/_small-desktop.scss */
  header .container {
    padding-top: 12px;
  }
  /* line 19, ../sass/_small-desktop.scss */
  header .brand {
    padding-top: 4px;
  }
  /* line 21, ../sass/_small-desktop.scss */
  header .brand .logo {
    text-align: right;
  }
  /* line 24, ../sass/_small-desktop.scss */
  header .brand .copy {
    margin: 16px 90px 0 0;
  }
  /* line 28, ../sass/_small-desktop.scss */
  header .navigation {
    margin-top: 68px;
  }
  /* line 30, ../sass/_small-desktop.scss */
  header .navigation ul {
    height: 12px;
    margin-bottom: 10px;
  }
  /* line 33, ../sass/_small-desktop.scss */
  header .navigation ul li {
    float: left;
    margin-right: 32px;
  }
  /* line 36, ../sass/_small-desktop.scss */
  header .navigation ul li a {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #414042;
    text-decoration: none;
    height: 45px;
    vertical-align: top;
  }
  /* line 44, ../sass/_small-desktop.scss */
  header .navigation ul li a:hover {
    color: #408697;
  }
  /* line 48, ../sass/_small-desktop.scss */
  header .navigation ul li .selected {
    background: url("../img/site/nav-pointer.png") no-repeat scroll bottom center;
  }

  /* line 56, ../sass/_small-desktop.scss */
  .info-nav-bar {
    top: 116px;
    display: block;
  }

  /* line 63, ../sass/_small-desktop.scss */
  .section-nav-wrapper ul {
    height: 37px;
  }
  /* line 65, ../sass/_small-desktop.scss */
  .section-nav-wrapper ul li {
    float: left;
    margin-right: 35px;
    height: 37px;
  }
  /* line 69, ../sass/_small-desktop.scss */
  .section-nav-wrapper ul li a {
    height: 37px;
    vertical-align: middle;
    display: block;
    font-size: 18px;
    line-height: 37px;
    color: #414042;
    text-decoration: none;
  }
  /* line 79, ../sass/_small-desktop.scss */
  .section-nav-wrapper ul li a:hover {
    color: white;
  }
  /* line 83, ../sass/_small-desktop.scss */
  .section-nav-wrapper ul li .selected {
    color: white;
  }

  /* line 93, ../sass/_small-desktop.scss */
  footer .container {
    padding: 18px 20px 15px 20px;
  }
  /* line 96, ../sass/_small-desktop.scss */
  footer ul {
    height: 12px;
    margin-bottom: 10px;
  }
  /* line 99, ../sass/_small-desktop.scss */
  footer ul li {
    float: left;
    margin-right: 25px;
  }
  /* line 104, ../sass/_small-desktop.scss */
  footer a {
    font-size: 12px;
    line-height: 1;
    border-bottom: none;
    padding: 0;
  }
  /* line 109, ../sass/_small-desktop.scss */
  footer a:hover {
    text-decoration: underline;
  }
  /* line 113, ../sass/_small-desktop.scss */
  footer p {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    color: #555555;
  }

  /* line 125, ../sass/_small-desktop.scss */
  .basic-content .basic-content-wrapper {
    padding: 166px 0 50px 0;
  }

  /* line 133, ../sass/_small-desktop.scss */
  .service-support .maintenance-wrapper .chunks {
    margin-top: 100px;
  }
  /* line 138, ../sass/_small-desktop.scss */
  .service-support .service-wrapper .content {
    padding-left: 35px;
  }
  /* line 140, ../sass/_small-desktop.scss */
  .service-support .service-wrapper .content h1 {
    width: 80%;
  }
  /* line 142, ../sass/_small-desktop.scss */
  .service-support .service-wrapper .content h1::after {
    width: 80%;
  }
  /* line 146, ../sass/_small-desktop.scss */
  .service-support .service-wrapper .content p {
    width: 88%;
  }

  /* line 155, ../sass/_small-desktop.scss */
  .engine-overview .design-wrapper .datasheet {
    clear: both;
    margin-top: 50px;
    float: right;
    width: 300px;
  }
  /* line 163, ../sass/_small-desktop.scss */
  .engine-overview .performance-wrapper {
    background-position: center -200px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  /* line 167, ../sass/_small-desktop.scss */
  .engine-overview .performance-wrapper .content {
    margin-left: 15%;
  }
  /* line 172, ../sass/_small-desktop.scss */
  .engine-overview .maturation-wrapper {
    background-position: center -50px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  /* line 176, ../sass/_small-desktop.scss */
  .engine-overview .maturation-wrapper .content {
    padding-left: 35px;
  }
  /* line 182, ../sass/_small-desktop.scss */
  .engine-overview .naturally-gifted-wrapper {
    background-position: center -200px;
    padding-top: 75px;
    padding-bottom: 75px;
  }
  /* line 186, ../sass/_small-desktop.scss */
  .engine-overview .naturally-gifted-wrapper .content {
    margin-left: 15%;
  }
}
@media screen and (min-width: 1280px) {
  /* line 2, ../sass/_large-desktop.scss */
  body {
    font-size: 16px;
    line-height: 25px;
  }

  /* line 6, ../sass/_large-desktop.scss */
  h1 {
    font-size: 85px;
    line-height: 95px;
    letter-spacing: 0;
  }
  /* line 10, ../sass/_large-desktop.scss */
  h1::after {
    margin: 30px 30px 30px 0;
  }

  /* line 14, ../sass/_large-desktop.scss */
  .container {
    max-width: 1280px !important;
  }

  /* line 29, ../sass/_large-desktop.scss */
  .datasheet {
    overflow: auto;
    margin: 40px 0 0 0;
  }

  /* line 36, ../sass/_large-desktop.scss */
  .about .story-wrapper .content {
    max-width: 650px !important;
  }
  /* line 38, ../sass/_large-desktop.scss */
  .about .story-wrapper .content .lead {
    max-width: 100%;
  }
  /* line 41, ../sass/_large-desktop.scss */
  .about .story-wrapper .content p {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }

  /* line 53, ../sass/_large-desktop.scss */
  .engine-overview .design-wrapper .datasheet {
    clear: both;
    margin-top: 50px;
    margin-right: 10%;
    float: right;
    width: 300px;
  }
  /* line 62, ../sass/_large-desktop.scss */
  .engine-overview .maturation-wrapper {
    background-position: center top;
    background-size: 100%;
  }
  /* line 65, ../sass/_large-desktop.scss */
  .engine-overview .maturation-wrapper .content {
    max-width: 60%;
  }
  /* line 67, ../sass/_large-desktop.scss */
  .engine-overview .maturation-wrapper .content ul {
    max-width: 80%;
  }
  /* line 73, ../sass/_large-desktop.scss */
  .engine-overview .performance-wrapper {
    background-position: center top;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  /* line 78, ../sass/_large-desktop.scss */
  .engine-overview .performance-wrapper .content {
    max-width: 60%;
  }
  /* line 80, ../sass/_large-desktop.scss */
  .engine-overview .performance-wrapper .content h1::after {
    max-width: 80%;
  }
  /* line 83, ../sass/_large-desktop.scss */
  .engine-overview .performance-wrapper .content p {
    max-width: 80%;
  }
  /* line 88, ../sass/_large-desktop.scss */
  .engine-overview .naturally-gifted-wrapper {
    background-position: center top;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  /* line 93, ../sass/_large-desktop.scss */
  .engine-overview .naturally-gifted-wrapper .content {
    max-width: 60%;
  }
  /* line 95, ../sass/_large-desktop.scss */
  .engine-overview .naturally-gifted-wrapper .content h1::after {
    max-width: 80%;
  }
  /* line 98, ../sass/_large-desktop.scss */
  .engine-overview .naturally-gifted-wrapper .content p {
    max-width: 80%;
  }

  /* line 107, ../sass/_large-desktop.scss */
  .service-support .maintenance-wrapper .container {
    background-position: 100% 3%;
    background-size: 64%;
  }
  /* line 111, ../sass/_large-desktop.scss */
  .service-support .maintenance-wrapper .lead {
    max-width: 50%;
  }
  /* line 113, ../sass/_large-desktop.scss */
  .service-support .maintenance-wrapper .lead h1::after {
    width: 70%;
  }
  /* line 116, ../sass/_large-desktop.scss */
  .service-support .maintenance-wrapper .lead p {
    width: 80%;
  }
  /* line 120, ../sass/_large-desktop.scss */
  .service-support .maintenance-wrapper .chunks {
    margin: 10px 0 0 0;
  }
  /* line 122, ../sass/_large-desktop.scss */
  .service-support .maintenance-wrapper .chunks .chunk {
    width: 20%;
  }
  /* line 125, ../sass/_large-desktop.scss */
  .service-support .maintenance-wrapper .chunks .fourth {
    clear: none;
  }
  /* line 130, ../sass/_large-desktop.scss */
  .service-support .service-wrapper {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  /* line 133, ../sass/_large-desktop.scss */
  .service-support .service-wrapper .content {
    max-width: 50%;
    padding-left: 35px;
  }
  /* line 136, ../sass/_large-desktop.scss */
  .service-support .service-wrapper .content h1 {
    width: 90%;
  }
  /* line 138, ../sass/_large-desktop.scss */
  .service-support .service-wrapper .content h1::after {
    width: 80%;
  }
  /* line 142, ../sass/_large-desktop.scss */
  .service-support .service-wrapper .content p {
    width: 85%;
  }
  /* line 149, ../sass/_large-desktop.scss */
  .service-support .map-wrapper .content {
    padding-top: 50px;
  }
  /* line 152, ../sass/_large-desktop.scss */
  .service-support .map-wrapper .content h1 {
    max-width: 800px;
  }
  /* line 155, ../sass/_large-desktop.scss */
  .service-support .map-wrapper .content p {
    max-width: 600px;
  }
  /* line 159, ../sass/_large-desktop.scss */
  .service-support .map-wrapper .content .columns .left-column {
    width: 400px;
  }
}
/* line 15, ../sass/_hero-section.scss */
html, body {
  min-height: 100%;
}

/* line 21, ../sass/_hero-section.scss */
.bottom-layer {
  position: fixed;
  width: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: auto 574px;
  height: 1074px;
  background-position: center 57px;
  left: 0;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}

/* line 33, ../sass/_hero-section.scss */
.top-layer {
  position: relative;
  z-index: 3;
}

/* line 39, ../sass/_hero-section.scss */
.solo-wrapper,
.hero-wrapper {
  background-color: transparent;
  font-size: 15px;
  line-height: 20px;
  padding: 107px 0 0 0;
  height: 517px;
  z-index: 2;
}
/* line 47, ../sass/_hero-section.scss */
.solo-wrapper h1::after,
.hero-wrapper h1::after {
  margin: 18px 20px;
}
/* line 50, ../sass/_hero-section.scss */
.solo-wrapper .content,
.hero-wrapper .content {
  margin: 0 auto;
  /* max-width: 270px; */
    max-width: 310px;
}

/* line 58, ../sass/_hero-section.scss */
.service-support .bottom-layer {
  background-image: url("../img/service-support/hero-bg-1600.jpg");
}

/* line 64, ../sass/_hero-section.scss */
.engine-overview .bottom-layer {
  background-image: url("../img/engine/overview/hero-bg-1600.jpg");
  background-size: auto 537px;
}

/* line 71, ../sass/_hero-section.scss */
.about .bottom-layer {
  background-color: #edeae8;
  background-image: url("../img/about/hero-bg-1600.jpg");
  background-size: auto auto;
  background-position: center 57px;
}
/* line 77, ../sass/_hero-section.scss */
.about .hero-wrapper {
  padding-top: 82px;
  min-height: 900px;
}
/* line 80, ../sass/_hero-section.scss */
.about .hero-wrapper img {
  text-align: center;
  max-width: 180px;
  margin-bottom: 25px;
}

@media screen and (min-width: 640px) {
  /* line 94, ../sass/_hero-section.scss */
  .bottom-layer {
    background-size: auto 805.5px;
  }

  /* line 97, ../sass/_hero-section.scss */
  .solo-wrapper,
  .hero-wrapper {
    padding: 157px 0 0 0;
  }
  /* line 100, ../sass/_hero-section.scss */
  .solo-wrapper .content,
  .hero-wrapper .content {
    margin: 0 auto;
    max-width: 660px;
  }
  /* line 103, ../sass/_hero-section.scss */
  .solo-wrapper .content h1,
  .hero-wrapper .content h1 {
	  /*
    font-size: 64px;
    line-height: 72px;
	*/
	font-size:calc(100% + 2.5vw);
    line-height: calc(100% + 0.5vw);
  }
  /* line 106, ../sass/_hero-section.scss */
  .solo-wrapper .content h1::after,
  .hero-wrapper .content h1::after {
    max-width: 80%;
    margin: 20px auto 20px auto;
  }
  /* line 111, ../sass/_hero-section.scss */
  .solo-wrapper .content p,
  .hero-wrapper .content p {
    margin: 0 auto;
    /* width: 80%; */
	width: calc(100% + .1vw);
  }

  /* line 124, ../sass/_hero-section.scss */
  .service-support .hero-wrapper .content {
    max-width: 600px;
  }

  /* line 131, ../sass/_hero-section.scss */
  .about .bottom-layer {
    height: 1074px;
    background-color: #edeae8;
    background-size: auto auto;
  }
  /* line 136, ../sass/_hero-section.scss */
  .about .hero-wrapper {
    min-height: 820px;
  }
}
@media screen and (min-width: 768px) {
  /* line 149, ../sass/_hero-section.scss */
  .bottom-layer {
    height: 839px;
    background-position: center 57px;
  }
}
@media screen and (min-width: 1024px) {
  /* line 162, ../sass/_hero-section.scss */
  .bottom-layer {
    background-position: center top;
  }

  /* line 165, ../sass/_hero-section.scss */
  .solo-wrapper,
  .hero-wrapper {
    height: 600px;
    padding: 207px 0 0 0;
  }
  /* line 169, ../sass/_hero-section.scss */
  .solo-wrapper .content,
  .hero-wrapper .content {
    max-width: 600px;
  }
  /* line 171, ../sass/_hero-section.scss */
  .solo-wrapper .content h1,
  .hero-wrapper .content h1 {
	  /*
    font-size: 72px;
    line-height: 84px;
	*/
	
	font-size:calc(100% + 2.5vw);
    line-height: calc(100% + 0.5vw);
	
	
  }
  /* line 174, ../sass/_hero-section.scss */
  .solo-wrapper .content h1::after,
  .hero-wrapper .content h1::after {
    max-width: 90%;
    margin: 20px auto 20px auto;
  }
  /* line 179, ../sass/_hero-section.scss */
  .solo-wrapper .content p,
  .hero-wrapper .content p {
    margin: 0 auto;
    /* width: 75%; */
	width: calc(100% + 1vw);
  }

  /* line 188, ../sass/_hero-section.scss */
  .engine-overview .bottom-layer {
    background-size: auto 644.4px;
  }

  /* line 194, ../sass/_hero-section.scss */
  .service-support .bottom-layer {
    background-image: url("../img/service-support/hero-bg-1600.jpg");
  }

  /* line 199, ../sass/_hero-section.scss */
  .about .bottom-layer {
    background-color: #edeae8;
  }
  /* line 202, ../sass/_hero-section.scss */
  .about .hero-wrapper {
    padding: 157px 0 0 0;
    min-height: 900px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 221, ../sass/_hero-section.scss */
  .bottom-layer {
    height: 1190px;
    background-size: cover !important;
    background-position: center 0;
  }

  /* line 226, ../sass/_hero-section.scss */
  .solo-wrapper,
  .hero-wrapper {
    height: 800px;
    font-size: 18px;
    line-height: 30px;
  }
  /* line 233, ../sass/_hero-section.scss */
  .solo-wrapper .content,
  .hero-wrapper .content {
    max-width: 900px !important;
  }
  /* line 235, ../sass/_hero-section.scss */
  .solo-wrapper .content h1,
  .hero-wrapper .content h1 {
    font-size: 108px;
    line-height: 114px;
	
	/* font-size:calc(100% + 1vw); */
    /* line-height: 1.4em; */
  }
  /* line 238, ../sass/_hero-section.scss */
  .solo-wrapper .content h1::after,
  .hero-wrapper .content h1::after {
    max-width: 50%;
    margin: 60px auto 50px auto;
  }

  /* line 249, ../sass/_hero-section.scss */
  .about .bottom-layer {
    height: 1190px;
    background-size: cover;
    background-position: center 0;
  }
  /* line 254, ../sass/_hero-section.scss */
  .about .hero-wrapper {
    height: auto;
    padding: 216px 0 100px 0;
    min-height: 900px;
  }
  /* line 258, ../sass/_hero-section.scss */
  .about .hero-wrapper .content {
    max-width: 100% !important;
  }
  /* line 259, ../sass/_hero-section.scss */
  .about .hero-wrapper .content img {
    max-width: 220px;
  }
  /* line 264, ../sass/_hero-section.scss */
  .about .hero-wrapper .content p {
    /* max-width: 65% !important; */
	/*max-width: 65% !important; */
	margin-top: 10px;
	max-width: calc(54% + 1vw);
  }

  /* line 272, ../sass/_hero-section.scss */
  .engine-overview .bottom-layer {
    background-position: center -200px;
    background-size: auto 1074px;
  }
}
/* line 1, ../sass/_bios-section.scss */
.bios-wrapper {
  overflow: auto;
}
/* line 4, ../sass/_bios-section.scss */
.bios-wrapper .bio {
  overflow: auto;
  margin: 0 auto;
  max-width: 480px;
  min-height: 400px;
  padding: 100px 0;
}
/* line 11, ../sass/_bios-section.scss */
.bios-wrapper .bio .bio-image {
  margin-bottom: 15px;
}
/* line 12, ../sass/_bios-section.scss */
.bios-wrapper .bio .bio-image img {
  max-width: 150px;
}
/* line 19, ../sass/_bios-section.scss */
.bios-wrapper .bio .details .name-group .name {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
/* line 25, ../sass/_bios-section.scss */
.bios-wrapper .bio .details .name-group .title {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
}
/* line 33, ../sass/_bios-section.scss */
.bios-wrapper .bio .details .info p {
  margin: 0 0 10px 0;
}

/* line 43, ../sass/_bios-section.scss */
.bio-separator::after {
  clear: both;
  content: ' ';
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  margin: 0 auto;
  width: 33%;
}

@media screen and (min-width: 490px) {
  /* line 59, ../sass/_bios-section.scss */
  .bios-wrapper .bio {
    max-width: 930px;
    margin: 0 auto;
  }
  /* line 62, ../sass/_bios-section.scss */
  .bios-wrapper .bio .bio-image {
    float: left;
    width: 50%;
    padding-right: 3%;
    text-align: right;
  }
  /* line 67, ../sass/_bios-section.scss */
  .bios-wrapper .bio .bio-image img {
    max-width: 150px;
    width: 100%;
  }
  /* line 73, ../sass/_bios-section.scss */
  .bios-wrapper .bio .details {
    overflow: auto;
    padding-left: 3%;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 111, ../sass/_bios-section.scss */
  .bios-wrapper .bio .bio-image {
    padding-right: 3%;
  }
  /* line 113, ../sass/_bios-section.scss */
  .bios-wrapper .bio .bio-image img {
    max-width: 200px;
  }
  /* line 117, ../sass/_bios-section.scss */
  .bios-wrapper .bio .details {
    padding-right: 3%;
  }
}
@media screen and (min-width: 1280px) {
  /* line 127, ../sass/_bios-section.scss */
  .bios-wrapper .bio .bio-image {
    padding-right: 5%;
  }
  /* line 129, ../sass/_bios-section.scss */
  .bios-wrapper .bio .bio-image img {
    max-width: 267px;
  }
  /* line 133, ../sass/_bios-section.scss */
  .bios-wrapper .bio .details {
    padding-right: 5%;
  }
}
/* line 3, ../sass/_engine.scss */
.engine-explore .intro-wrapper {
  padding-bottom: 125px;
  background-image: url("/_/img/engine/explore/explore-bg-640.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 320px;
}
/* line 9, ../sass/_engine.scss */
.engine-explore .intro-wrapper .content {
  margin: 0 auto;
  max-width: 320px;
}
/* line 12, ../sass/_engine.scss */
.engine-explore .intro-wrapper .content h1, .engine-explore .intro-wrapper .content p {
  color: #b99b86;
}
/* line 16, ../sass/_engine.scss */
.engine-explore .intro-wrapper .content h1::after {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* line 22, ../sass/_engine.scss */
.engine-explore .intro-wrapper .content p {
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}
/* line 31, ../sass/_engine.scss */
.engine-explore .datasheet-wrapper .content {
  margin: 0 auto;
  max-width: 320px;
}

/* line 38, ../sass/_engine.scss */
.engine-wrapper {
  background-color: #b39e87;
}
/* line 40, ../sass/_engine.scss */
.engine-wrapper .content {
  margin: 0 auto;
  max-width: 320px;
}
/* line 43, ../sass/_engine.scss */
.engine-wrapper .content h2 {
  color: #414042;
}
/* line 48, ../sass/_engine.scss */
.engine-wrapper .content #engine .engine-graphic {
  display: none;
}
/* line 53, ../sass/_engine.scss */
.engine-wrapper .content #engine .callout .callout-hotspot,
.engine-wrapper .content #engine .callout .callout-image {
  display: none;
}
/* line 60, ../sass/_engine.scss */
.engine-wrapper .content #engine .callout .callout-hotspot {
  background: url(../img/engine/explore/callout-hotspot.png) no-repeat;
  width: 37px;
  height: 37px;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 81, ../sass/_engine.scss */
.engine-wrapper .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@media screen and (min-width: 640px) {
  /* line 93, ../sass/_engine.scss */
  .engine-explore .intro-wrapper .content {
    max-width: 400px;
  }
  /* line 95, ../sass/_engine.scss */
  .engine-explore .intro-wrapper .content h1 {
    font-size: 64px;
    line-height: 72px;
  }
  /* line 98, ../sass/_engine.scss */
  .engine-explore .intro-wrapper .content h1::after {
    max-width: 80%;
    margin: 20px auto 20px auto;
  }
}
@media screen and (min-width: 1024px) {
  /* line 112, ../sass/_engine.scss */
  .engine-explore footer {
    position: fixed;
    bottom: 0;
  }
  /* line 114, ../sass/_engine.scss */
  .engine-explore .engine-wrapper {
    padding: 237px 0 200px 0;
    background-color: pink;
    background-color: white;
  }
  /* line 118, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .container {
    padding: 0 0 0 20px;
  }
  /* line 124, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content {
    max-width: 100%;
  }
  /* line 127, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content .intro-desktop {
    float: left;
    max-width: 260px;
  }
  /* line 131, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content .intro-desktop h1, .engine-explore .engine-wrapper .content .intro-desktop p {
    color: #b99b86;
  }
  /* line 134, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content .intro-desktop h1::after {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* line 140, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content .intro-desktop .datasheet p {
    color: #414042;
  }
  /* line 143, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine {
    position: relative;
    float: right;
  }
  /* line 148, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .engine-graphic {
    max-width: 700px;
    display: block;
    position: relative;
  }
  /* line 152, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .engine-graphic img {
    max-width: 100%;
  }
  /* line 156, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .engine-graphic .engine-full-color {
    position: absolute;
    top: 0;
    opacity: 1;
    -moz-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    -webkit-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
  }
  /* line 164, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine:hover .engine-full-color {
    opacity: 0;
  }
  /* line 169, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout {
    position: absolute;
    z-index: 2;
  }
  /* line 173, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout .callout-image, .engine-explore .engine-wrapper .content #engine .callout .callout-copy {
    display: none;
  }
  /* line 177, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout .callout-image {
    position: absolute;
    z-index: 1;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
  }
  /* line 186, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout .callout-copy {
    position: absolute;
    z-index: 3;
    background: #760c28;
    color: #fff;
    padding: 10px;
    width: 200px;
    bottom: 150%;
    left: -83px;
    z-index: 10;
  }
  /* line 197, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout .callout-copy h2 {
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 4px 0;
  }
  /* line 204, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout .callout-copy li {
    font-size: 12px;
    color: #fff;
    margin: 0 0 10px;
    line-height: 1.45;
  }
  /* line 210, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout .callout-copy ul {
    margin: 0 0 0 15px;
    padding: 0;
  }
  /* line 215, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout .callout-copy:after {
    content: " ";
    background: url(../img/engine/explore/arrow-down.png) no-repeat bottom center;
    width: 100%;
    height: 14px;
    position: absolute;
    bottom: -13px;
    left: 0;
  }
  /* line 226, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout .callout-hotspot {
    display: block;
    position: relative;
    z-index: 3;
  }
  /* line 232, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout.active {
    z-index: 10;
  }
  /* line 237, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout:hover .callout-image, .engine-explore .engine-wrapper .content #engine .callout:hover .callout-copy {
    display: block;
  }
  /* line 243, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-1 {
    top: 160.38px;
    left: 74.52px;
  }
  /* line 91, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-1 .callout-image {
    top: -59.13px;
    left: -34.02px;
    width: 223.56px;
    height: 272.97px;
  }
  /* line 97, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-1 .callout-image img {
    width: 223.56px;
    height: 272.97px;
  }
  /* line 246, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-2 {
    top: 42.12px;
    left: 490.86px;
  }
  /* line 91, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-2 .callout-image {
    top: 8.91px;
    left: -45.36px;
    width: 136.89px;
    height: 194.4px;
  }
  /* line 97, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-2 .callout-image img {
    width: 136.89px;
    height: 194.4px;
  }
  /* line 249, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-3 {
    top: 211.41px;
    left: 425.25px;
  }
  /* line 91, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-3 .callout-image {
    top: -134.46px;
    left: -81.81px;
    width: 117.45px;
    height: 171.72px;
  }
  /* line 97, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-3 .callout-image img {
    width: 117.45px;
    height: 171.72px;
  }
  /* line 252, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-4 {
    top: 148.23px;
    left: 318.33px;
  }
  /* line 91, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-4 .callout-image {
    top: -27.54px;
    left: -29.16px;
    width: 107.73px;
    height: 127.17px;
  }
  /* line 97, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-4 .callout-image img {
    width: 107.73px;
    height: 127.17px;
  }
  /* line 255, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-5 {
    top: 144.18px;
    left: 392.04px;
  }
  /* line 91, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-5 .callout-image {
    top: -18.63px;
    left: -31.59px;
    width: 58.32px;
    height: 89.1px;
  }
  /* line 97, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-5 .callout-image img {
    width: 58.32px;
    height: 89.1px;
  }
  /* line 258, ../sass/_engine.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-6 {
    top: 101.25px;
    left: 455.22px;
  }
  /* line 91, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-6 .callout-image {
    top: -25.11px;
    left: -55.08px;
    width: 111.78px;
    height: 148.23px;
  }
  /* line 97, ../sass/_base.scss */
  .engine-explore .engine-wrapper .content #engine .callout.callout-6 .callout-image img {
    width: 111.78px;
    height: 148.23px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 272, ../sass/_engine.scss */
  .engine-wrapper {
    overflow: auto;
  }
  /* line 275, ../sass/_engine.scss */
  .engine-wrapper .container {
    overflow: visible;
  }
  /* line 277, ../sass/_engine.scss */
  .engine-wrapper .content {
    overflow: visible;
  }
  /* line 279, ../sass/_engine.scss */
  .engine-wrapper .content .intro-desktop {
    max-width: 370px !important;
  }
  /* line 284, ../sass/_engine.scss */
  .engine-wrapper .content #engine .engine-graphic {
    max-width: 900px !important;
  }
  /* line 286, ../sass/_engine.scss */
  .engine-wrapper .content #engine .engine-graphic img {
    max-width: 100%;
    display: block;
  }
  /* line 293, ../sass/_engine.scss */
  .engine-wrapper .content #engine .callout.callout-1 {
    top: 198px !important;
    left: 92px !important;
  }
  /* line 75, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-1 .callout-image {
    top: -73px !important;
    left: -42px !important;
    width: 276px !important;
    height: 337px !important;
  }
  /* line 81, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-1 .callout-image img {
    width: 276px !important;
    height: 337px !important;
  }
  /* line 296, ../sass/_engine.scss */
  .engine-wrapper .content #engine .callout.callout-2 {
    top: 52px !important;
    left: 606px !important;
  }
  /* line 75, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-2 .callout-image {
    top: 11px !important;
    left: -56px !important;
    width: 169px !important;
    height: 240px !important;
  }
  /* line 81, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-2 .callout-image img {
    width: 169px !important;
    height: 240px !important;
  }
  /* line 299, ../sass/_engine.scss */
  .engine-wrapper .content #engine .callout.callout-3 {
    top: 261px !important;
    left: 525px !important;
  }
  /* line 75, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-3 .callout-image {
    top: -166px !important;
    left: -101px !important;
    width: 145px !important;
    height: 212px !important;
  }
  /* line 81, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-3 .callout-image img {
    width: 145px !important;
    height: 212px !important;
  }
  /* line 302, ../sass/_engine.scss */
  .engine-wrapper .content #engine .callout.callout-4 {
    top: 183px !important;
    left: 393px !important;
  }
  /* line 75, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-4 .callout-image {
    top: -34px !important;
    left: -36px !important;
    width: 133px !important;
    height: 157px !important;
  }
  /* line 81, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-4 .callout-image img {
    width: 133px !important;
    height: 157px !important;
  }
  /* line 305, ../sass/_engine.scss */
  .engine-wrapper .content #engine .callout.callout-5 {
    top: 178px !important;
    left: 484px !important;
  }
  /* line 75, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-5 .callout-image {
    top: -23px !important;
    left: -39px !important;
    width: 72px !important;
    height: 110px !important;
  }
  /* line 81, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-5 .callout-image img {
    width: 72px !important;
    height: 110px !important;
  }
  /* line 308, ../sass/_engine.scss */
  .engine-wrapper .content #engine .callout.callout-6 {
    top: 125px !important;
    left: 562px !important;
  }
  /* line 75, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-6 .callout-image {
    top: -31px !important;
    left: -68px !important;
    width: 138px !important;
    height: 183px !important;
  }
  /* line 81, ../sass/_base.scss */
  .engine-wrapper .content #engine .callout.callout-6 .callout-image img {
    width: 138px !important;
    height: 183px !important;
  }
}
@media screen and (min-width: 1310px) {
  /* line 321, ../sass/_engine.scss */
  #engine .container {
    overflow: hidden !important;
  }
}
/* line 1, ../sass/_mobile-nav.scss */
.mobile-nav-layer {
  position: fixed;
  background-color: #111111;
  height: 100%;
  width: 100%;
}
/* line 6, ../sass/_mobile-nav.scss */
.mobile-nav-layer a {
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #b99b86;
  text-decoration: none;
  border-bottom: 1px solid #414042;
  padding: 15px 20px;
}
/* line 15, ../sass/_mobile-nav.scss */
.mobile-nav-layer ul li ul li a {
  padding-left: 50px;
}

/* line 27, ../sass/_mobile-nav.scss */
body .page-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
/* line 35, ../sass/_mobile-nav.scss */
body .page-layer header {
  left: 0;
  -moz-transition: left 0.3s ease-in;
  -o-transition: left 0.3s ease-in;
  -webkit-transition: left 0.3s ease-in;
  transition: left 0.3s ease-in;
}
/* line 41, ../sass/_mobile-nav.scss */
body .mobile-nav-layer {
  display: block;
  z-index: 0;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}
/* line 48, ../sass/_mobile-nav.scss */
body .mobile-nav-layer ul {
  opacity: 0;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
/* line 54, ../sass/_mobile-nav.scss */
body #big-video-wrap {
  z-index: 1;
}

/* line 60, ../sass/_mobile-nav.scss */
body.off-canvas-open {
  width: 100%;
  overflow-x: hidden;
}
/* line 64, ../sass/_mobile-nav.scss */
body.off-canvas-open .page-layer {
  overflow: hidden;
  left: 240px;
  position: fixed;
  z-index: 5;
}
/* line 70, ../sass/_mobile-nav.scss */
body.off-canvas-open .page-layer header {
  left: 240px;
}
/* line 75, ../sass/_mobile-nav.scss */
body.off-canvas-open #big-video-wrap {
  left: 240px;
  z-index: 1;
}
/* line 80, ../sass/_mobile-nav.scss */
body.off-canvas-open .mobile-nav-layer ul {
  opacity: 1;
}
/* line 84, ../sass/_mobile-nav.scss */
body.off-canvas-open .bottom-layer {
  left: 240px;
}

@media screen and (min-width: 1024px) {
  /* line 91, ../sass/_mobile-nav.scss */
  body,
  body.off-canvas-open {
    overflow-x: visible;
  }
  /* line 95, ../sass/_mobile-nav.scss */
  body .page-layer,
  body.off-canvas-open .page-layer {
    overflow: visible;
    left: 0;
    position: relative;
  }
  /* line 100, ../sass/_mobile-nav.scss */
  body .page-layer header,
  body.off-canvas-open .page-layer header {
    left: 0;
  }
  /* line 105, ../sass/_mobile-nav.scss */
  body .mobile-nav-layer,
  body.off-canvas-open .mobile-nav-layer {
    display: none !important;
  }
  /* line 108, ../sass/_mobile-nav.scss */
  body .mobile-nav-layer ul,
  body.off-canvas-open .mobile-nav-layer ul {
    opacity: 1;
  }
}
/* line 8, ../sass/_error.scss */
.error-404 .page-layer {
  background-image: url("../img/site/404-bg-1600.jpg");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center 57px !important;
}
/* line 12, ../sass/_error.scss */
.error-404 .solo-wrapper {
  padding: 107px 0 50px 0;
  height: auto;
}
/* line 16, ../sass/_error.scss */
.error-404 .solo-wrapper .content h1::after {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
/* line 21, ../sass/_error.scss */
.error-404 .solo-wrapper .content p {
  margin: 10px auto;
  color: #b99b86;
}
/* line 25, ../sass/_error.scss */
.error-404 .solo-wrapper .content .lead {
  color: white;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  /* line 36, ../sass/_error.scss */
  .error-404 .solo-wrapper {
    padding: 132px 0 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 45, ../sass/_error.scss */
  .error-404 {
    background-image: url("../img/site/404-bg-1600.jpg");
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center 116px !important;
  }
  /* line 46, ../sass/_error.scss */
  .error-404 .page-layer {
    background: none;
  }
  /* line 52, ../sass/_error.scss */
  .error-404 .solo-wrapper {
    padding: 166px 0 150px 0;
  }
  /* line 56, ../sass/_error.scss */
  .error-404 .solo-wrapper .content h1::after {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
  /* line 61, ../sass/_error.scss */
  .error-404 .solo-wrapper .content p {
    margin: 10px auto;
    color: #b99b86;
  }
  /* line 65, ../sass/_error.scss */
  .error-404 .solo-wrapper .content .lead {
    color: white;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1280px) {
  /* line 79, ../sass/_error.scss */
  .error-404 .solo-wrapper {
    padding: 196px 0 100px 0;
  }
  /* line 81, ../sass/_error.scss */
  .error-404 .solo-wrapper a {
    background-size: 8px 16px;
    padding-right: 25px;
  }
}
/* line 2, ../sass/_mygehonda.scss */
.mygehonda .page-layer {
  background: #111;
}
/* line 5, ../sass/_mygehonda.scss */
.mygehonda footer {
  border-top: 1px solid #414042;
}
/* line 8, ../sass/_mygehonda.scss */
.mygehonda .solo-wrapper {
  height: auto !important;
  padding: 107px 0 50px 0;
}
/* line 12, ../sass/_mygehonda.scss */
.mygehonda .solo-wrapper .content h1::after {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}
/* line 18, ../sass/_mygehonda.scss */
.mygehonda .solo-wrapper .content p {
  margin: 10px auto;
  color: #b99b86;
  width: 80%;
}
/* line 23, ../sass/_mygehonda.scss */
.mygehonda .solo-wrapper .content .lead {
  color: white;
  margin-bottom: 40px;
  width: 85%;
}

@media screen and (min-width: 640px) {
  /* line 35, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper {
    padding: 132px 0 50px 0;
  }
  /* line 38, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper .content p {
    width: 60%;
  }
  /* line 41, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper .content .lead {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  /* line 53, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper {
    padding: 132px 0 50px 0;
  }
}
@media screen and (min-width: 1024px) {
  /* line 68, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper {
    padding: 207px 0 50px 0;
  }
  /* line 71, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper .content p {
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  /* line 86, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper .content h1::after {
    max-width: 90%;
  }
  /* line 89, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper .content .lead {
    width: 70%;
  }
  /* line 92, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper .content p {
    width: 40%;
  }
  /* line 95, ../sass/_mygehonda.scss */
  .mygehonda .solo-wrapper .content a {
    background-size: 8px 16px;
    padding-right: 25px;
  }
}
/* line 8, ../sass/_contact.scss */
.contact .page-layer {
  background-image: url("../img/contact/contact-bg-640.jpg");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center -93px !important;
}

/* line 16, ../sass/_contact.scss */
.contact-form {
  background: #031f2b;
}
/* line 18, ../sass/_contact.scss */
.contact-form .contact-wrapper {
  height: auto;
  padding: 107px 0 50px 0;
}
/* line 24, ../sass/_contact.scss */
.contact-form .contact-form-wrapper {
  position: relative;
}
/* line 29, ../sass/_contact.scss */
.contact-form .contact-form-wrapper .error {
  border: 1px solid red;
}
/* line 32, ../sass/_contact.scss */
.contact-form .contact-form-wrapper h1 {
  text-align: center;
}
/* line 36, ../sass/_contact.scss */
.contact-form .contact-form-wrapper #contact_form {
  margin-top: 20px;
  position: relative;
}
/* line 40, ../sass/_contact.scss */
.contact-form .contact-form-wrapper #contact_form input[type=text],
.contact-form .contact-form-wrapper #contact_form input[type=email],
.contact-form .contact-form-wrapper #contact_form textarea {
  width: 100%;
  padding: 5px 10px;
  margin: 7px 0;
  border: 1px solid #fff;
  color: #b99b86;
}
/* line 49, ../sass/_contact.scss */
.contact-form .contact-form-wrapper #contact_form input[type=text]:focus,
.contact-form .contact-form-wrapper #contact_form input[type=email]:focus,
.contact-form .contact-form-wrapper #contact_form textarea:focus {
  outline: none;
}
/* line 53, ../sass/_contact.scss */
.contact-form .contact-form-wrapper #contact_form input[type=text].error,
.contact-form .contact-form-wrapper #contact_form input[type=email].error,
.contact-form .contact-form-wrapper #contact_form textarea.error {
  border: 1px solid red;
}
/* line 58, ../sass/_contact.scss */
.contact-form .contact-form-wrapper #contact_form .form-action input {
  border: none;
  background: #fff;
  color: #b99b86;
  border-radius: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
}
/* line 69, ../sass/_contact.scss */
.contact-form .contact-form-wrapper .location-info {
  padding-bottom: 50px;
  line-height: 1.5em;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  /* line 80, ../sass/_contact.scss */
  .contact .page-layer {
    background-image: url("../img/contact/contact-bg-640.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-image: url("../img/contact/contact-bg-1600.jpg") !important;
    background-position: center 57px !important;
    background-size: auto 80% !important;
  }

  /* line 91, ../sass/_contact.scss */
  .contact-form .solo-wrapper {
    padding: 132px 0 50px 0;
  }
  /* line 94, ../sass/_contact.scss */
  .contact-form .solo-wrapper .content p {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  /* line 105, ../sass/_contact.scss */
  .contact {
    background-image: url("../img/contact/contact-bg-640.jpg");
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center 116px !important;
    background-image: url("../img/contact/contact-bg-1600.jpg") !important;
  }
  /* line 106, ../sass/_contact.scss */
  .contact .page-layer {
    background: none !important;
  }

  /* line 117, ../sass/_contact.scss */
  .contact-form .solo-wrapper {
    padding: 166px 0 70px 0;
  }

  /* line 122, ../sass/_contact.scss */
  .contact-thank-you .solo-wrapper {
    height: auto;
    padding: 216px 0 95px 0;
  }

  /* line 129, ../sass/_contact.scss */
  .contact-form .page-layer {
    background: none;
  }
  /* line 133, ../sass/_contact.scss */
  .contact-form .contact-form-wrapper #contact_form {
    width: 625px;
    margin: 0 auto 0 auto;
  }
  /* line 138, ../sass/_contact.scss */
  .contact-form .contact-form-wrapper #contact_form .form-left {
    width: 260px;
    float: left;
  }
  /* line 143, ../sass/_contact.scss */
  .contact-form .contact-form-wrapper #contact_form .form-right {
    width: 350px;
    float: right;
  }
  /* line 148, ../sass/_contact.scss */
  .contact-form .contact-form-wrapper #contact_form input[type=text],
  .contact-form .contact-form-wrapper #contact_form input[type=email],
  .contact-form .contact-form-wrapper #contact_form textarea {
    margin: 9px 0;
  }
  /* line 154, ../sass/_contact.scss */
  .contact-form .contact-form-wrapper #contact_form .form-action {
    clear: both;
    text-align: right;
  }
  /* line 160, ../sass/_contact.scss */
  .contact-form .contact-form-wrapper .location-info {
    clear: both;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  /* line 173, ../sass/_contact.scss */
  .contact-form .contact-form-wrapper .location-info a {
    background-size: 8px 16px;
    padding-right: 25px;
  }
}
/* line 182, ../sass/_contact.scss */
.ie8-copy {
  display: none;
}

/* line 186, ../sass/_contact.scss */
.ie8 .form-left,
.ie8 .form-right,
.ie8 .form-action {
  display: none;
}
/* line 192, ../sass/_contact.scss */
.ie8 .ie8-copy {
  display: block;
}
/* line 194, ../sass/_contact.scss */
.ie8 .ie8-copy a {
  padding-right: 0;
  background: none;
}

/* line 2, ../sass/_news-media.scss */
.news-media .solo-wrapper {
  padding: 107px 0 50px 0;
  background: #f6f6f6;
  height: auto;
}
/* line 7, ../sass/_news-media.scss */
.news-media .solo-wrapper .content h1 {
  color: #b99b86 !important;
}
/* line 10, ../sass/_news-media.scss */
.news-media .solo-wrapper .content h1::after {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
/* line 21, ../sass/_news-media.scss */
.news-media .solo-wrapper .content,
.news-media .recent-releases-wrapper .content,
.news-media .tradeshows-wrapper .content {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
/* line 29, ../sass/_news-media.scss */
.news-media .recent-releases-wrapper {
  background: #e5e7e7;
}
/* line 31, ../sass/_news-media.scss */
.news-media .recent-releases-wrapper .release {
  margin-bottom: 25px;
}
/* line 37, ../sass/_news-media.scss */
.news-media .press-release-wrapper {
  background: #f6f6f6;
  padding: 107px 0 50px 0;
}
/* line 41, ../sass/_news-media.scss */
.news-media .press-release-wrapper .content {
  margin: 0 auto;
  max-width: 560px;
}
/* line 45, ../sass/_news-media.scss */
.news-media .press-release-wrapper h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 49, ../sass/_news-media.scss */
.news-media .press-release-wrapper .date {
  margin-bottom: 10px;
}
/* line 52, ../sass/_news-media.scss */
.news-media .press-release-wrapper h3 {
  font-weight: 800;
  font-size: 30px;
  line-height: 1.33;
  margin-bottom: 40px;
}
/* line 58, ../sass/_news-media.scss */
.news-media .press-release-wrapper .quote {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #b99b86;
  font-size: 20px;
  line-height: 1.2;
}
/* line 65, ../sass/_news-media.scss */
.news-media .press-release-wrapper .list-lead {
  margin-bottom: 0;
}
/* line 68, ../sass/_news-media.scss */
.news-media .press-release-wrapper .footnote {
  font-size: 12px;
}

/* line 80, ../sass/_news-media.scss */
.press-release .wrapper .content a {
  background: none !important;
  padding-right: 0  !important;
}

@media screen and (min-width: 640px) {
  /* line 94, ../sass/_news-media.scss */
  .news-media .solo-wrapper .content {
    max-width: 490px;
  }
  /* line 99, ../sass/_news-media.scss */
  .news-media .solo-wrapper .content h1::after {
    margin-left: 0	!important;
    margin-right: 0	!important;
    width: 100%         !important;
  }
  /* line 105, ../sass/_news-media.scss */
  .news-media .solo-wrapper .content p {
    width: 100%;
  }
 
}
@media screen and (min-width: 1024px) {
  /* line 119, ../sass/_news-media.scss */
  .news-media .section-nav-wrapper ul {
    margin-left: 586px;
  }
  /* line 127, ../sass/_news-media.scss */
  .news-media .desktop-wrapper {
    padding: 216px 0 100px 0;
    height: auto;
    overflow: auto;
  }
  /* line 131, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .chunk {
    float: left;
  }

  /* line 135, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .intro {
    width: 50%;
  }

  /* line 137, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .intro h1 {
    color: #b99b86;
  }
  /* line 141, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .intro .content {
    max-width: 84%;
  }
  /* line 143, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .intro .content p {
    width: 90%;
  }
  /* line 146, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .releases-tradeshows {
    width: 50%;
  }
  /* line 149, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .releases-tradeshows .content .release {
    margin-bottom: 25px;
  }
  /* line 157, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .releases-tradeshows .content .archive-link {
    margin-bottom: 25px;
  }
  /* line 162, ../sass/_news-media.scss */
  .news-media .desktop-wrapper .tradeshows {
    border-top: 1px solid #b99b86;
  }
  /* line 168, ../sass/_news-media.scss */
  .news-media .press-release-wrapper {
    padding: 266px 0 50px 0;
  }
}
