/*   
Theme Name: Legacy Hoops Academy
Description: Responsive theme for Legacy Hoops Academy
Author: Flicker Creative Inc
Author URI: http://www.flickercreative.com
Version: 1
*/
/* ==== RESET ==== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  outline: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

del {
  text-decoration: line-through;
}

img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* ==== Website Variables ==== */
/* ==== SASS Mixins ==== */
div, article, section, header, footer {
  *zoom: 1;
}
div:before, article:before, section:before, header:before, footer:before, div:after, article:after, section:after, header:after, footer:after {
  content: "";
  display: table;
}
div:after, article:after, section:after, header:after, footer:after {
  clear: both;
}

.hidden-close-button, .sidebar li a:before, .body-content .registration-button, .body-content .registration-button-wrapper h3 .registration-button, .body-content .registration-button-wrapper h3, .header-menu-icon:hover .header-menu-icon-button span:before, .header-menu-icon:hover .header-menu-icon-button span:after, .header-menu-icon:hover .header-menu-icon-button span, .header-menu-icon:hover .header-menu-icon-button, .header-menu-icon .header-menu-icon-button span:before, .header-menu-icon .header-menu-icon-button span:after, .header-menu-icon .header-menu-icon-button span, .header-menu-icon .header-menu-icon-button, .header-menu-icon, .header-menu-sub a, .header-menu-sub li, .header-menu-main span, .header-menu-main li, .global-menu-cover a, .footer-contact a, ul.commentlist .reply a, ul.commentlist .comment-meta a, .camps-list-item-title h3, a, .button {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/* ==== Global Site Styles ==== */
/*
	101 - 
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  color: #3e3e3f;
  background-image: url("assets/images/backgrounds/bg-court-gritty.jpg");
  background-size: 625px 500px;
  background-position: top center;
  background-repeat: repeat;
}

div, article, section, header, footer {
  width: 100%;
  position: relative;
}

.teal {
  color: #00c1de;
}

.orange {
  color: #ff7f30;
}

.gray {
  color: #3e3e3f;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.content {
  position: relative;
  margin: 0 auto;
  padding: 50px 25px;
  max-width: 1240px;
}

.content-25 {
  padding: 25px;
}

.content-spacer {
  padding: 50px 0;
}

.content-spacer-20 {
  padding: 20px 0;
}

.content-header {
  position: relative;
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1240px;
}

.content-white {
  background-color: white;
}

.content-teal {
  background-color: #00c1de;
}

.flex-no-gap-pad-50-2c {
  gap: 0 !important;
  padding: 0 50px 0 0;
}
@media (min-width: 12.5em) {
  .flex-no-gap-pad-50-2c {
    padding: 0;
  }
}
@media (min-width: 48.75em) {
  .flex-no-gap-pad-50-2c {
    padding: 0 50px 0 0;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.center {
  text-align: center;
}

.button {
  display: inline-block;
  padding: 12px 15px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #00c1de;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.button:hover {
  color: white;
  background-color: #ff7f30;
}

.button-orange {
  color: white;
  background-color: #ff7f30;
}

.button-orange:hover {
  color: white;
  background-color: #ff7f30;
}

.button-black {
  color: white;
  background-color: #3e3e3f;
}

.button-black:hover {
  color: white;
  background-color: #ff7f30;
}

.button-gold {
  color: white;
  background-color: #c5960b;
}

.button-gold:hover {
  color: white;
  background-color: #091f40;
}

.button-white {
  color: #3e3e3f;
  background-color: white;
}

.button-white:hover {
  color: #3e3e3f;
  background-color: #b4b4b4;
}

img.centered, img.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.aligncenter, img.alignright, img.alignleft {
  margin-top: 4px;
  margin-bottom: 20px;
  padding: 0;
}

img.alignright, .alignright, img.alignleft, .alignleft {
  display: inline;
}
@media (min-width: 12.5em) {
  img.alignright, .alignright, img.alignleft, .alignleft {
    display: block;
  }
}
@media (min-width: 40em) {
  img.alignright, .alignright, img.alignleft, .alignleft {
    display: inline;
  }
}

img.alignright, .alignright {
  float: right;
  width: auto;
  margin-left: 20px;
}
@media (min-width: 12.5em) {
  img.alignright, .alignright {
    float: none;
    margin-left: 0;
  }
}
@media (min-width: 40em) {
  img.alignright, .alignright {
    float: right;
    margin-left: 20px;
  }
}

img.alignleft, .alignleft {
  float: left;
  width: auto;
  margin-right: 20px;
}
@media (min-width: 12.5em) {
  img.alignleft, .alignleft {
    float: none;
    margin-right: 0;
  }
}
@media (min-width: 40em) {
  img.alignleft, .alignleft {
    float: left;
    margin-right: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

p, ul, ol, li, blockquote {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3f;
}

a {
  color: #3e3e3f;
  text-decoration: underline;
}

a:hover {
  color: #00c1de;
}

p {
  padding: 0 0 24px;
}

b, strong {
  font-weight: bold;
  font-weight: 700;
}

i, em {
  font-style: italic;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style-type: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0 0 24px;
  padding: 0;
}

.body-content h1, .body-content h2, .body-content h3, .body-content h4, .body-content h5, .body-content h6 {
  padding: 0 0 5px;
  font-weight: bold;
}

.body-content h1 {
  font-size: 32px;
  line-height: 40px;
  color: #00c1de;
}

.body-content h2 {
  font-size: 24px;
  line-height: 32px;
  color: #ff7f30;
}

.body-content .body-text-title h2 {
  font-size: 20px;
  line-height: 28px;
  color: #3e3e3f;
}

.body-content .body-text-title h2 span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #ff7f30;
}

.body-content h3 {
  font-size: 20px;
  line-height: 28px;
  color: #3e3e3f;
}

.body-content h4 {
  font-size: 20px;
  line-height: 28px;
  color: #3e3e3f;
}

.body-content h5, .body-content h6 {
  font-size: 18px;
  line-height: 26px;
  color: #3e3e3f;
}

.body-content ul {
  margin: 0 0 24px 25px;
  list-style-type: disc;
}

.body-content ol {
  margin: 0 0 24px 25px;
  list-style-type: decimal;
}

hr.wp-block-separator {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 24px;
  padding: 0;
}

.asterisk-text {
  font-size: 13px;
  line-height: 18px;
}

.content-breadcrumb {
  position: relative;
  margin: 0 auto;
  padding: 15px 25px;
  max-width: 1240px;
}

.breadcrumb {
  margin: 0;
  font-size: 12px;
  color: #a0a0a0;
  background-color: rgba(255, 255, 255, 0.5);
}

.breadcrumb a {
  font-size: 12px;
  color: #a0a0a0;
  text-decoration: underline;
  cursor: pointer;
}

.breadcrumb a:hover {
  color: #00c1de;
}

.camps-list {
  margin: 25px 0;
}

.content-white {
  background: white;
}

.content-white-50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.camps-list-title-orange {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 12.5em) {
  .camps-list-title-orange {
    background-color: rgba(255, 127, 48, 0.9);
  }
}
@media (min-width: 56.25em) {
  .camps-list-title-orange {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.camps-list-title-teal {
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 12.5em) {
  .camps-list-title-teal {
    background-color: rgba(0, 193, 222, 0.9);
  }
}
@media (min-width: 56.25em) {
  .camps-list-title-teal {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.camps-list-title {
  position: relative;
  float: left;
  padding: 20px 40px 20px 0;
  width: auto;
}

.camps-list-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-17deg);
  -moz-transform: skew(-17deg);
  -o-transform: skew(-17deg);
}
@media (min-width: 12.5em) {
  .camps-list-title:before {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .camps-list-title:before {
    display: block;
  }
}

.camps-list-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-17deg);
  -moz-transform: skew(-17deg);
  -o-transform: skew(-17deg);
}
@media (min-width: 12.5em) {
  .camps-list-title:after {
    display: none;
  }
}
@media (min-width: 56.25em) {
  .camps-list-title:after {
    display: block;
  }
}

.training-items .camps-list-title:before, .training-items .camps-list-title:after {
  background-color: rgba(255, 127, 48, 0.9);
}

.camp-items .camps-list-title:before, .camp-items .camps-list-title:after {
  background-color: rgba(0, 193, 222, 0.9);
}

.camps-list-title h2 {
  position: relative;
  padding: 0 0 10px;
  font-size: 48px;
  line-height: 52px;
  color: white;
  font-weight: bold;
}

.camps-list-title h3 {
  font-size: 24px;
  line-height: 28px;
  color: white;
  font-weight: bold;
}

.camps-list-title-button {
  position: absolute;
  z-index: 10;
  top: 45px;
  right: -220px;
  width: auto;
}
@media (min-width: 12.5em) {
  .camps-list-title-button {
    position: relative;
    top: auto;
    right: auto;
    margin: 20px 0 10px;
  }
}
@media (min-width: 56.25em) {
  .camps-list-title-button {
    position: absolute;
    top: 45px;
    right: -220px;
    margin: 0;
  }
}

.button-black-camps-list-title {
  color: white;
  background-color: #3e3e3f;
}
@media (min-width: 12.5em) {
  .button-black-camps-list-title {
    color: #3e3e3f;
    background-color: white;
  }
}
@media (min-width: 56.25em) {
  .button-black-camps-list-title {
    color: white;
    background-color: #3e3e3f;
  }
}

.button-black-camps-list-title:hover {
  color: white;
  background-color: #ff7f30;
}

.camps-list-title h2, .camps-list-title h3 {
  position: relative;
  z-index: 10;
}

h3.camps-list-items-section-title {
  display: block;
  clear: both;
  padding: 0 0 10px;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  color: #ff7f30;
}

h3.camps-list-items-section-title span {
  display: inline-block;
  padding: 0 0 0 5px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #969696;
  text-transform: uppercase;
}

.camps-list-selection {
  float: left;
  padding: 0 25px 25px 0;
  width: auto;
}

.camps-list-selection label {
  display: block;
  padding: 0 0 5px;
}

.camps-list-items a {
  text-decoration: none;
}

.camps-list-items a:hover {
  color: #00c1de;
}

.camps-list-items ul {
  margin: 0;
  width: 100%;
  list-style-type: none;
}

.camps-list-items li {
  display: inline-block;
  float: left;
  padding: 0 25px 25px 0;
}

.camp-list-items-front-page li {
  width: 33.33%;
}
@media (min-width: 12.5em) {
  .camp-list-items-front-page li {
    width: 100%;
  }
}
@media (min-width: 42.5em) {
  .camp-list-items-front-page li {
    width: 50%;
  }
}
@media (min-width: 62.5em) {
  .camp-list-items-front-page li {
    width: 33.33%;
  }
}

.camp-list-items-interior li {
  width: 50%;
}
@media (min-width: 12.5em) {
  .camp-list-items-interior li {
    width: 100%;
  }
}
@media (min-width: 42.5em) {
  .camp-list-items-interior li {
    width: 50%;
  }
}

.camps-list-item {
  display: block;
  width: 100%;
  background: #f8f9fa;
}

.training-items .camps-list-item {
  border-left: 4px solid #ff7f30;
}

.camp-items .camps-list-item {
  border-left: 4px solid #00c1de;
}

.camps-list-item-title {
  padding: 15px 5px 15px 10px;
  border-bottom: 1px solid #e4e5e6;
}

.camps-list-item-title h3 {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-break: 20px;
  font-weight: normal;
}

.camps-list-item:hover .camps-list-item-title h3 {
  color: #00c1de;
}

.camps-list-item-details .camps-list-item-grades, .camps-list-item-details .camps-list-item-dates {
  float: left;
  padding: 8px 10px;
  width: auto;
  text-align: center;
  border-right: 1px solid #e4e5e6;
}

.camps-list-item-details-title {
  padding: 0 0 5px;
  font-size: 12px;
  line-height: 12px;
  color: #6b6c6f;
  text-transform: uppercase;
}

.camps-list-item-dates .camps-list-item-details-title {
  text-align: left;
}

.camps-list-item-details-content {
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  color: #3e3e3f;
}

.camps-view-all {
  display: none;
}

.camps-list-items-all ul {
  margin: 0;
  padding: 0;
}

.camps-list-items-all ul li {
  list-style-type: none;
  background-color: #f8f9fa;
}

.camps-list-items-all ul li:last-child {
  margin: 0 0 20px;
}

.camps-list-items-all li.camps-list-items-all-dates {
  padding: 10px 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: white;
  background-color: #00c1de;
}

.camps-list-items-all li.camps-list-items-all-camp {
  display: block;
  overflow: auto;
  padding: 10px 10px 5px;
  border-bottom: 1px solid #e4e5e6;
}

.camps-list-items-all li.camps-list-items-all-camp .camps-list-items-all-camp-title {
  display: inline-block;
  float: left;
  padding: 0 0 5px;
  width: auto;
  font-size: 16px;
  line-height: 20px;
  color: #3e3e3f;
}

.camps-list-items-all li.camps-list-items-all-camp .camps-list-items-all-camp-title span {
  padding: 0 2px;
  color: #b4b4b4;
}

.camps-list-items-all li.camps-list-items-all-camp .camps-list-items-buttons {
  display: inline-block;
  float: right;
  padding: 0 0 5px;
  width: auto;
}

.camps-list-items-all li.camps-list-items-all-camp .camps-list-items-buttons a {
  margin: 0 2px;
  padding: 4px 6px;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  background-color: #b4b4b4;
}

.camps-list-items-all li.camps-list-items-all-camp .camps-list-items-buttons a:hover {
  background-color: #ff7f30;
}

/* Comments Template
ol.commentlist { margin: 10px 0 40px 0 !important; padding: 0 !important; list-style: none !important; border-bottom: 10px solid #ccc; }
ol.commentlist li { border-top: 10px solid #ccc; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { padding: 20px 0 0; }
ol.commentlist li.comment div.comment-author {  }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; padding: 0 0 0 42px; }
ol.commentlist li.comment div.vcard cite.fn a.url { text-decoration: none !important; }
ol.commentlist li.comment div.vcard img.avatar { position: absolute; left: 0; top: 0; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { display: none; }
ol.commentlist li.comment div.commentmetadata { margin: -6px 0 0 0; padding: 0 0 0 42px; }
ol.commentlist li.comment div.comment-meta { font-size: 11px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc !important; text-decoration: none !important; &:hover { color: #ccc !important; } }
ol.commentlist li.comment div.comment-meta a:hover { color: #000 !important; }
ol.commentlist li.comment p { padding: 0 0 1.5em 42px !important; font-size: .875em !important; line-height: 1.5em !important; }
ol.commentlist li.comment ul { padding: 0 !important; }
ol.commentlist li.comment div.reply { font-size: 12px; padding: 0 0 10px 42px; }
ol.commentlist li.comment div.reply a { }
ol.commentlist li.comment ul.children { list-style: none !important; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { margin: 0 0 0 10px; border-top: 2px solid #ccc; }
ol.commentlist li.comment ul.children li.depth-3 { margin: 0 0 0 10px; border-top: 2px solid #ccc; }
ol.commentlist li.comment ul.children li.depth-4 { margin: 0 0 0 10px; border-top: 2px solid #ccc; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { }
ol.commentlist li.odd { }
ol.commentlist li.parent { }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }
*/
#respond {
  padding: 50px 0 0;
}

