/* line 22, ../sass/variables/_grid.scss */
.l-constrained, .l-region--header .main-menu .menu-block-wrapper, .homepage-blueprint .fieldable-panels-pane, .homepage-merchandise .fieldable-panels-pane, .what-is-goodthingz h2, .what-is-goodthingz p {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  clear: both; }

@media (min-width: 44em) {
  /* line 30, ../sass/variables/_grid.scss */
  .l-constrained, .l-region--header .main-menu .menu-block-wrapper, .homepage-blueprint .fieldable-panels-pane, .homepage-merchandise .fieldable-panels-pane, .what-is-goodthingz h2, .what-is-goodthingz p {
    width: 75%; } }
@media (min-width: 66em) {
  /* line 37, ../sass/variables/_grid.scss */
  .l-constrained, .l-region--header .main-menu .menu-block-wrapper, .homepage-blueprint .fieldable-panels-pane, .homepage-merchandise .fieldable-panels-pane, .what-is-goodthingz h2, .what-is-goodthingz p {
    width: 65%; } }
/* No files to import found in abstractions/**\/* */
/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* line 1, ../sass/base/_typography.scss */
h1 {
  display: none; }

/* line 5, ../sass/base/_typography.scss */
h2 {
  padding-bottom: .2em;
  margin-bottom: .4em;
  font-size: .8em;
  font-family: "clarendon-text-pro", serif;
  font-weight: 600; }
  @media (min-width: 44em) {
    /* line 5, ../sass/base/_typography.scss */
    h2 {
      font-size: 1.3em; } }
  @media (min-width: 66em) {
    /* line 5, ../sass/base/_typography.scss */
    h2 {
      font-size: 1.6em; } }

/* line 21, ../sass/base/_typography.scss */
h3, h4, h5 {
  font-family: "clarendon-text-pro", serif; }

/* line 25, ../sass/base/_typography.scss */
p {
  line-height: 160%;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", sans-serif;
  margin-bottom: 1em;
  font-size: .7em; }
  /* line 30, ../sass/base/_typography.scss */
  p:last-child {
    margin-bottom: 0; }
  @media (min-width: 44em) {
    /* line 25, ../sass/base/_typography.scss */
    p {
      font-size: .85em; } }
  @media (min-width: 66em) {
    /* line 25, ../sass/base/_typography.scss */
    p {
      font-size: .9em; } }
  /* line 42, ../sass/base/_typography.scss */
  p.intro {
    font-size: 1em;
    line-height: 150%; }

