body {
  font-family: "myriad-pro", sans-serif;
  font-size: 16px;
  background: #333333;
  color: #777777;
  letter-spacing: 1px;
}
.container-fluid {
  padding: 0;
}
main {
  background: #ffffff;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 1.4em;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1 {
  margin-top: 0;
}
.absolute-center {
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ecommNav {
  height: 55px;
  background: #444444;
}
@media (min-width: 768px) {
  .ecommNav {
    height: 25px;
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  .cdi-header-nav {
    margin: 0 15px;
  }
  .cdi-header-nav .container:first-child {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
.eqlist {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.eqlist-item,
.eqlist li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cms-innovations {
  color: #333333;
}
.cms-innovations .innovation-statement {
  margin: 50px 0 0;
}
.cms-innovations .innovation-statement > p {
  padding: 25px 0 0;
}
.cms-innovations .innovation-decade {
  float: left;
  margin-bottom: 100px;
}
.cms-innovations .innovation-decade > .decade-year,
.cms-innovations .innovation-decade > .year {
  float: left;
  width: 100%;
}
.cms-innovations .innovation-decade > .decade-year {
  font-size: 2em;
  background-color: #333333;
  color: #fff;
  padding: 0 10px;
  margin: 50px 0 10px;
  font-weight: 600;
}
.cms-innovations .innovation-decade > .year {
  background-color: #fff;
  padding: 10px 0;
}
.cms-innovations .innovation-decade > .year > img {
  width: 160px;
  float: left;
}
.cms-innovations .innovation-decade > .year > div {
  float: left;
  padding-left: 25px;
  width: 80%;
}
.cms-innovations .innovation-decade > .year > div > * {
  float: left;
  width: 100%;
}
.cms-innovations .innovation-decade > .year > div > h3 {
  color: #d93600;
  margin-top: 0;
}
@media (max-width: 768px) {
  .cms-innovations .innovation-decade > .year > div {
    padding-left: 0;
    margin: 20px 0;
  }
}
.cms-page-view .list-group-item.active {
  background-color: #d93600;
  border-color: #d93600;
}
.cdi-cart-link {
  color: #fff;
  line-height: 1em;
  float: right;
  padding: 7px;
}
@media (min-width: 768px) {
  .cdi-cart-link {
    padding: 4px 0;
    margin-left: 20px;
  }
}
.cdi-login {
  position: absolute;
  top: 25px;
  right: 0;
  color: #fff;
  padding: 5px 7px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .cdi-login {
    position: relative;
    top: 0;
    font-size: 14px;
    line-height: 1em;
    float: right;
    padding: 4px 0;
    margin-left: 20px;
  }
}
.marquee {
  height: calc(100vh - 25px);
  margin-top: 55px;
}
@media (min-width: 768px) {
  .marquee {
    margin-top: 25px;
  }
}
.homeMarquee {
  background: url('../images/cdi_home_bg.jpg') center center no-repeat #000000;
  background-size: cover;
}
.marquee404 {
  background: url('../images/404_goat.jpg') center center no-repeat #000000;
  background-size: cover;
}
.marquee404 > .page-copy {
  top: 50%;
  margin-top: -250px;
  text-transform: uppercase;
  float: left;
  position: absolute;
  right: 20%;
}
@media (max-width: 768px) {
  .marquee404 > .page-copy {
    right: 10px;
    font-size: 0.8em;
  }
}
@media (max-width: 430px) {
  .marquee404 > .page-copy {
    font-size: 0.5em;
    top: 25%;
    margin-top: -50px;
  }
}
.marquee404 > .page-copy > * {
  margin: 0;
}
.marquee404 > .page-copy > h1 {
  color: #d93600;
  font-weight: 800;
  font-size: 15em;
}
.marquee404 > .page-copy > h2,
.marquee404 > .page-copy > h3 {
  color: #fff;
}
.marquee404 > .page-copy > h2 {
  font-size: 4.3em;
  font-weight: 600;
  letter-spacing: 3px;
}
.marquee404 > .page-copy > h3 {
  font-size: 2.45em;
  font-weight: 400;
  margin-top: -15px;
}
.marquee404 > .page-copy > button {
  color: #fff;
  font-size: 1.5em;
  border: 2px solid #fff;
  left: 50%;
  position: absolute;
  width: 180px;
  margin-left: -90px;
  margin-top: 75px;
  font-weight: 600;
}
@media (max-width: 430px) {
  .marquee404 > .page-copy > button {
    font-size: 2em;
    margin-top: 50px;
    width: 140px;
    margin-left: -70px;
  }
}
.marquee404 > .page-copy > button:hover {
  background-color: #fff;
  color: #333;
}
.marquee-down-arrow {
  width: 120px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  padding: 20px 0;
  color: #fff;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  text-transform: uppercase;
  background: url('../images/brands_down_arrow.png') center bottom no-repeat;
}
.marquee-down-arrow:hover,
.marquee-down-arrow:active,
.marquee-down-arrow:visited {
  color: #ffffff;
}
.cdi-logo {
  position: absolute;
  top: 19px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: url('../images/corp_logo_mobile.png') 0 0 no-repeat;
  text-indent: -9999px;
  width: 165px;
  height: 15px;
}
@media (min-width: 768px) {
  .cdi-logo {
    position: relative;
    top: 0;
    float: left;
    width: 340px;
    height: 31px;
    background: url('../images/corp_logo.png') 0 0 no-repeat;
    margin: 25px 0 25px 15px;
  }
}
@media (min-width: 768px) {
  .cdi-logo-white {
    background: url('../images/corp_logo.png') 0 0 no-repeat;
  }
}
#cdi-navigation {
  position: absolute;
  background-color: #fff;
  top: 55px;
  left: 0;
  width: 100%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);
  z-index: 100;
  padding-bottom: 20px;
}
#cdi-navigation ul li a:hover {
  color: #444444;
}
#cdi-navigation > #search_mini_form {
  padding: 0 !important;
  display: none !important;
}
@media (min-width: 768px) {
  #cdi-navigation {
    float: left;
    width: 100%;
    height: 40px;
    position: relative;
    box-shadow: none;
    top: auto;
    left: auto;
    background-color: #333333;
    padding: 0;
  }
  #cdi-navigation ul,
  #cdi-navigation li,
  #cdi-navigation a {
    float: left;
    font-weight: 600;
  }
  #cdi-navigation ul li a {
    color: #fff;
    height: 40px;
    padding: 9px 25px 0;
    border-right: 1px solid #ddd;
  }
  #cdi-navigation ul li:last-child a {
    border: 0;
  }
}
#cdi-navigation #search_mini_form {
  padding: 0 15px;
  margin: 0;
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  #cdi-navigation #search_mini_form {
    float: right;
    position: relative;
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
#cdi-navigation .pull-right {
  float: none !important;
}
#cdi-navigation #search {
  width: 100%;
  border: 0;
  background: #ddd;
  border-radius: 0;
  height: 40px;
}
@media (min-width: 768px) {
  #cdi-navigation #search {
    width: 210px;
  }
}
#cdi-navigation #buttonActionSearch {
  background: #d93600;
  color: #fff;
  width: 60px;
  height: 40px;
}
#cdi-navigation .mobile-nav-header,
#cdi-navigation .mobile-nav-brands-header {
  color: #fff;
  background: #000;
  margin: 10px 0;
  padding: 5px 10px;
  font-size: .7em;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  #cdi-navigation .mobile-nav-header,
  #cdi-navigation .mobile-nav-brands-header {
    display: none;
  }
}
#cdi-navigation .mobile-nav-brands-header {
  background: #666;
  color: #bbb;
  text-align: center;
}
.mobile-brand-menu li {
  width: 50%;
  padding: 5px 2.5%;
}
.mobile-brand-menu li a {
  text-align: center;
}
.mobile-brand-menu li img {
  max-width: 75%;
  display: inline;
}
@media (min-width: 768px) {
  .mobile-brand-menu {
    display: none;
  }
}
#brand-footer {
  text-align: left;
  background: none;
  line-height: 1.5em;
  font-size: .9em;
  padding: 30px 15px;
}
#brand-footer nav {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}
#brand-footer nav > div {
  padding-bottom: 25px;
}
#brand-footer nav > div > div {
  width: 100%;
  float: left;
}
#brand-footer nav > div > div > a {
  float: left;
  width: auto;
  color: #888;
}
#brand-footer nav > div > div > a:hover {
  color: #fff;
}
footer {
  min-height: 0;
  padding: 0;
}
.marqHead {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 5%;
}
@media (min-width: 768px) {
  .marqHead {
    padding: 0;
  }
}
.marqHead h1 {
  background: rgba(0, 0, 0, 0.5);
  padding: 15px 25px;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}
