/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #f5d8cb;
      --color-primary-100: #f0c0aa;
      --color-primary-200: #eba889;
      --color-primary-300: #e69068;
      --color-primary-400: #e17847;
      --color-primary-500: #dc6026;
      --color-primary-600: #bb5220;
      --color-primary-700: #9a441a;
      --color-primary-800: #793614;
      --color-primary-900: #58280e;
      --color-primary-950: #371a08;
      --btn-link-disabled-color: #dc6026;
  }
  /* END Custom Color Scheme CSS */

  /*csimmons - header to be always white*/
.header-transition .page-header.responsive-centered-nav {background-color: white;}

/*ddcrmelasky 07672526*/
[data-name="index-landing-0003-links-1"] .links-list .nav li a { background-color: #E1D9AD; border-color: rgb(225, 217, 173); color: #000; }
[data-name="index-landing-0003-hero-1"] h3 { color: #E1D9AD; }
.navigation-default .dropdown-menu a:not(.btn), .navigation-default .dropdown-menu h4 { color: #ffffff; }
.navigation-default .dropdown-menu a:not(.btn):hover { color: #000; background: none; }

/* hover effect for responsive buttons */
.buttonblock-button:hover a .transparency-overlay {opacity: 0.8 !important;-webkit-transition: all 300ms linear;}

/* ddcalmirc 07993572 */
[data-name="index-slideshow-section"] .slideshow-background {height: 150px;}
[data-name="index-slideshow-section"] .slideshow-background .slideControls {bottom: 46px;}

/* 08331411 ddcjareds */
.inventory-listing-grid .normal-grid .item .gv-description { max-height: 135px; }

/* 08855879 JLC */
a.btn.btn-dealer-colors { background: #E1D9AD; color: #000; border-color: #000; }
a.btn.btn-dealer-colors:hover { background: rgba(0, 0, 0, 0.3); }

/* 05047501 ddcjareds */
.dropdown .dropdown-menu { background-color: #FFF; }
.navbar-nav .dropdown .dropdown-menu :is(h4, li a) { color: #000; }

/* gregandrews adjust hover-state on tabbed content widget navigation */
.tab-menu-item-label {cursor: pointer;}


