@charset "UTF-8";
/* No files to import found in abstractions/**\/* */
/* line 3, ../sass/base/_forms.scss */
form.entityform fieldset {
  background-color: #f6f5f5;
  border: 1px solid #d9d7d7;
  margin: 0 0 0.75em;
  padding: 1.5em; }
/* line 10, ../sass/base/_forms.scss */
form.entityform input,
form.entityform label,
form.entityform select {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 1em; }
/* line 18, ../sass/base/_forms.scss */
form.entityform label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  /* line 22, ../sass/base/_forms.scss */
  form.entityform label.required::after {
    content: "*"; }
  /* line 26, ../sass/base/_forms.scss */
  form.entityform label abbr {
    display: none; }
/* line 31, ../sass/base/_forms.scss */
form.entityform input[type="color"], form.entityform input[type="date"], form.entityform input[type="datetime"], form.entityform input[type="datetime-local"], form.entityform input[type="email"], form.entityform input[type="month"], form.entityform input[type="number"], form.entityform input[type="password"], form.entityform input[type="search"], form.entityform input[type="tel"], form.entityform input[type="text"], form.entityform input[type="time"], form.entityform input[type="url"], form.entityform input[type="week"], form.entityform input:not([type]), form.entityform textarea,
form.entityform select[multiple=multiple] {
  background-color: #fff;
  border: 1px solid #d9d7d7;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  /* line 45, ../sass/base/_forms.scss */
  form.entityform input[type="color"]:hover, form.entityform input[type="date"]:hover, form.entityform input[type="datetime"]:hover, form.entityform input[type="datetime-local"]:hover, form.entityform input[type="email"]:hover, form.entityform input[type="month"]:hover, form.entityform input[type="number"]:hover, form.entityform input[type="password"]:hover, form.entityform input[type="search"]:hover, form.entityform input[type="tel"]:hover, form.entityform input[type="text"]:hover, form.entityform input[type="time"]:hover, form.entityform input[type="url"]:hover, form.entityform input[type="week"]:hover, form.entityform input:not([type]):hover, form.entityform textarea:hover,
  form.entityform select[multiple=multiple]:hover {
    border-color: #aeacac; }
  /* line 49, ../sass/base/_forms.scss */
  form.entityform input[type="color"]:focus, form.entityform input[type="date"]:focus, form.entityform input[type="datetime"]:focus, form.entityform input[type="datetime-local"]:focus, form.entityform input[type="email"]:focus, form.entityform input[type="month"]:focus, form.entityform input[type="number"]:focus, form.entityform input[type="password"]:focus, form.entityform input[type="search"]:focus, form.entityform input[type="tel"]:focus, form.entityform input[type="text"]:focus, form.entityform input[type="time"]:focus, form.entityform input[type="url"]:focus, form.entityform input[type="week"]:focus, form.entityform input:not([type]):focus, form.entityform textarea:focus,
  form.entityform select[multiple=multiple]:focus {
    border-color: #6376a8;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(86, 105, 155, 0.7);
    outline: none; }
  /* line 55, ../sass/base/_forms.scss */
  form.entityform input[type="color"]:disabled, form.entityform input[type="date"]:disabled, form.entityform input[type="datetime"]:disabled, form.entityform input[type="datetime-local"]:disabled, form.entityform input[type="email"]:disabled, form.entityform input[type="month"]:disabled, form.entityform input[type="number"]:disabled, form.entityform input[type="password"]:disabled, form.entityform input[type="search"]:disabled, form.entityform input[type="tel"]:disabled, form.entityform input[type="text"]:disabled, form.entityform input[type="time"]:disabled, form.entityform input[type="url"]:disabled, form.entityform input[type="week"]:disabled, form.entityform input:not([type]):disabled, form.entityform textarea:disabled,
  form.entityform select[multiple=multiple]:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed; }
    /* line 59, ../sass/base/_forms.scss */
    form.entityform input[type="color"]:disabled:hover, form.entityform input[type="date"]:disabled:hover, form.entityform input[type="datetime"]:disabled:hover, form.entityform input[type="datetime-local"]:disabled:hover, form.entityform input[type="email"]:disabled:hover, form.entityform input[type="month"]:disabled:hover, form.entityform input[type="number"]:disabled:hover, form.entityform input[type="password"]:disabled:hover, form.entityform input[type="search"]:disabled:hover, form.entityform input[type="tel"]:disabled:hover, form.entityform input[type="text"]:disabled:hover, form.entityform input[type="time"]:disabled:hover, form.entityform input[type="url"]:disabled:hover, form.entityform input[type="week"]:disabled:hover, form.entityform input:not([type]):disabled:hover, form.entityform textarea:disabled:hover,
    form.entityform select[multiple=multiple]:disabled:hover {
      border: 1px solid #d9d7d7; }
/* line 65, ../sass/base/_forms.scss */
form.entityform textarea {
  resize: vertical; }
/* line 69, ../sass/base/_forms.scss */
form.entityform input[type="search"] {
  appearance: none; }
/* line 73, ../sass/base/_forms.scss */
form.entityform input[type="checkbox"],
form.entityform input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }
  /* line 78, ../sass/base/_forms.scss */
  form.entityform input[type="checkbox"] + label,
  form.entityform input[type="radio"] + label {
    display: inline-block; }
/* line 83, ../sass/base/_forms.scss */
form.entityform input[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }
/* line 88, ../sass/base/_forms.scss */
form.entityform select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }
/* line 94, ../sass/base/_forms.scss */
form.entityform input[type="submit"] {
  border: none;
  background: #6376a8;
  color: #fff;
  padding: 5px 20px;
  text-transform: uppercase; }
