@charset "utf-8";
.carouselImage {
  background-color: #FFF;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
}
.carouselCaption {
  background-image: url('/media/static/images/overlay-dk-blue.svg');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 8px;
  color: #FFF;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.smallHeader {
  background-color: #00A79D;
  color: #FFF;
  padding: 6px 0 6px 0;
}
.smallHeader h1 {
  color: #FFF;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.0rem;
  line-height: 1.2rem;
  display: inline;
}
.smallHeader h2 {
  color: #FFF;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.0rem;
  line-height: 1.2rem;
  display: inline;
}
#headings {
  background-color: #00A79D;
  padding: 60px 0 36px 0;
}
#headings h1 {
  color: #FFF;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 2.8rem;
  line-height: 3.0rem;
}
#headings h2 {
  color: #FFF;
  margin: 18px 0 0 0;
  padding: 0 0 0 0;
  font-size: 2rem;
  line-height: 2.4rem;
}
#intro {
  background-color: #BF4A1D;
  padding: 24px 0 24px 0;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 300;
}
#siteDetails {
  padding: 24px;
  margin: 0 0 24px 0;
  overflow: hidden;
  color: #FFF;
  background-color: #274268;
  background-image: url('../../media/static/images/retro-sparkles.svg');
  background-position: 80% 80%;
  background-size: 25%;
  background-repeat: no-repeat;
}
#where-to-stay {
  background-color: rgba(0, 167, 157, .2);
  background-color: rgba(39, 66, 104, .3);
  background-image: url('../../media/static/images/nearcation-lakewood-1c-white-10.svg');
  background-size: 50%;
  background-attachment: fixed;
  padding: 48px 0 48px 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.9rem;
  border-top: 2px solid #FFF;
}
#where-to-stay h2 {
  color: #00A79D;
  text-align: center;
  font-size: 4rem;
  line-height: 4.2rem;
  font-family: futura-pt-condensed, sans-serif;
  font-weight: 800;
}
#where-to-stay p {
  margin: 0 0 36px 0;
  padding: 0 0 0 0;
}
/* Sections
-----------------------------------------------------------------------------*/
#sections {
  background-color: #EFEFEF;
}
.section {
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.sect1 {
  background-color: #00A79D;
  color: #FFF;
}
.sect1 h3, .sect1 p {
  color: #FFF;
}
.sect2 {
  background-color: #E4774C;
  color: #FFF;
}
.sect2 h3, .sect2 p {
  color: #FFF;
}
.sect3 {
  background-color: #FFF;
  color: #00A79D;
}
.sect3 h3, .sect3 p {
  color: #00A79D;
}
.sectionText {
  padding: 60px 36px 0 36px;
  width: 400px;
}
.sectionText h3 {
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
  font-size: 2.0rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
}
.sectionHero {
  height: 400px;
  background-color: #EFEFEF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  box-shadow: 6px 6px 18px rgba(0, 0, 0, .4) inset;
}
/* Events
-----------------------------------------------------------------------------*/
.eventBox {
  display: block;
  background: #FFF;
  padding: 12px;
  font-size: 0.9rem;
  line-height: 1.1rem;
  border: 10px solid #FFF;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 8px 12px 0;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .2);
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
  vertical-align: top;
}
.eventBox:hover, .eventBox:focus {
  text-decoration: none;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.eventDate {
  display: inline-block;
  width: 14%;
  text-align: right;
  font-weight: 400;
  vertical-align: top;
}
.eventText {
  margin-left: 1.5%;
  padding-left: 1.5%;
  border-left: 1px solid #CCC;
  display: inline-block;
  width: 72%;
}
.eventBox h3 {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.eventBox2 {
  display: block;
  background: #EFEFEF;
  padding: 12px;
  font-size: 0.9rem;
  line-height: 1.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0 0 6px 0;
  vertical-align: top;
  color: #222;
}
.eventBox2:hover, .eventBox2:focus {
  text-decoration: none;
  background: rgba(0, 167, 157, .2);
}
.eventDate2 {
  font-weight: 400;
}
.eventBox2 h3 {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin: 4px 0 0 0;
  padding: 0 0 0 0;
}
/* Sponsors
-----------------------------------------------------------------------------*/
#sponsors {
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 24px 0 24px 0;
}
#sponsors h3 {
  text-align: center;
}
.sponsorTile {
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
a.sponsorTile:hover, a.sponsorTile:focus {
  -webkit-transform: scale(0.98);
  -moz-transform: scale(0.98);
  -ms-transform: scale(0.98);
  -o-transform: scale(0.98);
  transform: scale(0.98);
}