@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'bficonfont';
  src: url("fonts/bficonfont.eot");
  src: url("fonts/bficonfont.eot?#iefix") format("embedded-opentype"), url("fonts/bficonfont.woff") format("woff"), url("fonts/bficonfont.ttf") format("truetype"), url("fonts/bficonfont.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'bficonfont';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-down:before {
  content: "\f107"; }

address {
  font-style: normal; }

body {
  font-family: "ff-dagny-web-pro", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #2E2E2E;
  font-size: 16px;
  line-height: 1.6em; }

h1, h2, h3 {
  font-family: "alternate-gothic-no-3-d", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #AF010A;
  font-size: 36px;
  line-height: 1em;
  margin: 1em 0 0.8em 0; }

h2 {
  color: #2E2E2E;
  margin: 0.6em 0 0.4em 0; }

h3 {
  font-size: 24px; }

a {
  color: #966; }
  a:hover {
    color: #a44; }

p,
h4 {
  font-size: inherit;
  line-height: 1.6em;
  margin: 0 0 1.12em 0; }

h4 {
  margin-top: 1.6em; }

table {
  font-size: 12px;
  text-align: center; }

/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden, .slideshow-controls .label, #modal .modal-content .close .label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active, .slideshow-controls .focusable.label:active, #modal .modal-content .close .focusable.label:active,
.visuallyhidden.focusable:focus,
.slideshow-controls .focusable.label:focus,
#modal .modal-content .close .focusable.label:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clearfix:before, body:before, .clearfix:after, body:after {
  content: " ";
  display: table; }

.clearfix:after, body:after {
  clear: both; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  height: auto;
  min-height: 100%;
  background-color: #424242;
  background: -moz-linear-gradient(top, #1d1d1d 0%, #424242 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1d1d1d), color-stop(100%, #424242));
  background: -webkit-linear-gradient(top, #1d1d1d 0%, #424242 100%);
  background: -o-linear-gradient(top, #1d1d1d 0%, #424242 100%);
  background: -ms-linear-gradient(top, #1d1d1d 0%, #424242 100%);
  background: linear-gradient(to bottom, #1d1d1d 0%, #424242 100%); }

body {
  width: 1030px;
  margin: 40px auto 80px auto;
  border: 15px solid #625c5c;
  position: relative;
  background-color: #280E0F;
  background: -moz-linear-gradient(top, #220a0a 0%, #3b1918 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #220a0a), color-stop(100%, #3b1918));
  background: -webkit-linear-gradient(top, #220a0a 0%, #3b1918 100%);
  background: -o-linear-gradient(top, #220a0a 0%, #3b1918 100%);
  background: -ms-linear-gradient(top, #220a0a 0%, #3b1918 100%);
  background: linear-gradient(to bottom, #220a0a 0%, #3b1918 100%); }

.loggedIn {
  font-size: 12px;
  position: absolute;
  top: -45px;
  right: 0;
  color: #ccc;
  line-height: 1.8em; }
  .loggedIn .button {
    font-size: inherit;
    line-height: inherit;
    display: inline-block;
    text-decoration: none;
    background: #ccc;
    color: #2e2e2e;
    padding: 0 0.4em;
    margin: 0 0 0 1em;
    border-radius: 2px; }
    .loggedIn .button:hover {
      background: #AF010A; }

#site-header {
  padding: 0;
  margin: 0;
  float: right; }
  #site-header a {
    /*text-indent: $wider-than-any-screen * $approximate-em-value*/
    text-indent: -119988px;
    overflow: hidden;
    background-image: url("./images/logo.gif");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-position: center bottom;
    height: 208px;
    width: 250px;
    display: block; }

#page-header {
  width: 750px;
  height: 251px;
  float: left;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url("./images/headers/sales.jpg"); }
  #page-header:before {
    content: '';
    display: block;
    width: 750px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: bottom left;
    position: absolute;
    top: -50px;
    left: 0; }

#promo {
  background: url("./images/promo-animal-low.png") no-repeat;
  background-position: 161px top;
  margin-left: 237px;
  padding: 55px 25px 0 25px;
  position: relative;
  top: -55px;
  height: 401px;
  font-size: 12px;
  line-height: 1.3em;
  /* MailChimp Form Embed Code - Classic - 08/17/2011 */ }
  #promo h2 {
    font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    color: #bc000e;
    font-size: 28px;
    line-height: 1em;
    margin: 54px 0 15px 0;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); }
  #promo p {
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    line-height: inherit; }
  #promo #newsletter-blurb {
    margin-top: 107px; }
  #promo .prizes {
    margin-top: 15px; }
    #promo .prizes div {
      width: 47%;
      float: left; }
      #promo .prizes div + div {
        margin-left: 6%; }
    #promo .prizes h3 {
      font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
      font-style: normal;
      font-weight: 700;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      background-color: #6eac3e;
      color: #fff;
      font-size: 12px;
      line-height: 1em;
      padding: 4px;
      float: left;
      margin: 0; }
      #promo .prizes h3 .numeral {
        font-size: 30px;
        line-height: 24px; }
      #promo .prizes h3 .suffix {
        font-size: 9px;
        position: relative;
        top: -13px; }
    #promo .prizes p {
      margin-left: 54px; }
      #promo .prizes p strong {
        color: #a1e26e; }
  #promo .promo-button {
    padding-left: 0;
    padding-right: 0;
    width: 225px; }
  #promo form {
    margin: 0; }
  #promo #signup-form {
    position: relative; }
  #promo .indicates-required .asterisk {
    position: relative;
    top: 8px; }
  #promo .asterisk {
    color: #bc000e;
    font-size: 2em; }
  #promo form [required] + .asterisk {
    position: absolute;
    right: 6px;
    top: 13px; }
  #promo .signup-terms {
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 46%; }
    #promo .signup-terms h4 {
      font-size: 11px;
      color: #fff;
      margin-bottom: 5px; }
    #promo .signup-terms p {
      font-size: 9px; }
  #promo #mc_embed_signup input {
    border: 1px solid #999;
    -webkit-appearance: none; }
  #promo #mc_embed_signup input[type=checkbox] {
    -webkit-appearance: checkbox; }
  #promo #mc_embed_signup input[type=radio] {
    -webkit-appearance: radio; }
  #promo #mc_embed_signup input:focus {
    border-color: #333; }
  #promo #mc_embed_signup .button {
    border: none;
    margin: 0; }
  #promo #mc_embed_signup .small-meta {
    font-size: 11px; }
  #promo #mc_embed_signup .nowrap {
    white-space: nowrap; }
  #promo #mc_embed_signup .mc-field-group {
    width: 225px;
    position: relative;
    min-height: 42px; }
  #promo #mc_embed_signup .size1of2 {
    clear: none;
    float: left;
    display: inline-block;
    width: 46%;
    margin-right: 4%; }
  #promo * html #mc_embed_signup .size1of2 {
    margin-right: 2%;
    /* Fix for IE6 double margins. */ }
  #promo #mc_embed_signup .mc-field-group input {
    display: block;
    width: 100%;
    padding: 6px 0;
    text-indent: 2%; }
  #promo #mc_embed_signup .mc-field-group select {
    display: inline-block;
    padding: 5px 0;
    margin-bottom: 2px; }
  #promo #mc_embed_signup .datefield, #promo #mc_embed_signup .phonefield-us {
    padding: 5px 0; }
  #promo #mc_embed_signup .datefield input, #promo #mc_embed_signup .phonefield-us input {
    display: inline;
    width: 60px;
    margin: 0 2px;
    letter-spacing: 1px;
    text-align: center;
    padding: 5px 0 2px 0; }
  #promo #mc_embed_signup .phonefield-us .phonearea input, #promo #mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px; }
  #promo #mc_embed_signup .datefield .monthfield input, #promo #mc_embed_signup .datefield .dayfield input {
    width: 30px; }
  #promo #mc_embed_signup .datefield label, #promo #mc_embed_signup .phonefield-us label {
    display: none; }
  #promo #mc_embed_signup .clear {
    clear: both; }
  #promo #mc_embed_signup .mc-field-group.input-group ul {
    margin: 0;
    padding: 5px 0;
    list-style: none; }
  #promo #mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    padding: 3px 0;
    margin: 0; }
  #promo #mc_embed_signup .mc-field-group.input-group label {
    display: inline; }
  #promo #mc_embed_signup .mc-field-group.input-group input {
    display: inline;
    width: auto;
    border: none; }
  #promo #mc_embed_signup div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0em .5em 0em .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both; }
  #promo #mc_embed_signup div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: bold;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%; }
  #promo #mc_embed_signup #mce-error-response {
    display: none; }
  #promo #mc_embed_signup #mce-success-response {
    color: #529214;
    display: none; }
  #promo #mc_embed_signup label.error {
    display: block;
    float: none;
    width: auto;
    margin-left: 1.05em;
    text-align: left;
    padding: .5em 0; }
  #promo #mc_embed_signup #num-subscribers {
    font-size: 1.1em; }
  #promo #mc_embed_signup #num-subscribers span {
    padding: .5em;
    border: 1px solid #ccc;
    margin-right: .5em;
    font-weight: bold; }