#respond h2 {
  padding: 0 0 10px 0;
}

ul.children #respond {
  padding: 15px 15px 0;
}

.comments-form-user-fields {
  width: 100%;
}

.comments-field {
  float: left;
  width: 50%;
}

.comments-field input {
  width: 100%;
}

.comments-field-left {
  padding: 0 10px 0 0;
}

.comments-field-right {
  padding: 0 0 0 10px;
}

.comments-textarea {
  width: 100%;
}

.comments-textarea textarea {
  width: 100%;
}

.comments-section-title {
  padding: 50px 0 10px !important;
}

ul.commentlist {
  margin: 0 !important;
  padding: 0 !important;
}

ul.commentlist ul {
  margin: 0 0 15px 30px !important;
  padding: 0 !important;
}

ul.commentlist li.comment {
  margin: 0 0 25px 0;
  padding: 0 0 5px 0;
  list-style-type: none !important;
  border-top: 5px solid #e8e8e8;
  background: #fafafa;
}

ul.commentlist li.comment li.comment {
  margin: 0 0 15px;
  padding: 0;
  border-top: none;
  border-left: 2px solid #e8e8e8;
  background: #eeeeee;
}

ul.commentlist li.comment li.comment li.comment {
  margin: 0 0 15px;
  padding: 0;
  border-top: none;
  border-left: 2px solid gainsboro;
  background: #e2e2e2;
}