/* line 102, ../sass/base/_forms.scss */
form.entityform div.grippie {
  display: none; }

/* line 1, ../sass/base/_images.scss */
div[class^="-field-image"], div[class*="-field-image"], .block-image,
div[class^="-gallery-images"] .field__item, div[class*="-gallery-images"] .field__item {
  border: 1px solid #d9d7d7;
  padding: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  background-color: #fff; }

/* line 8, ../sass/base/_images.scss */
.no-framing .block-image {
  border: none;
  padding: 0;
  box-shadow: none;
  background-color: transparent; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* line 2, ../sass/components/_article.scss */
.node--article--teaser header {
  background: none; }
  /* line 4, ../sass/components/_article.scss */
  .node--article--teaser header h2 {
    margin-bottom: 0; }
    /* line 6, ../sass/components/_article.scss */
    .node--article--teaser header h2 a {
      text-decoration: none; }
/* line 11, ../sass/components/_article.scss */
.node--article--teaser p {
  margin: 0; }
/* line 14, ../sass/components/_article.scss */
.node--article--teaser a {
  color: #464646; }

/* line 1, ../sass/components/_contacts.scss */
#block-panels-mini-contacts {
  background: #242424;
  color: #fff;
  padding: 1px 0 20px; }
  /* line 6, ../sass/components/_contacts.scss */
  #block-panels-mini-contacts h2, #block-panels-mini-contacts a {
    color: #fff; }
  /* line 9, ../sass/components/_contacts.scss */
  #block-panels-mini-contacts a {
    text-decoration: none; }

/* line 1, ../sass/components/_inspiration.scss */
form.views-exposed-form-inspirations-page {
  max-width: 100%;
  width: 100%; }
  /* line 4, ../sass/components/_inspiration.scss */
  form.views-exposed-form-inspirations-page div {
    max-width: 100%;
    width: 100%; }
  /* line 8, ../sass/components/_inspiration.scss */
  form.views-exposed-form-inspirations-page .views-exposed-widget {
    display: inline-block;
    width: auto; }
    /* line 11, ../sass/components/_inspiration.scss */
    form.views-exposed-form-inspirations-page .views-exposed-widget .views-widget {
      display: inline-block;
      width: auto; }
    /* line 15, ../sass/components/_inspiration.scss */
    form.views-exposed-form-inspirations-page .views-exposed-widget .description {
      display: none; }

/**
* Menu toggle base styling
*/
/* line 4, ../sass/components/_navigation.scss */
.menu-toggle {
  display: block;
  cursor: pointer;
  height: 36px; }

/* line 9, ../sass/components/_navigation.scss */
.menu-toggle .lines {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 3px;
  width: 36px;
  border-radius: 3px; }

/* line 17, ../sass/components/_navigation.scss */
.menu-toggle .toggle-help {
  float: left;
  height: 36px;
  line-height: 36px; }

/* line 22, ../sass/components/_navigation.scss */
.menu-toggle .line {
  display: block;
  height: 2px;
  width: 26px;
  margin: 5px auto 5px auto;
  background-color: #AAA;
  border-bottom: 1px solid #CCC; }

/**
 * Ensures in mobile our menus stack
 */
/* line 33, ../sass/components/_navigation.scss */
.responsive-menu {
  clear: both; }

/* line 36, ../sass/components/_navigation.scss */
.responsive-menu,
.responsive-menu.links.inline {
  max-height: 0;
  overflow: hidden; }

/* line 41, ../sass/components/_navigation.scss */
.responsive-menu.menu-toggled,
.responsive-menu.links.inline.menu-toggled {
  max-height: none; }

/* line 45, ../sass/components/_navigation.scss */
.responsive-menu li,
.responsive-menu.inline li {
  position: relative;
  display: block; }

/**
 * Default media query for Omega and narrow
 */
/*@media all and (min-width: 900px) and (min-device-width: 900px), (max-device-width: 900px) and (min-width: 900px) and (orientation:landscape) {*/
@media (min-width: 60em) {
  /* line 56, ../sass/components/_navigation.scss */
  .menu-toggle {
    display: none; }

  /* line 59, ../sass/components/_navigation.scss */
  .responsive-menu,
  .responsive-menu.links.inline {
    max-height: none;
    overflow: visible; }

  /* line 64, ../sass/components/_navigation.scss */
  .responsive-menu li {
    display: inherit; }

  /* line 67, ../sass/components/_navigation.scss */
  .responsive-menu.inline li {
    display: inline-block; }

  /* line 70, ../sass/components/_navigation.scss */
  .responsive-menu .sub-menu {
    position: absolute;
    z-index: 100;
    max-height: 0;
    overflow: hidden; }

  /* Display does not animate, max-height does. Max-weight will not animate from 0 - none, so default 900px added.
      if your sub menu goes past 900px, well..uhh.. */
  /* line 78, ../sass/components/_navigation.scss */
  .responsive-menu .sub-menu.active {
    max-height: none;
    overflow: visible; }

  /* Chances are your submenu should stack...if not override this. */
  /* line 83, ../sass/components/_navigation.scss */
  .responsive-menu .sub-menu li {
    display: block; } }
/* line 1, ../sass/components/_news.scss */
.view-id-news.homeblock {
  background-image: url(../images/bkgrd-newsbox.jpg);
  display: inline-block;
  position: relative;
  width: 98%;
  border: 5px white solid;
  /*::before {*/
  /*margin-top: 196%;*/
  /*}*/ }
  /* line 13, ../sass/components/_news.scss */
  .view-id-news.homeblock .view-content {
    background: rgba(255, 255, 255, 0.7);
    margin: 20px;
    padding: 20px 10px;
    text-align: center; }
    /* line 19, ../sass/components/_news.scss */
    .view-id-news.homeblock .view-content h2 {
      font-size: 2.2em;
      font-weight: normal;
      text-transform: uppercase; }
    /* line 26, ../sass/components/_news.scss */
    .view-id-news.homeblock .view-content .views-field-title a {
      color: black;
      font-size: 1.5em;
      display: block;
      margin-bottom: 1.5em;
      font-style: italic;
      text-transform: uppercase;
      border-image: url(../images/bkgrd-heading.png);
      border-image-slice: 0 0 3 0;
      border-image-width: 0px 0px 3px 0px;
      border-image-outset: 0px 0px 0px 0px;
      border-image-repeat: stretch stretch;
      padding-bottom: 15px; }
      /* line 41, ../sass/components/_news.scss */
      .view-id-news.homeblock .view-content .views-field-title a:after {
        content: ' >'; }

/* line 1, ../sass/components/_people.scss */
#block-views-people-list-block {
  background: #242424;
  padding: 20px 0 1px; }
  /* line 5, ../sass/components/_people.scss */
  #block-views-people-list-block h2 {
    color: #fff;
    margin-top: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    /* line 12, ../../../../../../../../.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/susy-2.2.7/sass/susy/output/support/_clearfix.scss */
    #block-views-people-list-block h2:after {
      content: " ";
      display: block;
      clear: both; }
  /* line 10, ../sass/components/_people.scss */
  #block-views-people-list-block .view-people-list {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    /* line 12, ../../../../../../../../.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/susy-2.2.7/sass/susy/output/support/_clearfix.scss */
    #block-views-people-list-block .view-people-list:after {
      content: " ";
      display: block;
      clear: both; }
    /* line 13, ../sass/components/_people.scss */
    #block-views-people-list-block .view-people-list .views-row {
      margin-bottom: 20px;
      position: relative; }
      /* line 18, ../sass/components/_people.scss */
      #block-views-people-list-block .view-people-list .views-row .person-image .views-field-field-image {
        border: none;
        padding: 0;
        box-shadow: none;
        background: transparent; }
      /* line 25, ../sass/components/_people.scss */
      #block-views-people-list-block .view-people-list .views-row .person-details {
        background: rgba(36, 36, 36, 0.8);
        color: #fff;
        padding: 20px 1em;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 0.5s ease; }
        /* line 37, ../sass/components/_people.scss */
        #block-views-people-list-block .view-people-list .views-row .person-details .views-field-title {
          font-size: 1.2em;
          font-weight: bold; }
        /* line 41, ../sass/components/_people.scss */
        #block-views-people-list-block .view-people-list .views-row .person-details .views-field-field-position {
          margin-bottom: 10px; }
    /* line 47, ../sass/components/_people.scss */
    #block-views-people-list-block .view-people-list .views-row:hover .person-details {
      opacity: 1; }

