/* Media Query Mixin */
/* Based off of: http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/ */
/*** FONTS ***/
/*** COLORS ***/
/* Media Query Mixin */
/* Based off of: http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/ */
/*** FONTS ***/
/*** COLORS ***/
html body section#content-islands {
  width: 100%;
  margin-bottom: 5px; }
  @media screen and (max-width: 768px) {
    html body section#content-islands {
      margin-bottom: 0px; } }
  html body section#content-islands div.content-island-wrap {
    width: 100%;
    display: table; }
    @media screen and (max-width: 768px) {
      html body section#content-islands div.content-island-wrap {
        display: block; } }
    html body section#content-islands div.content-island-wrap div.content-island {
      cursor: pointer;
      width: 50%;
      height: 185px;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      @media screen and (max-width: 1400px) {
        html body section#content-islands div.content-island-wrap div.content-island {
          background-size: auto 100%; } }
      @media screen and (max-width: 768px) {
        html body section#content-islands div.content-island-wrap div.content-island {
          width: 100%;
          height: 160px;
          display: block;
          margin-bottom: 5px;
          background-size: cover; } }
      @media screen and (max-width: 480px) {
        html body section#content-islands div.content-island-wrap div.content-island {
          height: 125px; } }
      @media screen and (min-width: 769px) {
        html body section#content-islands div.content-island-wrap div.content-island:hover a.island-inner div.island-overlay {
          opacity: 1; }
        html body section#content-islands div.content-island-wrap div.content-island:hover.about-us a.island-inner div.island-button {
          width: 303px; }
        html body section#content-islands div.content-island-wrap div.content-island:hover.savor a.island-inner div.island-button {
          width: 233px; }
        html body section#content-islands div.content-island-wrap div.content-island:hover.products a.island-inner div.island-button {
          width: 284px; } }
      html body section#content-islands div.content-island-wrap div.content-island.left {
        text-align: right; }
        @media screen and (max-width: 768px) {
          html body section#content-islands div.content-island-wrap div.content-island.left {
            text-align: left; } }
        html body section#content-islands div.content-island-wrap div.content-island.left a.island-inner div.island-button {
          left: 35px; }
          @media screen and (max-width: 768px) {
            html body section#content-islands div.content-island-wrap div.content-island.left a.island-inner div.island-button {
              left: auto;
              right: 0; } }
          html body section#content-islands div.content-island-wrap div.content-island.left a.island-inner div.island-button div.button-inner {
            background-image: url("/assets/images/content-islands/arrow-left@2x.png");
            background-position: 10px center; }
            @media screen and (max-width: 768px) {
              html body section#content-islands div.content-island-wrap div.content-island.left a.island-inner div.island-button div.button-inner {
                background-image: url("/assets/images/content-islands/arrow-right@2x.png");
                background-position: calc(100% - 5px) center;
                padding: 0; } }
            html body section#content-islands div.content-island-wrap div.content-island.left a.island-inner div.island-button div.button-inner div.table {
              left: 55px; }
              html body section#content-islands div.content-island-wrap div.content-island.left a.island-inner div.island-button div.button-inner div.table div.table-cell span.text {
                padding: 0 40px 0 20px; }
      html body section#content-islands div.content-island-wrap div.content-island.right {
        text-align: left; }
        html body section#content-islands div.content-island-wrap div.content-island.right a.island-inner div.island-button {
          right: 35px; }
          @media screen and (max-width: 768px) {
            html body section#content-islands div.content-island-wrap div.content-island.right a.island-inner div.island-button {
              right: 0; } }
          html body section#content-islands div.content-island-wrap div.content-island.right a.island-inner div.island-button div.button-inner {
            background-image: url("/assets/images/content-islands/arrow-right@2x.png");
            background-position: calc(100% - 10px) center; }
            @media screen and (max-width: 768px) {
              html body section#content-islands div.content-island-wrap div.content-island.right a.island-inner div.island-button div.button-inner {
                background-position: calc(100% - 5px) center;
                padding: 0; } }
            html body section#content-islands div.content-island-wrap div.content-island.right a.island-inner div.island-button div.button-inner div.table {
              right: 55px; }
              html body section#content-islands div.content-island-wrap div.content-island.right a.island-inner div.island-button div.button-inner div.table div.table-cell span.text {
                padding: 0 20px 0 40px; }
      html body section#content-islands div.content-island-wrap div.content-island.about-us {
        background-image: url("/assets/images/content-islands/about-us.jpg"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          html body section#content-islands div.content-island-wrap div.content-island.about-us {
            background-image: url("/assets/images/content-islands/about-us@2x.jpg"); } }
      html body section#content-islands div.content-island-wrap div.content-island.products {
        background-image: url("/assets/images/content-islands/products.jpg"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          html body section#content-islands div.content-island-wrap div.content-island.products {
            background-image: url("/assets/images/content-islands/products@2x.jpg"); } }
      html body section#content-islands div.content-island-wrap div.content-island.savor {
        background-image: url("/assets/images/content-islands/savor.jpg"); }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          html body section#content-islands div.content-island-wrap div.content-island.savor {
            background-image: url("/assets/images/content-islands/savor@2x.jpg"); } }
      html body section#content-islands div.content-island-wrap div.content-island a.island-inner {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0 65px 0 65px;
        position: relative;
        text-decoration: none; }
        @media screen and (min-width: 769px) and (max-width: 1024px) {
          html body section#content-islands div.content-island-wrap div.content-island a.island-inner {
            padding: 0 60px 0 50px; } }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          html body section#content-islands div.content-island-wrap div.content-island a.island-inner {
            padding: 0 0 0 40px; } }
        @media screen and (max-width: 480px) {
          html body section#content-islands div.content-island-wrap div.content-island a.island-inner {
            padding: 0 0 0 20px; } }
        html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.island-overlay {
          opacity: 0;
          transition: opacity .2s linear;
          position: absolute;
          z-index: 15;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.4); }
        html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.table {
          width: 100%;
          height: 100%;
          display: table; }
          html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.table div.table-cell {
            width: 100%;
            display: table-cell;
            vertical-align: middle; }
        html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.text-wrap div.title {
          color: #fff;
          font-family: DesirePro, "Times New Roman", Times;
          font-size: 90px;
          line-height: 90px;
          letter-spacing: 3px; }
          @media screen and (min-width: 769px) and (max-width: 1024px) {
            html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.text-wrap div.title {
              font-size: 80px;
              line-height: 80px; } }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.text-wrap div.title {
              font-size: 65px;
              line-height: 65px; } }
          @media screen and (max-width: 480px) {
            html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.text-wrap div.title {
              font-size: 50px;
              line-height: 50px;
              letter-spacing: 2px; } }
        html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.island-button {
          position: absolute;
          top: calc(50% - 27px);
          z-index: 20;
          height: 55px;
          width: 55px;
          transition: width .3s linear;
          overflow: hidden;
          background-color: rgba(196, 136, 45, 0.9); }
          @media screen and (max-width: 768px) {
            html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.island-button {
              top: calc(50% - 20px);
              width: 40px;
              height: 40px; } }
          html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.island-button div.button-inner {
            height: 100%;
            background-repeat: no-repeat;
            background-size: 35px;
            position: relative; }
            @media screen and (max-width: 768px) {
              html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.island-button div.button-inner {
                padding: 0;
                background-size: 27px; } }
            html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.island-button div.button-inner div.table {
              width: auto;
              position: absolute;
              top: 0; }
              @media screen and (max-width: 768px) {
                html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.island-button div.button-inner div.table {
                  display: none; } }
              html body section#content-islands div.content-island-wrap div.content-island a.island-inner div.island-button div.button-inner div.table div.table-cell span.text {
                display: block;
                padding: 0 15px;
                white-space: nowrap;
                font-family: "museo-sans", sans-serif;
                color: #fff;
                font-size: 16px;
                line-height: 16px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 2px; }

