@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*! normalize.css v3.0.1 | 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 for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
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/10.
 * Hide the `template` element in IE 8/9/11, 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/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, 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/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  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, 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/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 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/10/11.
 * 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/10/11.
 */
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;
}

/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=74f16cf773e7d6f5dcff)
 * Config saved to config.json and https://gist.github.com/74f16cf773e7d6f5dcff
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  select {
    background: #fff !important;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #74a433;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527C;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
  visibility: hidden;
}

.collapse.in {
  display: block;
  visibility: visible;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
  text-decoration: none;
  color: #ffffff;
}

.nav-pills > li > a:hover {
  background-color: #74A433;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #74A433;
  text-decoration: none;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  line-height: 1.25rem;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    line-height: 1.25rem;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-default .btn-link {
  color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.panel-body:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .xxs {
    width: 100%;
  }
}
html {
  color: #666666;
  font-family: open sans, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

body {
  background: #003b5c;
}

h1 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 45px;
  font-size: 2.8125rem;
  line-height: 1;
  color: #003b5c;
  font-weight: 700;
}

h2 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  color: #003b5c;
  font-weight: 700;
}

h3 {
  margin: 0;
  padding: 0 0 15px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #003b5c;
  font-weight: 700;
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 700;
}

p {
  margin: 0;
  padding: 0 0 15px;
}

a {
  text-decoration: underline;
  color: #74a433;
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0 0 15px 30px;
}

.Widget {
  margin-bottom: 50px;
}
.Widget.WidgetOnAir {
  margin-bottom: 0;
}
.Widget.WidgetContent.hasPadding {
  margin-bottom: 0;
}
@media (max-width: 759px), print {
  .Widget {
    margin-bottom: 20px;
  }
}

@media (max-width: 759px), print {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 499px), print {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }

  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}
.ImageLeft {
  float: left;
  margin: 0 10px 10px 0;
}

.ImageRight {
  float: right;
  margin: 0 0 10px 10px;
}