ul.commentlist li.comment li.comment li.comment li.comment {
  margin: 0 0 15px;
  padding: 0;
  border-top: none;
  border-left: 2px solid #d0d0d0;
  background: #d6d6d6;
}

ul.commentlist li.comment li.comment li.comment li.comment li.comment {
  margin: 0 0 15px;
  padding: 0;
  border-top: none;
  border-left: 2px solid #c4c4c4;
  background: #cacaca;
}

ul.commentlist .vcard {
  margin: -12px 0 0 0;
}

ul.commentlist .vcard img {
  margin: 12px 0 0 0;
}

ul.commentlist .vcard .fn {
  padding: 0 0 0 5px;
  font-size: 17px;
  color: black;
}

ul.commentlist .vcard .says {
  display: none;
}

ul.commentlist .comment-meta {
  margin: -16px 0 0 41px;
  font-size: 14px;
}

ul.commentlist .comment-meta a {
  color: #a0a0a0;
  text-decoration: none;
}

ul.commentlist .comment-meta a:hover {
  color: black;
}

ul.commentlist .comment-body {
  padding: 15px;
}

ul.commentlist .comment-body p {
  padding: 10px 0 !important;
}

ul.commentlist .reply {
  width: auto;
  float: right;
  font-size: 14px;
}

ul.commentlist .reply a {
  display: inline-block;
  padding: 2px 10px;
  color: black;
  text-decoration: none;
  border: 2px solid #bebebe;
}

ul.commentlist .reply a:hover {
  color: black;
}

@font-face {
  font-family: "flexslider-icon";
  src: url("assets/fonts/flexslider-icon.eot");
  src: url("assets/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("assets/fonts/flexslider-icon.woff") format("woff"), url("assets/fonts/flexslider-icon.ttf") format("truetype"), url("assets/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}

.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  position: relative;
  margin: 0;
  zoom: 1;
  /*
  background: #fff;
  border: 4px solid #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
       -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  	    box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  */
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 13px 10px 0;
  position: absolute;
  bottom: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: black;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 12.5em) {
  .flex-direction-nav a {
    display: none !important;
    bottom: 0;
    margin: 0;
    padding: 10px 10px 0;
    width: 38px;
    height: 38px;
  }
}
@media (min-width: 23.75em) {
  .flex-direction-nav a {
    display: block !important;
    bottom: 50%;
  }
}
@media (min-width: 27.5em) {
  .flex-direction-nav a {
    padding: 13px 10px 0;
    width: 48px;
    height: 48px;
  }
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 38px;
  display: inline-block;
  content: "\f001";
  color: black;
}
@media (min-width: 12.5em) {
  .flex-direction-nav a:before {
    font-size: 32px;
  }
}
@media (min-width: 27.5em) {
  .flex-direction-nav a:before {
    font-size: 38px;
  }
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.5;
  left: 0;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.5;
  right: 0;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: black;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  /*
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
       -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  	    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  */
}

.flex-control-paging li a:hover {
  background: black;
}

.flex-control-paging li a.flex-active {
  background: black;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 0.6;
    left: 0;
  }

  .flex-direction-nav .flex-next {
    opacity: 0.6;
    right: 0;
  }
}
.footer {
  position: relative;
  display: block;
  margin: 100px 0 0;
  background-color: #f8f9fa;
  -webkit-box-shadow: 8px -8px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px -8px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 8px -8px 8px rgba(0, 0, 0, 0.15);
}

.content-footer {
  position: relative;
  margin: 0 auto;
  padding: 55px 25px 15px;
  max-width: 1240px;
}
@media (min-width: 12.5em) {
  .content-footer {
    padding: 45px 25px 15px;
  }
}
@media (min-width: 28.75em) {
  .content-footer {
    padding: 55px 25px 15px;
  }
}

.footer-logo {
  position: absolute;
  z-index: 94;
  max-width: 300px;
  top: -30px;
  left: 23px;
  padding: 0;
}
@media (min-width: 12.5em) {
  .footer-logo {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0 30px;
  }
}
@media (min-width: 28.75em) {
  .footer-logo {
    position: absolute;
    top: -30px;
    left: 23px;
    padding: 0;
  }
}

.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-logo-cover, .footer-logo-drop {
  display: block;
  position: absolute;
  top: -48px;
  right: 50%;
  margin: 0 200px 0 0;
  width: 100%;
  height: 60px;
  background-color: white;
  -webkit-transform: skew(17deg);
  -moz-transform: skew(17deg);
  -o-transform: skew(17deg);
}
@media (min-width: 12.5em) {
  .footer-logo-cover, .footer-logo-drop {
    display: none;
    right: 0;
    margin: 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
  }
}
@media (min-width: 28.75em) {
  .footer-logo-cover, .footer-logo-drop {
    display: block;
    margin: 0 100px 0 0;
    -webkit-transform: skew(17deg);
    -moz-transform: skew(17deg);
    -o-transform: skew(17deg);
  }
}
@media (min-width: 35em) {
  .footer-logo-cover, .footer-logo-drop {
    margin: 0 200px 0 0;
  }
}
@media (min-width: 38.75em) {
  .footer-logo-cover, .footer-logo-drop {
    right: 10%;
  }
}
@media (min-width: 43.75em) {
  .footer-logo-cover, .footer-logo-drop {
    right: 20%;
  }
}
@media (min-width: 50em) {
  .footer-logo-cover, .footer-logo-drop {
    right: 30%;
  }
}
@media (min-width: 58.75em) {
  .footer-logo-cover, .footer-logo-drop {
    right: 40%;
  }
}
@media (min-width: 70em) {
  .footer-logo-cover, .footer-logo-drop {
    right: 50%;
  }
}