/* line 48, ../sass/base/_typography.scss */
ul, ol {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", sans-serif; }
  @media (min-width: 44em) {
    /* line 48, ../sass/base/_typography.scss */
    ul, ol {
      font-size: .85em; } }
  @media (min-width: 66em) {
    /* line 48, ../sass/base/_typography.scss */
    ul, ol {
      font-size: .9em; } }
  /* line 57, ../sass/base/_typography.scss */
  ul li, ol li {
    line-height: 140%; }

/* line 62, ../sass/base/_typography.scss */
a.button {
  display: inline-block;
  padding: .3em;
  background-color: #00bcf2;
  color: #fff;
  border-radius: 6px;
  padding: .3em .8em;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  -moz-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out; }
  /* line 74, ../sass/base/_typography.scss */
  a.button:hover {
    background-color: #007eaa;
    box-shadow: 0px 0px 10px black; }

/* line 2, ../sass/components/_basic_page.scss */
.node-type-page .l-content {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2em;
  height: 100%; }
  @media (min-width: 25em) {
    /* line 2, ../sass/components/_basic_page.scss */
    .node-type-page .l-content {
      width: 70%; } }
  @media (min-width: 44em) {
    /* line 2, ../sass/components/_basic_page.scss */
    .node-type-page .l-content {
      width: 50%;
      max-width: 1400px; } }
  /* line 14, ../sass/components/_basic_page.scss */
  .node-type-page .l-content a {
    color: #00bcf2;
    text-decoration: none;
    font-weight: 400;
    border-bottom: 0px solid #00bcf2;
    -moz-transition: border-bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: border-bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: border-bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: border-bottom 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
    /* line 20, ../sass/components/_basic_page.scss */
    .node-type-page .l-content a:hover {
      border-bottom: 2px solid #00bcf2; }

/* line 2, ../sass/components/_contact.scss */
.section-contact .webform-component--contact {
  background-image: url(../images/bg_blue2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0; }
  /* line 7, ../sass/components/_contact.scss */
  .section-contact .webform-component--contact .contact-wrapper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 2em; }
    @media (min-width: 25em) {
      /* line 7, ../sass/components/_contact.scss */
      .section-contact .webform-component--contact .contact-wrapper {
        width: 70%; } }
    @media (min-width: 44em) {
      /* line 7, ../sass/components/_contact.scss */
      .section-contact .webform-component--contact .contact-wrapper {
        width: 50%;
        max-width: 1400px; } }
    /* line 18, ../sass/components/_contact.scss */
    .section-contact .webform-component--contact .contact-wrapper h2 {
      border-bottom: 1px solid #fff;
      margin-top: 0;
      padding-top: 1em;
      font-weight: 400; }
    /* line 25, ../sass/components/_contact.scss */
    .section-contact .webform-component--contact .contact-wrapper p.phone {
      color: #fff;
      font-size: 1.25em;
      margin-bottom: -.5em;
      margin-top: .5em; }
/* line 34, ../sass/components/_contact.scss */
.section-contact .webform-component--map {
  position: relative;
  padding-bottom: 35%;
  height: 0;
  overflow: hidden;
  margin-bottom: 0; }
  /* line 40, ../sass/components/_contact.scss */
  .section-contact .webform-component--map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }
/* line 48, ../sass/components/_contact.scss */
.section-contact .webform-gt-outside {
  background-image: url(../images/bg_grey2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0; }
  /* line 53, ../sass/components/_contact.scss */
  .section-contact .webform-gt-outside .webform-gt {
    width: 90%;
    margin: 0 auto;
    padding: 2em 0; }
    @media (min-width: 25em) {
      /* line 53, ../sass/components/_contact.scss */
      .section-contact .webform-gt-outside .webform-gt {
        width: 70%; } }
    @media (min-width: 44em) {
      /* line 53, ../sass/components/_contact.scss */
      .section-contact .webform-gt-outside .webform-gt {
        width: 50%;
        max-width: 1400px; } }
    /* line 64, ../sass/components/_contact.scss */
    .section-contact .webform-gt-outside .webform-gt input, .section-contact .webform-gt-outside .webform-gt textarea {
      border-radius: 5px;
      border: 0;
      width: 100%;
      padding: .75em .5em;
      font-size: .9em; }
    /* line 71, ../sass/components/_contact.scss */
    .section-contact .webform-gt-outside .webform-gt input {
      height: 1.5em; }
    /* line 75, ../sass/components/_contact.scss */
    .section-contact .webform-gt-outside .webform-gt .webform-component label {
      text-transform: uppercase;
      font-size: .6em;
      color: #322f31;
      padding-bottom: .5em; }
/* line 84, ../sass/components/_contact.scss */
.section-contact input.webform-submit.button-primary.form-submit {
  display: block;
  background-color: #00bcf2;
  width: auto;
  height: auto;
  padding: .5em 1.5em;
  position: relative;
  text-align: center;
  margin: 2em auto;
  text-transform: uppercase;
  -moz-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
  -o-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
  -webkit-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out; }
  /* line 98, ../sass/components/_contact.scss */
  .section-contact input.webform-submit.button-primary.form-submit:hover {
    background-color: #007eaa;
    box-shadow: 0px 0px 10px black; }

/* line 1, ../sass/components/_footer.scss */
.l-footer {
  border-top: 1px solid #fff; }
  /* line 3, ../sass/components/_footer.scss */
  .l-footer .l-region--footer {
    background-color: #333333;
    background-image: url(../images/fun-texture-20.png);
    background-size: 175px 175px;
    height: 90px;
    padding-top: 1em; }
  /* line 11, ../sass/components/_footer.scss */
  .l-footer p {
    margin: 0px;
    padding: 0px; }
  /* line 16, ../sass/components/_footer.scss */
  .l-footer .footer-goodthingz-logo {
    position: absolute;
    left: 2em;
    display: none; }
    @media (min-width: 44em) {
      /* line 16, ../sass/components/_footer.scss */
      .l-footer .footer-goodthingz-logo {
        display: block; } }
    /* line 24, ../sass/components/_footer.scss */
    .l-footer .footer-goodthingz-logo a {
      background-image: url(../images/footer-gtz.png);
      width: 222px;
      height: 48px;
      background-size: 100% 100%;
      display: block; }
      /* line 30, ../sass/components/_footer.scss */
      .l-footer .footer-goodthingz-logo a span {
        display: none; }
      /* line 33, ../sass/components/_footer.scss */
      .l-footer .footer-goodthingz-logo a:hover {
        opacity: .8; }
  /* line 39, ../sass/components/_footer.scss */
  .l-footer .footer-blueprint-logo {
    position: absolute;
    right: 2em;
    display: none; }
    @media (min-width: 44em) {
      /* line 39, ../sass/components/_footer.scss */
      .l-footer .footer-blueprint-logo {
        display: block; } }
    /* line 48, ../sass/components/_footer.scss */
    .l-footer .footer-blueprint-logo a {
      background-image: url(../images/footer-blueprint.png);
      width: 103px;
      height: 62px;
      background-size: 100% 100%;
      display: block; }
      /* line 54, ../sass/components/_footer.scss */
      .l-footer .footer-blueprint-logo a span {
        display: none; }
      /* line 57, ../sass/components/_footer.scss */
      .l-footer .footer-blueprint-logo a:hover {
        opacity: .8; }
  /* line 63, ../sass/components/_footer.scss */
  .l-footer .footer-contact {
    width: 59.18367%;
    float: left;
    margin-right: -100%;
    margin-left: 20.40816%;
    clear: none;
    text-align: center;
    color: #fff;
    padding: 0px; }
    @media (min-width: 66em) {
      /* line 63, ../sass/components/_footer.scss */
      .l-footer .footer-contact {
        margin-top: .75em; } }
    /* line 71, ../sass/components/_footer.scss */
    .l-footer .footer-contact .block__content {
      display: inline-block; }
      /* line 73, ../sass/components/_footer.scss */
      .l-footer .footer-contact .block__content strong {
        color: #ebb61e; }
      /* line 77, ../sass/components/_footer.scss */
      .l-footer .footer-contact .block__content a {
        color: #ebb61e;
        text-decoration: none; }
        /* line 80, ../sass/components/_footer.scss */
        .l-footer .footer-contact .block__content a:hover {
          color: #fff; }

@media (min-width: 44em) {
  /* line 89, ../sass/components/_footer.scss */
  HTML, BODY {
    height: 100%; }

  /* line 92, ../sass/components/_footer.scss */
  .l-page {
    min-height: 100%;
    position: relative; }

  /* line 96, ../sass/components/_footer.scss */
  .l-main {
    padding-bottom: 3em;
    /* same as .l-footer height */ }

  /* line 99, ../sass/components/_footer.scss */
  .l-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3em;
    /* same as .l-main padding-bottom */ } }
/* line 109, ../sass/components/_footer.scss */
p.s51 {
  font-size: .6em;
  padding-top: .7em; }
  @media (min-width: 66em) {
    /* line 112, ../sass/components/_footer.scss */
    p.s51 a {
      padding-top: 1.25em; } }

/* line 1, ../sass/components/_gtz_wall_slider.scss */
.pane-bundle-panel-with-text-only {
  padding: 2em 0 2em 0; }
  /* line 3, ../sass/components/_gtz_wall_slider.scss */
  .pane-bundle-panel-with-text-only h2, .pane-bundle-panel-with-text-only .fieldable-panels-pane {
    width: 90%;
    max-width: 800px;
    margin: 0 auto; }
    @media (min-width: 44em) {
      /* line 3, ../sass/components/_gtz_wall_slider.scss */
      .pane-bundle-panel-with-text-only h2, .pane-bundle-panel-with-text-only .fieldable-panels-pane {
        width: 75%; } }
    @media (min-width: 66em) {
      /* line 3, ../sass/components/_gtz_wall_slider.scss */
      .pane-bundle-panel-with-text-only h2, .pane-bundle-panel-with-text-only .fieldable-panels-pane {
        width: 65%; } }

/* line 17, ../sass/components/_gtz_wall_slider.scss */
.panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views {
  position: relative; }
  /* line 19, ../sass/components/_gtz_wall_slider.scss */
  .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views:before {
    content: " ";
    display: block;
    width: 2em;
    height: 2em;
    background-color: #ffffff;
    position: absolute;
    left: calc(50% - .7em);
    border-radius: 6px;
    z-index: 2;
    top: -1.1em;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 35, ../sass/components/_gtz_wall_slider.scss */
  .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views h2.pane-title {
    display: none; }
  /* line 39, ../sass/components/_gtz_wall_slider.scss */
  .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views .gtz-wall .view-header {
    top: calc(50% - 20px); }
    /* line 41, ../sass/components/_gtz_wall_slider.scss */
    .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views .gtz-wall .view-header .slider-arrows {
      text-align: center; }
      /* line 43, ../sass/components/_gtz_wall_slider.scss */
      .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views .gtz-wall .view-header .slider-arrows .arrow-left {
        float: left; }
      /* line 46, ../sass/components/_gtz_wall_slider.scss */
      .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views .gtz-wall .view-header .slider-arrows .arrow-right {
        float: right; }
      /* line 49, ../sass/components/_gtz_wall_slider.scss */
      .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views .gtz-wall .view-header .slider-arrows a {
        background-color: transparent;
        text-decoration: none;
        color: #ffffff;
        text-shadow: 0px 0px 10px black;
        font-size: 3em; }
        /* line 55, ../sass/components/_gtz_wall_slider.scss */
        .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views .gtz-wall .view-header .slider-arrows a span {
          display: none; }
  /* line 62, ../sass/components/_gtz_wall_slider.scss */
  .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views .gtz-wall .view-content .views-row {
    height: 25em;
    background-size: cover;
    background-repeat: no-repeat; }
    /* line 67, ../sass/components/_gtz_wall_slider.scss */
    .panel-pane.pane-block.pane-views-s51-slider-block-block-4.pane-views .gtz-wall .view-content .views-row .views-field-s51-slide-image img {
      display: none; }

/* line 1, ../sass/components/_header.scss */
.l-region--header {
  background-color: #fff;
  position: relative;
  border-bottom: 4px solid #ebb61e;
  z-index: 5; }
  @media (min-width: 44em) {
    /* line 1, ../sass/components/_header.scss */
    .l-region--header {
      position: fixed;
      top: 0;
      width: 100%; } }
  /* line 11, ../sass/components/_header.scss */
  .l-region--header .hamburger-menu {
    position: absolute;
    top: calc(50% - 1em);
    left: 0; }
    /* line 16, ../sass/components/_header.scss */
    .l-region--header .hamburger-menu ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      list-style-image: none;
      list-style: none;
      text-align: right; }
      /* line 23, ../sass/components/_header.scss */
      .l-region--header .hamburger-menu ul li {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        margin-right: .5em; }
        /* line 29, ../sass/components/_header.scss */
        .l-region--header .hamburger-menu ul li a {
          text-decoration: none;
          font-size: 2em;
          text-shadow: 0px 0px 0px transparent;
          margin-left: .5em;
          color: #ebb61e;
          -moz-transition: text-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -o-transition: text-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -webkit-transition: text-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: text-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
          /* line 39, ../sass/components/_header.scss */
          .l-region--header .hamburger-menu ul li a:hover, .l-region--header .hamburger-menu ul li a:focus, .l-region--header .hamburger-menu ul li a:active {
            -moz-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            color: #333333;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }
          /* line 45, ../sass/components/_header.scss */
          .l-region--header .hamburger-menu ul li a span {
            display: none; }
  /* line 53, ../sass/components/_header.scss */
  .l-region--header .goodthingz-logo {
    margin: 1em;
    -moz-transition: margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: margin 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    width: 54.54545%;
    float: left;
    margin-right: -100%;
    margin-left: 20.20202%;
    clear: none;
    text-align: center; }
    @media (min-width: 44em) {
      /* line 53, ../sass/components/_header.scss */
      .l-region--header .goodthingz-logo {
        width: 79.59184%;
        float: left;
        margin-right: -100%;
        margin-left: 10.20408%;
        clear: none; } }
    /* line 61, ../sass/components/_header.scss */
    .l-region--header .goodthingz-logo p {
      margin: 0px;
      padding: 0px; }
    /* line 65, ../sass/components/_header.scss */
    .l-region--header .goodthingz-logo a {
      display: inline-block; }
      /* line 67, ../sass/components/_header.scss */
      .l-region--header .goodthingz-logo a img {
        -moz-transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        max-height: 50px; }
        @media (min-width: 44em) {
          /* line 67, ../sass/components/_header.scss */
          .l-region--header .goodthingz-logo a img {
            max-height: 70px;
            height: 70px; } }
        @media (min-width: 66em) {
          /* line 67, ../sass/components/_header.scss */
          .l-region--header .goodthingz-logo a img {
            max-height: 90px;
            height: 90px; } }
  /* line 82, ../sass/components/_header.scss */
  .l-region--header .social-media {
    position: absolute;
    top: calc(50% - 1em);
    right: 0; }
    /* line 87, ../sass/components/_header.scss */
    .l-region--header .social-media ul {
      margin: 0px;
      padding: 0px;
      list-style-type: none;
      list-style-image: none;
      list-style: none;
      text-align: right; }
      /* line 94, ../sass/components/_header.scss */
      .l-region--header .social-media ul li {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        margin-right: .5em;
        display: none; }
        /* line 100, ../sass/components/_header.scss */
        .l-region--header .social-media ul li:last-child {
          display: inline-block; }
        @media (min-width: 44em) {
          /* line 94, ../sass/components/_header.scss */
          .l-region--header .social-media ul li {
            display: inline-block; } }
        /* line 107, ../sass/components/_header.scss */
        .l-region--header .social-media ul li a {
          display: inline-block;
          color: #bbbdc0;
          text-decoration: none;
          font-size: 2em;
          text-shadow: 0px 0px 0px transparent;
          -moz-transition: text-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -moz-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -o-transition: text-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -o-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          -webkit-transition: text-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition: text-shadow 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
          /* line 116, ../sass/components/_header.scss */
          .l-region--header .social-media ul li a.blueprint {
            color: #00bcf2; }
          /* line 120, ../sass/components/_header.scss */
          .l-region--header .social-media ul li a:hover, .l-region--header .social-media ul li a:focus, .l-region--header .social-media ul li a:active {
            -moz-transform: scale(1.2, 1.2);
            -ms-transform: scale(1.2, 1.2);
            -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            color: #333333;
            text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25); }
          /* line 126, ../sass/components/_header.scss */
          .l-region--header .social-media ul li a span {
            display: none; }
  /* line 134, ../sass/components/_header.scss */
  .l-region--header .clear-both {
    clear: both;
    font-size: 0; }
  /* line 139, ../sass/components/_header.scss */
  .l-region--header .main-menu {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: 4px;
    padding-bottom: 2em;
    border-bottom: 4px solid #bbbdc0;
    display: none; }
    /* line 147, ../sass/components/_header.scss */
    .l-region--header .main-menu .menu-block-wrapper {
      padding: 2em 0; }
      /* line 150, ../sass/components/_header.scss */
      .l-region--header .main-menu .menu-block-wrapper ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
        list-style-image: none;
        list-style: none; }
        /* line 156, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper ul li {
          margin: 0px;
          padding: 0px;
          list-style-type: none;
          list-style-image: none;
          list-style: none;
          color: #ffffff; }
          /* line 164, ../sass/components/_header.scss */
          .l-region--header .main-menu .menu-block-wrapper ul li a {
            color: #fff;
            text-decoration: none;
            display: block;
            margin-bottom: .8em; }
      @media (min-width: 44em) {
        /* line 174, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(1) {
          width: 47.36842%;
          float: left;
          margin-right: -100%;
          margin-left: 0;
          clear: none; } }
      @media (min-width: 66em) {
        /* line 174, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(1) {
          width: 21.05263%;
          float: left;
          margin-right: -100%;
          margin-left: 0;
          clear: none; } }
      /* line 181, ../sass/components/_header.scss */
      .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(1) > a {
        color: #ebb61e;
        border-color: #ebb61e; }
      @media (min-width: 44em) {
        /* line 186, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(2) {
          width: 47.36842%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none; } }
      @media (min-width: 66em) {
        /* line 186, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(2) {
          width: 21.05263%;
          float: left;
          margin-right: -100%;
          margin-left: 26.31579%;
          clear: none; } }
      /* line 193, ../sass/components/_header.scss */
      .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(2) > a {
        color: #00bcf2;
        border-color: #00bcf2; }
      @media (min-width: 44em) {
        /* line 198, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(3) {
          width: 47.36842%;
          float: left;
          margin-right: -100%;
          margin-left: 0;
          clear: none;
          clear: both; } }
      @media (min-width: 66em) {
        /* line 198, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(3) {
          width: 21.05263%;
          float: left;
          margin-right: -100%;
          margin-left: 52.63158%;
          clear: none; } }
      /* line 206, ../sass/components/_header.scss */
      .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(3) > a {
        color: #a8c846;
        border-color: #a8c846; }
      @media (min-width: 44em) {
        /* line 211, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(4) {
          width: 47.36842%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none; } }
      @media (min-width: 66em) {
        /* line 211, ../sass/components/_header.scss */
        .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(4) {
          width: 21.05263%;
          float: right;
          margin-left: 0;
          margin-right: 0;
          clear: none; } }
      /* line 218, ../sass/components/_header.scss */
      .l-region--header .main-menu .menu-block-wrapper > ul > li:nth-child(4) > a {
        color: #ed3d96;
        border-color: #ed3d96; }
      /* line 224, ../sass/components/_header.scss */
      .l-region--header .main-menu .menu-block-wrapper > ul > li > a {
        text-transform: uppercase;
        font-size: 1.1em;
        border-bottom: 3px solid #fff;
        margin-bottom: 1em;
        display: block;
        font-weight: 700; }

@media (min-width: 44em) {
  /* line 238, ../sass/components/_header.scss */
  .collapse .goodthingz-logo {
    margin-top: .5em;
    margin-bottom: .5em; }
    /* line 244, ../sass/components/_header.scss */
    .collapse .goodthingz-logo a img {
      -moz-transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -o-transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      -webkit-transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
      transition: height 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } }
    @media (min-width: 44em) and (min-width: 44em) {
      /* line 244, ../sass/components/_header.scss */
      .collapse .goodthingz-logo a img {
        height: 60px; } }
    @media (min-width: 44em) and (min-width: 66em) {
      /* line 244, ../sass/components/_header.scss */
      .collapse .goodthingz-logo a img {
        height: 70px; } }

/* line 258, ../sass/components/_header.scss */
#header-spacer {
  display: none; }
  @media (min-width: 44em) {
    /* line 258, ../sass/components/_header.scss */
    #header-spacer {
      display: block; } }

/* line 267, ../sass/components/_header.scss */
.blueprint-section .l-region--header .hamburger-menu ul li a {
  color: #00bcf2; }

/* line 271, ../sass/components/_header.scss */
.blueprint-section .l-region--header .social-media ul li a.icon-gtz {
  color: #ebb61e;
  font-size: 2.75em;
  vertical-align: sub; }

/* line 277, ../sass/components/_header.scss */
.blueprint-section .l-region--header {
  border-bottom: 4px solid #00bcf2; }

/* line 1, ../sass/components/_homepage_blueprint.scss */
.homepage-blueprint {
  background-color: #333333;
  background-image: url(../images/square.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  @media (min-width: 66em) {
    /* line 1, ../sass/components/_homepage_blueprint.scss */
    .homepage-blueprint {
      background-position: left center; } }
  /* line 12, ../sass/components/_homepage_blueprint.scss */
  .homepage-blueprint h2 {
    background-color: #fff;
    font-weight: 300;
    text-align: center;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", sans-serif;
    padding: 1em;
    margin: 0;
    position: relative;
    z-index: 4;
    font-size: 1.2em; }
    @media (min-width: 44em) {
      /* line 12, ../sass/components/_homepage_blueprint.scss */
      .homepage-blueprint h2 {
        font-size: 1.3em; } }
    @media (min-width: 66em) {
      /* line 12, ../sass/components/_homepage_blueprint.scss */
      .homepage-blueprint h2 {
        font-size: 1.5em; } }
  /* line 34, ../sass/components/_homepage_blueprint.scss */
  .homepage-blueprint .field--name-field-sub-title {
    color: #00bcf2;
    font-size: 1.5em; }
    @media (min-width: 66em) {
      /* line 34, ../sass/components/_homepage_blueprint.scss */
      .homepage-blueprint .field--name-field-sub-title {
        margin-top: 2em;
        width: 48.97959%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none; } }
  /* line 42, ../sass/components/_homepage_blueprint.scss */
  .homepage-blueprint .field--name-field-body {
    color: #fff;
    padding-bottom: 2em; }
    @media (min-width: 66em) {
      /* line 42, ../sass/components/_homepage_blueprint.scss */
      .homepage-blueprint .field--name-field-body {
        width: 48.97959%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        clear: right; } }
  /* line 51, ../sass/components/_homepage_blueprint.scss */
  .homepage-blueprint .field--name-field-image {
    text-align: center; }
    /* line 53, ../sass/components/_homepage_blueprint.scss */
    .homepage-blueprint .field--name-field-image img {
      margin: 3em 0 1em 0;
      height: auto;
      width: 50%; }
    @media (min-width: 66em) {
      /* line 51, ../sass/components/_homepage_blueprint.scss */
      .homepage-blueprint .field--name-field-image {
        width: 38.77551%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none; }
        /* line 60, ../sass/components/_homepage_blueprint.scss */
        .homepage-blueprint .field--name-field-image img {
          margin: 3em 0;
          height: 150px;
          width: auto; } }
  /* line 68, ../sass/components/_homepage_blueprint.scss */
  .homepage-blueprint .fieldable-panels-pane {
    position: relative; }
    /* line 71, ../sass/components/_homepage_blueprint.scss */
    .homepage-blueprint .fieldable-panels-pane:after {
      clear: both;
      content: " ";
      display: block; }
    /* line 76, ../sass/components/_homepage_blueprint.scss */
    .homepage-blueprint .fieldable-panels-pane:before {
      content: " ";
      display: block;
      width: 2em;
      height: 2em;
      background-color: #ffffff;
      position: absolute;
      left: calc(50% - .7em);
      border-radius: 6px;
      z-index: 2;
      top: -1.1em;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  /* line 91, ../sass/components/_homepage_blueprint.scss */
  .homepage-blueprint .button-holder {
    text-align: center; }
    @media (min-width: 66em) {
      /* line 91, ../sass/components/_homepage_blueprint.scss */
      .homepage-blueprint .button-holder {
        text-align: left; } }

/* line 101, ../sass/components/_homepage_blueprint.scss */
.section-blueprint .pane-views-s51-slider-block-block-3 h2.pane-title {
  display: none; }
/* line 106, ../sass/components/_homepage_blueprint.scss */
.section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header {
  top: calc(50% - 20px); }
  /* line 109, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header .slider-arrows a {
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0px 0px 10px black;
    font-size: 3em; }
    /* line 115, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header .slider-arrows a span {
      display: none; }
  /* line 119, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header .slider-arrows .arrow-left {
    float: left; }
    @media (min-width: 44em) {
      /* line 119, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header .slider-arrows .arrow-left {
        margin-left: 3em;
        float: left; } }
    @media (min-width: 66em) {
      /* line 119, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header .slider-arrows .arrow-left {
        margin-left: 6em; } }
  /* line 129, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header .slider-arrows .arrow-right {
    float: right; }
    @media (min-width: 44em) {
      /* line 129, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header .slider-arrows .arrow-right {
        display: inline-block;
        margin-right: 3em; } }
    @media (min-width: 66em) {
      /* line 129, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .view-header .slider-arrows .arrow-right {
        margin-right: 6em; } }
/* line 141, ../sass/components/_homepage_blueprint.scss */
.section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .views-row {
  height: 9em;
  background-size: cover; }
  @media (min-width: 44em) {
    /* line 141, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .views-row {
      height: 25em; } }
  @media (min-width: 66em) {
    /* line 141, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .views-row {
      height: 25em; } }
  /* line 152, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .views-row .views-field-s51-slide-image .field-content img {
    display: none; }
  /* line 157, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .views-row .views-field-body {
    right: 10%;
    position: relative;
    top: 50%;
    float: right; }
    /* line 162, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .views-row .views-field-body p {
      font-size: 1em;
      margin: 0 0 -.5em 0; }
      @media (min-width: 44em) {
        /* line 162, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .views-row .views-field-body p {
          font-size: 2em; } }
      /* line 168, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint .pane-views-s51-slider-block-block-3 .blueprint-slider .views-row .views-field-body p strong {
        color: #00bcf2; }
/* line 178, ../sass/components/_homepage_blueprint.scss */
.section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 {
  background-size: cover;
  background-repeat: no-repeat; }
  /* line 181, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane {
    position: relative; }
    /* line 183, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane .field--name-field-background-image {
      opacity: 0; }
    /* line 187, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane .field--name-field-display-title {
      width: 40%;
      margin: 0 auto;
      clear: both;
      z-index: 1;
      position: absolute;
      top: calc(50% - 1em);
      right: 0; }
      @media (min-width: 25em) {
        /* line 187, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane .field--name-field-display-title {
          top: calc(50% - 3em); } }
      @media (min-width: 44em) {
        /* line 187, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane .field--name-field-display-title {
          top: calc(50% - 4em); } }
      /* line 201, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane .field--name-field-display-title p {
        font-size: 1em;
        line-height: 1em; }
        @media (min-width: 25em) {
          /* line 201, ../sass/components/_homepage_blueprint.scss */
          .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane .field--name-field-display-title p {
            font-size: 2em; } }
        @media (min-width: 44em) {
          /* line 201, ../sass/components/_homepage_blueprint.scss */
          .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane .field--name-field-display-title p {
            font-size: 3em; } }
        /* line 210, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-8 .pane-fpid-4 .fieldable-panels-pane .field--name-field-display-title p span {
          color: #00bcf2; }
/* line 219, ../sass/components/_homepage_blueprint.scss */
.section-blueprint .panel-pane.pane-custom.pane-1 {
  padding: 2em 0;
  width: 90%;
  margin: 0 auto; }
  @media (min-width: 25em) {
    /* line 219, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .panel-pane.pane-custom.pane-1 {
      width: 70%; } }
  @media (min-width: 44em) {
    /* line 219, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .panel-pane.pane-custom.pane-1 {
      width: 50%;
      max-width: 1400px; } }
  /* line 231, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint .panel-pane.pane-custom.pane-1 h2 {
    color: #00bcf2;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", sans-serif;
    font-size: 1.75em;
    margin: 0;
    padding-bottom: 0em; }
  /* line 238, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint .panel-pane.pane-custom.pane-1 p {
    line-height: 1.75em; }
/* line 244, ../sass/components/_homepage_blueprint.scss */
.section-blueprint #panels-ipe-paneid-10 {
  background-image: url(../images/bg_black.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em 0 2em 0; }
  /* line 249, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint #panels-ipe-paneid-10 .panel-pane.pane-custom.pane-2 {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 25em) {
      /* line 249, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-10 .panel-pane.pane-custom.pane-2 {
        width: 70%; } }
    @media (min-width: 44em) {
      /* line 249, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-10 .panel-pane.pane-custom.pane-2 {
        width: 50%;
        max-width: 1400px; } }
    /* line 259, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-10 .panel-pane.pane-custom.pane-2 h3 {
      color: #00bcf2;
      padding: 0;
      margin: 0;
      font-weight: 100; }
    /* line 265, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-10 .panel-pane.pane-custom.pane-2 p {
      color: #fff;
      padding-bottom: 1.5em; }
/* line 271, ../sass/components/_homepage_blueprint.scss */
.section-blueprint #panels-ipe-paneid-11 {
  background-image: url(../images/bg_blue.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em 0 3em 0; }
  /* line 276, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint #panels-ipe-paneid-11 .panel-pane.pane-custom.pane-3 {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 25em) {
      /* line 276, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-11 .panel-pane.pane-custom.pane-3 {
        width: 70%; } }
    @media (min-width: 44em) {
      /* line 276, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-11 .panel-pane.pane-custom.pane-3 {
        width: 50%;
        max-width: 1400px; } }
    /* line 286, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-11 .panel-pane.pane-custom.pane-3 h2 {
      padding-top: 0;
      margin: 0;
      border-bottom: 1px solid #fff;
      font-size: 1.75em;
      font-weight: 400;
      padding-bottom: 0; }
    /* line 294, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-11 .panel-pane.pane-custom.pane-3 p {
      color: #fff; }
      /* line 296, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-11 .panel-pane.pane-custom.pane-3 p.intro {
        font-size: 1em; }
/* line 303, ../sass/components/_homepage_blueprint.scss */
.section-blueprint #panels-ipe-paneid-12 {
  background-image: url(../images/bg_black.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -4px; }
  /* line 308, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 25em) {
      /* line 308, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block {
        width: 70%; } }
    @media (min-width: 44em) {
      /* line 308, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block {
        width: 50%;
        max-width: 1400px; } }
    /* line 318, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block h2 {
      margin: 0;
      border-bottom: 1px solid #fff;
      font-size: 1.75em;
      color: #00bcf2;
      padding-top: 1em;
      font-weight: 400; }
    /* line 326, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .view-content {
      padding: 1em 0; }
      /* line 328, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .view-content .views-row {
        padding-bottom: 1em; }
        /* line 330, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .view-content .views-row .views-field-title {
          margin-bottom: -0.75em; }
          /* line 332, ../sass/components/_homepage_blueprint.scss */
          .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .view-content .views-row .views-field-title span {
            font-size: 1.25em;
            color: #00bcf2;
            margin-bottom: -.5em; }
        /* line 339, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .view-content .views-row .views-field-body p {
          color: #fff; }
    /* line 345, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager {
      padding-bottom: 2em; }
      /* line 348, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager .view-footer p {
        padding: 0;
        margin: 0 0 -1em 0;
        color: #fff;
        font-weight: 800;
        font-size: .9em;
        letter-spacing: .04em; }
      /* line 357, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager .view-footer .slider-controls #pager {
        display: none; }
      /* line 362, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager {
        text-align: left;
        margin-left: -.5em; }
        /* line 365, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager li {
          color: #fff; }
          /* line 367, ../sass/components/_homepage_blueprint.scss */
          .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager li a {
            color: #fff;
            text-decoration: none;
            -moz-transition: color 0.5s ease-in;
            -o-transition: color 0.5s ease-in;
            -webkit-transition: color 0.5s ease-in;
            transition: color 0.5s ease-in; }
            /* line 371, ../sass/components/_homepage_blueprint.scss */
            .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager li a:hover {
              color: #00bcf2; }
          /* line 375, ../sass/components/_homepage_blueprint.scss */
          .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager li.pager__item--current {
            color: #00bcf2; }
        /* line 379, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager .pager__item--next, .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager .pager__item--last, .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager .pager__item--first, .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block .blueprint-pager ul.pager .pager__item--previous {
          display: none; }
    /* line 384, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block ul.pager {
      text-align: left;
      margin-left: -.5em; }
      /* line 387, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block ul.pager li {
        color: #fff; }
        /* line 389, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block ul.pager li a {
          color: #fff;
          text-decoration: none;
          -moz-transition: color 0.5s ease-in;
          -o-transition: color 0.5s ease-in;
          -webkit-transition: color 0.5s ease-in;
          transition: color 0.5s ease-in; }
          /* line 393, ../sass/components/_homepage_blueprint.scss */
          .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block ul.pager li a:hover {
            color: #00bcf2; }
        /* line 397, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block ul.pager li.pager__item--current {
          color: #00bcf2; }
      /* line 401, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block ul.pager .pager__item--next, .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block ul.pager .pager__item--last {
        display: none; }
      /* line 404, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-12 .pane-views-services-block ul.pager .ajax-progress-throbber {
        display: none; }
/* line 411, ../sass/components/_homepage_blueprint.scss */
.section-blueprint #panels-ipe-paneid-13 {
  background-image: url(../images/bg_grey.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2em;
  padding-bottom: 2em; }
  /* line 417, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint #panels-ipe-paneid-13 .panel-pane.pane-custom.pane-4 {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 25em) {
      /* line 417, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-13 .panel-pane.pane-custom.pane-4 {
        width: 70%; } }
    @media (min-width: 44em) {
      /* line 417, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-13 .panel-pane.pane-custom.pane-4 {
        width: 50%;
        max-width: 1400px; } }
    /* line 427, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-13 .panel-pane.pane-custom.pane-4 p {
      margin-top: 0; }
    /* line 430, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-13 .panel-pane.pane-custom.pane-4 h3 {
      margin-bottom: 0;
      margin-top: 0; }
/* line 437, ../sass/components/_homepage_blueprint.scss */
.section-blueprint .pane-bundle-panel-with-background-image-and-text {
  background-repeat: no-repeat;
  background-size: cover; }
  /* line 440, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane {
    width: 70%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 2em 0 3em 0;
    overflow: hidden; }
    /* line 446, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-background {
      display: none; }
    /* line 449, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-photo {
      display: block;
      text-align: center; }
      @media (min-width: 66em) {
        /* line 449, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-photo {
          display: inline-block;
          text-align: left;
          width: 33%;
          margin-top: 4em;
          float: left; } }
      /* line 459, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-photo img {
        border: 1.5em solid #fff;
        border-radius: 1em;
        width: 100%;
        height: auto;
        max-width: 300px; }
    /* line 467, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-bio {
      display: inline-block; }
      @media (min-width: 66em) {
        /* line 467, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-bio {
          width: 60%;
          float: right; } }
      /* line 473, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-bio h2 {
        border-bottom: 1px solid #fff;
        font-size: 1.75em;
        font-weight: 400;
        padding-bottom: 0; }
        @media (min-width: 66em) {
          /* line 473, ../sass/components/_homepage_blueprint.scss */
          .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-bio h2 {
            margin-top: 0; } }
      /* line 482, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint .pane-bundle-panel-with-background-image-and-text .fieldable-panels-pane .field--name-field-bio h3 {
        color: #fff; }
/* line 489, ../sass/components/_homepage_blueprint.scss */
.section-blueprint #panels-ipe-paneid-15 {
  background-color: #343334;
  padding: 1em 0 4em 0; }
  /* line 493, ../sass/components/_homepage_blueprint.scss */
  .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 25em) {
      /* line 493, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button {
        width: 70%; } }
    @media (min-width: 44em) {
      /* line 493, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button {
        width: 50%;
        max-width: 1400px; } }
    /* line 503, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button h2 {
      color: #00bcf2;
      border-bottom: 1px solid #fff;
      font-weight: 400;
      padding-bottom: 0; }
    /* line 509, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button .field--name-field-body {
      color: #fff; }
      /* line 511, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button .field--name-field-body p {
        font-size: 1.1em; }
    /* line 515, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button .field--name-field-blue-text {
      color: #00bcf2; }
    /* line 518, ../sass/components/_homepage_blueprint.scss */
    .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button .field--name-field-link-ig {
      margin-top: 1em; }
      /* line 520, ../sass/components/_homepage_blueprint.scss */
      .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button .field--name-field-link-ig a {
        background-color: #00bcf2;
        color: #343334;
        text-decoration: none;
        padding: .25em 1em;
        border-radius: .5em;
        text-transform: uppercase;
        font-size: .75em;
        font-weight: 600;
        -moz-transition: background-color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: background-color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transition: background-color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: background-color 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
        /* line 530, ../sass/components/_homepage_blueprint.scss */
        .section-blueprint #panels-ipe-paneid-15 .pane-fpid-6.pane-bundle-panel-with-text-and-a-button .field--name-field-link-ig a:hover {
          background-color: #fff; }

/* line 540, ../sass/components/_homepage_blueprint.scss */
.tel, .tel:visited {
  color: #fff;
  text-decoration: none; }

/* line 545, ../sass/components/_homepage_blueprint.scss */
.tel:hover, .tel:focus {
  color: #fff; }

/* line 1, ../sass/components/_homepage_merchandise.scss */
.homepage-merchandise {
  background-color: #ebb61e;
  padding: 2em 0 3em 0; }
  /* line 7, ../sass/components/_homepage_merchandise.scss */
  .homepage-merchandise .fieldable-panels-pane:after {
    content: " ";
    clear: both;
    display: block; }
  /* line 14, ../sass/components/_homepage_merchandise.scss */
  .homepage-merchandise h2 {
    border-bottom: 2px solid #fff;
    margin-bottom: .4em; }
  /* line 19, ../sass/components/_homepage_merchandise.scss */
  .homepage-merchandise .block__title {
    display: none; }
  /* line 22, ../sass/components/_homepage_merchandise.scss */
  .homepage-merchandise .right-column {
    margin-top: 1em;
    padding: 1em 2em; }
  @media (min-width: 44em) {
    /* line 28, ../sass/components/_homepage_merchandise.scss */
    .homepage-merchandise .left-column {
      width: 59.18367%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; }
    /* line 31, ../sass/components/_homepage_merchandise.scss */
    .homepage-merchandise .right-column {
      width: 38.77551%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      padding: 0; } }
  /* line 37, ../sass/components/_homepage_merchandise.scss */
  .homepage-merchandise a.button {
    background-color: #333333;
    color: #fff;
    margin-right: 2em; }
  /* line 43, ../sass/components/_homepage_merchandise.scss */
  .homepage-merchandise .slider-controls {
    display: none;
    margin-top: 2em; }
    @media (min-width: 44em) {
      /* line 43, ../sass/components/_homepage_merchandise.scss */
      .homepage-merchandise .slider-controls {
        display: block; } }
    /* line 49, ../sass/components/_homepage_merchandise.scss */
    .homepage-merchandise .slider-controls ul {
      list-style: none;
      list-style-type: none;
      list-style-image: none;
      margin: 0px;
      padding: 0px; }
      /* line 55, ../sass/components/_homepage_merchandise.scss */
      .homepage-merchandise .slider-controls ul li {
        width: 20%;
        height: 20%;
        display: inline-block;
        margin-right: 5%;
        transform: scale(1, 1);
        -moz-transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -moz-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -o-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out, -webkit-transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: border 0.25s ease-in-out, box-shadow 0.25s ease-in-out, transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
        /* line 60, ../sass/components/_homepage_merchandise.scss */
        .homepage-merchandise .slider-controls ul li img {
          display: block; }
        /* line 65, ../sass/components/_homepage_merchandise.scss */
        .homepage-merchandise .slider-controls ul li.active {
          border: 4px solid #333333;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
          transform: scale(1.2, 1.2); }
  /* line 74, ../sass/components/_homepage_merchandise.scss */
  .homepage-merchandise .view-header {
    top: calc(50% - 20px); }
    /* line 77, ../sass/components/_homepage_merchandise.scss */
    .homepage-merchandise .view-header .slider-arrows .arrow-left {
      float: left; }
    /* line 81, ../sass/components/_homepage_merchandise.scss */
    .homepage-merchandise .view-header .slider-arrows .arrow-right {
      float: right; }
    /* line 84, ../sass/components/_homepage_merchandise.scss */
    .homepage-merchandise .view-header .slider-arrows a {
      background-color: transparent;
      text-decoration: none;
      color: #ffffff;
      text-shadow: 0px 0px 10px black;
      font-size: 3em; }
      /* line 90, ../sass/components/_homepage_merchandise.scss */
      .homepage-merchandise .view-header .slider-arrows a span {
        display: none; }
  /* line 97, ../sass/components/_homepage_merchandise.scss */
  .homepage-merchandise .slider-arrows {
    display: block; }
    @media (min-width: 44em) {
      /* line 97, ../sass/components/_homepage_merchandise.scss */
      .homepage-merchandise .slider-arrows {
        display: none; } }

/* line 1, ../sass/components/_instagram_feed.scss */
.instagram-feed {
  background-color: #a8c846; }
  /* line 3, ../sass/components/_instagram_feed.scss */
  .instagram-feed h2 {
    text-align: center;
    padding: .5em;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0px; }
  @media (min-width: 66em) {
    /* line 15, ../sass/components/_instagram_feed.scss */
    .instagram-feed > h2 {
      display: none; }
    /* line 19, ../sass/components/_instagram_feed.scss */
    .instagram-feed .view-footer > p {
      display: none; } }
  /* line 25, ../sass/components/_instagram_feed.scss */
  .instagram-feed .view-content .views-instruction-box {
    display: none; }
    @media (min-width: 66em) {
      /* line 25, ../sass/components/_instagram_feed.scss */
      .instagram-feed .view-content .views-instruction-box {
        display: block;
        width: 25%;
        float: left; }
        /* line 31, ../sass/components/_instagram_feed.scss */
        .instagram-feed .view-content .views-instruction-box .view-footer > p {
          display: block; }
        /* line 35, ../sass/components/_instagram_feed.scss */
        .instagram-feed .view-content .views-instruction-box .icon-wrapper {
          text-align: center;
          display: block;
          width: 100%; }
          /* line 39, ../sass/components/_instagram_feed.scss */
          .instagram-feed .view-content .views-instruction-box .icon-wrapper .icon-instagram {
            display: inline-block;
            text-align: center;
            text-decoration: none;
            color: #fff;
            font-size: 2em; } }
      @media (min-width: 66em) and (min-width: 70em) {
        /* line 39, ../sass/components/_instagram_feed.scss */
        .instagram-feed .view-content .views-instruction-box .icon-wrapper .icon-instagram {
          font-size: 4em; } }
    @media (min-width: 66em) {
            /* line 48, ../sass/components/_instagram_feed.scss */
            .instagram-feed .view-content .views-instruction-box .icon-wrapper .icon-instagram span {
              display: none; } }
  @media (min-width: 66em) {
    /* line 55, ../sass/components/_instagram_feed.scss */
    .instagram-feed .view-content .views-first-two, .instagram-feed .view-content .views-second-two {
      width: 12.5%;
      float: left; }
      /* line 59, ../sass/components/_instagram_feed.scss */
      .instagram-feed .view-content .views-first-two .views-row, .instagram-feed .view-content .views-second-two .views-row {
        width: 100%; } }
  /* line 64, ../sass/components/_instagram_feed.scss */
  .instagram-feed .view-content .views-row {
    width: 25%;
    float: left; }
    /* line 67, ../sass/components/_instagram_feed.scss */
    .instagram-feed .view-content .views-row.views-row-10, .instagram-feed .view-content .views-row.views-row-9 {
      display: none; }
    @media (min-width: 66em) {
      /* line 64, ../sass/components/_instagram_feed.scss */
      .instagram-feed .view-content .views-row {
        width: 12.5%; }
        /* line 73, ../sass/components/_instagram_feed.scss */
        .instagram-feed .view-content .views-row.views-row-1 {
          width: 25%; }
        /* line 76, ../sass/components/_instagram_feed.scss */
        .instagram-feed .view-content .views-row.views-row-10, .instagram-feed .view-content .views-row.views-row-9 {
          display: block; } }
    /* line 81, ../sass/components/_instagram_feed.scss */
    .instagram-feed .view-content .views-row .views-field-field-instagram-image img {
      width: 100%;
      height: 100%;
      display: block; }
    /* line 87, ../sass/components/_instagram_feed.scss */
    .instagram-feed .view-content .views-row .views-field-field-caption {
      display: none; }
    /* line 90, ../sass/components/_instagram_feed.scss */
    .instagram-feed .view-content .views-row .views-field-field-photographer {
      display: none; }
  /* line 95, ../sass/components/_instagram_feed.scss */
  .instagram-feed .view-footer {
    clear: both;
    text-align: center; }
    /* line 98, ../sass/components/_instagram_feed.scss */
    .instagram-feed .view-footer p {
      margin: 0px;
      padding: 1em 1em 1em 1em; }
      /* line 101, ../sass/components/_instagram_feed.scss */
      .instagram-feed .view-footer p .button {
        background-color: #333333;
        color: #fff; }

/* line 2, ../sass/components/_login.scss */
.section-user .l-main {
  width: 90%;
  margin: 2em auto; }

/* line 3, ../sass/components/_nav_dots.scss */
.navigation-dots {
  right: 2em;
  top: 10em;
  position: fixed;
  z-index: 10;
  display: none; }
  @media (min-width: 44em) {
    /* line 3, ../sass/components/_nav_dots.scss */
    .navigation-dots {
      display: block; } }
  @media (min-width: 66em) {
    /* line 3, ../sass/components/_nav_dots.scss */
    .navigation-dots {
      right: 4em; } }
  /* line 16, ../sass/components/_nav_dots.scss */
  .navigation-dots ul {
    padding: 0;
    margin: 0; }
    /* line 19, ../sass/components/_nav_dots.scss */
    .navigation-dots ul li {
      list-style-type: none; }
      /* line 21, ../sass/components/_nav_dots.scss */
      .navigation-dots ul li a {
        border-radius: 1em;
        border: 2px solid #fff;
        background-color: none;
        display: inherit;
        height: 1em;
        width: 1em;
        -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-transition: background-color 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -o-transition: background-color 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transition: background-color 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: background-color 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
        @media (min-width: 66em) {
          /* line 21, ../sass/components/_nav_dots.scss */
          .navigation-dots ul li a {
            width: 1.25em;
            height: 1.25em; } }
      /* line 37, ../sass/components/_nav_dots.scss */
      .navigation-dots ul li .line {
        width: 2px;
        height: 1em;
        background-color: #fff;
        margin: 0 auto;
        -webkit-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 2px 1px 5px 0px rgba(0, 0, 0, 0.5); }
        @media (min-width: 66em) {
          /* line 37, ../sass/components/_nav_dots.scss */
          .navigation-dots ul li .line {
            height: 1.5em; } }
      /* line 49, ../sass/components/_nav_dots.scss */
      .navigation-dots ul li.active a, .navigation-dots ul li:hover a {
        background-color: #a8c846; }

/* line 56, ../sass/components/_nav_dots.scss */
.anchor {
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0; }

/* line 64, ../sass/components/_nav_dots.scss */
.top {
  top: -150px;
  position: relative; }

/* line 69, ../sass/components/_nav_dots.scss */
.section-2 {
  top: -150px;
  position: relative; }

/* line 74, ../sass/components/_nav_dots.scss */
.section-3 {
  top: -120px;
  position: relative; }

/* line 79, ../sass/components/_nav_dots.scss */
.section-4 {
  top: -130px;
  position: relative; }

/* line 84, ../sass/components/_nav_dots.scss */
.section-5 {
  top: -90px;
  position: relative; }

/* line 89, ../sass/components/_nav_dots.scss */
.section-6 {
  top: -120px;
  position: relative; }

/* line 94, ../sass/components/_nav_dots.scss */
.section-7 {
  top: -120px;
  position: relative; }

/* line 2, ../sass/components/_product_page.scss */
.section-all-products .l-main {
  background-image: url(../images/fun-texture-20.png);
  background-color: #ebb61e; }
/* line 6, ../sass/components/_product_page.scss */
.section-all-products .pane-bundle-panel-with-text-and-a-button {
  width: 90%;
  margin: 0 auto;
  padding: 2em 0; }
  @media (min-width: 25em) {
    /* line 6, ../sass/components/_product_page.scss */
    .section-all-products .pane-bundle-panel-with-text-and-a-button {
      width: 70%; } }
  @media (min-width: 44em) {
    /* line 6, ../sass/components/_product_page.scss */
    .section-all-products .pane-bundle-panel-with-text-and-a-button {
      width: 50%;
      max-width: 1400px; } }
  /* line 17, ../sass/components/_product_page.scss */
  .section-all-products .pane-bundle-panel-with-text-and-a-button h2 {
    margin: 0;
    padding-top: 1em; }
  /* line 27, ../sass/components/_product_page.scss */
  .section-all-products .pane-bundle-panel-with-text-and-a-button .field--type-link-field .field__items {
    position: relative;
    text-align: center; }
    /* line 30, ../sass/components/_product_page.scss */
    .section-all-products .pane-bundle-panel-with-text-and-a-button .field--type-link-field .field__items a {
      display: inline-block;
      background-color: #333333;
      width: auto;
      height: auto;
      padding: .5em 1.5em;
      position: relative;
      text-align: center;
      margin: 2em auto;
      color: #ebb61e;
      text-transform: uppercase;
      text-decoration: none;
      border-radius: 5px;
      -moz-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
      -o-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
      -webkit-transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out;
      transition: background-color 1s ease-in-out, box-shadow 0.2s ease-in-out; }
      /* line 47, ../sass/components/_product_page.scss */
      .section-all-products .pane-bundle-panel-with-text-and-a-button .field--type-link-field .field__items a:hover {
        box-shadow: 0px 0px 10px black; }
/* line 54, ../sass/components/_product_page.scss */
.section-all-products .view-product-block {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 4em; }
  @media (min-width: 25em) {
    /* line 54, ../sass/components/_product_page.scss */
    .section-all-products .view-product-block {
      width: 80%; } }
  @media (min-width: 44em) {
    /* line 54, ../sass/components/_product_page.scss */
    .section-all-products .view-product-block {
      width: 80%;
      max-width: 1400px; } }
  /* line 65, ../sass/components/_product_page.scss */
  .section-all-products .view-product-block .view-content {
    position: relative;
    text-align: center; }
    /* line 68, ../sass/components/_product_page.scss */
    .section-all-products .view-product-block .view-content .views-row {
      display: inline-block; }
      /* line 70, ../sass/components/_product_page.scss */
      .section-all-products .view-product-block .view-content .views-row .field-content {
        position: relative;
        margin: .5em; }
        /* line 76, ../sass/components/_product_page.scss */
        .section-all-products .view-product-block .view-content .views-row .field-content .caption {
          margin-top: -2.25em;
          height: 2em;
          font-size: .7em;
          background-color: rgba(0, 0, 0, 0.71);
          z-index: 3;
          position: absolute;
          padding: .5em;
          text-transform: uppercase;
          color: #fff;
          width: 100%; }

/* line 1, ../sass/components/_twitter_feed.scss */
.twitter-feed {
  background-color: #333333;
  background-image: url(../images/fun-texture-20.png);
  background-size: 175px 175px; }
  /* line 6, ../sass/components/_twitter_feed.scss */
  .twitter-feed .view-header {
    top: calc(50% - 20px); }
    /* line 9, ../sass/components/_twitter_feed.scss */
    .twitter-feed .view-header .slider-arrows .arrow-left {
      float: left; }
    /* line 13, ../sass/components/_twitter_feed.scss */
    .twitter-feed .view-header .slider-arrows .arrow-right {
      float: right; }
    /* line 16, ../sass/components/_twitter_feed.scss */
    .twitter-feed .view-header .slider-arrows a {
      background-color: transparent;
      text-decoration: none;
      color: #ffffff;
      text-shadow: 0px 0px 10px black;
      font-size: 3em; }
      /* line 22, ../sass/components/_twitter_feed.scss */
      .twitter-feed .view-header .slider-arrows a span {
        display: none; }
  /* line 29, ../sass/components/_twitter_feed.scss */
  .twitter-feed .view-s51-slider-block {
    padding: 3em 0; }
    /* line 32, ../sass/components/_twitter_feed.scss */
    .twitter-feed .view-s51-slider-block .view-content .slide-content {
      text-align: center; }
      /* line 34, ../sass/components/_twitter_feed.scss */
      .twitter-feed .view-s51-slider-block .view-content .slide-content iframe {
        display: inline-block !important;
        width: 70% !important;
        min-width: 0 !important; }
        @media (min-width: 44em) {
          /* line 34, ../sass/components/_twitter_feed.scss */
          .twitter-feed .view-s51-slider-block .view-content .slide-content iframe {
            width: 500px !important; } }
    /* line 46, ../sass/components/_twitter_feed.scss */
    .twitter-feed .view-s51-slider-block .view-footer {
      display: none; }

/* line 3, ../sass/components/_webform.scss */
.node-type-webform.section-merch-form .l-page {
  background-image: url(../images/bg_grey2.jpg);
  background-size: cover; }
  /* line 8, ../sass/components/_webform.scss */
  .node-type-webform.section-merch-form .l-page .l-main {
    margin-top: 4em !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", sans-serif; }
    /* line 11, ../sass/components/_webform.scss */
    .node-type-webform.section-merch-form .l-page .l-main .node__content {
      width: 50%;
      max-width: 1400px;
      margin: 0 auto;
      background-color: #00bcf2;
      background-size: cover;
      background-repeat: no-repeat; }
      /* line 19, ../sass/components/_webform.scss */
      .node-type-webform.section-merch-form .l-page .l-main .node__content .webform-client-form {
        padding: 2em 2em; }
        /* line 21, ../sass/components/_webform.scss */
        .node-type-webform.section-merch-form .l-page .l-main .node__content .webform-client-form label {
          font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", sans-serif;
          text-transform: uppercase;
          font-size: .6em;
          color: #322f31;
          padding-bottom: .5em; }
        /* line 28, ../sass/components/_webform.scss */
        .node-type-webform.section-merch-form .l-page .l-main .node__content .webform-client-form input {
          width: 100%;
          border-radius: 5px;
          border: 0;
          width: 100%;
          padding: .75em .5em;
          font-size: .9em; }
          /* line 35, ../sass/components/_webform.scss */
          .node-type-webform.section-merch-form .l-page .l-main .node__content .webform-client-form input.webform-submit {
            width: auto;
            background-color: #ebb61e;
            border: 0px solid #fff;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
            text-transform: uppercase;
            font-size: .75em;
            padding: .25em 1em;
            font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS", sans-serif;
            font-weight: 600;
            color: #333333;
            box-sizing: border-box;
            -moz-transition: box-shadow 0.25s linear;
            -o-transition: box-shadow 0.25s linear;
            -webkit-transition: box-shadow 0.25s linear;
            transition: box-shadow 0.25s linear; }
            /* line 48, ../sass/components/_webform.scss */
            .node-type-webform.section-merch-form .l-page .l-main .node__content .webform-client-form input.webform-submit:hover {
              box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6); }
        /* line 53, ../sass/components/_webform.scss */
        .node-type-webform.section-merch-form .l-page .l-main .node__content .webform-client-form textarea {
          border-radius: 5px;
          border: 0;
          width: 100%;
          padding: .75em .5em;
          font-size: .9em; }
      /* line 61, ../sass/components/_webform.scss */
      .node-type-webform.section-merch-form .l-page .l-main .node__content .l-footer .l-region--footer {
        height: 92px; }

/* line 1, ../sass/components/_what_is_goodthingz.scss */
.what-is-goodthingz {
  background-color: #ebb61e;
  background-image: url(../images/fun-texture.png);
  background-size: 175px 175px;
  padding: 2em 0 3em 0; }
  /* line 6, ../sass/components/_what_is_goodthingz.scss */
  .what-is-goodthingz h2 {
    border-bottom: 2px solid #fff;
    margin-bottom: .4em;
    max-width: 800px; }
  /* line 13, ../sass/components/_what_is_goodthingz.scss */
  .what-is-goodthingz p {
    margin-bottom: 1em;
    max-width: 800px; }
    /* line 17, ../sass/components/_what_is_goodthingz.scss */
    .what-is-goodthingz p:last-child {
      margin-bottom: 0; }
  /* line 22, ../sass/components/_what_is_goodthingz.scss */
  .what-is-goodthingz .button-holder {
    text-align: center; }
    /* line 24, ../sass/components/_what_is_goodthingz.scss */
    .what-is-goodthingz .button-holder a {
      display: inline-block;
      background-color: #fff; }
      /* line 27, ../sass/components/_what_is_goodthingz.scss */
      .what-is-goodthingz .button-holder a:hover {
        background-color: #ddd; }

/* line 24, ../sass/mygoodthingz.styles.scss */
#indicator {
  display: none;
  width: 1px; }
  /* line 27, ../sass/mygoodthingz.styles.scss */
  #indicator:before {
    content: "phone";
    position: fixed;
    bottom: 0;
    right: 0;
    padding: .3em;
    background-color: #990000;
    z-index: 100; }
    @media (min-width: 25em) {
      /* line 27, ../sass/mygoodthingz.styles.scss */
      #indicator:before {
        content: "large phone"; } }
    @media (min-width: 44em) {
      /* line 27, ../sass/mygoodthingz.styles.scss */
      #indicator:before {
        content: "tab"; } }
    @media (min-width: 55em) {
      /* line 27, ../sass/mygoodthingz.styles.scss */
      #indicator:before {
        content: "large tab"; } }
    @media (min-width: 66em) {
      /* line 27, ../sass/mygoodthingz.styles.scss */
      #indicator:before {
        content: "small desk"; } }
    @media (min-width: 70em) {
      /* line 27, ../sass/mygoodthingz.styles.scss */
      #indicator:before {
        content: "desk"; } }
  @media (min-width: 25em) {
    /* line 24, ../sass/mygoodthingz.styles.scss */
    #indicator {
      width: 2px; } }
  @media (min-width: 44em) {
    /* line 24, ../sass/mygoodthingz.styles.scss */
    #indicator {
      width: 3px; } }
  @media (min-width: 55em) {
    /* line 24, ../sass/mygoodthingz.styles.scss */
    #indicator {
      width: 4px; } }
  @media (min-width: 66em) {
    /* line 24, ../sass/mygoodthingz.styles.scss */
    #indicator {
      width: 5px; } }
  @media (min-width: 70em) {
    /* line 24, ../sass/mygoodthingz.styles.scss */
    #indicator {
      width: 6px; } }

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