/* ***********************************faq.html************************************************** */
/* jquery styling to make divs expand and collapse using arrows */
.faqlist {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 683px;
  font-size: 13px;
}
.question {
  padding: 5px 10px;
  cursor: pointer;
  position: relative;
  background-color: #CCCCCC;
  margin: 1px;
  font-weight: bold;
}
.question img {
  position: relative;
  padding: 0px 0px 0px 10px;
  margin-top: 5px;
}
.answer {
  padding: 5px 10px 15px;
  background-color: #F4F4F8;
  display: none;
}
p.faqindent {
  margin-left: 20px;
}
img.Arrow {
  background-repeat: no-repeat;
}
/* ******************************* logo center ********************************************************* */
#logoCopy {
  padding: 30px 0px 0px 12px;
}
#logoCopy h1 {
  margin-top: -10px;
}
/* *************************** threads_ce.html the thread gallery **************************************** */
/* ============= These classes used on http://www.aramark-uniform.com/perscolors.html ============= */
.Glow {
  background-color: rgb(255, 232, 145);
}
.Rust {
  background-color: rgb(224, 33, 15);
}
.Ivory {
  background-color: rgb(250, 255, 232);
  border: 1px solid #000000;
}
.Daffodil {
  background-color: rgb(255, 255, 0);
}
.Marigold {
  background-color: rgb(255, 217, 102);
}
.LightGold {
  background-color: rgb(255, 240, 153);
}
.Iris {
  background-color: rgb(145, 112, 255);
}
.PurpleShadow {
  background-color: rgb(71, 54, 255);
}
.DarkPurple {
  background-color: rgb(0, 0, 158);
}
.DarkMaroon {
  background-color: rgb(31, 9, 13);
}
.FoxyRed {
  background-color: rgb(240, 8, 46);
}
.TerraCotta {
  background-color: rgb(176, 0, 0);
}
.JayBlue {
  background-color: rgb(71, 145, 255);
}
.LightTurquoise {
  background-color: rgb(158, 255, 217);
}
.Kelly {
  background-color: rgb(0, 184, 0);
}
.Teal {
  background-color: rgb(3, 168, 110);
}
.AmberBeige {
  background-color: rgb(224, 179, 148);
}
.Chocolate {
  background-color: rgb(135, 89, 0);
}
.DarkBrown {
  background-color: rgb(54, 43, 0);
}
.Taupe {
  background-color: rgb(191, 191, 128);
}
.Charcoal {
  background-color: rgb(71, 71, 71);
}
.Maize {
  background-color: rgb(255, 255, 184);
}
.Penny {
  background-color: rgb(255, 194, 61);
}
.Blue {
  background-color: rgb(0, 56, 240);
}
.Papprika {
  background-color: rgb(255, 89, 33);
}
.Pistastachio {
  background-color: rgb(209, 209, 130);
}
.Cinder {
  background-color: rgb(128, 128, 128);
}
.Sprite {
  background-color: rgb(176, 255, 232);
}
.Perwinkle {
  background-color: rgb(89, 255, 224);
}
.LightGreen {
  background-color: rgb(145, 255, 54);
}
.Nile {
  background-color: rgb(158, 255, 125);
}
.Evergreen {
  background-color: rgb(0, 102, 0);
}
.Tamarack {
  background-color: rgb(144, 161, 7);
}
.Tulip {
  background-color: rgb(176, 184, 255);
}
.BashfulPink {
  background-color: rgb(255, 61, 158);
}
.SandDune {
  background-color: rgb(35, 16, 0);
}
.SatinWine {
  background-color: rgb(145, 145, 176);
}
.Copen {
  background-color: rgb(69, 148, 232);
}
.Saffron {
  background-color: rgb(255, 54, 23);
}
.BlueInk {
  background-color: rgb(0, 0, 169);
}
/* ============= I renamed this RedRed 'cause we have a 'red' class set up for red text. GH ( from old aramark CSS )============= */
.RedRed {
  background-color: rgb(224, 0, 61);
}
.Persimmon {
  background-color: rgb(255, 61, 102);
}
.Palmetto {
  background-color: rgb(6, 40, 0);
}
.PurpleTwist {
  background-color: rgb(0, 15, 209);
}
.Olive {
  background-color: rgb(48, 158, 71);
}
.Mustard {
  background-color: rgb(240, 168, 0);
}
.Toast {
  background-color: rgb(209, 112, 0);
}
.Melon {
  background-color: rgb(255, 158, 135);
}
.GoldenPoppy {
  background-color: rgb(255, 145, 71);
}
.Burgundy {
  background-color: rgb(135, 0, 0);
}
.Russet {
  background-color: rgb(102, 23, 54);
}
.RubyGlint {
  background-color: rgb(255, 33, 255);
}
.OldGold {
  background-color: rgb(209, 138, 0);
}
.Ginger {
  background-color: rgb(168, 99, 0);
}
.OliveGreen {
  background-color: rgb(20, 89, 0);
}
.ThriftyBlue {
  background-color: rgb(79, 158, 255);
}
.Black {
  background-color: rgb(0, 0, 0);
}
.White {
  background-color: rgb(255, 255, 255);
}
.NaturalWhite {
  background-color: rgb(252, 255, 240);
}
.Lavender {
  background-color: rgb(255, 209, 255);
}
.Pink {
  background-color: rgb(255, 176, 240);
}
.Peach {
  background-color: rgb(255, 224, 209);
}
.DarkRust {
  background-color: rgb(224, 33, 15);
}
.FluorescentGold {
  background-color: rgb(255, 230, 0);
}
.OrientalBlue {
  background-color: rgb(79, 158, 255);
}
.FluorescentBlue {
  background-color: rgb(43, 255, 224);
}
.Plum {
  background-color: rgb(135, 33, 255);
}
.Purple {
  background-color: rgb(71, 54, 255);
}
.PerfectRuby {
  background-color: rgb(255, 33, 255);
}
.DominoRed {
  background-color: rgb(255, 54, 23);
}
.Royal {
  background-color: rgb(0, 15, 209);
}
.Navy {
  background-color: rgb(0, 0, 112);
}
.FluorescentGreen {
  background-color: rgb(145, 255, 54);
}
.Date {
  background-color: rgb(168, 26, 0);
}
.EgyptianBrown {
  background-color: rgb(54, 43, 0);
}
.IsleGreen {
  background-color: rgb(102, 255, 125);
}
.YogiOrange {
  background-color: rgb(255, 153, 51);
}
.SkyBlue {
  background-color: rgb(168, 240, 255);
}
.SunBlue {
  background-color: rgb(66, 91, 100);
}
.PineGreen {
  background-color: rgb(0, 232, 115);
}
.Raspberry {
  background-color: rgb(21, 0, 100);
}
.FluorescentYellow {
  background-color: rgb(255, 255, 0);
}
.Tan {
  background-color: rgb(224, 179, 117);
}
.PearlGrey {
  background-color: rgb(224, 224, 240);
}
.Turquoise {
  background-color: rgb(145, 255, 224);
}
.DarkTeal {
  background-color: rgb(0, 61, 61);
}
.Aquamarine {
  background-color: rgb(0, 255, 217);
}
.Mint {
  background-color: rgb(217, 255, 217);
}
.FieldGreen {
  background-color: rgb(0, 90, 0);
}
.FluorescentPink {
  background-color: rgb(255, 0, 176);
}
.DustyRose {
  background-color: rgb(255, 79, 158);
}
.WildPink {
  background-color: rgb(255, 125, 255);
}
.PurpleACCent {
  background-color: rgb(0, 0, 158);
}
.Canary {
  background-color: rgb(255, 255, 0);
}
.Heather {
  background-color: rgb(224, 209, 232);
}
.FluorescentOrange {
  background-color: rgb(255, 168, 13);
}
.FluorescentCoral {
  background-color: rgb(255, 61, 102);
}
.ErinGreen {
  background-color: rgb(145, 255, 54);
}
.Gold {
  background-color: rgb(255, 232, 54);
}
.IceBlue {
  background-color: rgb(184, 232, 255);
}
.HoneyDew {
  background-color: rgb(255, 158, 61);
}
.CoffeeBean {
  background-color: rgb(61, 0, 0);
}
.SlateBlue {
  background-color: rgb(69, 148, 232);
}
.DarkBlue {
  background-color: rgb(0, 38, 191);
}
.LightNavy {
  background-color: rgb(0, 0, 112);
}
.Goldenrod {
  background-color: rgb(255, 233, 16);
}
.Ash {
  background-color: rgb(23, 71, 184);
}
.PacificBlue {
  background-color: rgb(33, 194, 255);
}
.Wine {
  background-color: rgb(112, 0, 0);
}
.Berry {
  background-color: rgb(168, 0, 26);
}
.HotPink {
  background-color: rgb(232, 89, 255);
}
.SteelGrey {
  background-color: rgb(217, 224, 255);
}
.Salmon {
  background-color: rgb(255, 184, 224);
}
.Rainbow {
  background-color: rgb(255, 176, 240);
}
.DoverGrey {
  background-color: rgb(186, 194, 232);
}
.MetallicGold {
  background-color: rgb(237, 230, 54);
}
.MetallicSilver {
  background-color: rgb(179, 179, 179);
}
.WatchColor {
  Background-color: #000000;
}
.Red {
  background-color: rgb(224, 0, 61);
}
.PurpleAccent {
  background-color: rgb(0, 0, 158);
}
/* ****************************** screen-printing.html and custom-embroidered-apparel.html ************************************************* */
.pers ul.screenprint {
  padding: 0px;
  margin: -30px 0px 0px 50px;
  width: 500px;
  padding: 20px;
  overflow: auto;
}
.pers ul.screenprint li {
  list-style-type: disc;
}
.pers img.rightside {
  float: right;
}
.screen {
  width: 700px;
}
/* for the smaller lists */
.pers ul.screenprint2 {
  padding: 0px;
  margin: -20px 0px 0px 50px;
  width: 350px;
  padding: 20px;
  overflow: auto;
  position: relative;
}
.pers ul.screenprint2 li {
  list-style-type: disc;
}
.pers ul.screenprint3 {
  padding: 0px;
  margin: 0px 0px 0px 50px;
  width: 500px;
  padding: 20px;
  overflow: auto;
}
.pers ul.screenprint3 li {
  list-style-type: disc;
}
td.persTableHeader {
  font-weight: bold;
}
tr.gray {
  background-color: #e3e1e1;
}
/* ************ vas.html ******************** */
#contentVas {
  width: 800px;
  margin-left: 0px;
}
#contentVas img {
  float: right;
  margin-top: 10px;
}
#vasLeft {
  width: 360px;
  float: left;
  margin: 0px 0px 30px 20px;
}
#vasRight {
  width: 398px;
  float: left;
}
#vasRight img {
  float: right;
  margin: 15px 0px 40px 0px;
}
span.vasHead {
  font-weight: bold;
  color: #e10e49;
  font-size: 16px;
}
/* ************* alist and new arrivals *********************** */
/** 
 * Slideshow style rules.
 */
