/* Nav Dropdowns */

.navContent ul li ul a {
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}


/* Popup Styles */

.dismiss{
    cursor: pointer;
}

/* Delete code below this line to inherit sitewide styles for text and button */

.popupButton {
    background: #ff5c5c !important;
    color: #fff!important;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.popupButton:hover {
    background: #cd4d4d !important;
    color: #fff!important;
}

.popupTitle {
    font-size: 40px;
    color: #000000;
    margin-top: 20px;
    line-height: 1em;
    padding-bottom:0px;
}

/* End Popup Styles */


/* 2 Column Form */
@media only screen and (min-width: 768px) {
    #madFormContainer,
    #madHeroContent {
        width: 50%;
        float: left;
    }

    div#madHero {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
}

.madTitle {
    font-size: 30px; 
    color: #2e2e2e;
    text-align: left;
}

.madContent {
    font-size: 18px; 
    color: #000;
    text-align: left;
}

.madButton {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.madButton:hover {
    color: #fff;
    background-color: #eee;
    border-color: #eee;
}

/* Responsive Table Styles */

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: 30px;
  color:#333333;
  letter-spacing: .01em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}

/* ADULT CLASS SCHEDULE Simple List Blocks*/

/* Change item class here */
.items_fae9554fc8374af6aaef2d6ee712b9ee { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_fae9554fc8374af6aaef2d6ee712b9ee > .item {
	display: flex;
	flex-direction: column;
}

/* ADULT CLASS SCHEDULE Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_b7c867cfed0a44e4b5388e5c8bb39404 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .blockWrap_b7c867cfed0a44e4b5388e5c8bb39404 .contentTitle {
        font-size: 50px; 
    }
    .blockWrap_b7c867cfed0a44e4b5388e5c8bb39404 .scEditable--richText {
        font-size: 24px; 
        }
}

/* ADULT CLASS SCHEDULE Simple List Blocks*/

/* Change item class here */
.items_f7423238d70d4a51ad7f085041c209e4 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_f7423238d70d4a51ad7f085041c209e4 > .item {
	display: flex;
	flex-direction: column;
}

/* ADULT CLASS SCHEDULE Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_df3383d06781470cad5379ad28c7fe94 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    
    .blockWrap_df3383d06781470cad5379ad28c7fe94 .contentTitle {
        font-size: 50px; 
    }
    .blockWrap_df3383d06781470cad5379ad28c7fe94 .scEditable--richText {
        font-size: 24px; 
        }
}

/* Contact Page Simple List Blocks*/

/* Change item class here */
.items_f770ffa845e24cacbbe20a28d65a7eb7 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Contact Page Simple List Blocks*/

/* Change item class here */
.items_f09a1194ef8f4d5188079f38be7988c6 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}