/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 21, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
/* line 31, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
/* line 42, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
/* line 52, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 82, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
/* line 90, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 102, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 112, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
/* line 125, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 130, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 135, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 140, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 145, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 150, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
/* line 159, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
/* line 168, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 172, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
/* line 180, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
/* line 188, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 198, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 210, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
/* line 230, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
/* line 239, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 244, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
/* line 254, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 261, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 265, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 280, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 284, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 294, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 303, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 318, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
/* line 327, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
/* line 339, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
/* line 351, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 359, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
/* line 371, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
/* line 400, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
/* line 417, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 428, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
/* line 440, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
/* line 453, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
/* line 465, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
/* line 474, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 484, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 497, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
/* line 510, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/* line 517, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
b, strong, .strong {
  font-weight: bold;
}

/* line 519, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
dfn, em, .em {
  font-style: italic;
}

/* line 521, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
small, .small {
  font-size: 75%;
}

/* line 523, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
ul, ol {
  padding: 0;
  list-style-type: none;
}

/* line 528, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
dd {
  margin: 0;
}

/* line 534, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_normalize.scss */
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
/* line 23, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.clearfix {
  zoom: 1;
}
/* line 25, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
/* line 26, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.clearfix:after {
  clear: both;
}

/*********************
TOOLS
*********************/
/* line 34, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 41, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*********************
IMAGE SIZES
*********************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('library/fonts/font-name.eot');
    	src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 115, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/* line 121, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.text-left {
  text-align: left;
}

/* line 122, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.text-center {
  text-align: center;
}

/* line 123, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.text-right {
  text-align: right;
}

/* line 127, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 133, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 139, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 145, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 151, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
TRANISTION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdue it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BUTTONS
*********************/
/* line 213, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.button, .button:visited {
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation
					Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: white;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
/* line 232, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.button:hover, .button:focus, .button:visited:hover, .button:visited:focus {
  color: white;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
/* line 240, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.button:active, .button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}

/* line 245, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.blue-button, .blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  box-shadow: inset 0 0 3px #59b3ec;
}
/* line 251, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.blue-button:hover, .blue-button:focus, .blue-button:visited:hover, .blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
/* line 255, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_mixins.scss */
.blue-button:active, .blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}

/*
BASE STYLES
*/
/******************************************************************
Site Name: Tranche Cellars
Author: Clint Bush via CKA Creative

Stylesheet: Base Stylesheet


******************************************************************/
/* line 20, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
html {
  width: 100%;
  height: 100%;
  font-size: 65.5%;
  /*12pt*/
  line-height: 1.3;
}

