
.enrichmentButton:hover{color: #fff;background-color: #000}
.bottomButtons .enrichmentButton{margin: 1em 0;display: inline-block}
.update.button, .button, input:is([type="button"], [type="submit"], [type="reset"]), .enrichmentButton{font-size: 1rem;background: var(--red);
  border: 0;
  border-radius: 0.375rem;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: .625em 1em;
  text-transform: uppercase;
  margin-bottom: .25em;
}
/* formTable Styles*/
.formTable th {font-size: 1rem}
.formTable select.formselectHalf,
.form-flex .half.two-inputs select {width: calc(50% - 1rem)}
.formTable select {width: 100%}
.to{width: 2rem;display: inline-block;text-align: center}

/* Keyword Search*/
#enrichment-search {margin-bottom: 2em}
#enrichment-search .keyword-search {display:flex;}
#enrichment-search .flex {
  display: flex;
  gap: .25em;
  margin-bottom: .5em;
}
#enrichment-search .keyword-search input[type="text"],#enrichment-search .keyword-search input[type="submit"] {display: inline-block}
#enrichment-search .keyword-search input[type="text"]{width:calc(100% - 6em)}
#enrichment-search .keyword-search button[type="submit"] {width: 6em}



/* Class List View, Shared Styles*/
.enrichment-class{width: 100%;display: block;display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;}

