* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url("../js/vendor/boxsizing.htc");
}
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Droid Sans", sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
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.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cf {
  *zoom: 1;
}
.cf:before,
.cf:after {
  display: table;
  content: "";
  line-height: 0;
}
.cf:after {
  clear: both;
}
.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* ==========================================================================
   Scaffolding
   ========================================================================== */
/* Body reset
   ========================================================================== */
html {
  font-size: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
}
body {
  padding-bottom: 60px;
  font-family: "Droid Sans", sans-serif;
  font-size: 1em;
  line-height: 1.728;
  color: #211f1f;
  background: #2e97b4 url("/img/bg.jpg") repeat-x center top;
}
/* Global elements
   ========================================================================== */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.ie8 img {
  width: auto;
  /* for ie 8 */

}
nav {
  font-family: "Oswald", sans-serif;
}
/* Layout
   ========================================================================== */
#wrapper {
  margin: 0 auto;
  width: 977px;
  padding: 0 4px;
  background: #ffffff;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.75);
}
.content {
  padding: 4.3em 0;
  background: url("../img/main-bg-top.jpg") no-repeat 0 -50px;
}
/* ==========================================================================
   Grid
   ========================================================================== */
.row {
  margin: 0 auto;
  width: 100%;
  max-width: 977px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
.row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -1em;
}
.row.collapse [class*="span"] {
  padding: 0;
}
.row .row.collapse {
  margin: 0;
}
[class*="span"] {
  position: relative;
  padding: 0 1em;
}
[class*="span"].centered,
[class*="span"].centered {
  float: none;
  margin: 0 auto;
}
[class*="span"] {
  float: left;
  min-height: 1px;
}
.span1 {
  width: 8.33333%;
}
.span2 {
  width: 16.66667%;
}
.span3 {
  width: 25%;
}
.span4 {
  width: 33.33333%;
}
.span5 {
  width: 41.66667%;
}
.span6 {
  width: 50%;
}
.span7 {
  width: 58.33333%;
}
.span8 {
  width: 66.66667%;
}
.span9 {
  width: 75%;
}
.span10 {
  width: 83.33333%;
}
.span11 {
  width: 91.66667%;
}
.span12 {
  width: 100%;
}
/* Block grids
   ========================================================================== */
