/* 
	Brand Colors
	---------------------------------------------
*/
@font-face {
  font-family: "GT-Walsheim-Regular";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Regular-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Pro-Medium.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Pro-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Medium-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Medium-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Bold";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "GT-Walsheim-Bold-Oblique";
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.eot");
  src: url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.eot?#iefix") format("embedded-opentype"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.woff2") format("woff2"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.woff") format("woff"), url("../../fonts/gt-walsheim/GT-Walsheim-Bold-Oblique.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Milton";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/milton/milton-bold.eot");
  src: url("../../fonts/milton/milton-bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/milton/milton-bold.woff2") format("woff2"), url("../../fonts/milton/milton-bold.woff") format("woff"), url("../../fonts/milton/milton.ttf") format("truetype"), url("../../fonts/milton/milton.svg") format("svg");
}
@font-face {
  font-family: "Gazpacho";
  src: url("../../fonts/gazpacho/Gazpacho_normal_normal_900.woff2") format("woff2"), url("../../fonts/gazpacho/Gazpacho_normal_normal_900.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Regular";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_400.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_400.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Medium";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_600.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_600.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TTNormsPro-Bold";
  src: url("../../fonts/ttnormspro/TTNormsPro_normal_normal_700.woff2") format("woff2"), url("../../fonts/ttnormspro/TTNormsPro_normal_normal_700.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* COLOR PALETTE COMPONENT
	-------------------------------------------------------------------------------------
	The purpose of this component is to manage the brand colors, palettes, and schemes 
	used throughout the site. The 'makeColorClasses' mixin generates predefined utility 
	classes by looping through maps to retrieve the color and class prefix values. To 
	add new color palettes add new 'key (palette name) | value (color value list)' pairs 
	to the maps below to expose them to the 'getColor' function as well as through their 
	respective utility classes.

	TODO: 
	-- Update component to expand range of use (classes, properties, functions)




/* 	-------------------------------------------------------------
	DEFAULT COLORS/PALETTES
	-------------------------------------------------------------
*/
/* 	-------------------------------------------------------------
	CUSTOM COLORS/PALETTES 
	-------------------------------------------------------------
*/
/*	---------------------------------------------------------------
	COLOR PROPERTIES FOR UTILITY CLASSES
	---------------------------------------------------------------
*/
/* 	----------------------------------------------------------------
	BUILD UTILITY CLASSES FOR ALL EXISTING PALETTE COLORS
	----------------------------------------------------------------
	TODO: 
	-- Modify mixin to accept infinite args
*/
.background-color-white {
  background-color: #fff !important;
}

.border-color-white {
  border-color: #fff !important;
}

.text-color-white {
  color: #fff !important;
}

.background-color-black {
  background-color: #000 !important;
}

.border-color-black {
  border-color: #000 !important;
}

.text-color-black {
  color: #000 !important;
}

.background-color-red {
  background-color: #c00 !important;
}

.border-color-red {
  border-color: #c00 !important;
}

.text-color-red {
  color: #c00 !important;
}

.background-color-green {
  background-color: #008827 !important;
}

.border-color-green {
  border-color: #008827 !important;
}

.text-color-green {
  color: #008827 !important;
}

.background-color-blue-1 {
  background-color: #0070d2 !important;
}

.border-color-blue-1 {
  border-color: #0070d2 !important;
}

.text-color-blue-1 {
  color: #0070d2 !important;
}

.background-color-blue-2 {
  background-color: #7ed0ee !important;
}

.border-color-blue-2 {
  border-color: #7ed0ee !important;
}

.text-color-blue-2 {
  color: #7ed0ee !important;
}

.background-color-gray-1 {
  background-color: #f9f9f9 !important;
}

.border-color-gray-1 {
  border-color: #f9f9f9 !important;
}

.text-color-gray-1 {
  color: #f9f9f9 !important;
}

.background-color-gray-2 {
  background-color: #eee !important;
}

.border-color-gray-2 {
  border-color: #eee !important;
}

.text-color-gray-2 {
  color: #eee !important;
}

.background-color-gray-3 {
  background-color: #ccc !important;
}

.border-color-gray-3 {
  border-color: #ccc !important;
}

.text-color-gray-3 {
  color: #ccc !important;
}

.background-color-gray-4 {
  background-color: #999 !important;
}

.border-color-gray-4 {
  border-color: #999 !important;
}

.text-color-gray-4 {
  color: #999 !important;
}

.background-color-gray-5 {
  background-color: #666 !important;
}

.border-color-gray-5 {
  border-color: #666 !important;
}

.text-color-gray-5 {
  color: #666 !important;
}

.background-color-gray-6 {
  background-color: #444 !important;
}

.border-color-gray-6 {
  border-color: #444 !important;
}

.text-color-gray-6 {
  color: #444 !important;
}

.background-color-gray-7 {
  background-color: #222 !important;
}

.border-color-gray-7 {
  border-color: #222 !important;
}

.text-color-gray-7 {
  color: #222 !important;
}

.background-color-gray-8 {
  background-color: #333 !important;
}

.border-color-gray-8 {
  border-color: #333 !important;
}

.text-color-gray-8 {
  color: #333 !important;
}

.background-color-transparent-gray-1 {
  background-color: rgba(0, 0, 0, 0.65) !important;
}

.border-color-transparent-gray-1 {
  border-color: rgba(0, 0, 0, 0.65) !important;
}

.text-color-transparent-gray-1 {
  color: rgba(0, 0, 0, 0.65) !important;
}

.background-color-transparent-gray-2 {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.border-color-transparent-gray-2 {
  border-color: rgba(0, 0, 0, 0.25) !important;
}

.text-color-transparent-gray-2 {
  color: rgba(0, 0, 0, 0.25) !important;
}

.background-color-hersheys-1 {
  background-color: #3F000B !important;
}

.border-color-hersheys-1 {
  border-color: #3F000B !important;
}

.text-color-hersheys-1 {
  color: #3F000B !important;
}

.background-color-hersheys-2 {
  background-color: #523131 !important;
}

.border-color-hersheys-2 {
  border-color: #523131 !important;
}

.text-color-hersheys-2 {
  color: #523131 !important;
}

.background-color-hersheys-3 {
  background-color: #FFF9E9 !important;
}

.border-color-hersheys-3 {
  border-color: #FFF9E9 !important;
}

.text-color-hersheys-3 {
  color: #FFF9E9 !important;
}

.background-color-hersheys-4 {
  background-color: #e03c31 !important;
}

.border-color-hersheys-4 {
  border-color: #e03c31 !important;
}

.text-color-hersheys-4 {
  color: #e03c31 !important;
}

.background-color-hersheys-5 {
  background-color: #8b8d8d !important;
}

.border-color-hersheys-5 {
  border-color: #8b8d8d !important;
}

.text-color-hersheys-5 {
  color: #8b8d8d !important;
}

.background-color-hersheys-6 {
  background-color: #dbf0f6 !important;
}

.border-color-hersheys-6 {
  border-color: #dbf0f6 !important;
}

.text-color-hersheys-6 {
  color: #dbf0f6 !important;
}

.background-color-reeses-1 {
  background-color: #ff5101 !important;
}

.border-color-reeses-1 {
  border-color: #ff5101 !important;
}

.text-color-reeses-1 {
  color: #ff5101 !important;
}

.background-color-reeses-2 {
  background-color: #461e1c !important;
}

.border-color-reeses-2 {
  border-color: #461e1c !important;
}

.text-color-reeses-2 {
  color: #461e1c !important;
}

.background-color-reeses-3 {
  background-color: #fdee14 !important;
}

.border-color-reeses-3 {
  border-color: #fdee14 !important;
}

.text-color-reeses-3 {
  color: #fdee14 !important;
}

.background-color-spring-1 {
  background-color: #f6d258 !important;
}

.border-color-spring-1 {
  border-color: #f6d258 !important;
}

.text-color-spring-1 {
  color: #f6d258 !important;
}

.background-color-spring-2 {
  background-color: #88b14b !important;
}

.border-color-spring-2 {
  border-color: #88b14b !important;
}

.text-color-spring-2 {
  color: #88b14b !important;
}

.background-color-spring-3 {
  background-color: #d13076 !important;
}

.border-color-spring-3 {
  border-color: #d13076 !important;
}

.text-color-spring-3 {
  color: #d13076 !important;
}

.background-color-summer-1 {
  background-color: #fca900 !important;
}

.border-color-summer-1 {
  border-color: #fca900 !important;
}

.text-color-summer-1 {
  color: #fca900 !important;
}

.background-color-summer-2 {
  background-color: #c1c70f !important;
}

.border-color-summer-2 {
  border-color: #c1c70f !important;
}

.text-color-summer-2 {
  color: #c1c70f !important;
}

.background-color-summer-3 {
  background-color: #97d4d7 !important;
}

.border-color-summer-3 {
  border-color: #97d4d7 !important;
}

.text-color-summer-3 {
  color: #97d4d7 !important;
}

.background-color-fall-1 {
  background-color: #e26910 !important;
}

.border-color-fall-1 {
  border-color: #e26910 !important;
}

.text-color-fall-1 {
  color: #e26910 !important;
}

.background-color-fall-2 {
  background-color: #ffb307 !important;
}

.border-color-fall-2 {
  border-color: #ffb307 !important;
}

.text-color-fall-2 {
  color: #ffb307 !important;
}

.background-color-fall-3 {
  background-color: #e03c31 !important;
}

.border-color-fall-3 {
  border-color: #e03c31 !important;
}

.text-color-fall-3 {
  color: #e03c31 !important;
}

.background-color-winter-1 {
  background-color: #e03c31 !important;
}

.border-color-winter-1 {
  border-color: #e03c31 !important;
}

.text-color-winter-1 {
  color: #e03c31 !important;
}

.background-color-winter-2 {
  background-color: #cdecfe !important;
}

.border-color-winter-2 {
  border-color: #cdecfe !important;
}

.text-color-winter-2 {
  color: #cdecfe !important;
}

.background-color-winter-3 {
  background-color: #66cbff !important;
}

.border-color-winter-3 {
  border-color: #66cbff !important;
}

.text-color-winter-3 {
  color: #66cbff !important;
}

/*	----------------------------------------------------------------------------------------------
	GET COLOR VALUE FROM PALETTE GROUP / PALETTE COLOR LIST - Ex: getColor($brands, "reeses", 1)
	----------------------------------------------------------------------------------------------
*/
/**************************/
/***** RETINA DISPLAY *****/
/**************************/
@media (max-width: 940px) {
  .countdown-desktop-version {
    display: none;
  }
}
.countdown-desktop-version .countdown-banner {
  color: white;
  max-height: 8.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.countdown-desktop-version .countdown-link-target {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.countdown-desktop-version .countdown-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 2rem;
}
.countdown-desktop-version .time-box {
  background-color: #FFF9E9;
  color: #3F000B;
  text-align: center;
  font-weight: 900;
  border-radius: 0.25rem;
  width: 4.625rem;
  height: 5.375rem;
  padding: 1rem 1.25rem;
}
.countdown-desktop-version .time-number {
  font-size: clamp(1.3rem, 1.3vw, 1.875rem);
  line-height: 1;
  display: block;
}
.countdown-desktop-version .time-label {
  font-size: clamp(1rem, 0.87vw, 1.25rem);
  letter-spacing: 0.063rem;
  margin-top: 0.25rem;
}
.countdown-desktop-version .promo-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 986px) {
  .countdown-desktop-version .promo-section {
    margin-left: -2rem;
  }
}

.countdown-mobile-version {
  display: none !important;
}
@media (max-width: 940px) {
  .countdown-mobile-version {
    display: block !important;
  }
  .countdown-mobile-version .countdown-banner {
    justify-self: center;
    max-width: 500px;
    color: white;
  }
  .countdown-mobile-version .countdown-link-target {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .countdown-mobile-version .countdown-timer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.28rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 2.3rem;
  }
  .countdown-mobile-version .time-box {
    background-color: #f5f5dc;
    color: #4a1a1a;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 0.25rem;
    width: 2.5rem;
    height: 4.688rem;
  }
  .countdown-mobile-version .time-number {
    font-size: 2.125rem;
  }
  .countdown-mobile-version .time-label {
    font-size: 1.125rem;
    letter-spacing: 0.063rem;
    -ms-flex-line-pack: center;
        align-content: center;
    line-height: 0.5rem;
  }
}