.footer-logo-cover {
  z-index: 92;
}

.footer-logo-drop {
  z-index: 88;
  -webkit-box-shadow: 8px -8px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px -8px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 8px -8px 8px rgba(0, 0, 0, 0.15);
}

.footer-contact-wrapper {
  position: relative;
  z-index: 94;
  background-color: white;
}

.footer-contact {
  float: left;
  padding: 0 50px 30px 0;
  width: auto;
}

.footer-contact h3 {
  padding: 0 0 5px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.footer-contact p.address {
  padding: 0 0 2px;
}

.footer-contact p.contact {
  padding: 0 0 2px;
}

.footer-contact p.address span, .footer-contact p.contact span {
  font-weight: bold;
  color: #ff7f30;
}

.footer-contact a {
  text-decoration: none;
}

.footer-contact a:hover {
  text-decoration: underline;
}

.footer-contact-social ul {
  margin: 10px 0 0;
  width: auto;
  list-style-type: none;
}

.footer-contact-social li {
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  width: 36px;
  height: 36px;
}

.footer-contact-social img {
  width: 100%;
  height: auto;
}

.copyright {
  padding: 20px 25px;
  font-size: 14px;
  line-height: 20px;
  color: #969696;
  text-align: center;
}

.copyright ul li a {
  display: block;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #969696;
}

.copyright a.flicker-creative {
  position: relative;
  display: inline-block;
  width: 117px;
  height: 13px;
}

.copyright a.flicker-creative img {
  margin: -2px 0 0;
  width: 100%;
  height: auto;
}

.content-home-about {
  position: relative;
  margin: 0 auto;
  padding: 20px 25px;
  max-width: 1240px;
}

.home-about-links {
  text-align: center;
}

.home-about-links a {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 44px;
  font-weight: bold;
  text-decoration: none;
}

.home-about-links span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 42px;
  line-height: 54px;
  color: #ff7f30;
}

.home-about-content {
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}

.home-about-content p {
  padding: 10px 0 25px;
  color: white;
}

.home-about-link {
  margin: -40px 0 0;
  text-align: center;
}

.locations-intro-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}

.locations-intro-content {
  padding: 15px 20px;
  width: 50%;
}
@media (min-width: 12.5em) {
  .locations-intro-content {
    width: 100%;
  }
}
@media (min-width: 47.5em) {
  .locations-intro-content {
    width: 50%;
  }
}

.locations-intro-content h2, .locations-intro-content h3, .locations-intro-content p {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
}

.locations-intro-content h2 {
  padding: 0 0 6px;
  font-size: 38px;
  line-height: 42px;
  font-weight: bold;
}

.locations-intro-content h3 {
  padding: 0 0 15px;
  font-size: 22px;
  line-height: 26px;
}

.locations-intro-content p {
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 22px;
}

.locations-intro-content ul {
  margin: 0 auto;
  text-align: center;
}

.locations-intro-content li {
  display: inline-block;
  padding: 10px;
}

.locations-intro-content a.button {
  color: white;
  border: 2px solid white;
  background: none;
}

.locations-intro-content a.button:hover {
  color: #3e3e3f;
  background: white;
}

.locations-intro-hopkins {
  float: left;
  background: rgba(255, 127, 48, 0.9);
}

.locations-intro-woodbury {
  float: left;
  background: rgba(0, 193, 222, 0.9);
}

.hero-free-training {
  position: absolute;
  z-index: 201;
  bottom: -115px;
  right: 18px;
  width: 100px;
  height: 100px;
}

.hero-free-training img {
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.25));
}

