.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.bg-cover {
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url(/library/polyfills/boxsizing.htc);
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.base-text {
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
}
.font-awesome {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
}
.ionicons {
  font-family: Ionicons;
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v3.0.0 | 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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 */
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.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
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+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
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],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
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.
 */
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`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `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;
}
/**
 * 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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
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.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.cf,
.hero,
.content,
.container,
header,
footer,
blockquote,
.nav,
.post,
dl,
.form-actions:not(.form-group),
.section-heading,
.thumbs-left > li {
  *zoom: 1;
}
.cf:before,
.hero:before,
.content:before,
.container:before,
header:before,
footer:before,
blockquote:before,
.nav:before,
.post:before,
dl:before,
.form-actions:not(.form-group):before,
.section-heading:before,
.thumbs-left > li:before,
.cf:after,
.hero:after,
.content:after,
.container:after,
header:after,
footer:after,
blockquote:after,
.nav:after,
.post:after,
dl:after,
.form-actions:not(.form-group):after,
.section-heading:after,
.thumbs-left > li:after {
  content: "";
  display: table;
}
.cf:after,
.hero:after,
.content:after,
.container:after,
header:after,
footer:after,
blockquote:after,
.nav:after,
.post:after,
dl:after,
.form-actions:not(.form-group):after,
.section-heading:after,
.thumbs-left > li:after {
  clear: both;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/library/polyfills/boxsizing.htc);
}
img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
body {
  margin: 0;
  padding: 0;
  background: #000000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}
iframe {
  display: block;
}
/* =============================================================================
   FIXES
   ========================================================================== */
.ios .bg-cover {
  background-attachment: scroll !important;
}
#map {
  height: 400px;
}
#map img {
  max-width: none;
}
#map label {
  width: auto;
  display: inline;
}
/* =============================================================================
   COLORS
   ========================================================================== */
.error,
.red {
  color: #b94a48;
}
.primary {
  color: #0088cc;
}
.secondary {
  color: #008080;
}
.success,
.green {
  color: #468847;
}
.muted {
  color: #999999 !important;
}
/* =============================================================================
   COMMON
   ========================================================================== */
.section-heading {
  *zoom: 1;
}
.section-heading:before,
.section-heading:after {
  content: "";
  display: table;
}
.section-heading:after {
  clear: both;
}
.section-heading h1,
.section-heading h2,
.section-heading h3 {
  float: left;
}
.section-heading .section-heading-extras {
  float: right;
}
hr {
  margin: 40px auto;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}