html body div#page-wrap div.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 1200px) {
    html body div#page-wrap div.inner {
      padding: 0 20px; } }
html body div#page-wrap section {
  display: block;
  margin: 0 0 5px 0; }
  html body div#page-wrap section div.inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative; }
    @media screen and (max-width: 1200px) {
      html body div#page-wrap section div.inner {
        padding: 0 20px; } }
    html body div#page-wrap section div.inner div.text-container {
      max-width: 450px; }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section div.inner div.text-container {
          text-align: center; } }
  html body div#page-wrap section div.text-wrap {
    background-repeat: no-repeat; }
    html body div#page-wrap section div.text-wrap.yellow-border-top {
      margin-top: 15px;
      padding-top: 50px;
      background-image: url("/assets/images/about/brush-stroke-horizontal@2x.png");
      background-position: center 3px;
      background-size: 234px 10px; }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section div.text-wrap.yellow-border-top {
          padding-top: 30px;
          background-size: 180px 8px; } }
    html body div#page-wrap section div.text-wrap.yellow-border-left {
      padding-left: 40px;
      padding-top: 20px;
      padding-bottom: 30px;
      background-image: url("/assets/images/about/brush-stroke-vertical@2x.png");
      background-position: 1px center;
      background-size: 10px 172px; }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section div.text-wrap.yellow-border-left {
          padding-left: 0;
          padding-bottom: 0;
          margin-top: 15px;
          padding-top: 30px;
          background-size: 180px 8px;
          background-image: url("/assets/images/about/brush-stroke-horizontal@2x.png");
          background-position: center 3px; } }
  html body div#page-wrap section div.title {
    font-family: DesirePro, "Times New Roman", Times;
    color: #2f2b28;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: 3px; }
    @media screen and (min-width: 769px) and (max-width: 1024px) {
      html body div#page-wrap section div.title {
        font-size: 80px;
        line-height: 80px; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      html body div#page-wrap section div.title {
        font-size: 65px;
        line-height: 65px; } }
    @media screen and (max-width: 480px) {
      html body div#page-wrap section div.title {
        font-size: 50px;
        line-height: 50px;
        letter-spacing: 2px; } }
    html body div#page-wrap section div.title.white {
      color: #fff; }
  html body div#page-wrap section div.text-wrap.white p {
    color: #fff; }
  html body div#page-wrap section p {
    padding: 0;
    margin: 0;
    font-family: "museo-sans", sans-serif;
    color: #2f2b28;
    font-size: 17px;
    line-height: 34px;
    font-weight: 300; }
    @media screen and (max-width: 480px) {
      html body div#page-wrap section p {
        font-size: 15px;
        line-height: 24px; } }