.Button {
  display: inline-block;
  margin: 0 10px 5px 0;
  padding: 6px 15px;
  background: #74a433;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.Button:hover {
  color: #fff !important;
}
.Button.isHidden {
  display: none !important;
}
.Button.isLoading {
  position: relative;
}
.Button.isLoading span {
  visibility: hidden;
}
.Button.isLoading:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background: url("../img/loading-bubbles.svg") center center/60px 60px no-repeat;
}
@media (max-width: 499px), print {
  .Button {
    display: block;
    margin: 0 0 10px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.Body .ShareButton.sharer-0 {
  margin: 0 auto;
  line-height: 1;
}
.Body .ShareButton.sharer-0 label {
  padding: 6px 15px 6px 42px;
  background: url("../img/button-share.svg") no-repeat left 10px center/24px 24px #003b5c;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  color: #fff;
}
.Body .ShareButton.sharer-0 label span {
  font-family: open sans, sans-serif;
  font-size: inherit;
}
.Body .ShareButton.sharer-0 label:before {
  content: none;
}
.Body .ShareButton.sharer-0 label:hover {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 499px), print {
  .Button-listen:before,
  .Button-share:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin: 0 8px 0 0;
    background-position: left top;
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 500px) {
  .Button-listen,
  .Button-share {
    padding-left: 42px;
    background-position: left 10px center;
    background-size: 24px 24px;
    background-repeat: no-repeat;
  }
}

@media (max-width: 499px), print {
  .Button-listen:before {
    background-image: url("../img/button-listen.svg");
  }
}
@media screen and (min-width: 500px) {
  .Button-listen {
    background-image: url("../img/button-listen.svg");
  }
}

@media (max-width: 499px), print {
  .Button-share:before {
    background-image: url("../img/button-share.svg");
  }
}
@media screen and (min-width: 500px) {
  .Button-share {
    background-image: url("../img/button-share.svg");
  }
}

@media (max-width: 499px), print {
  .Button-right {
    float: none;
  }
}
@media screen and (min-width: 500px) {
  .Button-right {
    float: right;
  }
}

.PreventTransition {
  transition: none !important;
}

.Wrap {
  margin: 0 auto;
  max-width: 1024px;
}
.Wrap:after {
  content: "";
  display: table;
  clear: both;
}
.Wrap .Wrap {
  margin: 0;
  max-width: none;
}

.Body {
  background: #fff;
}
@media (max-width: 1080px) {
  .Body .Wrap {
    margin: 0 2%;
  }
  .Body .Wrap .Wrap {
    margin: 0;
  }
}
@media (max-width: 759px), print {
  .Body .Wrap {
    margin: 0;
    padding: 0 3.75%;
    overflow: hidden;
  }
  .Body .Wrap .Wrap {
    padding: 0;
  }
}

.Dropzone-full.hasPadding {
  padding: 35px 0 0;
}
@media (max-width: 759px), print {
  .Dropzone-full.hasPadding {
    padding: 15px 0 0;
  }
}

@media (max-width: 759px), print {
  .Dropzone-split {
    padding: 5px 0;
  }
}
@media screen and (min-width: 760px) {
  .Dropzone-split {
    overflow: hidden;
  }
  .Dropzone-split > .halfSplit {
    float: left;
    width: 48%;
  }
  .Dropzone-split > .halfSplit:last-child {
    float: right;
  }
  .Dropzone-split > .thirdSplit {
    padding: 10px 0;
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
  }
  .Dropzone-split > .thirdSplit:first-child {
    margin: 0;
  }
  .Dropzone-split > .thirdSplit:last-child {
    float: right;
    margin: 0;
  }
  .Dropzone-split > .twoThirdSplit {
    padding: 10px 0;
    float: left;
    width: 66%;
  }
  .Dropzone-split > .twoThirdSplit:last-child {
    float: right;
  }
}

.SideCol {
  padding: 18px 0;
}
@media screen and (min-width: 760px) {
  .SideCol {
    float: left;
    width: 184px;
  }
}

.MainCol {
  padding: 18px 0;
}
@media screen and (min-width: 760px) {
  .MainCol {
    float: right;
    width: 764px;
    width: calc(100% - 260px);
  }
}

.FullCol {
  clear: both;
  padding: 18px 0;
}
.FullCol:after {
  content: "";
  display: table;
  clear: both;
}

/* Program Home Enhancement */
.ColumnOff .SideCol {
  display: none;
}
.ColumnOff .MainCol {
  width: 100%;
}

.Header .Wrap {
  position: relative;
  height: inherit;
}
.Header a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 759px), print {
  .Header {
    background: #668b09;
  }
  .Header .group {
    display: none;
  }
}
@media screen and (min-width: 760px) {
  .Header {
    height: 210px;
    background: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .Header {
    height: 126px;
  }
}

.Logo {
  position: absolute;
  left: 3.75%;
  top: 15px;
  display: block;
  width: 68px;
  height: 54px;
  background: left top no-repeat;
}
.Logo span {
  display: none;
}
@media screen and (min-width: 760px) {
  .Logo {
    top: 40px;
    left: 0;
    width: 208px;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .Logo {
    top: 0;
  }
}

.BranchNav {
  display: block;
  position: relative;
  z-index: 20;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 15px;
  line-height: 0.9375rem;
  text-transform: uppercase;
}
.BranchNav li {
  display: inline-block;
  vertical-align: top;
  width: 118px;
}
.BranchNav a {
  display: block;
  border-width: 10px 0 0;
  border-style: solid;
  padding: 1px 10px 5px;
  text-align: center;
  color: #00395d;
  font-weight: 400;
  transition: color .1s ease;
}
.BranchNav a:before {
  content: "";
  display: block;
  position: absolute;
  width: 118px;
  bottom: 100%;
  height: 0;
  margin: 0 0 0 -10px;
  border-width: 0 5px 50px;
  border-style: solid;
  border-color: inherit;
  border-radius: 0 0 5px 5px;
  transition: bottom .1s ease;
}
.BranchNav a:hover, .BranchNav a.active {
  color: #fff;
}
.BranchNav a:hover:before, .BranchNav a.active:before {
  bottom: 0;
}
.BranchNav span {
  position: relative;
}
@media (max-width: 759px), print {
  .BranchNav {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .BranchNav {
    padding: 0 18px 0 0;
    margin: 0 0 15px;
  }
}

.Controls {
  display: none;
}
@media (max-width: 759px), print {
  .Controls {
    display: block;
    height: 78px;
    padding: 11px 3.75%;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
    text-align: right;
  }
  .Controls a {
    display: inline-block;
    vertical-align: top;
    width: 56px;
    height: 56px;
    padding: 40px 0 0;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
  }
  .Controls a:before {
    content: attr(data-text);
  }
  .Controls .search {
    background: url("../img/search-mobile.svg") center top 10px/30px 26px no-repeat;
  }
  .Controls .menu {
    background: url("../img/hamburger.svg") center top 10px/30px 26px no-repeat;
  }
  [data-control="search"] .Controls .search, [data-control="menu"] .Controls .menu {
    background-image: url("../img/modal-close.svg");
  }
  [data-control="search"] .Controls .search:before, [data-control="menu"] .Controls .menu:before {
    content: attr(data-active);
  }
}

@media (max-width: 759px), print {
  .MenuGroup {
    display: none;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  [data-control="menu"] .MenuGroup {
    display: block;
  }
  .MenuGroup ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .MenuGroup ul:last-child {
    border-bottom: 1px solid #fff;
  }
  .MenuGroup li {
    border-top: 1px solid #fff;
  }
  .MenuGroup a {
    display: block;
    padding: 9px 3.125%;
    color: #fff;
  }
  .MenuGroup .donate:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 3px 7px;
    width: 12px;
    height: 12px;
    background: url("../img/arrow-right-white.svg") center center/12px 12px no-repeat;
  }
}

@media screen and (min-width: 760px) {
  .PrimaryMenu {
    position: absolute;
    left: 0;
    bottom: 0;
    display: table;
    padding: 0;
    width: 100%;
    list-style: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    line-height: 1.875rem;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .PrimaryMenu li {
    display: table-cell;
    padding: 0 18px;
  }
  .PrimaryMenu a {
    display: block;
    color: #003b5c;
    font-weight: 700;
  }
  .PrimaryMenu a:hover {
    background-color: #003b5c;
    color: #fff;
  }
  .PrimaryMenu .toggle {
    padding: 11px 25px 21px 13px;
    background-image: url("../img/arrow-down.svg");
    background-position: right 10px top 22px;
    background-size: 9px 9px;
    background-repeat: no-repeat;
  }
  .PrimaryMenu .toggle:hover {
    background-image: url("../img/arrow-down-white.svg");
  }
  .PrimaryMenu .toggle.isActive {
    background: #003b5c url("../img/arrow-up-white.svg") right 10px top 23px/9px 9px no-repeat;
    color: #fff;
  }
  .PrimaryMenu .donate {
    margin: 11px 0 0 17px;
    padding: 0 23px 0 10px;
    background: #74a433 url("../img/arrow-right-white.svg") right 9px top 11px/9px 9px no-repeat;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
  }
  .PrimaryMenu .donate:hover {
    background-color: #74a433;
  }
}
@media screen and (min-width: 760px) and (max-width: 1023px) {
  .flexbox .PrimaryMenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .flexbox .PrimaryMenu li {
    display: block;
    padding: 0 18px;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media screen and (min-width: 1024px) {
  .PrimaryMenu {
    display: block;
    left: auto;
    width: auto;
    right: 232px;
  }
  .PrimaryMenu li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }
  .PrimaryMenu a {
    background: transparent;
  }
}

@media (max-width: 759px), print {
  .UtilityMenu a {
    font-weight: 400;
  }
}
@media screen and (min-width: 760px) {
  .UtilityMenu {
    position: absolute;
    right: 18px;
    top: 38px;
    list-style: none;
    padding: 0;
    text-align: right;
    white-space: nowrap;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700;
    color: #003b5c;
  }
  .UtilityMenu li {
    display: inline;
    margin: 0 0 0 20px;
  }
  .UtilityMenu a {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 0 0;
    background: url("../img/arrow-right.svg") right center/9px 9px no-repeat;
    color: #003b5c;
  }
}
@media screen and (min-width: 1024px) {
  .UtilityMenu {
    right: 0;
  }
}

@media (max-width: 759px), print {
  .SearchGroup {
    display: none;
    overflow: hidden;
  }
  [data-control="search"] .SearchGroup {
    display: block;
  }
}

.SearchBox {
  position: relative;
  width: 204px;
  height: 40px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.26);
  background: #fff;
}
.SearchBox .text {
  border: 0;
  background: transparent;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 10px;
  font-size: 16px;
  font-size: 1rem;
}
.SearchBox .submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../img/search.svg") center center/18px 18px no-repeat;
}
@media (max-width: 759px), print {
  .SearchBox {
    margin: 10px auto;
  }
}
@media screen and (min-width: 760px) {
  .SearchBox {
    position: absolute;
    right: 18px;
    top: 71px;
  }
  .SearchBox .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .SearchBox {
    right: 0;
  }
}

.Dropdowns {
  height: 0;
  overflow: hidden;
  background: #003b5c;
  color: #fff;
  transition: height .5s ease;
  line-height: 1.4;
}
.Dropdowns .Wrap {
  position: relative;
  height: inherit;
}
.Dropdowns a {
  color: inherit;
  text-decoration: none;
  font-weight: 700;
}
.Dropdowns a:hover {
  color: #74a433;
}
.Dropdowns h3 {
  color: inherit;
  text-transform: uppercase;
}
.Dropdowns ul {
  list-style: none;
  padding: 0;
}
.Dropdowns .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 36px 0;
  transition: visibility .5s ease, opacity .5s ease;
}
.Dropdowns .dropdown.isActive {
  visibility: visible;
  opacity: 1;
}
.Dropdowns .columns {
  overflow: hidden;
}
.Dropdowns .column {
  float: left;
  width: 22%;
  margin: 0 4% 0 0;
}
.Dropdowns .column:last-child {
  margin: 0;
}
.Dropdowns .column li {
  padding: 0 0 10px;
}
.Dropdowns .viewAll {
  text-align: right;
}
.Dropdowns .bottom {
  clear: both;
  margin: 20px 0 0;
  border-top: 1px solid #fff;
  padding: 20px 0 0;
  overflow: hidden;
}
.Dropdowns .bottom li {
  display: inline;
  margin: 0 15px 0 0;
}
@media (max-width: 759px), print {
  .Dropdowns {
    display: none;
  }
}
@media (max-width: 1080px) {
  .Dropdowns .Wrap {
    margin: 0 2%;
  }
  .Dropdowns .column li {
    padding: 0 0 12px;
  }
}

.Dropdowns-FindByState {
  padding: 0 0 20px;
  overflow: hidden;
}
.Dropdowns-FindByState .stateSelector {
  float: left;
  width: 50%;
}
.Dropdowns-FindByState .stateSelector ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 50%;
}
.Dropdowns-FindByState .stateSelector li {
  padding: 0 0 5px;
}
.Dropdowns-FindByState .stateSelector a.isActive {
  color: #74a433;
}
.Dropdowns-FindByState .stateStation {
  float: right;
  width: 50%;
  background: #e5e5e5;
  border-radius: 4px;
  color: #666;
}
.Dropdowns-FindByState .stateStation h3 {
  color: #003b5c;
}
.Dropdowns-FindByState .FindStation {
  padding: 30px 25px 15px;
}
.Dropdowns-FindByState .FindStation .buttons a.isDisabled {
  background-color: #bebebe !important;
}

.Dropdowns-FindByZip {
  float: left;
  width: 50%;
}
.Dropdowns-FindByZip .zip {
  border: 0;
  height: 37px;
  width: 202px;
  margin: 0 2px 0 0;
  padding: 0 0 0 9px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.26);
  color: #666;
}
.Dropdowns-FindByZip .submit {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  border-radius: 4px;
  background: #74a433;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.Dropdowns-FindByZip .submit:hover {
  color: #fff !important;
}

.Dropdowns-InternetStations {
  float: right;
  width: 50%;
}
.Dropdowns-InternetStations .internetStations {
  display: inline-block;
  width: 40%;
  vertical-align: top;
}
.Dropdowns-InternetStations .internetStations li {
  display: list-item;
}

.Panel {
  height: 77px;
  background: #e5e5e5;
}
.Panel a {
  font-weight: 400;
  text-decoration: none;
}
.Panel .live {
  position: absolute;
  left: 68px;
  top: 14px;
  padding: 30px 0 0;
  min-width: 126px;
  background: left top no-repeat;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
  color: #003b5c;
  font-weight: 700;
}
.Panel .icon {
  position: absolute;
  top: 9px;
  padding: 38px 0 0;
  width: 80px;
  background: center 5px / 50px 30px no-repeat;
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-weight: 700;
  color: #74a433;
  text-align: center;
  text-decoration: underline;
}
.Panel .listen-live {
  left: -15px;
  background-image: url("../img/panel-listen-live.svg");
}
.Panel .change-station {
  left: 230px;
  background-image: url("../img/panel-change-station.svg");
}
.Panel .schedule {
  left: 322px;
  background-image: url("../img/panel-schedule.svg");
}
.Panel .station {
  position: absolute;
  top: 9px;
  box-sizing: border-box;
  padding: 10px 0 0 76px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #666;
}
.Panel .station img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  max-width: 58px;
}
.Panel .station .title {
  text-transform: uppercase;
}
.Panel .station .name {
  font-weight: 700;
  color: #74a433;
  text-decoration: underline;
}
.Panel .station-now {
  left: 437px;
  width: 272px;
}
.Panel .station-next {
  left: 720px;
  width: 305px;
}

