p {
  color: #000;
}
p.alert {
  margin-bottom: 0px;
}
a {
  cursor: pointer;
}
a {
  cursor: pointer;
}
a:hover {
  color: #ba0c2f;
}
a.ui-datepicker-prev {
  float: left;
}
div.container {
  max-width: 1000px;
  margin: 30px auto;
}
.wrapper {
  max-width: 970px;
  margin: 0 auto;
}
html,
body {
  margin: 0px;
}
.show-mobile {
  display: none;
}
.hide-mobile {
  display: block;
}
.fb-share-button {
  position: absolute !important;
  right: 30px;
  top: 15px;
}
.border-box {
  padding: 40px 80px;
  border: 1px solid #cdcdcd;
  position: relative;
  margin: 0px auto 30px;
  background: #fff;
  z-index: 5;
}
.border-box h2 {
  position: absolute;
  top: -28px;
  left: 15px;
  background: #fff;
  padding: 0px 10px;
  font-size: 12px;
  color: #cdcdcd;
  font-weight: 400;
  font-style: italic;
}
.border-box .cta {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #9e9e9e;
  padding: 10px 30px;
  border-radius: 50px;
  display: inline-block;
}
.border-box .cta:last-child {
  margin-left: 30px;
}
#frontForm .col-sm-4,
#frontForm .col-sm-12 {
  padding: 0px;
}
.modal .modal-dialog {
  margin: 120px auto;
}
.modal .modal-content {
  border-radius: 16px;
}
.modal .modal-header {
  background: #333;
  color: #fff;
  text-align: center;
  border: 0px;
  padding: 15px 15px 15px 15px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}
.modal .modal-header h4 {
  font-weight: bold;
}
.modal .modal-header .close {
  color: #fff;
  font-size: 44px;
  right: 15px;
  position: absolute;
  margin-top: -10px;
}
.modal .modal-body {
  padding-bottom: 0px;
}
.modal .modal-body a {
  color: #ba0c2f;
}
.modal .modal-body a:hover {
  text-decoration: none;
}
.modal#loginModal .modal-content {
  background: rgba(255, 255, 255, 0.9);
  border: 0px;
  border-radius: 12px;
}
.modal#loginModal .input-container {
  width: 75%;
  margin: 15px auto 0px;
  text-align: center;
}
.modal#loginModal p {
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 15px;
}
.modal#loginModal input {
  height: 50px;
  width: 75%;
  margin-bottom: 7.5px;
  text-align: center;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  background: transparent;
}
.modal#loginModal a i {
  color: #ba0c2f;
}
.modal .modal-footer {
  border: 0px;
  text-align: center;
  padding: 7.5px 0px 30px 0px;
}
.modal .modal-footer .btn-default {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 30px;
  border-radius: 0px;
  background: #ba0c2f;
  color: #fff;
  transition: all 0.2s ease-in-out;
  margin-top: 0px;
}
.modal .modal-footer .btn-default:hover {
  font-weight: bold;
  background: #333;
}
#formSteps {
  margin: 30px auto 0px;
}
#formSteps .steps {
  width: 35%;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 16px;
}
#formSteps .steps .step {
  display: inline-block;
  padding: 0px 30px;
  height: 40px;
  background: #f9f9f9;
}
#formSteps .steps .step.active {
  background: #ba0c2f;
  color: #fff;
  cursor: pointer;
}
#formSteps .steps .step.inactive {
  color: #cdcdcd;
}
#formSteps .steps .step a {
  color: #fff;
  text-decoration: none;
}
#submit {
  text-align: center;
}
#submit .btn-default {
  background: #333;
  color: #fff;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  border: 0px;
  padding: 15px 60px;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}
