/* Sass Document */
/* =Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

strong {
  font-weight: bold; }

em, i {
  font-style: italic; }

/* apply a natural box layout model to all elements */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  -webkit-text-size-adjust: none;
  background-color: #fff; }
  body h1, body h2, body h3, body h4, body h5, body h6 {
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px; }
    body h1 a, body h2 a, body h3 a, body h4 a, body h5 a, body h6 a {
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      -ms-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s;
      border-bottom: 1px solid #aa7daf;
      text-decoration: none;
      color: #aa7daf; }
      body h1 a:hover, body h2 a:hover, body h3 a:hover, body h4 a:hover, body h5 a:hover, body h6 a:hover {
        border-bottom: 4px solid #aa7daf;
        text-decoration: none;
        color: #aa7daf; }
  body h1 {
    font-size: 3em;
    font-weight: 300; }
  body h2 {
    font-size: 2.4em;
    font-weight: 400;
    color: #f7a746; }
  body h3 {
    font-size: 1.9em;
    font-weight: 400;
    color: #f7a746; }
  body h4 {
    font-size: 1.5em;
    font-weight: 700;
    color: #286fb7;
    margin-top: 40px; }
  body h5 {
    font-size: 1.25em;
    font-weight: 700;
    text-transform: none; }
  body h6 {
    font-size: 1.25em;
    font-weight: 700;
    text-align: center;
    margin: 40px auto 20px auto;
    color: #aa7daf;
    border-bottom: 2px solid #aa7daf; }
  body p {
    line-height: 150%;
    margin-bottom: 2em; }
    body p a {
      color: #aa7daf;
      text-decoration: none;
      border-bottom: 1px solid transparent;
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      -ms-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s; }
      body p a:hover {
        text-decoration: none;
        border-bottom: 1px solid #aa7daf; }
      body p a.button:hover {
        border-bottom: 1px solid transparent; }
  body ol, body ul {
    margin-bottom: 2em;
    line-height: 200%; }
  body sup {
    font-size: 40%;
    top: -1em; }

.colorbar {
  height: 8px; }
  .colorbar:after {
    clear: left; }
  .colorbar .gold {
    background: #f7a746;
    width: 40%;
    height: 8px;
    float: left; }
  .colorbar .blue {
    background: #286fb7;
    width: 30%;
    height: 8px;
    float: left; }
  .colorbar .purple {
    background: #aa7daf;
    width: 30%;
    height: 8px;
    float: left; }

.button, .buttonInline {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  padding: 10px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #FFF;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  -ms-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
  text-shadow: 0px 1px 2px #ce7509; }
  .button:before, .buttonInline:before {
    background-color: #f7a746;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s; }
  .button:after, .buttonInline:after {
    background-color: #f9be77;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -10; }
  .button:hover, .button:focus, .buttonInline:hover, .buttonInline:focus {
    color: #FFF;
    text-decoration: none; }
    .button:hover:before, .button:focus:before, .buttonInline:hover:before, .buttonInline:focus:before {
      top: 0; }
  .jumbotron .button, .jumbotron .buttonInline {
    text-shadow: none;
    margin: 20px;
    background-color: #fff;
    color: #f7a746;
    font-weight: 700;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px; }
    .jumbotron .button:before, .jumbotron .button:after, .jumbotron .buttonInline:before, .jumbotron .buttonInline:after {
      background-color: transparent; }
    .jumbotron .button.secondary, .jumbotron .buttonInline.secondary {
      background-color: rgba(255, 255, 255, 0.5);
      color: #fff; }
      .jumbotron .button.secondary:hover, .jumbotron .button.secondary:focus, .jumbotron .buttonInline.secondary:hover, .jumbotron .buttonInline.secondary:focus {
        background-color: rgba(255, 255, 255, 0.6);
        text-decoration: none; }
    .jumbotron .button:hover, .jumbotron .button:focus, .jumbotron .buttonInline:hover, .jumbotron .buttonInline:focus {
      text-decoration: none;
      -ms-transform: scale(1.05, 1.05);
      -webkit-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.5); }
  .button.large, .buttonInline.large {
    font-size: 1.5em;
    padding: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; }
  .button.secondary, .buttonInline.secondary {
    background-color: transparent; }
    .button.secondary:before, .buttonInline.secondary:before {
      background-color: #faca8f;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 50%;
      z-index: -1;
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      -ms-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s; }
    .button.secondary:after, .buttonInline.secondary:after {
      background-color: #fce1c0;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 0;
      z-index: -10; }
    .button.secondary:hover:before, .buttonInline.secondary:hover:before {
      top: 0; }

.navbar {
  margin-bottom: 0;
  padding-top: 15px; }

#pencil-nav {
  margin-bottom: 20px;
  margin-right: 8px;
  float: right; }
  #pencil-nav ul {
    float: left;
    margin: 0px;
    list-style: none;
    line-height: 1;
    -webkit-padding-start: 0px; }
  #pencil-nav li {
    float: left;
    margin: 0px 7px; }
  #pencil-nav .social {
    font-size: 26px;
    margin-top: 8px;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -ms-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    color: #286fb7; }
    #pencil-nav .social:hover {
      color: #3d88d5; }

.primaryNav {
  clear: right;
  float: right;
  text-transform: uppercase; }
  .primaryNav .nav .open > a, .primaryNav .nav .open > a:hover {
    background-color: #e5eff9;
    color: #286fb7; }
  .primaryNav ul li a {
    color: #286fb7;
    padding-bottom: 20px; }
    .primaryNav ul li a:hover {
      color: #fff;
      background-color: transparent; }
      .primaryNav ul li a:hover:before {
        top: 0; }
    .primaryNav ul li a:before {
      background-color: #6daed2;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      top: 100%;
      z-index: -1;
      -webkit-transition: 0.25s;
      -moz-transition: 0.25s;
      -ms-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
  .primaryNav ul ul {
    -webkit-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.5); }
    .primaryNav ul ul li a {
      color: #286fb7;
      padding: 15px;
      border-bottom: none;
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      -ms-transition: 0.15s;
      -o-transition: 0.15s;
      transition: 0.15s; }
      .primaryNav ul ul li a:hover {
        padding: 15px;
        background-color: #e5eff9;
        border-bottom: none;
        color: #286fb7; }
      .primaryNav ul ul li a:before {
        background-color: transparent; }

.navbar-brand {
  height: auto;
  padding: 0px;
  max-width: 80%;
  margin-left: 0px !important; }
  .navbar-brand h1 {
    font-size: 1.9em;
    font-weight: 700;
    color: #286fb7; }
  .navbar-brand img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto; }

.navbar-header button {
  background-color: #286fb7; }
  .navbar-header button .icon-bar {
    background-color: #fff; }

.jumbotron {
  background-size: cover;
  background-position: center center;
  padding: 0;
  color: #fff;
  text-shadow: 0px 2px 10px #000;
  text-align: center;
  margin: 0px;
  border-bottom: 5px solid #fff;
  position: relative; }
  .jumbotron #rotator {
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden; }
    .jumbotron #rotator .slide {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 1;
      background-size: cover;
      background-position: center center;
      height: 400px; }
      .jumbotron #rotator .slide .active {
        z-index: 3; }
  .jumbotron p {
    font-weight: 700;
    font-size: 1.9em;
    line-height: 120%; }
  .jumbotron .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 4%;
    padding-bottom: 4%;
    position: relative;
    z-index: 100; }

.contentWrapper {
  padding: 40px 0px 80px 0px; }
  .contentWrapper .ambassador {
    float: right;
    width: 350px;
    height: auto;
    padding: 20px 0px 20px 20px; }
  .contentWrapper .sidebar img {
    max-width: 100%;
    height: auto; }

.eventDetails {
  padding: 30px 0px;
  background-color: #286fb7;
  color: #fff;
  text-align: center; }
  .eventDetails .eventLocationWrapper, .eventDetails .eventBenefitsWrapper, .eventDetails .eventDateWrapper {
    padding: 10px 0px;
    margin: 20px 0px; }
  .eventDetails .eventDateWrapper {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff; }
  .eventDetails .icon {
    text-align: center;
    background-color: #fff;
    color: #f7a746;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    height: 68px;
    width: 68px;
    margin: 0px auto 10px auto;
    overflow: hidden;
    font-size: 38px;
    line-height: 1.6;
    -webkit-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3); }
  .eventDetails h3 {
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 39px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0px; }
  .eventDetails h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0px; }

.sponsorlevel1, .sponsorlevel2, .sponsorlevel3, .sponsorlevel4, .sponsorlevel5 {
  padding-top: 20px;
  padding-bottom: 40px; }

.sponsorlevel1 img, .sponsorlevel2 img, .sponsorlevel3 img, .sponsorlevel4 img, .sponsorlevel5 img {
  padding-right: 40px;
  padding-bottom: 40px;
  vertical-align: middle; }

.sponsorlevel1 img {
  width: 500px; }

.sponsorlevel2 img {
  width: 400px; }

.sponsorlevel3 img {
  width: 300px; }

.sponsorlevel4 img {
  width: 200px; }

.sponsorlevel5 img {
  width: 100px; }

.footerWrapper {
  padding: 80px 0px;
  background-color: #161616;
  color: #b3b3b3; }
  .footerWrapper p {
    font-size: 0.9em; }
  .footerWrapper .footerLogo {
    margin-bottom: 30px;
    width: 50%;
    height: auto; }

@media (max-width: 800px) {
  .navbar-header {
    float: none;
    padding-bottom: 15px; }

  .navbar-brand img {
    max-height: 60px;
    width: auto; }

  .navbar-toggle {
    display: block; }

  #pencil-nav {
    margin: 0px auto 20px auto;
    padding-top: 20px;
    float: none;
    text-align: center;
    border-top: 1px solid #e5eff9; }
    #pencil-nav ul {
      float: none;
      margin: auto;
      text-align: center;
      padding: 0px; }

  .primaryNav {
    margin: 60px 0px 0px 0px;
    padding: 0px 15px;
    float: none; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .collapse.in {
    display: block !important; }

  .button:before, .button.secondary:before {
    top: 0; } }
@media (max-width: 767px) {
  .eventDetails {
    padding: 10px 30px; }
    .eventDetails .eventLocationWrapper, .eventDetails .eventBenefitsWrapper, .eventDetails .eventDateWrapper {
      padding: 20px 0px;
      margin: 0px; }
    .eventDetails .eventDateWrapper {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
      border-left: none;
      border-right: none; }

  .contentWrapper .ambassador {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 0px; } }
@media (max-width: 600px) {
  .footerWrapper .footerLogo {
    width: 100%; } }
