/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../scss/_basestyles.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/* line 21, ../scss/_basestyles.scss */
body {
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  line-height: 1.4;
  font-family: Helvetica, Arial, sans-serif; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 35, ../scss/_basestyles.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 40, ../scss/_basestyles.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 49, ../scss/_basestyles.scss */
a {
  text-decoration: none; }

/* line 51, ../scss/_basestyles.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 65, ../scss/_basestyles.scss */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 76, ../scss/_basestyles.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 86, ../scss/_basestyles.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 94, ../scss/_basestyles.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/*===================== break points mixin ==================*/
/*===================== font size mixin ===============*/
/*===================== Variables =====================*/
/* ==================== font icon =====================*/
@font-face {
  font-family: "platinum";
  src: url("fonts/platinum.eot");
  src: url("fonts/platinum.eot?#iefix") format("embedded-opentype"), url("fonts/platinum.woff") format("woff"), url("fonts/platinum.ttf") format("truetype"), url("fonts/platinum.svg#platinum") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 61, ../scss/_base.scss */
[data-icon]:before {
  font-family: "platinum" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 74, ../scss/_base.scss */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "platinum" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* CSS Document */
/* =============================================================================
   RESET STYLES
   ========================================================================== */
/* line 7, ../scss/_text.scss */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 unit for REMs */ }

/* line 8, ../scss/_text.scss */
body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

/* line 10, ../scss/_text.scss */
::-moz-selection {
  color: #fff;
  text-shadow: none; }

/* line 11, ../scss/_text.scss */
::selection {
  color: #fff;
  text-shadow: none; }

/* THIS CAN GO */
/* line 14, ../scss/_text.scss */
a:hover, a:active, a:selected, a:visited, a img {
  border: 0;
  outline: none !important; }

/* line 16, ../scss/_text.scss */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* line 18, ../scss/_text.scss */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* line 19, ../scss/_text.scss */
svg:not(:root) {
  overflow: hidden; }

/* line 21, ../scss/_text.scss */
form {
  margin: 0; }

/* line 22, ../scss/_text.scss */
fieldset {
  border: 0;
  margin: 0;
  /*padding: 0;*/ }

/* line 23, ../scss/_text.scss */
label {
  cursor: pointer; }

/* line 24, ../scss/_text.scss */
legend {
  border: 0;
  padding: 0;
  white-space: normal; }

/* line 25, ../scss/_text.scss */
button, input, select, textarea {
  margin: 0;
  vertical-align: baseline; }

/* line 26, ../scss/_text.scss */
button, input {
  line-height: normal; }

/* line 27, ../scss/_text.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

/* line 28, ../scss/_text.scss */
button[disabled], input[disabled] {
  cursor: default; }

/* line 29, ../scss/_text.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/* line 30, ../scss/_text.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* line 31, ../scss/_text.scss */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/* line 32, ../scss/_text.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* line 33, ../scss/_text.scss */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* line 34, ../scss/_text.scss */
input:invalid, textarea:invalid {
  background-color: #f0dddd; }

/* line 36, ../scss/_text.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 37, ../scss/_text.scss */
td {
  vertical-align: top; }

/*-------------------------------------------
FONT-FACE
-------------------------------------------*/
@font-face {
  font-family: 'Norwester';
  src: url("webfonts/norwester.eot");
  src: url("webfonts/norwester.eot?#iefix") format("embedded-opentype"), url("webfonts/norwester.woff") format("woff"), url("webfonts/norwester.ttf") format("truetype"), url("webfonts/norwester.svg#svgFontName") format("svg"); }
/*-------------------------------------------
GENERIC
-------------------------------------------*/
/* line 56, ../scss/_text.scss */
body, input, textarea, select, button {
  font-family: 'PT Sans', Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  /* ie8 fallback */
  font-size: 1.5rem;
  line-height: 1.6; }

/* line 65, ../scss/_text.scss */
body {
  color: #FFF; }

/* line 67, ../scss/_text.scss */
th, .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: 'Norwester', Arial, sans-serif;
  font-weight: normal; }

/* line 72, ../scss/_text.scss */
strong, label, th, legend, legend {
  font-weight: normal; }

/* line 74, ../scss/_text.scss */
em {
  font-style: italic; }

/* line 76, ../scss/_text.scss */
h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, form, pre, table, hr {
  margin: 0 0 35px 0;
  /* ie8 fallback */
  margin: 0 0 2rem 0; }

/* line 81, ../scss/_text.scss */
a, a img {
  color: #FFF;
  border: 0;
  outline: none; }

/* line 86, ../scss/_text.scss */
a:hover {
  color: #999; }

/* line 88, ../scss/_text.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFF;
  padding: 0; }

/*-------------------------------------------
FONTS
-------------------------------------------*/
/* line 94, ../scss/_text.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Norwester', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

/* line 100, ../scss/_text.scss */
h1, .tx-xlarge {
  font-size: 40px;
  font-size: 4.0rem;
  line-height: 1; }

/* line 101, ../scss/_text.scss */
h3, h2, .tx-large {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.3; }

/* line 102, ../scss/_text.scss */
h4, .tx-medium {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4; }

/* line 103, ../scss/_text.scss */
h5, .tx-normal {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5; }

/* line 104, ../scss/_text.scss */
h6, .tx-small {
  font-size: 12px;
  font-size: 1.2rem; }

/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 650px) {
  /* line 113, ../scss/_text.scss */
  body, input, textarea, select, button {
    font-size: 16px;
    /* ie8 fallback */
    font-size: 1.6rem; }

  /* line 118, ../scss/_text.scss */
  h1, .tx-xlarge {
    font-size: 55px;
    font-size: 5.5rem;
    line-height: 1; }

  /* line 120, ../scss/_text.scss */
  h3, h2, .tx-large {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45; }

  /* line 121, ../scss/_text.scss */
  h4, .tx-medium {
    font-size: 17px;
    font-size: 1.7rem; }

  /* line 122, ../scss/_text.scss */
  h5, .tx-normal {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6; } }
@media only screen and (min-width: 980px) {
  /* line 128, ../scss/_text.scss */
  h1, h2 {
    margin: 0 0 42px 0;
    /* ie8 fallback */
    margin: 0 0 4.2rem 0; }

  /* line 132, ../scss/_text.scss */
  h3, h4, h5, h6, hgroup, ul, ol, dd, p, figure, form, pre, table, hr {
    margin: 0 0 38px 0;
    /* ie8 fallback */
    margin: 0 0 3.8rem 0; }

  /* line 137, ../scss/_text.scss */
  h1, .tx-xlarge {
    font-size: 70px;
    font-size: 7.0rem;
    line-height: 1; }

  /* line 138, ../scss/_text.scss */
  h3, h2, .tx-large {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2; } }
/*===================== Global Styles =====================*/
/* line 7, ../scss/_main.scss */
html {
  background: #0f0f0f url(img/bg-pattern.png);
  width: 100%;
  height: 100%; }

/* line 11, ../scss/_main.scss */
ul {
  margin: 0;
  padding: 0; }
  /* line 12, ../scss/_main.scss */
  ul li {
    list-style-type: none; }

/* line 15, ../scss/_main.scss */
.wrapper {
  max-width: 1200px;
  margin: 0 auto; }

/* line 17, ../scss/_main.scss */
.header {
  text-align: center;
  margin-top: 120px; }
  /* line 19, ../scss/_main.scss */
  .header img {
    width: 100%;
    height: auto; }
  /* line 20, ../scss/_main.scss */
  .header .placeholder {
    display: none; }
    @media (min-width: 650px) {
      /* line 20, ../scss/_main.scss */
      .header .placeholder {
        display: inline-block;
        border-bottom: 1px solid #aaa;
        padding-top: 30px; } }

@media (min-width: 650px) {
  /* line 25, ../scss/_main.scss */
  .contact .header, .error .header {
    border-bottom: 1px solid #fff; } }

@media (min-width: 650px) {
  /* line 29, ../scss/_main.scss */
  .contact .content, .error .content {
    margin-top: 70px; } }

/* line 32, ../scss/_main.scss */
.contact_details {
  margin-bottom: 30px; }

/* line 33, ../scss/_main.scss */
.contact_details span {
  display: block; }

/* line 34, ../scss/_main.scss */
span[itemprop="telephone"] {
  display: inline; }

/* line 35, ../scss/_main.scss */
.contact_details span:last-child {
  display: inline; }

/* line 37, ../scss/_main.scss */
.contact_details > div > span:first-child {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 20px;
  font-family: 'Norwester', Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

/* line 46, ../scss/_main.scss */
.error .content {
  text-align: center; }

/* line 48, ../scss/_main.scss */
#map {
  height: 400px;
  margin-top: 30px; }

/* line 51, ../scss/_main.scss */
#subpage .header {
  position: static;
  height: 100%;
  margin: 0;
  width: auto; }

/* line 54, ../scss/_main.scss */
.content_wrapper {
  padding: 0 6.25%;
  margin-top: 130px; }
  @media (min-width: 650px) {
    /* line 54, ../scss/_main.scss */
    .content_wrapper {
      margin: 190px auto 0 auto;
      padding: 0; } }
  @media (min-width: 980px) {
    /* line 54, ../scss/_main.scss */
    .content_wrapper {
      margin: 200px auto 0 auto; } }

@media (max-width: 649px) and (min-height: 500px) {
  /* line 59, ../scss/_main.scss */
  .home .content_wrapper {
    height: 170px;
    margin: auto;
    position: absolute;
    top: -60px;
    left: 0;
    bottom: 0;
    right: 0; } }
@media (min-width: 650px) {
  /* line 59, ../scss/_main.scss */
  .home .content_wrapper {
    height: 350px;
    margin: auto;
    position: absolute;
    top: -130px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 545px; } }
@media (min-width: 650px) {
  /* line 75, ../scss/_main.scss */
  .home .content_wrapper img {
    max-width: 545px; } }
/* line 79, ../scss/_main.scss */
.home .content_wrapper .header {
  margin-top: 0; }

@media (min-width: 650px) {
  /* line 82, ../scss/_main.scss */
  .sidebar_tmpl .content_wrapper {
    padding: 0 6.25%; } }

/* line 86, ../scss/_main.scss */
.sidebar {
  margin-bottom: 31px; }

/* line 88, ../scss/_main.scss */
.content {
  color: #fff; }
  /* line 89, ../scss/_main.scss */
  .content a {
    text-decoration: underline; }
  /* line 90, ../scss/_main.scss */
  .content ul {
    margin-bottom: 20px; }
    /* line 91, ../scss/_main.scss */
    .content ul li {
      margin-left: 20px;
      list-style-type: disc; }
  /* line 93, ../scss/_main.scss */
  .content .tel_number {
    font-size: 42px;
    font-size: 4.2rem;
    text-decoration: none; }

/* line 96, ../scss/_main.scss */
.container {
  /* give us some padding for the anchor tags */
  padding-top: 80px;
  margin-top: -20px; }

/* line 104, ../scss/_main.scss */
.container_header {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px; }
  @media (min-width: 650px) {
    /* line 104, ../scss/_main.scss */
    .container_header {
      display: none; } }

@media (min-width: 650px) {
  /* line 107, ../scss/_main.scss */
  .services .container_header {
    display: inline-block;
    border: none;
    padding-bottom: 0; } }

/* line 111, ../scss/_main.scss */
h1 {
  text-align: center;
  text-shadow: 1px 1px 5px #000; }

/* line 113, ../scss/_main.scss */
.sec_nav {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media (min-width: 980px) {
    /* line 113, ../scss/_main.scss */
    .sec_nav {
      margin-bottom: 100px; } }
  /* line 115, ../scss/_main.scss */
  .sec_nav li {
    display: block;
    margin-bottom: 10px;
    text-align: center; }
    @media (min-width: 650px) {
      /* line 115, ../scss/_main.scss */
      .sec_nav li {
        display: inline-block;
        margin-bottom: 0; } }
    /* line 117, ../scss/_main.scss */
    .sec_nav li a {
      font-size: 16px;
      font-size: 1.6rem;
      color: #fff;
      text-transform: uppercase;
      border: #aaa 1px solid;
      padding: 20px;
      display: block;
      font-family: 'Norwester', Arial, sans-serif; }
      @media (min-width: 650px) {
        /* line 117, ../scss/_main.scss */
        .sec_nav li a {
          font-size: 18px;
          font-size: 1.8rem; } }
      /* line 119, ../scss/_main.scss */
      .sec_nav li a:hover, .sec_nav li a.selected {
        background: #494c4d;
        background: rgba(255, 255, 255, 0.2);
        border: 1px solid #fff; }

/* line 124, ../scss/_main.scss */
.single_image {
  margin-bottom: 40px; }

/* line 127, ../scss/_main.scss */
#subpage.sidebar_tmpl .header {
  margin-top: 0; }
  @media (min-width: 650px) {
    /* line 127, ../scss/_main.scss */
    #subpage.sidebar_tmpl .header {
      border-bottom: 2px solid #666;
      margin-bottom: 70px; } }
/* line 130, ../scss/_main.scss */
#subpage.sidebar_tmpl .sec_nav {
  margin: 0; }
  /* line 131, ../scss/_main.scss */
  #subpage.sidebar_tmpl .sec_nav li {
    width: 100%;
    margin-bottom: 20px; }

/* line 135, ../scss/_main.scss */
.main_nav_wrapper {
  position: fixed;
  bottom: 0;
  width: 100%; }
  @media (min-width: 650px) {
    /* line 135, ../scss/_main.scss */
    .main_nav_wrapper {
      background: url(img/cutting_blade.png) top center no-repeat;
      padding-top: 75px; } }

/* line 140, ../scss/_main.scss */
#main_nav:before {
  background: #000;
  height: 115px;
  content: "";
  position: absolute;
  width: 100%;
  top: 0;
  opacity: 0.2; }
  @media (min-width: 650px) {
    /* line 140, ../scss/_main.scss */
    #main_nav:before {
      top: 75px; } }
/* line 144, ../scss/_main.scss */
#main_nav li {
  float: left;
  width: 25%;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 79px;
  position: relative; }
  @media (min-width: 650px) {
    /* line 144, ../scss/_main.scss */
    #main_nav li {
      width: 17%;
      height: 115px; } }