html body div#page-wrap div.table {
  display: table;
  width: 100%;
  height: 100%; }
  html body div#page-wrap div.table div.table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
html body div#page-wrap section#page-header {
  height: 625px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("/assets/images/about/page-header.jpg");background-color: #666666;
  text-align: center; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    html body div#page-wrap section#page-header {
      background-image: url("/assets/images/about/page-header@2x.jpg"); } }
  @media screen and (min-width: 769px) and (max-width: 1200px) {
    html body div#page-wrap section#page-header {
      height: 536px;
      background-image: url("/assets/images/about/page-header-1200.jpg"); } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    html body div#page-wrap section#page-header {
      height: 330px;
      background-image: url("/assets/images/about/page-header-768.jpg"); } }
  @media only screen and (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 481px) and (max-width: 768px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 481px) and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 481px) and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 481px) and (max-width: 768px) and (min-resolution: 192dpi), only screen and (min-width: 481px) and (max-width: 768px) and (min-resolution: 2dppx) {
    html body div#page-wrap section#page-header {
      background-image: url("/assets/images/about/page-header.jpg"); } }

  @media screen and (max-width: 480px) {
    html body div#page-wrap section#page-header {
      height: 320px;
      background-image: url("/assets/images/about/page-header-480.jpg"); } }
  @media only screen and (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 480px) and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-resolution: 192dpi), only screen and (max-width: 480px) and (min-resolution: 2dppx) {
    html body div#page-wrap section#page-header {
      background-image: url("/assets/images/about/page-header-480@2x.jpg"); } }

  html body div#page-wrap section#page-header div.inner {
    height: 100%; }
    html body div#page-wrap section#page-header div.inner h1 {
      padding: 0;
      margin: 0;
      background-repeat: no-repeat;
      background-position: center calc(100% - 35px);
      background-size: 347px 5px;
      background-image: url("/assets/images/header-line@2x.png");
      font-family: DesirePro, "Times New Roman", Times;
      color: #fff;
      font-size: 190px;
      line-height: 190px; }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        html body div#page-wrap section#page-header div.inner h1 {
          background-position: center calc(100% - 28px);
          font-size: 150px;
          line-height: 150px; } }
      @media screen and (min-width: 481px) and (max-width: 768px) {
        html body div#page-wrap section#page-header div.inner h1 {
          background-position: center calc(100% - 14px);
          font-size: 115px;
          line-height: 115px; } }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section#page-header div.inner h1 {
          background-position: center calc(100% - 15px);
          background-size: 230px 3px;
          font-size: 100px;
          line-height: 100px; } }
    html body div#page-wrap section#page-header div.inner h2 {
      padding: 0;
      margin: 0;
      font-family: "museo-sans", sans-serif;
      color: #fff;
      font-size: 22px;
      line-height: 22px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 2px; }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section#page-header div.inner h2 {
          max-width: 160px;
          margin: 0 auto;
          font-size: 16px;
          line-height: 25px; } }
