.button{
    color: #FFF;
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
    margin: .25rem 0;
    outline: 0;
    padding: .64rem 1rem;
    cursor: pointer;font-weight: 500}
.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:#eff1f3; width: 48%; float: left;margin: 1% 1%;line-height: 1.2;padding-bottom: 1em}
.enrichment-class section em{color: red}
.enrichment-class h1{line-height: 1.2; 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 h1 span {float:right;background-color:#fff;color:#0A2A4A;font-size:1rem;padding: .25em; display: inline-block;margin: 0 0 0 .25em}
.enrichment-class h1 a{font-weight: 600;background-color: #68A342;margin-bottom: 0;font-size: 1rem;padding:.5em .45em;color:#fff;overflow: auto;}

#content .enrichment-class div {float: left;width: 50%;padding:.5em 1em 0 1em;}
#content .enrichment-class div strong {color:#0A2A4A;font-weight: 600}
#content .enrichment-class ul{margin: 0 0 1em 0;padding-left: .75em}
.content .enrichment-class ul li {padding-left: .75em}
#content .enrichment-class ul li{margin: 0 0 .25em 0;line-height: 1.2;}
#content .enrichment-class div p {margin-bottom: .5em}
#content .enrichment-class section > p { margin:1em .75em 0 .75em }
#content .enrichment-class h1 a strong{background-color:#fff;color:#0A2A4A;font-size:.9rem;padding:0 .25em; font-weight: 500;}
#content .enrichment-class h1 a:hover strong {color: #fff;background-color:#0A2A4A}
#content .enrichment-class .button {clear: both;float: left;margin-left: 1em;background-color: #0A2A4A;color: #fff;border-radius: 3px;}
#content .enrichment-class .button:hover {background-color:#68A342;color:#fff}
/* Class View*/
.class-view .enrichment-class h1 {background-color: #68A342;margin-bottom: 0;font-size: 1.2rem;line-height: 1;padding:.5em .45em .5em .75em;color:#fff;display: block}


img.photoright,img.photoleft,.photoright img,.photoleft img {max-width: 100%;width: auto;height: auto}
.photoright{float:right;clear:right}
.photoleft{float:left;clear:left}


/*.class-view, .enrichment-left, .enrichment-right{float: left}*/
.enrichment-right .options label + label {margin-left: 0}
.enrichment-right .options input[type="radio"]{margin: 0 .25em 0 0}
.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 #EFEFEF}
.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;}
.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: #68A342;font-size: 1rem}
.enrichment-right .options h2 em {color: #000;font-weight: normal;font-size: .9rem}
#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;margin-top: 1em;}
.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:#68A342}
.enrichment-seats {display: block;margin-bottom: 1em}
.enrichment-seats strong {color:#68A342}
    
.enrichment-right .fees {background-color:#eff1f3;display:block;width:100%;margin:0 0 2em 0;}  
.enrichment-right .fees h1 { 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}
.content .enrichment-right .fees ul {padding: .5em 0 .5em 1.5em;margin: 0;}
.enrichment-right .fees strong{background-color:#68A342;display: block; width: 100%;padding: 0 1em;color: #fff}
.refundPolicy>ul>li:before{content: "\25B8";display: inline-block;width: 1em;text-align: center;text-indent:0}
/* 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: #0A2A4A;}
h2.title {color: #000;font-size: 1rem;background-color:rgba(10, 42, 74, .15);
color: #0A2A4A;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:#68A342}
    #content .fancy-list li:nth-child(even){background-color:#0A2A4A}
    #content .fancy-list li:hover a{background-color:#E98808}

.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-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}

/* 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: #68A342; 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%}
#content ul.cartTabs li:before {display: none!important;}
/*Cart*/
#content .cartTabs{
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:#0A2A4A; color:#fff; padding:.5em;line-height: 1rem;font-size: .9rem;}
#content .cartTabs li a:hover, #content .cartTabs li.On a{background-color:#68A342; 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);width: 1em;height: 1em;}
.enrichment-cart-options{padding-left:1em}
.enrichment-cart-options span {color: #68A342;}

.cartTable{border:solid 1px #ebebeb;margin-bottom: 2em}
.cart td{padding: .25em .5em}
.cart th{margin-bottom: 0}
.cart th {font-size: 1em}
.cartTable td, .enrichment-cart td{padding: .5em .5em;vertical-align: middle;}
.cartTable tr:nth-child(odd), .formTable th, .enrichment-cart th {background-color:#eceff1;padding: .5em .5em;}
.cartTable th, .cart th.title, .formTable th.title {background-color:#dadfe4;color:#0A2A4A; 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}
.creditCard {max-width: 100%;height: auto;}

@media only screen and (min-width: 750px) {
    .enrichment-class h1 a:hover {background-color:#E98808}
    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}
    .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;}
}

@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}
    .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}
    .class-view .enrichment-class h1{background:#68A342}
    .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;}
    .cartTable,.cartTable th, .cart th.title, .formTable th.title {font-size: .875rem}
    .enrichment-back{width: 100%;float:none;margin: 0 0 1em 0}
    .cartTable input[type="number"]{width: 4em}
}

@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}
    .content table.cart th, .content table.cart tr,  .content table.cart td{width: 100%; display: block;}
}