/* line 32, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
strong {
  font-weight: bold !important;
}

/* line 36, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body {
  width: 100%;
  height: 100%;
  background: #003656 url(../../images/bg.jpg) repeat-y center top;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
}

/* line 45, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
.clearBoth {
  clear: both;
}

/* line 49, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
.hidden {
  display: none;
}

/**** HOME PAGE ****/
/* line 55, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page {
  height: 130%;
}
/* line 57, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header {
  width: 978px;
  margin: 20px auto;
}
/* line 63, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header hgroup h1 {
  background: transparent url("../../images/tranche-logo.png") no-repeat center top;
  position: relative;
  top: 600px;
  width: 200px;
  height: 32px;
  margin: auto;
}
/* line 71, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header hgroup h1 a {
  display: block;
  width: 200px;
  height: 32px;
}
/* line 79, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav {
  width: 920px;
  height: 530px;
  display: block;
  background-color: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 0px;
  overflow: hidden;
  margin: auto;
  border: 1px solid #d4bfa4;
  -moz-background-clip: border;
  /* Firefox 3.6 */
  -webkit-background-clip: border;
  /* Safari 4? Chrome 6? */
  background-clip: border-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
}
/* line 106, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages {
  margin: 10px;
  width: 900px;
  height: 510px;
  position: absolute;
  z-index: 100;
  display: block;
}
/* line 114, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li {
  display: inline-block;
  width: 20%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  background: #000;
  border-left: 1px solid #aaa08d;
  border-bottom: none;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 132, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li:first-child {
  border: none;
}
/* line 136, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 148, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li span.currentSlide {
  left: 0px;
}
/* line 151, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li span.currentSlide.slideChange {
  left: -180px;
}
/* line 156, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li span.nextSlide {
  left: 180px;
}
/* line 159, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li span.nextSlide.slideChange {
  left: 0px;
}
/* line 164, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li span.hoverOverlay {
  background: transparent url(../../images/home/sliderOverlay.png) repeat-x center center;
  opacity: 0;
  top: -5px;
  z-index: 2000;
}
/* line 180, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li#frame1 span {
  border-left: none;
  background-position: 0 0;
}
/* line 188, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li#frame2 span {
  background-position: -180px 0;
}
/* line 195, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li#frame3 span {
  background-position: -360px 0px;
}
/* line 202, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li#frame4 span {
  background-position: -540px 0px;
}
/* line 209, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li#frame5 span {
  background-position: -720px 0px;
}
/* line 214, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li img {
  width: auto;
  height: 100%;
  position: absolute;
  left: -9999px;
  z-index: 1000;
}
/* line 222, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li p {
  position: absolute;
  bottom: 8.5em;
  z-index: 2000;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1.5em;
  color: #efefef;
  opacity: 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
/* line 236, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li p strong {
  font-size: 11px;
  font-size: 1.1rem;
  color: #bda17a;
  font-family: "trajan-pro-3", "Georgia", Baskerville, "Hoefler Text", Garamond, serif;
  text-transform: lowercase;
}
/* line 243, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li p.slideLink {
  bottom: 6em;
}
/* line 246, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#sliderImages li p.slideLink a {
  display: block;
  color: #bda17a;
  font-family: "trajan-pro-3", "Georgia", Baskerville, "Hoefler Text", Garamond, serif;
  font-size: 10px;
  font-size: 1rem;
  text-decoration: none;
}
/* line 258, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#primaryNav {
  width: 900px;
  top: 440px;
  margin: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  left: 1px;
  z-index: 1000;
}
/* line 268, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#primaryNav li {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  width: 20%;
  border-left: 1px solid rgba(0, 0, 0, 0.75);
  border-top: 1px solid rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.75);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 281, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page header nav ul#primaryNav li a {
  display: block;
  padding: 1.2em 0;
  color: #d4bfa4;
  text-transform: uppercase;
  width: 100%;
  text-decoration: none;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 301, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer {
  width: 978px;
  margin: 20px auto;
  text-align: center;
  position: relative;
  top: 70px;
  text-transform: uppercase;
  color: #fff;
}
/* line 310, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table {
  display: table;
  margin: auto;
  position: relative;
  left: -1em;
}
/* line 318, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul li {
  float: left;
  padding: .5em;
  margin-left: 2em;
  list-style-image: url(../../images/starBullet.png);
}
/* line 324, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul li.nonLink {
  list-style-image: url(../../images/starBullet.png);
}
/* line 328, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul li:first-child {
  list-style-image: none;
}
/* line 332, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul li a {
  color: #fff;
  text-decoration: none;
}
/* line 336, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul li a:hover {
  text-decoration: underline;
}
/* line 341, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul li#companiesLink {
  position: relative;
}
/* line 344, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul li#companiesLink div#companyDropdown {
  position: absolute;
  bottom: 25px;
  background-color: #8ba0ae;
  border-radius: 5px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #8594a1;
  width: 200px;
  z-index: 3000;
}
/* line 355, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul li#companiesLink div#companyDropdown li {
  float: none;
  text-align: left;
  list-style-image: none;
}
/* line 364, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul#socialLinks {
  position: relative;
  left: 1em;
}
/* line 368, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table ul#socialLinks li {
  list-style-image: none;
  margin: 0;
}
/* line 376, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table p.corlissLink {
  position: relative;
  top: 15px;
  left: 12px;
  padding-bottom: 15px;
}
/* line 382, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table p.corlissLink a {
  text-decoration: none;
  color: #fff;
}
/* line 386, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#home-page footer div.table p.corlissLink a span {
  display: block;
  padding-bottom: 5px;
}

/**** INTERIOR PAGE ****/
/* line 403, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper {
  padding-bottom: 400px;
}
/* line 406, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page {
  width: 920px;
  background-color: #f7f7f7;
  border-radius: 5px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: hidden;
  margin: 30px auto 30px auto;
  border: 1px solid #bcb39c;
  -moz-background-clip: border;
  /* Firefox 3.6 */
  -webkit-background-clip: border;
  /* Safari 4? Chrome 6? */
  background-clip: border-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  -moz-background-clip: padding;
  /* Firefox 3.6 */
  -webkit-background-clip: padding;
  /* Safari 4? Chrome 6? */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */
  -moz-background-clip: content;
  /* Firefox 3.6 */
  -webkit-background-clip: content;
  /* Safari 4? Chrome 6? */
  background-clip: content-box;
}
/* line 430, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header {
  background: #315b76 url(../../images/interior/corliss-header-bluebar.jpg) no-repeat center top;
  width: 248px;
  margin: 0 0 205px 10px;
  position: absolute;
  top: 10px;
  bottom: 10px;
  position: absolute;
}
/* line 437, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header h1 {
  position: relative;
  top: 65px;
  width: 200px;
  height: 32px;
  margin: auto;
}
/* line 444, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header h1 a {
  display: block;
  width: 200px;
  height: 32px;
}
/* line 453, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul {
  margin-top: 155px;
  font-family: "trajan-pro-3", "Georgia", Baskerville, "Hoefler Text", Garamond, serif;
}
/* line 457, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li {
  list-style-image: url(../../images/starBullet.png);
  margin: 0 0 0 45px;
  width: 100%;
}
/* line 462, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li.active {
  background-color: #17374b;
  background-color: rgba(23, 55, 75, 0.6);
  border-bottom: 1px solid #d4bfa4;
  border-top: 1px solid #d4bfa4;
  margin-top: .5em;
  padding-top: .1em;
  padding-bottom: 1em;
  padding-left: 45px;
  margin-left: 0px;
}
/* line 474, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li#fullNavOption {
  display: none;
}
/* line 478, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li a {
  color: #d4bfa4;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  height: 1em;
  padding: 1em 1em 1.4em 0;
  -webkit-transition: all 0.3s ease-out;
  /* Safari 3.2+, Chrome */
  -moz-transition: all 0.3s ease-out;
  /* Firefox 4-15 */
  -o-transition: all 0.3s ease-out;
  /* Opera 10.5–12.00 */
  transition: all 0.3s ease-out;
  /* Firefox 16+, Opera 12.50+ */
}
/* line 491, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li a:hover, body#interior-page #wrapper #page header nav ul li a.active {
  color: #fff;
  background-color: transparent;
}
/* line 497, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li h2 {
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/* line 505, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li ul {
  margin-top: 0px;
  padding-top: .5em;
  display: none;
  font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding-bottom: 0;
  margin-bottom: 0;
  position: relative;
  border: none;
}
/* line 515, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li ul li {
  list-style-image: none;
  margin-left: 0px;
  border: none;
}
/* line 520, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li ul li a {
  display: block;
  padding: 0;
  height: 2em;
  color: #d4bfa4;
  font-size: 12px;
  font-size: 1.2rem;
  border: none;
}
/* line 528, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li ul li a:hover {
  text-decoration: underline;
}
/* line 532, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li ul li a.active {
  color: #fff;
}
/* line 536, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li ul li span.currentBullet {
  font-size: 7px;
  font-size: 0.7rem;
}
/* line 540, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page header nav ul li ul li.active {
  background-color: transparent;
  border-bottom: none;
  border-top: none;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}
/* line 559, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content {
  background: #fff;
  width: 652px;
  margin: 10px 0px 0px 258px;
  padding: 0 0 50px 0;
}
/* line 565, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content #imageGallery {
  position: relative;
}
/* line 568, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content #imageGallery div.gallery_image {
  width: 163px;
  background: #efefef;
  height: 147px;
  position: absolute;
  border-left: 1px solid black;
  overflow: hidden;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  /* IE 5-7 */
  filter: alpha(opacity=1);
  opacity: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 585, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content #imageGallery div.gallery_image.position1 {
  left: 0px;
  border-left: none;
}
/* line 590, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content #imageGallery div.gallery_image.position2 {
  left: 163px;
}
/* line 594, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content #imageGallery div.gallery_image.position3 {
  left: 326px;
}
/* line 598, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content #imageGallery div.gallery_image.position4 {
  left: 489px;
}
/* line 602, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content #imageGallery div.gallery_image.positionEnd {
  left: 1000px;
}
/* line 606, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content #imageGallery div.gallery_image img {
  width: auto;
  height: 150px;
}
/* line 617, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article {
  width: 406px;
  min-height: 850px;
  padding-top: 165px;
}
/* line 623, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article h1 {
  color: #315b76;
  font-family: "trajan-pro-3", "Georgia", Baskerville, "Hoefler Text", Garamond, serif;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 20px 45px 0 50px;
  font-weight: normal;
  text-transform: lowercase;
}
/* line 632, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article h2 {
  color: #9c815e;
  font-family: "trajan-pro-3", "Georgia", Baskerville, "Hoefler Text", Garamond, serif;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0em 50px 0 50px;
  font-weight: normal;
  text-transform: lowercase;
}
/* line 641, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article p {
  padding: 0em 50px 0.5em 50px;
  line-height: 1.5;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
/* line 648, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article p a {
  color: #555;
}
/* line 654, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article p#breadcrumb a {
  font-size: 10px;
  font-size: 1rem;
}
/* line 660, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent {
  padding: 200px 0px 0px 50px;
  position: relative;
}
/* line 664, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent section {
  padding-bottom: 20px;
  max-height: 1000px;
  visibility: hidden;
}
/* line 669, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent section.truncate {
  max-height: 140px;
  overflow: hidden;
}
/* line 674, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent section img {
  width: 105px;
  height: 105px;
  float: left;
  margin: 0px 10px 5px 0px;
}
/* line 680, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent section h1 {
  padding: 0px;
  margin: 0px;
  color: #cbb08d;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 686, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent section p {
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 0 0;
  width: 330px;
}
/* line 691, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent section a {
  color: #9c815e;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
/* line 697, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent section a:hover {
  text-decoration: underline;
}
/* line 701, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#teamContent section a:active {
  color: #375B75;
}
/* line 710, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#wineContent h2 {
  margin: 0 0 .5em 50px;
  padding: 0px;
}
/* line 714, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#wineContent ul {
  margin: 0 0 0 50px;
  padding: 0;
}
/* line 720, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#wineContent ul li a {
  color: #555;
  display: block;
  padding: .2em 0;
}
/* line 731, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#singleWineContent #wineBottle {
  float: right;
  width: 173px;
  height: auto;
}
/* line 737, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#singleWineContent p {
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 740, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#singleWineContent p.winemakerNotes {
  color: #9c815e;
  font-style: italic;
}
/* line 747, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#singleWineContent a.purchaseButton {
  display: block;
  color: #fff;
  text-transform: uppercase;
  padding: .75em;
  width: 11.2em;
  text-align: center;
  margin-left: 50px;
  margin-bottom: 2em;
  text-decoration: none;
  background-color: #0c3e5c;
  font-family: "trajan-pro-3", "Georgia", Baskerville, "Hoefler Text", Garamond, serif;
  font-size: 10.5px;
  font-size: 1.05rem;
  border: 1px solid #647884;
}
/* line 762, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#singleWineContent a.purchaseButton:hover {
  background-color: #80939b;
}
/* line 772, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent div.happeningsEntry p a.expandButton {
  color: #9c815e;
  text-decoration: none;
  font-size: 11px;
  font-size: 1.1rem;
  text-transform: uppercase;
}
/* line 778, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent div.happeningsEntry p a.expandButton:hover {
  text-decoration: underline;
}
/* line 782, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent div.happeningsEntry p a.expandButton:active {
  color: #375B75;
}
/* line 787, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent div.happeningsEntry a {
  color: #315b76;
  text-decoration: none;
}
/* line 793, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent div.separator {
  border-bottom: 1px solid #efefef;
  margin: 2em 4em 2em 3em;
  height: 1px;
}
/* line 799, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav {
  padding: 0em 50px 0.5em 50px;
  line-height: 1;
  width: 100%;
}
/* line 804, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul {
  width: 300px;
  margin: auto;
  text-align: center;
}
/* line 809, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li {
  display: inline-block;
}
/* line 812, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li:first-child, body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li:last-child {
  width: 100px;
}
/* line 816, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li a {
  color: #315b76;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: center;
  display: block;
  width: auto;
  height: auto;
  font-weight: bold;
  padding: 0 .5em 0 .7em;
  text-decoration: none;
  border-left: 1px solid #315b76;
}
/* line 828, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li a:hover {
  text-decoration: underline;
}
/* line 832, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li a.active {
  color: #9c815e;
}
/* line 837, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li:first-child a {
  border-left: none;
}
/* line 841, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li:last-child a {
  border-left: none;
}
/* line 845, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content article#happeningsContent nav#paginationNav ul li:nth-child(2) a {
  border-left: none;
}
/* line 861, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content blockquote {
  background: white url(../../images/interior/quote_bg.jpg) no-repeat center 400px;
  width: 38%;
  min-height: 500px;
  padding: 15px 40px 100px 30px;
  float: right;
  margin: 165px 0 0 0;
  border-left: 1px solid #000;
  text-shadow: 1px 1px 3px #fff;
  /**** color: #9c815e; ****/
  color: #cbb08d;
  font-family: 'Georgia', Baskerville, "Hoefler Text", Garamond, serif;
  font-style: italic;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
}
/* line 877, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content blockquote p {
  padding: 0 0 1.5em 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
/* line 884, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content blockquote p.author {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 889, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content blockquote .cat1, body#interior-page #wrapper #page #content blockquote .cat1 .fc-event-skin, body#interior-page #wrapper #page #content blockquote .fc-agenda .cat1, body#interior-page #wrapper #page #content blockquote a.cat1, body#interior-page #wrapper #page #content blockquote a.cat1:active, body#interior-page #wrapper #page #content blockquote a.cat1:visited {
  background-color: transparent !important;
  color: #555 !important;
}
/* line 894, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page #content blockquote .fc-event {
  border-bottom: 1px solid #cbb08d !important;
  moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  padding: 10px 0 !important;
}
/* line 904, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer {
  width: 978px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
  top: 0px;
  text-transform: uppercase;
  color: #777;
  font-size: 11px;
  font-size: 1.1rem;
}
/* line 916, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table {
  display: table;
  margin: auto;
  position: relative;
  left: -4em;
}
/* line 924, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul li {
  float: left;
  padding: 0 .5em;
  margin-left: 2em;
  list-style-image: url(../../images/starBullet.png);
}
/* line 930, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul li.nonLink {
  list-style-image: url(../../images/starBullet.png);
}
/* line 934, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul li:first-child {
  list-style-image: none;
}
/* line 938, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul li a {
  color: #777;
  text-decoration: none;
}
/* line 942, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul li a:hover {
  text-decoration: underline;
}
/* line 947, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul li#companiesLink {
  position: relative;
  padding: .5em;
  top: -0.5em;
}
/* line 952, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul li#companiesLink div#companyDropdown {
  position: absolute;
  bottom: 25px;
  background-color: #8ba0ae;
  border-radius: 5px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
  border: 1px solid #8594a1;
  width: 200px;
  z-index: 3000;
}
/* line 963, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul li#companiesLink div#companyDropdown li {
  float: none;
  text-align: left;
  list-style-image: none;
  padding: .5em;
}
/* line 975, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table ul#socialLinks li {
  list-style-image: none;
  margin: 0;
}
/* line 983, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table p.corlissLink {
  position: relative;
  top: 15px;
  padding-bottom: 15px;
}
/* line 988, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table p.corlissLink a {
  text-decoration: none;
  color: #777;
}
/* line 992, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page #wrapper #page footer div.table p.corlissLink a span {
  display: block;
  padding-bottom: 5px;
}
/* line 1005, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page.about-us nav ul li.active ul {
  display: block !important;
}
/* line 1011, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body#interior-page.wines nav ul li.active ul {
  display: block !important;
}

/* line 1017, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
#aec-modal {
  display: none;
}
/* line 1021, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
#aec-modal .aec-content .cat1, #aec-modal .aec-content .cat1 .fc-event-skin, #aec-modal .aec-content .fc-agenda .cat1, #aec-modal .aec-content a.cat1, #aec-modal .aec-content a.cat1:active, #aec-modal .aec-content a.cat1:visited {
  background-color: #cbb08d !important;
  color: #555 !important;
}

/* Contact Links */
/* ================================================== */
/* line 1033, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body.customer-service article p, body.contact-us article p {
  line-height: 0;
}
/* line 1035, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body.customer-service article p a, body.contact-us article p a {
  color: #555;
  display: block;
  padding: 0em 0;
  text-decoration: none;
  margin-left: 6em;
}
/* line 1042, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body.customer-service article p a img, body.contact-us article p a img {
  padding-top: 1em;
  margin-left: -6em;
}
/* line 1048, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body.customer-service article p label, body.contact-us article p label {
  display: block;
  float: left;
  width: 5em;
  padding: 0 0;
}

/* line 1060, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body.customer-service blockquote, body.contact-us blockquote, body.shipping blockquote, body.privacy-policy blockquote {
  background: white url(../../images/interior/quote_bg.jpg) no-repeat center top !important;
}

/* line 1068, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body.customer-service article p a {
  margin-left: 9em;
}
/* line 1072, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseRev.scss */
body.customer-service article p label {
  width: 8em;
}

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
@media only screen and (min-width: 0) and (max-width: 685px) {
  /******************************************************************
  Site Name: Tranche Cellars
  Author: Clint Bush via CKA Creative
  
  Stylesheet: Base Mobile Stylesheet
  
  Be light and don't over style since everything here will be
  loaded by mobile devices. You want to keep it as minimal as
  possible. This is called at the top of the main stylsheet
  and will be used across all viewports.
  
  ******************************************************************/
  /**** HOME PAGE ****/
  /* line 18, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header {
    width: 100%;
  }
  /* line 23, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header hgroup h1 {
    position: relative;
    top: 0px;
  }
  /* line 27, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header hgroup h1 a {
    display: block;
    width: 200px;
    height: 32px;
  }
  /* line 35, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header nav {
    width: 90%;
    position: relative;
    top: 20px;
    height: 350px;
    background-color: #8ba0ae;
    border: 2px solid #8ba0ae;
  }
  /* line 43, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header nav ul#sliderImages {
    width: 100%;
    margin: 0;
    height: 120px;
  }
  /* line 48, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header nav ul#sliderImages li {
    background-image: url(../../images/home/slides/Tranch-cover2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: none;
  }
  /* line 57, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header nav ul#sliderImages li:first-child {
    display: block;
  }
  /* line 64, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header nav ul#primaryNav {
    width: 100%;
    display: block;
    position: absolute;
    top: 121px;
    margin-left: -1px;
    background-color: transparent;
  }
  /* line 72, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header nav ul#primaryNav li {
    display: block;
    width: 100%;
    height: 45px;
    border: none;
  }
  /* line 78, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header nav ul#primaryNav li a {
    border: none;
    border-bottom: 1px solid #fff;
    background: rgba(0, 0, 0, 0.8);
  }
  /* line 83, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page header nav ul#primaryNav li a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  /* line 92, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page footer {
    width: 100%;
    top: 0;
  }
  /* line 100, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page footer div.table ul li {
    float: none;
    list-style-image: none;
  }
  /* line 104, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page footer div.table ul li a {
    text-decoration: underline;
  }
  /* line 108, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page footer div.table ul li.nonLink {
    list-style-image: none;
  }
  /* line 119, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page footer div.table ul#socialLinks li {
    float: left;
  }
  /* line 126, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#home-page footer div.table p.corlissLink {
    left: 6px !important;
  }

  /**** INTERIOR PAGE ****/
  /* line 139, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper {
    padding-bottom: 400px;
    width: 100%;
  }
  /* line 143, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page {
    width: 90%;
  }
  /* line 146, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page header {
    background-position: center -400px;
    background-repeat: repeat-y;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    background-size: 100% auto;
  }
  /* line 155, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page header h1 {
    background-image: url("../../images/tranche-logo@2x.png");
    background-size: 100% auto;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    top: 25px;
    width: 200px;
    height: 32px;
    margin: auto;
  }
  /* line 167, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page header h1 a {
    display: block;
    width: 200px;
    height: 32px;
  }
  /* line 176, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page header nav ul {
    margin-top: 40px;
  }
  /* line 179, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page header nav ul li {
    display: none;
    text-align: center;
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  /* line 193, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page header nav ul li a {
    padding-left: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
  /* line 201, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page header nav ul li ul li {
    display: block !important;
  }
  /* line 209, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page header nav ul li.active {
    display: block !important;
  }
  /* line 217, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content {
    position: relative;
    left: -260px;
    width: 101%;
  }
  /* line 222, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content #imageGallery {
    width: 100%;
    height: auto;
  }
  /* line 226, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content #imageGallery div.gallery_image {
    width: 25%;
    height: 100px;
    float: left;
    position: relative;
    left: 0 !important;
    border: none;
    background-color: #fff;
    display: none;
  }
  /* line 236, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content #imageGallery div.gallery_image:first-child, body#interior-page #wrapper #page #content #imageGallery div.gallery_image:nth-child(2), body#interior-page #wrapper #page #content #imageGallery div.gallery_image:nth-child(3), body#interior-page #wrapper #page #content #imageGallery div.gallery_image:nth-child(4) {
    display: block;
  }
  /* line 240, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content #imageGallery div.gallery_image img {
    width: 100%;
    height: auto;
  }
  /* line 247, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article {
    width: 100%;
    padding-top: 0px;
    min-height: 0;
    position: relative;
    clear: both;
  }
  /* line 254, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article h1 {
    padding: 0px 15px !important;
    margin: 0 !important;
    height: auto !important;
  }
  /* line 260, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article h2 {
    padding: 0px 15px;
  }
  /* line 264, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article p {
    padding: 0px 15px;
  }
  /* line 272, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article#teamContent {
    padding: 0px 0 0 20px;
  }
  /* line 275, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article#teamContent section {
    width: 90%;
  }
  /* line 278, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article#teamContent section img {
    width: 80px;
    height: 80px;
  }
  /* line 283, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article#teamContent section p {
    width: 100%;
  }
  /* line 291, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article#wineContent ul.subnav {
    padding-bottom: 20px !important;
  }
  /* line 298, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content article#singleWineContent a.purchaseButton {
    margin-left: 15px !important;
  }
  /* line 305, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content blockquote {
    display: none;
  }
  /* line 309, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content div.separator {
    margin: 2em 15px 2em 15px !important;
  }
  /* line 313, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page #content nav#paginationNav {
    padding-left: 0px !important;
    width: 100%;
  }
  /* line 319, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page footer {
    background-color: #8ba0ae;
    width: 100%;
  }
  /* line 323, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page footer div.table {
    left: -1.5em;
  }
  /* line 328, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page footer div.table ul li {
    float: none;
    list-style-image: none;
  }
  /* line 332, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page footer div.table ul li a {
    text-decoration: underline;
  }
  /* line 336, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page footer div.table ul li.nonLink {
    list-style-image: none;
  }
  /* line 345, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page footer div.table ul#socialLinks {
    position: relative;
    left: 1em;
  }
  /* line 349, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page footer div.table ul#socialLinks li {
    float: left;
  }
  /* line 356, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_baseMobile.scss */
  body#interior-page #wrapper #page footer div.table p.corlissLink {
    left: 6px !important;
  }
}
@media only screen and (min-width: 650px) and (orientation: portrait) {
  /* line 47, ../scss/style.scss */
  body {
    zoom: 75%;
  }
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to 
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection. 
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 27, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 28, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 29, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 30, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 75, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 79, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 84, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 89, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) and (orientation: portrait) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* line 26, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .wrap {
    max-width: 1140px;
  }

  /*********************
  HEADER SYTLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* line 42, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 46, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  /* line 50, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* line 57, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav li a:hover, .nav li a:focus {
    background-color: #dedede;
  }
  /* line 70, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav li ul.sub-menu,
  .nav li ul.children {
    width: 200px;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  /* line 78, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  /* line 80, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  /* line 97, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  /* line 119, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .nav li:hover ul {
    top: auto;
    display: block;
  }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  /* line 139, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .sidebar {
    margin-top: 2.2em;
  }

  /* line 143, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }

  /* line 148, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  /* line 153, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  /* line 161, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  /* line 269, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_768up.scss */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }

  /* end .footer-links */
}
@media only screen and (min-width: 768px) and (orientation: landscape) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.scss stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://susy.oddbird.net/ - Grids using Compass. Very elegant.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  /* line 24, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .onecol {
    width: 5.801104972%;
  }

  /* 4.85%;  } /* grid_1  */
  /* line 25, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .twocol {
    width: 14.364640883%;
  }

  /* 13.45%; } /* grid_2  */
  /* line 26, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .threecol {
    width: 22.928176794%;
  }

  /* 22.05%; } /* grid_3  */
  /* line 27, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .fourcol {
    width: 31.491712705%;
  }

  /* 30.75%; } /* grid_4  */
  /* line 28, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .fivecol {
    width: 40.055248616%;
  }

  /* 39.45%; } /* grid_5  */
  /* line 29, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .sixcol {
    width: 48.618784527%;
  }

  /* 48%;    } /* grid_6  */
  /* line 30, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .sevencol {
    width: 57.182320438000005%;
  }

  /* 56.75%; } /* grid_7  */
  /* line 31, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .eightcol {
    width: 65.74585634900001%;
  }

  /* 65.4%;  } /* grid_8  */
  /* line 32, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .ninecol {
    width: 74.30939226%;
  }

  /* 74.05%; } /* grid_9  */
  /* line 33, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .tencol {
    width: 82.87292817100001%;
  }

  /* 82.7%;  } /* grid_10 */
  /* line 34, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .elevencol {
    width: 91.436464082%;
  }

  /* 91.35%; } /* grid_11 */
  /* line 35, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .twelvecol {
    width: 99.999999993%;
  }

  /* 100%;   } /* grid_12 */
  /* line 38, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }

  /* line 44, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .first {
    margin-left: 0;
  }

  /* line 48, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_grid.scss */
  .last {
    float: right;
  }

  /******************************************************************
  Site Name: Tranche Cellars
  Author: Clint Bush via CKA Creative
  
  Stylesheet: Main Stylesheet
  
  Be light and don't over style since everything here will be
  loaded by mobile devices. You want to keep it as minimal as
  possible. This is called at the top of the main stylsheet
  and will be used across all viewports.
  
  ******************************************************************/
  /**** HOME PAGE ****/
  /**** INTERIOR PAGE ****/
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop. 
  
  ******************************************************************/
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
  /* line 50, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_2x.scss */
  body#home-page header hgroup h1 {
    background: transparent url("../../images/tranche-logo@2x.png") no-repeat center top;
    background-size: 200px 32px;
  }
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 15, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 23, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 28, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 33, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 40, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 44, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 49, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 53, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 57, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 65, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 71, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 80, /Volumes/Bud/CKA-Interactive/Tranche/Site/Tranche_WorkingGit/wp-content/themes/tranche/library/scss/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