/* line 147, ../scss/_main.scss */
#main_nav a {
  color: #000;
  width: 100%;
  font-family: 'Norwester', Arial, sans-serif;
  position: absolute;
  bottom: 0;
  border-right: 1px solid #444;
  padding: 19px 0px;
  display: block;
  text-shadow: 0 1px 2px #fff;
  background: #dbdbdb;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-shadow: -3px -3px 1px #bfbfbf inset, 3px 3px 1px #f5f5f5 inset;
  -webkit-box-shadow: -3px -3px 1px #bfbfbf inset, 3px 3px 1px #f5f5f5 inset;
  box-shadow: -3px -3px 1px #bfbfbf inset, 3px 3px 1px #f5f5f5 inset;
  background-image: url('../css/img/nav-pattern.png?1471480248'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzllOWU5ZSIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: url('../css/img/nav-pattern.png?1471480248'), -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, rgba(158, 158, 158, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background-image: url('../css/img/nav-pattern.png?1471480248'), -moz-linear-gradient(bottom, rgba(158, 158, 158, 0.1), rgba(255, 255, 255, 0.1));
  background-image: url('../css/img/nav-pattern.png?1471480248'), -webkit-linear-gradient(bottom, rgba(158, 158, 158, 0.1), rgba(255, 255, 255, 0.1));
  background-image: url('../css/img/nav-pattern.png?1471480248'), linear-gradient(to top, rgba(158, 158, 158, 0.1), rgba(255, 255, 255, 0.1)); }
  @media (min-width: 650px) {
    /* line 147, ../scss/_main.scss */
    #main_nav a {
      font-size: 21px;
      font-size: 2.1rem;
      padding: 33px 0; } }
  /* line 162, ../scss/_main.scss */
  #main_nav a:hover {
    text-decoration: underline; }