/**
 * These are 2-up, 3-up, 4-up and 5-up ULs, suited for repeating blocks of
 * content. Add 'mobile' to them to switch them just like the layout grid
 * (one item per line) on phones.
*/
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  margin: 0;
}
.block-grid.one-up > li {
  width: 100%;
  padding: 0 0 1em;
}
.block-grid.two-up {
  margin: 0 -1em;
}
.block-grid.two-up > li {
  width: 50%;
  padding: 0 1em 1em;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  margin: 0 -0.833em;
}
.block-grid.three-up > li {
  width: 33.33%;
  padding: 0 .833em .833em;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  margin: 0 -0.597em;
}
.block-grid.four-up > li {
  width: 25%;
  padding: 0 .597em .597em;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  margin: 0 -0.482em;
}
.block-grid.five-up > li {
  width: 20%;
  padding: 0 .482em .482em;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
/* Mobile Block Grids */
@media only screen and (max-width: 40em) {
  .block-grid.mobile {
    margin-left: 0;
  }
  .block-grid.mobile > li {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .block-grid > li {
    clear: none !important;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both !important;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
}
/* ==========================================================================
   Typography
   ========================================================================== */
/* Base
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #211f1f;
}
a {
  color: #2eb4d7;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4394239999999998;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
h1 {
  font-size: 1.728em;
  text-transform: uppercase;
}
h2 {
  font-size: 1.44em;
}
h3 {
  font-size: 1.2em;
}
h4,
h5,
h6 {
  font-size: 1em;
}
/* Lists
   ========================================================================== */
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
nav ul,
nav ol,
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 1.728;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.728;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #bfbfbf;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #bfbfbf;
}
/* Form grid
   ========================================================================== */
.row form .row {
  margin: 0 -0.482em;
}
.row form [class*="span"] {
  padding: 0 .482em;
}
/* Non controls
   ========================================================================== */
fieldset {
  padding: 0;
  margin: 1em 0;
  border: 0;
}
legend {
  display: block;
  margin-bottom: 1em;
  border: 0;
  border-bottom: 1px solid #bfbfbf;
  padding: 0;
  width: 100%;
  line-height: 1.728;
  font-size: 1.2em;
  color: #211f1f;
  font-weight: 700;
}
legend small {
  color: #8f8f8f;
}
/**
 * Identify controls by their labels
 */
label {
  display: block;
  margin-bottom: .402em;
  font-size: .833em;
  font-weight: bold;
  color: #656567;
  cursor: pointer;
}
label.inline {
  display: inline-block;
  padding: .579em 0;
  line-height: 1.44;
}
/* Form controls
   ========================================================================== */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  margin: 0 0 1em 0;
  border: 1px solid #bfbfbf;
  padding: .335em 9px;
  min-height: 1.44em;
  line-height: 1.44;
  color: #58585a;
  vertical-align: middle;
  background-color: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
input,
select,
textarea,
.uneditable-input {
  width: 100%;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
textarea {
  height: auto;
}
.help-block {
  display: block;
  margin-bottom: 1em;
  color: #bfbfbf;
  font-size: .833em;
  line-height: 1.2;
}
.error-message {
  display: inline-block;
  padding: 3px;
  background-color: #c33;
  color: #fff;
}
input + .help-block,
select + .help-block,
textarea + .help-block,
.uneditable-input + .help-block,
.input-prepend + .help-block,
.input-append + .help-block {
  margin-top: -0.833em;
}
input + .error-message,
select + .error-message,
textarea + .error-message,
.uneditable-input + .error-message,
.input-prepend + .error-message,
.input-append + .error-message {
  display: block;
  margin: -1.2em 4px 0.335em;
  border-radius: 0 0 4px 4px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
  font-size: .833em;
}
/* ==========================================================================
   Sprites - bitmap and icon fonts
   ========================================================================== */
/* Base styles
   ========================================================================== */
[class^="icon-"] {
  display: inline-block;
  margin-top: 1px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  background-image: url("../img/site-icons-sml.png");
  background-position: 16px 16px;
  background-repeat: no-repeat;
  background-size: 480px 240px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  [class^="icon-"] [class^="icon-"] {
    background-image: url("../img/site-icons-med.png");
  }
}
/* ==========================================================================
   Buttons
   ========================================================================== */
/**
 * The button classes are best applied to links, buttons, and submit inputs.
 * These components can be used in forms, as calls to action, or as part of the
 * general UI of the site/app.
 *
 * Recommended use:
 *
 * <a class="btn [btn--modifier]" href="[url]">Button text</a>
 * <button class="btn [btn--modifier]" type="submit">Button text</button>
 * <input class="btn [btn--modifier]" type="submit" value="Button text">
 */
/**
 * Button template
 *
 * Build on this component using rulesets in your application-level CSS.
 *
 * 4. Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+.
 * 5. Corrects inability to style clickable `input` types in iOS
 */
.btn {
  position: relative;
  display: inline-block;
  padding: 0 .482em;
  border: 1px solid transparent;
  margin: 0;
  background: #8f8f8f;
  color: #ffffff;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  line-height: 2.488;
  /* 4 */

  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;
  /* 5 */

}
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
}
/**
 * Remove excess padding and border in Firefox 4+
 */
.btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* Modifiers
   ========================================================================== */
/**
 * Modifier: smaller buttons
 */
.btn-small {
  font-size: 0.833em;
}
/**
 * Modifier: larger buttons
 */
.btn-large {
  font-size: 1.2em;
}
/**
 * Modifier: full-width buttons
 */
.btn-full {
  display: block;
  width: 100%;
}
/**
 * Modifier: call to action buttons
 */
.btn-cta {
  padding: .482em 1.728em;
  border: 4px solid #000000;
  border-left-width: 8px;
  border-right-width: 8px;
  background: #2eb4d7;
  border-radius: 100% / 100%;
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.75), 0 0 8px rgba(0, 0, 0, 0.75);
  color: #000000;
  font-weight: 700;
}
#nav-primary {
  margin-top: 4px;
  padding: 0 1.44em;
  background: #cadb2d;
}
#nav-primary ul {
  margin: 0;
}
#nav-primary a {
  color: #ffffff;
  text-decoration: none;
}
#nav-primary > ul {
  text-align: center;
  *zoom: 1;
}
#nav-primary > ul:before,
#nav-primary > ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#nav-primary > ul:after {
  clear: both;
}
#nav-primary > ul > li {
  position: relative;
  display: inline-block;
  margin: -10px 0 0 -4px;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