@media (min-width: 44em) {
  /* line 58, ../sass/components/_people.scss */
  #block-views-people-list-block .view-people-list .views-row {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
  /* line 61, ../sass/components/_people.scss */
  #block-views-people-list-block .view-people-list .views-row:nth-of-type(3n) {
    width: 32.20339%;
    float: right;
    margin-right: 0; } }
/* line 2, ../sass/components/_products.scss */
.products-list ul, .product-categories-list ul {
  max-width: container;
  margin: 0;
  padding: 0; }
  /* line 6, ../sass/components/_products.scss */
  .products-list ul li, .product-categories-list ul li {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    list-style: none;
    display: inline-block; }
    /* line 10, ../sass/components/_products.scss */
    .products-list ul li.views-row-even, .product-categories-list ul li.views-row-even {
      width: 49.15254%;
      float: right;
      margin-right: 0; }
    /* line 13, ../sass/components/_products.scss */
    .products-list ul li .views-field-name, .products-list ul li .views-field-title, .products-list ul li h2.node__title, .product-categories-list ul li .views-field-name, .product-categories-list ul li .views-field-title, .product-categories-list ul li h2.node__title {
      margin: 10px 0;
      font-size: 1.3em;
      font-weight: bold;
      text-align: center; }
      /* line 18, ../sass/components/_products.scss */
      .products-list ul li .views-field-name a, .products-list ul li .views-field-title a, .products-list ul li h2.node__title a, .product-categories-list ul li .views-field-name a, .product-categories-list ul li .views-field-title a, .product-categories-list ul li h2.node__title a {
        color: #0a0c0a;
        text-decoration: none;
        text-transform: uppercase; }

