main > section#checkoutprogress > h2
{ text-align: left;
  padding: 1em 0 0 0;
}

main > section#checkoutprogress > section
{ margin: 0;
  padding: 0;
}

main > section#checkoutprogress > section > h2 > button.stepback
{ height: 2em;
  width: 2em;
  padding: 0;
  background: transparent;
  background-image: url('/layout/media/');
  
}

ul#storefilter
{ display: block;
  list-style: none;
  margin: 0 2em;
  padding: 0;
  text-align: center;
}

ul#storefilter > li
{ display: inline-block;
  font-size: 1.2em;
  color: #B31B1B;
  font-weight: 600;
  border: solid 1px #dcddde;
  box-shadow: 0 0.5em 1em  #00000022;
  border-radius: 0.4em;
  width: 10em;
  padding: 0.7em;
  margin: 0.5em 1em;
  cursor: pointer;
}

ul#storefilter > li.selected
{ border: solid 1px #B31B1B;
}
 
ul#storecategories
{ display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#storecategories > li
{ display: block;
  margin: 0;
  padding: 0 2em;
}

ul#storecategories > li > h3
{ font-weight: bold;
  text-align: center;
  text-transform: uppercase; 
  margin: 2em 0 0 0;
}

ul#storecategories > li > div
{ text-align: center; 
}

ul#storecategories > li > ul
{ list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul#storecategories > li > ul > li
{ display: inline-block;
  border: solid 1px #777;
  box-sizing: border-box;
  margin: 1em;
  width: 23em;
  box-shadow: 8px 8px 15px 0px #ccc;
}

ul#storecategories > li > ul > li > form > fieldset
{ border-bottom: solid 1px #aaa;
  box-shadow: 0px 8px 10px 0px #ddd;
  margin: 0;
}

ul#storecategories > li > ul > li > form > fieldset > h4
{ font-weight: bold;
  text-align: center;
  text-transform: uppercase; 
}
	
ul#storecategories > li > ul > li > form > fieldset > div:nth-of-type(1)
{ text-align: left;
}

ul#storecategories > li > ul > li > form > fieldset > select
{ display: block;
  width: 10em;
  margin: 0 0 1em 7em;
  padding: 0.15em 0.5em;
}

ul#storecategories > li > ul > li > form > fieldset > div:nth-of-type(2)
{ text-align: left;
  font-style: italic;
}

ul#storecategories > li > ul > li > form > fieldset > div:nth-of-type(2) > label
{ display: block;
}

ul#storecategories > li > ul > li > form > fieldset > strong
{ display: block;
  margin: 1em 0 1em 0;
  font-size: 1.3em;
  font-weight: bold;
  color: #B31B1B;  
}

ul#storecategories > li > ul > li > form > fieldset > button
{ display: block;
  width: 16em;
  margin: 0 0 1em 4em;
}

ul#storecategories > li > ul > li > form > fieldset > label
{ display: block;
  font-size: 0.9em;
  margin: 1em 0;
}

span.cartmenuitem 
{ 
}
  
span.cartmenuitem > section
{ position: absolute;
  padding: 0;
  box-shadow: 0px 10px 10px 0px #ccc;
  background: #fff;
  cursor: default;
}

span.cartmenuitem > section > button
{ position: absolute;
  right: 0.5em;
  top: 0.5em;
  margin: 0;
  padding: 0.2em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 0.8em;
  text-align: center;
  border: solid 1px #777;
  color: #444;
  background: #fff; 
}

span.cartmenuitem > section > button:hover
{ background: #444;
  color: #fff;
}

span.cartmenuitem > section > ul
{ margin: 2.5em 0 0 0;
  padding: 0;
}  
  

span.cartmenuitem > section > ul > li
{ margin: 0.5em;
  border: solid 1px #777;
  border-radius: 0.5em;
  box-shadow: 5px 5px 5px 0px #ccc;
  background: #fff;
  padding: 0.5em;
  font-size: 0.9em;
}

span.cartmenuitem > section > ul > li > h4
{ font-size: 1.2em;
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: bold;
}
  
span.cartmenuitem > section > ul > li > strong
{ display: block;
  float: right;
  font-size: 1.3em;
  margin: 0.5em 1em 0 0;
  color: #B31B1B; 
}

span.cartmenuitem > section > ul > li > p
{ margin: 0;
  padding: 0.2em 0 0.2em 1em;
  font-weight: normal;
}

span.cartmenuitem > section > ul > li > p > span
{ display: inline-block;
  width: 5em;
}

span.cartmenuitem > section > div
{ text-align: center;
  margin: 1em 0 0.5em 0;    
}

span.cartmenuitem > section > div > button
{ margin: 0 1em 0 1em; 
}
  
div#cartsummary
{ display: block;
  width: 13em;
  text-align: center;
}

div#cartsummary > h3
{ margin: 0;
  padding: 0;
  text-align: left;
}

div#cartsummary > p
{ border-top: 1px solid #DCDDDE;
  border-bottom: 1px solid #DCDDDE;
  margin: 1em 0;
  padding: 1em 0;
  font-weight: bold;
  text-align: left;
}



div#cartsummary > p > span:last-child
{ color: #B31B1B;
  float: right;
  
}

div#cartsummary > button
{ width: 100%;
}

ul#cartitemslist
{ margin: 0;
  padding: 0;
  list-style: none;
}

ul#cartitemslist > li 
{ margin: 1em 0;
  padding: 0.5em;
  border: solid 1px #777;
  border-radius: 0.5em;
  box-shadow: 5px 5px 5px 0px #ccc;
  background: #fff;
}

ul#cartitemslist > li > h4
{ position: relative;
  padding: 0;
  margin: 0 0 1em 0;
}

ul#cartitemslist > li > h4 > button
{ position: absolute;
  right: 0.5em;
  top: 0em;
  margin: 0;
  padding: 0.2em 0.4em;
  height: 1.6em;
  border-radius: 0.8em;
  text-align: center;
  border: solid 1px #777;
  color: #444;
  background: #fff; 
}

ul#cartitemslist > li > h4 > button:hover
{ background: #444;
  color: #fff;
}

ul#cartitemslist > li > h4 > button:hover:after
{ content: 'Remove';
  margin: 0 1em 0 1em;
  text-transform: none;
}
  
ul#cartitemslist > li > strong
{ display: block;
  float: right;
  font-size: 1.3em;
  margin: 0.5em 1em 0 0;
  color: #B31B1B; 
}

ul#cartitemslist > li > p,
ul#cartitemslist > li > label
{ margin: 0.5em 0 0.5em 1em;
  padding: 0;
}

ul#cartitemslist > li > p > span,
ul#cartitemslist > li > label > span
{ display: inline-block;
  width: 6em;
} 
  
section#checkoutprogress.poreview
{
}

section#checkoutprogress.poreview > ol 
{ margin: 1em;
  padding: 0;  
}

section#checkoutprogress.poreview > ol > li
{ padding: 0.5em 0 0.5em 1em;
}

section#checkoutprogress.poreview > ol > li > span:nth-child(1)
{ display: inline-block;
  width: 30em;    
}

section#checkoutprogress.poreview > ol > li > span:nth-child(2)
{ display: inline-block;
  width: 15em;    
}

section#checkoutprogress.poreview > p:nth-of-type(1)
{ text-align: right;
  margin-right: 5.3em;
  border-top: solid 1px #444;
  padding: 1em 0 0 0; 
}
  
section#checkoutprogress.poreview > p:nth-of-type(1) > span
{ display: inline-block;
  text-align: left;
  width: 5em;
}

section#checkoutprogress.poreview > div > p > span
{ display: inline-block;
  width: 12em;
}

section#checkoutprogress.poreview > label
{ display: block;
}
  
section#checkoutprogress.poreview > button
{ margin: 1em 0 0 0;
  width: 15em;
}
  
section#checkoutprogress p.error
{ color: red;  
}
  
div.TCM_purchaseSuccess
{ text-align: center; 
}
 
main > section#checkoutprogress h3:first-of-type.success
{ padding: 5em 0 0 0;
}

/*tcmstore.php static content*/
main > div
{ margin: 0 1em;  
}

div.howto
{ border: solid 1px #dcddde;
  background: #f7f7f7;
  border-radius: 1em;
  padding: 0.25em 1em;
  margin: 2em 2em 2em 2em;
}

div.howto > h3
{ text-align: center;
  color: #B31B1B; 
}



div.howto > div.checklist > ul
{ list-style: none;  
  margin: 0 0 0 5em;
  padding: 0;
}

div.howto > div.checklist > ul > li
{ background-image: url('/layout/media/bullet_checkmark.svg');
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: left center;
  padding: 0.2em 0 0.2em 1.5em;
}

div.howto > div.ruleslist
{ display: block;
  clear: left;
  margin: 0;
}

div.howto > div.ruleslist > h4
{ color: #B31B1B; 
  font-size: 1.2em;
}

h4.red
{ color: #B31B1B; 
  margin: 0.75em 1em 0 1em;
  text-align: center;
}

div.howto > div.ruleslist > ul
{ display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

div.howto > div.ruleslist > ul > li
{ display: inline-block;
  margin: 0;
  padding: 0.25em 0;
}

div.howto > div.ruleslist > ul > li > h5
{ margin: 0;
  padding: 0;
  font-size: 1em;
}

main > h4.red
{ margin: 0 1em 0 1em;
  padding: 1.5em 0 0 0;
}
/* Flex Pricing */
section#flexpricing > ul
{ list-style: none;
  margin: 0;
  padding: 1em 2em;
}

section#flexpricing > ul > li
{ margin: 1em 0;
  padding: 0.5em 1em;
  border: solid 1px #dcddde;
  border-radius: 0.8em;
  box-shadow: 0px 5px 20px 0px #0000000D;
}

section#flexpricing > ul > li.active
,section#flexpricing > ul > li.selected
{ background: #e6f2fc;
  cursor: pointer;
}

section#flexpricing > ul > li.active
{ border: 2px solid #3FA2F7
}

section#flexpricing > ul > li > *
{ vertical-align: -50%;
}

section#flexpricing > ul > li > div
{ display: none;
  padding: 0;
}

section#flexpricing > ul > li.active > div
{ display: block;
}

section#flexpricing > ul > li > label:first-child
{ display: inline-grid;
  grid-template-columns: 1em auto;
  gap: 0.1em;

  font-size:1.8em; 
}

section#flexpricing > ul > li > label > input[type="checkbox"]
{ cursor: pointer;
}

section#flexpricing > ul > li > span:nth-of-type(1)
{ display: inline-block;
  width: 15em;
}


section#flexpricing > ul > li > label:nth-of-type(2)
{ display: inline-block;
  background: #fff;
  padding: 0.3em 0 0.3em 0.5em;
  border-radius: 0.3em;
}

section#flexpricing > ul > li > label:nth-of-type(2) > input[type="number"]
{ width: 3em;
  text-align: center;
  padding: 0 0.2em 0 0;
  border: none;
}

section#flexpricing > ul > li > label:nth-of-type(2) > input[type="number"]:disabled
{ background: none;
  color: #aaa;
}

section#flexpricing > ul > li > span:nth-of-type(2)
{ display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  text-align: right;
  width: 5em;
  color: #0075DA;
  padding: 0 1em 0 0;
 vertical-align: -40%;
}

section#flexpricing > ul > li > span:nth-of-type(3)
{ display: inline-block;
  width: 10em;
  font-style:italic;
  font-size: 0.9em;
  vertical-align: -44%;
}

section#flexpricing > ul > li > div > button
{ display: inline-block;
  background:transparent url('/layout/media/icon_milestone_unselected.svg');
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.8em;
  width: 1.8em;
  border: none;
  padding: 0;
  vertical-align: -0.5em;
  margin: 0;
}

section#flexpricing > ul > li > div.activated > button
{ background:transparent url('/layout/media/icon_milestone_selected.svg');
  background-repeat: no-repeat;
  background-size: contain;
  
}

section#flexpricing > ul > li > div.activated
{ opacity: 0;
transition: opacity 0.5s 0s linear;
}

section#flexpricing > ul > li > div > p 
{ display: inline-block;
  font-size: 0.75em;
  padding: 0 0 0 0.5em;
  vertical-align:middle;
  margin: 0.6em 0;
}

section#flexpricing > ul > li > div > p > strong
{ display: block;
  padding: 0.25em;
}

section#flexpricing > ul > li > div > p > span
{ display: block;
  font-style: italic;
  padding: 0.25em;
}

section#flexpricing > div
{ text-align: center;
  color: #B31B1B;
  font-size: 1.5em;
  font-weight: bold;
  border: 1px solid #DCDDDE;
  box-shadow: 0px 4px 10px 0px #0000000D;
  padding: 0.8em 1em;
  border-radius: 0.25em;
}

section#flexpricing > div > span> button
{ width: 16em;
  border-radius: 2em;
  padding: 0.5em;
  margin: 0.2em;
}

div#bundle > p
{ display: none;
}

div#bundle.flextimebundle
{ margin: 0;
  border: 2px solid #3FA2F7;
  border-radius: 0.8em;
}

div#bundle.flextimebundle > p
{ display: block;
  border-bottom: solid 1px #DCDDDE;
  margin: 0.5em 1em 0 1em;
  padding: 0.75em 0 1em 0;
}


div#bundle.flextimebundle > ul > li
{ border: none;
  box-shadow: none;
  margin: 0.25em 0 0.25em 1em
  
}

/* College Subscription and Day Pass */
div#sellableItems 
{ text-align: center;
}

section#collegesub > form,
div#sellableItems > form
{ border: 2px solid #3FA2F7;
  background: #e6f2fc;
  padding: 0.5em 1em;
  border-radius: 0.8em;
  text-align: center;
}

div#sellableItems > form
{ display: inline-block;
  width: 14em;
  margin: 0 1em;
}

section#collegesub > form > h4,
div#sellableItems > form > h4
{ margin: 0.25em 1em;
  text-transform: uppercase;  
}

section#collegesub > form > strong,
div#sellableItems > form > strong
{ font-size: 1.3em;
  font-weight: bold;
  text-align: right;
  width: 5em;
  color: #0075DA;
  padding: 0 1em 0 0;
}

div#sellableItems > form > strong
{ display: inline-block;
  text-align: center;
  padding: 0 0 0.5em 0;
  margin: 0;
}

section#collegesub > form > div:nth-of-type(2),
div#sellableItems > form > div:nth-of-type(2)
{ padding: 1em 0 0 0;
}

section#collegesub > form > div:nth-of-type(2) > p,
div#sellableItems > form > div:nth-of-type(2) > p
{ margin: 0.25em;
}

body > div.WAFL_dialogbackground > section.TCMDA_showAgreement > div.TCMDA_showAgreement_agreementContent
{ position: absolute;
  left: 0;
  right: 0;
  top: 3em;
  bottom: 6em;
  overflow-y: scroll;
  text-align: left;
}

body > div.WAFL_dialogbackground > section.TCMDA_showAgreement > div.TCMDA_showAgreement_agreementContent  h1
{ text-align: center;
  font-size: 2em;
  
}

body > div.WAFL_dialogbackground > section.TCMDA_showAgreement > div:last-of-type
{ position: absolute;
  bottom: 0;
  border-top: solid 1px #dcddde;
  width: 100%;
  height: 6em;
}

/* Smartphones and other small screens */
@media screen and (max-width: 40em), screen and (max-height: 40em)
{ span.cartmenuitem > section
  { margin: 3em 0 0 -25em;
    width: 30em;
  }

  div#cartsummary
  { position: relative;
    left: 50%;
    margin: 0 1em 3em -6.5em;
    text-align: center;
  }

  ul#cartitemslist
  { margin: 0;
    padding: 0;
    list-style: none;
  }

  div.howto > video
  { width: 100%;
  }

  section#flexpricing > div
  { margin: 0 1.35em;
  }
 
  section#flexpricing > div > span:last-child
  { display: block;
    text-align: center;
    margin: 1em 0 0 0;
  }

  div#bundle.flextimebundle > p > button
  { margin: 0.5em 0 0 0;
  }

   /* College Subscription */
  section#collegesub > form
  { margin: 1em 1em;
  }

  section#collegesub > form > div:nth-of-type(2)
  { margin: 0 7em 1em 0;
    text-align: left;
  }  

  section#collegesub > form > div:nth-of-type(2) > label
  { display: block;
  }

  section#collegesub > form > strong
  { float: right;
    margin: -3em 0em 0 5em;
    display: inline-block;
    text-align: right;
  }
 
  body > div.WAFL_dialogbackground > section.TCMDA_showAgreement 
  { top: 0;
    width: 100%;
    left: 0;
    right: 0; 
    bottom: 0;
    margin: 0;
  }
}

/* Tablets and other medium screens */
@media screen and (min-width: 40.01em) and (min-height: 40.01em) and (max-width: 60em)
{ span.cartmenuitem > section
  { margin: 3em 0 0 -25em;
    width: 30em;
  }
  
  div#cartsummary
  { position: relative;
    left: 50%;
    margin: 0 1em 3em -6.5em;
    text-align: center;
  }

  ul#cartitemslist
  { margin: 0;
    padding: 0;
    list-style: none;
  }

  section#checkoutprogress.poreview > div:first-of-type
  { display: inline-block;
    width: 15em;
  }

  section#checkoutprogress.poreview > div:last-of-type
  { display: inline-block;
  }

  section#checkoutprogress.poreview > button
  { display:block;
  }

  div.howto > video
  { width: 100%;
  }
   
  div.howto > div.ruleslist > ul
  { column-count: 2;
  }

  section#flexpricing > div > span:last-child
  { display: inline-block;
    width: 8em;
    margin-left: 1em;
    vertical-align: -50%;
  }

   section#flexpricing > div
  { margin: 0 1.35em;
  }

  div#bundle.flextimebundle > p > button
  { float: right;
    margin-top: -0.4em;
  }

  /* College Subscription */
  section#collegesub > form
  { margin: 1em 1em;
  }

  section#collegesub > form > div:nth-of-type(2)
  { margin: 0 7em 1em 0;
    text-align: left;
  }  

  section#collegesub > form > strong
  { float: right;
    margin: -2.5em 0em 0 5em;
    display: inline-block;
    text-align: right;
  }

  body > div.WAFL_dialogbackground > section.TCMDA_showAgreement 
  { top: 7em;
    width: 100%;
    left: 0;
    right: 0; 
    bottom: 0;
    margin: 0;
  }
 
}



/* Laptops, desktops, and other large screens */
@media screen and (min-width: 60.01em) and (min-height: 40.01em)
{ span.cartmenuitem > section
  { margin: 3em 0 0 -27em;
    width: 30em;
  }

  span.cartmenuitem > section > ul
  { max-height: 29em;
    overflow-y: scroll;
  }

 div#cartsummary
  { float: right;
    margin: 0 1em 0 0;
    padding: 0;
    text-align: center;
  }

  ul#cartitemslist
  { width: 35em;
    margin: 0;
    padding: 0;
    list-style: none;
  }

 section#checkoutprogress.poreview > div
  { display: inline-block;
   width: 45%;
  } 


  div.howto > video
  { float: left;
    width: 25em;  
    margin: 0 4em 2em 0;
  }

 
  div.howto > div.checklist
  { margin: 3em 0 0 28em;
  }
  
  div.howto > div.ruleslist > ul
  { column-count: 2;
  }

  section#flexpricing > ul > li > div
  { margin: 0 0 0 17.5em;
  }


  section#flexpricing > div > span:last-child
  { display: inline-block;
    width: 8em;
    margin-left: 5em;
    vertical-align: -50%;
  }

  section#flexpricing > div
  { margin: 0 4em;
  }

  div#bundle.flextimebundle
  { width: 37em;
  }
  
  div#bundle.flextimebundle > p > button
  { float: right;
    margin-top: -0.4em;
  }

  /* College Subscription */
  section#collegesub > form
  { margin: 1em 10em;
  }

  section#collegesub > form > div:nth-of-type(2)
  { margin: 0 5em 1em 0;
    text-align: left;
  }  

  section#collegesub > form > strong
  { float: right;
    margin: -2.5em 0em 0 5em;
    display: inline-block;
    text-align: right;
  }

  body > div.WAFL_dialogbackground > section.TCMDA_showAgreement 
  { width: 55em; 
    top: 7em;
    margin-left: -27.5em;
    bottom: 1em;
  }
 
}

















































