#nav-primary > ul > li a {
  display: block;
}
#nav-primary > ul > li > a {
  padding: 20px 13px 10px 9px;
  font-size: 1.2em;
  color: #211f1f;
  text-transform: uppercase;
}
#nav-primary > ul > li:hover {
  background: url("../img/nav-primary-hover-bg.png") no-repeat right top;
  background-size: 100% 100%;
}
#nav-primary > ul > li:hover > a {
  color: #ffffff;
}
#nav-primary > ul > li.active > a,
#nav-primary > ul > li.parent-active > a {
  background-color: #bbcc23;
  padding-top: 10px;
}
#nav-primary > ul ul {
  padding: 1em 0;
  background-color: #2eb4d7;
  text-align: left;
  white-space: nowrap;
}
#nav-primary > ul ul a {
  padding: .335em 2.488em;
}
#nav-primary > ul ul a:hover {
  color: #000000;
}
.nav-footer li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-right: .579em;
}
.nav-footer li:last-child {
  padding-right: 0;
}
.nav-footer li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-sub > ul ul {
  padding-left: 1.44em;
  list-style-type: square;
  color: #2eb4d7;
  font-size: 13px;
  font-size: .833rem;
}
.nav-sub li {
  padding: .335em 0;
}
.nav-sub li a {
  display: block;
  text-decoration: none;
}
.nav-breadcrumb {
  font-size: .833em;
}
.nav-breadcrumb li {
  display: inline-block;
}
.nav-breadcrumb li::before {
  content: ">";
  display: inline-block;
  padding: 0 .335em;
  color: #58585a;
}
.nav-breadcrumb li a {
  text-decoration: none;
}
.nav-breadcrumb li:first-child::before {
  content: "";
  display: none;
}
.nav-breadcrumb li:first-child a {
  color: #58585a;
}
.has-dropdown > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 0;
  visibility: hidden;
  z-index: 100;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
}
.has-dropdown:hover > ul {
  max-height: 999em;
  visibility: visible;
}
/* ==========================================================================
   Carousel styles
   ========================================================================== */
/* Basic styles
   ========================================================================== */
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.flexslider ul,
.flexslider ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}
.flex-viewport {
  position: relative;
  z-index: 1;
}
.slides {
  *zoom: 1;
  /* clearfix for the .slides element */

}
.slides:before,
.slides:after {
  display: table;
  content: "";
  line-height: 0;
}
.slides:after {
  clear: both;
}
/* No javaScript fallback w/ modernizer .no-js class help */
.no-js .slides > li:first-child {
  display: block;
}
.flex-direction-nav {
  font-size: .833em;
}
.flex-direction-nav li {
  display: inline-block;
}
.flex-direction-nav li a {
  display: block;
  padding: 1em;
}
/* Modifiers
  ============================================================================== */