.enrichment-class.sub-category div{width: 100%;}
.enrichment-class section{background-color:rgba(216,216,216,.42); width: 48%; float: left;margin: 1% 1%;line-height: 1.2;padding-bottom: 1em}
.enrichment-class h2 span, .enrichment-class h1 span {float:right;background-color: #fff;color: #000;font-size:1rem;padding: .25em; display: inline-block;font-weight: 600;margin: 0 0 0 .25em}
.enrichment-class h2 a, .enrichment-class h1 a{font-weight: 600;background-color: var(--red);margin-bottom: 0;font-size: 1.2rem;line-height: 1;padding:.5em .45em .5em .75em;color:#fff;display: block; overflow: auto}

.enrichment-class div {float: left;width: 50%;padding:.5em .75em 0 .75em;}
.enrichment-class div strong {color:#000;font-weight: 600}
.enrichment-class ul{margin: 0 0 1em 0}
.enrichment-class ul li:before{background-size: .4em .4em;width: .8em;background-position: 0 .75em}
.enrichment-class ul li{margin-top: 0;line-height: 1.2;}
.enrichment-class section > p { margin:1em .75em 0 .75em }
.enrichment-class h2 a strong, .enrichment-class h1 a strong{background-color:#000;color:#fff;font-size:1rem;padding: .25em; display: inline-block; font-weight: 600;text-transform: uppercase}
.enrichment-class h2 a:hover strong, .enrichment-class h1 a:hover strong {color: #000;background-color: #fff}
.enrichment-class .button {clear: both;float: left;margin-left: 1em;text-transform: none;font-size: 1rem;}
.enrichment-class .button:hover {background-color:var(--dark-red);color:#fff}
.enrichment-class h2 a, .enrichment-class h1 a{text-decoration: none !important;}


/* Class View*/
.class-view .enrichment-class h2, .class-view .enrichment-class h1 {font-weight: 600;background-color: var(--red);;margin-bottom: 0;font-size: 1.2rem;line-height: 1;padding:.5em .45em .5em .75em;color:#fff;display: block}
.class-view, .enrichment-left, .enrichment-right{float: left}

.grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.class-view .grid {
    width: 100%;
    float: left;
    clear: both;
}
.enrichment-left{width: calc(100% - 18em);padding-right: 3%;border-right: 1px solid rgba(0,0,0,0.125);}
.enrichment-right {width: 18em;padding-left: 3%;padding-right: 3%}
#content .enrichment-right .class-cart{top: 10em;width: 100%;margin: 0;position: sticky;-webkit-position: sticky;}

.enrichment-right .class-cart .button {display: block;width: 100%;font-size: 1rem;margin-top: 1em}
.enrichment-right form label {display: block; font-weight: 600;}
.enrichment-right form label label:first-of-type {margin-top: .5em;}
.enrichment-right form label label {font-weight: normal; margin-bottom: .5em;}
.enrichment-right .participants{display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    line-height: 2;}
.enrichment-right form input[type="number"]{width: 6em;float: right}
.enrichment-right .options select,.enrichment-right .options textarea,.enrichment-right .options input[type="text"]{display: block;width: 100%;margin-bottom: .5em}
.enrichment-right .options h2 {color: var(--red);;font-size: 1rem}
.enrichment-right .options h2 em {color: #000;font-weight: normal;font-size: .9em}
#content ul.enrichment-days>li {padding-left: 0;text-indent: 0}
#content ul.enrichment-days>li:before {background: none;display: none;}
.form-flex>div>fieldset.enrichment-days>label {
  display: block;
}
.form-flex>div>fieldset.enrichment-days>label + label {
  margin-top: 0.5em;
}
fieldset.enrichment-days legend {
  margin: 2rem 0 1rem;
}
fieldset.enrichment-days {
  margin-bottom: 1rem;
}
.enrichment-left p img {
  float: right;
  clear: right;
  margin: 0 0 1em 2em;
}
.enrichment-smClass-detail {font-weight: normal;font-size: 1.25rem;margin: 0;display: block;color: #000;line-height: 1;}
.class-view .enrichment-class section{width: 100%;margin: 1% 0 2em 0}
.class-view h3 {color: #000}
.class-view .related {margin-top: 2em}
.class-view section h2 {color:var(--red);}
.enrichment-seats {display: block;margin-bottom: 1em}
.enrichment-seats strong {color:var(--red);}

.enrichment-right .fees {background-color:rgba(216,216,216,.42);display:block;width:100%;margin:0 0 2em 0;}
.enrichment-right .fees :is(h1, h2) { font-size: 1em;border-bottom: solid 1px #ccc;margin:0 1em;padding-top: .5em;padding-bottom: .5em}
.enrichment-right .fees span {color: #000}
.class-view .enrichment-right ul li:before, .class-view .twoCol li:before  {display: none}
.enrichment-left .related ul li:before {display: inline-block}
.enrichment-right .fees strong{background-color: #000;display: block; width: 100%;padding:.5em 1em;color: #fff}

font[color="red"] {
  color: #EE0000;
}

.enrichment-left .share {
  width: 100%;
  padding: .5rem 0;
}
.enrichment-left .share h3 {
  display: inline-block;
  margin-bottom: 0;
}
.enrichment-left .share-fb::before, .enrichment-left .share-email::before, .enrichment-left .share-ig::before, .enrichment-left .share-twitter::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
}

.enrichment-left .share-email::before {
  background-image: url(../images/envelope-solid.svg);
}

.enrichment-left .share-fb::before {
  background-image: url(../images/share-facebook.svg);
}

.enrichment-left .share-fb, .enrichment-left .share-email, .enrichment-left .share-twitter, .enrichment-left .share-ig {
  float: right;
}

.enrichment-left .share-fb, .enrichment-left .share-twitter, .enrichment-left .share-ig {
  margin-right: 1rem;
  height: 1.25rem;
}

.enrichment-left .share-fb:hover, .enrichment-left .share-email:hover, .enrichment-left .share-twitter:hover, .enrichment-left .share-ig:hover {
  opacity: .5;
}
/* fancy table */
.content .tableWrap {overflow-x:auto;width: 100%}
.content .fancyTable {border: 1px solid #F0F0F0;font-size: 1rem;position: relative;margin:1em 0;float: left}
.content .fancyTable tr{vertical-align: top;}
.content .fancyTable th{background-color:#000;color:#fff;vertical-align: middle; padding:.5em 0.5rem;font-weight: 700;font-size: 1em}
.content .fancyTable th+th{border-left: 1px solid #F0F0F0}
.content .fancyTable td {vertical-align: top;padding:.25em 0.5rem; border-top:1px solid #F0F0F0; border-bottom:1px solid #F0F0F0}
.content .fancyTable tr:nth-child(odd) td{background-color:#F0F0F0}
.content .fancyTable td.title{color: #000;font-weight: bold}
h2.title {color: #000;font-weight: bold;font-size: 1rem;background: #EEEEEE;vertical-align: middle; padding:.5em 0.5rem;font-weight: 700;font-size: 1em}


.seats input[type="text"]{width: 5em}
.enrichment-cart .total {font-weight: bold;text-align: right;background-color: #ebebeb}
.enrichment-warning { color:red; }


.enrichment-pastCatalogAlert {background: #900; color:#fff; border: 1px solid #333; margin: 30px 0; padding:20px}
.enrichment-pastCatalogAlert a {color:#fff; text-decoration: underline;}
.enrichment-pastCatalogAlert a:hover {text-decoration: none;}


/* Location Styles*/
.enrichment-location{color: #000;font-size: 1.25em;line-height: 1.4;margin-bottom: 2em}
.enrichment-back {float: right;margin: 0 0 0 1em}
.enrichment-smClass {color: #000; font-size: 1.125rem;font-weight: normal;display: block;line-height: 1;}
.enrichment-smClass span {display: block}

/* Instructor Styles*/
.instructor{width: 100%;display: block;clear: both}
.instructor img {display: inline-block;margin: .5em 2em 1em 0;width: 27%;height: auto}
.instructor div {width: 65%;display: inline-block}

/* Account Login Page*/
.enrichment-col50 {float: left; width: 45%;margin-top: 2em;}
.enrichment-col50+.enrichment-col50{margin-left: 5%}
.accountBox, .loginBox {background-color:rgba(240,240,240,.5)}
.accountBox h2, .loginBox h2 {background-color: #000; color: #fff;padding: .5em .5em;font-size: 1em}
.accountBox p{padding: .5em 1em}
.accountBox ul {padding:0 1em}
.loginBox input[type="email"], .loginBox input[type="password"]{margin-bottom: .5em;width: 100%}
.loginBox div {
  padding: .5em 1em;
}
.loginBox div:is(.form-flex, .form-flex *) {
  padding: 0;
}
/*Cart*/
#content .cartTabs{border-bottom: solid 1px #ccc;
padding: 0;
margin: 0;
height: auto;
line-height: 2.5em;}
#content .cartTabs li{display: inline-block;text-indent:0;width: auto;padding-left: 0;margin: 0}
#content .cartTabs li:before {display: none;}
.cartTabs li a {background-color:#000000; color:#fff; padding:.5em;line-height: 1rem;font-size: 1rem;text-decoration:none!important;}
#content .cartTabs li a:hover, #content .cartTabs li.On a{background-color:var(--red);; color:#fff}
#content .cartTabs li a:before, #content .update:before, #content .delete:before{padding-left: 1em;text-indent: 0;background: none;
content: "";background-position: left center;background-repeat: no-repeat;}
#content .cartTabs li a.cart:before{background-size: .8em .8em;background-image: url(/images/icons/shopping-cart.svg);}
#content .cartTabs li a.login:before{background-size: .8em .8em;background-image: url(/images/icons/lock.svg);}
#content .cartTabs li a.define:before{background-size: .8em .8em;background-image: url(/images/icons/user.svg);}
#content .cartTabs li a.payment:before{background-size: .8em .8em;background-image: url(/images/icons/dollar-sign.svg);}
#content .cartTabs li a.confirm:before{background-size: .8em .8em;background-image: url(/images/icons/check.svg);}
#content a.delete:before{background-size: .8em .8em;background-image: url(/images/icons/times-circle.svg);}
#content .update:before{background-size: .8em .8em;background-image: url(/images/icons/undo.svg);}
.enrichment-cart-options{padding-left:1em}
.enrichment-cart-options span {color: var(--red);;}

.cartTable{border:solid 1px #ebebeb;margin-bottom: 2em}
.cartTable th, .cartTable td, .enrichment-cart td, table .th-style-black {padding: .5em 1em;vertical-align: middle}
.cartTable tr:nth-child(odd), .formTable th, .enrichment-cart th {background-color:#ebebeb;font-size: 1rem;padding: .5em 1em;}
.cartTable th, .cart th.title, .formTable th.title, table .th-style-black {background-color: #000;color: #fff; font-size: 1rem;padding: .5em 1em;}
.cartTable .button, .enrichment-cartcart .button{margin-bottom: 0}
.enrichment-cart tr{border-top: solid 1px #ccc}
.enrichment-next, .enrichment-complete {float: right}

p.table-header-style {
  font-size: 1rem;
  margin-bottom: 0;
}

.orderView, .items{margin:2em 0;}

table.classes td:nth-child(n+2) {color: #326b9b; font-weight: 600;}

.boxWrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media only screen and (min-width: 750px) {
    .enrichment-class h2 a:hover {background-color: #000}
    body > * > .wrap, #alertApp > *, .home .wrap, #content {
    overflow:inherit;}
    #enrichment-search .keyword-search {display: block;max-width: 60%}
}



@media only screen and (max-width: 950px) {
    .enrichment-class section{width: 100%; float: left;margin: 2% 0;}
    .enrichment-right, .enrichment-left {width: 100%;float: none;padding: 0}
    .enrichment-right {-webkit-order: 1;-ms-flex-order: 1;order: 1;margin-bottom: 2em}
    .enrichment-left {-webkit-order: 2;-ms-flex-order: 2;order: 2;border-right:none;}
    .grid {-webkit-flex-direction: column; -ms-flex-direction: column;flex-direction: column;padding-right: 4%}
}

@media only screen and (max-width: 900px) {
    .class-view .enrichment-class section div{width: 100%; float: left;margin:0}
    .enrichment-left .twoCol{columns:1}
    .enrichment-left .photoright {margin: 0 0 1em 1em}
     #content .cartTabs, #content .cartTabs li {display: block; width: 100%;padding:0 0 1px 0}
    #content .cartTabs .cart{margin-bottom: 0}
    #content .cartTabs li{margin: 0;padding: 0;border-bottom: solid 1px #fff}
    #content .cartTabs li::before{content: none}
    #content .cartTabs li a{width: 100%;display: block}
}

@media only screen and (max-width: 749px) {
    #content .cartTabs, #content .cartTabs li {display: block; width: 100%;padding:0 0 1px 0}
    #content .cartTabs .cart{margin-bottom: 0}
    #content .cartTabs li{margin: 0;padding: 0;border-bottom: solid 1px #fff}
    #content .cartTabs li::before{content: none}
    #content .cartTabs li a{width: 100%;display: block}
    .cartButton {display: block;width: 100%;padding: 0}
    #content table.cartTabs {margin-bottom: 0}
    .enrichment-col50 {float: left;width:100%;}
    .content .fancyTable td ul li::before{left: 0}
    .content .fancyTable td ul li{padding-left: 1em}
    .content .instructor .photoleft{height: auto;margin: 0 auto 1em auto;text-align: center;max-width: 100%;}
    .instructor div, .enrichment-right,.enrichment-left {width: 100%;padding: 0;border: 0}
   .enrichment-right {order: 1;}
    .enrichment-left{order: 2}
    .class-view .grid {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;}
    .class-view .enrichment-class h2{background:#101820}
    .formTable .button, .formTable select{margin-bottom: .5em}
    .formTable th {display: block;width: 100%}
   .enrichment-col50 + .enrichment-col50 {
  margin-left:0;
  
}
#enrichment-search .keyword-search{display: block;}
#enrichment-search .keyword-search input {display: block;}
}

@media only screen and (max-width: 500px) {
        table.classes td {display: block; width: 100%;}
}
@media only screen and (max-width: 360px) {
    .enrichment-class div {width: 100%}
    .enrichment-class div+div {padding-top: 0}
}
