/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
a, #cform a,
#cform button {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
a:active, #cform a:active,
#cform button:active,
a:hover,
#cform a:hover,
#cform button:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
button, #cform a,
#cform button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
button, #cform a,
#cform button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
button, #cform a,
#cform button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
button, #cform a,
#cform button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
button[disabled], #cform a[disabled],
#cform button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
button::-moz-focus-inner, #cform a::-moz-focus-inner,
#cform button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, /Users/brandon/Sites/studentathleteworldtours/sass/site/_normalize.scss */
td,
th {
  padding: 0;
}

/* line 90, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.white {
  color: white;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.white.base {
  color: white;
}

/* line 99, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.white {
  color: background-color(white, base);
  background-color: white;
  color: #000;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.white.base {
  background-color: white;
  background-color: white;
  color: #000;
}

/* line 90, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.black {
  color: #2d2619;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.black.base {
  color: #2d2619;
}

/* line 99, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.black {
  color: background-color(black, base);
  background-color: #2d2619;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.black.base {
  background-color: #2d2619;
  background-color: #2d2619;
  color: #fff;
}

/* line 90, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.gray {
  color: #96938c;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.gray.base {
  color: #96938c;
}

/* line 99, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.gray {
  color: background-color(gray, base);
  background-color: #96938c;
  color: #000;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.gray.base {
  background-color: #96938c;
  background-color: #96938c;
  color: #000;
}

/* line 90, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.red {
  color: #ec1c24;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.red.base {
  color: #ec1c24;
}

/* line 99, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.red {
  color: background-color(red, base);
  background-color: #ec1c24;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.red.base {
  background-color: #ec1c24;
  background-color: #ec1c24;
  color: #fff;
}

/* line 90, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-one {
  color: #034ea1;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-one.x-light {
  color: #5688c0;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-one.light {
  color: #637296;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-one.med-light {
  color: #2969af;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-one.base {
  color: #034ea1;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-one.med-dark {
  color: #034691;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-one.dark {
  color: #0f1d42;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-one.x-dark {
  color: #02346c;
}

/* line 99, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-one {
  color: background-color(swatch-one, base);
  background-color: #034ea1;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-one.x-light {
  background-color: #5688c0;
  background-color: #5688c0;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-one.light {
  background-color: #637296;
  background-color: #637296;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-one.med-light {
  background-color: #2969af;
  background-color: #2969af;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-one.base {
  background-color: #034ea1;
  background-color: #034ea1;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-one.med-dark {
  background-color: #034691;
  background-color: #034691;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-one.dark {
  background-color: #0f1d42;
  background-color: #0f1d42;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-one.x-dark {
  background-color: #02346c;
  background-color: #02346c;
  color: #fff;
}

/* line 90, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-two {
  color: #ec1c24;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-two.x-light {
  color: #f2676c;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-two.light {
  color: #c40824;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-two.med-light {
  color: #ee333a;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-two.base {
  color: #ec1c24;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-two.med-dark {
  color: #d41920;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-two.dark {
  color: #98131f;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.swatch-two.x-dark {
  color: #9e1318;
}

/* line 99, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-two {
  color: background-color(swatch-two, base);
  background-color: #ec1c24;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-two.x-light {
  background-color: #f2676c;
  background-color: #f2676c;
  color: #000;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-two.light {
  background-color: #c40824;
  background-color: #c40824;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-two.med-light {
  background-color: #ee333a;
  background-color: #ee333a;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-two.base {
  background-color: #ec1c24;
  background-color: #ec1c24;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-two.med-dark {
  background-color: #d41920;
  background-color: #d41920;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-two.dark {
  background-color: #98131f;
  background-color: #98131f;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.swatch-two.x-dark {
  background-color: #9e1318;
  background-color: #9e1318;
  color: #fff;
}

/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.logo.red {
  color: #ec1c24;
}
/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
span.logo.blue {
  color: #034ea1;
}

/* line 99, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.logo {
  color: background-color(logo, base);
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.logo.red {
  background-color: #ec1c24;
  background-color: #ec1c24;
  color: #fff;
}
/* line 104, /Users/brandon/Sites/studentathleteworldtours/sass/site/_colors.scss */
div.logo.blue {
  background-color: #034ea1;
  background-color: #034ea1;
  color: #fff;
}

/* line 1, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
html, body {
  margin: 0;
  padding: 0;
}

/*
 *  Susy 2 layout definitions
 */
/* Susy runs with the following defaults for the global susy layout map.
  $susy: (
    flow: ltr,
    math: fluid,
    output: float,
    gutter-position: after,
    container: auto,
    container-position: center,
    columns: 4,
    gutters: .25,
    column-width: false,
    global-box-sizing: content-box,
    last-flow: to,
    debug: (
      image: hide,
      color: rgba(#66f, .25),
      output: background,
      toggle: top right,
    ),
    use-custom: (
      background-image: true,
      background-options: false,
      box-sizing: true,
      clearfix: false,
      rem: true,
    )
  );
*/
/*
  @include susy-breakpoint(<breakpoint>, <layout>) {
      ...any css, just like normal....
      NOTE: span-columns() is different from Susy 1
      span() refers to the last-set number of layout columns as the context,
      which is why we need to define the container(<layout>) for our .wrapper at each new breakpoint.
      (reference: http://susydocs.oddbird.net/en/latest/shorthand/#span)
      Oh, and span-columns(3 omega) is now span(last 3)
   }
 */
/* line 93, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
html,
body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* line 100, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
.wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 1em;
  padding-left: 1em;
}
/* line 12, /Users/brandon/.rvm/gems/ruby-2.1.2/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
.wrapper:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  /* line 100, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
  .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, /Users/brandon/.rvm/gems/ruby-2.1.2/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1024px) {
  /* line 100, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
  .wrapper {
    max-width: 952px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
  /* line 12, /Users/brandon/.rvm/gems/ruby-2.1.2/gems/susy-2.2.6/sass/susy/output/support/_clearfix.scss */
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 117, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
#navigation {
  width: 100vw;
  height: calc(100vh - 50px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  /* line 117, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
  #navigation {
    width: 33.33333%;
    float: left;
    overflow-y: scroll;
  }
}

/* line 128, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
main {
  width: calc(100vw - 5em);
  height: calc(100vh - 50px);
  padding-left: 2.5em;
  padding-right: 2.5em;
  overflow-y: scroll;
  overflow-x: hidden;
}
/* line 135, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
main .extend-outside {
  margin-left: -1em;
  margin-right: -1em;
  -moz-transition: margin 0.2s ease-in-out;
  -o-transition: margin 0.2s ease-in-out;
  -webkit-transition: margin 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out;
}
@media (min-width: 768px) {
  /* line 128, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
  main {
    width: 58.33333%;
    float: right;
    margin-right: 0;
    padding-left: 4.16667%;
    padding-right: 4.16667%;
  }
  /* line 144, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
  main .extend-outside {
    margin-left: -4.16667%;
    margin-right: -4.16667%;
  }
}

/* line 151, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
#navigation.open + main .extend-outside {
  margin-left: 0;
}

/* Full Page (used in dashboard)*/
/* line 157, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
.full-page main {
  width: calc(100vw - 2em);
  margin-right: auto;
  margin-left: auto;
  padding-right: 1em;
  padding-left: 1em;
  float: none;
}
/* line 165, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
.full-page section.profile {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  /* line 171, /Users/brandon/Sites/studentathleteworldtours/sass/site/_layout.scss */
  .full-page main {
    min-width: calc(800px - 4em);
    width: calc(100vw - 4em);
    padding-right: 2em;
    padding-left: 2em;
  }
}

/* Graceful degredations from http://cssfontstack.com */
/* line 36, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
*[class*="fa-"] {
  opacity: 0;
  transition: opacity ease-in 0.5s;
  display: inline-block;
  width: 0.875em;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active *[class*="fa-"] {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive *[class*="fa-"] {
  opacity: 1;
}
/* line 40, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active *[class*="fa-"]:not(.fa-fw, .fa-li) {
  width: auto;
}

/* line 46, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
*[class*="font-effects"] {
  opacity: 0;
  transition: opacity ease 0.5s;
}
/* line 49, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
*[class*="font-effects"] .wf-gfx-loaded {
  opacity: 1;
}

/* line 93, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
body {
  color: #034ea1;
  font-size: 16px;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 400;
  line-height: 1.25;
}
@media (min-width: 768px) {
  /* line 93, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
  body {
    line-height: 1.375;
  }
}

/* line 106, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
body, h1, #cform h1.de-style, h2, #cform h2.de-style, h3, #cform h3.de-style, h4, h5, h6 {
  font-size-adjust: 0.58;
}

/* line 121, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.link, a, #cform a,
#cform button {
  color: #ec1c24;
  text-decoration: none;
}
/* line 124, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.link:visited, a:visited, #cform a:visited,
#cform button:visited {
  color: #ec1c24;
}
/* line 127, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.link:hover, a:hover, #cform a:hover,
#cform button:hover, .link:visited:hover, a:visited:hover, #cform a:visited:hover,
#cform button:visited:hover {
  color: #ee333a;
  text-decoration: none;
}
/* line 132, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.link.blue:link, a.blue:link, #cform a.blue:link,
#cform button.blue:link, .link.blue:visited, a.blue:visited, #cform a.blue:visited,
#cform button.blue:visited, .link.blue:hover, a.blue:hover, #cform a.blue:hover,
#cform button.blue:hover, .link.blue:active, a.blue:active, #cform a.blue:active,
#cform button.blue:active {
  color: #034ea1;
}

/* line 141, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.italic, i, em {
  font-style: italic;
}

/* line 142, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.bold, .h1, h1, #cform h1.de-style, .h2, h2, #cform h2.de-style, .h3, h3, #cform h3.de-style, .h4, h4, .h5, h5, .h6, h6, b, strong {
  font-weight: 700;
}

/* line 144, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.h1, h1, #cform h1.de-style {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .h1, .wf-active h1, .wf-active #cform h1.de-style, #cform .wf-active h1.de-style {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .h1, .wf-inactive h1, .wf-inactive #cform h1.de-style, #cform .wf-inactive h1.de-style {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 144, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
  .h1, h1, #cform h1.de-style {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125;
  }
}
@media (min-width: 1024px) {
  /* line 144, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
  .h1, h1, #cform h1.de-style {
    font-size: 3em;
    /* keep to a multiple of the 20px line height and something more appropriate for display headings */
    line-height: 1.05;
  }
}

/* line 161, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.h2, h2, #cform h2.de-style {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .h2, .wf-active h2, .wf-active #cform h2.de-style, #cform .wf-active h2.de-style {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .h2, .wf-inactive h2, .wf-inactive #cform h2.de-style, #cform .wf-inactive h2.de-style {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 161, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
  .h2, h2, #cform h2.de-style {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  /* line 161, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
  .h2, h2, #cform h2.de-style {
    font-size: 2.25em;
    /* 2.25x body copy size = 36px */
    line-height: 1.25;
  }
}

/* line 178, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.h3, h3, #cform h3.de-style {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .h3, .wf-active h3, .wf-active #cform h3.de-style, #cform .wf-active h3.de-style {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .h3, .wf-inactive h3, .wf-inactive #cform h3.de-style, #cform .wf-inactive h3.de-style {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 178, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
  .h3, h3, #cform h3.de-style {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  /* line 178, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
  .h3, h3, #cform h3.de-style {
    font-size: 1.75em;
    /* 1.75x body copy size = 28px */
    line-height: 1.25;
  }
}

/* line 195, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.h4, h4 {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .h4, .wf-active h4 {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .h4, .wf-inactive h4 {
  opacity: 1;
}
@media (min-width: 768px) {
  /* line 195, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
  .h4, h4 {
    line-height: 1.22222222;
    /* (22px / 18px) */
  }
}