@media (min-width: 44em) {
  /* line 29, ../sass/components/_products.scss */
  .products-list ul, .product-categories-list ul {
    max-width: 1200px;
    margin: 0;
    padding: 0; }
    /* line 33, ../sass/components/_products.scss */
    .products-list ul li, .product-categories-list ul li {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      list-style: none;
      display: inline-block; }
      /* line 37, ../sass/components/_products.scss */
      .products-list ul li.views-row-even, .product-categories-list ul li.views-row-even {
        width: 23.72881%;
        float: left;
        margin-right: 1.69492%; }
      /* line 40, ../sass/components/_products.scss */
      .products-list ul li:nth-of-type(4n), .product-categories-list ul li:nth-of-type(4n) {
        width: 23.72881%;
        float: right;
        margin-right: 0; }
      /* line 43, ../sass/components/_products.scss */
      .products-list ul li:nth-of-type(4n+1), .product-categories-list ul li:nth-of-type(4n+1) {
        clear: both; }
      /* line 49, ../sass/components/_products.scss */
      .products-list ul li .views-field-name a, .products-list ul li .views-field-title a, .product-categories-list ul li .views-field-name a, .product-categories-list ul li .views-field-title a {
        color: #0a0c0a;
        text-decoration: none;
        text-transform: uppercase; }

  /* line 60, ../sass/components/_products.scss */
  .product-categories-list ul li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%;
    list-style: none;
    display: inline-block; }
    /* line 64, ../sass/components/_products.scss */
    .product-categories-list ul li.views-row-even {
      width: 32.20339%;
      float: left;
      margin-right: 1.69492%; }
    /* line 67, ../sass/components/_products.scss */
    .product-categories-list ul li:nth-of-type(3n) {
      width: 32.20339%;
      float: right;
      margin-right: 0; }
    /* line 70, ../sass/components/_products.scss */
    .product-categories-list ul li:nth-of-type(4n+1) {
      clear: none; }
    /* line 73, ../sass/components/_products.scss */
    .product-categories-list ul li:nth-of-type(3n+1) {
      clear: both; } }
/* line 82, ../sass/components/_products.scss */
.node--products h2 {
  text-transform: uppercase; }
/* line 85, ../sass/components/_products.scss */
.node--products .field__label {
  width: 35%;
  text-align: right; }
/* line 89, ../sass/components/_products.scss */
.node--products .tablefield {
  width: 100%; }
  /* line 91, ../sass/components/_products.scss */
  .node--products .tablefield tr.odd, .node--products .tablefield tr.even {
    background-color: transparent; }
  /* line 94, ../sass/components/_products.scss */
  .node--products .tablefield td.col_0 {
    text-align: right;
    width: 35%; }
  /* line 98, ../sass/components/_products.scss */
  .node--products .tablefield td.col_1 {
    padding-left: 2px; }
  /* line 101, ../sass/components/_products.scss */
  .node--products .tablefield td {
    vertical-align: top; }
    /* line 103, ../sass/components/_products.scss */
    .node--products .tablefield td p {
      margin: 0; }

@media (min-width: 44em) {
  /* line 111, ../sass/components/_products.scss */
  .node--products .field__label {
    width: 30%;
    text-align: right; }
  /* line 116, ../sass/components/_products.scss */
  .node--products .tablefield td.col_0 {
    width: 30%; } }
/* line 123, ../sass/components/_products.scss */
.field--name-field-related-products, .field--name-field-products, .field--name-field-inspirations {
  overflow: hidden; }
  /* line 126, ../sass/components/_products.scss */
  .field--name-field-related-products .product-related, .field--name-field-products .product-related, .field--name-field-inspirations .product-related {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline-block;
    /*article.node--products--teaser {*/
    /*width: auto;*/
    /*float: none;*/
    /*margin-right: 0;*/ }
    /* line 134, ../sass/components/_products.scss */
    .field--name-field-related-products .product-related .field--name-field-image, .field--name-field-products .product-related .field--name-field-image, .field--name-field-inspirations .product-related .field--name-field-image {
      border: none;
      padding: 0;
      box-shadow: none;
      background-color: transparent; }
    /* line 140, ../sass/components/_products.scss */
    .field--name-field-related-products .product-related .node__title, .field--name-field-products .product-related .node__title, .field--name-field-inspirations .product-related .node__title {
      margin: 10px 0;
      font-size: 1.0em;
      font-weight: normal;
      text-align: left;
      /*}*/ }
      /* line 145, ../sass/components/_products.scss */
      .field--name-field-related-products .product-related .node__title a, .field--name-field-products .product-related .node__title a, .field--name-field-inspirations .product-related .node__title a {
        color: #0a0c0a;
        text-decoration: none;
        text-transform: none; }
  @media (min-width: 44em) {
    /* line 154, ../sass/components/_products.scss */
    .field--name-field-related-products .product-related, .field--name-field-products .product-related, .field--name-field-inspirations .product-related {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      display: inline-block;
      /*article.node--products--teaser {*/
      /*.node__title {*/
      /*a {*/
      /*}*/
      /*}*/
      /*}*/ } }