#slideshow {
  margin: 0 auto;
  width: 800px;
  height: 823px;
  background: transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
  position: relative;
}
#slideshow #slidesContainer {
  margin: 0 auto;
  width: 758px;
  height: 823px;
  overflow: auto; /* allow scrollbar */
  position: relative;
}
#slideshow #slidesContainer .slide {
  margin: 0 auto;
  width: 758px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height: 823px;
}
/** 
 * Slideshow controls style rules.
 */
.control {
  display: block;
  width: 22px;
  height: 823px;
  text-indent: -10000px;
  position: absolute;
  cursor: pointer;
}
#leftControl {
  top: 0;
  left: 0;
  background: transparent url(/widgets/auDirect/images/na_back.jpg) no-repeat 0 0;
}
#rightControl {
  top: 0;
  right: 0;
  background: transparent url(/widgets/auDirect/images/na_forward.jpg) no-repeat 0 0;
}
#alistLeft {
  height: 849px;
  width: 379px;
  float: left;
}
#alistRight {
  height: 849px;
  width: 379px;
  float: left;
}
#alistForXSmall {
  height: 824px;
  width: 758px;
  margin-top: 25px !important;
  position: relative;
}
.alistMedium {
  width: 379px;
  height: 418px;
  float: left;
}
.alistXSmall {
  width: 265px;
  height: 275px;
  float: left;
}
.alistSmall {
  width: 379px;
  height: 208px;
  float: left;
}
.alistLong {
  width: 379px;
  height: 625px;
  float: left;
}
/* * left * */
#denimShortSleeve {
  background-color: transparent;
  height: 410px;
  width: 379px;
}
#poplinCampStyle {
  background-color: transparent;
  height: 410px;
  width: 379px;
}
#poplin34Sleeve {
  background-color: transparent;
  height: 410px;
  width: 379px;
}
#denimLongSleeve {
  background-color: transparent;
  height: 410px;
  width: 379px;
}
/*  in the middle */
#mensPlaitedPolo {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
#womensPlaitedPolo {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
#mensTriPolo {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
#mensHighTecPolo {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
#womensHighTecPolo {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
#unisexHighTecTShirt {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
#tippedPolo {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
#weartuffPolo {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
#prowafflePolo {
  background-color: transparent;
  height: 275px;
  width: 260px;
}
/* right side css */
#twillCargoShorts {
  background-color: transparent;
  height: 410px;
  width: 379px;
}
#womensJeans {
  background-color: transparent;
  height: 410px;
  width: 379px;
}
#heavyDutyCarpenterJeans {
  background-color: transparent;
  height: 410px;
  width: 379px;
}
#doubleKneeCargoPants {
  background-color: transparent;
  height: 205px;
  width: 366px;
}
#kneePads {
  background-color: transparent;
  height: 205px;
  width: 366px;
}
#back_box {
  position: absolute;
  top: 600px;
  left: 0px;
  z-index: 1000;
}
#forward_box {
  position: absolute;
  top: 600px;
  left: 645px;
  z-index: 1000;
}
#slidesContainer {
  position: relative;
  z-index: 3000;
}
.fontSize-max8 {
  font-size: calc(3px + (8 - 3) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max10 {
  font-size: calc(4px + (10 - 4) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max12 {
  font-size: calc(5px + (12 - 5) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max14 {
  font-size: calc(6px + (14 - 6) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max16 {
  font-size: calc(7px + (16 - 7) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max18 {
  font-size: calc(8px + (18 - 8) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max20 {
  font-size: calc(9px + (20 - 9) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max22 {
  font-size: calc(9px + (22 - 9) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max24 {
  font-size: calc(10px + (24 - 10) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max26 {
  font-size: calc(11px + (26 - 11) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max28 {
  font-size: calc(12px + (28 - 12) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max30 {
  font-size: calc(13px + (30 - 13) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max32 {
  font-size: calc(14px + (32 - 14) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max34 {
  font-size: calc(14px + (34 - 14) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max36 {
  font-size: calc(15px + (36 - 15) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max38 {
  font-size: calc(16px + (38 - 16) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max40 {
  font-size: calc(17px + (40 - 17) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max42 {
  font-size: calc(18px + (42 - 18) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max44 {
  font-size: calc(19px + (44 - 19) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max46 {
  font-size: calc(20px + (46 - 20) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max48 {
  font-size: calc(20px + (48 - 20) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max50 {
  font-size: calc(21px + (50 - 21) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max52 {
  font-size: calc(22px + (52 - 22) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max54 {
  font-size: calc(23px + (54 - 23) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max56 {
  font-size: calc(24px + (56 - 24) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max58 {
  font-size: calc(25px + (58 - 25) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max60 {
  font-size: calc(26px + (60 - 26) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max62 {
  font-size: calc(26px + (62 - 26) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max64 {
  font-size: calc(27px + (64 - 27) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max66 {
  font-size: calc(28px + (66 - 28) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max68 {
  font-size: calc(29px + (68 - 29) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max70 {
  font-size: calc(30px + (70 - 30) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max72 {
  font-size: calc(31px + (72 - 31) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max74 {
  font-size: calc(31px + (74 - 31) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max76 {
  font-size: calc(32px + (76 - 32) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max78 {
  font-size: calc(33px + (78 - 33) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max80 {
  font-size: calc(34px + (80 - 34) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max82 {
  font-size: calc(35px + (82 - 35) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max84 {
  font-size: calc(36px + (84 - 36) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max86 {
  font-size: calc(37px + (86 - 37) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max88 {
  font-size: calc(37px + (88 - 37) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max90 {
  font-size: calc(38px + (90 - 38) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max92 {
  font-size: calc(39px + (92 - 39) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max94 {
  font-size: calc(40px + (94 - 40) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max96 {
  font-size: calc(41px + (96 - 41) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max98 {
  font-size: calc(42px + (98 - 42) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max100 {
  font-size: calc(43px + (100 - 43) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max102 {
  font-size: calc(43px + (102 - 43) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max104 {
  font-size: calc(44px + (104 - 44) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max106 {
  font-size: calc(45px + (106 - 45) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max108 {
  font-size: calc(46px + (108 - 46) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max110 {
  font-size: calc(47px + (110 - 47) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max112 {
  font-size: calc(48px + (112 - 48) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max114 {
  font-size: calc(48px + (114 - 48) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max116 {
  font-size: calc(49px + (116 - 49) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max118 {
  font-size: calc(50px + (118 - 50) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max120 {
  font-size: calc(51px + (120 - 51) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max122 {
  font-size: calc(52px + (122 - 52) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max124 {
  font-size: calc(53px + (124 - 53) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max126 {
  font-size: calc(54px + (126 - 54) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max128 {
  font-size: calc(54px + (128 - 54) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max130 {
  font-size: calc(55px + (130 - 55) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max132 {
  font-size: calc(56px + (132 - 56) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max134 {
  font-size: calc(57px + (134 - 57) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max136 {
  font-size: calc(58px + (136 - 58) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max138 {
  font-size: calc(59px + (138 - 59) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max140 {
  font-size: calc(60px + (140 - 60) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max142 {
  font-size: calc(60px + (142 - 60) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max144 {
  font-size: calc(61px + (144 - 61) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max146 {
  font-size: calc(62px + (146 - 62) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max148 {
  font-size: calc(63px + (148 - 63) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max150 {
  font-size: calc(64px + (150 - 64) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max152 {
  font-size: calc(65px + (152 - 65) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max154 {
  font-size: calc(65px + (154 - 65) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max156 {
  font-size: calc(66px + (156 - 66) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max158 {
  font-size: calc(67px + (158 - 67) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max160 {
  font-size: calc(68px + (160 - 68) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max162 {
  font-size: calc(69px + (162 - 69) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max164 {
  font-size: calc(70px + (164 - 70) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max166 {
  font-size: calc(71px + (166 - 71) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max168 {
  font-size: calc(71px + (168 - 71) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max170 {
  font-size: calc(72px + (170 - 72) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max172 {
  font-size: calc(73px + (172 - 73) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max174 {
  font-size: calc(74px + (174 - 74) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max176 {
  font-size: calc(75px + (176 - 75) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max178 {
  font-size: calc(76px + (178 - 76) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max180 {
  font-size: calc(77px + (180 - 77) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max182 {
  font-size: calc(77px + (182 - 77) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max184 {
  font-size: calc(78px + (184 - 78) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max186 {
  font-size: calc(79px + (186 - 79) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max188 {
  font-size: calc(80px + (188 - 80) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max190 {
  font-size: calc(81px + (190 - 81) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max192 {
  font-size: calc(82px + (192 - 82) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max194 {
  font-size: calc(82px + (194 - 82) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max196 {
  font-size: calc(83px + (196 - 83) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max198 {
  font-size: calc(84px + (198 - 84) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max200 {
  font-size: calc(85px + (200 - 85) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max202 {
  font-size: calc(86px + (202 - 86) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max204 {
  font-size: calc(87px + (204 - 87) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max206 {
  font-size: calc(88px + (206 - 88) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max208 {
  font-size: calc(88px + (208 - 88) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max210 {
  font-size: calc(89px + (210 - 89) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max240 {
  font-size: calc(158px + (220 - 158) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max240 {
  font-size: calc(158px + (240 - 158) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max260 {
  font-size: calc(158px + (260 - 158) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max280 {
  font-size: calc(158px + (280 - 158) * ((100vw - 425px) / (1000 - 425)));
}
.fontSize-max300 {
  font-size: calc(158px + (300 - 158) * ((100vw - 425px) / (1000 - 425)));
}
@media screen and (max-width: 425px) {
  .fontSize-max8 {
    font-size: 3px;
  }
  .fontSize-max10 {
    font-size: 4px;
  }
  .fontSize-max12 {
    font-size: 5px;
  }
  .fontSize-max14 {
    font-size: 6px;
  }
  .fontSize-max16 {
    font-size: 7px;
  }
  .fontSize-max18 {
    font-size: 8px;
  }
  .fontSize-max20 {
    font-size: 9px;
  }
  .fontSize-max22 {
    font-size: 9px;
  }
  .fontSize-max24 {
    font-size: 10px;
  }
  .fontSize-max26 {
    font-size: 11px;
  }
  .fontSize-max28 {
    font-size: 12px;
  }
  .fontSize-max30 {
    font-size: 13px;
  }
  .fontSize-max32 {
    font-size: 14px;
  }
  .fontSize-max34 {
    font-size: 14px;
  }
  .fontSize-max36 {
    font-size: 15px;
  }
  .fontSize-max38 {
    font-size: 16px;
  }
  .fontSize-max40 {
    font-size: 17px;
  }
  .fontSize-max42 {
    font-size: 18px;
  }
  .fontSize-max44 {
    font-size: 19px;
  }
  .fontSize-max46 {
    font-size: 20px;
  }
  .fontSize-max48 {
    font-size: 20px;
  }
  .fontSize-max50 {
    font-size: 21px;
  }
  .fontSize-max52 {
    font-size: 22px;
  }
  .fontSize-max54 {
    font-size: 23px;
  }
  .fontSize-max56 {
    font-size: 24px;
  }
  .fontSize-max58 {
    font-size: 25px;
  }
  .fontSize-max60 {
    font-size: 26px;
  }
  .fontSize-max62 {
    font-size: 26px;
  }
  .fontSize-max64 {
    font-size: 27px;
  }
  .fontSize-max66 {
    font-size: 28px;
  }
  .fontSize-max68 {
    font-size: 29px;
  }
  .fontSize-max70 {
    font-size: 30px;
  }
  .fontSize-max72 {
    font-size: 31px;
  }
  .fontSize-max74 {
    font-size: 31px;
  }
  .fontSize-max76 {
    font-size: 32px;
  }
  .fontSize-max78 {
    font-size: 33px;
  }
  .fontSize-max80 {
    font-size: 34px;
  }
  .fontSize-max82 {
    font-size: 35px;
  }
  .fontSize-max84 {
    font-size: 36px;
  }
  .fontSize-max86 {
    font-size: 37px;
  }
  .fontSize-max88 {
    font-size: 37px;
  }
  .fontSize-max90 {
    font-size: 38px;
  }
  .fontSize-max92 {
    font-size: 39px;
  }
  .fontSize-max94 {
    font-size: 40px;
  }
  .fontSize-max96 {
    font-size: 41px;
  }
  .fontSize-max98 {
    font-size: 42px;
  }
  .fontSize-max100 {
    font-size: 43px;
  }
  .fontSize-max102 {
    font-size: 43px;
  }
  .fontSize-max104 {
    font-size: 44px;
  }
  .fontSize-max106 {
    font-size: 45px;
  }
  .fontSize-max108 {
    font-size: 46px;
  }
  .fontSize-max110 {
    font-size: 47px;
  }
  .fontSize-max112 {
    font-size: 48px;
  }
  .fontSize-max114 {
    font-size: 48px;
  }
  .fontSize-max116 {
    font-size: 49px;
  }
  .fontSize-max118 {
    font-size: 50px;
  }
  .fontSize-max120 {
    font-size: 51px;
  }
  .fontSize-max122 {
    font-size: 52px;
  }
  .fontSize-max124 {
    font-size: 53px;
  }
  .fontSize-max126 {
    font-size: 54px;
  }
  .fontSize-max128 {
    font-size: 54px;
  }
  .fontSize-max130 {
    font-size: 55px;
  }
  .fontSize-max132 {
    font-size: 56px;
  }
  .fontSize-max134 {
    font-size: 57px;
  }
  .fontSize-max136 {
    font-size: 58px;
  }
  .fontSize-max138 {
    font-size: 59px;
  }
  .fontSize-max140 {
    font-size: 60px;
  }
  .fontSize-max142 {
    font-size: 60px;
  }
  .fontSize-max144 {
    font-size: 61px;
  }
  .fontSize-max146 {
    font-size: 62px;
  }
  .fontSize-max148 {
    font-size: 63px;
  }
  .fontSize-max150 {
    font-size: 64px;
  }
  .fontSize-max152 {
    font-size: 65px;
  }
  .fontSize-max154 {
    font-size: 65px;
  }
  .fontSize-max156 {
    font-size: 66px;
  }
  .fontSize-max158 {
    font-size: 67px;
  }
  .fontSize-max160 {
    font-size: 68px;
  }
  .fontSize-max162 {
    font-size: 69px;
  }
  .fontSize-max164 {
    font-size: 70px;
  }
  .fontSize-max166 {
    font-size: 71px;
  }
  .fontSize-max168 {
    font-size: 71px;
  }
  .fontSize-max170 {
    font-size: 72px;
  }
  .fontSize-max172 {
    font-size: 73px;
  }
  .fontSize-max174 {
    font-size: 74px;
  }
  .fontSize-max176 {
    font-size: 75px;
  }
  .fontSize-max178 {
    font-size: 76px;
  }
  .fontSize-max180 {
    font-size: 77px;
  }
  .fontSize-max182 {
    font-size: 77px;
  }
  .fontSize-max184 {
    font-size: 78px;
  }
  .fontSize-max186 {
    font-size: 79px;
  }
  .fontSize-max188 {
    font-size: 80px;
  }
  .fontSize-max190 {
    font-size: 81px;
  }
  .fontSize-max192 {
    font-size: 82px;
  }
  .fontSize-max194 {
    font-size: 82px;
  }
  .fontSize-max196 {
    font-size: 83px;
  }
  .fontSize-max198 {
    font-size: 84px;
  }
  .fontSize-max200 {
    font-size: 85px;
  }
  .fontSize-max202 {
    font-size: 86px;
  }
  .fontSize-max204 {
    font-size: 87px;
  }
  .fontSize-max206 {
    font-size: 88px;
  }
  .fontSize-max208 {
    font-size: 88px;
  }
  .fontSize-max210 {
    font-size: 89px;
  }
  .fontSize-max240 {
    font-size: 158px;
  }
  .fontSize-max240 {
    font-size: 158px;
  }
  .fontSize-max260 {
    font-size: 158px;
  }
  .fontSize-max280 {
    font-size: 158px;
  }
  .fontSize-max300 {
    font-size: 158px;
  }
}
@media screen and (min-width: 1000px) {
  .fontSize-max8 {
    font-size: 8px;
  }
  .fontSize-max10 {
    font-size: 10px;
  }
  .fontSize-max12 {
    font-size: 12px;
  }
  .fontSize-max14 {
    font-size: 14px;
  }
  .fontSize-max16 {
    font-size: 16px;
  }
  .fontSize-max18 {
    font-size: 18px;
  }
  .fontSize-max20 {
    font-size: 20px;
  }
  .fontSize-max22 {
    font-size: 22px;
  }
  .fontSize-max24 {
    font-size: 24px;
  }
  .fontSize-max26 {
    font-size: 26px;
  }
  .fontSize-max28 {
    font-size: 28px;
  }
  .fontSize-max30 {
    font-size: 30px;
  }
  .fontSize-max32 {
    font-size: 32px;
  }
  .fontSize-max34 {
    font-size: 34px;
  }
  .fontSize-max36 {
    font-size: 36px;
  }
  .fontSize-max38 {
    font-size: 38px;
  }
  .fontSize-max40 {
    font-size: 40px;
  }
  .fontSize-max42 {
    font-size: 42px;
  }
  .fontSize-max44 {
    font-size: 44px;
  }
  .fontSize-max46 {
    font-size: 46px;
  }
  .fontSize-max48 {
    font-size: 48px;
  }
  .fontSize-max50 {
    font-size: 50px;
  }
  .fontSize-max52 {
    font-size: 52px;
  }
  .fontSize-max54 {
    font-size: 54px;
  }
  .fontSize-max56 {
    font-size: 56px;
  }
  .fontSize-max58 {
    font-size: 58px;
  }
  .fontSize-max60 {
    font-size: 60px;
  }
  .fontSize-max62 {
    font-size: 62px;
  }
  .fontSize-max64 {
    font-size: 64px;
  }
  .fontSize-max66 {
    font-size: 66px;
  }
  .fontSize-max68 {
    font-size: 68px;
  }
  .fontSize-max70 {
    font-size: 70px;
  }
  .fontSize-max72 {
    font-size: 72px;
  }
  .fontSize-max74 {
    font-size: 74px;
  }
  .fontSize-max76 {
    font-size: 76px;
  }
  .fontSize-max78 {
    font-size: 78px;
  }
  .fontSize-max80 {
    font-size: 80px;
  }
  .fontSize-max82 {
    font-size: 82px;
  }
  .fontSize-max84 {
    font-size: 84px;
  }
  .fontSize-max86 {
    font-size: 86px;
  }
  .fontSize-max88 {
    font-size: 88px;
  }
  .fontSize-max90 {
    font-size: 90px;
  }
  .fontSize-max92 {
    font-size: 92px;
  }
  .fontSize-max94 {
    font-size: 94px;
  }
  .fontSize-max96 {
    font-size: 96px;
  }
  .fontSize-max98 {
    font-size: 98px;
  }
  .fontSize-max100 {
    font-size: 100px;
  }
  .fontSize-max102 {
    font-size: 102px;
  }
  .fontSize-max104 {
    font-size: 104px;
  }
  .fontSize-max106 {
    font-size: 106px;
  }
  .fontSize-max108 {
    font-size: 108px;
  }
  .fontSize-max110 {
    font-size: 110px;
  }
  .fontSize-max112 {
    font-size: 112px;
  }
  .fontSize-max114 {
    font-size: 114px;
  }
  .fontSize-max116 {
    font-size: 116px;
  }
  .fontSize-max118 {
    font-size: 118px;
  }
  .fontSize-max120 {
    font-size: 120px;
  }
  .fontSize-max122 {
    font-size: 122px;
  }
  .fontSize-max124 {
    font-size: 124px;
  }
  .fontSize-max126 {
    font-size: 126px;
  }
  .fontSize-max128 {
    font-size: 128px;
  }
  .fontSize-max130 {
    font-size: 130px;
  }
  .fontSize-max132 {
    font-size: 132px;
  }
  .fontSize-max134 {
    font-size: 134px;
  }
  .fontSize-max136 {
    font-size: 136px;
  }
  .fontSize-max138 {
    font-size: 138px;
  }
  .fontSize-max140 {
    font-size: 140px;
  }
  .fontSize-max142 {
    font-size: 142px;
  }
  .fontSize-max144 {
    font-size: 144px;
  }
  .fontSize-max146 {
    font-size: 146px;
  }
  .fontSize-max148 {
    font-size: 148px;
  }
  .fontSize-max150 {
    font-size: 150px;
  }
  .fontSize-max152 {
    font-size: 152px;
  }
  .fontSize-max154 {
    font-size: 154px;
  }
  .fontSize-max156 {
    font-size: 156px;
  }
  .fontSize-max158 {
    font-size: 158px;
  }
  .fontSize-max160 {
    font-size: 160px;
  }
  .fontSize-max162 {
    font-size: 162px;
  }
  .fontSize-max164 {
    font-size: 164px;
  }
  .fontSize-max166 {
    font-size: 166px;
  }
  .fontSize-max168 {
    font-size: 168px;
  }
  .fontSize-max170 {
    font-size: 170px;
  }
  .fontSize-max172 {
    font-size: 172px;
  }
  .fontSize-max174 {
    font-size: 174px;
  }
  .fontSize-max176 {
    font-size: 176px;
  }
  .fontSize-max178 {
    font-size: 178px;
  }
  .fontSize-max180 {
    font-size: 180px;
  }
  .fontSize-max182 {
    font-size: 182px;
  }
  .fontSize-max184 {
    font-size: 184px;
  }
  .fontSize-max186 {
    font-size: 186px;
  }
  .fontSize-max188 {
    font-size: 188px;
  }
  .fontSize-max190 {
    font-size: 190px;
  }
  .fontSize-max192 {
    font-size: 192px;
  }
  .fontSize-max194 {
    font-size: 194px;
  }
  .fontSize-max196 {
    font-size: 196px;
  }
  .fontSize-max198 {
    font-size: 198px;
  }
  .fontSize-max200 {
    font-size: 200px;
  }
  .fontSize-max202 {
    font-size: 202px;
  }
  .fontSize-max204 {
    font-size: 204px;
  }
  .fontSize-max206 {
    font-size: 206px;
  }
  .fontSize-max208 {
    font-size: 208px;
  }
  .fontSize-max210 {
    font-size: 210px;
  }
  .fontSize-max240 {
    font-size: 220px;
  }
  .fontSize-max240 {
    font-size: 240px;
  }
  .fontSize-max260 {
    font-size: 260px;
  }
  .fontSize-max280 {
    font-size: 280px;
  }
  .fontSize-max300 {
    font-size: 300px;
  }
}