@charset "UTF-8";
.module-menu .module-wrapper {
  padding: 1.5em 1em 2em 1em;
  background: #fff;
  display: block; }
.module-menu .title {
  font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
.module-menu .metadata {
  margin: 0; }
  .module-menu .metadata .title {
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 0.5em; }
    .module-menu .metadata .title span {
      display: block;
      color: #30a2cc;
      font-size: 1.75em; }
.module-menu .description {
  color: #89909D;
  font-size: 87.5%; }
.module-menu .menu-items {
  padding: 1em 0 1.5em 0;
  margin-bottom: 1em;
  border-top: 2px solid #edbf36;
  border-bottom: 2px solid #edbf36; }
  .module-menu .menu-items .title {
    text-transform: uppercase;
    color: #BCC1CC; }
  .module-menu .menu-items ul li {
    display: inline;
    font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
    .module-menu .menu-items ul li::after {
      content: "•";
      padding: 6px;
      color: #edbf36; }
    .module-menu .menu-items ul li::last-child::after {
      content: ""; }

.header-basic .module-menu {
  margin: 2em auto;
  text-align: center; }
  .header-basic .module-menu .module-wrapper {
    padding: 3em; }
  .header-basic .module-menu .description {
    font-size: 1.25em; }
  @media screen and (min-width: 972px) {
    .header-basic .module-menu {
      max-width: 60%; } }

.hero-image {
  position: fixed;
  height: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  z-index: -100;
  top: 0;
  min-height: 600px;
  background-image: url("background.jpg"); }
  @media screen and (min-width: 768px) {
    .hero-image {
      min-height: 800px; } }
  @media screen and (min-width: 972px) {
    .hero-image {
      min-height: 700px; } }

.header-section .title-section {
  position: relative; }
  .header-section .title-section a {
    color: #3d414a;
    text-shadow: none; }
    .header-section .title-section a:hover {
      color: #ff3600; }
.header-section .holly {
  position: absolute;
  top: -25px;
  height: auto; }
  .header-section .holly.left {
    left: -60px; }
  .header-section .holly.right {
    right: -60px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH"; }
  @media screen and (max-width: 971px) {
    .header-section .holly {
      width: 40px;
      top: -15px; }
      .header-section .holly.left {
        left: -40px; }
      .header-section .holly.right {
        right: -40px; } }

header .sponsor-logo {
  width: 100px;
  position: absolute;
  top: 1em;
  right: 1.5em;
  z-index: 100; }
  header .sponsor-logo img {
    border: 0; }
  @media screen and (max-width: 479px) {
    header .sponsor-logo {
      width: 60px; } }

@media screen and (max-width: 767px) {
  header.header-section .sponsor-logo {
    top: 8em; } }
.promo {
  overflow: hidden;
  position: relative;
  display: block;
  color: white;
  text-align: center;
  font-family: "brandon-grotesque", "effra", "Avenir", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 1.5em; }
  .promo:hover {
    color: white;
    background: transparent; }
  .promo figure {
    top: 0; }
  .promo .decorative {
    font-family: "bello-pro", "Brush Script MT", "MarkerFelt-Wide", "Rockwell Extra Bold", "Rockwell Bold", Rockwell, Palatino, "Palatino Linotype", "Palatino LT STD", serif;
    font-size: 2em;
    line-height: 1em;
    display: block; }
  .promo .module-callout {
    padding: 2em 1em; }
  .promo p {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 0; }
  .promo .callout-title {
    text-transform: uppercase;
    display: block;
    color: #edbf36;
    font-weight: bold;
    margin-top: 0.5em; }
  @media screen and (max-width: 767px) {
    .promo {
      font-size: 1em; } }
