﻿/*$crimson: 'Crimson Text', sans-serif;*/
/*$crimson: 'Crimson Text', sans-serif;*/
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* html .clearfix {
  zoom: 1; }

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1; }

/* IE7 */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

.invisible {
  position: absolute;
  left: -10000px;
  top: -10000px; }

.clickable {
  cursor: pointer; }

.noselect {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none; }

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0; }

ul.greenbullets {
  padding-left: 30px;
  list-style-type: none; }
  ul.greenbullets li {
    display: list-item;
    margin-bottom: 20px;
    position: relative; }
    ul.greenbullets li::before {
      display: block;
      content: ' ';
      background: url("/img/core/home-sprites.png") no-repeat;
      background-position: -300px -150px;
      position: absolute;
      left: -30px;
      top: 0px;
      height: 15px;
      width: 11px; }
  @media (max-width: 860px) {
    ul.greenbullets {
      padding-left: 15px; }
      ul.greenbullets li::before {
        display: none; } }

a[href^="mailto"] {
  text-decoration: underline; }

a[href] {
  transition: color 0.3s ease; }
  a[href]:hover {
    color: #8dc63f; }

.underline {
  text-decoration: underline; }

@media (max-width: 860px) {
  .mobile-text-center {
    text-align: center; } }

/*$crimson: 'Crimson Text', sans-serif;*/
.carousel {
  height: 320px;
  background-color: #684f40;
  position: relative;
  overflow: hidden; }
  .carousel h2 {
    font-family: "Brawler", serif;
    color: #FFF;
    font-size: 50px;
    /* down from 60 when we switched fonts */
    line-height: 60px;
    margin: auto;
    height: 60px;
    width: 800px;
    text-align: center;
    position: absolute;
    top: 104px;
    right: 0;
    left: 0;
    z-index: 19; }
  .carousel img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 320px;
    min-width: 1180px;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s ease; }
    .carousel img.active {
      opacity: 1; }
  .carousel a.move {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 20;
    /*background-color: transparent;
        border-color: transparent;
        transition: background-color .5s ease,
                    border-color .5s ease;*/
    /*&:hover{
            background-color: rgba(0, 0, 0, .3);
            border-color: rgba(255, 255, 255, .6);
        }*/
    /*.arrow{
            display: block;
            width: 60px;
            height: 30px;
            z-index: 21;
            background: $home-sprites-trans;

            position: absolute;
            top: 50%;
            margin-top: -15px;

            opacity: 0;
            transition: opacity .5s ease;
        }

        &.prev .arrow{ 
            background-position: -200px -150px; 
            left: 10px;
        }
        &.next .arrow{ 
            right: 10px;
            background-position: -200px -200px; 
        }

        &.prev:hover .arrow { opacity: 1; }
        &.next:hover .arrow { opacity: 1; }*/ }
    .carousel a.move.prev {
      left: 0;
      /*border-right-width: 1px;
            border-right-style: solid;*/ }
    .carousel a.move.next {
      right: 0;
      /*border-left-width: 1px;
            border-left-style: solid;*/ }
  .carousel ul.pips {
    list-style-type: none;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    z-index: 20;
    width: 200px;
    text-align: center;
    padding: 0;
    cursor: default; }
    .carousel ul.pips li {
      display: inline; }
      .carousel ul.pips li a {
        display: inline-block;
        padding: 5px;
        width: 24px; }
        .carousel ul.pips li a span {
          display: block;
          width: 14px;
          height: 14px;
          border-radius: 50%;
          border: 1px solid rgba(181, 178, 179, 0.5);
          /* transition needs a 1px border */
          background-color: rgba(181, 178, 179, 0.5);
          /*transition: border-width 1s ease,
                                background-color 1s ease;*/
          transition: .2s ease; }
      .carousel ul.pips li.active a span,
      .carousel ul.pips li a:hover span {
        border: 3px solid #FFF;
        background-color: transparent; }
  .carousel a.button {
    display: block;
    width: 190px;
    height: 40px;
    border: 1px solid #FFF;
    background-color: rgba(220, 220, 220, 0.1);
    z-index: 21;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 61px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 37px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    transition: background-color 0.5s ease; }
    .carousel a.button:hover {
      background-color: #8dc63f; }

@media (max-width: 860px) {
  .carousel .images {
    width: 100%;
    height: 320px;
    overflow: hidden; }
    .carousel .images img {
      margin-left: -590px;
      /* half the image raw width*/ }
  .carousel h2 {
    width: 100%;
    height: auto;
    line-height: 1.2;
    font-size: 38px;
    top: 70px; } }

.main {
  height: 642px;
  background: url("/img/core/home-icons-stripe.gif") repeat-x;
  text-align: center;
  /* force box model to let the centering div have a top margin */
  padding-top: 1px;
  margin-top: -1px; }
  .main .center {
    width: 886px;
    margin: auto;
    margin-top: 80px;
    text-align: left; }
  .main h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 36px;
    color: #684F40;
    margin-left: 10px;
    margin-right: 10px; }
  .main p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin: 14px 10px 0;
    /*margin-left: 10px;
        margin-right: 10px;*/ }
  .main .blurb {
    float: left;
    width: 290px;
    text-align: center;
    margin-top: 69px;
    width: 236px;
    margin-left: 44px;
    margin-right: 44px; }
    .main .blurb:first-of-type {
      margin-left: 1px; }
    .main .blurb:last-of-type {
      margin-right: 1px; }
    .main .blurb .icon {
      display: block;
      width: 132px;
      height: 132px;
      background-color: #FFF;
      z-index: 10;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      background: url("/img/core/home-sprites.png") no-repeat #FFF; }
    .main .blurb:nth-child(2) .icon {
      background-position: -150px 0px; }
    .main .blurb:nth-child(3) .icon {
      background-position: -300px 0px; }
    .main .blurb h4 {
      font-family: "Open Sans", sans-serif;
      font-weight: 600;
      font-size: 28px;
      color: #8dc63f;
      margin-top: 36px; }
    .main .blurb p {
      margin: 8px 0 0; }

@media (max-width: 860px) {
  .main {
    background: none; }
    .main .center {
      width: 100%;
      margin-top: 20px; }
      .main .center h3 {
        font-size: 30px;
        text-align: center; }
    .main .icons .blurb {
      width: 100%;
      margin: 10px 0; }
      .main .icons .blurb h4 {
        margin-top: 0; }
    .main p, .main .blurb p {
      margin-left: 20px;
      margin-right: 20px; } }

.quote {
  height: 230px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #999;
  background: url("/img/assets/wood-plank.jpg") no-repeat;
  background-size: 100% auto; }
  .quote img {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 284px;
    min-width: 1180px;
    z-index: 10; }
  .quote a {
    display: block;
    width: 358px;
    height: 76px;
    border: 1px solid #FFF;
    background-color: rgba(220, 220, 220, 0.1);
    color: #FFF;
    text-decoration: none;
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -38px;
    font-family: "Brawler", serif;
    line-height: 66px;
    line-height: 70px;
    font-size: 40px;
    font-size: 35px;
    z-index: 20;
    transition: background-color 0.5s ease, border-color 0.5s ease; }
    .quote a:hover {
      color: #FFF;
      background-color: #8dc63f; }

@media (max-width: 860px) {
  .quote a {
    width: 90%;
    max-width: 358px;
    font-size: 30px; } }

body {
  color: #333;
  text-align: center;
  background-color: #684f40; }

header {
  background-color: #FFF;
  text-align: center;
  padding-top: 1px;
  margin-top: -1px;
  /* force it to listen to the margin on the logo */ }
  header .logo a {
    display: block;
    margin: 27px auto 37px; }

nav {
  text-align: center;
  margin-bottom: 30px;
  /* a breakpoint to two-line it*/ }
  @media (max-width: 860px) {
    nav {
      margin-bottom: 0; } }
  nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 860px; }
    nav ul li {
      /*display: inline;*/
      float: left;
      margin-left: 21px;
      margin-right: 21px; }
  @media (max-width: 860px) {
    nav ul {
      background-color: #EAE6E4; }
      nav ul li {
        width: 50%;
        text-align: center;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px solid #FFF; }
        nav ul li:nth-child(2n+1) {
          border-right: 1px solid #FFF; }
        nav ul li:last-child {
          width: 100%; } }
  nav a {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #606060;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    transition: color 0.3s ease; }
    nav a:hover, nav a:focus {
      color: #8dc63f; }

.promo {
  background-color: #8dc63f;
  /*height: 55px;*/
  text-align: center;
  color: #FFF; }
  .promo h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 23px;
    line-height: 54px;
    font-weight: 300;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px; }
  .promo br {
    display: none; }
  @media (max-width: 860px) {
    .promo h3 {
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      padding: 10px 0; }
      .promo h3 strong {
        text-transform: none; }
    .promo br {
      display: block; } }

.content {
  background-color: #FFF; }

footer {
  height: 240px;
  padding-top: 36px;
  background-color: #684f40;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-align: center; }
  footer a {
    color: #FFF;
    text-decoration: none; }
  footer .wrap {
    width: 100%;
    max-width: 1020px;
    margin: auto;
    text-align: left; }
    footer .wrap a {
      transition: color 0.3s ease; }
    footer .wrap a:hover, footer .wrap a:focus {
      color: #8dc63f; }
    footer .wrap .logo {
      float: left;
      width: 331px;
      width: 349px;
      /* recenter a bit*/ }
      footer .wrap .logo > a {
        margin-left: 76px;
        display: block;
        width: 164px;
        height: 51px; }
    footer .wrap .contact {
      float: left;
      width: 358px;
      width: 340px;
      text-align: center; }
      footer .wrap .contact ul {
        margin-left: auto;
        margin-right: auto;
        text-align: left;
        width: 265px; }
    footer .wrap > .nav {
      float: left;
      width: 300px;
      margin-left: 31px; }
      footer .wrap > .nav li {
        float: left;
        width: 150px; }
  footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  footer .social {
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    margin: 27px auto;
    width: 232px; }
    footer .social li {
      float: left; }
      footer .social li a {
        display: block;
        width: 40px;
        height: 40px;
        margin-left: 9px;
        margin-right: 9px;
        background: url("/img/core/home-sprites.png") no-repeat;
        transition: none; }
      footer .social li .fb {
        background-position: 0 -150px; }
      footer .social li .fb:hover,
      footer .social li .fb:focus {
        background-position: 0 -200px; }
      footer .social li .pin {
        background-position: -50px -150px; }
      footer .social li .pin:hover,
      footer .social li .pin:focus {
        background-position: -50px -200px; }
      footer .social li .yt {
        background-position: -100px -150px; }
      footer .social li .yt:hover,
      footer .social li .yt:focus {
        background-position: -100px -200px; }
      footer .social li .mail {
        background-position: -150px -150px; }
      footer .social li .mail:hover,
      footer .social li .mail:focus {
        background-position: -150px -200px; }
  footer .copy {
    display: block;
    width: 300px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    /* while social's off need to push it down a bit */
    margin-top: 40px; }
  @media (max-width: 860px) {
    footer {
      padding-top: 20px; }
      footer .wrap > .logo {
        width: 100%;
        margin-bottom: 25px; }
        footer .wrap > .logo a {
          margin-left: auto;
          margin-right: auto; }
      footer .wrap > .contact {
        width: 100%;
        margin-bottom: 25px; }
      footer .wrap > .nav {
        width: 100%;
        margin-left: 0; }
        footer .wrap > .nav ul li {
          width: 100%;
          text-align: center;
          margin: 5px 0;
          /*&:last-child{
                    width: 100%;
                }*/ } }

/* 
    - We're going to have to do the footer with media queries
    - Make them all divs side by side so at narrower res I can use floats and have them
        stack the way I want
    - Do a wrapper at a fixed size and center it with a max-width property
    - Have the logo be as small as possible and dock to the far left of the wrap box
    - Have the social and contact be absolutely positioned and centered
    - Have the nav links use a generous margin-right for default size and try to have 
        that margin shrink a little using calc() until we hit the media query breakpoint
    - Might be able to kick the copyright blurb out too far to the right using negative
        margin, play with that!

*/
/* overrides for colorbox */
html body {
  /* hide the fugly fake table border*/ }
  html body #cboxOverlay {
    background: none;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1 !important; }
  html body #cboxTopLeft,
  html body #cboxTopCenter,
  html body #cboxTopRight,
  html body #cboxMiddleLeft,
  html body #cboxMiddleRight,
  html body #cboxBottomLeft,
  html body #cboxBottomCenter,
  html body #cboxBottomRight {
    display: none; }
  html body #cboxContent {
    /* switch to #EEE if Adrienne can get the .AI source decoded from here:
    https://github.com/jackmoore/colorbox/blob/master/colorbox.ai
    */
    border: 4px solid #FFF;
    border-radius: 5px;
    background-color: #FFF;
    margin-left: 31px;
    /* compensate for the fugly crap we hid through CSS*/ }
    html body #cboxContent #cboxTitle {
      color: #333; }
  html body #cboxCurrent {
    display: none !important;
    /* they added super tall and narrow pics, the lightbox plugin shits itself for layout in this mode */
    color: #333; }
    html body #cboxCurrent:hover {
      cursor: default; }
  @media (max-width: 860px) {
    html body #cboxTitle {
      display: none !important; }
    html body #cboxCurrent {
      display: block !important; } }
