/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
	Theme Name: ChampionPetfoods.Com
	Theme URI: http://www.championpetfoods.com
	Description: Custom Theme for ChampionPetfoods.com
	Version: 1.0
	Author: Chris Gaudreau (Chris @ EncocedCloud dot Com)
	Author URI: http://www.encodedcloud.com
	Tags: HTML5, CSS3, Champion Petfoods
*/
/* Helper Styles */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* Base Styles */
/*------------------------------------*\
    MISC UI SETTINGS
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%; }

/* clear */
.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  text-decoration: none; }

a:focus,
a:hover,
a:active {
  outline: 0; }

input:focus {
  outline: 0; }

::selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-webkit-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

::-moz-selection {
  background: #04A4CC;
  color: #FFF;
  text-shadow: none; }

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Custom CPF Styles */
body {
  background-color: #E7D6AE;
  font-size: 1.4rem;
  font-family: Arial, Helvetica, sans-serif; }

li {
  font-size: 1.5rem;
  margin: 0;
  padding: 0; }

a {
  font-size: inherit;
  color: #0069A0;
  text-decoration: underline; }

h1, h2, h3, h4, h5 {
  font-weight: 800;
  margin-left: auto;
  margin-right: auto;
  line-height: 21px;
  margin-bottom: 21px;
  text-transform: uppercase;
  color: #927949;
  font-family: Arial, Helvetica, sans-serif; }

h1 {
  font-size: 18px;
  font-weight: 800; }

h2 {
  font-size: 16px;
  font-weight: 800; }

h3 {
  font-size: 14px;
  font-weight: 800; }

li, label, p, td {
  color: #927949;
  font-size: 1em; }
p, td  {
  margin-bottom: 1em;
    line-height: 1.4em;
}
ul {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 1em;
    margin-bottom: 1em;
}

#content-wrapper ul li {
  margin-bottom: 0.5em;
}

#content-wrapper .home-nav ul li {
  margin-bottom: 0em;
}

strong {
  font-weight: 800; }

#main-wrapper {
  width: 960px;
  margin: 0 auto 40px;
  position: relative; }

#content-wrapper {
  /*border-left: 1px solid #BE9D6B;
  border-right: 1px solid #BE9D6B;*/
  background-color: #ffffff;
  border-bottom: 1px solid #BE9D6B;
  padding: 40px 105px;
}

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

.clearfix {
  display: inline-block; }

/* Hide these rules from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

li.clearfix {
  display: list-item; }


/* End hide from IE-mac */

.home header nav,
.home-usa header nav {
  background: url(/wp-content/themes/championpetfoods/_/img/nav-background.jpg) no-repeat top left;
  display:none;
  }
