/* Import bootstrap 3 mixins and variables so we can use them */
/* Import our theme variables. */
/*
 * The sections in this document roughly correspond to our theme style guide.
 */
/* Import our theme mixins */
body {
  background-color: #f8eaa3;
  font-family: 'Titillium Web', san-serif;
  font-size: 16px;
  position: relative;
}
a {
  color: #e15e40;
}
img {
  max-width: 100%;
}
div.ccm-page {
  /* Our style rules - namespace so as not to collide with the core app styles */
}
div.ccm-page #header {
  background-color: #fff;
  padding: 10px 0 30px 0;
}
@media only screen and (min-width: 770px) {
  div.ccm-page #header #nav-container {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 770px) {
  div.ccm-page #header .nav li {
    display: inline-block;
  }
}
div.ccm-page #header .nav a {
  color: #837383;
  font-size: 1.8rem;
  padding-bottom: 0;
  padding-top: 0;
}
div.ccm-page #header .nav a:hover,
div.ccm-page #header .nav a.nav-path-selected {
  background-color: #53b7c7;
  color: #fff;
}
@media only screen and (min-width: 770px) {
  div.ccm-page #header .nav a:hover,
  div.ccm-page #header .nav a.nav-path-selected {
    background-color: transparent;
    color: #53b7c7;
  }
}
div.ccm-page #sharing {
  height: 55px;
}
div.ccm-page #sharing .addthis_inline_share_toolbox {
  position: absolute;
  bottom: 0;
}
div.ccm-page .navbar-collapse.in {
  overflow-y: visible;
}
div.ccm-page .navbar-toggle {
  background-color: #53b7c7;
  float: none;
}
div.ccm-page .navbar-toggle .icon-bar {
  background-color: #fff;
}
div.ccm-page h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2em;
  font-weight: 400;
  color: #574a44;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 2em;
  font-weight: 400;
  color: #574a44;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h3 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  color: #574a44;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h4 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 1.05em;
  font-weight: 400;
  color: #574a44;
  line-height: 1.42857143;
  text-transform: none;
}
div.ccm-page h5 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #574a44;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page h6 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.73em;
  font-weight: 400;
  color: #574a44;
  line-height: 1.42857143;
  text-transform: uppercase;
}
div.ccm-page #main-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
div.ccm-page .ingress {
  color: #53b7c7;
  font-family: 'Titillium Web', san-serif;
  font-size: 1.2em;
  margin: 30px 0;
}
div.ccm-page .event-time,
div.ccm-page .event-location,
div.ccm-page .event-tickets,
div.ccm-page .event-information {
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
}
div.ccm-page .event-image {
  margin-bottom: 15px;
}
div.ccm-page .event-title-container {
  background-color: #53b7c7;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
div.ccm-page .event-title-container h1 {
  color: #fff;
}
div.ccm-page .event-content {
  margin-bottom: 1rem;
}
div.ccm-page .home-event {
  background-position: center center;
  background-size: cover;
  position: relative;
  height: 165px;
}
div.ccm-page .home-event .time {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
div.ccm-page .home-event .title {
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 5px;
  text-shadow: 2px 2px 5px #050000;
}
div.ccm-page .day-picker ul {
  list-style: none;
  display: table;
  margin: 0 0 3rem 0;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 770px) {
  div.ccm-page .day-picker li {
    display: table-cell;
    width: 16.666%;
  }
}
div.ccm-page .day-picker li a {
  background-color: #ec9e4d;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-right: 1px;
  padding: 10px;
  position: relative;
  text-decoration: none;
  text-align: center;
}
div.ccm-page .day-picker li a:hover,
div.ccm-page .day-picker li a.active {
  background-color: #e15e40;
}
div.ccm-page .day-picker li a:hover:after,
div.ccm-page .day-picker li a.active:after {
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  border-top: solid 8px #e15e40;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
}
div.ccm-page .day-container {
  overflow: auto;
}
div.ccm-page .home-content {
  background-color: #53b7c7;
  color: #fff;
}
div.ccm-page .home-content h1 {
  color: #fff;
}
div.ccm-page .home-content .ingress {
  color: #fff;
}
div.ccm-page .day {
  display: none;
}
div.ccm-page .info-image {
  margin-top: 30px;
  text-align: center;
}
div.ccm-page .info-image img {
  display: inline;
}
div.ccm-page .info-text {
  margin-top: 30px;
}
div.ccm-page .info-text h1 {
  margin-top: 0;
}
div.ccm-page div.ccm-system-errors {
  margin-top: 40px;
}
div.ccm-page div.ccm-pagination-wrapper {
  text-align: center;
}
div.ccm-page .pagination > li.active span {
  background-color: #53b7c7;
  border: none;
  color: #fff;
}
div.ccm-page .pagination > li.next.disabled a,
div.ccm-page .pagination > li.next.disabled span {
  background-color: #837383;
  border: none;
  color: #fff;
}
div.ccm-page .pagination > li.next a {
  border: none;
}
div.ccm-page .pagination > li.next span {
  border: none;
}
div.ccm-page .pagination > li.prev.disabled a,
div.ccm-page .pagination > li.prev.disabled span {
  background-color: #837383;
  border: none;
  color: #fff;
}
div.ccm-page .pagination > li > a {
  border: none;
  background-color: #53b7c7;
  color: #fff;
  font-size: 14px;
}
div.ccm-page .pagination > li > a:hover {
  background-color: #53b7c7;
  border: none;
  color: #fff;
}
div.ccm-page .pagination > li > span {
  font-size: 14px;
  border: none;
}
div.ccm-page #sidebar-navigation .nav a {
  background-color: #53b7c7;
  color: #fff;
  margin-bottom: 15px;
  padding: 5px 10px;
  text-decoration: none;
}
div.ccm-page #sidebar-navigation .nav a:hover,
div.ccm-page #sidebar-navigation .nav a.nav-path-selected {
  background-color: #53b7c7;
}
div.ccm-page #sidebar-navigation .nav ul {
  list-style: none;
  margin: 0 0 0 15px;
  padding: 0;
}
div.ccm-page #sidebar-navigation .nav ul li {
  margin-bottom: 10px;
}
div.ccm-page #sidebar-navigation .nav ul a {
  background-color: transparent;
  color: #000000;
  font-size: 0.9em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