/* line 165, ../scss/_main.scss */
#main_nav .logo {
  width: 32%;
  padding-top: 0;
  display: none; }
  @media (min-width: 650px) {
    /* line 165, ../scss/_main.scss */
    #main_nav .logo {
      display: inline-block; } }
  /* line 167, ../scss/_main.scss */
  #main_nav .logo img {
    z-index: 100;
    position: relative;
    max-width: 225px; }
    @media (min-width: 650px) {
      /* line 167, ../scss/_main.scss */
      #main_nav .logo img {
        width: 100%;
        height: auto; } }
    @media (min-width: 980px) {
      /* line 167, ../scss/_main.scss */
      #main_nav .logo img {
        margin: 0;
        max-height: 94px; } }
/* line 173, ../scss/_main.scss */
#main_nav .logo a {
  height: 133px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none;
  background-image: none;
  background-color: transparent;
  padding-top: 0;
  /* align image vertically */ }
  /* line 174, ../scss/_main.scss */
  #main_nav .logo a .bg_img img {
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s; }
  /* line 175, ../scss/_main.scss */
  #main_nav .logo a .bg_img > span {
    line-height: 6; }
  /* line 176, ../scss/_main.scss */
  #main_nav .logo a:hover .bg_img img {
    opacity: 0.8; }
  /* line 177, ../scss/_main.scss */
  #main_nav .logo a .bg_repeat {
    background: url(img/bg_bottom_repeat.png);
    margin: 0 35px;
    display: block;
    height: 133px; }
  /* line 178, ../scss/_main.scss */
  #main_nav .logo a:before {
    background: transparent url(img/bg_bottom_left.png) no-repeat left top;
    content: "";
    display: block;
    height: 133px;
    width: 35px;
    position: absolute;
    bottom: 0; }
  /* line 179, ../scss/_main.scss */
  #main_nav .logo a:after {
    background: transparent url(img/bg_bottom_right.png) no-repeat left top;
    content: "";
    display: block;
    height: 133px;
    width: 35px;
    position: absolute;
    bottom: 0;
    right: 0; }
