.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-shadow {
  -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
  box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
}
.bowldy {
  font-family: 'Bowlby One', cursive;
}
.cuprum {
  font-family: 'Cuprum', sans-serif;
}
/* ==========================================================================
   Base
   ========================================================================== */
body {
  background-color: #92cb79;
  font-family: 'Cuprum', sans-serif;
}
.wrap {
  background: #000000 url(/assets/img/bg_index.jpg) left top no-repeat;
}
.wrap.inside {
  background: #000000 url(/assets/img/bg.jpg) left top no-repeat;
}
/* Homepage content class, span8 */
.span8 {
  width: 730px;
}
h1 {
  font-size: 35px;
  line-height: 38px;
  margin-left: 25px;
  font-family: 'Cuprum', sans-serif;
}
h2 {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  margin: 0 0 5px 0;
  font-family: 'Bowlby One', cursive;
}
h3 {
  font-size: 18px;
  line-height: 20px;
  color: #3f590b;
  font-family: 'Cuprum', sans-serif;
}
input[type=text] {
  padding-left: 10px;
  padding-right: 10px;
}
label {
  display: block;
  width: 40px;
}
.ai1ec-label {
  color: #3f590b;
}
.ai1ec-calendar-toolbar {
  display: none;
}
h2.ai1ec-calendar-title {
  color: #3f590b !important;
}
/* =============================================================================
   Header
   ========================================================================== */
.banner .container {
  position: relative;
}
.banner .container .brand {
  position: relative;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  z-index: 10;
}
.banner .container #blurb {
  position: absolute;
  left: 240px;
  top: 253px;
  width: 425px;
  font-size: 16px;
}
.banner .container #social {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 15px;
  right: 20px;
}
.banner .container #social li {
  float: left;
  margin-right: 10px;
}
.banner .container #social li#fb {
  padding-top: 4px;
}
.banner .container #contact-head {
  position: absolute;
  right: 30px;
  top: 60px;
  text-align: right;
  color: #fff;
  font-size: 17px;
  line-height: 20px;
  list-style: none;
}
.banner .container #contact-head a {
  color: #fff;
}
.banner .container #contact-head a:hover {
  color: #ffd600;
  text-decoration: none;
}
.banner .container #contact-head.inside li {
  float: left;
  margin-left: 20px;
}
.banner .container .nav-main {
  position: relative;
  background: #fff2bc;
  background-color: rgba(255, 239, 196, 0.6);
  width: 100%;
  float: left;
  color: #FFF;
  font-family: 'Bowlby One', cursive;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 30px 0;
  z-index: 1;
}
.banner .container .nav-main.inside {
  margin-top: -30px;
  /*min-height: 68px;*/
}
.banner .container .nav-main .nav {
  width: 700px;
}
.banner .container .nav-main ul {
  margin: 0 0 0 20px;
}
.banner .container .nav-main li:last-child a {
  border: none;
}
.banner .container .nav-main li.active a {
  background: none !important;
}
.banner .container .nav-main a {
  color: #664c18;
  padding: 0 5px 0 5px !important;
  border-right: solid 3px #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.banner .container .nav-main a:hover {
  background: none;
  color: #fff;
}
.banner .container #silver-award {
  position: absolute;
  top: 120px;
  right: -50px;
  z-index: 8;
}
.banner .container #duke-award {
  position: absolute;
  top: 100px;
  right: -30px;
  z-index: 8;
}
/* ==========================================================================
   Content
   ========================================================================== */