.global-links {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.global-links-menu, .global-links-contact {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
}

.global-links-menu {
  position: relative;
  float: left;
  left: 10px;
  width: auto;
}

.global-links-contact {
  position: relative;
  float: right;
  width: auto;
}

.global-links ul {
  float: left;
  width: auto;
  list-style-type: none;
}

.global-links li {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;
  padding: 9px 12px 7px 12px;
  width: auto;
}

.global-links-item {
  position: relative;
  z-index: 121;
}

.global-links-item a {
  padding: 9px 1px;
  text-decoration: none;
}

.global-links a {
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.global-links-item-orange-link a {
  color: white;
}

.global-links-item-orange-link a:hover {
  color: #3e3e3f;
}

.global-links span {
  position: relative;
  display: inline-block;
  top: -1px;
  margin: 0 0 0 2px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.global-links span img {
  width: 100%;
  height: auto;
}

.global-links-contact-location {
  position: relative;
  z-index: 121;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

li.global-links-item-menu {
  display: none;
  cursor: pointer;
}
@media (min-width: 12.5em) {
  li.global-links-item-menu {
    display: block;
  }
}
@media (min-width: 47.5em) {
  li.global-links-item-menu {
    display: none;
  }
}

li.global-links-item-non-menu {
  display: block;
}
@media (min-width: 12.5em) {
  li.global-links-item-non-menu {
    display: none;
  }
}
@media (min-width: 47.5em) {
  li.global-links-item-non-menu {
    display: block;
  }
}

span.global-links-contact-location-full {
  display: inline;
}
@media (min-width: 12.5em) {
  span.global-links-contact-location-full {
    display: none;
  }
}
@media (min-width: 30em) {
  span.global-links-contact-location-full {
    display: inline;
  }
}
@media (min-width: 47.5em) {
  span.global-links-contact-location-full {
    display: none;
  }
}
@media (min-width: 51.25em) {
  span.global-links-contact-location-full {
    display: inline;
  }
}

span.global-links-contact-location-abb {
  display: none;
}
@media (min-width: 12.5em) {
  span.global-links-contact-location-abb {
    display: inline;
  }
}
@media (min-width: 30em) {
  span.global-links-contact-location-abb {
    display: none;
  }
}
@media (min-width: 47.5em) {
  span.global-links-contact-location-abb {
    display: inline;
  }
}
@media (min-width: 51.25em) {
  span.global-links-contact-location-abb {
    display: none;
  }
}

li.global-links-contact {
  display: block;
}
@media (min-width: 12.5em) {
  li.global-links-contact {
    display: none;
  }
}
@media (min-width: 23.75em) {
  li.global-links-contact {
    display: block;
  }
}

li.global-links-contact-only {
  display: none;
}
@media (min-width: 12.5em) {
  li.global-links-contact-only {
    display: block;
  }
}
@media (min-width: 23.75em) {
  li.global-links-contact-only {
    display: none;
  }
}

li.global-links-contact-show {
  display: block;
}

.global-links-cover {
  position: absolute;
  z-index: 120;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  -webkit-transform: skew(-17deg);
  -moz-transform: skew(-17deg);
  -o-transform: skew(-17deg);
}

.global-links-cover-orange {
  position: absolute;
  background-color: #ff7f30;
}

.global-links-cover-gray {
  background-color: #f8f9fa;
  -webkit-box-shadow: inset 0 -7px 8px -7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -7px 8px -7px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -7px 8px -7px rgba(0, 0, 0, 0.15);
}

.header-cover-menu {
  display: block;
  z-index: 102;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background-color: white;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 12.5em) {
  .header-cover-menu {
    display: none;
    height: 82px;
  }
}
@media (min-width: 61.25em) {
  .header-cover-menu {
    display: block;
  }
}
@media (min-width: 73.75em) {
  .header-cover-menu {
    height: 92px;
  }
}

.header-cover-logo, .header-cover-logo-drop {
  display: block;
  position: absolute;
  top: 0;
  right: 50%;
  margin: 0 100px 0 0;
  width: 100%;
  height: 140px;
  background-color: white;
  -webkit-transform: skew(-17deg);
  -moz-transform: skew(-17deg);
  -o-transform: skew(-17deg);
}
@media (min-width: 12.5em) {
  .header-cover-logo, .header-cover-logo-drop {
    display: none;
    height: 120px;
  }
}
@media (min-width: 61.25em) {
  .header-cover-logo, .header-cover-logo-drop {
    display: block;
  }
}
@media (min-width: 73.75em) {
  .header-cover-logo, .header-cover-logo-drop {
    height: 140px;
  }
}

.header-cover-logo {
  z-index: 103;
}

.header-cover-logo-drop {
  z-index: 101;
  -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
}

.global-menu-cover {
  display: none;
  position: fixed;
  z-index: 2001;
  top: 0;
  left: 0;
  padding: 50px 10px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  text-align: center;
  background: rgba(0, 193, 222, 0.9);
}

.global-menu-cover-container {
  margin: 0 auto;
  width: 300px;
}
@media (min-width: 12.5em) {
  .global-menu-cover-container {
    width: 100%;
  }
}
@media (min-width: 20em) {
  .global-menu-cover-container {
    width: 300px;
  }
}

.global-menu-cover h2 {
  display: block;
  padding: 0 0 15px;
  width: auto;
  font-size: 32px;
  line-break: 38px;
  color: white;
  border-bottom: 2px solid white;
}

.global-menu-cover a {
  display: block;
  padding: 12px 0;
  font-size: 22px;
  line-height: 28px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid white;
  background: none;
}

.global-menu-cover a:hover {
  color: #00c1de;
  background: #f8f9fa;
}

.global-menu-cover-close {
  display: block;
  position: fixed;
  top: 25px;
  right: 25px;
  padding: 3px 0 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  font-size: 22px;
  color: white;
  border: 2px solid white;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.header-logo {
  position: absolute;
  float: none;
  z-index: 112;
  margin: 24px 0 0;
  width: 420px;
  height: 86px;
}
@media (min-width: 12.5em) {
  .header-logo {
    position: relative;
    float: left;
    margin: 24px 0;
    width: 160px;
    height: auto;
  }
}
@media (min-width: 21.25em) {
  .header-logo {
    width: 200px;
  }
}
@media (min-width: 25em) {
  .header-logo {
    width: 250px;
  }
}
@media (min-width: 31.25em) {
  .header-logo {
    width: 300px;
  }
}
@media (min-width: 61.25em) {
  .header-logo {
    position: absolute;
    float: none;
    margin: 24px 0 0;
    height: 86px;
  }
}
@media (min-width: 65em) {
  .header-logo {
    width: 350px;
  }
}
@media (min-width: 73.75em) {
  .header-logo {
    width: 420px;
  }
}

.header-menu {
  display: block;
  position: relative;
  z-index: 100;
  height: 140px;
  background-color: #ff7f30;
}
@media (min-width: 12.5em) {
  .header-menu {
    height: auto;
    background-color: white;
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 61.25em) {
  .header-menu {
    height: 120px;
    background-color: #ff7f30;
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0);
    -moz-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0);
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0);
  }
}
@media (min-width: 73.75em) {
  .header-menu {
    height: 140px;
  }
}

.header-menu-main {
  display: block;
  margin: 0 auto;
  z-index: 110;
  clear: both;
  width: auto;
  max-width: 1240px;
  height: 92px;
}
@media (min-width: 12.5em) {
  .header-menu-main {
    display: none;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 61.25em) {
  .header-menu-main {
    display: block;
    width: auto;
    height: 82px;
  }
}
@media (min-width: 73.75em) {
  .header-menu-main {
    height: 92px;
  }
}

.header-menu-main ul {
  float: right;
  margin: 0;
  padding: 15px 0 0;
  width: auto;
  list-style-type: none;
  text-align: center;
  border-top: none;
}
@media (min-width: 12.5em) {
  .header-menu-main ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #e8e8e8;
  }
}
@media (min-width: 61.25em) {
  .header-menu-main ul {
    margin: 0;
    padding: 12px 0 0;
    width: auto;
    border-top: none;
  }
}
@media (min-width: 73.75em) {
  .header-menu-main ul {
    padding: 15px 0 0;
  }
}

.header-menu-main li {
  display: inline-block;
  float: left;
  width: auto;
  text-align: center;
  border-bottom: none;
  border-right: none;
}
@media (min-width: 12.5em) {
  .header-menu-main li {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    border-right: none;
  }
}
@media (min-width: 35em) {
  .header-menu-main li {
    width: 50%;
    border-right: 1px solid #e8e8e8;
  }
}
@media (min-width: 48.75em) {
  .header-menu-main li {
    width: 33%;
  }
}
@media (min-width: 61.25em) {
  .header-menu-main li {
    width: auto;
    border-bottom: none;
    border-right: none;
  }
}

.header-menu-main li:last-child {
  width: 100%;
  border-right: none;
}
@media (min-width: 12.5em) {
  .header-menu-main li:last-child {
    width: 100%;
  }
}
@media (min-width: 48.75em) {
  .header-menu-main li:last-child {
    width: 34%;
  }
}
@media (min-width: 61.25em) {
  .header-menu-main li:last-child {
    width: auto;
  }
}

.header-menu-main li:nth-child(2) {
  border-right: none;
}
@media (min-width: 12.5em) {
  .header-menu-main li:nth-child(2) {
    border-right: none;
  }
}
@media (min-width: 48.75em) {
  .header-menu-main li:nth-child(2) {
    border-right: 1px solid #e8e8e8;
  }
}
@media (min-width: 61.25em) {
  .header-menu-main li:nth-child(2) {
    border-right: none;
  }
}

.header-menu-main a {
  display: block;
  padding: 12px 20px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  background: none;
}

.header-menu-main a:hover {
  background: #f8f9fa;
}

.header-menu-main span {
  display: block;
  padding: 6px 0 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 11px;
  color: #6b6c6f;
  text-align: center;
  text-transform: uppercase;
}

.header-menu-main li:hover a, .header-menu-main li:hover span {
  color: #00c1de;
}

.header-menu-sub {
  display: block;
  clear: both;
  z-index: 110;
  margin: 0 auto;
  max-width: 1240px;
}
@media (min-width: 12.5em) {
  .header-menu-sub {
    display: none;
  }
}
@media (min-width: 61.25em) {
  .header-menu-sub {
    display: block;
  }
}

.header-menu-sub ul {
  float: right;
  margin: 0;
  padding: 5px 0 0;
  width: auto;
  list-style-type: none;
  text-align: center;
  border-top: none;
}
@media (min-width: 12.5em) {
  .header-menu-sub ul {
    float: none;
    padding: 0;
    width: 100%;
    border-top: 2px solid #e8e8e8;
  }
}
@media (min-width: 61.25em) {
  .header-menu-sub ul {
    float: right;
    width: auto;
    border-top: none;
  }
}
@media (min-width: 73.75em) {
  .header-menu-sub ul {
    padding: 5px 0 0;
  }
}

.header-menu-sub li {
  display: inline-block;
  float: left;
  padding: 0;
  width: auto;
  text-align: center;
  border-top: none;
  border-right: none;
}
@media (min-width: 12.5em) {
  .header-menu-sub li {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    border-right: none;
  }
}
@media (min-width: 27.5em) {
  .header-menu-sub li {
    width: 50%;
    border-right: 1px solid #e8e8e8;
  }
}
@media (min-width: 36.25em) {
  .header-menu-sub li {
    width: 33%;
  }
}
@media (min-width: 61.25em) {
  .header-menu-sub li {
    width: auto;
    border-top: none;
    border-right: none;
  }
}

.header-menu-sub li:nth-child(2), .header-menu-sub li:nth-child(4) {
  border-right: none;
}
@media (min-width: 12.5em) {
  .header-menu-sub li:nth-child(2), .header-menu-sub li:nth-child(4) {
    border-right: none;
  }
}
@media (min-width: 36.25em) {
  .header-menu-sub li:nth-child(2), .header-menu-sub li:nth-child(4) {
    border-right: 1px solid #e8e8e8;
  }
}
@media (min-width: 61.25em) {
  .header-menu-sub li:nth-child(2), .header-menu-sub li:nth-child(4) {
    border-right: none;
  }
}

.header-menu-sub li:last-child {
  width: auto;
  border-right: none;
}
@media (min-width: 12.5em) {
  .header-menu-sub li:last-child {
    width: 100%;
  }
}
@media (min-width: 36.25em) {
  .header-menu-sub li:last-child {
    width: 34%;
  }
}
@media (min-width: 61.25em) {
  .header-menu-sub li:last-child {
    width: auto;
  }
}

.header-menu-sub a {
  display: block;
  padding: 12px 15px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 17px;
  color: white;
  text-align: center;
  text-decoration: none;
  background: none;
}
@media (min-width: 12.5em) {
  .header-menu-sub a {
    padding: 14px 0;
    color: #3e3e3f;
  }
}
@media (min-width: 61.25em) {
  .header-menu-sub a {
    padding: 11px 15px 10px;
    color: white;
  }
}
@media (min-width: 73.75em) {
  .header-menu-sub a {
    padding: 12px 15px;
  }
}

.header-menu-sub a:hover {
  color: #3e3e3f;
  background: none;
}
@media (min-width: 12.5em) {
  .header-menu-sub a:hover {
    color: #00c1de;
    background: #f8f9fa;
  }
}
@media (min-width: 61.25em) {
  .header-menu-sub a:hover {
    color: #3e3e3f;
    background: none;
  }
}

.header-menu-icon {
  display: none;
  float: right;
  margin: 30px 0 0;
  padding: 0;
  width: auto;
}
@media (min-width: 12.5em) {
  .header-menu-icon {
    display: block;
    margin: 20px 0 0;
  }
}
@media (min-width: 25em) {
  .header-menu-icon {
    margin: 25px 0 0;
  }
}
@media (min-width: 31.25em) {
  .header-menu-icon {
    margin: 30px 0 0;
  }
}
@media (min-width: 61.25em) {
  .header-menu-icon {
    display: none;
  }
}

.header-menu-icon div {
  display: none;
}
@media (min-width: 12.5em) {
  .header-menu-icon div {
    display: none;
  }
}
@media (min-width: 31.25em) {
  .header-menu-icon div {
    display: block;
  }
}

.header-menu-icon .header-menu-icon-button {
  margin: 0;
  padding: 0 15px 0 46px;
  position: relative;
  display: block;
  overflow: hidden;
  width: auto;
  height: 50px;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #3e3e3f;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  background-color: white;
}
@media (min-width: 12.5em) {
  .header-menu-icon .header-menu-icon-button {
    padding: 0 10px 0 41px;
  }
}
@media (min-width: 17.5em) {
  .header-menu-icon .header-menu-icon-button {
    padding: 0 15px 0 46px;
  }
}

.header-menu-icon .header-menu-icon-button:focus {
  outline: none;
}

.header-menu-icon .header-menu-icon-button span {
  display: block;
  position: absolute;
  top: 23px;
  left: 15px;
  width: 18px;
  height: 3px;
  background: #3e3e3f;
}
@media (min-width: 12.5em) {
  .header-menu-icon .header-menu-icon-button span {
    left: 10px;
  }
}
@media (min-width: 17.5em) {
  .header-menu-icon .header-menu-icon-button span {
    left: 15px;
  }
}

.header-menu-icon .header-menu-icon-button span:hover {
  background: #3e3e3f;
}

.header-menu-icon .header-menu-icon-button span:before, .header-menu-icon .header-menu-icon-button span:after {
  position: absolute;
  display: block;
  left: 0;
  height: 3px;
  background: inherit;
  content: "";
}

.header-menu-icon .header-menu-icon-button span:before {
  top: -9px;
  width: 26px;
}

.header-menu-icon .header-menu-icon-button span:after {
  bottom: -9px;
  width: 22px;
}

.header-menu-icon .header-menu-icon-toggle span:before, .header-menu-icon .header-menu-icon-toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.header-menu-icon .header-menu-icon-toggle span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.header-menu-icon .header-menu-icon-toggle span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.header-menu-icon .header-menu-icon-toggle.active span {
  background: none;
}

.header-menu-icon .header-menu-icon-toggle.active span:before {
  width: 26px;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-menu-icon .header-menu-icon-toggle.active span:after {
  width: 26px;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-menu-icon .header-menu-icon-toggle.active span:before, .header-menu-icon .header-menu-icon-toggle.active span:after {
  background: #00c1de;
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}

.header-menu-icon .header-menu-icon-button.active {
  color: #00c1de;
}

.header-menu-icon:hover .header-menu-icon-button {
  color: #00c1de;
  background: #f8f9fa;
}

.header-menu-icon:hover .header-menu-icon-button span {
  background: #00c1de;
}

.header-menu-icon:hover .header-menu-icon-button span:before, .header-menu-icon:hover .header-menu-icon-button span:after {
  background-color: #00c1de;
}

.header-menu-icon:hover .header-menu-icon-toggle.active span {
  background: none;
}

.hero-home img {
  width: 100%;
  height: auto;
}

.hero-home-content {
  display: block;
  position: absolute;
  bottom: 100px;
  left: 0;
  padding: 22px 60px 25px 30px;
  width: auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.75);
}
@media (min-width: 12.5em) {
  .hero-home-content {
    position: relative;
    bottom: 0;
    padding: 18px 10px 25px;
    text-align: center;
  }
}
@media (min-width: 50em) {
  .hero-home-content {
    position: absolute;
    bottom: 60px;
    padding: 22px 60px 25px 30px;
    text-align: left;
  }
}
@media (min-width: 62.5em) {
  .hero-home-content {
    bottom: 80px;
  }
}
@media (min-width: 75em) {
  .hero-home-content {
    bottom: 100px;
  }
}

.hero-home-content h2 {
  padding: 0 0 5px;
  font-size: 54px;
  line-height: 54px;
  font-weight: bold;
  color: #3e3e3f;
}
@media (min-width: 12.5em) {
  .hero-home-content h2 {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 31.25em) {
  .hero-home-content h2 {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (min-width: 40em) {
  .hero-home-content h2 {
    font-size: 54px;
    line-height: 56px;
  }
}

.hero-home-content h3 {
  font-size: 26px;
  line-height: 28px;
  font-weight: bold;
  color: #3e3e3f;
}
@media (min-width: 12.5em) {
  .hero-home-content h3 {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 31.25em) {
  .hero-home-content h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 40em) {
  .hero-home-content h3 {
    font-size: 26px;
    line-height: 28px;
  }
}

.hero-home-content h3 span {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #ff7f30;
}

.hero-home-content-promo {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 10px 10px 10px 30px;
  width: auto;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: white;
  background: rgba(0, 193, 222, 0.9);
}
@media (min-width: 12.5em) {
  .hero-home-content-promo {
    width: 100%;
  }
}
@media (min-width: 50em) {
  .hero-home-content-promo {
    width: auto;
  }
}

.hero-interior {
  width: 100%;
  height: 450px;
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 12.5em) {
  .hero-interior {
    height: 400px;
  }
}
@media (min-width: 46.25em) {
  .hero-interior {
    height: 450px;
  }
}

.hero-interior-title {
  display: block;
  position: absolute;
  width: auto;
  bottom: 20px;
  left: 0;
  padding: 15px 25px;
  font-size: 38px;
  line-height: 40px;
  color: white;
  background: rgba(0, 193, 222, 0.9);
}

.body-text-title {
  margin: 0 0 20px;
  padding: 0 0 10px;
  border-bottom: 2px solid #e8e8e8;
}

.bond-iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bond-iframe-content {
  width: 100%;
  height: calc(100svh - 80px);
  /* Adjust based on navbar height */
  border: none;
  display: block;
}
@media (min-width: 12.5em) {
  .bond-iframe-content {
    height: calc(100svh - 80px);
    /* Adjust for mobile address bar */
  }
}
@media (min-width: 47.5em) {
  .bond-iframe-content {
    height: calc(100svh - 80px);
    /* Adjust based on navbar height */
  }
}

.page-header-no-bg-spire {
  padding: 50px 100px 25px;
  text-align: center;
}

.page-header-no-bg-spire h1 {
  padding: 0 0 15px;
  font-size: 62px;
  line-height: 62px;
  font-weight: bold;
}

.page-header-no-bg-spire h2 {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
}

.content-spire figure {
  margin: 0 0 25px;
}

.newsletter-sign-up-content {
  width: auto;
  margin: 0 auto;
}

.newsletter-sign-up-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: -60px;
  width: 47px;
  height: 50px;
  background-image: url("assets/images/icons/icon-legacy-hoops-newsletter-white.png");
  background-size: 47px 50px;
  background-position: center center;
  background-repeat: no-repeat;
}

.newsletter-sign-up-text {
  display: inline-block;
  margin: 0 20px 10px 60px;
  width: auto;
  text-align: left;
  vertical-align: top;
}

.newsletter-sign-up-text h2 {
  padding: 0;
  color: white;
}

.newsletter-sign-up-text p {
  padding: 0;
  color: white;
}

.newsletter-sign-up-button {
  display: inline-block;
  margin: 5px 0 10px 10px;
  width: auto;
  text-align: left;
  vertical-align: top;
}

.body-content .registration-button-wrapper {
  border-top: 1px solid #ccc;
}

.body-content .register-bottom-line {
  margin-bottom: 48px;
  border-bottom: 1px solid #ccc;
}

.body-content .registration-button-wrapper a {
  text-decoration: none;
}

.body-content .registration-button-wrapper h3 {
  padding: 20px 5px 22px 10px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3e3e3f;
  text-decoration: none;
  text-transform: none;
}

.body-content .registration-button-wrapper a:hover h3 {
  background-color: #e6e6e6;
}

.body-content .registration-button-wrapper h3 .registration-button {
  padding: 2px 0 0;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 16px;
}

.body-content .registration-button {
  display: block;
  float: right;
  margin: 0;
  padding: 2px 0 16px;
  width: 116px;
  height: 28px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-image: url("assets/images/arrows/arrow-teal-register.png");
  background-image: url("assets/images/arrows/arrow-teal-register.svg");
  background-size: 116px 28px;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 13.75em) {
  .body-content .registration-button {
    float: none;
    margin: 4px 0 0 0;
  }
}
@media (min-width: 30em) {
  .body-content .registration-button {
    float: right;
    margin: 0;
  }
}

.body-content .registration-button:hover, .content-body .registration-button-wrapper a:hover h3 .registration-button {
  background-image: url("assets/images/arrows/arrow-orange-register.png");
  background-image: url("assets/images/arrows/arrow-orange-register.svg");
}

.interior-content-sidebar {
  float: left;
  padding: 0 75px 0 0;
  width: 80%;
}
@media (min-width: 13.75em) {
  .interior-content-sidebar {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .interior-content-sidebar {
    padding: 0 70px 0 0;
    width: 75%;
  }
}
@media (min-width: 68.75em) {
  .interior-content-sidebar {
    padding: 0 75px 0 0;
    width: 80%;
  }
}

.sidebar {
  float: right;
  margin: 0;
  padding: 0;
  width: 20%;
}
@media (min-width: 13.75em) {
  .sidebar {
    padding: 50px 0 0;
    width: 100%;
  }
}
@media (min-width: 56.25em) {
  .sidebar {
    padding: 0;
    width: 25%;
  }
}
@media (min-width: 68.75em) {
  .sidebar {
    width: 20%;
  }
}

.sidebar .sidebar-group {
  padding: 0 0 50px;
}

.sidebar h1 {
  margin: 13px 0 0;
  padding: 0 0 15px !important;
  font-size: 22px !important;
  line-height: 22px !important;
  color: #00c1de !important;
  font-weight: bold;
}

.sidebar ul {
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #e8e8e8;
}

.sidebar li {
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.sidebar h1 {
  padding: 0 0 8px;
  font-size: 18px;
  line-height: 20px;
  color: #3e3e3f;
}

.sidebar p {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #969696;
}

.sidebar li a {
  display: block;
  padding: 16px 5px 16px 22px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}

.sidebar li a:hover {
  color: #3e3e3f;
  background-color: #f8f9fa;
}

.sidebar li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 18px;
  left: 7px;
  width: 10px;
  height: 14px;
  background-image: url("assets/images/icons/icon-sidebar-arrow-right-orange.svg");
  background-size: 10px 14px;
  background-position: center center;
  background-repeat: no-repeat;
}

.sidebar a:hover:before {
  background-image: url("assets/images/icons/icon-sidebar-arrow-right-teal.svg");
}

.sidebar li.current_page_item a {
  color: #3e3e3f;
  background-color: #f8f9fa;
}

.sidebar li.current_page_item a:before {
  background-image: url("assets/images/icons/icon-sidebar-arrow-right-teal.svg");
}

.sidebar .sidebar-circle {
  position: absolute;
  z-index: 101;
  overflow: hidden;
  top: 12px;
  right: 0;
  padding: 11px 0 0;
  width: 44px;
  height: 44px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #3e3e3f;
  text-align: center;
  border: 1px solid #ff7f30;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
}

.hidden-close-button {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 101;
  top: 9px;
  left: 50%;
  margin-left: -16px;
  padding: 6px 0 0;
  width: 32px;
  height: 32px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  background-color: white;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}

.hidden-close-button:hover {
  color: #00c1de;
  cursor: pointer;
}

.hidden-camps-calendar img {
  width: 100%;
  height: auto;
  max-width: 1000px;
}

.youtube-video-container {
  max-height: 550px;
}

.youtube-video-wrapper {
  position: relative;
  margin: 0 auto;
  padding-bottom: 56.25%;
  width: auto;
  height: 0;
  overflow: hidden;
}

.youtube-video-wrapper iframe, .youtube-video-wrapper object, .youtube-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 800px;
  max-height: 550px;
  padding: 50px 0;
}

.youtube-video-wrapper iframe {
  left: 0;
}
@media (min-width: 13.75em) {
  .youtube-video-wrapper iframe {
    left: 50%;
    transform: translateX(-50%);
  }
}

.staff {
  padding: 30px 0 6px;
  border-bottom: 1px solid #e8e8e8;
}

.staff-image {
  float: left;
  margin: 0 0 30px;
  width: 25%;
  max-width: none;
  height: auto;
  border: 10px solid #e8e8e8;
}
@media (min-width: 13.75em) {
  .staff-image {
    margin: 0;
    width: 100%;
    max-width: 210px;
  }
}
@media (min-width: 36.25em) {
  .staff-image {
    margin: 0 0 30px;
    width: 35%;
    max-width: none;
  }
}
@media (min-width: 66.25em) {
  .staff-image {
    width: 30%;
  }
}
@media (min-width: 75em) {
  .staff-image {
    width: 25%;
  }
}

.staff-image img {
  width: 100%;
  height: auto;
}

.staff-content {
  float: left;
  padding: 0 0 0 30px;
  width: 75%;
}
@media (min-width: 13.75em) {
  .staff-content {
    padding: 20px 0 0 0;
    width: 100%;
  }
}
@media (min-width: 36.25em) {
  .staff-content {
    padding: 0 0 0 30px;
    width: 65%;
  }
}
@media (min-width: 66.25em) {
  .staff-content {
    width: 70%;
  }
}
@media (min-width: 75em) {
  .staff-content {
    width: 75%;
  }
}

table {
  margin: 0 0 24px;
}

table.pricing {
  width: 100%;
}

table.pricing td {
  padding: 8px 10px;
}

table.pricing tbody tr:nth-child(odd) {
  background-color: #ebebeb;
}

table.pricing tbody tr:nth-child(even) {
  background-color: whitesmoke;
}

table.pricing tbody tr.thead {
  background-color: #afafaf;
}

table.pricing tbody tr.thead, table.pricing tbody tr.thead strong {
  color: white !important;
}

table.responsive-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
@media (min-width: 12.5em) {
  table.responsive-table {
    display: block;
    font-size: 13px;
  }
}
@media (min-width: 25em) {
  table.responsive-table {
    font-size: 14px;
  }
}
@media (min-width: 35em) {
  table.responsive-table {
    font-size: 16px;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table {
    display: table;
    font-size: 12px;
  }
}
@media (min-width: 65em) {
  table.responsive-table {
    font-size: 13px;
  }
}
@media (min-width: 70em) {
  table.responsive-table {
    font-size: 14px;
  }
}

table.responsive-table thead, table.responsive-table tbody {
  display: table-header-group;
}
@media (min-width: 12.5em) {
  table.responsive-table thead, table.responsive-table tbody {
    display: block;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table thead, table.responsive-table tbody {
    display: table-header-group;
  }
}

table.responsive-table tr {
  display: table-row;
  border: none;
  border-top: none;
  border-bottom: 6px solid #e8e8e8;
}
@media (min-width: 12.5em) {
  table.responsive-table tr {
    display: block;
    border: 1px solid #cdcdcd;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table tr {
    display: table-row;
    border: none;
  }
}

table.responsive-table tr:first-child {
  border: none;
}
@media (min-width: 12.5em) {
  table.responsive-table tr:first-child {
    border-top: 1px solid #cdcdcd;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table tr:first-child {
    border: none;
  }
}

table.responsive-table th, table.responsive-table td {
  display: table-cell;
}
@media (min-width: 12.5em) {
  table.responsive-table th, table.responsive-table td {
    display: block;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table th, table.responsive-table td {
    display: table-cell;
  }
}

table.responsive-table tr:nth-of-type(odd) {
  background: #f0f0f0;
}

table.responsive-table table.responsive-table tr:nth-of-type(odd) td {
  border: none;
}
@media (min-width: 12.5em) {
  table.responsive-table table.responsive-table tr:nth-of-type(odd) td {
    border: none;
    border-bottom: 1px solid #e1e1e1;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table table.responsive-table tr:nth-of-type(odd) td {
    border: 1px solid gainsboro;
  }
}

table.responsive-table table.responsive-table tr:nth-of-type(odd) td:last-child {
  border: 1px solid gainsboro;
}
@media (min-width: 12.5em) {
  table.responsive-table table.responsive-table tr:nth-of-type(odd) td:last-child {
    border: none;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table table.responsive-table tr:nth-of-type(odd) td:last-child {
    border: 1px solid gainsboro;
  }
}

table.responsive-table tr:nth-of-type(even) td {
  border: 1px solid gainsboro;
}
@media (min-width: 12.5em) {
  table.responsive-table tr:nth-of-type(even) td {
    border: none;
    border-bottom: 1px solid #f0f0f0;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table tr:nth-of-type(even) td {
    border: 1px solid gainsboro;
  }
}

table.responsive-table tr:nth-of-type(even) td:last-child {
  border: 1px solid gainsboro;
}
@media (min-width: 12.5em) {
  table.responsive-table tr:nth-of-type(even) td:last-child {
    border: none;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table tr:nth-of-type(even) td:last-child {
    border: 1px solid gainsboro;
  }
}

table.responsive-table th {
  padding: 6px;
  font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
  color: white;
  text-align: left;
  background: black;
  border: 1px solid gainsboro;
}

table.responsive-table td {
  position: relative;
  padding: 6px;
  text-align: left;
}
@media (min-width: 12.5em) {
  table.responsive-table td {
    padding: 6px 0 6px 50%;
  }
}
@media (min-width: 47.5em) {
  table.responsive-table td {
    padding: 6px;
  }
}

figure.contact-us-hours-table table {
  width: auto;
}

figure.contact-us-hours-table table td {
  border: none;
  padding: 5px;
}

.enrollment-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
}

.enrollment-table thead tr {
  background-color: #ff7f30 !important;
}

.enrollment-table thead td {
  font-weight: bold;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  vertical-align: middle;
}

.enrollment-table tbody tr {
  background-color: #ffffff !important;
  border-bottom: 1px solid #e8e8e8 !important;
}

.enrollment-table tbody td {
  padding: 10px;
  font-size: 16px;
  line-height: 16px;
  border-right: 1px solid #e8e8e8;
  vertical-align: middle;
}

.enrollment-table tbody td:first-child {
  border-left: 1px solid #e8e8e8;
}

.enrollment-fine-print td {
  background-color: #f0f0f0 !important;
  font-style: italic;
}