#page-home #page-header {
  height: 401px;
  background-image: url("./images/headers/home-promo.jpg"); }

#page-news #page-header:before {
  background-image: url("./images/headers/news-top.png"); }

#page-news #page-header {
  background-image: url("./images/headers/news.jpg"); }

#page-sires #page-header:before {
  background-image: url("./images/headers/sires-top.png"); }

#page-sires #page-header {
  background-image: url("./images/headers/sires.jpg"); }

#page-trophy-stags #page-header {
  background-image: url("./images/headers/trophy-stags.jpg"); }

#page-sales #page-header {
  background-image: url("./images/headers/sales.jpg"); }

#page-about #page-header:before {
  background-image: url("./images/headers/about-top.png"); }

#page-about #page-header {
  background-image: url("./images/headers/about.jpg"); }

#page-contact #page-header:before {
  background-image: url("./images/headers/contact-top.png"); }

#page-contact #page-header {
  background-image: url("./images/headers/contact.jpg"); }

nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 237px;
  overflow: visible;
  z-index: 2;
  font-family: "alternate-gothic-no-3-d", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  line-height: 36px;
  color: #FFF;
  text-shadow: 0px 0px 1px #484848;
  height: 251px; }
  nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  nav li a {
    display: block;
    width: 100%;
    height: 41px;
    padding: 5px 0 0 20px;
    margin: 1px 0 0 0;
    background: #464a52;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    transition: width ease .3s; }
    nav li a:hover {
      color: #efe6e6;
      width: 277px; }
  nav li:nth-child(1) a {
    background: rgba(70, 74, 82, 0.4); }
  nav li:nth-child(2) a {
    background: rgba(70, 74, 82, 0.5); }
  nav li:nth-child(3) a {
    background: rgba(70, 74, 82, 0.6); }
  nav li:nth-child(4) a {
    background: rgba(70, 74, 82, 0.7); }
  nav li:nth-child(5) a {
    background: rgba(70, 74, 82, 0.8); }
  nav li:nth-child(6) a {
    background: rgba(70, 74, 82, 0.9); }
  nav li.active a {
    color: #efe6e6;
    background: rgba(175, 1, 10, 0.7);
    width: 277px; }
  nav li:first-child a {
    margin-top: 0; }

main {
  width: 750px;
  background: #fff;
  float: left;
  padding: 30px 60px 60px 60px;
  min-height: 320px; }
  main.no-tabs {
    padding-bottom: 60px; }

form {
  margin-left: -20px; }
  form .field {
    display: block;
    margin: 0 0 1em 0; }
    form .field input,
    form .field textarea {
      display: block;
      width: 100%; }
  form fieldset.half-width {
    width: 50%;
    float: left;
    padding-left: 15px; }
    form fieldset.half-width:first-child {
      padding-left: 20px; }
  form input[type='submit'],
  form button[type='submit'] {
    clear: both;
    display: block;
    margin-left: 20px; }

button,
.button {
  display: block;
  border: none;
  background: #bc000e;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 13px 2em;
  font-size: 15px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 1em 0; }
  button:hover,
  .button:hover {
    background: #ef0012;
    color: #fff; }

blockquote {
  position: relative;
  margin: 30px 60px;
  font-style: italic;
  quotes: "“" "”" "‘" "’"; }
  blockquote:before {
    font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 0;
    right: 100%;
    color: #ccc;
    content: open-quote;
    font-size: 6em;
    line-height: 0.6em;
    margin-right: 0.15em; }
  blockquote:after {
    font-family: "ff-meta-web-pro", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    bottom: 0;
    left: 100%;
    color: #ccc;
    content: close-quote;
    font-size: 6em;
    line-height: 0em; }

table {
  background: #F7F7F7;
  margin: 1em 0;
  table-layout: fixed; }
  table thead {
    background: #D2D2D2;
    font-weight: bold; }
  table tbody tr:nth-child(even) {
    background: #F0F0F0; }
  table td,
  table th {
    padding: 0.4em 0.8em;
    border-bottom: 1px solid #fff; }
  table.no-color {
    background: none; }
    table.no-color thead,
    table.no-color tbody,
    table.no-color tr,
    table.no-color td,
    table.no-color th {
      background: none !important; }

.link a,
a.link {
  display: block;
  border-top: 1px solid #9D8787;
  text-decoration: none;
  text-transform: uppercase;
  color: #AF010A;
  font-weight: bold;
  line-height: 3em; }
  .link a:hover,
  a.link:hover {
    text-decoration: underline; }

.sub-page {
  background: #f2f2f2;
  margin: 60px -60px -60px -60px;
  padding: 30px 60px 60px 60px; }

ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 60px 0 0 0;
  line-height: 3em; }
  ul.tabs + .sub-page {
    margin-top: 0; }
  ul.tabs li.tab {
    display: block;
    float: left;
    margin-right: 5px; }
    ul.tabs li.tab a {
      display: block;
      padding: 0 1.5em;
      text-decoration: none;
      color: #2E2E2E;
      border-top: #fff 3px solid; }
      ul.tabs li.tab a:hover {
        background: #f2f2f2; }
    ul.tabs li.tab.active a {
      background: #f2f2f2;
      color: #2E2E2E;
      border-top: #AF010A 3px solid; }

li a.block-item {
  font-size: 14px;
  line-height: 2em;
  display: block;
  margin-bottom: 1em;
  color: #2e2e2e;
  background: #ccc;
  padding: 0 1em;
  text-decoration: none; }
  li a.block-item:hover {
    background: #2e2e2e;
    color: #ccc; }

.animal .short-description {
  text-align: right;
  float: right;
  font-style: italic;
  width: 60%; }
  .animal .short-description .sire,
  .animal .short-description .dam {
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 2em;
    text-align: left; }

.sire-detail,
.sale-lot-detail {
  height: auto;
  margin: 0;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.6em;
  background: #fff;
  -webkit-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s;
  -moz-transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s;
  transition: max-height 0.5s, padding-top 0.5s, padding-bottom 0.5s; }
  .sire-detail .row,
  .sale-lot-detail .row {
    margin: 10px 0 0 -30px; }
    .sire-detail .row:first-child,
    .sale-lot-detail .row:first-child {
      margin-top: 0; }
  .sire-detail p,
  .sale-lot-detail p {
    margin-bottom: 1em; }
  .sire-detail table,
  .sale-lot-detail table {
    width: 100%;
    margin-top: 0; }
  .sire-detail .pictures,
  .sale-lot-detail .pictures {
    position: relative;
    float: right;
    width: 220px; }
    .sire-detail .pictures ul,
    .sale-lot-detail .pictures ul {
      list-style-type: none;
      padding: 0;
      float: right;
      margin: 0; }
    .sire-detail .pictures img,
    .sale-lot-detail .pictures img {
      width: 220px;
      cursor: zoom-in; }

.description,
.pictures {
  width: 50%;
  float: left;
  padding-left: 30px; }

.production,
.pedigree {
  width: 50%;
  float: left;
  padding-left: 30px; }

.pedigree {
  background-position: 30px bottom; }

.slideshow-controls {
  font-size: 32px; }
  .slideshow-controls .icon {
    display: block;
    position: absolute;
    top: -20px;
    text-align: center;
    line-height: 40px;
    width: 40px;
    color: #fff;
    background: #AF010A; }
  .slideshow-controls .prev,
  .slideshow-controls .next {
    position: absolute;
    width: 40px;
    height: 50%;
    top: 50%; }
    .slideshow-controls .prev:hover .icon,
    .slideshow-controls .next:hover .icon {
      background: #ef0012; }
  .slideshow-controls .prev {
    left: 0; }
    .slideshow-controls .prev .icon {
      left: -20px; }
    .slideshow-controls .prev:before {
      position: absolute;
      display: block;
      content: '';
      height: 200%;
      width: 100%;
      right: 0;
      bottom: 0; }
  .slideshow-controls .next {
    right: 0; }
    .slideshow-controls .next .icon {
      right: -20px; }
    .slideshow-controls .next:before {
      position: absolute;
      display: block;
      content: '';
      height: 200%;
      width: 100%;
      left: 0;
      bottom: 0; }

.animal.active .sire-detail,
.animal.active .sale-lot-detail {
  padding-top: 30px;
  padding-bottom: 30px;
  max-height: 1000px; }

ul.sires,
ul.sale-lots {
  list-style-type: none;
  padding: 0;
  margin: 0 0 30px 0; }
  ul.sires li.sire,
  ul.sires li.sale-lot,
  ul.sale-lots li.sire,
  ul.sale-lots li.sale-lot {
    display: block; }
    ul.sires li.sire > a,
    ul.sires li.sale-lot > a,
    ul.sale-lots li.sire > a,
    ul.sale-lots li.sale-lot > a {
      border-bottom: 1px solid #ccc;
      line-height: 3em;
      padding: 0 30px;
      display: block;
      text-decoration: none;
      color: #2e2e2e;
      position: relative; }
      ul.sires li.sire > a:before,
      ul.sires li.sale-lot > a:before,
      ul.sale-lots li.sire > a:before,
      ul.sale-lots li.sale-lot > a:before {
        font-family: 'bficonfont';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f107";
        font-size: 1.4em;
        line-height: inherit;
        position: absolute;
        left: 10px;
        top: 0; }
      ul.sires li.sire > a:hover,
      ul.sires li.sale-lot > a:hover,
      ul.sale-lots li.sire > a:hover,
      ul.sale-lots li.sale-lot > a:hover {
        background: #e6e6e6; }
    ul.sires li.sire.active > a,
    ul.sires li.sale-lot.active > a,
    ul.sale-lots li.sire.active > a,
    ul.sale-lots li.sale-lot.active > a {
      background: #dedede; }
      ul.sires li.sire.active > a:before,
      ul.sires li.sale-lot.active > a:before,
      ul.sale-lots li.sire.active > a:before,
      ul.sale-lots li.sale-lot.active > a:before {
        content: ''; }
    ul.sires li.sire:first-child > a,
    ul.sires li.sire.active + li.sire > a,
    ul.sires li.sire.active + li.sale-lot > a,
    ul.sires li.sale-lot:first-child > a,
    ul.sires li.sale-lot.active + li.sire > a,
    ul.sires li.sale-lot.active + li.sale-lot > a,
    ul.sale-lots li.sire:first-child > a,
    ul.sale-lots li.sire.active + li.sire > a,
    ul.sale-lots li.sire.active + li.sale-lot > a,
    ul.sale-lots li.sale-lot:first-child > a,
    ul.sale-lots li.sale-lot.active + li.sire > a,
    ul.sale-lots li.sale-lot.active + li.sale-lot > a {
      border-top: 1px solid #ccc; }

.sale-meta .location {
  margin: 0.6em 0;
  font-size: 14px;
  font-weight: bold; }

.pedigree {
  background-image: url("./images/pedigree-three.svg");
  background-repeat: no-repeat;
  background-size: 200px 375px; }
  .pedigree div {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    background: #ddd;
    padding: 0 0.4em;
    margin-bottom: 3px;
    border-radius: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .pedigree .name {
    margin-right: 60%;
    background: #ccc;
    font-weight: bold; }
  .pedigree .p1 {
    margin-left: 20%;
    margin-right: 40%; }
  .pedigree .p2 {
    margin-left: 40%;
    margin-right: 20%; }
  .pedigree .p3 {
    margin-left: 60%; }
  .pedigree.two-levels {
    background-image: url("./images/pedigree-two.svg");
    background-repeat: no-repeat;
    background-size: 175px 175px; }
    .pedigree.two-levels .name {
      margin-right: 50%;
      background: #ccc; }
    .pedigree.two-levels .p1 {
      margin-left: 25%;
      margin-right: 25%; }
    .pedigree.two-levels .p2 {
      margin-left: 50%;
      margin-right: 0%; }

#page-home main.thirds {
  padding: 15px 0;
  border-top: #625c5c 15px solid;
  background: -moz-linear-gradient(top, #fff 0%, #fff 220px, #f2f2f2 220px, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #fff 0%, #fff 220px, #f2f2f2 220px, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #fff 220px, #f2f2f2 220px, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #fff 220px, #f2f2f2 220px, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #fff 220px, #f2f2f2 220px, #f2f2f2 100%);
  /* W3C */ }
  #page-home main.thirds .third {
    width: 33.33333%;
    float: left;
    padding-left: 30px; }
    #page-home main.thirds .third h3 {
      margin-bottom: 0.5em; }
  #page-home main.thirds .image {
    height: 205px;
    margin-left: -11px; }
    #page-home main.thirds .image img {
      display: block;
      margin: 0 auto; }
  #page-home main.thirds .row {
    margin: 0 30px 0 0; }

.person .col.photo {
  width: auto; }
  .person .col.photo + .col {
    float: none;
    margin-left: 158px;
    width: auto; }

.person .col > *:first-child {
  margin-top: 0; }

#page-contact table,
#page-contact thead,
#page-contact tbody,
#page-contact tfoot,
#page-contact tr,
#page-contact th,
#page-contact td {
  background: none; }

#page-contact table {
  line-height: 1.3em; }

#page-contact h3 + table {
  margin-top: 0; }

.row {
  margin: 30px 0; }
  .row .title {
    margin: 0; }
  .row .content *:first-child {
    margin-top: 0; }

.col {
  float: left;
  width: 50%; }

.contact .content :first-child {
  margin-top: 10px; }

.contact .content.address :first-child {
  margin-top: 2px; }
  .contact .content.address :first-child td {
    padding: 0.4em 0; }

.contact th {
  padding: 0.4em 0; }

.map-container.row {
  margin-top: 0; }

.map {
  padding-right: 25px; }
  .map > * {
    height: 250px; }
  .map h3 {
    height: auto; }

.map:first-child {
  padding-left: 0; }

.testimonial-logo,
.testimonial-signature {
  float: right;
  margin-right: 60px; }

.testimonial-photo {
  float: left;
  margin: 0 30px 30px 0;
  text-align: center; }

img.face {
  border: 1px solid #ddd; }

#modal {
  background: rgba(70, 74, 82, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9; }
  #modal .modal-inner {
    float: right;
    right: 50%;
    position: relative;
    max-width: 100%;
    max-height: 100%; }
  #modal .modal-content {
    float: right;
    right: -50%;
    position: relative;
    background: #fff;
    margin: 60px;
    max-width: 100%;
    max-height: 100%; }
    #modal .modal-content img {
      max-width: 100%;
      min-width: 100px;
      min-height: 100px; }
    #modal .modal-content .close {
      position: fixed;
      top: 15px;
      right: 15px;
      color: #fff;
      text-decoration: none;
      font-size: 40px;
      line-height: 40px;
      text-align: right; }

#site-footer {
  margin-top: 250px;
  margin-left: 750px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.4em; }
  #site-footer a {
    color: #fff; }
  #site-footer address {
    margin-bottom: 2em; }
  #site-footer .item {
    margin-bottom: 0.6em;
    text-align: center; }
    #site-footer .item .label {
      padding-right: 0.6em;
      color: #ccc; }
  #site-footer .external-links a {
    margin: 30px auto; }
  #site-footer .external-links a.deer-nz {
    /*text-indent: $wider-than-any-screen * $approximate-em-value*/
    text-indent: -119988px;
    overflow: hidden;
    background-image: url("./images/logo-deer-nz.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    width: 140px;
    height: 39px;
    opacity: 0.8; }
    #site-footer .external-links a.deer-nz:hover {
      opacity: 1; }
  #site-footer .external-links a.forestpack {
    /*text-indent: $wider-than-any-screen * $approximate-em-value*/
    text-indent: -119988px;
    overflow: hidden;
    background-image: url("./images/logo-forestpack.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    width: 128px;
    height: 34px;
    opacity: 0.8; }
    #site-footer .external-links a.forestpack:hover {
      opacity: 1; }
  #site-footer .external-links a.deer-ai {
    /*text-indent: $wider-than-any-screen * $approximate-em-value*/
    text-indent: -119988px;
    overflow: hidden;
    background-image: url("./images/logo-deer-ai.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    display: block;
    width: 140px;
    height: 44px;
    opacity: 0.8; }
    #site-footer .external-links a.deer-ai:hover {
      opacity: 1; }