/* line 205, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.h5, h5 {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1.0625em;
  /* 1.0625x body copy size = 17px */
  line-height: 1.11111111;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .h5, .wf-active h5 {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .h5, .wf-inactive h5 {
  opacity: 1;
}

/* line 211, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.h6, h6 {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 1em;
  line-height: 1.11111111;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .h6, .wf-active h6 {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .h6, .wf-inactive h6 {
  opacity: 1;
}

/* line 216, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.h1, h1, #cform h1.de-style, .h2, h2, #cform h2.de-style, .h3, h3, #cform h3.de-style, .h4, h4, .h5, h5, .h6, h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

/* line 222, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.block-margins, p, #cform p.de-style, ul, ol, pre, blockquote {
  margin: 1em 0;
}

/* line 240, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
blockquote {
  margin-left: 1em;
  margin-right: 1em;
}

/* line 242, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
p, #cform p.de-style {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active p, .wf-active #cform p.de-style, #cform .wf-active p.de-style {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive p, .wf-inactive #cform p.de-style, #cform .wf-inactive p.de-style {
  opacity: 1;
}

/* overrides */
/* line 248, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.student h1, .student #cform h1.de-style, #cform .student h1.de-style {
  text-align: center;
  font-size: 21px;
  line-height: 22px;
}
/* line 252, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.student h1.bigger, .student #cform h1.bigger.de-style, #cform .student h1.bigger.de-style {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 900;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 26px;
  line-height: 27px;
  margin-top: 16px;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .student h1.bigger, .wf-active .student #cform h1.bigger.de-style, #cform .wf-active .student h1.bigger.de-style {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .student h1.bigger, .wf-inactive .student #cform h1.bigger.de-style, #cform .wf-inactive .student h1.bigger.de-style {
  opacity: 1;
}

/* line 263, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.student h2, .student #cform h2.de-style, #cform .student h2.de-style {
  text-align: center;
  font-size: 19px;
}
/* line 266, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.student h2.status, .student #cform h2.status.de-style, #cform .student h2.status.de-style {
  color: #ec1c24;
}

/* line 274, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.intro-text {
  font-size: 1.5em;
  line-height: 1.375;
}

/* line 279, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
#cform h1.de-style {
  color: #034ea1;
}

/* line 283, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
#cform h2.de-style {
  color: #034ea1;
}

/* line 287, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
#cform h3.de-style {
  color: #034ea1;
}

/* line 291, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
#cform p.de-style {
  color: #034ea1;
}

/* line 14, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.list-inline li {
  display: inline-block;
  float: left;
}
/* line 17, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.list-inline li:not(:first-child) {
  margin-left: 0.25em;
}
/* line 20, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.list-inline li:not(:last-child) {
  margin-right: 0.25em;
}

/* line 34, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.blockify {
  display: block !important;
}

/* line 35, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.inlinify {
  display: inline-block !important;
}

/* line 38, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 41, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.pie-clearfix {
  *zoom: 1;
}
/* line 38, /Users/brandon/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.pie-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 43, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.clear {
  clear: both;
}

/* line 44, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.clear-left {
  clear: left;
}

/* line 45, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.clear-right {
  clear: right;
}

/* line 47, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.float-left {
  float: left;
}

/* line 48, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
img.float-left {
  margin-right: 1.26582%;
}

/* line 49, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.float-right {
  float: right;
}

/* line 50, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
img.float-right {
  margin-left: 1.26582%;
}

/* line 51, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.no-float {
  float: none !important;
}

/* line 53, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.headroom {
  margin-top: 3em;
}

/* line 54, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.less-headroom {
  margin-top: 1.5em;
}

/* line 55, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.more-less-headroom {
  margin-top: 0.75em;
}

/* line 57, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.legroom {
  margin-bottom: 3em;
}

/* line 58, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.less-legroom {
  margin-bottom: 1.5em;
}

/* line 59, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.more-less-legroom {
  margin-bottom: 0.75em;
}

/* line 60, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.no-legroom {
  margin-bottom: 0;
}

/* line 62, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.no-margin {
  margin: 0 !important;
}

/* line 63, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.no-border {
  border: none !important;
}

/* line 65, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.center {
  text-align: center !important;
}

/* line 67, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.hide-text {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

/* line 71, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
.err-wrap {
  display: none;
}

/* line 73, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
ul.reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 9, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
ul.reset li {
  margin: 0;
}

/* striped table */
/* line 78, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped {
  border: 1px solid white;
  border-radius: 2px;
  width: 100%;
}
/* line 91, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped th {
  font-weight: 600;
  background-color: white;
  border-right: 1px solid rgba(150, 147, 140, 0.05);
}
/* line 95, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped th:first-child {
  border-radius: 1px 0 0 0;
}
/* line 98, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped th:last-child {
  border-radius: 0 1px 0 0;
}
/* line 102, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped td {
  background-color: rgba(150, 147, 140, 0.05);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 107, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped th,
table.striped td {
  padding: 0.25em;
  vertical-align: top;
}
/* line 111, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped th:last-child,
table.striped td:last-child {
  border-right: none;
}
/* line 114, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped th.no-padding,
table.striped td.no-padding {
  padding: 0;
}
/* line 121, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped tbody tr:last-child td {
  border-bottom: none;
}
/* line 126, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped tbody tr:nth-child(even) td {
  background-color: rgba(3, 78, 161, 0.05);
}
/* line 133, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped tfoot td {
  background-color: rgba(3, 78, 161, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: none;
  text-align: center;
  font-size: 0.8em;
}
/* line 139, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped tfoot td:first-child {
  border-radius: 0 0 0 1px;
}
/* line 142, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped tfoot td:last-child {
  border-radius: 0 0 1px 0;
}
/* line 145, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped tfoot td:only-child {
  border-radius: 0 0 1px 1px;
}
/* line 150, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
table.striped caption {
  position: absolute;
  left: -9000px;
}

/* line 156, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
div.debug {
  font-size: 10px;
  position: relative;
  background-color: #ec1c24;
  border: 1px dotted #ec1c24;
  color: white;
  padding: 2em 1em 1em 1em;
  border-radius: 1em;
  opacity: 0.5;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
/* line 166, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
div.debug:hover {
  opacity: 1;
}
/* line 169, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
div.debug::before {
  content: 'debug';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1em;
  line-height: 1em;
  color: #ec1c24;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px dotted white;
  border-radius: 1em 1em 0 0;
  padding: 0.25em 1em;
}

/* line 185, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
ul.pagination {
  margin: .5em 0;
  height: 25px;
}
/* line 188, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
ul.pagination a, ul.pagination #cform a, #cform ul.pagination a,
ul.pagination #cform button,
#cform ul.pagination button {
  border: 1px solid #034ea1;
  background-color: none;
  padding: 3px 5px;
  text-decoration: none;
}
/* line 193, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
ul.pagination a:hover, ul.pagination #cform a:hover, #cform ul.pagination a:hover,
ul.pagination #cform button:hover,
#cform ul.pagination button:hover {
  background-color: #034ea1;
  color: white;
}
/* line 197, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
ul.pagination a.page-previous, ul.pagination #cform a.page-previous, #cform ul.pagination a.page-previous,
ul.pagination #cform button.page-previous,
#cform ul.pagination button.page-previous {
  padding: 2px 6px;
}
/* line 200, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
ul.pagination a.page-next, ul.pagination #cform a.page-next, #cform ul.pagination a.page-next,
ul.pagination #cform button.page-next,
#cform ul.pagination button.page-next {
  padding: 2px 6px;
}
/* line 203, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
ul.pagination a.active, ul.pagination #cform a.active, #cform ul.pagination a.active,
ul.pagination #cform button.active,
#cform ul.pagination button.active {
  background-color: #034ea1;
  color: white;
}

@-webkit-keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #0f1d42;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #0f1d42;
  }
}
@keyframes animate-shadow {
  0% {
    box-shadow: 0px 0px 50px 25px #0f1d42;
  }
  100% {
    box-shadow: 0px 0px 0px 0px #0f1d42;
  }
}
/* line 115, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
form {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-size: 1em;
  font-weight: 400;
  *zoom: 1;
}
/* line 38, /Users/brandon/.rvm/gems/ruby-2.1.2/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
form:after {
  content: "";
  display: table;
  clear: both;
}
/* line 120, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
form *,
form *::before,
form *::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 130, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
form .group.radio.inline label {
  margin-right: 1.5em;
}

/* line 138, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"],
input[type="date"],
input[type="text"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
  font-size: 1em;
  min-height: 2em;
  padding: 0.5em 6px;
  width: 100%;
  color: rgba(45, 38, 25, 0.9);
}
/* line 58, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"]:focus, input[type="email"]:target,
input[type="date"]:focus,
input[type="date"]:target,
input[type="text"]:focus,
input[type="text"]:target,
input[type="datetime"]:focus,
input[type="datetime"]:target,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:target,
input[type="email"]:focus,
input[type="email"]:target,
input[type="month"]:focus,
input[type="month"]:target,
input[type="number"]:focus,
input[type="number"]:target,
input[type="password"]:focus,
input[type="password"]:target,
input[type="tel"]:focus,
input[type="tel"]:target,
input[type="text"]:focus,
input[type="text"]:target,
input[type="time"]:focus,
input[type="time"]:target,
input[type="url"]:focus,
input[type="url"]:target,
input[type="week"]:focus,
input[type="week"]:target,
textarea:focus,
textarea:target {
  color: #2d2619;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
}
/* line 64, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.error input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"]:focus, div.formError[style*="opacity: 0."] + input[type="email"], input[type="email"]:focus.error, .error
input[type="date"]:focus, div.formError[style*="opacity: 0."] +
input[type="date"]:focus, div.formError[style*="opacity: 0."] +
input[type="date"],
input[type="date"]:focus.error, .error
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"],
input[type="text"]:focus.error, .error
input[type="datetime"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime"],
input[type="datetime"]:focus.error, .error
input[type="datetime-local"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime-local"]:focus, div.formError[style*="opacity: 0."] +
input[type="datetime-local"],
input[type="datetime-local"]:focus.error, .error
input[type="email"]:focus, div.formError[style*="opacity: 0."] +
input[type="email"]:focus, div.formError[style*="opacity: 0."] +
input[type="email"],
input[type="email"]:focus.error, .error
input[type="month"]:focus, div.formError[style*="opacity: 0."] +
input[type="month"]:focus, div.formError[style*="opacity: 0."] +
input[type="month"],
input[type="month"]:focus.error, .error
input[type="number"]:focus, div.formError[style*="opacity: 0."] +
input[type="number"]:focus, div.formError[style*="opacity: 0."] +
input[type="number"],
input[type="number"]:focus.error, .error
input[type="password"]:focus, div.formError[style*="opacity: 0."] +
input[type="password"]:focus, div.formError[style*="opacity: 0."] +
input[type="password"],
input[type="password"]:focus.error, .error
input[type="tel"]:focus, div.formError[style*="opacity: 0."] +
input[type="tel"]:focus, div.formError[style*="opacity: 0."] +
input[type="tel"],
input[type="tel"]:focus.error, .error
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"]:focus, div.formError[style*="opacity: 0."] +
input[type="text"],
input[type="text"]:focus.error, .error
input[type="time"]:focus, div.formError[style*="opacity: 0."] +
input[type="time"]:focus, div.formError[style*="opacity: 0."] +
input[type="time"],
input[type="time"]:focus.error, .error
input[type="url"]:focus, div.formError[style*="opacity: 0."] +
input[type="url"]:focus, div.formError[style*="opacity: 0."] +
input[type="url"],
input[type="url"]:focus.error, .error
input[type="week"]:focus, div.formError[style*="opacity: 0."] +
input[type="week"]:focus, div.formError[style*="opacity: 0."] +
input[type="week"],
input[type="week"]:focus.error, .error
textarea:focus, div.formError[style*="opacity: 0."] +
textarea:focus, div.formError[style*="opacity: 0."] +
textarea,
textarea:focus.error {
  color: #ec1c24;
}
/* line 33, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"]:focus,
input[type="date"]:focus,
input[type="text"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  outline-color: #034691;
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
/* line 39, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.error input[type="email"]:focus, div.formError[style^="opacity: 0."] + input[type="email"]:focus, input[type="email"]:focus.error, .error
input[type="date"]:focus, div.formError[style^="opacity: 0."] +
input[type="date"]:focus,
input[type="date"]:focus.error, .error
input[type="text"]:focus, div.formError[style^="opacity: 0."] +
input[type="text"]:focus,
input[type="text"]:focus.error, .error
input[type="datetime"]:focus, div.formError[style^="opacity: 0."] +
input[type="datetime"]:focus,
input[type="datetime"]:focus.error, .error
input[type="datetime-local"]:focus, div.formError[style^="opacity: 0."] +
input[type="datetime-local"]:focus,
input[type="datetime-local"]:focus.error, .error
input[type="email"]:focus, div.formError[style^="opacity: 0."] +
input[type="email"]:focus,
input[type="email"]:focus.error, .error
input[type="month"]:focus, div.formError[style^="opacity: 0."] +
input[type="month"]:focus,
input[type="month"]:focus.error, .error
input[type="number"]:focus, div.formError[style^="opacity: 0."] +
input[type="number"]:focus,
input[type="number"]:focus.error, .error
input[type="password"]:focus, div.formError[style^="opacity: 0."] +
input[type="password"]:focus,
input[type="password"]:focus.error, .error
input[type="tel"]:focus, div.formError[style^="opacity: 0."] +
input[type="tel"]:focus,
input[type="tel"]:focus.error, .error
input[type="text"]:focus, div.formError[style^="opacity: 0."] +
input[type="text"]:focus,
input[type="text"]:focus.error, .error
input[type="time"]:focus, div.formError[style^="opacity: 0."] +
input[type="time"]:focus,
input[type="time"]:focus.error, .error
input[type="url"]:focus, div.formError[style^="opacity: 0."] +
input[type="url"]:focus,
input[type="url"]:focus.error, .error
input[type="week"]:focus, div.formError[style^="opacity: 0."] +
input[type="week"]:focus,
input[type="week"]:focus.error, .error
textarea:focus, div.formError[style^="opacity: 0."] +
textarea:focus,
textarea:focus.error {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 1px;
}
/* line 72, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"][size="1"],
input[type="date"][size="1"],
input[type="text"][size="1"],
input[type="datetime"][size="1"],
input[type="datetime-local"][size="1"],
input[type="email"][size="1"],
input[type="month"][size="1"],
input[type="number"][size="1"],
input[type="password"][size="1"],
input[type="tel"][size="1"],
input[type="text"][size="1"],
input[type="time"][size="1"],
input[type="url"][size="1"],
input[type="week"][size="1"],
textarea[size="1"] {
  width: 1em;
}
/* line 73, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"][size="2"],
input[type="date"][size="2"],
input[type="text"][size="2"],
input[type="datetime"][size="2"],
input[type="datetime-local"][size="2"],
input[type="email"][size="2"],
input[type="month"][size="2"],
input[type="number"][size="2"],
input[type="password"][size="2"],
input[type="tel"][size="2"],
input[type="text"][size="2"],
input[type="time"][size="2"],
input[type="url"][size="2"],
input[type="week"][size="2"],
textarea[size="2"] {
  width: 2em;
}
/* line 74, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"][size="3"],
input[type="date"][size="3"],
input[type="text"][size="3"],
input[type="datetime"][size="3"],
input[type="datetime-local"][size="3"],
input[type="email"][size="3"],
input[type="month"][size="3"],
input[type="number"][size="3"],
input[type="password"][size="3"],
input[type="tel"][size="3"],
input[type="text"][size="3"],
input[type="time"][size="3"],
input[type="url"][size="3"],
input[type="week"][size="3"],
textarea[size="3"] {
  width: 3em;
}
/* line 75, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"][size="4"],
input[type="date"][size="4"],
input[type="text"][size="4"],
input[type="datetime"][size="4"],
input[type="datetime-local"][size="4"],
input[type="email"][size="4"],
input[type="month"][size="4"],
input[type="number"][size="4"],
input[type="password"][size="4"],
input[type="tel"][size="4"],
input[type="text"][size="4"],
input[type="time"][size="4"],
input[type="url"][size="4"],
input[type="week"][size="4"],
textarea[size="4"] {
  width: 4em;
}
/* line 76, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"][size="5"],
input[type="date"][size="5"],
input[type="text"][size="5"],
input[type="datetime"][size="5"],
input[type="datetime-local"][size="5"],
input[type="email"][size="5"],
input[type="month"][size="5"],
input[type="number"][size="5"],
input[type="password"][size="5"],
input[type="tel"][size="5"],
input[type="text"][size="5"],
input[type="time"][size="5"],
input[type="url"][size="5"],
input[type="week"][size="5"],
textarea[size="5"] {
  width: 5em;
}
/* line 77, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"][type="submit"], input[type="email"][type="reset"],
input[type="date"][type="submit"],
input[type="date"][type="reset"],
input[type="text"][type="submit"],
input[type="text"][type="reset"],
input[type="datetime"][type="submit"],
input[type="datetime"][type="reset"],
input[type="datetime-local"][type="submit"],
input[type="datetime-local"][type="reset"],
input[type="email"][type="submit"],
input[type="email"][type="reset"],
input[type="month"][type="submit"],
input[type="month"][type="reset"],
input[type="number"][type="submit"],
input[type="number"][type="reset"],
input[type="password"][type="submit"],
input[type="password"][type="reset"],
input[type="tel"][type="submit"],
input[type="tel"][type="reset"],
input[type="text"][type="submit"],
input[type="text"][type="reset"],
input[type="time"][type="submit"],
input[type="time"][type="reset"],
input[type="url"][type="submit"],
input[type="url"][type="reset"],
input[type="week"][type="submit"],
input[type="week"][type="reset"],
textarea[type="submit"],
textarea[type="reset"] {
  background-color: #ec1c24;
  background-image: none;
  color: white;
}
/* line 82, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"][type="submit"]:hover, input[type="email"][type="reset"]:hover,
input[type="date"][type="submit"]:hover,
input[type="date"][type="reset"]:hover,
input[type="text"][type="submit"]:hover,
input[type="text"][type="reset"]:hover,
input[type="datetime"][type="submit"]:hover,
input[type="datetime"][type="reset"]:hover,
input[type="datetime-local"][type="submit"]:hover,
input[type="datetime-local"][type="reset"]:hover,
input[type="email"][type="submit"]:hover,
input[type="email"][type="reset"]:hover,
input[type="month"][type="submit"]:hover,
input[type="month"][type="reset"]:hover,
input[type="number"][type="submit"]:hover,
input[type="number"][type="reset"]:hover,
input[type="password"][type="submit"]:hover,
input[type="password"][type="reset"]:hover,
input[type="tel"][type="submit"]:hover,
input[type="tel"][type="reset"]:hover,
input[type="text"][type="submit"]:hover,
input[type="text"][type="reset"]:hover,
input[type="time"][type="submit"]:hover,
input[type="time"][type="reset"]:hover,
input[type="url"][type="submit"]:hover,
input[type="url"][type="reset"]:hover,
input[type="week"][type="submit"]:hover,
input[type="week"][type="reset"]:hover,
textarea[type="submit"]:hover,
textarea[type="reset"]:hover {
  background-color: #ee333a;
  background-image: none;
}
/* line 87, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="email"][readonly],
input[type="date"][readonly],
input[type="text"][readonly],
input[type="datetime"][readonly],
input[type="datetime-local"][readonly],
input[type="email"][readonly],
input[type="month"][readonly],
input[type="number"][readonly],
input[type="password"][readonly],
input[type="tel"][readonly],
input[type="text"][readonly],
input[type="time"][readonly],
input[type="url"][readonly],
input[type="week"][readonly],
textarea[readonly] {
  background-color: rgba(242, 242, 241, 0.805);
  color: rgba(54, 47, 34, 0.895);
  font-size: 0.8em;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 138, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
  input[type="email"],
  input[type="date"],
  input[type="text"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="email"],
  input[type="month"],
  input[type="number"],
  input[type="password"],
  input[type="tel"],
  input[type="text"],
  input[type="time"],
  input[type="url"],
  input[type="week"],
  textarea {
    font-size: 16px !important;
  }
}

/* line 158, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="radio"]:not(old),
input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  opacity: 0;
}
/* line 165, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="radio"]:not(old) + label,
input[type="checkbox"]:not(old) + label {
  line-height: 2em;
  vertical-align: middle;
}
/* line 168, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="radio"]:not(old) + label::before,
input[type="checkbox"]:not(old) + label::before {
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 2em;
  color: #034ea1;
  height: 2em;
  line-height: 2em;
  margin-left: -1em;
  margin-right: 0.5em;
  vertical-align: middle;
}
/* line 182, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before,
input[type="checkbox"]:not(old):checked + label::before {
  color: #ec1c24;
}
/* line 188, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="radio"]:not(old):focus + label,
input[type="checkbox"]:not(old):focus + label {
  box-shadow: 0px 0px 2px 0px #034691;
}

/* line 197, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="radio"]:not(old) + label::before {
  content: '\f10c';
}
/* line 203, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="radio"]:not(old):checked + label::before {
  content: '\f192';
}

/* line 213, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="checkbox"]:not(old) + label::before {
  content: '\f096';
}
/* line 219, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
input[type="checkbox"]:not(old):checked + label::before {
  content: '\f046';
}

/* line 227, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
textarea {
  resize: vertical;
}

/* line 231, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
label {
  font-size: 0.85em;
}

/* Group control */
/* line 236, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group {
  margin-top: 1em;
  position: relative;
}
@media (min-width: 768px) {
  /* line 240, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
  .group.sized {
    float: left;
  }
}
@media (min-width: 768px) {
  /* line 247, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
  .group.sized.half {
    width: 50%;
  }
  /* line 251, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.half:not(.new-row) {
    width: 48%;
    margin-left: 2%;
  }
  /* line 255, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.half {
    width: 50%;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  /* line 261, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
  .group.sized.third {
    width: 33%;
  }
  /* line 265, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
  *[class*="sized"] ~ .group.sized.third:not(.new-row) {
    width: 31%;
    margin-left: 2%;
  }
  /* line 269, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
  .group:not(*[class*="sized"]) + .group.sized.third {
    width: 33%;
    margin-left: 0;
  }
}
/* line 275, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.sized.quarter {
  float: left;
  width: 25%;
}
/* line 280, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
*[class*="sized"] ~ .group.sized.quarter:not(.new-row) {
  width: 23%;
  margin-left: 2%;
}
/* line 284, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group:not(*[class*="sized"]) + .group.sized.quarter {
  width: 25%;
  margin-left: 0;
}
/* line 290, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.sized.three-quarter {
  float: left;
  width: 75%;
}
/* line 295, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
*[class*="sized"] ~ .group.sized.three-quarter:not(.new-row) {
  width: 73%;
  margin-left: 2%;
}
/* line 299, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group:not(*[class*="sized"]) + .group.sized.three-quarter {
  width: 75%;
  margin-left: 0;
}
/* line 306, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.sized + .group:not(*[class*="sized"])::before {
  content: '';
  display: table;
  clear: left;
  height: 1em;
}
/* line 316, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.readonly label::after {
  display: inline-block;
  height: 1em;
  bottom: -1em;
  content: '(Read Only)';
  color: rgba(45, 38, 25, 0.85);
  font-size: 0.75em;
  line-height: 1em;
}

/* Fancy Stylized Inputs 
 * inspired by http://tympanus.net/Development/TextInputEffects/ */
/* line 331, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.pulse-on-focus {
  display: block;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
/* line 354, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.pulse-on-focus input[type="email"]:focus,
.group.pulse-on-focus input[type="date"]:focus,
.group.pulse-on-focus input[type="text"]:focus,
.group.pulse-on-focus input[type="datetime"]:focus,
.group.pulse-on-focus input[type="datetime-local"]:focus,
.group.pulse-on-focus input[type="email"]:focus,
.group.pulse-on-focus input[type="month"]:focus,
.group.pulse-on-focus input[type="number"]:focus,
.group.pulse-on-focus input[type="password"]:focus,
.group.pulse-on-focus input[type="tel"]:focus,
.group.pulse-on-focus input[type="text"]:focus,
.group.pulse-on-focus input[type="time"]:focus,
.group.pulse-on-focus input[type="url"]:focus,
.group.pulse-on-focus input[type="week"]:focus,
.group.pulse-on-focus textarea:focus,
.group.pulse-on-focus select:focus {
  outline-width: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-animation: animate-shadow 0.3s normal;
  animation: animate-shadow 0.3s normal;
}

/* line 363, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher {
  /*  insipired by http://cssdeck.com/labs/radio-button
    <div class="group radio switcher">
      <!-- #blank is optional, but recommended - it allows users to not answer the question-->
      <label for="blank">So here's the Yes or No Question...</label>
      <input type="radio" name="field_name" id="blank" value="" checked>
      <input type="radio" name="field_name" id="yes"   value="yes">
      <input type="radio" name="field_name" id="no"    value="no">
      <div class="switch">
        <label for="yes">Yes</label>
        <label for="no" >No</label>
        <span></span>
      </div>
    </div>
    */
  position: relative;
}
/* line 379, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher > label {
  display: block;
  text-align: center;
}
/* line 383, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher input[type="radio"] {
  display: none;
}
/* line 386, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher .switch {
  width: calc(100% - 2em);
  height: 2em;
  text-align: center;
  margin: 0 auto;
  background: #ec1c24;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1em;
  position: relative;
}
/* line 396, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher .switch span {
  position: absolute;
  width: 20px;
  height: 4px;
  top: 50%;
  left: 50%;
  margin: -2px 0px 0px -4px;
  background: white;
  display: block;
  -webkit-transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transform: rotate(-45deg);
  transition: all 0.2s ease;
}
/* line 409, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher .switch span:after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 12px;
  margin-top: -8px;
  background: white;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 420, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher .switch span:before {
  content: 'or';
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -17px;
  left: -2px;
  z-index: 100;
  color: #96938c;
  font-size: 0.8em;
  text-transform: uppercase;
}
/* line 433, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher .switch label {
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5);
  width: 50%;
  line-height: 2.35294 em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
/* line 440, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="yes"] {
  position: absolute;
  left: 0px;
  height: 20px;
}
/* line 445, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher .switch label[for*="no"] {
  position: absolute;
  right: 0px;
}
/* line 452, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher label[for*="blank"]:after {
  content: ' (reset)';
  font-size: 0.8em;
  font-style: italic;
  cursor: pointer;
}
/* line 460, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch {
  background: #96938c;
}
/* line 462, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span {
  background: #ec1c24;
  margin-left: -8px;
}
/* line 465, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:after {
  background: #ec1c24;
  height: 20px;
  margin-top: -8px;
  margin-left: 8px;
}
/* line 471, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch span:before {
  display: none;
}
/* line 475, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #no:checked ~ .switch label[for*="no"] {
  color: white;
  font-weight: 700;
}
/* line 484, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch span:before {
  display: none;
}
/* line 488, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #yes:checked ~ .switch label[for*="yes"] {
  color: white;
  font-weight: 700;
}
/* line 495, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #96938c;
}
/* line 498, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.radio.switcher #blank:checked ~ .switch label {
  color: rgba(45, 38, 25, 0.9);
}

/* embedded labels */
/* line 507, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.embedded-labels div.embedded-label {
  position: relative;
}
/* line 509, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.embedded-labels div.embedded-label label {
  position: absolute;
  top: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 2em;
  cursor: text;
  opacity: 0.5;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 521, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.embedded-labels div.embedded-label input {
  padding: 0.75em 6px;
  min-height: 3em;
}
/* line 526, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.embedded-labels div.embedded-label.fn_formFocus-filled label {
  top: 0.25em;
  left: 0.75em;
  font-size: 0.67em;
  line-height: 1em;
  color: #0f1d42;
  opacity: 1;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/* honey pot */