.Footer {
  padding: 60px 0;
  background: #003b5c;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}
.Footer a {
  color: inherit;
  font-weight: 400;
  text-decoration: none;
}
.Footer a:hover {
  color: #74a433;
}
.Footer h3 {
  color: inherit;
  text-transform: uppercase;
}
@media (max-width: 1080px) {
  .Footer .Wrap {
    margin: 0 2%;
  }
}
@media (max-width: 759px), print {
  .Footer {
    padding: 30px 0;
  }
  .Footer .Wrap {
    margin: 0 3.75%;
  }
}
@media screen and (min-width: 760px) {
  .Footer .Wrap {
    overflow: hidden;
  }
  .Footer .col {
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
  }
  .Footer .col:first-child {
    margin: 0;
  }
}

.FooterBranchNav {
  display: none;
}
@media (max-width: 759px), print {
  .FooterBranchNav {
    display: block;
    padding: 0;
    list-style: none;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
  }
  .FooterBranchNav li {
    border-bottom: 2px solid #0c416b;
  }
  .FooterBranchNav a {
    display: block;
    border-style: solid;
    border-width: 0 0 0 24px;
    padding: 10px 5.3125%;
  }
}

.Footer-Sub {
  padding: 10px 0 0;
}
.Footer-Sub .Wrap {
  padding-top: 20px;
  border-top: 2px solid #fff;
}
.Footer-Sub .logoCol img {
  display: block;
  width: 185px;
  max-width: 100%;
  height: auto;
}
.Footer-Sub .linksCol {
  text-align: center;
}
.Footer-Sub .linksCol a {
  margin: 0 4px;
  white-space: nowrap;
  text-decoration: underline;
}
.Footer-Sub .buttons {
  margin-bottom: 10px;
}
.Footer-Sub .buttons a {
  margin: 0;
  white-space: normal;
  text-decoration: none;
}
.Footer-Sub .Button {
  padding: 6px 10px;
  margin: 0 4px 10px;
  white-space: nowrap;
  color: #003b5c;
  background-color: #fff;
}
.Footer-Sub .Button:hover {
  color: #003b5c !important;
}
@media (max-width: 759px), print {
  .Footer-Sub {
    padding: 25px 0 0;
  }
  .Footer-Sub .Wrap {
    padding: 0;
    border: 0;
  }
  .Footer-Sub .logoCol {
    display: none;
  }
  .Footer-Sub .buttons a {
    min-width: 155px;
  }
  .Footer-Sub .copyrightCol {
    text-align: center;
  }
}

.Overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: all .5s ease;
}
.Overlay.isActive {
  visibility: visible;
  opacity: 1;
}

.Modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 3.125%;
  width: 93.75%;
  padding-top: 50px;
  z-index: 1000;
  transition: visibility .5s ease, opacity .5s ease;
  outline: 0;
}
.Modal.isOpen {
  visibility: visible;
  opacity: 1;
}
.Modal > .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: url("../img/modal-close.svg") no-repeat center center/contain;
}
.Modal > .body {
  border-radius: 4px;
  background: #fff;
}
@media screen and (min-width: 760px) {
  .Modal {
    left: 50%;
    width: 668px;
    padding-top: 40px;
    margin: 0 0 0 -334px;
  }
  .Modal > .body {
    padding: 20px 25px;
    background: rgba(0, 0, 0, 0.4);
  }
  .Modal > .body > .inner-body {
    border-radius: 4px;
    background: #fff;
  }
  .Modal > .close {
    width: 30px;
    height: 30px;
  }
}
.Modal .Loading {
  z-index: 500;
  position: absolute;
  top: 60px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  background: #fff;
}
@media (max-width: 759px), print {
  .Modal .Loading {
    bottom: 10px;
    right: 0;
    left: 0;
  }
}

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 100px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}

.spinner > div {
  background-color: #999;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.ModalSearch {
  padding: 35px 50px 15px;
  text-align: center;
}
.ModalSearch .button {
  display: block;
  margin: 0 0 10px;
  padding: 0 8px;
  border-radius: 4px;
  font-weight: 400;
  text-decoration: none;
  background: #74a433;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.ModalSearch .button.isDisabled {
  background: #e5e5e5 !important;
  cursor: default;
}
.ModalSearch h2 {
  padding: 0 0 30px;
}
.ModalSearch p {
  padding: 0 0 10px;
}
.ModalSearch select {
  vertical-align: middle;
  min-width: 202px;
  height: 37px;
  margin: 0 2px 0 0;
}
.ModalSearch .text {
  vertical-align: middle;
  min-width: 202px;
  height: 37px;
  margin: 0 2px 0 0;
}
.ModalSearch .zip {
  vertical-align: middle;
  border: 0;
  height: 37px;
  width: 202px;
  margin: 0 2px 0 0;
  padding: 0 0 0 9px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.26);
}
.ModalSearch p + .label {
  padding-top: 10px;
}
.ModalSearch .submit {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  border-radius: 4px;
  background: #74a433;
  font-size: 16px;
  font-size: 1rem;
  line-height: 36px;
  line-height: 2.25rem;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 759px), print {
  .ModalSearch {
    padding: 5% 3.33333%;
  }
  .ModalSearch h2 {
    padding: 0 0 6.66667%;
  }
  .ModalSearch .label {
    display: none;
  }
  .ModalSearch p + .label + p {
    padding-top: 10px;
  }
  .ModalSearch .zip,
  .ModalSearch select, .ModalSearch .text {
    display: block;
    width: 100%;
    min-width: 0;
    margin: 0 0 10px;
  }
  .ModalSearch .submit {
    display: block;
  }
}