.primary-carousel {
  border: 3px solid #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
#flexslider-sponsors li {
  line-height: 100px;
}
.flexslider-entry .slides {
  background: #211f1f;
}
.flexslider-entry .slides li div {
  width: 100%;
  height: 521px;
  text-align: center;
  line-height: 520px;
}
.flexslider-entry .flex-direction-nav {
  height: 0;
}
.flexslider-entry .flex-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -23px;
  width: 46px;
  height: 46px;
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}
.flexslider-entry .flex-direction-nav a:before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -15px;
  border: 15px solid transparent;
  z-index: 2;
}
.flexslider-entry .flex-direction-nav a.flex-next {
  right: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.flexslider-entry .flex-direction-nav a.flex-next:before {
  right: 0;
  border-left-color: #eeeeee;
}
.flexslider-entry .flex-direction-nav a.flex-prev {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.flexslider-entry .flex-direction-nav a.flex-prev:before {
  left: 0;
  border-right-color: #eeeeee;
}
/* ==========================================================================
   patterns.less - Reusable interface patterns
   ========================================================================== */
/* Callout - colorful boxes with small amounts of content
   ========================================================================== */
.callout {
  padding: 0 40px 0;
  font-family: "Oswald", sans-serif;
  color: #211f1f;
  font-size: 1.2em;
  line-height: 1.4394239999999998;
}
/* Entry listings
   ========================================================================== */
.entry-item {
  padding: 1.44em 0;
}
.entry-item .entry-item-title {
  margin: 0;
}
.entry-item .entry-item-title a {
  display: inline-block;
  color: #211f1f;
  text-decoration: none;
}
.entry-item .entry-item-meta {
  font-size: .833em;
  color: #8f8f8f;
}
.entry-item > a {
  display: block;
  color: #211f1f;
  text-decoration: none;
}
/* Entry images
   ========================================================================== */
.entry-img {
  margin-bottom: 2.074em;
}
.entry-img figcaption {
  padding: .335em 0;
  color: #8f8f8f;
  font-size: .833em;
}
/* Modifier - align right */
.entry-img-end {
  float: right;
  max-width: 40%;
  margin-left: 2.074em;
}
/* Modifier - align left */
.entry-img-start {
  float: left;
  max-width: 40%;
  margin-right: 2.074em;
}
/* Modifier - image grid */
.img-stack {
  margin: 0 -1em 2.986em;
  *zoom: 1;
}
.img-stack:before,
.img-stack:after {
  display: table;
  content: "";
  line-height: 0;
}
.img-stack:after {
  clear: both;
}
.img-stack .entry-img {
  display: inline-block;
  margin: 0 0 0 -4px;
  padding: 1em;
  width: 50%;
  text-align: center;
  vertical-align: top;
}
.img-stack .entry-img figcaption {
  text-align: left;
}
.img-stack.stack-2 .entry-img.one,
.img-stack.stack-2 .entry-img .three,
.img-stack.stack-2 .entry-img .five,
.img-stack.stack-2 .entry-img .seven,
.img-stack.stack-2 .entry-img .nine,
.img-stack.stack-2 .entry-img .eleven {
  clear: left;
}
.img-stack.stack-3 .entry-img {
  width: 33.33333%;
}
.img-stack.stack-3 .entry-img.one,
.img-stack.stack-3 .entry-img .four,
.img-stack.stack-3 .entry-img .seven,
.img-stack.stack-3 .entry-img .ten {
  clear: left;
}
.img-stack.stack-4 .entry-img {
  width: 25%;
}
.img-stack.stack-4 .entry-img.one,
.img-stack.stack-4 .entry-img .five,
.img-stack.stack-4 .entry-img .nine {
  clear: left;
}
/* Intrinsic ratio embed - http://j.mp/GIHbnu
   ========================================================================== */
/**
 * Flexible multi-media embeds
 *
 * For use with multi-media embeds, such as videos or slideshows, that need to
 * retain a specific aspect ratio but adapt to elements of variable widths.
 *
 * Example HTML:
 *
 * <div class="flex-embed flex-embed-16by9">
 *     [iframe|object|embed]
 * </div>
 */
.flex-embed {
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0;
}
.flex-embed iframe,
.flex-embed embed,
.flex-embed object {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/**
 * Modifier: 16:9 aspect ratio
 */
.flex-embed-16by9 {
  padding-bottom: 56.25%;
}
/**
 * Modifier: 4:3 aspect ratio
 */
.flex-embed-4by3 {
  padding-bottom: 75%;
}
/* ==========================================================================
   Custom application styles
   ========================================================================== */
/* Base styles: opinionated defaults
   ========================================================================== */
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* Banner
   ========================================================================== */
.top-bar {
  position: relative;
  padding: 1em 0;
  background-color: #cadb2d;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.6);
  text-align: right;
  z-index: 10;
  font-size: .833em;
}
.top-bar a {
  color: #211f1f;
}
.top-bar nav,
.top-bar nav li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.top-bar nav ul {
  margin: 0;
}
.top-bar nav a {
  display: block;
  padding: .335em .833em;
  text-transform: uppercase;
  text-decoration: none;
}
.top-bar nav a:hover,
.top-bar nav a:focus,
.top-bar nav a:active {
  text-decoration: underline;
}
.top-bar nav.nav-anchor .featured a {
  background: #3bb9d9;
  border: 1px solid #000000;
  border-radius: 40px / 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
[role="banner"] {
  position: relative;
}
[role="banner"] h1 {
  position: absolute;
  left: -35px;
  top: -40px;
  margin: 0;
  z-index: 20;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
[role="banner"] .medals {
  position: absolute;
  right: -150px;
  bottom: 60px;
  z-index: 9;
}
[role="banner"] .header-aux {
  background: #2eb4d7;
  float: left;
  padding: 175px 1.44em 2.074em;
  width: 33.33333%;
  height: 300px;
  color: #ffffff;
  line-height: 1.4394239999999998;
}
[role="banner"] .header-aux a {
  color: #ffffff;
}
[role="banner"] .header-aux nav {
  font-size: .833em;
}
[role="banner"] .header-aux nav ul {
  margin-bottom: 0;
}
[role="banner"] .header-aux nav li {
  display: block;
  margin: 0 2% 0 20%;
  padding: 2px 0;
  line-height: 1.2;
}
[role="banner"] .header-aux nav a {
  text-decoration: none;
  font-family: "Droid Sans", sans-serif;
}
[role="banner"] .header-aux nav a:before {
  display: inline-block;
  content: "\002b";
  margin-right: 10px;
}
[role="banner"] .header-aux nav a:hover {
  color: #000000;
}
[role="banner"] .flexslider {
  float: left;
  margin-top: -100px;
  padding-left: 4px;
  width: 66.66666%;
}
[role="banner"] .flexslider .overlay {
  background: url("../img/banner-image-overlay.png") no-repeat left bottom;
  position: absolute;
  top: 0;
  left: 4px;
  right: 0;
  height: 100%;
}
[role="banner"] .flexslider .overlay-text {
  position: absolute;
  bottom: 1em;
  right: 1.44em;
  margin: 0;
  color: #ffffff;
  font-size: 2.074em;
}
[role="banner"].home .medals {
  bottom: 125px;
}
[role="banner"].home .header-aux {
  height: 400px;
}
[role="banner"].home .flexslider {
  margin-top: 0;
}
.ie8 [role="banner"] h1 {
  width: 402px;
}
.event-date {
  margin-top:-1.125em;	
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.event-date time {
  font-size: 1.728em;
}
/* Main
   ========================================================================== */
.home-description h3 {
  margin-top: 0;
  padding-top: 23px;
  background: url("../img/heading-bg.png") no-repeat center top;
  font-size: 1.2em;
  font-weight: 800;
  color: #ffffff;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.home-description h3 span {
  display: block;
  padding: 13px 28px 1em;
  background: #211f1f;
}
/* Global sponsors footer */
.sponsors-primary ul,
.sponsors-secondary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sponsors-upper {
  border-top: 4px solid #ffffff;
  box-shadow: 0 -20px 40px -10px rgba(0, 0, 0, 0.15);
}
.sponsors-upper .sponsors-primary {
  padding: 4.3em 1em 0;
  height: 200px;
  background: #cadb2d;
}
.sponsors-upper .sponsors-primary ul {
  text-align: center;
}
.sponsors-upper .sponsors-primary li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: -4px;
  padding: 0 1em;
}
.sponsors-upper .sponsors-primary .charities-list {
  position: absolute;
  top: -3.583em;
  right: 1em;
  left: 1em;
}
.sponsors-upper .sponsors-primary .gold-list li {
  width: 50%;
}
.sponsors-upper .sponsors-presenting {
  border-left: 4px solid #ffffff;
  padding-top: 1em;
  height: 200px;
  background: #2eb4d7;
  text-align: center;
}
.sponsors-lower {
  padding: 2.074em 0;
}
.sponsors-lower .sponsors-secondary {
  text-align: center;
}
.sponsors-lower .sponsors-secondary li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0 1em;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* Contentinfo
   ========================================================================== */
[role="contentinfo"] {
  margin: 0 -4px;
  padding: 1.728em 0;
  background: #211f1f;
  color: #ffffff;
  font-size: .833em;
}
[role="contentinfo"] a {
  color: #ffffff;
}
[role="contentinfo"] .copy {
  font-size: .694em;
}
[role="contentinfo"] .copy a {
  text-decoration: none;
}
/* ==========================================================================
   Utilities - utility classes for common, reusable, low-level CSS traits
   ========================================================================== */
.pull-end {
  float: right;
}
.pull-start {
  float: left;
}
.muted {
  color: #8f8f8f;
}
/**
 * Text truncation
 *
 * Prevent text from wrapping onto multiple lines, and truncate with an
 * ellipsis.
 *
 * 1. Ensure that the node has a maximum width after which truncation can
 *    occur.
 * 2. Fix for IE 8/9 if `word-wrap: break-word` is in effect on ancestor
 *    nodes.
 */
.text-truncate {
  max-width: 100%;
  /* 1 */

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  /* 2 */

}
/**
 * Word breaking
 *
 * Break strings when their length exceeds the width of their container.
 */
.text-break {
  word-break: break-all;
  word-break: break-word;
  word-wrap: break-word;
}
/**
 * Horizontal text alignment
 */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/**
 * Used to adjust the default spacing between components
 * Use with great care!
 *
 * <type>-<location><size>
 *
 * a = all
 * t = top
 * r = right
 * b = bottom
 * l = left
 * h = horizontal
 * v = vertical
 *
 * n = none
 * s = small
 * m = medium
 * l = large
 */
/* All */
.padding-an {
  padding: 0 !important;
}
.padding-as {
  padding: .694em !important;
}
.padding-am {
  padding: 1.2em !important;
}
.padding-al {
  padding: 1.728em !important;
}
.margin-an {
  margin: 0 !important;
}
.margin-as {
  margin: .694em !important;
}
.margin-am {
  margin: 1.2em !important;
}
.margin-al {
  margin: 1.728em !important;
}
/* Vertical */
.padding-vn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.padding-vs {
  padding-top: .694em !important;
  padding-bottom: .694em !important;
}
.padding-vm {
  padding-top: 1.2em !important;
  padding-bottom: 1.2em !important;
}
.padding-vl {
  padding-top: 1.728em !important;
  padding-bottom: 1.728em !important;
}
.margin-vn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-vs {
  margin-top: .694em !important;
  margin-bottom: .694em !important;
}
.margin-vm {
  margin-top: 1.2em !important;
  margin-bottom: 1.2em !important;
}
.margin-vl {
  margin-top: 1.728em !important;
  margin-bottom: 1.728em !important;
}
/* Horizontal */
.padding-hn {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.padding-hs {
  padding-left: .694em !important;
  padding-right: .694em !important;
}
.padding-hm {
  padding-left: 1.2em !important;
  padding-right: 1.2em !important;
}
.padding-hl {
  padding-left: 1.728em !important;
  padding-right: 1.728em !important;
}
.margin-hn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-hs {
  margin-left: .694em !important;
  margin-right: .694em !important;
}
.margin-hm {
  margin-left: 1.2em !important;
  margin-right: 1.2em !important;
}
.margin-hl {
  margin-left: 1.728em !important;
  margin-right: 1.728em !important;
}
/* Top */
.padding-tn {
  padding-top: 0 !important;
}
.padding-ts {
  padding-top: .694em !important;
}
.padding-tm {
  padding-top: 1.2em !important;
}
.padding-tl {
  padding-top: 1.728em !important;
}
.margin-tn {
  margin-top: 0 !important;
}
.margin-ts {
  margin-top: .694em !important;
}
.margin-tm {
  margin-top: 1.2em !important;
}
.margin-tl {
  margin-top: 1.728em !important;
}
/* Bottom */
.padding-bn {
  padding-bottom: 0 !important;
}
.padding-bs {
  padding-bottom: .694em !important;
}
.padding-bm {
  padding-bottom: 1.2em !important;
}
.padding-bl {
  padding-bottom: 1.728em !important;
}
.margin-bn {
  margin-bottom: 0 !important;
}
.margin-bs {
  margin-bottom: .694em !important;
}
.margin-bm {
  margin-bottom: 1.2em !important;
}
.margin-bl {
  margin-bottom: 1.728em !important;
}
/* Left */
.padding-ln {
  padding-left: 0 !important;
}
.padding-ls {
  padding-left: .694em !important;
}
.padding-lm {
  padding-left: 1.2em !important;
}
.padding-ll {
  padding-left: 1.728em !important;
}
.margin-ln {
  margin-left: 0 !important;
}
.margin-ls {
  margin-left: .694em !important;
}
.margin-lm {
  margin-left: 1.2em !important;
}
.margin-ll {
  margin-left: 1.728em !important;
}
/* Right */
.padding-rn {
  padding-right: 0 !important;
}
.padding-rs {
  padding-right: .694em !important;
}
.padding-rm {
  padding-right: 1.2em !important;
}
.padding-rl {
  padding-right: 1.728em !important;
}
.margin-rn {
  margin-right: 0 !important;
}
.margin-rs {
  margin-right: .694em !important;
}
.margin-rm {
  margin-right: 1.2em !important;
}
.margin-rl {
  margin-right: 1.728em !important;
}