/* line 540, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

/* site specific overrides */
/* line 547, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 553, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
.group.select label {
  display: block;
  font-size: 0.8em;
}

/* GRID */
/* line 560, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform {
  /* custom file inputs */
}
/* line 561, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform .grid-publish {
  padding: 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 570, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform.custom-fields input.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
/* line 577, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform.custom-fields input.inputfile + label {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active #cform.custom-fields input.inputfile + label {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive #cform.custom-fields input.inputfile + label {
  opacity: 1;
}
/* line 584, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform.custom-fields input.inputfile:focus + label {
  outline: 2px solid #034691;
}
/* line 597, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform.custom-fields .remove-file {
  float: right;
  margin-top: -4px;
}
/* line 603, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform i {
  font: italic normal 1em "Open Sans", Verdana, Geneva, sans-serif !important;
}
/* line 604, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform b {
  font: normal 700 1em "Open Sans", Verdana, Geneva, sans-serif !important;
}
/* line 605, /Users/brandon/Sites/studentathleteworldtours/sass/site/_forms.scss */
#cform .fa {
  font-family: FontAwesome !important;
  color: currentColor;
  font-style: normal !important;
}
#cform .grid-field__column-tool i{
  font-family: FontAwesome !important;
  font-style: normal;
  color:white;
}
@media (min-width: 768px) {
  /* line 33, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  .mobile-only {
    display: none;
  }
}

/* line 40, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.no-mobile {
  display: none;
}
@media (min-width: 768px) {
  /* line 40, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  .no-mobile {
    display: block;
  }
  /* line 45, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  .no-mobile ul li {
    display: list-item;
  }
}

/* body */
/* line 53, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
body {
  background-color: #f0efed;
  background-image: url(/images/site_images/asfalt-dark.png);
  background-size: 155.33333px 116.33333px;
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: top left;
}

/* header */
/* line 61, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #034ea1;
  height: 42px;
  padding-top: 4px;
  padding-bottom: 4px;
  z-index: 100;
}
/* line 71, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
header .logo {
  width: calc(129px + 32px);
  -moz-transition: -moz-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  float: right;
}
/* line 76, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
header + a[href="#navigation"], #cform header + a[href="#navigation"],
#cform header + button[href="#navigation"] {
  position: fixed;
  top: 0px;
  left: 0.25em;
  height: 50px;
  z-index: 101;
}
/* line 84, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
header.open .logo {
  opacity: 0.4;
}

/* line 92, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.logo {
  display: block;
  width: 129px;
  height: 43px;
  background-image: url(/images/site_images/logo@2x.png);
  background-size: 129px 43px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
}

/* Navigation components */
/* line 108, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.skip-navigation, #cform a.skip-navigation,
#cform button.skip-navigation {
  height: 28px;
  padding: 6px;
  position: absolute;
  top: -86px;
  left: 0px;
  color: white;
  line-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 2px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 10001;
}
/* line 127, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.skip-navigation:focus, #cform a.skip-navigation:focus,
#cform button.skip-navigation:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: rgba(236, 28, 36, 0.8);
  outline: 0;
  -webkit-transition: top .1s ease-in, background .5s linear;
  transition: top .1s ease-in, background .5s linear;
}

/* hamburger icon */
/* line 139, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.svg-menu-toggle {
  fill: white;
  pointer-events: all;
  cursor: pointer;
}
/* line 143, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.svg-menu-toggle .bar {
  opacity: 1;
  -moz-transform: rotate(0) translateY(0) translateX(0);
  -ms-transform: rotate(0) translateY(0) translateX(0);
  -webkit-transform: rotate(0) translateY(0) translateX(0);
  transform: rotate(0) translateY(0) translateX(0);
  -moz-transition: -moz-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -moz-transform-origin: 20px 10px;
  -ms-transform-origin: 20px 10px;
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
}
/* line 151, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.svg-menu-toggle .bar:nth-of-type(1) {
  -moz-transform-origin: 20px 10px;
  -ms-transform-origin: 20px 10px;
  -webkit-transform-origin: 20px 10px;
  transform-origin: 20px 10px;
}
/* line 157, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.svg-menu-toggle .bar:nth-of-type(3) {
  -moz-transform-origin: 20px 20px;
  -ms-transform-origin: 20px 20px;
  -webkit-transform-origin: 20px 20px;
  transform-origin: 20px 20px;
}
/* line 168, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.open + * .svg-menu-toggle .bar:nth-of-type(1), .svg-menu-toggle:hover .bar:nth-of-type(1) {
  -moz-transform: rotate(-45deg) translateY(0) translateX(0);
  -ms-transform: rotate(-45deg) translateY(0) translateX(0);
  -webkit-transform: rotate(-45deg) translateY(0) translateX(0);
  transform: rotate(-45deg) translateY(0) translateX(0);
}
/* line 171, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.open + * .svg-menu-toggle .bar:nth-of-type(2), .svg-menu-toggle:hover .bar:nth-of-type(2) {
  opacity: 0;
}
/* line 174, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.open + * .svg-menu-toggle .bar:nth-of-type(3), .svg-menu-toggle:hover .bar:nth-of-type(3) {
  -moz-transform: rotate(45deg) translateY(0em) translateX(0em);
  -ms-transform: rotate(45deg) translateY(0em) translateX(0em);
  -webkit-transform: rotate(45deg) translateY(0em) translateX(0em);
  transform: rotate(45deg) translateY(0em) translateX(0em);
}

@media (min-width: 768px) {
  /* line 180, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  .navburger {
    display: none;
  }
}

/* on/off screen */
/* line 187, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation {
  display: block;
  position: fixed;
  top: 50px;
  left: 0;
  padding-top: 1em;
  padding-bottom: 5em;
  height: calc(100vh - 50px - 6em);
  opacity: 0.5;
  z-index: -1;
  -moz-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
  -moz-transition: -moz-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}
/* line 199, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation:target, #navigation.open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  z-index: 200;
}
@media (min-width: 768px) {
  /* line 187, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  #navigation {
    -moz-transform: translateX(0vw);
    -ms-transform: translateX(0vw);
    -webkit-transform: translateX(0vw);
    transform: translateX(0vw);
    opacity: 1;
    z-index: 0;
  }
}

/* nav items */
/* line 214, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a,
#navigation #cform button,
#cform #navigation button {
  display: block;
  height: 40px;
  margin-bottom: 2px;
  background-color: #637296;
  -moz-box-shadow: 0px 1px 0px #02346c;
  -webkit-box-shadow: 0px 1px 0px #02346c;
  box-shadow: 0px 1px 0px #02346c;
  padding: 5px 0 5px 1em;
  width: calc(100vw - 2em);
  color: white;
  font-size: 0.9375em;
  line-height: 1.6em;
  line-height: 40px;
}
/* line 227, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.close,
#navigation #cform button.close,
#cform #navigation button.close {
  background-color: transparent;
  width: 100%;
  padding-left: 0;
  opacity: 0;
  position: absolute;
  top: -50px;
}
/* line 235, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.long-line,
#navigation #cform button.long-line,
#cform #navigation button.long-line {
  line-height: 20px;
}
/* line 238, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a .text,
#navigation #cform button .text,
#cform #navigation button .text {
  float: left;
}
/* line 241, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a .icon,
#navigation #cform button .icon,
#cform #navigation button .icon {
  width: 50px;
  height: 50px;
  margin-top: -5px;
  text-align: center;
  background-color: #ec1c24;
  float: right;
  position: relative;
}
/* line 249, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a .icon::after,
#navigation #cform button .icon::after,
#cform #navigation button .icon::after {
  content: '\f00d';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 28px;
  line-height: 50px;
  margin: 0 0.5em;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
/* line 269, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.incomplete .icon::after,
#navigation #cform button.incomplete .icon::after,
#cform #navigation button.incomplete .icon::after {
  content: '\f00d';
}
/* line 274, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.in-progress,
#navigation #cform button.in-progress,
#cform #navigation button.in-progress {
  background-color: #2969af;
  cursor: default;
}
/* line 278, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.in-progress .icon::after,
#navigation #cform button.in-progress .icon::after,
#cform #navigation button.in-progress .icon::after {
  content: '';
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAXCAYAAADgKtSgAAAABGdBTUEAALGPC/xhBQAAAVBJREFUSA21lTGOwjAQRTEnoKRNS4dyAIotOAftVihn4Azbcog9AR0NLQUNLXdA2vAfZLQTrSEO8X7pa+x45k/ieMZh9AJ1XZdaXokzsRCn4kU8i0dxG0I4yKZDoktxL6YAv2WnupzG4kb8EfsAf+LG0SQsiN+ix0mTtTgXJ37hyZj4vwn0kMyGqwaVGPyb2GKH3fiYkZzZY9sKhD9aDs2kQ9SW0fn9B5r4n1fFhHlm0Ql2f9eQY+mc2ePWVvhEzi9lWLL5nGPDl85tbZOBdoU4BWLY2SCDnSFeOCEqLxcKxCnp/8AUcXqFwX+FPXvXXhD3W7F4VykSd0ac7mb4fHUUzSnRHikMf845vzmKCB3a9b3yfIUOLX+EHxXaiPvewuKQxtXuLU0C3xVJAPq2XGLaXbERj/VznPsg3s9dgvw3EeIGvWqWOzSYYMwqyaDb/wa/YpcD4mKJmAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}
/* line 287, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.complete,
#navigation #cform button.complete,
#cform #navigation button.complete {
  background-color: #034ea1;
}
/* line 289, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.complete[href$="edit"],
#navigation #cform button.complete[href$="edit"],
#cform #navigation button.complete[href$="edit"] {
  cursor: pointer;
}
/* line 293, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.complete .icon::after,
#navigation #cform button.complete .icon::after,
#cform #navigation button.complete .icon::after {
  content: '\f05d';
}
/* line 300, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.editable .text:before,
#navigation #cform button.editable .text:before,
#cform #navigation button.editable .text:before {
  content: '\f040';
  font-family: FontAwesome;
  margin-right: 1rem;
}
/* line 307, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a,
#navigation #cform button,
#cform #navigation button,
#navigation a .icon,
#navigation #cform button .icon,
#cform #navigation button .icon {
  -moz-border-radius: 0px 2px 2px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 2px 2px 0px;
}
/* line 311, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a.further-actions,
#navigation #cform button.further-actions,
#cform #navigation button.further-actions {
  background-color: #ec1c24;
}
/* line 314, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation a[href*="void(0)"],
#navigation #cform button[href*="void(0)"],
#cform #navigation button[href*="void(0)"] {
  cursor: default;
}
@media (min-width: 768px) {
  /* line 213, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  #navigation {
    padding-top: 1em;
  }
  /* line 320, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  #navigation a,
  #navigation #cform button,
  #cform #navigation button {
    width: calc(100% - 1em);
  }
  /* line 322, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  #navigation a.close,
  #navigation #cform button.close,
  #cform #navigation button.close {
    display: none;
  }
}

/* main */
/* line 330, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
main {
  -moz-transition: -moz-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  margin-top: 50px;
  padding-top: 1px;
}
/* line 334, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
main h1, main #cform h1.de-style, #cform main h1.de-style {
  margin-top: 0;
}
/* line 337, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#navigation:target + main, #navigation.open + main {
  -moz-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  -webkit-transform: translateX(100vw);
  transform: translateX(100vw);
}

/* page icon */
/* line 344, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.page-icon {
  width: 250px;
  height: 250px;
  margin: 16px auto 50px;
  font-size: 15.625em;
  line-height: 1.056em;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.31);
  text-align: center;
}
/* line 351, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.page-icon.hold {
  color: #ec1c24;
}

/* tablet/desktop page text */
@media (min-width: 768px) {
  /* line 357, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  h2.status, #cform h2.status.de-style,
  h2.instructions,
  #cform h2.instructions.de-style,
  div.block-text,
  .student form {
    width: 20em;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  /* line 357, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  h2.status, #cform h2.status.de-style,
  h2.instructions,
  #cform h2.instructions.de-style,
  div.block-text,
  .student form {
    max-width: 52em;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* Button Definitions */
/* line 375, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.button-box {
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
}
/* line 378, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.button-box a, .button-box #cform a, #cform .button-box a,
.button-box #cform button,
#cform .button-box button, .button-box button, .button-box #cform a, #cform .button-box a,
.button-box #cform button,
#cform .button-box button {
  float: right;
}

/* line 383, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button, #cform a.button,
#cform.custom-fields input.inputfile + label,
#cform button.button,
#cform input[type="submit"], button.button, #cform.custom-fields input.inputfile + label, input[type="submit"], #cform a.button,
#cform button.button,
#cform input[type="submit"] {
  display: block;
  text-align: center;
  margin: 0.5em 0;
  height: auto;
  background: red;
  padding: 1em;
  color: white;
  font-weight: 700;
  background-color: #ec1c24;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyNjc2YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0MTkyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2676c), color-stop(100%, #d41920));
  background-image: -moz-linear-gradient(#f2676c, #d41920);
  background-image: -webkit-linear-gradient(#f2676c, #d41920);
  background-image: linear-gradient(#f2676c, #d41920);
  border: 1px solid #034ea1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
}
/* line 397, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button:link, #cform a.button:link,
#cform.custom-fields input.inputfile + label:link,
#cform button.button:link,
#cform input[type="submit"]:link, a.button:visited, #cform a.button:visited,
#cform.custom-fields input.inputfile + label:visited,
#cform button.button:visited,
#cform input[type="submit"]:visited, a.button:hover, #cform a.button:hover,
#cform.custom-fields input.inputfile + label:hover,
#cform button.button:hover,
#cform input[type="submit"]:hover, a.button:active, #cform a.button:active,
#cform.custom-fields input.inputfile + label:active,
#cform button.button:active,
#cform input[type="submit"]:active, button.button:link, #cform.custom-fields input.inputfile + label:link, input[type="submit"]:link, #cform a.button:link,
#cform button.button:link,
#cform input[type="submit"]:link, button.button:visited, #cform.custom-fields input.inputfile + label:visited, input[type="submit"]:visited, #cform a.button:visited,
#cform button.button:visited,
#cform input[type="submit"]:visited, button.button:hover, #cform.custom-fields input.inputfile + label:hover, input[type="submit"]:hover, #cform a.button:hover,
#cform button.button:hover,
#cform input[type="submit"]:hover, button.button:active, #cform.custom-fields input.inputfile + label:active, input[type="submit"]:active, #cform a.button:active,
#cform button.button:active,
#cform input[type="submit"]:active {
  color: white;
}
/* line 403, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.small, #cform a.button.small,
#cform.custom-fields input.inputfile + label.small,
#cform button.button.small,
#cform input.small[type="submit"], button.button.small, #cform.custom-fields input.inputfile + label.small, input.small[type="submit"], #cform a.button.small,
#cform button.button.small,
#cform input.small[type="submit"] {
  font-size: 0.8em;
}
/* line 408, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.large, #cform a.button.large,
#cform.custom-fields input.inputfile + label.large,
#cform button.button.large,
#cform input.large[type="submit"], button.button.large, #cform.custom-fields input.inputfile + label.large, input.large[type="submit"], #cform a.button.large,
#cform button.button.large,
#cform input.large[type="submit"] {
  font-size: 1.33em;
}
/* line 411, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.full-width, #cform a.button.full-width,
#cform.custom-fields input.inputfile + label.full-width,
#cform button.button.full-width,
#cform input.full-width[type="submit"], button.button.full-width, #cform.custom-fields input.inputfile + label.full-width, input.full-width[type="submit"], #cform a.button.full-width,
#cform button.button.full-width,
#cform input.full-width[type="submit"] {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
/* line 416, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.white, #cform a.button.white,
#cform.custom-fields input.inputfile + label.white,
#cform button.button.white,
#cform input.white[type="submit"], button.button.white, #cform.custom-fields input.inputfile + label.white, input.white[type="submit"], #cform a.button.white,
#cform button.button.white,
#cform input.white[type="submit"] {
  background-color: rgba(255, 255, 255, 0.55);
  background-image: none;
  color: #ec1c24;
}
/* line 420, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.white:link, #cform a.button.white:link,
#cform.custom-fields input.inputfile + label.white:link,
#cform button.button.white:link,
#cform input.white[type="submit"]:link, a.button.white:visited, #cform a.button.white:visited,
#cform.custom-fields input.inputfile + label.white:visited,
#cform button.button.white:visited,
#cform input.white[type="submit"]:visited, a.button.white:hover, #cform a.button.white:hover,
#cform.custom-fields input.inputfile + label.white:hover,
#cform button.button.white:hover,
#cform input.white[type="submit"]:hover, a.button.white:active, #cform a.button.white:active,
#cform.custom-fields input.inputfile + label.white:active,
#cform button.button.white:active,
#cform input.white[type="submit"]:active, button.button.white:link, #cform.custom-fields input.inputfile + label.white:link, input.white[type="submit"]:link, #cform a.button.white:link,
#cform button.button.white:link,
#cform input.white[type="submit"]:link, button.button.white:visited, #cform.custom-fields input.inputfile + label.white:visited, input.white[type="submit"]:visited, #cform a.button.white:visited,
#cform button.button.white:visited,
#cform input.white[type="submit"]:visited, button.button.white:hover, #cform.custom-fields input.inputfile + label.white:hover, input.white[type="submit"]:hover, #cform a.button.white:hover,
#cform button.button.white:hover,
#cform input.white[type="submit"]:hover, button.button.white:active, #cform.custom-fields input.inputfile + label.white:active, input.white[type="submit"]:active, #cform a.button.white:active,
#cform button.button.white:active,
#cform input.white[type="submit"]:active {
  color: #ec1c24;
}
/* line 427, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.blue, #cform a.button.blue,
#cform.custom-fields input.inputfile + label.blue,
#cform button.button.blue,
#cform input.blue[type="submit"], button.button.blue, #cform.custom-fields input.inputfile + label.blue, input.blue[type="submit"], #cform a.button.blue,
#cform button.button.blue,
#cform input.blue[type="submit"] {
  background-color: #034ea1;
  background-image: none;
  color: white;
}
/* line 431, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.blue:link, #cform a.button.blue:link,
#cform.custom-fields input.inputfile + label.blue:link,
#cform button.button.blue:link,
#cform input.blue[type="submit"]:link, a.button.blue:visited, #cform a.button.blue:visited,
#cform.custom-fields input.inputfile + label.blue:visited,
#cform button.button.blue:visited,
#cform input.blue[type="submit"]:visited, a.button.blue:hover, #cform a.button.blue:hover,
#cform.custom-fields input.inputfile + label.blue:hover,
#cform button.button.blue:hover,
#cform input.blue[type="submit"]:hover, a.button.blue:active, #cform a.button.blue:active,
#cform.custom-fields input.inputfile + label.blue:active,
#cform button.button.blue:active,
#cform input.blue[type="submit"]:active, button.button.blue:link, #cform.custom-fields input.inputfile + label.blue:link, input.blue[type="submit"]:link, #cform a.button.blue:link,
#cform button.button.blue:link,
#cform input.blue[type="submit"]:link, button.button.blue:visited, #cform.custom-fields input.inputfile + label.blue:visited, input.blue[type="submit"]:visited, #cform a.button.blue:visited,
#cform button.button.blue:visited,
#cform input.blue[type="submit"]:visited, button.button.blue:hover, #cform.custom-fields input.inputfile + label.blue:hover, input.blue[type="submit"]:hover, #cform a.button.blue:hover,
#cform button.button.blue:hover,
#cform input.blue[type="submit"]:hover, button.button.blue:active, #cform.custom-fields input.inputfile + label.blue:active, input.blue[type="submit"]:active, #cform a.button.blue:active,
#cform button.button.blue:active,
#cform input.blue[type="submit"]:active {
  color: white;
}
/* line 438, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.orange, #cform a.button.orange,
#cform.custom-fields input.inputfile + label.orange,
#cform button.button.orange,
#cform input.orange[type="submit"], button.button.orange, #cform.custom-fields input.inputfile + label.orange, input.orange[type="submit"], #cform a.button.orange,
#cform button.button.orange,
#cform input.orange[type="submit"] {
  background-color: #DA4D25;
  background-image: none;
  color: white;
}
/* line 442, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.orange:link, #cform a.button.orange:link,
#cform.custom-fields input.inputfile + label.orange:link,
#cform button.button.orange:link,
#cform input.orange[type="submit"]:link, a.button.orange:visited, #cform a.button.orange:visited,
#cform.custom-fields input.inputfile + label.orange:visited,
#cform button.button.orange:visited,
#cform input.orange[type="submit"]:visited, a.button.orange:hover, #cform a.button.orange:hover,
#cform.custom-fields input.inputfile + label.orange:hover,
#cform button.button.orange:hover,
#cform input.orange[type="submit"]:hover, a.button.orange:active, #cform a.button.orange:active,
#cform.custom-fields input.inputfile + label.orange:active,
#cform button.button.orange:active,
#cform input.orange[type="submit"]:active, button.button.orange:link, #cform.custom-fields input.inputfile + label.orange:link, input.orange[type="submit"]:link, #cform a.button.orange:link,
#cform button.button.orange:link,
#cform input.orange[type="submit"]:link, button.button.orange:visited, #cform.custom-fields input.inputfile + label.orange:visited, input.orange[type="submit"]:visited, #cform a.button.orange:visited,
#cform button.button.orange:visited,
#cform input.orange[type="submit"]:visited, button.button.orange:hover, #cform.custom-fields input.inputfile + label.orange:hover, input.orange[type="submit"]:hover, #cform a.button.orange:hover,
#cform button.button.orange:hover,
#cform input.orange[type="submit"]:hover, button.button.orange:active, #cform.custom-fields input.inputfile + label.orange:active, input.orange[type="submit"]:active, #cform a.button.orange:active,
#cform button.button.orange:active,
#cform input.orange[type="submit"]:active {
  color: white;
}
/* line 449, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.green, #cform a.button.green,
#cform.custom-fields input.inputfile + label.green,
#cform button.button.green,
#cform input.green[type="submit"], button.button.green, #cform.custom-fields input.inputfile + label.green, input.green[type="submit"], #cform a.button.green,
#cform button.button.green,
#cform input.green[type="submit"] {
  background-color: #417505;
  background-image: none;
  color: white;
}
/* line 453, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.button.green:link, #cform a.button.green:link,
#cform.custom-fields input.inputfile + label.green:link,
#cform button.button.green:link,
#cform input.green[type="submit"]:link, a.button.green:visited, #cform a.button.green:visited,
#cform.custom-fields input.inputfile + label.green:visited,
#cform button.button.green:visited,
#cform input.green[type="submit"]:visited, a.button.green:hover, #cform a.button.green:hover,
#cform.custom-fields input.inputfile + label.green:hover,
#cform button.button.green:hover,
#cform input.green[type="submit"]:hover, a.button.green:active, #cform a.button.green:active,
#cform.custom-fields input.inputfile + label.green:active,
#cform button.button.green:active,
#cform input.green[type="submit"]:active, button.button.green:link, #cform.custom-fields input.inputfile + label.green:link, input.green[type="submit"]:link, #cform a.button.green:link,
#cform button.button.green:link,
#cform input.green[type="submit"]:link, button.button.green:visited, #cform.custom-fields input.inputfile + label.green:visited, input.green[type="submit"]:visited, #cform a.button.green:visited,
#cform button.button.green:visited,
#cform input.green[type="submit"]:visited, button.button.green:hover, #cform.custom-fields input.inputfile + label.green:hover, input.green[type="submit"]:hover, #cform a.button.green:hover,
#cform button.button.green:hover,
#cform input.green[type="submit"]:hover, button.button.green:active, #cform.custom-fields input.inputfile + label.green:active, input.green[type="submit"]:active, #cform a.button.green:active,
#cform button.button.green:active,
#cform input.green[type="submit"]:active {
  color: white;
}
/* line 461, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
a.float-right, #cform a.float-right,
#cform button.float-right, button.float-right, #cform a.float-right,
#cform button.float-right {
  margin-left: 1em;
}

/* line 468, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#cform a,
#cform button,
#cform a,
#cform button {
  background-image: none;
}
/* line 472, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#cform a.blue,
#cform button.blue,
#cform a.blue,
#cform button.blue {
  background-color: #034ea1 !important;
}

/* bottom button */
/* line 478, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.bottom-button-wrapper {
  min-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: table;
}

/* line 486, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.bottom-button, #cform a.bottom-button,
#cform button.bottom-button {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  text-shadow: 1px 1px 1px #02346c;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .bottom-button, .wf-active #cform a.bottom-button, #cform .wf-active a.bottom-button,
.wf-active #cform button.bottom-button,
#cform .wf-active button.bottom-button {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .bottom-button, .wf-inactive #cform a.bottom-button, #cform .wf-inactive a.bottom-button,
.wf-inactive #cform button.bottom-button,
#cform .wf-inactive button.bottom-button {
  opacity: 1;
}
/* line 489, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.bottom-button[data-button-style="Next"], #cform a[data-button-style="Next"].bottom-button,
#cform button[data-button-style="Next"].bottom-button {
  font-size: 0.75em;
  line-height: 2em;
  line-height: 1.1;
  display: table-cell;
  vertical-align: middle;
  min-width: 200px;
  max-width: 340px;
  width: calc(100% - 2em);
  height: 60px;
  border: none;
  background-color: transparent;
  background-image: url(/images/site_images/next-button.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 507, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.bottom-button[data-button-style="Save"], #cform a[data-button-style="Save"].bottom-button,
#cform button[data-button-style="Save"].bottom-button {
  width: 12em;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  /* line 513, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  .bottom-button[data-button-style="Next"], #cform a[data-button-style="Next"].bottom-button,
  #cform button[data-button-style="Next"].bottom-button {
    font-size: 1em;
    line-height: 1.5em;
  }
}

/* progress bar */
/* line 523, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar {
  display: block;
  width: auto;
  height: 26px;
  margin: 1em auto;
  position: relative;
  background-color: rgba(255, 255, 255, 0.6);
  border: 1px solid #034ea1;
  -moz-box-shadow: inset -1px 1px 2px 0px rgba(45, 38, 25, 0.5);
  -webkit-box-shadow: inset -1px 1px 2px 0px rgba(45, 38, 25, 0.5);
  box-shadow: inset -1px 1px 2px 0px rgba(45, 38, 25, 0.5);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/* line 533, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar::after {
  content: '\f0ac\002006';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 8px;
  background-color: #ec1c24;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyNjc2YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q0MTkyMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2676c), color-stop(100%, #d41920));
  background-image: -moz-linear-gradient(#f2676c, #d41920);
  background-image: -webkit-linear-gradient(#f2676c, #d41920);
  background-image: linear-gradient(#f2676c, #d41920);
  border-right: 1px solid #034ea1;
  -moz-border-radius: 0px 8px 8px 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px 8px 8px 0px;
  -moz-box-shadow: 1px 1px 1px 0px rgba(45, 38, 25, 0.2);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(45, 38, 25, 0.2);
  box-shadow: 1px 1px 1px 0px rgba(45, 38, 25, 0.2);
  -moz-transition: width 1s ease-out;
  -o-transition: width 1s ease-out;
  -webkit-transition: width 1s ease-out;
  transition: width 1s ease-out;
  font-family: FontAwesome, sans-serif;
  color: white;
  text-shadow: 0px 0px 3px rgba(45, 38, 25, 0.95);
  line-height: 26px;
  text-align: right;
  font-size: 42px;
}
/* line 553, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar::before {
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  text-align: right;
  font-size: 10px;
  line-height: 26px;
  opacity: 0.5;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="1"]::after {
  width: 1%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="1"]::before {
  content: "1% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="2"]::after {
  width: 2%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="2"]::before {
  content: "2% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="3"]::after {
  width: 3%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="3"]::before {
  content: "3% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="4"]::after {
  width: 4%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="4"]::before {
  content: "4% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="5"]::after {
  width: 5%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="5"]::before {
  content: "5% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="6"]::after {
  width: 6%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="6"]::before {
  content: "6% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="7"]::after {
  width: 7%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="7"]::before {
  content: "7% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="8"]::after {
  width: 8%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="8"]::before {
  content: "8% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="9"]::after {
  width: 9%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="9"]::before {
  content: "9% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="10"]::after {
  width: 10%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="10"]::before {
  content: "10% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="11"]::after {
  width: 11%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="11"]::before {
  content: "11% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="12"]::after {
  width: 12%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="12"]::before {
  content: "12% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="13"]::after {
  width: 13%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="13"]::before {
  content: "13% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="14"]::after {
  width: 14%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="14"]::before {
  content: "14% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="15"]::after {
  width: 15%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="15"]::before {
  content: "15% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="16"]::after {
  width: 16%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="16"]::before {
  content: "16% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="17"]::after {
  width: 17%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="17"]::before {
  content: "17% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="18"]::after {
  width: 18%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="18"]::before {
  content: "18% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="19"]::after {
  width: 19%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="19"]::before {
  content: "19% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="20"]::after {
  width: 20%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="20"]::before {
  content: "20% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="21"]::after {
  width: 21%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="21"]::before {
  content: "21% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="22"]::after {
  width: 22%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="22"]::before {
  content: "22% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="23"]::after {
  width: 23%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="23"]::before {
  content: "23% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="24"]::after {
  width: 24%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="24"]::before {
  content: "24% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="25"]::after {
  width: 25%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="25"]::before {
  content: "25% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="26"]::after {
  width: 26%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="26"]::before {
  content: "26% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="27"]::after {
  width: 27%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="27"]::before {
  content: "27% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="28"]::after {
  width: 28%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="28"]::before {
  content: "28% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="29"]::after {
  width: 29%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="29"]::before {
  content: "29% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="30"]::after {
  width: 30%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="30"]::before {
  content: "30% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="31"]::after {
  width: 31%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="31"]::before {
  content: "31% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="32"]::after {
  width: 32%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="32"]::before {
  content: "32% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="33"]::after {
  width: 33%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="33"]::before {
  content: "33% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="34"]::after {
  width: 34%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="34"]::before {
  content: "34% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="35"]::after {
  width: 35%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="35"]::before {
  content: "35% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="36"]::after {
  width: 36%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="36"]::before {
  content: "36% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="37"]::after {
  width: 37%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="37"]::before {
  content: "37% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="38"]::after {
  width: 38%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="38"]::before {
  content: "38% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="39"]::after {
  width: 39%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="39"]::before {
  content: "39% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="40"]::after {
  width: 40%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="40"]::before {
  content: "40% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="41"]::after {
  width: 41%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="41"]::before {
  content: "41% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="42"]::after {
  width: 42%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="42"]::before {
  content: "42% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="43"]::after {
  width: 43%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="43"]::before {
  content: "43% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="44"]::after {
  width: 44%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="44"]::before {
  content: "44% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="45"]::after {
  width: 45%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="45"]::before {
  content: "45% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="46"]::after {
  width: 46%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="46"]::before {
  content: "46% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="47"]::after {
  width: 47%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="47"]::before {
  content: "47% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="48"]::after {
  width: 48%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="48"]::before {
  content: "48% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="49"]::after {
  width: 49%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="49"]::before {
  content: "49% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="50"]::after {
  width: 50%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="50"]::before {
  content: "50% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="51"]::after {
  width: 51%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="51"]::before {
  content: "51% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="52"]::after {
  width: 52%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="52"]::before {
  content: "52% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="53"]::after {
  width: 53%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="53"]::before {
  content: "53% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="54"]::after {
  width: 54%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="54"]::before {
  content: "54% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="55"]::after {
  width: 55%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="55"]::before {
  content: "55% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="56"]::after {
  width: 56%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="56"]::before {
  content: "56% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="57"]::after {
  width: 57%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="57"]::before {
  content: "57% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="58"]::after {
  width: 58%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="58"]::before {
  content: "58% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="59"]::after {
  width: 59%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="59"]::before {
  content: "59% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="60"]::after {
  width: 60%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="60"]::before {
  content: "60% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="61"]::after {
  width: 61%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="61"]::before {
  content: "61% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="62"]::after {
  width: 62%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="62"]::before {
  content: "62% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="63"]::after {
  width: 63%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="63"]::before {
  content: "63% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="64"]::after {
  width: 64%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="64"]::before {
  content: "64% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="65"]::after {
  width: 65%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="65"]::before {
  content: "65% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="66"]::after {
  width: 66%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="66"]::before {
  content: "66% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="67"]::after {
  width: 67%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="67"]::before {
  content: "67% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="68"]::after {
  width: 68%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="68"]::before {
  content: "68% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="69"]::after {
  width: 69%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="69"]::before {
  content: "69% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="70"]::after {
  width: 70%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="70"]::before {
  content: "70% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="71"]::after {
  width: 71%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="71"]::before {
  content: "71% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="72"]::after {
  width: 72%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="72"]::before {
  content: "72% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="73"]::after {
  width: 73%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="73"]::before {
  content: "73% Complete!";
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="74"]::after {
  width: 74%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="74"]::before {
  content: "74% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="75"]::after {
  width: 75%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="75"]::before {
  content: "75% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="76"]::after {
  width: 76%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="76"]::before {
  content: "76% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="77"]::after {
  width: 77%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="77"]::before {
  content: "77% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="78"]::after {
  width: 78%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="78"]::before {
  content: "78% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="79"]::after {
  width: 79%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="79"]::before {
  content: "79% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="80"]::after {
  width: 80%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="80"]::before {
  content: "80% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="81"]::after {
  width: 81%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="81"]::before {
  content: "81% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="82"]::after {
  width: 82%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="82"]::before {
  content: "82% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="83"]::after {
  width: 83%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="83"]::before {
  content: "83% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="84"]::after {
  width: 84%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="84"]::before {
  content: "84% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="85"]::after {
  width: 85%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="85"]::before {
  content: "85% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="86"]::after {
  width: 86%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="86"]::before {
  content: "86% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="87"]::after {
  width: 87%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="87"]::before {
  content: "87% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="88"]::after {
  width: 88%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="88"]::before {
  content: "88% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="89"]::after {
  width: 89%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="89"]::before {
  content: "89% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="90"]::after {
  width: 90%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="90"]::before {
  content: "90% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="91"]::after {
  width: 91%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="91"]::before {
  content: "91% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="92"]::after {
  width: 92%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="92"]::before {
  content: "92% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="93"]::after {
  width: 93%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="93"]::before {
  content: "93% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="94"]::after {
  width: 94%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="94"]::before {
  content: "94% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="95"]::after {
  width: 95%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="95"]::before {
  content: "95% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="96"]::after {
  width: 96%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="96"]::before {
  content: "96% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="97"]::after {
  width: 97%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="97"]::before {
  content: "97% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="98"]::after {
  width: 98%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="98"]::before {
  content: "98% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="99"]::after {
  width: 99%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="99"]::before {
  content: "99% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}
/* line 566, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="100"]::after {
  width: 100%;
}
/* line 567, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.progress-bar[data-percent="100"]::before {
  content: "100% Complete!";
  text-align: left;
  left: 1rem;
  color: white;
  z-index: 1;
}

/* form head */
/* line 581, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.form-head {
  display: block;
  width: auto;
  height: 2em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 0em;
  text-align: center;
  background-color: #034ea1;
  color: white;
}
@media (min-width: 768px) {
  /* line 581, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
  .form-head {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
  }
}

/* profile pic */
/* line 597, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.profile-pic {
  display: block;
  box-shadow: 0px 0px 0px 2px #034ea1;
  margin: 1rem auto;
  border-radius: 1px;
  max-height: 200px;
  height: auto;
  width: 100%;
  max-width: 240px;
}
/* line 606, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.dashboard .profile-pic {
  max-height: inherit;
}

/* line 611, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
img.styled {
  box-shadow: 0px 0px 0px 2px #034ea1;
  border-radius: 1px;
}

/* horizontal rule */
/* line 617, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
hr {
  border: none;
  display: block;
  background-color: transparent;
  height: 1px;
}
/* line 622, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
hr.bar {
  background-color: #034ea1;
}

/* form submittal overlay */
/* line 628, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.page-overlay {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 75vh;
  padding-top: 25vh;
  text-align: center;
  z-index: 9999999;
}

/*******
 ADMIN DASHBOARD
 *******/
/* line 647, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.dashboard h1, .dashboard #cform h1.de-style, #cform .dashboard h1.de-style {
  text-align: left;
}
/* line 650, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.dashboard h2, .dashboard #cform h2.de-style, #cform .dashboard h2.de-style {
  text-align: left;
}

/* line 654, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.count {
  color: white;
  float: right;
  margin: 5px 100px 5px 10px;
  font-size: 1.3em;
}

/* profile pic */
/* line 662, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.dashboard .profile-pic {
  float: right;
  margin-right: 2rem;
  margin-left: 1em;
}

/* progress bar */
/* line 671, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar {
  height: 0.5rem;
  width: 50px;
}
/* line 674, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar::after {
  line-height: 0.5rem;
  font-size: 1rem;
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="1"]::after {
  width: 1%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="1"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="2"]::after {
  width: 2%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="2"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="3"]::after {
  width: 3%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="3"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="4"]::after {
  width: 4%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="4"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="5"]::after {
  width: 5%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="5"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="6"]::after {
  width: 6%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="6"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="7"]::after {
  width: 7%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="7"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="8"]::after {
  width: 8%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="8"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="9"]::after {
  width: 9%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="9"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="10"]::after {
  width: 10%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="10"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="11"]::after {
  width: 11%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="11"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="12"]::after {
  width: 12%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="12"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="13"]::after {
  width: 13%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="13"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="14"]::after {
  width: 14%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="14"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="15"]::after {
  width: 15%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="15"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="16"]::after {
  width: 16%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="16"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="17"]::after {
  width: 17%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="17"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="18"]::after {
  width: 18%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="18"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="19"]::after {
  width: 19%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="19"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="20"]::after {
  width: 20%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="20"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="21"]::after {
  width: 21%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="21"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="22"]::after {
  width: 22%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="22"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="23"]::after {
  width: 23%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="23"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="24"]::after {
  width: 24%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="24"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="25"]::after {
  width: 25%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="25"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="26"]::after {
  width: 26%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="26"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="27"]::after {
  width: 27%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="27"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="28"]::after {
  width: 28%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="28"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="29"]::after {
  width: 29%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="29"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="30"]::after {
  width: 30%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="30"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="31"]::after {
  width: 31%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="31"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="32"]::after {
  width: 32%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="32"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="33"]::after {
  width: 33%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="33"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="34"]::after {
  width: 34%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="34"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="35"]::after {
  width: 35%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="35"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="36"]::after {
  width: 36%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="36"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="37"]::after {
  width: 37%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="37"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="38"]::after {
  width: 38%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="38"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="39"]::after {
  width: 39%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="39"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="40"]::after {
  width: 40%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="40"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="41"]::after {
  width: 41%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="41"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="42"]::after {
  width: 42%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="42"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="43"]::after {
  width: 43%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="43"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="44"]::after {
  width: 44%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="44"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="45"]::after {
  width: 45%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="45"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="46"]::after {
  width: 46%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="46"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="47"]::after {
  width: 47%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="47"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="48"]::after {
  width: 48%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="48"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="49"]::after {
  width: 49%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="49"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="50"]::after {
  width: 50%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="50"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="51"]::after {
  width: 51%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="51"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="52"]::after {
  width: 52%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="52"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="53"]::after {
  width: 53%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="53"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="54"]::after {
  width: 54%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="54"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="55"]::after {
  width: 55%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="55"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="56"]::after {
  width: 56%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="56"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="57"]::after {
  width: 57%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="57"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="58"]::after {
  width: 58%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="58"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="59"]::after {
  width: 59%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="59"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="60"]::after {
  width: 60%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="60"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="61"]::after {
  width: 61%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="61"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="62"]::after {
  width: 62%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="62"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="63"]::after {
  width: 63%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="63"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="64"]::after {
  width: 64%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="64"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="65"]::after {
  width: 65%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="65"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="66"]::after {
  width: 66%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="66"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="67"]::after {
  width: 67%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="67"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="68"]::after {
  width: 68%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="68"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="69"]::after {
  width: 69%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="69"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="70"]::after {
  width: 70%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="70"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="71"]::after {
  width: 71%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="71"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="72"]::after {
  width: 72%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="72"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="73"]::after {
  width: 73%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="73"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="74"]::after {
  width: 74%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="74"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="75"]::after {
  width: 75%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="75"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="76"]::after {
  width: 76%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="76"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="77"]::after {
  width: 77%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="77"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="78"]::after {
  width: 78%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="78"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="79"]::after {
  width: 79%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="79"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="80"]::after {
  width: 80%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="80"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="81"]::after {
  width: 81%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="81"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="82"]::after {
  width: 82%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="82"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="83"]::after {
  width: 83%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="83"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="84"]::after {
  width: 84%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="84"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="85"]::after {
  width: 85%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="85"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="86"]::after {
  width: 86%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="86"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="87"]::after {
  width: 87%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="87"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="88"]::after {
  width: 88%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="88"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="89"]::after {
  width: 89%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="89"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="90"]::after {
  width: 90%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="90"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="91"]::after {
  width: 91%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="91"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="92"]::after {
  width: 92%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="92"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="93"]::after {
  width: 93%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="93"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="94"]::after {
  width: 94%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="94"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="95"]::after {
  width: 95%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="95"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="96"]::after {
  width: 96%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="96"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="97"]::after {
  width: 97%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="97"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="98"]::after {
  width: 98%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="98"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="99"]::after {
  width: 99%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="99"]::before {
  content: '';
}
/* line 682, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="100"]::after {
  width: 100%;
}
/* line 683, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin .progress-bar[data-percent="100"]::before {
  content: '';
}

/* search box */
/* line 692, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.search-box {
  background-color: white;
  border: 2px solid #0f1d42;
  border-radius: 2px;
  display: block;
  height: 33px;
  position: relative;
  margin: 2px 2em;
  width: 300px;
}
/* line 703, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.search-box input[type="text"],
.search-box button,
.search-box #cform a,
#cform .search-box a,
.search-box #cform button,
#cform .search-box button {
  min-height: 32px;
  margin: 0;
  height: 32px;
  border: none;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-appearance: none;
  /* to remove inset shadow for iOS */
}
/* line 715, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.search-box input[type="text"] {
  padding: 6px;
  font-size: 1.25em;
  background-color: transparent;
  left: 0;
  right: 32px;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-weight: 300;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active .search-box input[type="text"] {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive .search-box input[type="text"] {
  opacity: 1;
}
/* line 723, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.search-box input[type="text"]:focus {
  outline: none;
  background-color: transparent;
  border: none;
}
/* line 729, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.search-box button, .search-box #cform a, #cform .search-box a,
.search-box #cform button,
#cform .search-box button {
  height: 32px;
  background-color: transparent;
  color: #034ea1;
  font-size: 20px;
  border-radius: 0 2px 2px 0;
  width: 32px;
  right: 0;
  cursor: default;
}
/* line 738, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.search-box button span, .search-box #cform a span, #cform .search-box a span,
.search-box #cform button span,
#cform .search-box button span {
  margin: auto;
}
/* line 740, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
.search-box button span.fa-times, .search-box #cform a span.fa-times, #cform .search-box a span.fa-times,
.search-box #cform button span.fa-times,
#cform .search-box button span.fa-times {
  cursor: pointer;
}

/* navigation */
/* line 749, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation {
  margin-top: 2em;
}
/* line 751, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  width: 100%;
  clear: both;
  font-size: 1em;
  line-height: 1.5em;
  height: 3em;
  overflow: visible;
}
/* line 9, /Users/brandon/Sites/studentathleteworldtours/sass/site/_utilities.scss */
nav.dashboard-navigation ul li {
  margin: 0;
}
/* line 761, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 2px;
  height: 3em;
  width: calc((100% / 9) - 2px);
}
/* line 768, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li:last-child {
  margin-right: 0px;
  width: calc((100% / 9));
}
/* line 772, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li a, nav.dashboard-navigation ul li #cform a, #cform nav.dashboard-navigation ul li a,
nav.dashboard-navigation ul li #cform button,
#cform nav.dashboard-navigation ul li button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 2em;
  text-align: center;
  background-color: #0f1d42;
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 700;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 0.875em;
  line-height: 1.71429em;
  line-height: 2em;
  color: white;
  -moz-transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
  -o-transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
  -webkit-transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
  transition: height 0.3s ease-in, background-color 0.3s ease-in, box-shadow 0.3s ease-in;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active nav.dashboard-navigation ul li a, .wf-active nav.dashboard-navigation ul li #cform a, #cform .wf-active nav.dashboard-navigation ul li a,
.wf-active nav.dashboard-navigation ul li #cform button,
#cform .wf-active nav.dashboard-navigation ul li button {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive nav.dashboard-navigation ul li a, .wf-inactive nav.dashboard-navigation ul li #cform a, #cform .wf-inactive nav.dashboard-navigation ul li a,
.wf-inactive nav.dashboard-navigation ul li #cform button,
#cform .wf-inactive nav.dashboard-navigation ul li button {
  opacity: 1;
}
/* line 787, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li a:hover, nav.dashboard-navigation ul li #cform a:hover, #cform nav.dashboard-navigation ul li a:hover,
nav.dashboard-navigation ul li #cform button:hover,
#cform nav.dashboard-navigation ul li button:hover, nav.dashboard-navigation ul li a:visited, nav.dashboard-navigation ul li #cform a:visited, #cform nav.dashboard-navigation ul li a:visited,
nav.dashboard-navigation ul li #cform button:visited,
#cform nav.dashboard-navigation ul li button:visited {
  padding-top: 1em;
  background-color: #0f1d42;
  color: white;
  -moz-transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  -o-transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  -webkit-transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
/* line 798, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li.current a, nav.dashboard-navigation ul li.current #cform a, #cform nav.dashboard-navigation ul li.current a,
nav.dashboard-navigation ul li.current #cform button,
#cform nav.dashboard-navigation ul li.current button {
  padding-top: 1em;
  text-decoration: none;
  -moz-transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  -o-transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  -webkit-transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  transition: padding-top 0.3s ease-out, background-color 0.3s ease-out, box-shadow 0.3s ease-out;
}
/* line 807, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li.interviews a, nav.dashboard-navigation ul li.interviews #cform a, #cform nav.dashboard-navigation ul li.interviews a,
nav.dashboard-navigation ul li.interviews #cform button,
#cform nav.dashboard-navigation ul li.interviews button {
  background-color: #CC0000;
}
/* line 812, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li.contracts a, nav.dashboard-navigation ul li.contracts #cform a, #cform nav.dashboard-navigation ul li.contracts a,
nav.dashboard-navigation ul li.contracts #cform button,
#cform nav.dashboard-navigation ul li.contracts button {
  background-color: #B30000;
}
/* line 817, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li.waivers a, nav.dashboard-navigation ul li.waivers #cform a, #cform nav.dashboard-navigation ul li.waivers a,
nav.dashboard-navigation ul li.waivers #cform button,
#cform nav.dashboard-navigation ul li.waivers button {
  background-color: #990000;
}
/* line 822, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li.payments a, nav.dashboard-navigation ul li.payments #cform a, #cform nav.dashboard-navigation ul li.payments a,
nav.dashboard-navigation ul li.payments #cform button,
#cform nav.dashboard-navigation ul li.payments button {
  background-color: #800000;
}
/* line 827, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li.trips a, nav.dashboard-navigation ul li.trips #cform a, #cform nav.dashboard-navigation ul li.trips a,
nav.dashboard-navigation ul li.trips #cform button,
#cform nav.dashboard-navigation ul li.trips button {
  background-color: #660000;
}
/* line 832, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
nav.dashboard-navigation ul li.passports a, nav.dashboard-navigation ul li.passports #cform a, #cform nav.dashboard-navigation ul li.passports a,
nav.dashboard-navigation ul li.passports #cform button,
#cform nav.dashboard-navigation ul li.passports button {
  background-color: #4F0000;
}

/* table */
/* line 841, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin {
  width: 100%;
  background-color: white;
}
/* line 846, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin thead tr th {
  font-family: "Open Sans", Verdana, Geneva, sans-serif;
  font-weight: 400;
  opacity: 0;
  transition: opacity ease-in 0.5s;
  font-size: 0.75em;
  line-height: 2em;
  border-bottom: 1px solid #034ea1;
}
/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-active table.admin thead tr th {
  opacity: 1;
}
/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/site/_typography.scss */
.wf-inactive table.admin thead tr th {
  opacity: 1;
}
/* line 850, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin thead tr th.fn {
  width: 8em;
}
/* line 851, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin thead tr th.ln {
  width: calc(9em + 73px);
}
/* line 852, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin thead tr th.p {
  width: 9em;
}
/* line 853, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin thead tr th.visit {
  width: 7em;
}
/* line 854, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin thead tr th.contacts {
  width: 16em;
}
/* line 858, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody {
  font-size: 0.875em;
  line-height: 1.71429em;
}
/* line 861, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td {
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  height: 60px;
}
/* line 868, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.action {
  white-space: inherit;
  background-color: #034ea1;
  text-align: center;
}
/* line 872, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.action a, table.admin tbody tr td.action #cform a, #cform table.admin tbody tr td.action a,
table.admin tbody tr td.action #cform button,
#cform table.admin tbody tr td.action button {
  color: white;
}
/* line 876, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.action, table.admin tbody tr td:last-child {
  min-width: 150px;
  width: 100px;
}
/* line 881, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.blue {
  background-color: #034ea1;
  text-align: center;
}
/* line 884, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.blue a, table.admin tbody tr td.blue #cform a, #cform table.admin tbody tr td.blue a,
table.admin tbody tr td.blue #cform button,
#cform table.admin tbody tr td.blue button {
  color: white;
}
/* line 888, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.orange {
  background-color: #DA4D25;
  text-align: center;
}
/* line 891, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.orange a, table.admin tbody tr td.orange #cform a, #cform table.admin tbody tr td.orange a,
table.admin tbody tr td.orange #cform button,
#cform table.admin tbody tr td.orange button {
  color: white;
}
/* line 895, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.green {
  background-color: #417505;
  text-align: center;
}
/* line 898, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.green a, table.admin tbody tr td.green #cform a, #cform table.admin tbody tr td.green a,
table.admin tbody tr td.green #cform button,
#cform table.admin tbody tr td.green button {
  color: white;
}
/* line 902, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.paid {
  background-color: #417505;
  text-align: center;
}
/* line 905, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td.paid a, table.admin tbody tr td.paid #cform a, #cform table.admin tbody tr td.paid a,
table.admin tbody tr td.paid #cform button,
#cform table.admin tbody tr td.paid button {
  color: white;
}
/* line 909, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr td p, table.admin tbody tr td #cform p.de-style, #cform table.admin tbody tr td p.de-style {
  line-height: 1.3em;
  margin: 0 0 1em 0;
}
/* line 914, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin tbody tr th {
  vertical-align: middle;
  text-align: left;
}
/* line 923, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.admin.interviews tr td.action, table.admin.interviews tr td:last-child, table.admin.payments tr td.action, table.admin.payments tr td:last-child {
  width: 200px;
}

/* tablesorter */
/* line 933, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.sorted .header {
  position: relative;
  cursor: pointer;
  height: 2em;
  padding-left: 1em;
}
/* line 938, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.sorted .header::after {
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  left: 3px;
  top: 0;
  bottom: 0;
  width: 16px;
  line-height: 3em;
  content: '\f0dc';
  opacity: 0.5;
}
/* line 950, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.sorted .header.headerSortUp::after {
  content: '\f077';
  opacity: 1;
}
/* line 954, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
table.sorted .header.headerSortDown::after {
  content: '\f078';
  opacity: 1;
}

/* profile */
/* line 962, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
section.profile {
  width: calc(75% - 2em - 2px);
  padding: 1em calc(25% - 1em) 1em 1em;
  border: 1px solid #034ea1;
  border-radius: 2px;
  background-color: white;
  margin-top: 1em;
  position: relative;
}
/* line 970, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
section.profile aside {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-left: 1px solid #034ea1;
  float: right;
  width: calc(25% - 2em);
  padding: 1em;
  background-color: rgba(3, 78, 161, 0.25);
}
/* line 981, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
section.profile.closed, section.profile.archived {
  border-color: #DA4D25;
  padding-top: 2em;
}
/* line 985, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
section.profile.closed::before, section.profile.archived::before {
  content: 'archived';
  display: inline-block;
  position: absolute;
  top: 0;
  right: 25%;
  left: 0;
  background-color: #DA4D25;
  color: white;
  font-size: 0.75em;
  font-style: italic;
  text-shadow: 1px 1px 1px rgba(45, 38, 25, 0.5);
  padding: 0.25em 1em;
  border-radius: 0px 0px 0.25em 0px;
}

/* signature */
/* line 1004, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#signature {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px dashed rgba(0, 0, 0, 0.2);
  margin: 1rem auto;
  position: relative;
}
/* line 1009, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#signature::before {
  content: 'Sign Here';
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  top: -1px;
  left: -1px;
  background-color: rgba(236, 28, 36, 0.25);
  color: #ec1c24;
  text-shadow: 1px 1px 1px white;
  padding: 0.125rem 0.5rem;
  font-size: 0.67rem;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-left: none;
  border-top: none;
}
/* line 1026, /Users/brandon/Sites/studentathleteworldtours/sass/site/_components.scss */
#signature #reset-signature {
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  display: block;
  font-size: 0.75rem;
  margin: 0;
  padding: 0.125rem 0.5rem;
}