@media (min-width: 650px) {
  /* line 182, ../scss/_main.scss */
  #main_nav #projects_link {
    border-left: 1px solid #000; } }

@media (min-width: 650px) {
  /* line 187, ../scss/_main.scss */
  .home #main_nav .logo img {
    top: 12px; } }
@media (min-width: 980px) {
  /* line 187, ../scss/_main.scss */
  .home #main_nav .logo img {
    top: 5px; } }

/* line 192, ../scss/_main.scss */
#home-profile {
  margin-bottom: 200px; }

@media (min-width: 650px) {
  /* line 197, ../scss/_main.scss */
  #subpage .main_nav_wrapper {
    background-image: none;
    padding-top: 0;
    position: fixed;
    top: 0;
    height: 200px; } }
/* line 201, ../scss/_main.scss */
#subpage #main_nav a {
  padding: 19px 0; }
  @media (min-width: 650px) {
    /* line 201, ../scss/_main.scss */
    #subpage #main_nav a {
      padding: 34px 0; } }
/* line 204, ../scss/_main.scss */
#subpage #main_nav:before {
  top: 0; }
@media (min-width: 650px) {
  /* line 205, ../scss/_main.scss */
  #subpage #main_nav li {
    height: 102px; } }
/* line 206, ../scss/_main.scss */
#subpage #main_nav .logo {
  position: relative;
  top: 33px; }