div.ccm-page #sidebar-navigation .nav ul a:hover,
div.ccm-page #sidebar-navigation .nav ul a.nav-path-selected {
  background-color: transparent;
  color: #53b7c7;
}
div.ccm-page .btn-primary {
  background-color: #53b7c7;
  border: 1px solid #53b7c7;
  border-radius: 0;
  color: #fff;
  margin-top: 10px;
}
div.ccm-page .btn-primary:hover {
  background-color: #fff !important;
  border: 1px solid #53b7c7 !important;
  color: #53b7c7;
}
div.ccm-page #footer {
  background-color: #53b7c7;
  color: #fff;
  font-size: 1.4rem;
  padding: 30px;
}
@media only screen and (max-width: 770px) {
  div.ccm-page #footer {
    padding-bottom: 60px;
  }
}
div.ccm-page #footer h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0;
}
div.ccm-page #footer img {
  display: inline-block;
}
div.ccm-page #footer a {
  color: #fff;
  margin: 0;
  padding: 0;
}
div.ccm-page #footer a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}
div.ccm-page #footer ul {
  list-style: none;
  padding: 0;
}
div.ccm-page #footer ul ul {
  list-style: disc;
  list-style-position: inside;
}
div.ccm-page #footer li {
  margin: 0;
  margin-right: 10px;
  padding: 0;
}
div.ccm-page #footer .fa {
  margin-right: 10px;
  font-size: 20px;
}
div.ccm-page #footer .btn-default {
  border: 1px solid #fff;
  border-radius: 0;
  background-color: #fff;
  color: #53b7c7;
  margin-right: 30px;
  padding: 3px 12px;
}
div.ccm-page #footer .btn-default:hover {
  background-color: #fff;
}
div.ccm-page #footer .btn-default:hover a {
  color: #e15e40;
}
div.ccm-page #footer .btn-default a {
  text-decoration: none;
}