header nav {
  /*background: url(/wp-content/themes/championpetfoods/_/img/nav-background.jpg) no-repeat top left;*/
  background: #DBD1B6;
  height: 33px;
  width: 960px;
  display: block;
  text-align: center;
  }
  header nav a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 12px;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    color: #a0988d;
    position: relative;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: -0.5px; }
    header nav a.blue {
      color: #5796b9; }
    header nav a.highlighted {
      color: #be9776; }
    header nav a:hover, header nav a.current {
      color: #231e22; }
    header nav a.current:after, header nav a:hover:after {
      content: " ";
      width: 17px;
      height: 13px;
      background: url(/wp-content/themes/championpetfoods/_/img/down-arrow.png) no-repeat top left;
      left: 50%;
      margin-left: -8px;
      bottom: -13px;
      position: absolute; }
    header nav a:before {
      background: url(/wp-content/themes/championpetfoods/_/img/cpf-nav-labels.png) no-repeat top left;
      display: block;
      height: 33px;
      width: 100%;
      content: " ";
      z-index: 1000;
      position: absolute; }
    header nav a.home {
      width: 69px;
      /*border-right:1px solid #D4BCA8;*/ }
      header nav a.home:after {
        margin-left: -6px; }
      header nav a.home:hover:before, header nav a.home.current:before {
        background-position: 0 -33px; }
    header nav a.library {
      width: 68px; }
      header nav a.library:after {
        margin-left: -2px; }
      header nav a.library:before {
        background-position: -69px 0; }
      header nav a.library:hover:before, header nav a.library.current:before {
        background-position: -69px -33px; }
    header nav a.ftp {
      width: 44px;
      /*border-right:1px solid #D4BCA8;*/ }
      header nav a.ftp:after {
        margin-left: -15px; }
      header nav a.ftp:before {
        background-position: -137px 0; }
      header nav a.ftp:hover:before, header nav a.ftp.current:before {
        background-position: -137px -33px; }
    header nav a.faq {
      width: 44px; }
      header nav a.faq:after {
        margin-left: -4px; }
      header nav a.faq:before {
        background-position: -181px 0; }
      header nav a.faq:hover:before, header nav a.faq.current:before {
        background-position: -181px -33px; }
    header nav a.contact {
      width: 58px; }
      header nav a.contact:after {
        margin-left: -9px; }
      header nav a.contact:before {
        background-position: -225px 0px; }
      header nav a.contact:hover:before, header nav a.contact.current:before {
        background-position: -225px -33px; }
    header nav a.awards {
      width: 57px; }
      header nav a.awards:after {
        margin-left: -8px; }
      header nav a.awards:before {
        background-position: -283px 0px; }
      header nav a.awards:hover:before, header nav a.awards.current:before {
        background-position: -283px -33px; }
    header nav a.testimonials {
      width: 87px; }
      header nav a.testimonials:after {
        margin-left: -10px; }
      header nav a.testimonials:before {
        background-position: -340px 0px; }
      header nav a.testimonials:hover:before, header nav a.testimonials.current:before {
        background-position: -340px -33px; }
    header nav a.breeders {
      width: 67px; }
      header nav a.breeders:after {
        margin-left: -9px; }
      header nav a.breeders:before {
        background-position: -427px 0px; }
      header nav a.breeders:hover:before, header nav a.breeders.current:before {
        background-position: -427px -33px; }

header nav a.kentucky {
      width: 66px; }
      header nav a.kentucky:after {
        margin-left: -9px; }

header nav a.chinese-counterfeit {
      width: 131px; }
      header nav a.chinese-counterfeit:after {
        margin-left: -9px; }


    header nav a.wheretobuy {
      width: 100px;
      /*border-left: 1px solid #D4BCA8;
      border-right:1px solid #D4BCA8;*/ }
      header nav a.wheretobuy:after {
        margin-left: -14px; }
      header nav a.wheretobuy:before {
        background-position: -494px 0px; }
      header nav a.wheretobuy:hover:before, header nav a.wheretobuy.current:before {
        background-position: -494px -33px; }
    header nav a.careers {
      width: 72px; }
      header nav a.careers:after {
        margin-left: -2px; }
      header nav a.careers:before {
        background-position: -594px 0px; }
      header nav a.careers:hover:before, header nav a.careers.current:before {
        background-position: -594px -33px; }
    header nav a.tradeinquiries {
      width: 111px; }
      header nav a.tradeinquiries:after {
        margin-left: -14px; }
      header nav a.tradeinquiries:before {
        background-position: -666px 0px; }
      header nav a.tradeinquiries:hover:before, header nav a.tradeinquiries.current:before {
        background-position: -666px -33px; }

.social-links {
  margin: 20px 0; }
  .social-links .icons {
    text-align: center; }
  .social-links .share {
    background-color: #4f4f4f;
    width: 58px;
    height: 56px;
    display: inline-block;
    margin: 0 10px; }
    .social-links .share:hover {
      background-color: #CBBB99; }
    .social-links .share img {
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0; }

.pdf_download_link {
  font-family: Arial, sans-serif;
  font-size: 14px;
  margin: 1em 0 3em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2; }
  .pdf_download_link a {
    float: left;
    display: inline;
    background: url(/wp-content/themes/championpetfoods/_/img/application-pdf.png) no-repeat left center;
    padding-left: 24px;
    margin: 0 12px;
    color: #927949; }

.home #content-wrapper,
.home-usa #content-wrapper {
  background-color: #f3eeda;
  border-bottom: 0px none;
  position: relative;
  padding: 0;
  width: 960px;
  height: 400px; }

.home .acana-link,
.home .orijen-link,
.home .bag-link,
.home .awards-link,
.home .celebrating25-link,
.home-usa .acana-link,
.home-usa .orijen-link,
.home-usa .bag-link-ds,
.home-usa .awards-link,
.home-usa .celebrating25-link {
  position: absolute;
  padding: 0;
  margin: 0; }

  .home .acana-link a,
  .home .orijen-link a,
  .home .bag-link a,
  .home-usa .acana-link a,
  .home-usa .orijen-link a,
  .home-usa .bag-link-ds a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative; }
    .home .acana-link a:before,
    .home .orijen-link a:before,
    .home .bag-link a:before,
    .home-usa .acana-link a:before,
    .home-usa .orijen-link a:before,
    .home-usa .bag-link-ds a:before {
      content: " ";
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1000; }

.site_top {
  width:960px;
}

.home .acana-link,
.home-usa .acana-link {
    top: 0px;
    left: 210px;
    width: 204px;
    height: 221px; }
  .home .acana-link a:before,
  .home-usa .acana-link a:before {
    background: url(/wp-content/themes/championpetfoods/_/img/cpf-acana-btn.jpg) no-repeat bottom left; }
  .home .acana-link a:hover:before,
  .home-usa .acana-link a:hover:before {
    opacity: 0.5; }
.home .orijen-link,
.home-usa .orijen-link {
    top: 0px;
    left: 0px;
    width: 210px;
    height: 221px; }
  .home .orijen-link a:before,
  .home-usa .orijen-link a:before {
    background: url(/wp-content/themes/championpetfoods/_/img/cpf-orijen-btn.jpg) no-repeat bottom left; }
  .home .orijen-link a:hover:before,
  .home-usa .orijen-link a:hover:before {
    opacity: 0.5; }
.home .bag-link,
.home-usa .bag-link-ds {
    top: 20px;
    left: 445px;
    width: 143px;
    height: 199px; }
  .home .bag-link a:before {
    background: url(/wp-content/themes/championpetfoods/_/img/cpf-new-bag.jpg) no-repeat bottom left; }
  .home-usa .bag-link-ds a:before {
    background: url(/wp-content/themes/championpetfoods/_/img/ds_heritage_freshwater-thumb.png) no-repeat bottom left; }
  .home .bag-link a:hover:before,
  .home-usa .bag-link-ds a:hover:before {
    opacity: 0.5; }
.home .home-nav,
.home-usa .home-nav {
  top: 35px;
  left: 615px;
  position: absolute;
  width: 350px;
  height: 180px; }
  .home .home-nav ul,
  .home-usa .home-nav ul {
    margin: 0;
    padding: 0;
    width:175px;
    padding-left: 13px;
    box-sizing: border-box;
    float: left;
    display: block;
    border-left: 2px solid #E3DCCA; }
  .home .home-nav ul.nav-col-2,
  .home-usa .home-nav ul.nav-col-2 {
    width: 145px; }
  .home .home-nav li,
  .home-usa .home-nav li {
    display: block;
    position: relative;
    margin-bottom: 0 !important;
    font-size:1.3rem; }
    .home .home-nav li a,
    .home-usa .home-nav li a {
      height: 30px;
      width: 160px;
      line-height: 30px;
      display: block;
      text-decoration: none;
      color:#B1A599;
      font-weight:bold;
      font-size: 16px; }
    .home .home-nav li a.library,
    .home .home-nav li a.ftp,
    .home-usa .home-nav li a.library,
    .home-usa .home-nav li a.ftp {
      color:#A77142;}
    .home .home-nav li a:hover,
    .home-usa .home-nav li a:hover {
      color:#3E3B39; }
     /* .home .home-nav li a:before {
        position: absolute;
        width: 100%;
        padding: 4.5px 0;
        height: 21px;
        top: 0;
        left: 0;
        z-index: 1000;
        content: " ";
        background-color: #f3eeda;
        background-image: url(/wp-content/themes/championpetfoods/_/img/home-nav.png);
        background-repeat: no-repeat; }*/
  .home .home-nav .library:before {
    background-position: 0 0; }
  .home .home-nav .ftp,
  .home-usa .home-nav .ftp {
    margin-bottom: 30px; }
    .home .home-nav .ftp:before {
      background-position: -160px 0; }
  .home .home-nav .careers:before {
    background-position: -320px 0; }
  .home .home-nav .careers:hover:before {
    background-position: -320px -40px; }
  .home .home-nav .trade:before {
    background-position: -480px 0; }
  .home .home-nav .trade:hover:before {
    background-position: -480px -40px; }
  .home .home-nav .kentucky:before {
    background-position: -640px 0; }
  .home .home-nav .kentucky:hover:before {
    background-position: -640px -40px; }
  .home .home-nav .faq:before {
    background-position: -800px 0; }
  .home .home-nav .faq:hover:before {
    background-position: -800px -40px; }
  .home .home-nav .contact:before {
    background-position: -964px 0; }
  .home .home-nav .contact:hover:before {
    background-position: -964px -40px; }
  .home .home-nav .awards:before {
    background-position: -1128px 0; }
  .home .home-nav .awards:hover:before {
    background-position: -1128px -40px; }
  .home .home-nav .testimonials:before {
    background-position: -1292px 0; }
  .home .home-nav .testimonials:hover:before {
    background-position: -1292px -40px; }
  .home .home-nav .breeders:before {
    background-position: -1456px 0; }
  .home .home-nav .breeders:hover:before {
    background-position: -1456px -40px; }
  .home .home-nav .where:before {
    background-position: -1620px 0; }
  .home .home-nav .where:hover:before {
    background-position: -1620px -40px; }

.home .awards-link,
.home-usa .awards-link {
    top: 220px;
    left: 0px;
    width: 413px;
    height: 166px;
    background: url(/wp-content/themes/championpetfoods/_/img/footer-orijen-awards.png) no-repeat bottom left; 
  }
.home .celebrating25-link,
.home-usa .celebrating25-link {
    top: 275px;
    left: 445px;
    width: 488px;
    height: 57px;
    background: url(/wp-content/themes/championpetfoods/_/img/footer-celebrating25year.png) no-repeat bottom left; 
}

div#video_wrapper {
  display: none;
  width: 750px;
  height: 425px;
  z-index: 9999; }

div#video_player {
  width: 100%;
  height: 100%;
  padding: 4px;
  background-color: #000; }

table#video_buttons {
  width: 100%;
  height: 32px; }

.award-title {
  float: left;
  display: inline;
  width: 180px;
  margin-left: 70px; }

.award-list {
  float: left;
  display: inline;
  width: 500px;
  margin: 12px 0 24px;
  padding: 0; }
  .award-list a {
    color: #C8C0A8;
    line-height: 21px; }
    .award-list a:hover {
      color: #4f4f4f; }

.award-entry > p {
  float: left;
  display: inline;
  width: 340px;
  text-align: center; }
.award-entry div.alignright {
  width: 410px;
  float: left;
  display: inline;
  margin: 0; }

.distributor-links {
  margin: 24px auto; }

.dist_list {
  width: 750px;
  margin: 64px auto 0; }
  .dist_list th {
    font-weight: 800;
    text-transform: uppercase;
    color: #927949;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left; }
  .dist_list tr:hover td {
    color: #000;
    background: #CCC; }
  .dist_list td {
    color: #927949;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 2px; }

.store_locator .map_canvas {
  width: 750px;
  height: 320px;
  display: block;
  clear: both;
  float: none;
  border: 1px solid #D5C7AA;
  margin-bottom: 12px; }
  .store_locator .map_canvas img {
    max-height: none;
    max-width: none; }
.store_locator .postal {
  width: 60px;
  float: right;
  height: 18px;
  text-align: right;
  line-height: 18px;
  padding: 0 4px;
  text-align: left; }
.store_locator .country_select, .store_locator .region_select, .store_locator .postal_text, .store_locator .city_select, .store_locator .submit_buttons {
  padding: 10px;
  background-color: #E7D6AE;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: 0; }
.store_locator .country, .store_locator .province, .store_locator .postal, .store_locator .city, .store_locator .submit_buttons input {
  float: right;
  display: inline;
  background: #F8F7EC;
  border: 1px solid #A5A29A; }
.store_locator .horizontal_tab_list a {
  padding: 0 20px;
  box-sizing: border-box;
  border: none;
  height: 54px;
}
.store_locator .horizontal_tab_list .selected a {
  background: #6E5F49;
  color: #FFF;
}

.submit_buttons input {
  width: 75px;
  padding: 2px 0;
  text-align: center;
  margin-left: 12px;
  cursor: pointer; }

.story_content .date {
  font-weight: bold; }

.location_list .tab_details {
  display: none; }
.location_list .visible {
  display: block; }

.location_container {
  padding: 8px 0;
  border-bottom: 1px solid #958f74;
  clear: left;
  float: left;
  width: 100%; }

.location_info {
  float: left;
  display: inline; }
  .location_info .title {
    color: #4d3e2e;
    font-size: 14px;
    display: block;
    font-weight: 700; }
  .location_info .phone {
    color: #b26420;
    font-size: 14px;
    display: block; }
  .location_info .website {
    display: block; }
    .location_info .website a {
      text-decoration: underline;
      color: #342617;
      font-size: 11px; }
  .location_info .address {
    font-size: 11px; }

.location_info_col1 {
  width: 290px;
  font-weight: 700; }

.location_info_col2 {
  width: 290px; }

.pagenav {
  background-color: #E7D6AE;
  clear: both;
  display: block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  list-style-type: none;
  margin: 20px 0;
  padding: 0;
  text-align: right;
  width: 100%; }
  .pagenav li {
    float: left;
    background-color: #6E5F49;
    margin: 0 1px 0 0;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 0 0 0 0;
    height: 24px;
    line-height: 24.0px;
    display: inline;
    text-align: center;
    width: 26px; }
  .pagenav li.current {
    padding: 0px 8px; }
  .pagenav a {
    color: #E7D6AE;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    padding: 0px 8px;
    display: block; }
  .pagenav li.dotdotdot:hover, .pagenav a:hover {
    background: #f00;
    color: #fff; }
  .pagenav .first, .pagenav .previous, .pagenav .next, .pagenav .last {
    display: inline;
    float: right;
    margin: 0 0 0 1px;
    text-align: right; }
  .pagenav .first, .pagenav .next, .pagenav .last {
    width: 55px; }
  .pagenav .previous {
    width: 80px; }

.horizontal_tab_list {
  border-top: 2px solid #958f74;
  border-bottom: 2px solid #958f74;
  width: 100%;
  height: 57px;
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  clear: both; }
  .horizontal_tab_list li {
    padding: 0;
    margin: 0;
    min-width: 5em;
    float: left;
    display: inline; }
  .horizontal_tab_list a {
    display: block;
    padding: 0 13px;
    text-decoration: none;
    font-weight: 400;
    text-decoration: none;
    font-family: 'Bevan', serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    color: #958f74;
    line-height: 57px;
    border: 0;
    outline: none; }
  .horizontal_tab_list .selected a {
    color: #000; }

.careers_listings table#careers {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif; }
  .careers_listings table#careers a {
    text-decoration: none; }
  .careers_listings table#careers th {
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    color: #927949; }
  .careers_listings table#careers thead th {
    border-bottom: 1px solid #666;
    text-align: left; }
  .careers_listings table#careers tfoot th {
    border-top: 1px solid #666;
    text-align: left; }
  .careers_listings table#careers td a {
    font-size: 14px;
    color: #927949;
    display: block;
    padding: 2px 0; }
  .careers_listings table#careers tbody tr:hover td {
    background: #CCC; }
  .careers_listings table#careers tbody tr:hover td a {
    color: #000; }
  .careers_listings table#careers td.details a {
    text-decoration: underline; }
.careers_listings .filters {
  margin: 48px 0 24px 0;
  border: 1px solid #927949;
  padding: 12px;
  position: relative; }
  .careers_listings .filters .regions {
    float: left;
    display: inline;
    margin-right: 48px; }
  .careers_listings .filters .shifts {
    float: left;
    display: inline; }
.careers_listings .filter_label {
  position: absolute;
  top: -28px;
  left: 6px;
  line-height: 18px;
  font-size: 16px;
  font-weight: 800;
  padding: 3px 6px;
  background: #fff; }

.career_posting {
  position: relative; }
  .career_posting #map-canvas {
    height: 300px;
    width: 100%;
    padding: 0;
    margin: 0; }
  .career_posting .career_info_box {
    padding: 0;
    margin: 0 0 24px 48px;
    float: right;
    border: 1px solid #927949; }
    .career_posting .career_info_box .details {
      display: block;
      padding: 12px 24px; }
      .career_posting .career_info_box .details p {
        margin: 0 0 6px;
        padding: 0; }
  .career_posting .content p {
    margin-top: 0;
    margin-bottom: 24px; }

.careers-map-index h1 {
  margin: 16px 0; }
.careers-map-index .opening {
  padding-bottom: 24px; }
  .careers-map-index .opening img {
    /*float: right;
    display: block;
    border: 1px solid #927949;
    margin-left: 24px;
    position: relative;
    top: -46px;*/ }
.careers-map-index .careers-list {
  float: left;
  display: inline;
  width: 320px;
  margin-right: 12px;
  min-height: 700px; }
  .careers-map-index .careers-list .recenter {
    padding: 12px 16px;
    border: 1px solid #5795ba;
    margin-top: 0; }
    .careers-map-index .careers-list .recenter a {
      color: #5795ba;
      text-decoration: none; }
.careers-map-index .careers-map {
  float: right;
  display: inline;
  width: 415px;
  height: 700px;
  border: 1px solid #927949; }
  .careers-map-index .careers-map img {
    max-width: none;
    max-height: none; }
.careers-map-index .opportunity {
  margin-top: 0;
  margin-bottom: 24px; }
  .careers-map-index .opportunity a {
    font-size: 14px;
    text-decoration: none;
    color: #5795ba; }
    .careers-map-index .opportunity a strong {
      color: #c19674;
      text-transform: uppercase; }
    .careers-map-index .opportunity a:hover, .careers-map-index .opportunity a:hover strong {
      color: #a1978e; }

.breeder-content,
.breeder-form {
  width: 50%;
  box-sizing: border-box;
  float: left;
  display: inline; }

.breeder-content {
  padding: 0 25px 0 0; }

.breeder-form {
  padding: 0 0 0 25px; }
  .breeder-form .field-wrap label {
    color: #727272;
    position: relative; }
  .breeder-form .field-wrap input[type=text] {
    height: 20px;
    display: inline-block;
    border: 0;
    margin: 0 0 6px 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #D6D6D6;
    padding: 0;
    color: #727272; }
  .breeder-form .field-wrap.label-right label.text-wrap label, .breeder-form .field-wrap.label-left.text-wrap label {
    background: #d6d6d6;
    padding: 0 0 0 6px;
    width: 85px;
    margin: 4px 0 6px 0;
    display: inline-block;
    height: 20px;
    line-height: 20px; }
  .breeder-form .field-wrap.label-right label input[type="text"], .breeder-form .field-wrap.label-left input[type="text"] {
    width: 261px;
    margin: 4px 0 6px 0; }
  .breeder-form .field-wrap.label-right label .ninja-forms-field, .breeder-form .field-wrap.label-left .ninja-forms-field {
    background: #EAEAEA;
    margin-left: 0;
    display: inline-block; }
  .breeder-form .field-wrap.label-above label {
    margin: 0;
    padding: 0;
    display: inline-block; }
  .breeder-form .field-wrap input[type=submit] {
    border: 0;
    background-color: #D6D6D6;
    color: #727272;
    padding: 12px 32px;
    margin: 6px 0;
    display: block;
    font-size: 1.4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase; }
  .breeder-form .ninja-forms-req-symbol {
    display: none; }
  .breeder-form #ninja_forms_field_16_label {
    width: 175px; }
  .breeder-form #ninja_forms_field_16 {
    width: 171px; }
  .breeder-form #ninja_forms_field_23_label {
    width: 280px; }
  .breeder-form #ninja_forms_field_23 {
    width: 66px; }
  .breeder-form .textarea-wrap textarea {
    height: 60px;
    width: 100%;
    margin: 3px 0 0 0;
    padding: 4px;
    box-sizing: border-box;
    border: 0;
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #D6D6D6; }
  .breeder-form .list-checkbox-wrap #ninja_forms_field_15_options_span li,
  .breeder-form .list-checkbox-wrap #ninja_forms_field_24_options_span li {
    width: 116px;
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
  .breeder-form .list-checkbox-wrap #ninja_forms_field_15_options_span label,
  .breeder-form .list-checkbox-wrap #ninja_forms_field_24_options_span label {
    width: 100%;
    font-size: 1.4rem; }
  .breeder-form .list-checkbox-wrap #ninja_forms_field_15_options_span input,
  .breeder-form .list-checkbox-wrap #ninja_forms_field_24_options_span input {
    margin: 6px; }
  .breeder-form .field-wrap,
  .breeder-form #ninja_forms_required_items {
    margin-bottom: 4px; }
  .breeder-form .mandatory-desc {
    color: #bf311a;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold; }
  .breeder-form .ninja-forms-field-error {
    display: none; }
  .breeder-form .ninja-forms-error-msg {
    color: #bf311a;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 12px; }

.ninja-forms-required-items {
  display: none; }

.ninja-forms-error input {
  border: 1px solid #F00 !important; }

.testimonials .testimonial {
  padding: 15px 0; }
.testimonials .img_wrapper {
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
  float: left;
  display: inline; }
  .testimonials .img_wrapper img {
    max-width: 100%;
    height: auto; }
.testimonials .testimonial_content {
  float: left;
  display: inline;
  width: 50%;
  padding-left: 40px;
  box-sizing: border-box; }

/* Alternate (Responsive / Print) Styles */
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }



#cpf_store_locator {
  padding: 12px 0;
  background-color: #E7D6AE;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  border: 0;
}

#cpf_store_locator #location_label {
  width: 100%;
  display: inline-block;
  float: left;
  padding: 0 12px;
  box-sizing: border-box;
  line-height: 21px;
}

#cpf_store_locator #location_label #location {
  width: 100%;
  display: block;
  box-sizing: border-box;
}

#cpf_store_locator #radius_label {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 12px;
  line-height: 21px;
}

#cpf_store_locator #store_locator_reset, #cpf_store_locator #store_locator_submit {
  display: inline-block;
  float: right;
  margin-top: 33px;
  margin-right: 12px;
}