/* line 207, ../scss/_main.scss */
#subpage #main_nav .logo a {
  padding: 0;
  top: -33px; }
  /* line 208, ../scss/_main.scss */
  #subpage #main_nav .logo a .bg_repeat {
    background: url(img/bg_top_repeat.png);
    margin: 0 35px;
    display: block;
    height: 133px; }
  /* line 209, ../scss/_main.scss */
  #subpage #main_nav .logo a:before {
    background: transparent url(img/bg_top_left.png) no-repeat left top; }
  /* line 210, ../scss/_main.scss */
  #subpage #main_nav .logo a:after {
    background: transparent url(img/bg_top_right.png) no-repeat left top; }

/* line 215, ../scss/_main.scss */
#ohs .wpcg_logo {
  width: auto; }

/* line 217, ../scss/_main.scss */
.content img {
  width: 100%;
  height: auto; }

/* line 218, ../scss/_main.scss */
.content iframe {
  margin-bottom: 30px; }

/* line 220, ../scss/_main.scss */
.slideshow a {
  margin-bottom: 1em; }

/* line 221, ../scss/_main.scss */
.slideshow {
  margin-bottom: 20px; }

/* line 223, ../scss/_main.scss */
.mobile_logo_wrapper {
  background: transparent url(img/bg_top_left.png) no-repeat left bottom;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%; }
  /* line 224, ../scss/_main.scss */
  .mobile_logo_wrapper .bg_img {
    background: url(img/bg_top_repeat.png) left bottom;
    margin: 0 35px;
    display: block;
    height: 90px; }
    /* line 225, ../scss/_main.scss */
    .mobile_logo_wrapper .bg_img img {
      max-width: 171px;
      width: 100%;
      height: auto; }
  @media (min-width: 650px) {
    /* line 223, ../scss/_main.scss */
    .mobile_logo_wrapper {
      display: none; } }
  /* line 228, ../scss/_main.scss */
  .mobile_logo_wrapper .mobile_logo {
    background: transparent url(img/bg_top_right.png) no-repeat right bottom;
    display: block;
    height: 90px; }
  /* line 229, ../scss/_main.scss */
  .mobile_logo_wrapper img {
    margin-top: 12px; }