hr.hr-bevel {
  border-bottom: 1px solid #333333;
}
hr.hr-tight {
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.hr-spaced {
  margin-top: 80px;
  margin-bottom: 80px;
}
hr.hr-short {
  width: 50%;
}
.top-border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.btm-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.bordered {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
p.top-border,
h1.top-border,
h2.top-border,
h3.top-border {
  padding-top: 20px;
}
p.btm-border,
h1.btm-border,
h2.btm-border,
h3.btm-border {
  padding-bottom: 20px;
}
p.bordered,
h1.bordered,
h2.bordered,
h3.bordered {
  padding: 20px;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.ib {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.fixed {
  position: fixed;
}
.img-circle {
  border-radius: 500px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.img-border {
  padding: 4px;
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.img-rounded {
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
img.left {
  margin: 0 30px 15px 0;
}
img.right {
  margin: 0 0 15px 30px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  display: block;
  margin: 0 auto 20px;
}
.no-float {
  float: none !important;
}
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.first {
  margin-left: 0 !important;
}
.last {
  margin-right: 0 !important;
}
.hide {
  display: none;
}
.show {
  display: block !important;
}
.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000 !important;
  background: #000000;
  opacity: 0;
  filter: alpha(opacity=0);
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  opacity: 0.25;
  filter: alpha(opacity=25);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.close:hover {
  color: black;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.media-group {
  margin-bottom: 20px;
  *zoom: 1;
}
.media-group:before,
.media-group:after {
  content: "";
  display: table;
}
.media-group:after {
  clear: both;
}
.media-group .media-content {
  overflow: hidden;
}
.media-group .media-content *:last-child {
  margin-bottom: 0;
}
.media-group .left {
  margin: 0 3rem 0 0;
}
.media-group .right {
  margin: 0 0 0 3rem;
}
.media-content .media-group {
  clear: both;
}
/* =============================================================================
   > MOBILE
   ========================================================================== */
@media (min-width: 768px) {
  .narrow {
    padding-left: 10%;
    padding-right: 10%;
  }
  .narrower {
    padding-left: 20%;
    padding-right: 20%;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-width: 3840px;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }
}
.container {
  width: 3640px;
  padding: 0;
}
.cols,
.form-horizontal .form-group {
  list-style: none;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.cols [class*="col-"],
.form-horizontal .form-group [class*="col-"] {
  min-height: 1px;
  width: 100%;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.cols {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -o-box;
  display: box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
html.lt-ie10 .cols,
html.lt-ie10 .form-horizontal .form-group {
  *zoom: 1;
}
html.lt-ie10 .cols:before,
html.lt-ie10 .form-horizontal .form-group:before,
html.lt-ie10 .cols:after,
html.lt-ie10 .form-horizontal .form-group:after {
  content: "";
  display: table;
}
html.lt-ie10 .cols:after,
html.lt-ie10 .form-horizontal .form-group:after {
  clear: both;
}
html.lt-ie10 .cols [class*="col-"][class*="sm-"],
html.lt-ie10 .form-horizontal .form-group [class*="col-"][class*="sm-"] {
  float: left;
}
@media (min-width: 768px) {
  html.lt-ie10 .cols [class*="col-"][class*="md-"],
  html.lt-ie10 .form-horizontal .form-group [class*="col-"][class*="md-"] {
    float: left;
  }
}
@media (min-width: 992px) {
  html.lt-ie10 .cols [class*="col-"][class*="lg-"],
  html.lt-ie10 .form-horizontal .form-group [class*="col-"][class*="lg-"] {
    float: left;
  }
}
@media (min-width: 1200px) {
  html.lt-ie10 .cols [class*="col-"],
  html.lt-ie10 .form-horizontal .form-group [class*="col-"] {
    float: left;
  }
}
.form-horizontal .form-group {
  *zoom: 1;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group [class*="col-"][class*="sm-"] {
  float: left;
}
@media (min-width: 768px) {
  .form-horizontal .form-group [class*="col-"][class*="md-"] {
    float: left;
  }
}
@media (min-width: 992px) {
  .form-horizontal .form-group [class*="col-"][class*="lg-"] {
    float: left;
  }
}
@media (min-width: 1200px) {
  .form-horizontal .form-group [class*="col-"] {
    float: left;
  }
}
(.cols, .form-horizontal .form-group) [class*="col-1"] {
  width: 8.333333333333334%;
}
(.cols, .form-horizontal .form-group) [class*="col-2"] {
  width: 16.666666666666668%;
}
(.cols, .form-horizontal .form-group) [class*="col-3"] {
  width: 25%;
}
(.cols, .form-horizontal .form-group) [class*="col-4"] {
  width: 33.333333333333336%;
}
(.cols, .form-horizontal .form-group) [class*="col-5"] {
  width: 41.66666666666667%;
}
(.cols, .form-horizontal .form-group) [class*="col-6"] {
  width: 50%;
}
(.cols, .form-horizontal .form-group) [class*="col-7"] {
  width: 58.333333333333336%;
}
(.cols, .form-horizontal .form-group) [class*="col-8"] {
  width: 66.66666666666667%;
}
(.cols, .form-horizontal .form-group) [class*="col-9"] {
  width: 75%;
}
(.cols, .form-horizontal .form-group) [class*="col-10"] {
  width: 83.33333333333334%;
}
(.cols, .form-horizontal .form-group) [class*="col-11"] {
  width: 83.33333333333334%;
}
(.cols, .form-horizontal .form-group) [class*="col-12"] {
  width: 100%;
}
(.cols, .form-horizontal .form-group) .offset-1 {
  margin-left: 8.333333333333334%;
}
(.cols, .form-horizontal .form-group) .offset-2 {
  margin-left: 16.666666666666668%;
}
(.cols, .form-horizontal .form-group) .offset-3 {
  margin-left: 25%;
}
(.cols, .form-horizontal .form-group) .offset-4 {
  margin-left: 33.333333333333336%;
}
(.cols, .form-horizontal .form-group) .offset-5 {
  margin-left: 41.66666666666667%;
}
(.cols, .form-horizontal .form-group) .offset-6 {
  margin-left: 50%;
}
(.cols, .form-horizontal .form-group) .offset-7 {
  margin-left: 58.333333333333336%;
}
(.cols, .form-horizontal .form-group) .offset-8 {
  margin-left: 66.66666666666667%;
}
(.cols, .form-horizontal .form-group) .offset-9 {
  margin-left: 75%;
}
(.cols, .form-horizontal .form-group) .offset-10 {
  margin-left: 83.33333333333334%;
}
(.cols, .form-horizontal .form-group) .offset-11 {
  margin-left: 91.66666666666667%;
}
html.lt-ie10 .cols,
html.lt-ie10 .form-horizontal .form-group {
  *zoom: 1;
}
html.lt-ie10 .cols:before,
html.lt-ie10 .form-horizontal .form-group:before,
html.lt-ie10 .cols:after,
html.lt-ie10 .form-horizontal .form-group:after {
  content: "";
  display: table;
}
html.lt-ie10 .cols:after,
html.lt-ie10 .form-horizontal .form-group:after {
  clear: both;
}
html.lt-ie10 .cols [class*="col-"],
html.lt-ie10 .form-horizontal .form-group [class*="col-"] {
  float: left;
}
.cols.no-gutters {
  margin: 0;
}
.cols.no-gutters [class*="col-"] {
  padding: 0;
}
.flex-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cols .col-1,
.form-horizontal .form-group .col-1 {
  width: 8.333333333333334%;
}
.cols .offset-1,
.form-horizontal .form-group .offset-1 {
  margin-left: 8.333333333333334%;
}
.cols .col-2,
.form-horizontal .form-group .col-2 {
  width: 16.666666666666668%;
}
.cols .offset-2,
.form-horizontal .form-group .offset-2 {
  margin-left: 16.666666666666668%;
}
.cols .col-3,
.form-horizontal .form-group .col-3 {
  width: 25%;
}
.cols .offset-3,
.form-horizontal .form-group .offset-3 {
  margin-left: 25%;
}
.cols .col-4,
.form-horizontal .form-group .col-4 {
  width: 33.333333333333336%;
}
.cols .offset-4,
.form-horizontal .form-group .offset-4 {
  margin-left: 33.333333333333336%;
}
.cols .col-5,
.form-horizontal .form-group .col-5 {
  width: 41.666666666666664%;
}
.cols .offset-5,
.form-horizontal .form-group .offset-5 {
  margin-left: 41.666666666666664%;
}
.cols .col-6,
.form-horizontal .form-group .col-6 {
  width: 50%;
}
.cols .offset-6,
.form-horizontal .form-group .offset-6 {
  margin-left: 50%;
}
.cols .col-7,
.form-horizontal .form-group .col-7 {
  width: 58.333333333333336%;
}
.cols .offset-7,
.form-horizontal .form-group .offset-7 {
  margin-left: 58.333333333333336%;
}
.cols .col-8,
.form-horizontal .form-group .col-8 {
  width: 66.66666666666667%;
}
.cols .offset-8,
.form-horizontal .form-group .offset-8 {
  margin-left: 66.66666666666667%;
}
.cols .col-9,
.form-horizontal .form-group .col-9 {
  width: 75%;
}
.cols .offset-9,
.form-horizontal .form-group .offset-9 {
  margin-left: 75%;
}
.cols .col-10,
.form-horizontal .form-group .col-10 {
  width: 83.33333333333333%;
}
.cols .offset-10,
.form-horizontal .form-group .offset-10 {
  margin-left: 83.33333333333333%;
}
.cols .col-11,
.form-horizontal .form-group .col-11 {
  width: 91.66666666666667%;
}
.cols .offset-11,
.form-horizontal .form-group .offset-11 {
  margin-left: 91.66666666666667%;
}
.cols .col-12,
.form-horizontal .form-group .col-12 {
  width: 100%;
}
.cols .offset-12,
.form-horizontal .form-group .offset-12 {
  margin-left: 100%;
}
@media (min-width: 480px) {
  .cols .col-sm-1,
  .form-horizontal .form-group .col-sm-1 {
    width: 8.333333333333334%;
  }
  .cols .offset-sm-1,
  .form-horizontal .form-group .offset-sm-1 {
    margin-left: 8.333333333333334%;
  }
  .cols .col-sm-2,
  .form-horizontal .form-group .col-sm-2 {
    width: 16.666666666666668%;
  }
  .cols .offset-sm-2,
  .form-horizontal .form-group .offset-sm-2 {
    margin-left: 16.666666666666668%;
  }
  .cols .col-sm-3,
  .form-horizontal .form-group .col-sm-3 {
    width: 25%;
  }
  .cols .offset-sm-3,
  .form-horizontal .form-group .offset-sm-3 {
    margin-left: 25%;
  }
  .cols .col-sm-4,
  .form-horizontal .form-group .col-sm-4 {
    width: 33.333333333333336%;
  }
  .cols .offset-sm-4,
  .form-horizontal .form-group .offset-sm-4 {
    margin-left: 33.333333333333336%;
  }
  .cols .col-sm-5,
  .form-horizontal .form-group .col-sm-5 {
    width: 41.666666666666664%;
  }
  .cols .offset-sm-5,
  .form-horizontal .form-group .offset-sm-5 {
    margin-left: 41.666666666666664%;
  }
  .cols .col-sm-6,
  .form-horizontal .form-group .col-sm-6 {
    width: 50%;
  }
  .cols .offset-sm-6,
  .form-horizontal .form-group .offset-sm-6 {
    margin-left: 50%;
  }
  .cols .col-sm-7,
  .form-horizontal .form-group .col-sm-7 {
    width: 58.333333333333336%;
  }
  .cols .offset-sm-7,
  .form-horizontal .form-group .offset-sm-7 {
    margin-left: 58.333333333333336%;
  }
  .cols .col-sm-8,
  .form-horizontal .form-group .col-sm-8 {
    width: 66.66666666666667%;
  }
  .cols .offset-sm-8,
  .form-horizontal .form-group .offset-sm-8 {
    margin-left: 66.66666666666667%;
  }
  .cols .col-sm-9,
  .form-horizontal .form-group .col-sm-9 {
    width: 75%;
  }
  .cols .offset-sm-9,
  .form-horizontal .form-group .offset-sm-9 {
    margin-left: 75%;
  }
  .cols .col-sm-10,
  .form-horizontal .form-group .col-sm-10 {
    width: 83.33333333333333%;
  }
  .cols .offset-sm-10,
  .form-horizontal .form-group .offset-sm-10 {
    margin-left: 83.33333333333333%;
  }
  .cols .col-sm-11,
  .form-horizontal .form-group .col-sm-11 {
    width: 91.66666666666667%;
  }
  .cols .offset-sm-11,
  .form-horizontal .form-group .offset-sm-11 {
    margin-left: 91.66666666666667%;
  }
  .cols .col-sm-12,
  .form-horizontal .form-group .col-sm-12 {
    width: 100%;
  }
  .cols .offset-sm-12,
  .form-horizontal .form-group .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .cols .col-md-1,
  .form-horizontal .form-group .col-md-1 {
    width: 8.333333333333334%;
  }
  .cols .offset-md-1,
  .form-horizontal .form-group .offset-md-1 {
    margin-left: 8.333333333333334%;
  }
  .cols .col-md-2,
  .form-horizontal .form-group .col-md-2 {
    width: 16.666666666666668%;
  }
  .cols .offset-md-2,
  .form-horizontal .form-group .offset-md-2 {
    margin-left: 16.666666666666668%;
  }
  .cols .col-md-3,
  .form-horizontal .form-group .col-md-3 {
    width: 25%;
  }
  .cols .offset-md-3,
  .form-horizontal .form-group .offset-md-3 {
    margin-left: 25%;
  }
  .cols .col-md-4,
  .form-horizontal .form-group .col-md-4 {
    width: 33.333333333333336%;
  }
  .cols .offset-md-4,
  .form-horizontal .form-group .offset-md-4 {
    margin-left: 33.333333333333336%;
  }
  .cols .col-md-5,
  .form-horizontal .form-group .col-md-5 {
    width: 41.666666666666664%;
  }
  .cols .offset-md-5,
  .form-horizontal .form-group .offset-md-5 {
    margin-left: 41.666666666666664%;
  }
  .cols .col-md-6,
  .form-horizontal .form-group .col-md-6 {
    width: 50%;
  }
  .cols .offset-md-6,
  .form-horizontal .form-group .offset-md-6 {
    margin-left: 50%;
  }
  .cols .col-md-7,
  .form-horizontal .form-group .col-md-7 {
    width: 58.333333333333336%;
  }
  .cols .offset-md-7,
  .form-horizontal .form-group .offset-md-7 {
    margin-left: 58.333333333333336%;
  }
  .cols .col-md-8,
  .form-horizontal .form-group .col-md-8 {
    width: 66.66666666666667%;
  }
  .cols .offset-md-8,
  .form-horizontal .form-group .offset-md-8 {
    margin-left: 66.66666666666667%;
  }
  .cols .col-md-9,
  .form-horizontal .form-group .col-md-9 {
    width: 75%;
  }
  .cols .offset-md-9,
  .form-horizontal .form-group .offset-md-9 {
    margin-left: 75%;
  }
  .cols .col-md-10,
  .form-horizontal .form-group .col-md-10 {
    width: 83.33333333333333%;
  }
  .cols .offset-md-10,
  .form-horizontal .form-group .offset-md-10 {
    margin-left: 83.33333333333333%;
  }
  .cols .col-md-11,
  .form-horizontal .form-group .col-md-11 {
    width: 91.66666666666667%;
  }
  .cols .offset-md-11,
  .form-horizontal .form-group .offset-md-11 {
    margin-left: 91.66666666666667%;
  }
  .cols .col-md-12,
  .form-horizontal .form-group .col-md-12 {
    width: 100%;
  }
  .cols .offset-md-12,
  .form-horizontal .form-group .offset-md-12 {
    margin-left: 100%;
  }
  .cols.wide-gutters {
    margin: 0 -25px;
  }
  .cols.wide-gutters > [class*="col-"] {
    padding: 0 25px;
  }
  .cols.normal-gutters {
    margin: 0 -10px;
  }
  .cols.normal-gutters [class*="col-"] {
    padding: 0 10px;
  }
  .cols-center {
    font-size: 0;
    /* fix inline-block white-space */
    text-align: center;
  }
  .cols-center [class*="col-"] {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    /* fix inline-block white-space */
    float: none;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  .cols .col-lg-1,
  .form-horizontal .form-group .col-lg-1 {
    width: 8.333333333333334%;
  }
  .cols .offset-lg-1,
  .form-horizontal .form-group .offset-lg-1 {
    margin-left: 8.333333333333334%;
  }
  .cols .col-lg-2,
  .form-horizontal .form-group .col-lg-2 {
    width: 16.666666666666668%;
  }
  .cols .offset-lg-2,
  .form-horizontal .form-group .offset-lg-2 {
    margin-left: 16.666666666666668%;
  }
  .cols .col-lg-3,
  .form-horizontal .form-group .col-lg-3 {
    width: 25%;
  }
  .cols .offset-lg-3,
  .form-horizontal .form-group .offset-lg-3 {
    margin-left: 25%;
  }
  .cols .col-lg-4,
  .form-horizontal .form-group .col-lg-4 {
    width: 33.333333333333336%;
  }
  .cols .offset-lg-4,
  .form-horizontal .form-group .offset-lg-4 {
    margin-left: 33.333333333333336%;
  }
  .cols .col-lg-5,
  .form-horizontal .form-group .col-lg-5 {
    width: 41.666666666666664%;
  }
  .cols .offset-lg-5,
  .form-horizontal .form-group .offset-lg-5 {
    margin-left: 41.666666666666664%;
  }
  .cols .col-lg-6,
  .form-horizontal .form-group .col-lg-6 {
    width: 50%;
  }
  .cols .offset-lg-6,
  .form-horizontal .form-group .offset-lg-6 {
    margin-left: 50%;
  }
  .cols .col-lg-7,
  .form-horizontal .form-group .col-lg-7 {
    width: 58.333333333333336%;
  }
  .cols .offset-lg-7,
  .form-horizontal .form-group .offset-lg-7 {
    margin-left: 58.333333333333336%;
  }
  .cols .col-lg-8,
  .form-horizontal .form-group .col-lg-8 {
    width: 66.66666666666667%;
  }
  .cols .offset-lg-8,
  .form-horizontal .form-group .offset-lg-8 {
    margin-left: 66.66666666666667%;
  }
  .cols .col-lg-9,
  .form-horizontal .form-group .col-lg-9 {
    width: 75%;
  }
  .cols .offset-lg-9,
  .form-horizontal .form-group .offset-lg-9 {
    margin-left: 75%;
  }
  .cols .col-lg-10,
  .form-horizontal .form-group .col-lg-10 {
    width: 83.33333333333333%;
  }
  .cols .offset-lg-10,
  .form-horizontal .form-group .offset-lg-10 {
    margin-left: 83.33333333333333%;
  }
  .cols .col-lg-11,
  .form-horizontal .form-group .col-lg-11 {
    width: 91.66666666666667%;
  }
  .cols .offset-lg-11,
  .form-horizontal .form-group .offset-lg-11 {
    margin-left: 91.66666666666667%;
  }
  .cols .col-lg-12,
  .form-horizontal .form-group .col-lg-12 {
    width: 100%;
  }
  .cols .offset-lg-12,
  .form-horizontal .form-group .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .cols .col-xl-1,
  .form-horizontal .form-group .col-xl-1 {
    width: 8.333333333333334%;
  }
  .cols .offset-xl-1,
  .form-horizontal .form-group .offset-xl-1 {
    margin-left: 8.333333333333334%;
  }
  .cols .col-xl-2,
  .form-horizontal .form-group .col-xl-2 {
    width: 16.666666666666668%;
  }
  .cols .offset-xl-2,
  .form-horizontal .form-group .offset-xl-2 {
    margin-left: 16.666666666666668%;
  }
  .cols .col-xl-3,
  .form-horizontal .form-group .col-xl-3 {
    width: 25%;
  }
  .cols .offset-xl-3,
  .form-horizontal .form-group .offset-xl-3 {
    margin-left: 25%;
  }
  .cols .col-xl-4,
  .form-horizontal .form-group .col-xl-4 {
    width: 33.333333333333336%;
  }
  .cols .offset-xl-4,
  .form-horizontal .form-group .offset-xl-4 {
    margin-left: 33.333333333333336%;
  }
  .cols .col-xl-5,
  .form-horizontal .form-group .col-xl-5 {
    width: 41.666666666666664%;
  }
  .cols .offset-xl-5,
  .form-horizontal .form-group .offset-xl-5 {
    margin-left: 41.666666666666664%;
  }
  .cols .col-xl-6,
  .form-horizontal .form-group .col-xl-6 {
    width: 50%;
  }
  .cols .offset-xl-6,
  .form-horizontal .form-group .offset-xl-6 {
    margin-left: 50%;
  }
  .cols .col-xl-7,
  .form-horizontal .form-group .col-xl-7 {
    width: 58.333333333333336%;
  }
  .cols .offset-xl-7,
  .form-horizontal .form-group .offset-xl-7 {
    margin-left: 58.333333333333336%;
  }
  .cols .col-xl-8,
  .form-horizontal .form-group .col-xl-8 {
    width: 66.66666666666667%;
  }
  .cols .offset-xl-8,
  .form-horizontal .form-group .offset-xl-8 {
    margin-left: 66.66666666666667%;
  }
  .cols .col-xl-9,
  .form-horizontal .form-group .col-xl-9 {
    width: 75%;
  }
  .cols .offset-xl-9,
  .form-horizontal .form-group .offset-xl-9 {
    margin-left: 75%;
  }
  .cols .col-xl-10,
  .form-horizontal .form-group .col-xl-10 {
    width: 83.33333333333333%;
  }
  .cols .offset-xl-10,
  .form-horizontal .form-group .offset-xl-10 {
    margin-left: 83.33333333333333%;
  }
  .cols .col-xl-11,
  .form-horizontal .form-group .col-xl-11 {
    width: 91.66666666666667%;
  }
  .cols .offset-xl-11,
  .form-horizontal .form-group .offset-xl-11 {
    margin-left: 91.66666666666667%;
  }
  .cols .col-xl-12,
  .form-horizontal .form-group .col-xl-12 {
    width: 100%;
  }
  .cols .offset-xl-12,
  .form-horizontal .form-group .offset-xl-12 {
    margin-left: 100%;
  }
}
html {
  font-size: 62.5%;
}
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Avenir Next W02 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
}
p,
ul,
ol,
dl,
H1,
H2,
H3,
h4,
h5,
h6,
table,
form {
  margin: 0 0 20px 0;
}
H1 {
  font: 700 44px / normal 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  margin-bottom: 20px;
}
H1 small {
  font-size: 60%;
}
H2 {
  font: 700 44px / 1.65 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  margin-bottom: 20px;
}
.lead {
  font-size: 17.5px;
}
H3 {
  font: 700 15px / 1.65 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  margin-bottom: 20px;
}
H4 {
  font: bold 21px / normal "Avenir Next W02 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
}
.t8 {
  font-size: 8px;
}
.t9 {
  font-size: 9px;
}
.t10 {
  font-size: 10px;
}
.t11 {
  font-size: 11px;
}
.t12 {
  font-size: 12px;
}
.t13 {
  font-size: 13px;
}
.t14 {
  font-size: 14px;
}
.t15 {
  font-size: 15px;
}
.t16 {
  font-size: 16px;
}
.t18 {
  font-size: 18px;
}
.t20 {
  font-size: 20px;
}
.t22 {
  font-size: 22px;
}
.t24 {
  font-size: 24px;
}
.t26 {
  font-size: 26px;
}
.t30 {
  font-size: 30px;
}
.t40 {
  font-size: 40px;
}
.t50 {
  font-size: 50px;
}
.huge {
  font-size: 56px;
}
small {
  font-size: 80%;
}
.small {
  font-size: 12.6px;
}
.smaller {
  font-size: 11.200000000000001px;
}
.smaller hr {
  margin: 1rem 0;
}
.normal {
  font-weight: normal !important;
}
.caps {
  text-transform: uppercase;
}
.title-case {
  text-transform: capitalize;
}
.strike {
  text-decoration: line-through;
}
.sans {
  font-family: "Avenir Next W02 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.serif {
  font-family: adelle, Georgia, "Times New Roman", Times, serif;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
/* =============================================================================
   LISTS
   ========================================================================== */
ul ul {
  margin: 0;
}
ol ol {
  margin: 0;
  list-style-type: lower-alpha;
}
.no-bullets {
  list-style: none;
  padding-left: 0;
}
.list-icons {
  list-style: none;
  padding-left: 0;
}
.list-icons > li {
  position: relative;
  padding-left: 25px;
}
.list-icons > li i:first-child {
  position: absolute;
  top: 4px;
  left: 0px;
  font-size: 15.400000000000002px;
}
.list-checks {
  list-style: none;
  padding-left: 10px;
}
.list-checks li {
  position: relative;
  margin-left: 25px;
}
.list-checks li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  top: 0px;
  left: -20px;
  color: #0088cc;
  font-size: inherit;
  content: "\f00c";
}
.list-checks ul {
  list-style: circle outside;
  padding-left: 35px;
}
.list-inline {
  margin-left: -10px;
  overflow: hidden;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding-right: 10px;
  padding-left: 10px;
}
.list-inline.list-seps li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.list-inline.list-seps li:first-child {
  border-left: none;
}
.list-spaced {
  margin-bottom: 10px;
}
.list-spaced li {
  margin-bottom: 10px;
}
.list-spaced ul {
  margin-top: 5px;
}
@media (min-width: 768px) {
  [class*="listCol"] {
    float: left;
    margin-right: 20px;
  }
}
dl {
  margin-bottom: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
.dl-spaced dt {
  margin-top: 10px;
}
.dl-spaced dt:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 15rem;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 17rem;
  }
  .dl-horizontal.dl-tight dt {
    width: 7.5rem;
  }
  .dl-horizontal.dl-tight dd {
    margin-left: 9rem;
  }
}
@media (min-width: 768px) {
  .dl-columns dt {
    float: left;
    clear: left;
    width: 35%;
    padding-right: 5%;
    font-weight: bold;
    margin: 0;
  }
  .dl-columns dd {
    float: left;
    width: 60%;
    margin-left: 0;
  }
  .dl-columns.dl-tight dt {
    width: 20%;
  }
  .dl-columns.dl-tight dd {
    width: 75%;
  }
  .dl-columns.dl-spaced dd {
    margin-bottom: 10px;
  }
  .dl-columns.dl-spaced dd:last-child {
    margin-bottom: 0;
  }
}
.ol-numbers {
  counter-reset: li;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ol-numbers > li {
  position: relative;
  margin: 0 0 10px 35px;
  padding: 0;
}
.ol-numbers > li:before {
  content: counter(li);
  counter-increment: li;
  position: absolute;
  top: 0px;
  left: -35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #0088cc;
  color: #fff;
  font-size: 12px;
  font-family: "Avenir Next W02 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}
blockquote {
  margin: 0 0 20px;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
}
blockquote small {
  display: block;
  color: #999999;
  margin-top: .5rem;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.right {
  float: right;
}
blockquote.right p,
blockquote.right small {
  text-align: right;
}
blockquote.right small:before {
  content: '';
}
blockquote.right small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
/* =============================================================================
   LINKS
   ========================================================================== */
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: none;
}
a.download,
a.email,
a.pdf,
a.zip,
a.doc,
a.ppt,
a.xls,
a.view {
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
a.download {
  background-image: url('/images/icons/download-sm.png');
}
a.email {
  background-image: url('/images/icons/email-sm.png');
}
a.pdf {
  background-image: url('/images/icons/pdf-sm.png');
}
a.zip {
  background-image: url('/images/icons/document-zipper.png');
}
a.doc {
  background-image: url('/images/icons/document-word.png');
}
a.ppt {
  background-image: url('/images/icons/document-powerpoint.png');
}
a.xls {
  background-image: url('/images/icons/document-excel.png');
}
a.view {
  background-image: url('/images/icons/zoom-sm.png');
}
.nav {
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav a {
  text-decoration: none;
  display: block;
}
.nav a:hover {
  text-decoration: none;
}
#main-nav ul.nav {
  margin-bottom: 0;
  color: #777777;
}
#main-nav ul.nav > li > a {
  padding: 5px 20px;
  font-size: 1.8rem;
  color: #777777;
}
#main-nav ul.nav > li.active > a,
#main-nav ul.nav > li.active a:hover {
  color: #111111;
}
#main-nav ul.nav *:hover {
  color: #222222;
}
.has-dropdown {
  display: inline-block;
}
.has-dropdown a {
  position: relative;
}
.has-dropdown .dropdown {
  background: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  padding: 20px;
}
.has-dropdown .dropdown:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  bottom: 100%;
  left: 15px;
}
.dropdown {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.dropdown .dropdown-menu {
  margin: 5px 0 0 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 5px 10px;
  list-style: none;
  display: none;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 150px;
  max-width: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.dropdown .dropdown-menu:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: absolute;
  bottom: 100%;
  left: 10px;
  z-index: 1;
}
.dropdown .dropdown-menu:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: 100%;
  left: 9px;
  z-index: 0;
}
.dropdown .dropdown-menu li a {
  display: block;
  height: auto;
  padding: 5px 10px;
  text-align: left;
  font-size: 14px;
  text-decoration: none;
}
.nav .dropdown {
  display: inherit;
}
.nav .dropdown .dropdown-menu {
  min-width: 200px;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav .dropdown .dropdown-menu:before,
.nav .dropdown .dropdown-menu:after {
  display: none;
}
.nav .dropdown .dropdown-menu a {
  white-space: normal;
  padding: 5px 20px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.dropdown-toggle.btn:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  content: "\f0d7";
  font-size: 14px;
  vertical-align: middle;
  margin-left: 7px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.nav-inline li.has-dropdown li a {
  padding: 2px 10px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar li.has-dropdown li a {
  padding: 15px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
nav#main-nav .nav li.has-dropdown li a {
  padding: 5px 20px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar {
  background: #333333;
  width: 100%;
  height: 40px;
  color: #777777;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 20px;
  border: none;
  *zoom: 1;
}
.navbar:before,
.navbar:after {
  content: "";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar form {
  margin: 0;
}
.navbar ul.nav {
  float: left;
  margin: 0;
}
.navbar ul.nav.right {
  float: right;
}
.navbar ul.nav > li {
  display: block;
  float: left;
}
.navbar ul.nav > li.active {
  background: #111111;
}
.navbar ul.nav > li.active > a {
  color: #ffffff;
}
.navbar ul.nav > li > a {
  padding: 0 15px !important;
  margin: 0;
  height: 40px;
  line-height: 40px;
  color: #dddddd;
}
.navbar ul.nav > li > a:hover {
  color: #ffffff;
  background: #111111;
}
.navbar ul.nav > li > .dropdown {
  background: #111111;
  padding-bottom: 5px;
}
.navbar ul.nav > li > .dropdown > li > a {
  padding-left: 15px;
  padding-right: 15px;
  color: #dddddd;
}
.navbar ul.nav > li > .dropdown > li > a:hover {
  color: #ffffff;
}
.navbar input[type="text"] {
  background-color: #666666;
  color: #dddddd;
  border-color: transparent;
  height: 30px;
  margin: 5px 15px 0 15px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.navbar input[type="text"]:focus {
  background-color: #cccccc;
  border-color: transparent;
}
.navbar .btn {
  height: 30px;
  margin-top: 5px;
}
.navbar.fixed-top,
.navbar.fixed-bottom {
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
.navbar.fixed-top .name,
.navbar.fixed-bottom .name {
  float: left;
  display: block;
  margin-right: 30px;
  height: 40px;
  line-height: 40px;
}
.navbar.fixed-top .name a,
.navbar.fixed-bottom .name a {
  display: block;
  padding: 0 20px;
  text-decoration: none;
  font-size: 110%;
  color: #dddddd;
}
.navbar.fixed-top .name a:hover,
.navbar.fixed-bottom .name a:hover {
  color: #ffffff;
}
.navbar.fixed-bottom {
  bottom: 0;
  top: auto;
}
.nav-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li.ui-tabs-active > a {
  color: #ffffff;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-color: #ffffff;
}
.nav-tabs > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #0088cc;
  padding: 0.8rem 1.2rem;
  margin-right: 2px;
  border: 1px solid transparent;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.nav-tabs > li > a:hover {
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}
.nav-tabs > li > a.active {
  color: #ffffff;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom-color: #ffffff;
}
.nav-inline > li {
  float: left;
}
.nav-inline > li > a {
  display: block;
  padding: 2px 10px;
}
.nav-inline.nav-center {
  text-align: center;
}
.nav-inline.nav-center > li {
  display: inline-block;
  float: none;
}
.nav-inline.nav-seps > li {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-inline.nav-seps > li:first-child {
  border-left: none;
}
.nav-stacks > li {
  float: left;
  margin-right: 40px;
}
.nav-stacks > li:last-child {
  margin-right: 0px;
}
.nav-stacks > li > a {
  font-size: 15.400000000000002px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-bottom: 5px;
  font-weight: bold;
}
.box .subnav {
  margin: -2rem !important;
}
.box .subnav a {
  padding: 10px 2rem;
  display: block;
}
.box .subnav > li {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.box .subnav > li:first-child {
  border-top: none;
}
.box .subnav > li:first-child a {
  border-top-right-radius: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box .subnav > li::last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box .subnav > li li a {
  padding: 3.3333333333333335px 2.5rem;
  font-size: 12.6px;
}
.box-heading + .subnav > li:first-child > a {
  border-radius: 0 !important;
  -moz-background-clip: padding !important;
  -webkit-background-clip: padding-box !important;
  background-clip: padding-box !important;
}
.box .subnav a:hover,
.box .subnav li.active a {
  background: #f5f5f5;
  color: #000000;
}
.subnav li li a {
  padding-left: 10px;
}
/* =============================================================================
   TABLES
   ========================================================================== */
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table td,
.table th {
  font-size: 12.6px;
  text-align: left;
  vertical-align: top;
  padding: 1rem;
}
.table th {
  font-weight: bold;
  font-size: 14px;
}
.table td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.table tbody tr:first-child td {
  border-top: none;
}
.table.table-tight td,
.table.table-tight th {
  padding: .4rem .8rem;
}
.table.table-bordered {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
}
.table.table-bordered th,
.table.table-bordered td {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.table.table-header {
  border-top-color: #0088cc;
}
.table.table-header thead th {
  color: #ffffff;
  background: #0088cc;
  border-color: #004466 !important;
  border-width: 1px;
}
.table.table-header.table-bordered {
  border-top: none;
  border-right: none;
}
.table.table-header.table-bordered thead th:first-child {
  border-left-color: #0088cc !important;
}
.table.table-header.table-bordered thead th:last-child {
  border-right: 1px solid #0088cc;
}
.table.table-header.table-bordered td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.table.table-header.table-striped tbody tr:nth-child(even) td,
.table.table-header.table-striped tbody tr:nth-child(even) th {
  background-color: #f9f9f9;
}
.table.table-striped:not(.table-header) tbody tr:nth-child(odd) td,
.table.table-striped:not(.table-header) tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table.table-hover tbody tr:hover td,
.table.table-hover tbody tr:hover th {
  background-color: #f5f5f5 !important;
}
.table-center-rows td {
  vertical-align: middle;
}
tr.center-row td {
  vertical-align: middle;
}
.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 rgba(255, 255, 255, 0.2);
}
th.text-center,
td.text-center {
  text-align: center !important;
}
th.text-right,
td.text-right {
  text-align: right !important;
}
th.text-left,
td.text-left {
  text-align: left !important;
}
label.checkbox.selected,
label.radio.selected {
  color: #0088cc;
}
.form-fields .fa {
  line-height: 4rem;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset.box {
  padding-top: 0;
}
fieldset.box legend {
  width: auto;
  font: bold 21px / normal "Avenir Next W02 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #008080;
}
.btn-affix {
  margin-left: -15px;
  position: relative;
  z-index: 1;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  font: 700 15px / 1.65 'Gotham SSm A', 'Gotham SSm B', Arial, sans-serif;
  margin-bottom: 20px;
  color: #ffffff;
}
legend small {
  font-size: 75%;
  font-weight: normal;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
}
input,
button,
select,
textarea {
  font-family: "Avenir Next W02 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 0px;
  font-weight: bold;
}
label small {
  font-weight: normal;
}
label.radio,
label.checkbox {
  font-weight: normal;
}
label.error {
  font-weight: normal;
  font-size: 12px;
}
textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error {
  border-color: #b94a48 !important;
}
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;
  *zoom: 1;
  *display: inline;
  height: 4rem;
  width: 100%;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  font-size: 14px;
  color: #ffffff;
}
textarea {
  height: auto;
}
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 {
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(204, 204, 204, 0.2);
  background-color: #ffffff;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 5px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  cursor: pointer;
}
select,
input[type="file"] {
  height: auto;
}
select {
  padding: 0.5rem 1rem;
  height: 4rem;
  line-height: 4rem;
  background-color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted rgba(204, 204, 204, 0.2);
}
/*
input::-webkit-input-placeholder { color: @placeholderText; }
input:-moz-placeholder { color: @placeholderText; }
textarea::-webkit-input-placeholder { color: @placeholderText; }
textarea:-moz-placeholder { color: @placeholderText; }
*/
input::-webkit-input-placeholder {
  color: #aaaaaa;
  text-transform: none;
}
input:-moz-placeholder {
  color: #aaaaaa;
  text-transform: none;
}
textarea::-webkit-input-placeholder {
  color: #aaaaaa;
  text-transform: none;
}
textarea:-moz-placeholder {
  color: #aaaaaa;
  text-transform: none;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.form-fields > .radio:not(.inline):first-child,
.form-fields > .checkbox:not(.inline):first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-fields .radio.inline,
.form-fields .checkbox.inline {
  padding-top: 5px;
}
.radio:not(.inline) + .radio:not(.inline),
.checkbox:not(.inline) + .checkbox:not(.inline) {
  padding-top: 5px;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 20px;
}
.input-auto {
  width: auto !important;
}
.input-tiny {
  width: 30px !important;
}
.input-mini {
  width: 60px !important;
}
.input-small {
  width: 90px !important;
}
.input-medium {
  width: 150px !important;
}
.input-large {
  width: 250px !important;
}
.input-xlarge {
  width: 300px !important;
}
.input-jumbo {
  height: auto !important;
  line-height: normal !important;
  font-size: 24px !important;
  padding: 15px 20px !important;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.form-actions {
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.help-block,
.help-inline {
  color: #999999;
  font-size: 11.200000000000001px;
  font-weight: normal;
}
.help-block {
  display: block;
  margin-bottom: 10px;
  margin-top: 3px;
}
.help-inline {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
}
.form-horizontal input,
.form-inline input,
.form-inline textarea,
.form-horizontal textarea,
.form-inline select,
.form-horizontal select,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-inline .input-append,
.form-horizontal .input-append,
.form-inline button {
  vertical-align: middle;
}
.form-text {
  padding: 1rem 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.form-group {
  margin-bottom: 23px;
}
.form-label {
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 481px) {
  .form-inline input {
    width: auto;
  }
  .form-inline .checkbox input,
  .form-inline .radio input {
    min-width: inherit;
  }
  .form-inline label,
  .form-inline .form-inline .btn-group {
    display: inline-block;
    *zoom: 1;
    *display: inline;
  }
  .form-inline * {
    margin-right: 1rem;
  }
  .form-inline *:last-child {
    margin-right: 0;
  }
  .form-inline input-append,
  .form-inline input-prepend {
    margin-bottom: 0;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 5px;
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-label {
    padding-top: 1rem;
  }
  .form-horizontal .form-label.for-checkboxes {
    padding-top: 0.5rem;
  }
  .form-horizontal .form-group.form-actions:before {
    content: "";
    display: inline-block;
    font-size: 0;
    width: 10px;
    min-height: 1px;
  }
  .form-horizontal textarea {
    padding-top: 1rem;
  }
  .form-horizontal .form-stack {
    margin-left: 0;
    margin-right: 0;
  }
  .form-horizontal .form-stack .form-label {
    padding-top: 0;
    text-align: left;
  }
}
@media (min-width: 480px) and (min-width: 992px) {
  .form-horizontal .form-label {
    text-align: right;
  }
}
@media (max-width: 480px) {
  .form-inline input {
    margin-bottom: 11.5px;
  }
  .form-inline input[type="radio"],
  .form-inline input[type="checkbox"] {
    margin-bottom: 0;
  }
  .form-inline label,
  .form-inline .form-inline .btn-group {
    display: block;
    margin-bottom: 11.5px;
  }
  .form-inline * {
    margin-right: 0px;
  }
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
  margin-top: 10px;
}
.form-placeholders .form-label {
  display: none;
}
.form-placeholders .form-group {
  margin: 0;
}
.form-placeholders input,
.form-placeholders textarea,
.form-placeholders select {
  margin-bottom: 10px;
}
.form-group input + input,
.form-group input + select,
.form-group input + textarea {
  margin-top: 10px;
}
.hide-error-labels label.error {
  display: none !important;
}
.input-append,
.input-prepend {
  white-space: nowrap;
  display: table;
  width: 100%;
}
.input-append input,
.input-prepend input,
.input-append .add-on,
.input-prepend .add-on {
  display: table-cell;
  width: auto;
}
.input-append input,
.input-prepend input {
  width: 100%;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  vertical-align: middle;
  width: 1px;
  min-width: 20px;
  padding: 0 1.5rem;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}
.input-append .add-on:not(.btn),
.input-prepend .add-on:not(.btn) {
  background-color: #f2f2f2;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.input-append .add-on {
  border-left: none;
}
.input-prepend .add-on {
  border-right: none;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-right: none;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  border-left: none;
}
.input-prepend.input-append input,
.input-prepend.input-append select {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .input-half {
    width: 48.5% !important;
    margin-top: 0 !important;
    float: left;
  }
  .input-third {
    width: 31.3333333% !important;
    float: left;
    margin-top: 0 !important;
    margin-right: 3%;
  }
  .input-fourth {
    width: 22.75% !important;
    float: left;
    margin-top: 0 !important;
    margin-right: 3%;
  }
  * .input-half:last-child,
  *.input-half.last,
  * .input-third:last-child,
  * .input-third.last,
  * .input-fourth:last-child,
  * .input-fourth.last {
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sm-input-half {
    width: 48.5% !important;
    float: left;
    margin-top: 0 !important;
  }
  .sm-input-third {
    width: 31.3333333% !important;
    float: left;
    margin-right: 3%;
    margin-top: 0 !important;
  }
  .sm-input-fourth {
    width: 22.75% !important;
    float: left;
    margin-right: 3%;
    margin-top: 0 !important;
  }
  * .sm-input-half:last-child,
  * .sm-input-half.last,
  * .sm-input-third:last-child,
  * .sm-input-third.last,
  * .sm-input-fourth:last-child,
  * .sm-input-fourth.last {
    float: right;
    margin-right: 0;
  }
}
.btn-group .btn {
  margin-left: 10px;
}
.btn-group .btn:first-child {
  margin: 0;
}
.btn {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-family: "Avenir Next W02 Light", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  background: transparent;
  line-height: 1;
  border: none;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
}
.btn .fa {
  line-height: 0;
}
.form-inline .btn {
  padding-top: 0;
  padding-bottom: 0;
  height: 4rem;
  line-height: 4rem;
}
.btn {
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.btn:hover {
  color: #000000;
  text-decoration: none;
  background: #f5f5f5;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* BUTTON SIZES */
.btn-jumbo {
  padding: 20px 40px;
  font-size: 21px;
}
.btn-big {
  padding: 15px 30px;
  font-size: 17.5px;
}
.btn-small {
  padding: 8px 16px;
  font-size: 11.200000000000001px;
}
.btn-small [class^="icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 2px 5px 4px;
  font-size: 10px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-icon {
  height: 4rem;
  width: 4rem;
  padding: 0;
  line-height: 4rem;
}
.btn-link,
.btn-link:active {
  background: none !important;
}
.btn-link {
  color: #0088cc;
  cursor: pointer;
  border: none !important;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
}
.btn-link:hover {
  color: #005580;
  text-decoration: none;
  background: none !important;
}
/* BUTTON COLORS */
.btn-primary {
  background: #0088cc;
}
.btn-primary:hover {
  background: #0099e6;
}
.btn-secondary {
  background: #008080;
}
.btn-secondary:hover {
  background: #00999a;
}
.btn-primary,
.btn-primary:hover,
.btn-secondary,
.btn-secondary:hover {
  color: #ffffff;
}
/* BUTTON ICONS */
.btn-icon-left {
  margin-right: .25rem;
}
.btn-icon-right {
  margin-left: .25rem;
}
.btn-jumbo .btn-icon-left {
  margin-right: 1rem;
}
.btn-jumbo .btn-icon-right {
  margin-left: 1rem;
}
.alert {
  padding: 10px 20px;
  margin-bottom: 20px;
  border: 1px solid #f3e4c6;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.alert .close {
  top: 10px;
  right: 10px;
  color: black;
}
.alert-heading {
  color: inherit;
}
.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #cde0bd;
}
.alert.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #e7c7cc;
}
.alert.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #b8d9df;
}
.alert p,
.alert ul {
  margin-bottom: 0;
}
.alert p + p {
  margin-top: 5px;
}
.alert a {
  color: inherit;
  font-weight: bold;
}
#js-alert {
  background: #b90000;
  color: white;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  display: none;
}
.no-js #js-alert {
  display: block;
}
.label,
.badge {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background: #999999;
}
.label {
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.badge {
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.label {
  text-decoration: none;
}
a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.box {
  padding: 2rem;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box .box-heading {
  margin: -2rem;
  margin-bottom: 20px;
  padding: 1rem 2rem;
  border-bottom: 1px solid;
  border-color: inherit;
}
.box.box-shadow {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.box.box-large {
  padding: 2.5rem;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box.box-small {
  padding: 1.5rem;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@media (min-width: 768px) {
  .box.left:not(.sidebar) {
    margin: 0 30px 15px 0;
  }
  .box.right:not(.sidebar) {
    margin: 0 0 15px 30px;
  }
}
.box hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.box.box-callout {
  color: #ffffff;
  background: #0088cc;
  border-color: #006699;
}
.box > *:last-child {
  margin-bottom: 0;
}
#powerTip {
  cursor: default;
  background-color: #ffffff;
  border-radius: 0px;
  color: #333333;
  display: none;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  z-index: 2147483647;
  font-size: 14px;
}
#powerTip:before {
  content: "";
  position: absolute;
}
#powerTip.n:before,
#powerTip.s:before {
  border-right: 5.333333333333333px solid transparent;
  border-left: 5.333333333333333px solid transparent;
  left: 50%;
  margin-left: -5.333333333333333px;
}
#powerTip.e:before,
#powerTip.w:before {
  border-bottom: 5.333333333333333px solid transparent;
  border-top: 5.333333333333333px solid transparent;
  margin-top: -5.333333333333333px;
  top: 50%;
}
#powerTip.n:before {
  border-top: 8px solid #ffffff;
  bottom: -8px;
}
#powerTip.e:before {
  border-right: 8px solid #ffffff;
  left: -8px;
}
#powerTip.s:before {
  border-bottom: 8px solid #ffffff;
  top: -8px;
}
#powerTip.w:before {
  border-left: 8px solid #ffffff;
  right: -8px;
}
#powerTip.ne:before,
#powerTip.se:before {
  border-right: 8px solid transparent;
  border-left: 0;
  left: 8px;
}
#powerTip.nw:before,
#powerTip.sw:before {
  border-left: 8px solid transparent;
  border-right: 0;
  right: 8px;
}
#powerTip.ne:before,
#powerTip.nw:before {
  border-top: 8px solid #ffffff;
  bottom: -8px;
}
#powerTip.se:before,
#powerTip.sw:before {
  border-bottom: 8px solid #ffffff;
  top: -8px;
}
#powerTip.nw-alt:before,
#powerTip.ne-alt:before,
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: 8px solid #ffffff;
  bottom: -8px;
  border-left: 5.333333333333333px solid transparent;
  border-right: 5.333333333333333px solid transparent;
  left: 8px;
}
#powerTip.ne-alt:before {
  left: auto;
  right: 8px;
}
#powerTip.sw-alt:before,
#powerTip.se-alt:before {
  border-top: none;
  border-bottom: 8px solid #ffffff;
  bottom: auto;
  top: -8px;
}
#powerTip.se-alt:before {
  left: auto;
  right: 8px;
}
.dataTable thead th {
  cursor: pointer;
}
.dataTable thead th.sorting:after {
  font-family: FontAwesome;
  content: "\f0dc";
  font-size: 14px;
  float: right;
  color: rgba(0, 0, 0, 0.25);
}
.dataTable thead th.sorting_desc:after {
  font-family: FontAwesome;
  content: "\f0de";
  font-size: 14px;
  float: right;
  color: rgba(0, 0, 0, 0.25);
}
.dataTable thead th.sorting_asc:after {
  font-family: FontAwesome;
  content: "\f0dd";
  font-size: 14px;
  float: right;
  color: rgba(0, 0, 0, 0.25);
}
.table-header thead th.sorting:after {
  color: rgba(255, 255, 255, 0.5);
}
.table-header thead th.sorting_desc:after {
  color: rgba(255, 255, 255, 0.5);
}
.table-header thead th.sorting_asc:after {
  color: rgba(255, 255, 255, 0.5);
}
.dataTables_wrapper {
  margin-bottom: 20px;
  *zoom: 1;
}
.dataTables_wrapper:before,
.dataTables_wrapper:after {
  content: "";
  display: table;
}
.dataTables_wrapper:after {
  clear: both;
}
.dataTables_wrapper select {
  width: auto;
}
.dataTables_length {
  float: left;
  width: 40%;
  margin-bottom: 10px;
  font-size: 11.200000000000001px;
}
.dataTables_length label {
  font-weight: normal;
  font-size: 11.200000000000001px;
}
.dataTables_filter {
  float: right;
  margin-bottom: 10px;
  font-size: 11.200000000000001px;
}
.dataTables_info {
  float: left;
  width: 30%;
  font-size: 11.200000000000001px;
}
.dataTables_wrapper .pagination {
  float: right;
  text-align: right;
}
@media (max-width: 480px) {
  .dataTables_length,
  .dataTables_filter,
  .dataTables_info,
  .dataTables_paginate {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .dataTables_info,
  .dataTables_paginate {
    text-align: center;
  }
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
.no-js .slides > li:first-child {
  display: block;
}
.slider {
  position: relative;
  margin-bottom: 20px;
}
.slider .slides {
  padding: 0 !important;
  list-style: none !important;
}
.slider .slides > li {
  display: none;
  position: relative;
}
.slider .slides > li:first-child {
  display: block;
}
.slider .slides > li img {
  display: block;
  z-index: 0;
  max-width: 100%;
  margin: auto;
  height: auto;
  line-height: 1px;
}
.slider .slides > li .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  color: #ffffff;
  background: #222;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  min-height: 30px;
}
.slider .slides > li .caption p,
.slider .slides > li .caption h3 {
  margin-bottom: 3px;
}
.flex-control-nav {
  width: 100%;
  margin: 11px 0 5px;
  text-align: center;
  padding: 0 !important;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #cccccc;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.flex-control-paging li a:hover {
  background: #cccccc;
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-control-paging li a.flex-active {
  background: #111111;
  cursor: default;
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-direction-nav {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.flex-direction-nav li a {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  width: 36px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  background: #000000;
  color: #ffffff;
  display: block;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.flex-direction-nav li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-decoration: none;
}
.flex-direction-nav li a.flex-prev {
  left: 0;
  text-indent: -4px;
}
.flex-direction-nav li a.flex-next {
  right: 0;
  text-indent: 4px;
}
.slider.hide-arrows .flex-direction-nav li a {
  opacity: 0;
  filter: alpha(opacity=0);
}
.slider.hide-arrows:hover .flex-direction-nav li a {
  opacity: 0.75;
  filter: alpha(opacity=75);
}
@media (min-width: 481px) {
  .owl-controls {
    position: relative;
  }
  .owl-controls .owl-buttons .owl-prev,
  .owl-controls .owl-buttons .owl-next {
    position: absolute;
    top: 0;
    font-size: 26px;
    padding: 2px 15px 4px;
    line-height: 1;
    -webkit-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    opacity: 0.3;
    filter: alpha(opacity=30);
  }
  .owl-controls .owl-buttons .owl-prev:hover,
  .owl-controls .owl-buttons .owl-next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .owl-controls .owl-buttons .owl-prev {
    left: 1rem;
  }
  .owl-controls .owl-buttons .owl-next {
    right: 1rem;
  }
  .owl-controls .owl-pagination {
    text-align: center;
  }
  .owl-controls .owl-pagination .owl-page {
    margin: 0;
    padding: 11px 6px;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
  .owl-controls .owl-pagination .owl-page span {
    width: 12px;
    height: 12px;
    display: block;
    background: #cccccc;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .owl-controls .owl-pagination .owl-page:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .owl-controls .owl-pagination .owl-page:hover span {
    background: #cccccc;
  }
  .owl-controls .owl-pagination .owl-page.active {
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: default;
  }
  .owl-controls .owl-pagination .owl-page.active span {
    background: #111111;
  }
}
.mfp-gallery .mfp-close {
  position: fixed;
  top: 00px;
  right: 20px;
  color: black;
}
.mfp-gallery .mfp-close:before {
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  font-size: 62px;
  content: "\f2bd";
  color: white;
}
.mfp-gallery .mfp-arrow {
  width: 80px;
}
.mfp-gallery .mfp-arrow-left:before,
.mfp-gallery .mfp-arrow-right:before,
.mfp-gallery .mfp-arrow-left:after,
.mfp-gallery .mfp-arrow-right:after {
  border: none !important;
  font-family: "Ionicons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  font-size: 52px;
  color: white;
}
.mfp-gallery .mfp-arrow-left:after,
.mfp-gallery .mfp-arrow-right:after {
  display: none;
}
.mfp-gallery .mfp-arrow-right:before {
  content: "\f154";
}
.mfp-gallery .mfp-arrow-left:before {
  content: "\f153";
}
.modal {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
.modal-big {
  padding: 30px 40px;
  max-width: 900px;
}
.modal-map {
  padding: 30px 40px;
  max-width: 40%;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* start state */
.my-mfp-zoom-in .modal {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .modal {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .modal {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
  filter: alpha(opacity=0);
}
.no-break {
  white-space: nowrap;
}
.center-logo #logo {
  position: static;
  display: block;
  margin: 0 auto 4rem;
}
.dropdown-wrap {
  margin: 0 1rem;
  display: inline-block;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dropdown-wrap .trigger {
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0px 10px 0px 20px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 250ms ease 0s;
  transition: border-color 250ms ease 0s;
}
.dropdown-wrap .trigger:hover {
  border-color: white;
}
.dropdown-wrap .trigger:after {
  content: "\f077";
  display: inline;
  font-family: FontAwesome;
  font-weight: 400;
  margin-left: 1rem;
  font-style: normal;
  text-decoration: inherit;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
.dropdown-wrap .trigger.active {
  border-color: white;
  background: white;
  color: #333;
}
.dropdown-wrap .trigger.active:after {
  color: #333;
}
.dropdown-wrap .hide {
  position: absolute;
  z-index: 1000;
  bottom: 100%;
  left: 0;
  background: white;
  padding: 0;
  min-width: 100%;
}
.dropdown-wrap .hide ul {
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.dropdown-wrap .hide ul li {
  border-bottom: 1px solid #eee;
}
.dropdown-wrap .hide a {
  color: #999;
  display: block;
  padding: 5px;
  -webkit-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.dropdown-wrap .hide a:hover {
  background: #f2f2f2;
  color: #111;
}
header nav a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  z-index: 1000;
  padding: 0 50px;
}
header nav a i {
  font-size: 115px;
  line-height: 0;
}
header nav .nav-exit,
header nav .nav-prev,
header nav .nav-next {
  position: fixed;
}
header nav .nav-exit {
  top: 2.5%;
  right: 1.5%;
}
header nav .nav-exit i {
  font-size: 150px;
}
header nav .nav-prev {
  top: 45%;
  left: 1.5%;
}
header nav .nav-next {
  top: 45%;
  right: 1.5%;
}
#swipebox-close {
  top: 5.5% !important;
  right: 1.5% !important;
  position: fixed !important;
  z-index: 9999;
  border: none !important;
  background: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0 50px !important;
  line-height: 0;
}
#swipebox-close:before {
  font-family: Ionicons;
  font-size: 150px;
  line-height: 0;
  content: '\f2bd';
  color: rgba(255, 255, 255, 0.75);
}
header .icon.icon-corner {
  position: fixed;
  top: 5px;
  font-size: 26px;
}
header .icon.icon-corner.icon-close {
  right: 5px;
  padding: 20px;
}
body {
  background: #000000;
  letter-spacing: 2px;
}
.btn {
  letter-spacing: 2px;
}
a:not(.btn) {
  color: rgba(255, 255, 255, 0.75);
}
a:not(.btn):hover {
  color: white;
}
h1 {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}
h1.bottom-border {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 15px;
}