/* Z-INDEX */
/* line 5, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError {
  z-index: 990;
}

/* line 6, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorContent {
  z-index: 991;
}

/* line 7, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow {
  z-index: 996;
}

/* line 9, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.ui-dialog .formError {
  z-index: 5000;
}

/* line 10, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.ui-dialog .formError .formErrorContent {
  z-index: 5001;
}

/* line 11, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.ui-dialog .formError .formErrorArrow {
  z-index: 5006;
}

/* line 16, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.inputContainer {
  position: relative;
  float: left;
}

/* line 21, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
  text-align: left;
}

/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError.inline {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
}

/* line 37, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

/* line 44, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  min-width: 120px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  -o-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

/* line 63, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError.inline .formErrorContent {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
}

/* line 75, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.greenPopup .formErrorContent {
  background: #33be40;
}

/* line 79, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

/* line 84, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

/* line 89, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

/* line 103, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  -o-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

/* line 119, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
}

/* line 126, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.greenPopup .formErrorArrow div {
  background: #33be40;
}

/* line 130, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

/* line 135, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

/* line 140, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

/* line 145, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line8 {
  width: 11px;
}

/* line 149, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line7 {
  width: 9px;
}

/* line 153, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line6 {
  width: 7px;
}

/* line 157, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line5 {
  width: 5px;
}

/* line 161, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line4 {
  width: 3px;
}

/* line 165, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

/* line 172, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

/* line 178, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_validation.scss */
.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
/* line 14, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 25, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 30, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 41, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 44, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container a, .chosen-container #cform a, #cform .chosen-container a,
.chosen-container #cform button,
#cform .chosen-container button {
  cursor: pointer;
}

/* line 47, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

/* line 55, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
/* line 63, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(to bottom, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

/* line 84, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 87, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 97, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 107, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 110, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 113, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 121, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 0px 2px;
}

/* line 127, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 134, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 148, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 153, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
/* line 160, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

/* line 170, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

/* line 179, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 183, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 188, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

/* line 197, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

/* line 202, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 207, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 210, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
/* line 217, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 234, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 238, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 243, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 257, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 278, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

/* line 281, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/images/site_images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 291, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 294, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 305, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 308, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 311, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 315, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
/* line 323, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 327, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 340, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 344, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

/* line 347, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 351, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
/* line 357, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 361, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 364, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
/* line 370, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl {
  text-align: right;
}

/* line 373, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 377, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 382, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 385, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 389, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 393, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 396, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 399, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 403, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 407, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 411, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 415, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 419, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 422, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/images/site_images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

/* line 428, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 431, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  /* line 438, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_chosen.scss */
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("/images/site_images/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

/* line 20, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

/* line 27, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 37, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-opened {
  z-index: 8030;
}

/* line 41, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/* line 47, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative;
}

/* line 51, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-inner {
  overflow: hidden;
}

/* line 55, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

/* line 59, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

/* line 67, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

/* line 73, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

/* line 78, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("/images/site_images/fancybox/fancybox_sprite.png");
}

/* line 82, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/images/site_images/fancybox/fancybox_loading.gif") center center no-repeat;
}

/* line 100, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

/* line 110, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/images/site_images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

/* line 122, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-prev {
  left: 0;
}

/* line 126, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-next {
  right: 0;
}

/* line 130, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

/* line 141, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

/* line 146, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

/* line 151, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible;
}

/* line 155, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
/* line 167, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

/* line 172, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important;
}

/* line 176, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important;
}

/* line 180, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/images/site_images/fancybox/fancybox_overlay.png");
}

/* line 190, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* line 196, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
/* line 203, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

/* line 211, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible;
}

/* line 215, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

/* line 224, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

/* line 240, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

/* line 246, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px;
}

/* line 250, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("/images/site_images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  /* line 270, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("/images/site_images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* line 1, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker button, .xdsoft_datetimepicker #cform a, #cform .xdsoft_datetimepicker a,
.xdsoft_datetimepicker #cform button,
#cform .xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 110, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a, .xdsoft_datetimepicker .xdsoft_copyright #cform a, #cform .xdsoft_datetimepicker .xdsoft_copyright a,
.xdsoft_datetimepicker .xdsoft_copyright #cform button,
#cform .xdsoft_datetimepicker .xdsoft_copyright button {
  color: #eee !important;
}

/* line 393, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover, .xdsoft_datetimepicker .xdsoft_copyright #cform a:hover, #cform .xdsoft_datetimepicker .xdsoft_copyright a:hover,
.xdsoft_datetimepicker .xdsoft_copyright #cform button:hover,
#cform .xdsoft_datetimepicker .xdsoft_copyright button:hover {
  color: #aaa !important;
}

/* line 395, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright #cform a, #cform .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright #cform button,
#cform .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright button {
  color: #111 !important;
}

/* line 511, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright #cform a:hover, #cform .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright #cform button:hover,
#cform .xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright button:hover {
  color: #555 !important;
}

/* line 513, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, /Users/brandon/Sites/studentathleteworldtours/sass/partials/_datetimepicker.scss */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #ffffff 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}
.spinner{
  text-align: center;
}
.spinner img{
  width:100px;
  margin:0 auto;
}
.hide{
  display:none;
}