#submit .btn-default:hover {
  background: #ba0c2f;
}
#submit i {
  color: #fff;
}
body * {
  font-family: "brandon-grotesque", sans-serif;
}
body header {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  /* Mobile Menu */
  /* Mobile Drop Down */
}
body header .container {
  margin-top: 0px;
  margin-bottom: 0px;
}
body header * {
  color: #fff;
  font-family: "brandon-grotesque", sans-serif;
}
body header .col-md-12 {
  padding: 0px;
}
body header img {
  max-width: 100%;
}
body header .admin-tools {
  position: absolute;
  left: 15px;
  text-align: left;
  top: 5px;
  color: #333;
  z-index: 9999;
}
body header .admin-tools a {
  color: #333;
  font-family: "brandon-grotesque", sans-serif;
}
body header .user-tools {
  max-width: 1000px;
  background: #ba0c2f;
  opacity: 1;
  position: absolute;
  right: 0px;
  text-align: left;
  top: 5px;
  color: #fff;
  z-index: 9999;
  padding: 0px 10px;
}
body header .user-tools a {
  color: #fff;
  font-weight: bold;
  font-family: "brandon-grotesque", sans-serif;
}
body header .banner {
  position: relative;
}
body header .banner h2 {
  display: none;
  position: absolute;
  right: 0px;
  bottom: 15px;
  z-index: 1000;
  color: #fff;
  font-size: 20px;
  background: #9e9e9e;
  padding: 0px 10px;
}
body header #menuContainer {
  background: #ba0c2f;
  color: #fff;
}
body header #menuContainer p {
  color: #fff;
}
body header #menuContainer .main-menu {
  max-width: 1000px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: block;
  text-align: left;
  float: left;
}
body header #menuContainer .main-menu li {
  padding: 0px 5px;
  line-height: 40px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  color: #fff;
}
body header #menuContainer .main-menu li a {
  display: block;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  font-size: 14px;
}
body header #menuContainer .main-menu li a:hover {
  text-decoration: underline;
}
body header .mobile-menu {
  background-color: #0b4084;
  width: 90%;
  margin: 0 auto;
  padding-left: 0px;
  list-style-type: none;
  display: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-left: 1px solid #1f6cb5;
  border-bottom: 1px solid #1f6cb5;
  border-right: 1px solid #1f6cb5;
  position: relative;
  z-index: 3;
}
body header .mobile-menu li {
  float: none;
  display: none;
  text-align: center;
  border-right: 0px;
  border-bottom: 1px solid #1f6cb5;
  padding: 5px 0px;
  position: relative;
  cursor: pointer;
}
body header .mobile-menu li a {
  color: #8fc5e3;
  line-height: 30px;
}
body header .mobile-menu li a img {
  position: absolute;
  right: 10px;
  top: 15px;
  opacity: .6;
}
body header .mobile-menu .dropdown-menu {
  position: static;
  float: none;
  width: 100%;
  margin: 0px;
  background-color: #062a65;
  border: 0px;
  box-shadow: 0px;
  padding: 0px;
}
body header .mobile-menu .dropdown-menu li {
  border: 0px;
  padding: 0px;
}
body header .mobile-menu .dropdown-menu li a {
  border: 0px;
  padding: 5px 0px;
}
body header #social-align {
  text-align: right;
  float: right;
}
body header #social-align a .frame {
  float: left;
  margin-right: 10px;
}
body header #social-align a .frame i {
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  transition: all 0.2s ease-in;
}
body header #social-align a:hover i {
  color: #9e9e9e;
}
body #cta h4 {
  margin-bottom: 30px;
  font-size: 24px;
}
body #cta hr {
  width: 50%;
}
body #cta .main-cta {
  font-size: 32px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #ba0c2f;
  font-weight: bold;
  padding: 0px 0px;
  line-height: 60px;
  display: block;
  width: 250px;
  margin: 0 auto 0px;
  border: 1px solid #ba0c2f;
  transition: all 0.2s ease-in-out;
}
body #cta .main-cta:hover {
  background: #fff;
  color: #ba0c2f;
  border: 1px solid #ba0c2f;
}
body #cta .sign-up-text {
  width: 250px;
  margin-bottom: 30px;
  margin-top: 5px;
  font-style: italic;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
}
body #cta .secondary-cta {
  margin-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #9e9e9e;
  padding: 10px 30px;
  line-height: 30px;
  font-weight: bold;
  width: 250px;
  display: inline-block;
}
body #cta .secondary-cta a {
  color: #fff;
}
body #cta .button-text {
  width: 250px;
  display: inline-block;
  padding: 0px 15px;
  line-height: normal;
  margin-top: -5px;
  font-size: 12px;
  font-style: italic;
}
body .pageContainer {
  margin: 30px auto;
}
body #login {
  margin: 60px auto;
}
body #login .facebook {
  margin: 0px 2%;
  width: 46%;
  padding: 15px 30px;
  height: 215px;
}
body #login .facebook h3 {
  margin-top: 50px;
}
body #login .email {
  margin: 0px auto;
  padding: 15px 30px;
}
body #login .email input {
  margin-bottom: 5px;
}
body #login .email .sign-up-modal {
  font-style: italic;
  color: #666;
}
body #login .email h3 {
  margin-top: 0px;
}
body #login #email-login {
  width: 60%;
  margin: 0 auto;
}
body #login #email-login input {
  margin-bottom: 10px;
}
body #login #email-login button {
  background: #ba0c2f;
  border: 0px;
  padding: 5px 20px;
  text-transform: uppercase;
  color: #fff;
  width: 200px;
  margin-top: 0px;
  line-height: 25px;
}
body .homeContent {
  padding: 30px 0px;
}
body .homeContent h1 {
  margin-top: 0px;
  margin-bottom: 30px;
}
body .homeContent #content h4 {
  font-size: 14px;
  margin-top: 5px;
}
body .homeContent #content p {
  line-height: 18px;
}
body .homeContent #home-image #image-container {
  max-width: 280px;
  max-height: 200px;
}
body .homeContent #home-image img {
  width: 100%;
  height: 100%;
  outline: 1px solid #cdcdcd;
}
body .homeContent .form-heading {
  font-size: 18px;
  width: 50%;
  margin: 0px auto 30px;
}
body .homeContent #news h2 {
  color: #07477d;
  font-family: 'Raleway', sans-serif;
  font-size: 26px;
}
body .homeContent #news h4 {
  font-size: 16px;
  color: #ba0c2f;
  font-family: 'Raleway', sans-serif;
}
body .homeContent #news h4 a {
  color: #f38ab2;
  font-family: 'Raleway', sans-serif;
}
body footer {
  max-width: 1000px;
  margin: 0 auto;
}
body footer .col-sm-4 {
  border: 1px solid #ba0c2f;
  padding: 10px 20px;
  height: 250px;
  width: 32%;
  margin-right: 2%;
}
body footer .col-sm-4:last-child {
  margin-right: 0px;
}
body footer .col-sm-4 h5 {
  font-weight: bold;
  font-size: 18px;
}
body footer #announcements ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 0px;
  height: 170px;
  overflow: auto;
}
body footer #announcements ul li {
  margin-bottom: 20px;
}
body footer #announcements ul li h5 {
  margin-bottom: 0px;
  font-size: 14px;
  margin-top: 0px;
  color: #ba0c2f;
}
body footer #announcements ul li a {
  color: #ba0c2f;
}
body footer #events a {
  color: #ba0c2f;
  font-weight: bold;
}
body footer #events p {
  margin-bottom: 0px;
}
body footer #events #eventContainer {
  height: 170px;
  overflow: auto;
}
body footer #events .event {
  margin-bottom: 20px;
}
body footer #resources ul {
  margin-left: 17px;
  padding-left: 0px;
}
body footer #resources ul li {
  color: #333;
}
body footer #resources ul li a {
  color: #ba0c2f;
  font-weight: bold;
}
#calendar {
  max-width: 1000px;
  margin: 0px auto 120px;
}
#calendar .header {
  height: 60px;
  position: relative;
  width: 85%;
  margin: 0 auto;
  background: #ba0c2f;
}
#calendar .header #controls .left {
  position: absolute;
  left: -55px;
  top: 0px;
  font-size: 3em;
  z-index: 4;
  opacity: .2;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#calendar .header #controls .left:hover {
  opacity: 1;
}
#calendar .header #controls .right {
  position: absolute;
  right: -55px;
  top: 0px;
  font-size: 3em;
  z-index: 4;
  opacity: .2;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#calendar .header #controls .right:hover {
  opacity: 1;
}
#calendar .header #dates {
  margin-left: -18px;
}
#calendar .header #dates .column {
  width: 14.0%;
  margin: 0px;
  float: left;
}
#calendar .header #dates .column .date {
  text-align: center;
}
#calendar .header #dates .column .date h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
}
#calendar .header #dates .column .date p {
  color: #fff;
  padding: 0px;
  font-size: 18px;
  margin: 0px;
}
#calendar .inner .col-sm-12 {
  padding: 0px;
}
#calendar .inner #times {
  height: auto;
  background: #333;
  width: 7.5%;
  margin-left: 13px;
  float: left;
}
#calendar .inner #times .block {
  height: 60px;
  text-align: right;
  padding-right: 15px;
}
#calendar .inner #times .block.grey {
  background: #393939;
}
#calendar .inner #times .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 60px;
}
#calendar .inner #blocks {
  width: 85%;
  float: left;
  padding-left: 0px;
}
#calendar .inner #blocks .block-row {
  height: 60px;
  margin: 0px;
}
#calendar .inner #blocks .block-row.grey {
  background: #f7f7f7;
}
#calendar .inner #blocks .block-row .column {
  width: 13.4%;
  padding: 0px 7px;
  float: left;
  padding-top: 1px;
}
#calendar .inner #blocks .block-row .column .popover-title {
  background: #333;
  color: #fff;
  font-weight: bold;
}
#calendar .inner #blocks .block-row .column .popover-content {
  text-align: center;
  padding: 15;
}
#calendar .inner #blocks .block-row .column .popover-content .pull-right {
  float: none !important;
  margin-top: 10px;
  background: #56dc58;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  border: 0px;
}
#calendar .inner #blocks .block-row .column .popover-content .pull-right:hover {
  background: #ba0c2f;
  border: 0px;
}
#calendar .inner #blocks .block-row .column .block {
  width: 100%;
  height: 24px;
  margin: 3px 0px;
  background: #56dc58;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