small#credit {
  color: #ccc;
  position: absolute;
  white-space: nowrap;
  bottom: -45px;
  right: 0;
  font-size: 10px; }
  small#credit .legal:after {
    content: " | "; }
  small#credit a {
    color: inherit; }
    small#credit a:hover {
      color: #fff; }

button#persona {
  /*text-indent: $wider-than-any-screen * $approximate-em-value*/
  text-indent: -119988px;
  overflow: hidden;
  background-image: url("./images/persona-sign-in.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: transparent;
  display: block;
  border: none;
  width: 95px;
  height: 25px; }

a.cms-edit {
  display: block;
  clear: both;
  width: 60px;
  text-align: center;
  background: #AF010A;
  padding: 0 1em;
  font-size: 12px;
  line-height: 2em;
  color: #fff;
  text-decoration: none;
  border-radius: 2px;
  margin: 0.4em 0 1em 0; }
  a.cms-edit:hover {
    background: #bc000e; }

main {
  min-height: 420px; }

#page-home #feature .feature {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #AF010A;
  color: #dacecf;
  height: 150px;
  width: 237px;
  padding: 0 10px 0 20px;
  text-decoration: none; }
  #page-home #feature .feature img {
    float: left;
    margin-right: 10px;
    margin-top: 24px; }
  #page-home #feature .feature h2 {
    font-family: "alternate-gothic-no-3-d", Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-size: 24px;
    line-height: 1em;
    margin: 24px 0 0.2em 0;
    padding: 0;
    color: #FFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
  #page-home #feature .feature p {
    font-size: 14px; }
  #page-home #feature .feature a {
    color: #fff; }