.content {
  font-size: 16px;
  line-height: 22px;
}
.content a {
  color: #3f590b;
  text-decoration: none;
}
.content a:hover {
  color: #fff2bc;
}
.content .page-header {
  margin: 15px 0;
  padding: 0;
  border: none;
}
.content .child-content {
  position: relative;
  float: left;
  width: 645px;
  background: #fff2bc;
  background-color: rgba(255, 239, 196, 0.6);
  margin-left: 70px;
  margin-bottom: 50px;
  padding: 20px 200px 20px 25px;
}
.content .child-content .warning {
  background: #9d261d;
  width: 625px;
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
  box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
}
.content .child-content .warning a {
  color: #fff2bc;
}
.content .child-content.pageid166 {
  width: 845px;
  padding-right: 0;
}
.content .child-content [id*="wufoo-"] {
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
  -moz-box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
  box-shadow: 0px 0px 8px rgba(50, 50, 50, 0.8);
}
.content .child-content strong {
  color: #3f590b;
}
.content .child-content ul {
  list-style: none;
  margin: 0;
}
.content .child-content ul.thumbnails li {
  background: none;
  padding: 0 51px 0 0;
  margin: 0 0 20px 0;
}
.content .child-content ul.thumbnails li a:hover {
  border-color: #ffd600;
}
.content .child-content ul li {
  background-image: url('/assets/img/bullet.png');
  background-repeat: no-repeat;
  background-position: 0 .4em;
  padding-left: 1.8em;
  margin-bottom: 7px;
}
.content .child-content .info {
  float: left;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.content .child-content .info li {
  background: none;
  float: left;
  color: #3f590b;
  font-size: 16px;
  line-height: 22px;
  margin-right: 15px;
  padding: 0;
}
.content .child-content .links {
  float: left;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.content .child-content .links li {
  background: none;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  padding: 0;
}
.content .child-content .links li.register a {
  color: #fff;
  padding: 0;
  border-top: solid 4px #3f590b;
  border-bottom: solid 4px #3f590b;
  text-decoration: none;
  font-size: 30px;
  line-height: 30px;
  font-family: 'Bowlby One', cursive;
}
.content .child-content .links li.register a:hover {
  color: #ffd600;
}
.content .child-content .feat-image {
  position: absolute;
  top: -10px;
  right: -45px;
}
/* gform fields */
li.gfield {
  background: none !important;
  padding: 0 !important;
}
/* ==========================================================================
   Primary Content
   ========================================================================== */
.main {
  /* span8 is only used on home page */
}
.main.span8 {
  position: relative;
  margin-top: 25px;
  padding-left: 20px;
}
.main.span8 h1 {
  font-family: 'Bowlby One', cursive;
  font-size: 50px;
  line-height: 50px;
  text-transform: uppercase;
  margin: 8px 0 40px 0;
}
.main.span8 h1 a {
  color: #fff;
  padding: 0 10px;
  border-top: solid 4px #95bd47;
  border-bottom: solid 4px #95bd47;
}
.main.span8 h1 a:hover {
  color: #ffd600;
  text-decoration: none;
}
.main.span8 .child-content {
  margin-bottom: 150px;
  margin-left: -20px;
  width: 625px;
}
.main.span8 #home-signup {
  margin-top: 200px;
  margin-bottom: 110px;
  padding: 0 10px;
  width: 260px;
}
.main.span8 #home-signup h2 {
  font-family: 'Bowlby One', cursive;
  font-size: 18px;
  color: #fff;
}
.main.span8 #home-signup ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: solid 4px #95bd47;
}
.main.span8 #home-signup ul li {
  padding-left: 20px;
}
.main.span8 #home-signup ul label {
  float: left;
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
}
.main.span8 #home-signup ul input[type=text] {
  background: #8f7440;
  border: none;
  width: 170px;
  height: 30px;
}
.main.span8 #home-signup ul input[type=submit] {
  float: right;
  background: none;
  border: none;
  color: #95bd47;
  font-family: 'Bowlby One', cursive;
}
.main.span8 #brochure {
  position: absolute;
  background: url(/assets/img/download_brochure.png) left top no-repeat;
  left: 330px;
  bottom: 90px;
  padding-top: 270px;
  padding-right: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.main.span8 #brochure:hover {
  background: url(/assets/img/download_brochure_r.png) left top no-repeat;
}
.main.span8 #copy {
  position: absolute;
  left: 495px;
  bottom: 80px;
  color: #fff;
  font-size: 14px;
}
.main img.alignleft {
  padding-right: 20px;
}
/* ==========================================================================
   Sidebar
   ========================================================================== */
/* ==========================================================================
   Posts
   ========================================================================== */
#comments {
  display: none;
}
/* ==========================================================================
   Footer
   ========================================================================== */
.content-info {
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  color: #fff;
  padding-top: 20px;
  padding-left: 70px;
  min-height: 200px;
}
.content-info .footer ul {
  float: left;
  width: 295px;
  overflow: auto;
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-info .footer ul li {
  display: inline;
}
.content-info .footer ul li:last-child a span {
  display: none;
}
.content-info .footer ul li a {
  text-transform: uppercase;
}
.content-info .footer ul li a span {
  padding: 0 5px 0 8px;
  color: #fff;
}
.content-info .footer ul li.green a {
  color: #95bd47;
  text-decoration: none;
}
.content-info .footer ul li.white a {
  color: #fff;
  text-decoration: none;
}
.content-info .footer ul li.white a:hover {
  color: #ffd600;
}
.content-info #footer-signup {
  position: absolute;
  width: 300px;
  left: 370px;
  top: 20px;
  padding-left: 15px;
  border-left: solid 6px #95bd47;
}
.content-info #footer-signup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-info #footer-signup ul li {
  padding-left: 20px;
  padding: 0;
  margin: 0;
}
.content-info #footer-signup ul label {
  float: left;
  margin-right: 10px;
  margin-top: 8px;
  color: #fff;
  font-size: 18px;
}
.content-info #footer-signup ul input[type=text] {
  background: #8f7440;
  border: none;
  height: 30px;
}
.content-info #footer-signup ul input[type=submit] {
  float: right;
  margin-right: 30px;
  background: none;
  border: none;
  color: #95bd47;
  font-family: 'Bowlby One', cursive;
}
.content-info #brochure {
  position: absolute;
  background: url(/assets/img/download_brochure.png) left top no-repeat;
  right: 30px;
  bottom: 50px;
  padding-top: 270px;
  padding-right: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.content-info #brochure:hover {
  background: url(/assets/img/download_brochure_r.png) left top no-repeat;
}
.content-info #copy-right {
  position: absolute;
  bottom: 0;
  right: 30px;
  font-size: 12px;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
figure.alignnone {
  margin-left: 0;
  margin-right: 0;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