html body div#page-wrap section#our-namesake {
  padding: 170px 0 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/images/about/namesake-bg.jpg"); }
  @media screen and (min-width: 1025px) and (max-width: 1200px) {
    html body div#page-wrap section#our-namesake {
      background-position: calc(100% + 50px) center; } }
  @media screen and (max-width: 1024px) {
    html body div#page-wrap section#our-namesake {
      padding: 230px 0 40px;
      background-size: auto 100%;
      background-image: url("/assets/images/about/namesake-bg-mobile.png"); } }
  @media screen and (max-width: 1024px) {
    html body div#page-wrap section#our-namesake div.inner div.text-container {
      text-align: center;
      margin: 0 auto; } }
  @media screen and (max-width: 1024px) {
    html body div#page-wrap section#our-namesake div.inner div.text-container div.text-wrap.yellow-border-left {
      padding-left: 0;
      padding-bottom: 0;
      margin-top: 15px;
      padding-top: 30px;
      background-size: 234px 10px;
      background-image: url("/assets/images/about/brush-stroke-horizontal@2x.png");
      background-position: center 3px; } }
  @media screen and (max-width: 480px) {
    html body div#page-wrap section#our-namesake div.inner div.text-container div.text-wrap.yellow-border-left {
      background-size: 180px 8px; } }
html body div#page-wrap section#our-approach {
  padding: 110px 0 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/images/about/approach-bg.jpg"); }
  @media screen and (max-width: 480px) {
    html body div#page-wrap section#our-approach {
      padding: 60px 15px 70px;
      background-image: url("/assets/images/about/approach-bg-mobile.png"); } }
  @media screen and (min-width: 481px) and (max-width: 840px) {
    html body div#page-wrap section#our-approach {
      padding: 70px 15px 100px; } }
  html body div#page-wrap section#our-approach div.box-wrap {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    border: 8px solid rgba(255, 255, 255, 0.32);
    padding: 18px;
    text-align: center; }
    @media screen and (min-width: 481px) and (max-width: 840px) {
      html body div#page-wrap section#our-approach div.box-wrap {
        border-width: 6px;
        padding: 12px; } }
    @media screen and (max-width: 480px) {
      html body div#page-wrap section#our-approach div.box-wrap {
        border-width: 4px;
        padding: 10px; } }
    html body div#page-wrap section#our-approach div.box-wrap div.box-inner {
      padding: 90px 0 120px;
      background-color: rgba(255, 255, 255, 0.83); }
      @media screen and (min-width: 481px) and (max-width: 840px) {
        html body div#page-wrap section#our-approach div.box-wrap div.box-inner {
          padding: 60px 0 90px; } }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section#our-approach div.box-wrap div.box-inner {
          padding: 50px 0 55px; } }
      html body div#page-wrap section#our-approach div.box-wrap div.box-inner div.text-container {
        max-width: 420px;
        margin: 0 auto; }
        @media screen and (max-width: 480px) {
          html body div#page-wrap section#our-approach div.box-wrap div.box-inner div.text-container {
            max-width: 95%; } }
        html body div#page-wrap section#our-approach div.box-wrap div.box-inner div.text-container div.text-wrap {
          max-width: 400px;
          margin-left: auto;
          margin-right: auto; }