@media (min-width: 768px) {
  .marqHead h1 {
    font-size: 32px;
    margin: 210px 0 0 0;
  }
}
.footerLeg p {
  color: #888;
  margin: 0 0 20px;
}
/* Override Bootstrap defaults*/
.icon-bar {
  background: #fff;
}
.navbar-toggle {
  position: absolute;
  top: 11px;
  left: 0;
  margin: 0;
}
.no-padding {
  padding: 0;
}
header.primary {
  position: relative;
  width: 100%;
}
header.primary.reversed {
  position: absolute;
  height: auto;
  background: none;
}
.auto-height {
  height: auto;
}
.position-absolute {
  position: absolute;
}
.background-none {
  background: none;
}
.cart-link-text {
  display: none;
}
@media (min-width: 768px) {
  .cart-link-text {
    display: inline;
  }
}
.cms-page-view main,
main > .cms-page-content-block {
  margin: 0;
}
main > .cms-page-content-block {
  padding: 20px;
}
.footerCorp {
  position: relative;
}
.footerCorp {
  float: left;
  width: 100%;
  border-top: 1px solid #555;
  padding: 25px 10px;
  color: #888888;
}
#language_switcher {
  padding-left: 0;
}
#language_switcher > .dropdown.open > .dropdown-menu {
  width: 100%;
}
.homeBrands {
  margin-bottom: 40px;
}
.homeBrands li {
  width: 100%;
}
@media (min-width: 768px) {
  .homeBrands li {
    width: calc((100% - 70px) / 3);
    margin: 0 35px 35px 0;
  }
}
@media (min-width: 768px) {
  .homeBrands li:nth-child(3n) {
    margin-right: 0;
  }
}
.homeBrands li a {
  width: 100%;
  color: #777777;
  float: left;
  text-align: center;
}
.homeBrands li a span {
  display: none;
}
.homeBrands li a p {
  margin: 0;
}
@media (min-width: 768px) {
  .homeBrands li a {
    border: 2px solid #ddd;
    padding: 25px;
  }
  .homeBrands li a:hover {
    border-color: #fa3d22;
  }
  .homeBrands li a img {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .homeBrands li a span {
    display: block;
  }
}
.cdi-home-statement {
  float: left;
  width: 100%;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .cdi-home-statement {
    margin: 0 0 60px;
  }
}
.cdi-home-statement img {
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cdi-home-statement img {
    margin: 0;
  }
}
.cdi-home-statement div:first-child {
  float: left;
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .cdi-home-statement div:first-child {
    width: 310px;
    margin-right: 50px;
    text-align: left;
  }
}
.cdi-home-statement div:last-child {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .cdi-home-statement div:last-child {
    width: calc(100% - 360px);
  }
}
h2.homeSubHead {
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}
@media (min-width: 768px) {
  h2.homeSubHead {
    line-height: 2em;
  }
}
.photo-grid {
  font-size: .9em;
  font-weight: 700;
  font-style: italic;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .photo-grid {
    margin: 20px 0;
  }
}
.photo-grid img {
  max-width: 100%;
}
.photo-grid li {
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .photo-grid li {
    width: calc((100% - 40px) / 3);
    margin: 0 20px 0 0;
  }
  .photo-grid li:nth-child(3n) {
    margin-right: 0;
  }
}
.photo-grid li div {
  float: left;
  width: 100%;
}
.photo-left {
  float: left;
  width: 100%;
  margin: 20px 0;
  font-size: .9em;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.photo-left img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .photo-left {
    margin: 0 20px 20px 0;
    width: auto;
    text-align: left;
  }
}
.photo-right {
  float: right;
  width: 100%;
  margin: 20px 0;
  font-size: .9em;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.photo-right img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .photo-right {
    margin: 0 0 20px 20px;
    width: auto;
    text-align: left;
  }
}
@media (min-width: 768px) {
  footer #language_switcher {
    width: 100%;
    position: relative;
  }
  footer #language_switcher ul li a {
    width: 100%;
  }
  ul.footerLeg {
    width: 100%;
    margin: 0;
  }
  ul.footerLeg li {
    display: inline-block;
    float: none;
    width: auto;
    border-right: 1px solid #888;
    padding: 0 15px;
  }
  ul.footerLeg li > a {
    color: #888;
  }
  ul.footerLeg li > a:hover {
    color: #fff;
  }
  ul.footerLeg li:first-child {
    padding-left: 0;
  }
  ul.footerLeg li:last-child {
    border: 0;
  }
}
.customer-account-changeforgotten > main {
  padding: 50px 0;
}