#calendar .inner #blocks .block-row .column .block:hover {
  opacity: 1;
  background: #333;
}
#calendar .inner #blocks .block-row .column .block p {
  color: #fff;
  font-size: 12px;
  padding-left: 10px;
  line-height: 24px;
  margin: 0;
  float: left;
  font-weight: normal;
}
#calendar .inner #blocks .block-row .column .block p span {
  font-weight: normal;
  padding-left: 2px;
  font-size: 8px;
}
#calendar .inner #blocks .block-row .column .block a {
  color: #fff;
  cursor: inherit;
  font-weight: bold;
  float: right;
  padding-right: 8px;
  line-height: 24px;
  font-size: 12px;
}
#calendar .inner #blocks .block-row .column .block.unavailable {
  background: #E8E8E8;
  cursor: not-allowed;
}
.choose-date {
  padding: 2px 10px;
  max-width: 1000px;
  margin: 30px auto 30px;
}
.choose-date h1 {
  margin-top: 0px;
}
.choose-date i {
  font-size: 32px;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
}
.choose-date h2 {
  margin-top: 5px;
}
.choose-date input {
  border-radius: 6px;
  box-shadow: none;
  border: 1px solid #cdcdcd;
  text-align: center;
  background: #002967;
  color: #fff;
}
#ui-datepicker-div {
  width: 17%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 4px;
  padding: 0px 0px 10px 0px;
  display: none;
  margin-top: 10px;
}
#ui-datepicker-div table th span {
  color: #000;
}
#ui-datepicker-div .ui-datepicker-title {
  text-align: center;
  color: #fff;
}
#ui-datepicker-div .ui-datepicker-header a {
  color: #fff;
  transition: all 0.1s ease-in-out;
  font-family: "brandon-grotesque", sans-serif;
}
#ui-datepicker-div .ui-datepicker-header a:hover {
  text-decoration: none;
  color: #ba0c2f;
}
#ui-datepicker-div .ui-state-default {
  border: 0px;
  background: transparent;
}
#ui-datepicker-div .ui-datepicker-next {
  float: right;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div table th {
  color: #fff;
  text-align: center;
}
#ui-datepicker-div table tbody td {
  text-align: center;
}
#ui-datepicker-div table tbody td a {
  color: #ba0c2f;
  transition: all 0.1s ease-in-out;
}
#ui-datepicker-div table tbody td a:hover {
  text-decoration: none;
  color: #9e9e9e;
}
#ui-datepicker-div table tbody td a.ui-state-active {
  color: #9e9e9e;
  font-weight: 700;
}
#ui-datepicker-div table tbody td.ui-datepicker-unselectable {
  color: #e8e8e8;
}
#ui-datepicker-div .ui-widget-header {
  background: #ba0c2f;
  border: 0px;
  padding: 5px;
  margin-bottom: 5px;
}
#ui-datepicker-div .ui-widget-header .ui-icon:hover {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
#ui-datepicker-div .ui-widget-header .ui-corner-all:hover {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
#ui-datepicker-div .ui-widget-header .ui-state-hover,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next-hover {
  background-image: none;
  background: transparent !important;
  border: 0px;
  color: #000;
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 96%;
}
#ui-datepicker-div table tbody td a {
  background: transparent;
  border: 0px;
}
.btn-default {
  transition: all 0.2s ease-in;
  background: #ba0c2f;
  text-transform: uppercase;
  color: #fff;
  width: 250px;
  margin-top: 30px;
  line-height: 35px;
  font-weight: bold;
  border: 0px;
}
.btn-default:hover {
  background: #333;
  color: #fff;
}
#confirmation .confirmation-message {
  margin: 30px auto;
}
#home-image img {
  max-height: 200px;
  max-width: 280px;
}
#schoolSelect select {
  width: 40%;
}
#schoolSelect .chosen-container-single .chosen-single {
  padding: 0px 0px 0px 25px;
  height: 35px;
  line-height: 35px;
}
#schoolSelect .chosen-container-single .chosen-single div b {
  margin-top: 5px;
}
#schoolSelect .chosen-container .chosen-results {
  margin: 0 auto;
  padding: 0px;
}
/* Mobile Responsive */
@media all and (max-width: 1000px) {
  html body #calendar .container {
    width: 100%;
    padding: 0px;
  }
  html body #calendar .header #dates .column {
    width: 14.2%;
  }
  html body #calendar .inner #times {
    padding-left: 10px;
  }
  html body #calendar .inner #blocks .block-row .column .block a.slots {
    display: none;
  }
  html body #ui-datepicker-div {
    width: 300px;
  }
}
@media all and (min-width: 768px) and (max-width: 1023px) {
  html body #calendar .container {
    width: 100% !important;
  }
  html body .container {
    width: 100%;
  }
  html body #login #email-login button {
    width: auto;
  }
}
@media all and (max-width: 767px) {
  html body header #menuContainer .main-menu li {
    display: block;
  }
  html body header #menuContainer .mobileMenu {
    display: none;
  }
  html body .container img {
    max-width: 100%;
  }
  html body #login .facebook {
    margin: 0px;
    width: 100%;
    padding: 15px;
    height: auto;
    margin-bottom: 15px;
  }
  html body #login .facebook h3 {
    margin-top: 15px;
  }
  html body #login .email {
    margin: 0px;
    width: 100%;
    padding: 15px;
    height: auto;
  }
  html body #login .email .sign-up-modal {
    margin: 10px auto;
  }
  html body #login #email-login button {
    width: auto;
  }
  html body #cta .main-cta {
    background: #ba0c2f;
    width: auto;
  }
  html body #cta .secondary-cta {
    display: block;
    width: 100%;
  }
  html body #content iframe {
    width: 100%;
  }
  html body #learnMore .learn-more {
    width: 100% !important;
    padding: 15px !important;
  }
  html body .banner h2 {
    margin-top: 0px;
    font-size: 16px;
    bottom: 0px;
  }
  html body .border-box {
    margin: 0px auto 30px;
    padding: 15px;
  }
  html body #formSteps .steps {
    width: 100%;
  }
  html body .hide-mobile {
    display: none;
  }
  html body .show-mobile {
    display: block;
  }
  html body .show-mobile a:hover {
    color: #fff;
    text-decoration: none;
  }
  html body #homeContent #image-container {
    text-align: center;
  }
  html body #calendar .header {
    width: 60%;
  }
  html body #calendar .header #dates .column {
    width: 100%;
  }
  html body #calendar #times {
    display: none;
  }
  html body #calendar .inner #blocks {
    width: 60%;
    margin: 0 auto;
    float: none;
  }
  html body #calendar .inner #blocks .block-row .column {
    width: 100%;
    display: none;
  }
  html body #calendar .inner #blocks .block-row .column:first-child {
    display: block;
  }
  html body .modal-body .input-container {
    width: 100% !important;
  }
  html body footer .col-sm-4 {
    width: 90%;
    margin: 15px auto;
  }
  html body footer .col-sm-4:last-child {
    margin: 15px auto;
  }
}
