.button{clear: both;
    background: #053C72;
    display: inline-block;
    color:#FFF;
    margin: .375em 0;
    padding: .8125em 1em;
    line-height: 1;
    cursor: pointer;
    font-weight: 700;}
.button:is(:hover,:focus-visible){background: #FDB813;color: #053C72;border-color: #FDB813;}
.content ul li {padding-left: 1.5em}
.enrichmentButton{background:#1E6CB2; border:0; border-radius: 2px; color:#fff; font-weight: 600; padding:.6em 1em; cursor:pointer;}
.enrichmentButton:is(:hover,:focus-visible){color: #fff;background-color: #053C72;}
.bottomButtons .enrichmentButton{margin: 1em 0;display: inline-block}
/* formTable Styles*/
.formTable th {font-size: 1rem}
.formTable select.formselectHalf {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: block;}
#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 input[type="submit"] {width: 6em}

/* Class List View, Shared Styles*/
.class-view h4 {margin-top: 1em;margin-bottom: .5em}
.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 section{background-color:#eee;; width: 48%; float: left;margin: 1% 1%;padding-bottom: 1em}
.enrichment-class section em{ color: #DB0000; }
.enrichment-class :is(h1, h2){
  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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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 :is(h1, h2)>:is(a, span) span {float:right;background-color:#fff;color:#1E6CB2;font-size:1rem;padding: .25em; display: inline-block;margin: 0 0 0 .25em}

.enrichment-class :is(h1, h2)>:is(a, span) {
  background: #053C72;
    color: #fff;
    font-size: 1.25rem;
    margin: 0;
    padding: .5rem .5rem .5rem 1rem;
    position: relative;
    text-decoration: none !important;
  }

    .enrichment-class :is(h1, h2)>:is(a, span):before {
        background: #FFC62F;
        border-right: 1px solid #FFF;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: .375rem;
    }

.enrichment-class :is(h1, h2) :is(span, a) img, .enrichment-smClass-detail img{
  width: 34px;height: auto;margin-right: .5rem;
}
.enrichment-class div {float: left;width: 50%;padding:0 1em 0 1em;}
.enrichment-class div strong {color: #1E6CB2; text-transform: uppercase;font-size: 1.15rem;}
.enrichment-class ul, .enrichment-class p{margin: 0 0 1em 0;padding-left: 0}
.content .enrichment-class ul li{margin-top: 0;line-height: 1.2;padding-left: 1.25rem;}
#content .enrichment-class ul li, #content .enrichment-class p {font-size: 1rem;}
.content .enrichment-class ul li:before{left: .5rem;top: .27em;}
.enrichment-class section > p { margin:1em .75em 0 .75em }
.enrichment-class :is(h1, h2) a strong{background-color:#fff;color:#1E6CB2;font-size:.9rem;padding:0 .25em; font-weight: 500;}
.enrichment-class :is(h1, h2) a:is(:hover,:focus-visible) strong {color: #fff;background-color:#1E6CB2}
.enrichment-class .button {clear: both;float: left;background: #FFF;
    border: .125rem solid #053C72;
    display: inline-block;
    color: #053C72;
    margin: .375em .5em .375em 1em;
    padding: .8125em 1em;
    line-height: 1;
    cursor: pointer;font-weight: 700;}
.enrichment-class .button:is(:hover,:focus-visible) {background-color:#053C72;color:#fff}
/* Class View*/
.class-view .enrichment-class :is(h1, h2) {font-weight: 700;background-color:#053C72;;margin-bottom: 0;font-size: 1.2rem;line-height: 1;padding:.5em .45em .5em .75em;color:#fff;display: block;margin-bottom: 1rem;}

/*.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,.15);}
.enrichment-left p {font-size: 1rem}
.enrichment-left ul li:before{top: 0.2rem;}
#content ul.meeting-times li{font-size: 1rem;margin-bottom: 0;}
#content ul.meeting-times li:before {top: .4rem;}
.enrichment-right {width: 18em;padding-left: 3%;padding-right: 3%}
#content .enrichment-right .class-cart{width: 100%;margin: 0;}
.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;}
.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:#053C72;;font-size: 1rem}
.enrichment-right .options h2 em {color: #053C72;;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;}

.enrichment-smClass-detail {font-weight: normal;font-size: 1.25rem;margin: 0;display: block;color: #4a4a4a}
.class-view .enrichment-class section{width: 100%;margin:0 0 2em 0}
.class-view h3 {color: #053C72;}
.class-view .related {margin-top: 2em;background: #eee;padding: 1em 1rem;}
#content .class-view .related ul li {font-size: 1rem;margin-bottom: 0;}
#content .class-view .related ul li:before {top: .4em;}
.class-view section h2 {color:#1E6CB2;font-size: 1.2rem;}
.enrichment-seats {display: block;margin-bottom: 1em}
.enrichment-seats strong {color:#1E6CB2}

.enrichment-right .fees {background-color:#eee;;display:block;width:100%;margin:0 0 2em 0;}
.enrichment-right .fees h1 { font-size: 1rem;border-bottom: solid 1px rgba(0,0,0,.15);margin:0 1em;padding-top: .5em;padding-bottom: .5em}
.enrichment-right .fees span {color: #053C72;}
.class-view .enrichment-right ul li:before, .class-view .twoCol li:before  {display: none}
.enrichment-left .related ul li:before {display: inline-block;top: .15rem;}
.content .enrichment-right .fees ul {padding: .5em 0 .5em 1em;margin: 0;}
#content .enrichment-right .fees ul li{font-size: 1rem;padding-left: 1rem;margin-bottom: 0;}
.content .enrichment-right .fees ul li {padding-left: 0;}
.enrichment-right .fees strong{background-color:#EAC050;;display: block; width: 100%;padding: 0 1em;color: #053C72;font-size: 1rem;}

/* 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:#101820;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: #1E6CB2;}
h2.title {color: #053C72;;font-size: 1rem;background-color: #D8D8D8;
color: #1E6CB2;vertical-align: middle; padding:.5em 0.5rem;font-size: 1em;font-weight: normal}


.seats input[type="text"]{width: 5em}
.enrichment-cart .total {font-weight: bold;text-align: right;background-color: #ebebeb}
.enrichment-warning { color:red; }

/* fancyList */
.content .fancy-list{display: -ms-flexbox;margin-left: 0;padding-left: 0;
    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;}

.content .fancy-list li {padding-left: 0; text-indent: 0;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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;width: 31.33%;margin: 1% 1%; display: inline-block;text-align: center;font-size: 1.2em;font-family: aktiv-grotesk, sans-serif;padding: 0;}
.content .fancy-list li:before{display: none}
.content .fancy-list li a {color: #fff;
    line-height: 1.2;
    padding: 8% 8%;
    width: 100%;
    height: 100%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;}
.content .fancy-list li:nth-child(odd){background-color:#1E6CB2}
.content .fancy-list li:nth-child(even){background-color:#1E6CB2}
.content .fancy-list li:is(:hover,:focus-visible) a{background-color:#D8AB3F}

.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:is(:hover,:focus-visible) {text-decoration: none;}


/* Location Styles*/
.enrichment-location{font-size: 1.25em;line-height: 1.4;margin-bottom: 2em}
.enrichment-back {float: right;margin: 0 0 0 1em}
.enrichment-smClass {color: #4A4A4A; 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}
.instructorTable .tlink{font-weight: bold;}
/* Account Login Page*/
.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;}
.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:#053C72;; color: #fff;padding: .5em .5em;font-size: 1em;margin-bottom: 0;}
.accountBox ul {padding:0 1em}
.accountBox p, .loginBox p, .accountBox ul li{line-height: 1.2}
.accountBox p, .loginBox div{padding:.5em 1em;}
.loginBox input[type="email"], .loginBox input[type="password"]{margin-bottom: .5em;width: 100%}

/*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 {background: none;width: auto;height: 2em}
.cartTabs li a {background-color:#1E6CB2; color:#fff; padding:.5em;line-height: 1rem;font-size: .9rem;}
#content .cartTabs li a:is(:hover,:focus-visible), #content .cartTabs li.On a{background-color:#1E6CB2; 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:#053C72;;}

.cartTable{border:solid 1px #ebebeb;margin-bottom: 2em}
.cart td{padding: .25em .5em}
.cart th{margin-bottom: 0}
.cart th {font-size: 1em}
.cartTable th, .cartTable td, .enrichment-cart td{padding: .5em 1em;vertical-align: middle;}
.cartTable tr:nth-child(odd), .formTable th, .enrichment-cart th {background-color:#ebebeb;font-size: 1rem;padding: .5em .5em;}
.cartTable th, .cart th.title, .formTable th.title {background-color:#D8D8D8;color:#1E6CB2; font-size: 1rem;padding: .5em .5em;}
.cartTable .button, .enrichment-cartcart .button{margin-bottom: 0}
.enrichment-cart tr{border-top: solid 1px #ccc;}
.enrichment-next, .enrichment-complete {float: right}

.orderView, .items{margin:2em 0;}

table.classes td:nth-child(n+2) {color: #326b9b; font-weight: 600;}

.orderHeader{margin-top: 1em}
.orderItems {margin-bottom: 1em}
.orderItems b {display: block}
.orderTotal{margin: 1em 0;border-top: solid 1px #ccc;border-bottom:solid 1px #ccc;padding: 1em}
.orderTotal td {padding:.5em 0}
@media only screen and (min-width: 750px) {
    .enrichment-class :is(h1, h2) a:is(:hover,:focus-visible) {background-color:#1E6CB2}
    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%}
    .enrichment-right .fees ul{margin: 0}
}

@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}
    .enrichment-col50 {float: left; width: 100%;margin-top: 2em;}
.enrichment-col50+.enrichment-col50{margin-left:0}
}

@media only screen and (max-width: 749px) {

    .cartButton {display: block;width: 100%;padding: 0}
    #content table.cartTabs {margin-bottom: 0}
    /*.button {padding: .25em .5em}*/
    .enrichment-col50 {float: left;width:100%;}
    .enrichment-col50 + .enrichment-col50 {margin-left: 0}
    .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;padding-right: 0;}
    .class-view .enrichment-class :is(h1, h2) {background:#1E6CB2}
    .formTable .button, .formTable select{margin-bottom: .5em}
    .formTable th {display: block;width: 100%}
    .content ul.fancy-list li{left: 0;margin: 0 0 .5em 0; width: 100%;-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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;}

}

@media only screen and (max-width: 500px) {
        table.classes td {display: block; width: 100%;}
        .enrichment-class div {width: 100%}
        .enrichment-class div+div {padding-top: 0}
        .instructorTable td:first-child{font-weight:bold;}
        .instructorTable td {width: 100%;display: block;}
}
