/* GOPHER Custom Color Scheme CSS */
  :root {
      --color-primary-50: #fbe0c7;
      --color-primary-100: #facda6;
      --color-primary-200: #f9ba85;
      --color-primary-300: #f8a764;
      --color-primary-400: #f79443;
      --color-primary-500: #f68122;
      --color-primary-600: #d16e1d;
      --color-primary-700: #ac5b18;
      --color-primary-800: #874813;
      --color-primary-900: #62350e;
      --color-primary-950: #3d2209;
      --btn-link-disabled-color: #f68122;
      --color-success-500: #3C5023;
  }
  /* END Custom Color Scheme CSS */

/* General */
.ddc-font-size-xlarge {font-size: 18px;}

/* fdbarfety PPR-033803 */
.page-header.responsive-centered-nav .header-contact {background: #e4e5e6;}
.page-header.responsive-centered-nav .header-contact .vcard .adr,
.page-header.responsive-centered-nav .header-contact .vcard .adr a,
.page-header.responsive-centered-nav .header-contact .vcard .adr .ddc-icon,
.page-header.responsive-centered-nav .header-contact .vcard .tels {color: #000;}
.page-header.responsive-centered-nav .header-navigation .header-default .vcard div.h1 span {font-size: 24px;}
.page-header.responsive-centered-nav .header-navigation .navigation-default .navbar-nav>li>a {font-size: 18px;}
@media screen and (min-width: 1200px) {
 .page-header.responsive-centered-nav .header-navigation .header-default .vcard div.h1 span {font-size: 28px;}
 .page-header.responsive-centered-nav .header-navigation .navigation-default .navbar-nav>li>a {font-size: 18px;}
}

/* fdbarfety 10508809 Header Long Name */
.page-header.responsive-centered-nav .header-navigation .header-default {width: 40%;}
.page-header.responsive-centered-nav .header-navigation .navigation-default {width: 60%;}
.page-header.responsive-centered-nav .mycars-default {width: 0%;}
.page-header.responsive-centered-nav .header-navigation .header-default .vcard h1 {float: left;}
.page-header.responsive-centered-nav .header-navigation .header-default .header-logo {width: 100px;}
.page-header.responsive-centered-nav .header-navigation .header-default .vcard h1 span {white-space: nowrap; position: relative; left: 20px;}

@media (min-width : 1224px) and (max-width: 1440px) {
.page-header.responsive-centered-nav .header-navigation .header-default {width: 35%;}
.page-header.responsive-centered-nav .header-navigation .navigation-default {width: 50%;}
.page-header.responsive-centered-nav .mycars-default {width: 15%;}
}

@media (min-width : 1540px) {
.page-header.responsive-centered-nav .header-navigation .header-default {width: 28%;}
.page-header.responsive-centered-nav .header-navigation .navigation-default {width: 44%;}
.page-header.responsive-centered-nav .mycars-default {width: 28%;}
}

/* ddcrmelasky PPR-033803 */
.mega-menu-inner-curtain, .dropdown-menu { background: #333; }
.page-header.responsive-centered-nav .header-navigation .ddc-mega-menu-nav .dropdown.open .caret:before { border-bottom-color: #333; }