/* line 169, ../sass/components/_products.scss */
.taxonomy-term__content .field--name-field-inspirations {
  overflow: hidden; }
  /* line 172, ../sass/components/_products.scss */
  .taxonomy-term__content .field--name-field-inspirations .field__item > .product-related {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline-block;
    /* this needs to be rediclared since the default from base/_images is overriden earlier */ }
    /* line 177, ../sass/components/_products.scss */
    .taxonomy-term__content .field--name-field-inspirations .field__item > .product-related .field--name-field-image {
      border: 1px solid #d9d7d7;
      padding: 10px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
      background-color: #fff; }
    /* line 183, ../sass/components/_products.scss */
    .taxonomy-term__content .field--name-field-inspirations .field__item > .product-related .node__title {
      margin: 10px 0;
      font-size: 1.3em;
      font-weight: bold;
      text-align: center; }
      /* line 188, ../sass/components/_products.scss */
      .taxonomy-term__content .field--name-field-inspirations .field__item > .product-related .node__title a {
        color: #0a0c0a;
        text-decoration: none;
        text-transform: uppercase; }
  @media (min-width: 44em) {
    /* line 196, ../sass/components/_products.scss */
    .taxonomy-term__content .field--name-field-inspirations .field__item > .product-related {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      display: inline-block; }
    /* line 201, ../sass/components/_products.scss */
    .taxonomy-term__content .field--name-field-inspirations .field__item:nth-of-type(4n) > .product-related {
      width: 23.72881%;
      float: right;
      margin-right: 0; } }

/* line 207, ../sass/components/_products.scss */
.field--name-field-child-services {
  overflow: hidden; }
  /* line 210, ../sass/components/_products.scss */
  .field--name-field-child-services .field__item > .node--service--teaser {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    display: inline-block;
    /* this needs to be rediclared since the default from base/_images is overriden earlier */ }
    /* line 215, ../sass/components/_products.scss */
    .field--name-field-child-services .field__item > .node--service--teaser .field--name-field-image {
      border: 1px solid #d9d7d7;
      padding: 10px;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
      background-color: #fff; }
    /* line 221, ../sass/components/_products.scss */
    .field--name-field-child-services .field__item > .node--service--teaser .node__title {
      margin: 10px 0;
      font-size: 1.3em;
      font-weight: bold;
      text-align: center; }
      /* line 226, ../sass/components/_products.scss */
      .field--name-field-child-services .field__item > .node--service--teaser .node__title a {
        color: #0a0c0a;
        text-decoration: none;
        text-transform: uppercase; }
  @media (min-width: 44em) {
    /* line 234, ../sass/components/_products.scss */
    .field--name-field-child-services .field__item > .node--service--teaser {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      display: inline-block; }
    /* line 239, ../sass/components/_products.scss */
    .field--name-field-child-services .field__item:nth-of-type(4n) > .node--service--teaser {
      width: 23.72881%;
      float: right;
      margin-right: 0; } }

/* line 245, ../sass/components/_products.scss */
.field--name-field-gallery-images .field__item {
  width: 49.15254%;
  float: left;
  margin-right: 1.69492%;
  display: inline-block;
  margin: 10px 0; }
  @media (min-width: 44em) {
    /* line 245, ../sass/components/_products.scss */
    .field--name-field-gallery-images .field__item {
      width: 23.72881%;
      float: left;
      margin-right: 1.69492%;
      display: inline-block; }
      /* line 254, ../sass/components/_products.scss */
      .field--name-field-gallery-images .field__item:nth-of-type(4n) {
        width: 23.72881%;
        float: right;
        margin-right: 0; } }

/* line 260, ../sass/components/_products.scss */
ul.thicknesses {
  list-style: none;
  margin-top: 0; }

/* line 2, ../sass/components/_services.scss */
.services-list ul {
  list-style: none;
  padding: 0; }
  /* line 6, ../sass/components/_services.scss */
  .services-list ul li {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    /* line 12, ../../../../../../../../.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/susy-2.2.7/sass/susy/output/support/_clearfix.scss */
    .services-list ul li:after {
      content: " ";
      display: block;
      clear: both; }
    /* line 10, ../sass/components/_services.scss */
    .services-list ul li .service-image {
      width: 32.20339%;
      float: left;
      margin-right: 1.69492%; }
    /* line 13, ../sass/components/_services.scss */
    .services-list ul li .service-details {
      width: 66.10169%;
      float: right;
      margin-right: 0; }
      /* line 16, ../sass/components/_services.scss */
      .services-list ul li .service-details .views-field-title a {
        color: #6376a8;
        font-size: 1.2em;
        text-decoration: none;
        text-transform: uppercase; }

/* line 1, ../sass/components/_slideshow.scss */
.node--feature-slide {
  position: relative; }
  /* line 4, ../sass/components/_slideshow.scss */
  .node--feature-slide .field--type-image {
    border: 1px solid #d9d7d7;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
    background-color: #fff; }
  /* line 11, ../sass/components/_slideshow.scss */
  .node--feature-slide .slide-details {
    position: absolute;
    /*width: 40%;*/
    min-height: 20%;
    /*background-color: rgba(0, 0, 0, 0.6);*/ }
    /* line 16, ../sass/components/_slideshow.scss */
    .node--feature-slide .slide-details.dark {
      color: #000; }
    /* line 19, ../sass/components/_slideshow.scss */
    .node--feature-slide .slide-details.light {
      color: #fff; }
    /* line 22, ../sass/components/_slideshow.scss */
    .node--feature-slide .slide-details.top-left {
      top: 12%;
      left: 5%; }
      /* line 25, ../sass/components/_slideshow.scss */
      .node--feature-slide .slide-details.top-left .field--name-body {
        text-align: left; }
    /* line 29, ../sass/components/_slideshow.scss */
    .node--feature-slide .slide-details.top-right {
      top: 12%;
      right: 5%; }
      /* line 32, ../sass/components/_slideshow.scss */
      .node--feature-slide .slide-details.top-right .field--name-body {
        text-align: right; }
    /* line 36, ../sass/components/_slideshow.scss */
    .node--feature-slide .slide-details.bottom-left {
      bottom: 12%;
      left: 5%; }
      /* line 39, ../sass/components/_slideshow.scss */
      .node--feature-slide .slide-details.bottom-left .field--name-body {
        text-align: left; }
    /* line 43, ../sass/components/_slideshow.scss */
    .node--feature-slide .slide-details.bottom-right {
      bottom: 12%;
      right: 5%; }
      /* line 46, ../sass/components/_slideshow.scss */
      .node--feature-slide .slide-details.bottom-right .field--name-body {
        text-align: right; }
    /* line 51, ../sass/components/_slideshow.scss */
    .node--feature-slide .slide-details .field--name-body {
      margin: 20px;
      font-style: italic;
      font-size: 1.3em;
      font-weight: bold;
      line-height: 1.3em; }
    /* line 59, ../sass/components/_slideshow.scss */
    .node--feature-slide .slide-details .field--name-field-link {
      position: absolute;
      bottom: 0;
      margin: 0 0 50px;
      text-align: center;
      width: 100%; }
      /* line 65, ../sass/components/_slideshow.scss */
      .node--feature-slide .slide-details .field--name-field-link a {
        border-bottom: 1px solid #fff;
        color: #fff;
        font-style: italic;
        font-size: 1.2em;
        text-decoration: none; }
        /* line 71, ../sass/components/_slideshow.scss */
        .node--feature-slide .slide-details .field--name-field-link a:after {
          content: "\00a0\003e"; }

@media (min-width: 44em) {
  /* line 81, ../sass/components/_slideshow.scss */
  .node--feature-slide .slide-details .field--name-body {
    font-size: 1.8em;
    line-height: 1.8em; } }
/* line 1, ../sass/components/_taxomony.scss */
.term-listing-heading {
  margin-bottom: 2em; }

/* line 5, ../sass/components/_taxomony.scss */
.field--name-field-note {
  float: right;
  font-size: 0.8em;
  text-align: right; }

/* line 2, ../sass/components/_views-exposed-widget.scss */
.views-exposed-widget .views-widget {
  display: inline-block; }
/* line 5, ../sass/components/_views-exposed-widget.scss */
.views-exposed-widget .description {
  display: none; }

/* line 26, ../sass/sce.styles.scss */
body {
  background-image: url(../images/bkgrd-default-2.jpg);
  /*background-image: url(../images/bkgrd-default.jpg);*/
  background-repeat: no-repeat;
  background-size: cover;
  font-family: "Open Sans", sans-serif; }

/* line 34, ../sass/sce.styles.scss */
form, h2, h3, h4, p {
  /*max-width: 750px;*/ }

/* line 38, ../sass/sce.styles.scss */
h1 {
  text-transform: uppercase;
  border-image: url(../images/bkgrd-heading.png);
  border-image-slice: 0 0 3 0;
  border-image-width: 0px 0px 3px 0px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  padding-bottom: 15px; }

/* line 48, ../sass/sce.styles.scss */
h2 {
  /*color: $sce-blue;*/ }

/* line 52, ../sass/sce.styles.scss */
a {
  color: #6376a8;
  text-decoration: none; }
  /* line 55, ../sass/sce.styles.scss */
  a:hover {
    text-decoration: underline; }

/* line 60, ../sass/sce.styles.scss */
u {
  text-decoration: underline; }

/* line 64, ../sass/sce.styles.scss */
blockquote {
  color: #6376a8;
  border-left: solid 4px #6376a8;
  font-style: italic;
  margin: 8px 0;
  padding: 8px 0 8px 40px; }

/* line 72, ../sass/sce.styles.scss */
.blue-text {
  color: #2c5ca8; }

/* line 76, ../sass/sce.styles.scss */
.grey-text {
  color: #464646; }

/* line 80, ../sass/sce.styles.scss */
.underline {
  text-decoration: underline; }

/* line 84, ../sass/sce.styles.scss */
.no-margin {
  margin: 0; }

/* line 87, ../sass/sce.styles.scss */
.bottom-margin {
  margin: 0 0 1em; }

/* line 90, ../sass/sce.styles.scss */
.uppercase {
  text-transform: uppercase; }

/* Start: default layout stuff*/
/* line 96, ../sass/sce.styles.scss */
.l-header,
.l-main,
.l-footer {
  color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: $vert-spacing-unit;*/ }
  /* line 12, ../../../../../../../../.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/susy-2.2.7/sass/susy/output/support/_clearfix.scss */
  .l-header:after,
  .l-main:after,
  .l-footer:after {
    content: " ";
    display: block;
    clear: both; }

/* line 105, ../sass/sce.styles.scss */
.l-main {
  padding: 20px 0; }

/* line 109, ../sass/sce.styles.scss */
.l-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-top: 20px;
  float: none !important; }
  /* line 12, ../../../../../../../../.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/susy-2.2.7/sass/susy/output/support/_clearfix.scss */
  .l-container:after {
    content: " ";
    display: block;
    clear: both; }
  /* line 114, ../sass/sce.styles.scss */
  .l-container.content-wrap {
    padding: 0 1em; }

/* line 119, ../sass/sce.styles.scss */
.l-branding {
  width: 32.20339%;
  float: left;
  margin-right: 1.69492%; }

/* line 122, ../sass/sce.styles.scss */
.l-navigation {
  width: 66.10169%;
  float: right;
  margin-right: 0; }

/* line 126, ../sass/sce.styles.scss */
.l-region--highlighted,
.l-region--help,
.l-region--sidebar-first,
.l-half-width,
.l-third-width,
.l-quarter-width {
  margin-bottom: 20px; }

/* line 136, ../sass/sce.styles.scss */
.l-content,
.l-half-width,
.l-third-width,
.l-quarter-width {
  /*padding: 0 $horz-spacing-unit;*/ }

@media (min-width: 44em) {
  /* line 144, ../sass/sce.styles.scss */
  .l-header,
  .l-main,
  .l-footer {
    max-width: 1200px; }

  /* line 151, ../sass/sce.styles.scss */
  .l-region--header {
    /*@include span(last 8 of $tab-columns); // Span the last (omega) 8 columns of 12.*/ }

  /* line 154, ../sass/sce.styles.scss */
  .l-branding {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%; }

  /* line 157, ../sass/sce.styles.scss */
  .l-navigation {
    width: 74.57627%;
    float: right;
    margin-right: 0; }

  /* line 161, ../sass/sce.styles.scss */
  .l-third-width {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%; }
    /* line 163, ../sass/sce.styles.scss */
    .l-third-width:nth-of-type(3n) {
      width: 32.20339%;
      float: right;
      margin-right: 0; }

  /* line 168, ../sass/sce.styles.scss */
  .l-half-width,
  .l-quarter-width {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    padding: 0; }
    /* line 172, ../sass/sce.styles.scss */
    .l-half-width:nth-child(even),
    .l-quarter-width:nth-child(even) {
      float: right;
      margin-right: 0; } }
@media (min-width: 60em) {
  /* line 180, ../sass/sce.styles.scss */
  .l-header,
  .l-main,
  .l-footer {
    max-width: 1200px; }

  /* line 188, ../sass/sce.styles.scss */
  .l-container.content-wrap {
    padding: 0; }

  /* line 193, ../sass/sce.styles.scss */
  .l-branding {
    width: 17.72152%;
    float: left;
    margin-right: 1.26582%; }

  /* line 196, ../sass/sce.styles.scss */
  .l-navigation {
    width: 81.01266%;
    float: right;
    margin-right: 0; }

  /* line 200, ../sass/sce.styles.scss */
  .l-content {
    padding: 0; }

  /* line 204, ../sass/sce.styles.scss */
  .l-quarter-width {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%; }
    /* line 206, ../sass/sce.styles.scss */
    .l-quarter-width:nth-child(even) {
      float: left;
      margin-right: 1.26582%; }
    /* line 210, ../sass/sce.styles.scss */
    .l-quarter-width:nth-child(4n) {
      float: right;
      margin-right: 0; } }
/* End: default layout stuff*/
/* Start: header stuff */
/* line 222, ../sass/sce.styles.scss */
header {
  background-color: #0a0c0a;
  background-image: url(../images/bkgrd-header.jpg);
  /*background-repeat: repeat-x;*/ }

/* line 228, ../sass/sce.styles.scss */
.l-branding {
  max-height: 100px; }
  /* line 233, ../sass/sce.styles.scss */
  .l-branding a.site-logo img {
    height: 100px; }

/* line 239, ../sass/sce.styles.scss */
.l-navigation {
  padding: 35px 0 0;
  text-transform: uppercase; }

/* line 244, ../sass/sce.styles.scss */
.menu-toggle {
  color: #fff;
  float: right;
  margin-right: 10px; }
  /* line 249, ../sass/sce.styles.scss */
  .menu-toggle .line {
    background-color: #fff;
    border-bottom: 1px solid #fff; }

/* line 256, ../sass/sce.styles.scss */
.responsive-menu li {
  overflow: visible;
  padding-right: 0; }
  @media (min-width: 60em) {
    /* line 256, ../sass/sce.styles.scss */
    .responsive-menu li {
      position: relative; } }
  /* line 267, ../sass/sce.styles.scss */
  .responsive-menu li .hover-menu-item {
    left: 0;
    position: relative; }
    /* line 271, ../sass/sce.styles.scss */
    .responsive-menu li .hover-menu-item::after {
      content: "›";
      padding-left: 0.5em; }
  /* line 277, ../sass/sce.styles.scss */
  .responsive-menu li .sub-menu {
    display: none;
    margin: 0;
    padding-left: 0;
    background-color: #0a0c0a;
    background-image: url(../images/bkgrd-header.jpg); }
    @media (min-width: 60em) {
      /* line 277, ../sass/sce.styles.scss */
      .responsive-menu li .sub-menu {
        left: 0;
        position: absolute; } }
  /* line 290, ../sass/sce.styles.scss */
  .responsive-menu li .sub-menu li {
    display: block;
    padding-right: 0; }
  /* line 295, ../sass/sce.styles.scss */
  .responsive-menu li .sub-menu li a {
    display: inline-block;
    text-align: right;
    width: 100%; }
    @media (min-width: 60em) {
      /* line 295, ../sass/sce.styles.scss */
      .responsive-menu li .sub-menu li a {
        text-align: left;
        width: 12em; } }
  @media (min-width: 60em) {
    /* line 306, ../sass/sce.styles.scss */
    .responsive-menu li .sub-menu .sub-menu {
      left: 12em;
      top: 0; } }
  /* line 313, ../sass/sce.styles.scss */
  .responsive-menu li:focus > .sub-menu, .responsive-menu li:hover > .sub-menu {
    display: block; }
  /* line 317, ../sass/sce.styles.scss */
  .responsive-menu li a {
    color: #fff;
    display: block;
    padding: 3px 10px;
    text-align: right;
    text-decoration: none; }
    /* line 323, ../sass/sce.styles.scss */
    .responsive-menu li a:hover {
      text-decoration: underline; }

@media (min-width: 44em) {
  /* line 331, ../sass/sce.styles.scss */
  .l-branding {
    max-height: 120px; }
    /* line 336, ../sass/sce.styles.scss */
    .l-branding a.site-logo img {
      height: 100px; }

  /* line 341, ../sass/sce.styles.scss */
  .l-navigation {
    padding: 37px 0 0; }

  /*.responsive-menu {*/
  /*padding-left: 0;*/
  /*padding-right: 10px;*/
  /*li {*/
  /*a {*/
  /*padding: 5px 8px;*/
  /*text-align: center;*/
  /*}*/
  /*}*/
  /*}*/ }
@media (min-width: 60em) {
  /* line 357, ../sass/sce.styles.scss */
  .l-branding {
    max-height: 160px; }
    /* line 362, ../sass/sce.styles.scss */
    .l-branding a.site-logo img {
      height: auto; }

  /* line 367, ../sass/sce.styles.scss */
  .l-navigation {
    padding: 45px 0 0; }

  /* line 370, ../sass/sce.styles.scss */
  .responsive-menu {
    display: table;
    float: right;
    font-size: 1.1rem;
    padding-right: 0; }
    /* line 375, ../sass/sce.styles.scss */
    .responsive-menu li {
      float: left; }
      /* line 377, ../sass/sce.styles.scss */
      .responsive-menu li a {
        display: inline-block;
        padding: 5px 14px;
        text-align: center; } }
/* End: header stuff */
/* Start: Breadcrumbs */
/* line 391, ../sass/sce.styles.scss */
.element-invisible {
  margin: 0; }

/* line 395, ../sass/sce.styles.scss */
.breadcrumb {
  color: #000;
  padding: 0;
  margin: 0; }
  /* line 400, ../sass/sce.styles.scss */
  .breadcrumb li {
    display: inline-block;
    list-style: none;
    padding: 0 0.1em;
    text-transform: capitalize; }
    /* line 406, ../sass/sce.styles.scss */
    .breadcrumb li:after {
      content: ' >'; }
    /* line 409, ../sass/sce.styles.scss */
    .breadcrumb li:last-child:after {
      content: ' '; }
    /* line 412, ../sass/sce.styles.scss */
    .breadcrumb li a {
      color: #000;
      text-decoration: none; }
      /* line 415, ../sass/sce.styles.scss */
      .breadcrumb li a:hover {
        text-decoration: underline; }

/* End: Breadcrumnbs */
/* Start: Footer */
/* line 427, ../sass/sce.styles.scss */
.wrap-footer-featured {
  background-color: #0a0c0a;
  color: #fff;
  min-height: 100px;
  padding: 1px 0; }
  /* line 432, ../sass/sce.styles.scss */
  .wrap-footer-featured h2.pane-title {
    color: #fff;
    font-weight: normal;
    text-transform: uppercase; }
  /* line 437, ../sass/sce.styles.scss */
  .wrap-footer-featured p {
    color: #fff; }

/* line 442, ../sass/sce.styles.scss */
.wrap-footer {
  background: #464646;
  padding: 1em 0; }
  /* line 446, ../sass/sce.styles.scss */
  .wrap-footer p {
    margin: 0; }

/* line 452, ../sass/sce.styles.scss */
#footer-menu ul.menu {
  margin: 0;
  padding: 0;
  text-align: right; }
  /* line 457, ../sass/sce.styles.scss */
  #footer-menu ul.menu li {
    display: inline-block;
    list-style: none; }
    /* line 461, ../sass/sce.styles.scss */
    #footer-menu ul.menu li a {
      color: #fff;
      padding: 0 0.25em;
      text-decoration: none; }

/* End: Footer */
/* Start: Colorbox overrides */
/* line 474, ../sass/sce.styles.scss */
#cboxCurrent {
  left: 120px; }

/* End: Colorbox overrides */

/*# sourceMappingURL=sce.styles.css.map */