html body div#page-wrap section#our-salumiere {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/images/about/salumiere-texture.jpg"); }
  @media screen and (max-width: 480px) {
    html body div#page-wrap section#our-salumiere {
      background-image: url("/assets/images/about/salumiere-texture-mobile.png"); } }
  html body div#page-wrap section#our-salumiere div.section-inner {
    width: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    background-image: url("/assets/images/about/salumiere-bg.png"); background-color: #666666; }
    @media screen and (min-width: 769px) and (max-width: 1200px) {
      html body div#page-wrap section#our-salumiere div.section-inner {
        background-position: calc(50% - 100px) center; } }
    @media screen and (min-width: 481px) and (max-width: 768px) {
      html body div#page-wrap section#our-salumiere div.section-inner {
        background-position: calc(50% - 100px) center; } }
    @media screen and (max-width: 480px) {
      html body div#page-wrap section#our-salumiere div.section-inner {
        background-image: url("/assets/images/about/salumiere-bg-mobile.png");
        background-size: auto;
        background-position: center top; } }
    html body div#page-wrap section#our-salumiere div.section-inner div.inner {
      padding-top: 270px;
      padding-bottom: 160px; }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        html body div#page-wrap section#our-salumiere div.section-inner div.inner {
          padding-top: 190px; } }
      @media screen and (min-width: 481px) and (max-width: 768px) {
        html body div#page-wrap section#our-salumiere div.section-inner div.inner {
          padding-top: 200px; } }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section#our-salumiere div.section-inner div.inner {
          padding-top: 290px;
          padding-bottom: 55px; } }
      html body div#page-wrap section#our-salumiere div.section-inner div.inner img.meet-lorenzo {
        display: block;
        width: 100%;
        max-width: 315px;
        height: auto;
        position: absolute;
        z-index: 20;
        top: -75px;
        left: -55px; }
        @media screen and (min-width: 1025px) and (max-width: 1300px) {
          html body div#page-wrap section#our-salumiere div.section-inner div.inner img.meet-lorenzo {
            left: 5px; } }
        @media screen and (min-width: 769px) and (max-width: 1024px) {
          html body div#page-wrap section#our-salumiere div.section-inner div.inner img.meet-lorenzo {
            max-width: 245px;
            top: -60px;
            left: 5px; } }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          html body div#page-wrap section#our-salumiere div.section-inner div.inner img.meet-lorenzo {
            max-width: 235px;
            top: -40px;
            left: 5px; } }
        @media screen and (max-width: 480px) {
          html body div#page-wrap section#our-salumiere div.section-inner div.inner img.meet-lorenzo {
            max-width: 170px;
            top: -35px;
            left: 5px; } }
      html body div#page-wrap section#our-salumiere div.section-inner div.inner div.text-container {
        max-width: 475px; }
html body div#page-wrap section#about-quote {
  margin-top: -100px; }
  @media screen and (max-width: 480px) {
    html body div#page-wrap section#about-quote {
      margin-top: -15px; } }
  html body div#page-wrap section#about-quote div.inner {
    padding: 0; }
    html body div#page-wrap section#about-quote div.inner div.quote-box {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 65px 0 75px;
      text-align: center;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-image: url("/assets/images/about/paper-texture-background.png"); }
      @media screen and (min-width: 481px) and (max-width: 768px) {
        html body div#page-wrap section#about-quote div.inner div.quote-box {
          padding: 45px 0 50px; } }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section#about-quote div.inner div.quote-box {
          padding: 30px 0 35px;
          background-size: auto 100%; } }
      html body div#page-wrap section#about-quote div.inner div.quote-box div.text-container {
        max-width: 820px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          html body div#page-wrap section#about-quote div.inner div.quote-box div.text-container {
            padding: 0 15px; } }
        html body div#page-wrap section#about-quote div.inner div.quote-box div.text-container div.text-wrap p {
          font-size: 40px;
          line-height: 55px;
          font-weight: 100; }
          @media screen and (min-width: 481px) and (max-width: 768px) {
            html body div#page-wrap section#about-quote div.inner div.quote-box div.text-container div.text-wrap p {
              font-size: 28px;
              line-height: 34px; } }
          @media screen and (max-width: 480px) {
            html body div#page-wrap section#about-quote div.inner div.quote-box div.text-container div.text-wrap p {
              font-size: 20px;
              line-height: 26px; } }
html body div#page-wrap section#our-home {
  padding: 90px 0 190px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: auto 685px;
  background-position: center calc(100% - 50px);
  background-image: url("/assets/images/about/our-home-bg.jpg"); }
  @media screen and (min-width: 481px) and (max-width: 1200px) {
    html body div#page-wrap section#our-home {
      padding-top: 40px;
      padding-bottom: 100px;
      background-position: center calc(100% + 30px); } }
  @media screen and (max-width: 480px) {
    html body div#page-wrap section#our-home {
      padding: 60px 0 30px;
      background-position: center calc(100% + 160px); } }
  html body div#page-wrap section#our-home div.inner div.text-container {
    max-width: 500px;
    margin: 0 auto; }
  html body div#page-wrap section#our-home div.inner img.san-valley {
    display: block;
    width: 100%;
    max-width: 400px;
    height: auto;
    margin: 30px auto 0 auto; }
    @media screen and (max-width: 480px) {
      html body div#page-wrap section#our-home div.inner img.san-valley {
        max-width: 290px; } }

/*# sourceMappingURL=about.css.map */