.FindStationModal {
  text-align: center;
}

.Banner {
  position: relative;
  overflow: hidden;
  min-width: 1026px;
  background: #fff;
}
.Banner p {
  padding: 0;
}
.Banner .image {
  display: block;
  position: relative;
  left: 50%;
  margin: 0 -750px;
  width: 1500px;
  height: auto;
}
.Banner .bar {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: 22px;
  width: 1026px;
  padding: 20px 40px;
  margin: 0 -513px;
  background: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
}
.Banner .links {
  float: right;
  white-space: nowrap;
}
.Banner .links a {
  margin: 0 0 0 30px;
}

/* Sidebar styles moved */
.Filter {
  padding: 10px 0 35px;
}
.Filter select {
  height: 36px;
  margin: 0 12px 0 0;
  min-width: 230px;
}

.Pagination {
  padding: 0 0 15px;
  text-align: right;
}
.Pagination a {
  text-decoration: none;
  margin: 0 0 0 10px;
}
.Pagination .button {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px;
  background: #003b5c;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.SocialPerson {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 36px;
  line-height: 2.25rem;
  white-space: nowrap;
}
.SocialPerson li {
  padding: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.SocialPerson .icon {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin: 0 18px 0 0;
}

.Symbols {
  height: 0;
  visibility: hidden;
  display: none;
}

.Connect {
  background: #e5e5e5;
  padding: 35px 0;
  margin-top: 20px;
}
.Connect h2 {
  padding: 0;
  color: #666 !important;
}
.Connect .social {
  text-align: center;
  list-style: none;
  padding: 0 10px;
  white-space: inherit;
}
.Connect .social li {
  display: inline-block;
  vertical-align: top;
  padding: 4px 7px;
}
.Connect .social svg {
  display: block;
  width: 36px;
  height: 36px;
}
@media (max-width: 759px), print {
  .Connect {
    padding: 15px 0 25px;
  }
  .Connect h2 {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
  .Connect .social {
    padding: 15px 15px 20px;
  }
  .Connect .social li {
    padding: 8px 12px;
  }
  .Connect .social svg {
    width: 46px;
    height: 46px;
  }
  .Connect .signup {
    width: 100%;
    max-width: 432px;
    margin: 0 auto;
  }
  .Connect .email {
    font-size: 16px;
    font-size: 1rem;
  }
  .Connect .submit svg {
    margin-top: 7px;
  }
}
@media screen and (min-width: 760px) {
  .Connect h2 {
    float: left;
    width: 200px;
  }
  .Connect .social {
    float: left;
    width: calc(45% - 100px);
  }
  .Connect .signup {
    float: left;
    width: calc(55% - 100px);
  }
  .flexbox .Connect .Wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flexbox .Connect h2,
  .flexbox .Connect .social,
  .flexbox .Connect .signup {
    float: none;
    display: block;
  }
  .flexbox .Connect .social {
    width: auto;
    -webkit-flex: 45 1 0;
        -ms-flex: 45 1 0;
            flex: 45 1 0;
  }
  .flexbox .Connect .signup {
    width: auto;
    -webkit-flex: 55 1 0;
        -ms-flex: 55 1 0;
            flex: 55 1 0;
  }
}

.About {
  padding: 30px 0;
  background: #e5e5e5;
  border-top: 20px solid #003b5c;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (max-width: 759px), print {
  .About {
    padding: 20px 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.2;
  }
}

@media (max-width: 759px), print {
  .Profile + .Profile {
    padding-top: 15px;
  }
  .Profile .image {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
  }
}
@media screen and (min-width: 760px) {
  .Profile {
    padding: 15px 0 15px 240px;
    overflow: hidden;
  }
  .Profile .image {
    float: left;
    margin: 0 0 0 -240px;
  }
}

.FindStation {
  padding: 5% 3.33333%;
}
.FindStation h2 {
  padding: 0 0 20px;
}
.FindStation .button,
.FindStation .buttons a {
  display: block;
  margin: 0 0 10px;
  padding: 0 8px;
  border-radius: 4px;
  font-weight: 400;
  text-decoration: none;
  background: #74a433;
  color: #fff;
  white-space: nowrap;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  text-transform: uppercase;
}
.FindStation .button.isDisabled,
.FindStation .buttons a.isDisabled {
  background: #e5e5e5 !important;
  cursor: default;
}
.FindStation .station {
  overflow: hidden;
}
.FindStation .station + .station,
.FindStation .name + .name {
  padding-top: 15px;
}
.FindStation .name {
  padding: 0 0 10px;
  text-align: center;
}
.FindStation .frequency {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: bold;
}
.FindStation .location {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
}
@media screen and (min-width: 760px) {
  .FindStation {
    padding: 35px 50px 15px;
  }
  .FindStation h2 {
    padding: 0 0 30px;
  }
  .FindStation .button,
  .FindStation .buttons a {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
  }
  .FindStation .station .name {
    float: left;
    text-align: left;
  }
  .FindStation .buttons {
    float: right;
    padding: 0 0 10px;
  }
  .FindStation .buttons .button {
    margin: 0 0 0 12px;
  }
}

.SideNav a {
  font-weight: inherit;
}
.SideNav .arrow {
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (max-width: 759px), print {
  .SideNav .toggle {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
        user-select: none;
    position: relative;
    cursor: pointer;
    margin: 0 -100px;
    padding: 9px 100px;
    background: #003b5c;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-weight: 700;
    color: #fff;
  }
  .SideNav .toggle .icon {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: white;
    position: absolute;
    right: 100px;
    top: 6px;
  }
  .SideNav .toggle .icon:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 13px;
    height: 3px;
    background: #003b5c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 59, 92, 0.4);
    border-radius: 3px;
  }
  .SideNav .toggle .icon:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 5px;
    width: 3px;
    height: 13px;
    background: #003b5c;
    background-clip: padding-box;
    border: 1px solid rgba(0, 59, 92, 0.4);
    border-radius: 3px;
  }
  .SideNav .toggle.isOpen .icon:after {
    content: none;
  }
}
@media screen and (min-width: 760px) {
  .SideNav .toggle {
    display: none;
  }
}

.SideNav-menu {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.SideNav-menu li a {
  display: block;
  padding: 5px 12px;
  text-decoration: none;
  color: #666;
}
.SideNav-menu li a:hover {
  background: #003b5c;
  color: #fff !important;
}
.SideNav-menu > li > a.isActive {
  background: #003b5c;
  color: #fff;
}
.SideNav-menu ul {
  list-style: none;
  padding: 0;
}
.SideNav-menu ul a {
  padding-left: 32px;
  font-weight: 400;
}
.SideNav-menu ul a.isActive {
  color: #003b5c;
}
.SideNav-menu .token {
  color: #74a433;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 759px), print {
  .SideNav-menu {
    display: none;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0 -100px;
    padding: 0 100px;
  }
  .SideNav-menu > li {
    padding: 1px 0 0;
  }
  .SideNav-menu > li > a {
    margin: 0 -100px;
    padding: 15px 100px;
    background: #f6f6f6;
    color: #666;
  }
  .SideNav-menu ul a {
    padding: 15px 0 15px 14.0%;
    color: #666;
  }
  .SideNav-menu ul a:hover {
    background: #fff !important;
    color: #666 !important;
  }
  .SideNav-menu ul li + li {
    border-top: 1px solid #666;
  }
}
@media screen and (min-width: 760px) {
  .SideNav-menu {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
    font-weight: 700;
  }
  .SideNav-menu > li {
    padding: 0 0 5px;
  }
}