/* line 233, ../scss/_main.scss */
.bylink {
  text-align: center;
  display: block;
  color: #666;
  font-size: 11px;
  font-size: 1.1rem; }
  /* line 234, ../scss/_main.scss */
  .bylink a {
    color: #666; }
    /* line 235, ../scss/_main.scss */
    .bylink a:hover {
      color: #fff; }

/* line 240, ../scss/_main.scss */
#bg_video {
  opacity: 0.4;
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100; }

/* line 242, ../scss/_main.scss */
footer {
  margin-bottom: 80px;
  margin-top: 50px; }
  @media (min-width: 650px) {
    /* line 242, ../scss/_main.scss */
    footer {
      margin-bottom: 0; } }
  /* line 244, ../scss/_main.scss */
  footer .harmony {
    display: block; }
    @media (min-width: 650px) {
      /* line 244, ../scss/_main.scss */
      footer .harmony {
        display: inline; } }

/* line 250, ../scss/_main.scss */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 30px; }

/* line 252, ../scss/_main.scss */
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*===================== Background Style =====================*/
/* line 259, ../scss/_main.scss */
.backstretch {
  opacity: 0.2;
  filter: alpha(opacity=20); }

/*===================== Contact Form =====================*/
/* line 265, ../scss/_main.scss */
.contact-form input, .contact-form textarea {
  background: transparent;
  border: 2px solid #fff;
  width: 100%;
  color: #fff;
  padding: 5px; }
  /* line 272, ../scss/_main.scss */
  .contact-form input:focus, .contact-form textarea:focus {
    border-color: #666; }
/* line 277, ../scss/_main.scss */
.contact-form button {
  font-size: 20px;
  font-size: 2rem;
  padding: 5px 40px; }
/* line 281, ../scss/_main.scss */
.contact-form label {
  display: block;
  font-family: 'Norwester', Arial, sans-serif; }
/* line 285, ../scss/_main.scss */
.contact-form p {
  margin-bottom: 10px; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../scss/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 20, ../scss/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 27, ../scss/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 37, ../scss/_fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 41, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 47, ../scss/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 51, ../scss/_fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 55, ../scss/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 59, ../scss/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 67, ../scss/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 73, ../scss/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 78, ../scss/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/fancybox_sprite.png"); }

/* line 82, ../scss/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 94, ../scss/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/fancybox_loading.gif") center center no-repeat; }

/* line 100, ../scss/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 110, ../scss/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

/* line 122, ../scss/_fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 126, ../scss/_fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 130, ../scss/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 141, ../scss/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 146, ../scss/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 151, ../scss/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 155, ../scss/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 167, ../scss/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

/* line 172, ../scss/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 176, ../scss/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 180, ../scss/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/fancybox_overlay.png"); }

/* line 190, ../scss/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 196, ../scss/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 203, ../scss/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 211, ../scss/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 215, ../scss/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 224, ../scss/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 240, ../scss/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 246, ../scss/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 250, ../scss/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../scss/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  /* line 270, ../scss/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 10, ../scss/_helper.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 18, ../scss/_helper.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 29, ../scss/_helper.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 38, ../scss/_helper.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 54, ../scss/_helper.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 68, ../scss/_helper.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 84, ../scss/_helper.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 90, ../scss/_helper.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 99, ../scss/_helper.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 7, ../scss/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 14, ../scss/_print.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 19, ../scss/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 23, ../scss/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 31, ../scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 37, ../scss/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 43, ../scss/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 47, ../scss/_print.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 52, ../scss/_print.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 60, ../scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 67, ../scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