#page-home #feature a.feature:hover {
  background: #EF0012; }

#page-home #ourmissionColumn {
  width: 483px;
  height: 150px;
  background: #fff;
  color: #343434;
  float: right;
  padding: 0 10px 0 20px;
  margin-bottom: 15px; }
  #page-home #ourmissionColumn h1 {
    color: #AF010A; }
  #page-home #ourmissionColumn a {
    color: #af4343;
    font-weight: bold;
    text-decoration: none; }
    #page-home #ourmissionColumn a:hover {
      text-decoration: underline;
      color: #af010a; }

#page-home #main-home {
  clear: both;
  background-color: #EEE6E6; }
  #page-home #main-home article {
    float: left;
    width: 33%; }
    #page-home #main-home article .section-image {
      background-color: #FFF;
      padding: 15px 9px 15px 0; }
    #page-home #main-home article .section-text {
      padding: 0 20px 15px 11px; }
    #page-home #main-home article header {
      color: #AF010A; }
    #page-home #main-home article .link {
      border-top: 1px solid #9D8787;
      padding-top: 7px; }
      #page-home #main-home article .link a {
        text-transform: uppercase;
        color: #AF010A;
        font-weight: bold; }
    #page-home #main-home article:first-child {
      width: 34%; }
      #page-home #main-home article:first-child .section-image {
        padding: 15px 9px 15px 9px; }
      #page-home #main-home article:first-child .section-text {
        padding: 0 20px 15px 20px; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.flash {
  display: block;
  margin: 1em 0; }
  .flash.error {
    color: #AF010A; }

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