/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,300);
/* line 9, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}
article ul,
not(.sidebar) ul {
    padding: 0 0 0 30px !important;
    margin: 0.2em 0 1em;
margin: 3.4px 0 1em !important;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}


/* line 43, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 55, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 65, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 76, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 87, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
a {
  background: transparent;
}

/* line 96, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 107, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 116, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 124, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 133, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 142, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
mark {
display:none;
  background: #ff0;
  color: #000;
}

/* line 151, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 160, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 167, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 171, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 182, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 190, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 201, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 209, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 219, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 230, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 254, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 264, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 276, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 291, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 301, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 310, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 320, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 333, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 345, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 355, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 369, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 377, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 388, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 397, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 406, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 417, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 423, ../bootstrap/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

@media print {
  /* line 8, ../bootstrap/stylesheets/bootstrap/_print.scss */
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  /* line 16, ../bootstrap/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 20, ../bootstrap/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 24, ../bootstrap/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 30, ../bootstrap/stylesheets/bootstrap/_print.scss */
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 45, ../bootstrap/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 49, ../bootstrap/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }

  /* line 55, ../bootstrap/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 61, ../bootstrap/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 67, ../bootstrap/stylesheets/bootstrap/_print.scss */
  select {
    background: #fff !important;
  }

  /* line 72, ../bootstrap/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }

  /* line 77, ../bootstrap/stylesheets/bootstrap/_print.scss */
  .table td, .views-table td, table td,
  .table th,
  .views-table th,
  table th {
    background-color: #fff !important;
  }

  /* line 83, ../bootstrap/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  /* line 87, ../bootstrap/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }

  /* line 91, ../bootstrap/stylesheets/bootstrap/_print.scss */
  .table, .views-table, table {
    border-collapse: collapse !important;
  }

  /* line 96, ../bootstrap/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("bootstrap/glyphicons-halflings-regular.eot");
  src: url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 25, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 38, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\2a";
}

/* line 39, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\2b";
}

/* line 40, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before {
  content: "\20ac";
}

/* line 41, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../bootstrap/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 11, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

/* line 39, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #428bca;
  text-decoration: none;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
/* line 58, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 86, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

/* line 106, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 142, ../bootstrap/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

/* line 26, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 37, ../bootstrap/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 42, ../bootstrap/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../bootstrap/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../bootstrap/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../bootstrap/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../bootstrap/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../bootstrap/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../bootstrap/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../bootstrap/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  /* line 62, ../bootstrap/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 79, ../bootstrap/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 84, ../bootstrap/stylesheets/bootstrap/_type.scss */
cite {
  font-style: normal;
}

/* line 89, ../bootstrap/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 95, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 96, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 97, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 98, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 99, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 102, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 103, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 104, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 107, ../bootstrap/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #428bca;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover {
  color: #3071a9;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover {
  color: #2b542c;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover {
  color: #245269;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover {
  color: #66512c;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover {
  color: #843534;
}

/* line 124, ../bootstrap/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #428bca;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover {
  background-color: #3071a9;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover {
  background-color: #c1e2b3;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover {
  background-color: #afd9ee;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover {
  background-color: #f7ecb5;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover {
  background-color: #e4b9b9;
}

/* line 143, ../bootstrap/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 155, ../bootstrap/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
/* line 159, ../bootstrap/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../bootstrap/stylesheets/bootstrap/_type.scss */
.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../bootstrap/stylesheets/bootstrap/_type.scss */
.list-inline {
  margin-left: -5px;
}
/* line 177, ../bootstrap/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 185, ../bootstrap/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 190, ../bootstrap/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.42857;
}

/* line 193, ../bootstrap/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: bold;
}

/* line 196, ../bootstrap/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 211, ../bootstrap/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../bootstrap/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 231, ../bootstrap/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

/* line 235, ../bootstrap/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 241, ../bootstrap/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
/* line 250, ../bootstrap/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
/* line 259, ../bootstrap/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}
/* line 265, ../bootstrap/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 275, ../bootstrap/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
/* line 286, ../bootstrap/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
/* line 287, ../bootstrap/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

/* line 295, ../bootstrap/stylesheets/bootstrap/_type.scss */
blockquote:before,
blockquote:after {
  content: "";
}

/* line 300, ../bootstrap/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../bootstrap/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: white;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
/* line 32, ../bootstrap/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 54, ../bootstrap/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 65, ../bootstrap/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 10, ../bootstrap/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 10, ../bootstrap/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  /* line 10, ../bootstrap/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../bootstrap/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../bootstrap/stylesheets/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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, #storefront-social .view-social-icons, .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, .view--homepage-featured-news-main .more-link, .pane-news-and-events-news-river-panel-pane-1 .view-id-_news_and_events_news_river.view-display-id-panel_pane_1 > .view-content, .pane-news-and-events-news-river-panel-pane-1 .view-id-_news_and_events_news_river.view-display-id-panel_pane_1 .view-footer, .view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .more-link, .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, #storefront-social .view-social-feeds-block, .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;
}

/* line 27, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  /* line 27, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, #storefront-social .view-social-icons, .col-md-4, .col-md-5, .col-md-6, .view--homepage-featured-news-main .more-link, .pane-news-and-events-news-river-panel-pane-1 .view-id-_news_and_events_news_river.view-display-id-panel_pane_1 > .view-content, .pane-news-and-events-news-river-panel-pane-1 .view-id-_news_and_events_news_river.view-display-id-panel_pane_1 .view-footer, .view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .more-link, .col-md-7, .col-md-8, .col-md-9, #storefront-social .view-social-feeds-block, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3, #storefront-social .view-social-icons {
    width: 25%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6, .view--homepage-featured-news-main .more-link, .pane-news-and-events-news-river-panel-pane-1 .view-id-_news_and_events_news_river.view-display-id-panel_pane_1 > .view-content, .pane-news-and-events-news-river-panel-pane-1 .view-id-_news_and_events_news_river.view-display-id-panel_pane_1 .view-footer, .view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .more-link {
    width: 50%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9, #storefront-social .view-social-feeds-block {
    width: 75%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6, .two-sidebars .region-sidebar-second {
    left: 50%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9, .sidebar-second .region-sidebar-second {
    left: 75%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 27, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }

  /* line 35, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }

  /* line 55, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }

  /* line 50, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }

  /* line 45, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }

  /* line 40, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  /* line 60, ../bootstrap/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* line 6, ../bootstrap/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../bootstrap/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 16, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table, .views-table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
/* line 26, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th, .views-table > thead > tr > th, table > thead > tr > th,
.table > thead > tr > td,
.views-table > thead > tr > td,
table > thead > tr > td,
.table > tbody > tr > th,
.views-table > tbody > tr > th,
table > tbody > tr > th,
.table > tbody > tr > td,
.views-table > tbody > tr > td,
table > tbody > tr > td,
.table > tfoot > tr > th,
.views-table > tfoot > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > td,
.views-table > tfoot > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
/* line 35, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th, .views-table > thead > tr > th, table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th, .views-table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.views-table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.views-table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.views-table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.views-table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.views-table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
/* line 51, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody, .views-table > tbody + tbody, table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
/* line 56, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table .table, .views-table .table, table .table, .table .views-table, .views-table .views-table, table .views-table, .table table, .views-table table, table table {
  background-color: white;
}

/* line 70, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 82, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #dddddd;
}
/* line 89, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
/* line 96, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 110, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

/* line 124, ../bootstrap/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover > td, .views-table > tbody > tr:hover > td, table > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
.views-table > tbody > tr:hover > th,
table > tbody > tr:hover > th {
  background-color: whitesmoke;
}

/* line 135, ../bootstrap/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../bootstrap/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active, .views-table > thead > tr > td.active, table > thead > tr > td.active,
.table > thead > tr > th.active,
.views-table > thead > tr > th.active,
table > thead > tr > th.active, .table > thead > tr.active > td, .views-table > thead > tr.active > td, table > thead > tr.active > td, .table > thead > tr.active > th, .views-table > thead > tr.active > th, table > thead > tr.active > th,
.table > tbody > tr > td.active,
.views-table > tbody > tr > td.active,
table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.views-table > tbody > tr > th.active,
table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.views-table > tbody > tr.active > td,
table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.views-table > tbody > tr.active > th,
table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.views-table > tfoot > tr > td.active,
table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.views-table > tfoot > tr > th.active,
table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.views-table > tfoot > tr.active > td,
table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.views-table > tfoot > tr.active > th,
table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover, .views-table > tbody > tr > td.active:hover, table > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.views-table > tbody > tr > th.active:hover,
table > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .views-table > tbody > tr.active:hover > td, table > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .views-table > tbody > tr:hover > .active, table > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th, .views-table > tbody > tr.active:hover > th, table > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success, .views-table > thead > tr > td.success, table > thead > tr > td.success,
.table > thead > tr > th.success,
.views-table > thead > tr > th.success,
table > thead > tr > th.success, .table > thead > tr.success > td, .views-table > thead > tr.success > td, table > thead > tr.success > td, .table > thead > tr.success > th, .views-table > thead > tr.success > th, table > thead > tr.success > th,
.table > tbody > tr > td.success,
.views-table > tbody > tr > td.success,
table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.views-table > tbody > tr > th.success,
table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.views-table > tbody > tr.success > td,
table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.views-table > tbody > tr.success > th,
table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.views-table > tfoot > tr > td.success,
table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.views-table > tfoot > tr > th.success,
table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.views-table > tfoot > tr.success > td,
table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.views-table > tfoot > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover, .views-table > tbody > tr > td.success:hover, table > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.views-table > tbody > tr > th.success:hover,
table > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .views-table > tbody > tr.success:hover > td, table > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .views-table > tbody > tr:hover > .success, table > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th, .views-table > tbody > tr.success:hover > th, table > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info, .views-table > thead > tr > td.info, table > thead > tr > td.info,
.table > thead > tr > th.info,
.views-table > thead > tr > th.info,
table > thead > tr > th.info, .table > thead > tr.info > td, .views-table > thead > tr.info > td, table > thead > tr.info > td, .table > thead > tr.info > th, .views-table > thead > tr.info > th, table > thead > tr.info > th,
.table > tbody > tr > td.info,
.views-table > tbody > tr > td.info,
table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.views-table > tbody > tr > th.info,
table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.views-table > tbody > tr.info > td,
table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.views-table > tbody > tr.info > th,
table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.views-table > tfoot > tr > td.info,
table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.views-table > tfoot > tr > th.info,
table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.views-table > tfoot > tr.info > td,
table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.views-table > tfoot > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover, .views-table > tbody > tr > td.info:hover, table > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.views-table > tbody > tr > th.info:hover,
table > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .views-table > tbody > tr.info:hover > td, table > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .views-table > tbody > tr:hover > .info, table > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th, .views-table > tbody > tr.info:hover > th, table > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning, .views-table > thead > tr > td.warning, table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.views-table > thead > tr > th.warning,
table > thead > tr > th.warning, .table > thead > tr.warning > td, .views-table > thead > tr.warning > td, table > thead > tr.warning > td, .table > thead > tr.warning > th, .views-table > thead > tr.warning > th, table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.views-table > tbody > tr > td.warning,
table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.views-table > tbody > tr > th.warning,
table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.views-table > tbody > tr.warning > td,
table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.views-table > tbody > tr.warning > th,
table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.views-table > tfoot > tr > td.warning,
table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.views-table > tfoot > tr > th.warning,
table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.views-table > tfoot > tr.warning > td,
table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.views-table > tfoot > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover, .views-table > tbody > tr > td.warning:hover, table > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.views-table > tbody > tr > th.warning:hover,
table > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .views-table > tbody > tr.warning:hover > td, table > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .views-table > tbody > tr:hover > .warning, table > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th, .views-table > tbody > tr.warning:hover > th, table > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger, .views-table > thead > tr > td.danger, table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.views-table > thead > tr > th.danger,
table > thead > tr > th.danger, .table > thead > tr.danger > td, .views-table > thead > tr.danger > td, table > thead > tr.danger > td, .table > thead > tr.danger > th, .views-table > thead > tr.danger > th, table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.views-table > tbody > tr > td.danger,
table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.views-table > tbody > tr > th.danger,
table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.views-table > tbody > tr.danger > td,
table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.views-table > tbody > tr.danger > th,
table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.views-table > tfoot > tr > td.danger,
table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.views-table > tfoot > tr > th.danger,
table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.views-table > tfoot > tr.danger > td,
table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.views-table > tfoot > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover, .views-table > tbody > tr > td.danger:hover, table > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.views-table > tbody > tr > th.danger:hover,
table > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .views-table > tbody > tr.danger:hover > td, table > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .views-table > tbody > tr:hover > .danger, table > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th, .views-table > tbody > tr.danger:hover > th, table > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media screen and (max-width: 767px) {
  /* line 171, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  /* line 182, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table, .table-responsive > .views-table, .table-responsive > table {
    margin-bottom: 0;
  }
  /* line 191, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th, .table-responsive > .views-table > thead > tr > th, .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .views-table > thead > tr > td,
  .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .views-table > tbody > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .views-table > tbody > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .views-table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .views-table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 199, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../bootstrap/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_forms.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 20, ../bootstrap/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../bootstrap/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 47, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 65, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 72, ../bootstrap/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 79, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 84, ../bootstrap/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

/* line 115, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
/* line 102, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
/* line 104, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #777777;
}
/* line 105, ../bootstrap/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #777777;
}
/* line 143, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

/* line 153, ../bootstrap/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

/* line 165, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-appearance: none;
}

/* line 181, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}
/* line 186, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .form-wrapper .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.form-wrapper .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.form-wrapper .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.form-wrapper .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 30px;
}
/* line 189, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .form-wrapper .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.form-wrapper .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.form-wrapper .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.form-wrapper .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 46px;
}

/* line 200, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 210, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 217, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 227, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

/* line 234, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 240, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 249, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 262, ../bootstrap/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 270, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

/* line 279, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

/* line 291, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
/* line 299, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-wrapper .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .form-wrapper .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

/* line 67, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .form-horizontal .form-group-sm .form-control, .form-wrapper .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 75, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .form-horizontal .form-group-sm select.form-control, .form-wrapper .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 81, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .form-wrapper .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.form-wrapper .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 67, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .form-horizontal .form-group-lg .form-control, .form-wrapper .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 75, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .form-horizontal .form-group-lg select.form-control, .form-wrapper .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 81, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .form-wrapper .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.form-wrapper .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 320, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}
/* line 325, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 330, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

/* line 341, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .form-wrapper .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 346, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .form-wrapper .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 13, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 13, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 13, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
/* line 17, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 365, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 375, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 400, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 407, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 413, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group, .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 419, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 425, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 429, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 438, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 444, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 449, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 458, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 478, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio, .form-wrapper .radio,
.form-horizontal .checkbox,
.form-wrapper .checkbox,
.form-horizontal .radio-inline,
.form-wrapper .radio-inline,
.form-horizontal .checkbox-inline,
.form-wrapper .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* line 486, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio, .form-wrapper .radio,
.form-horizontal .checkbox,
.form-wrapper .checkbox {
  min-height: 27px;
}
/* line 491, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group, .form-wrapper .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-wrapper .form-group:before, .form-horizontal .form-group:after, .form-wrapper .form-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after, .form-wrapper .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 498, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label, .form-wrapper .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
/* line 509, ../bootstrap/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback, .form-wrapper .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
@media (min-width: 768px) {
  /* line 520, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label, .form-wrapper .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  /* line 530, ../bootstrap/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label, .form-wrapper .form-group-sm .control-label {
    padding-top: 6px;
  }
}

/* line 9, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus {
  color: #333333;
  text-decoration: none;
}
/* line 37, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 45, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 57, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #cccccc;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: white;
  background-color: #333333;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: white;
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: white;
  background-color: #3071a9;
  border-color: #285e8e;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #428bca;
  background-color: white;
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}

/* line 68, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}

/* line 72, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}

/* line 76, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
/* line 38, ../bootstrap/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}

/* line 85, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
/* line 94, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 101, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
/* line 105, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
/* line 113, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 124, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

/* line 128, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 132, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 140, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 146, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 154, ../bootstrap/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/* line 13, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 18, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}
/* line 21, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 26, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 28, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 30, ../bootstrap/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 19, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown {
  position: relative;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 29, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 52, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 58, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 63, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 77, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

/* line 88, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 103, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 110, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 122, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}
/* line 127, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 136, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 146, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 152, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

/* line 162, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 172, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 185, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
/* line 191, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  /* line 205, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 210, ../bootstrap/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
/* line 7, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
/* line 21, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 39, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}
/* line 44, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
/* line 49, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 54, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 59, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}
/* line 61, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 67, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 72, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 75, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 80, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 90, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 108, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 112, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 119, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* line 123, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 130, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 134, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 139, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 150, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}
/* line 160, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
/* line 168, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 175, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
/* line 178, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
/* line 182, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 187, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 192, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 196, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 205, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
/* line 211, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
/* line 216, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
/* line 220, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 236, ../bootstrap/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
/* line 13, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 56, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
/* line 59, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 65, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 73, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/* line 85, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, .form-wrapper .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
/* line 90, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control, .form-wrapper .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
/* line 98, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 110, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 113, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 122, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 125, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 131, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
/* line 140, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}
/* line 142, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
/* line 148, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
/* line 156, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
/* line 162, ../bootstrap/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

/* line 9, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav, .tabs-primary, .gsc-control-cse .gsc-tabHeader {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .tabs-primary:before, .gsc-control-cse .gsc-tabHeader:before, .nav:after, .tabs-primary:after, .gsc-control-cse .gsc-tabHeader:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after, .tabs-primary:after, .gsc-control-cse .gsc-tabHeader:after {
  clear: both;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav > li, .tabs-primary > li, .gsc-control-cse .gsc-tabHeader > li {
  position: relative;
  display: block;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav > li > a, .tabs-primary > li > a, .gsc-control-cse .gsc-tabHeader > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
/* line 24, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .tabs-primary > li > a:hover, .gsc-control-cse .gsc-tabHeader > li > a:hover, .nav > li > a:focus, .tabs-primary > li > a:focus, .gsc-control-cse .gsc-tabHeader > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a, .tabs-primary > li.disabled > a, .gsc-control-cse .gsc-tabHeader > li.disabled > a {
  color: #777777;
}
/* line 35, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .tabs-primary > li.disabled > a:hover, .gsc-control-cse .gsc-tabHeader > li.disabled > a:hover, .nav > li.disabled > a:focus, .tabs-primary > li.disabled > a:focus, .gsc-control-cse .gsc-tabHeader > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
/* line 48, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .tabs-primary .open > a, .gsc-control-cse .gsc-tabHeader .open > a, .nav .open > a:hover, .tabs-primary .open > a:hover, .gsc-control-cse .gsc-tabHeader .open > a:hover, .nav .open > a:focus, .tabs-primary .open > a:focus, .gsc-control-cse .gsc-tabHeader .open > a:focus {
  background-color: #eeeeee;
  border-color: #428bca;
}
/* line 59, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider, .tabs-primary .nav-divider, .gsc-control-cse .gsc-tabHeader .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 66, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img, .tabs-primary > li > a > img, .gsc-control-cse .gsc-tabHeader > li > a > img {
  max-width: none;
}

/* line 76, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs, .tabs-primary, .gsc-control-cse .gsc-tabHeader {
  border-bottom: 1px solid #dddddd;
}
/* line 78, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li, .tabs-primary > li, .gsc-control-cse .gsc-tabHeader > li {
  float: left;
  margin-bottom: -1px;
}
/* line 84, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a, .tabs-primary > li > a, .gsc-control-cse .gsc-tabHeader > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
/* line 89, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover, .tabs-primary > li > a:hover, .gsc-control-cse .gsc-tabHeader > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
/* line 98, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .tabs-primary > li.active > a, .gsc-control-cse .gsc-tabHeader > li.active > a, .nav-tabs > li.active > a:hover, .tabs-primary > li.active > a:hover, .gsc-control-cse .gsc-tabHeader > li.active > a:hover, .nav-tabs > li.active > a:focus, .tabs-primary > li.active > a:focus, .gsc-control-cse .gsc-tabHeader > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 118, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}
/* line 122, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}
/* line 125, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}
/* line 133, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #428bca;
}

/* line 144, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}
/* line 146, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified, .nav-justified.tabs-primary, .gsc-control-cse .nav-justified.gsc-tabHeader {
  width: 100%;
}
/* line 163, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li, .nav-justified.tabs-primary > li, .gsc-control-cse .nav-justified.gsc-tabHeader > li {
  float: none;
}
/* line 165, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.tabs-primary > li > a, .gsc-control-cse .nav-justified.gsc-tabHeader > li > a {
  text-align: center;
  margin-bottom: 5px;
}
/* line 171, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  /* line 177, ../bootstrap/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li, .nav-justified.tabs-primary > li, .gsc-control-cse .nav-justified.gsc-tabHeader > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../bootstrap/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.tabs-primary > li > a, .gsc-control-cse .nav-justified.gsc-tabHeader > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified, .nav-justified.tabs-primary, .gsc-control-cse .nav-justified.gsc-tabHeader {
  border-bottom: 0;
}
/* line 193, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.tabs-primary > li > a, .gsc-control-cse .nav-justified.gsc-tabHeader > li > a {
  margin-right: 0;
  border-radius: 4px;
}
/* line 201, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-justified.tabs-primary > .active > a, .gsc-control-cse .nav-justified.gsc-tabHeader > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-justified.tabs-primary > .active > a:hover,
.gsc-control-cse .nav-justified.gsc-tabHeader > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus,
.nav-justified.tabs-primary > .active > a:focus,
.gsc-control-cse .nav-justified.gsc-tabHeader > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  /* line 206, ../bootstrap/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-justified.tabs-primary > li > a, .gsc-control-cse .nav-justified.gsc-tabHeader > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 212, ../bootstrap/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-justified.tabs-primary > .active > a, .gsc-control-cse .nav-justified.gsc-tabHeader > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-justified.tabs-primary > .active > a:hover,
  .gsc-control-cse .nav-justified.gsc-tabHeader > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus,
  .nav-justified.tabs-primary > .active > a:focus,
  .gsc-control-cse .nav-justified.gsc-tabHeader > .active > a:focus {
    border-bottom-color: white;
  }
}

/* line 224, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}
/* line 227, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../bootstrap/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu, .tabs-primary .dropdown-menu, .gsc-control-cse .gsc-tabHeader .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 11, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 31, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.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;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}
/* line 59, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  /* line 50, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 83, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 92, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  /* line 92, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 109, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  /* line 109, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 128, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  /* line 128, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 139, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
  /* line 139, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 151, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 155, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 164, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
/* line 172, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  /* line 178, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 190, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.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;
}
/* line 203, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}
/* line 208, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
/* line 214, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  /* line 190, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 229, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}
/* line 232, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  /* line 240, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 252, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  /* line 229, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 267, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 269, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* line 275, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  /* line 289, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }

  /* line 292, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
  }
}
/* line 303, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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 (max-width: 767px) {
  /* line 315, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  /* line 303, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  /* line 335, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

/* line 345, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 350, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 359, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
/* line 362, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
/* line 365, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 375, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  /* line 375, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  /* line 384, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

/* line 394, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
/* line 398, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777777;
}
/* line 401, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
/* line 407, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777777;
}
/* line 412, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
/* line 416, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
/* line 424, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.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;
}
/* line 432, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.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;
}
/* line 439, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
/* line 442, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
/* line 445, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
/* line 451, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
/* line 461, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.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) {
  /* line 470, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 473, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
  /* line 481, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
  /* line 489, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
}
/* line 503, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777777;
}
/* line 505, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333333;
}
/* line 510, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777777;
}
/* line 513, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333333;
}
/* line 519, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

/* line 528, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
/* line 532, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #777777;
}
/* line 535, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
/* line 541, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #777777;
}
/* line 546, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #777777;
}
/* line 550, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
/* line 558, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
/* line 566, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.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;
}
/* line 574, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
/* line 577, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
/* line 580, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
/* line 586, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
/* line 595, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
@media (max-width: 767px) {
  /* line 604, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 607, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 610, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  /* line 613, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    background-color: transparent;
  }
  /* line 621, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .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: white;
    background-color: #090909;
  }
  /* line 629, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
}
/* line 638, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #777777;
}
/* line 640, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: white;
}
/* line 645, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #777777;
}
/* line 648, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
/* line 654, ../bootstrap/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
/* line 13, ../bootstrap/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
/* line 23, ../bootstrap/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
/* line 10, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}
/* line 13, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #428bca;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
/* line 26, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 33, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
/* line 42, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eeeeee;
  border-color: #dddddd;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
/* line 68, ../bootstrap/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
/* line 12, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/*@import "bootstrap/pager";*/
/* line 5, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 34, ../bootstrap/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #428bca;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

/* line 52, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
/* line 40, ../bootstrap/stylesheets/bootstrap/_badges.scss */
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: white;
}
/* line 44, ../bootstrap/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 52, ../bootstrap/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
/* line 13, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
/* line 26, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron {
  border-radius: 6px;
}
/* line 30, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 6, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 38, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 44, ../bootstrap/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 36, ../bootstrap/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #428bca;
}

/* line 9, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}
/* line 22, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 41, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
/* line 45, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 57, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 60, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 63, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 66, ../bootstrap/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
/* line 8, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  /* line 11, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 12, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  /* line 17, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
  from {
    background-position: 40px 0;
  }

  /* line 18, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
  to {
    background-position: 0 0;
  }
}

/* line 27, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 37, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: white;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 56, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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;
}

/* line 66, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
  min-width: 30px;
}
/* line 77, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar[aria-valuenow="0"] {
  color: #777777;
  min-width: 30px;
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

/* line 91, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 95, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 99, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 103, ../bootstrap/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}
/* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 11, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 18, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media,
.media .media {
  margin-top: 15px;
}

/* line 21, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 26, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 31, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin: 0 0 5px;
}

/* line 40, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media > .pull-left {
  margin-right: 10px;
}
/* line 43, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media > .pull-right {
  margin-left: 10px;
}

/* line 53, ../bootstrap/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 21, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
/* line 34, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
/* line 40, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge {
  float: right;
}
/* line 43, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 54, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
a.list-group-item {
  color: #555555;
}
/* line 57, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading {
  color: #333333;
}
/* line 63, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: whitesmoke;
}

/* line 74, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
}
/* line 79, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.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;
}
/* line 82, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.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;
}
/* line 90, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 99, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
/* line 102, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.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: #e1edf7;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success {
  color: #3c763d;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info {
  color: #31708f;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning {
  color: #8a6d3b;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
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;
}

/* line 4, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger {
  color: #a94442;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
/* line 25, ../bootstrap/stylesheets/bootstrap/mixins/_list-group.scss */
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;
}

/* line 124, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 128, ../bootstrap/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
/* line 39, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-title > a {
  color: inherit;
}

/* line 45, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 59, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .list-group {
  margin-bottom: 0;
}
/* line 62, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
/* line 69, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 76, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 85, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 89, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 101, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table, .panel > .views-table, .panel > table,
.panel > .table-responsive > .table,
.panel > .table-responsive > .views-table,
.panel > .table-responsive > table,
.panel > .panel-collapse > .table,
.panel > .panel-collapse > .views-table,
.panel > .panel-collapse > table {
  margin-bottom: 0;
}
/* line 106, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child, .panel > .views-table:first-child, .panel > table:first-child,
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table-responsive:first-child > .views-table:first-child,
.panel > .table-responsive:first-child > table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 113, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .views-table:first-child > thead:first-child > tr:first-child td:first-child, .panel > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .views-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .views-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .views-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .views-table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .views-table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .views-table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .views-table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
/* line 117, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .views-table:first-child > thead:first-child > tr:first-child td:last-child, .panel > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .views-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .views-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .views-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .views-table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .views-table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .views-table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .views-table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
/* line 125, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child, .panel > .views-table:last-child, .panel > table:last-child,
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table-responsive:last-child > .views-table:last-child,
.panel > .table-responsive:last-child > table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
/* line 132, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .views-table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .views-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .views-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .views-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .views-table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .views-table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .views-table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .views-table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
/* line 136, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .views-table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .views-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .views-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .views-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .views-table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .views-table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .views-table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .views-table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
/* line 143, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table, .panel > .panel-body + .views-table, .panel > .panel-body + table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
/* line 147, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .views-table > tbody:first-child > tr:first-child th, .panel > table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td,
.panel > .views-table > tbody:first-child > tr:first-child td,
.panel > table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
/* line 151, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
/* line 158, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
/* line 162, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
/* line 171, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
/* line 180, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
/* line 186, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 198, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}
/* line 202, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
/* line 205, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}
/* line 210, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}
/* line 212, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #dddddd;
}
/* line 216, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}
/* line 218, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

/* line 226, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #dddddd;
}
/* line 6, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: whitesmoke;
  border-color: #dddddd;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  background-color: #333333;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

/* line 229, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #428bca;
}
/* line 6, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: white;
  background-color: #428bca;
  border-color: #428bca;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: white;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}

/* line 232, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}
/* line 6, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 235, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}
/* line 6, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 238, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}
/* line 6, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 241, ../bootstrap/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}
/* line 6, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
/* line 14, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../bootstrap/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
/* line 26, ../bootstrap/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
/* line 15, ../bootstrap/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../bootstrap/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../bootstrap/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 29, ../bootstrap/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
/* line 32, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
/* line 36, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 38, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: white;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

/* line 64, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
/* line 73, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 74, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 79, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

/* line 85, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857;
}

/* line 97, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}
/* line 110, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
/* line 115, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
/* line 119, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../bootstrap/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 140, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  /* line 145, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 149, ../bootstrap/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 7, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 17, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
/* line 18, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
/* line 20, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 24, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 4px;
}

/* line 35, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 43, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 50, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 56, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
/* line 62, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
/* line 69, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
/* line 76, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 83, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
/* line 89, ../bootstrap/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

/* line 6, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
/* line 26, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}
/* line 27, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}
/* line 28, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}
/* line 29, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 32, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 43, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 53, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 62, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 65, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 71, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
/* line 78, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
/* line 86, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
/* line 93, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
/* line 101, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
/* line 108, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
/* line 117, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
/* line 124, ../bootstrap/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

/* line 7, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/* line 16, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
/* line 23, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
/* line 31, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
/* line 35, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}
/* line 40, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 46, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}
/* line 49, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}
/* line 53, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
/* line 57, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}
/* line 60, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 69, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 84, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
/* line 87, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
/* line 95, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* line 106, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
/* line 113, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
/* line 118, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
/* line 123, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
/* line 132, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}
/* line 137, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 148, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
/* line 159, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
/* line 180, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

/* line 191, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
/* line 202, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 216, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  /* line 223, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  /* line 227, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  /* line 233, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  /* line 240, ../bootstrap/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}
/* line 15, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 19, ../bootstrap/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
  visibility: hidden !important;
}

/* line 54, ../bootstrap/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

/* line 42, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.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) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }

  /* line 13, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  /* line 49, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }

  /* line 13, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }

  /* line 13, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 87, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }

  /* line 13, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  /* line 106, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}
/* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }

  /* line 10, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }

  /* line 11, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }

  /* line 13, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
/* line 150, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}
@media print {
  /* line 150, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 157, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}
@media print {
  /* line 157, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 164, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}
@media print {
  /* line 164, ../bootstrap/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 18, ../bootstrap/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'freightsans_problack';
  src: url("../fonts/freigsanproblk.eot");
  src: url("../fonts/freigsanproblk.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanproblk.woff2") format("woff2"), url("../fonts/freigsanproblk.woff") format("woff"), url("../fonts/freigsanproblk.ttf") format("truetype"), url("../fonts/freigsanproblk.svg#freightsans_problack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_problack_italic';
  src: url("../fonts/freigsanproblkit.eot");
  src: url("../fonts/freigsanproblkit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanproblkit.woff2") format("woff2"), url("../fonts/freigsanproblkit.woff") format("woff"), url("../fonts/freigsanproblkit.ttf") format("truetype"), url("../fonts/freigsanproblkit.svg#freightsans_problack_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_probold';
  src: url("../fonts/freigsanprobold.eot");
  src: url("../fonts/freigsanprobold.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanprobold.woff2") format("woff2"), url("../fonts/freigsanprobold.woff") format("woff"), url("../fonts/freigsanprobold.ttf") format("truetype"), url("../fonts/freigsanprobold.svg#freightsans_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_probold_italic';
  src: url("../fonts/freigsanproboldit.eot");
  src: url("../fonts/freigsanproboldit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanproboldit.woff2") format("woff2"), url("../fonts/freigsanproboldit.woff") format("woff"), url("../fonts/freigsanproboldit.ttf") format("truetype"), url("../fonts/freigsanproboldit.svg#freightsans_probold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_probook';
  src: url("../fonts/freigsanprobook.eot");
  src: url("../fonts/freigsanprobook.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanprobook.woff2") format("woff2"), url("../fonts/freigsanprobook.woff") format("woff"), url("../fonts/freigsanprobook.ttf") format("truetype"), url("../fonts/freigsanprobook.svg#freightsans_probook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_probook_italic';
  src: url("../fonts/freigsanprobookit.eot");
  src: url("../fonts/freigsanprobookit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanprobookit.woff2") format("woff2"), url("../fonts/freigsanprobookit.woff") format("woff"), url("../fonts/freigsanprobookit.ttf") format("truetype"), url("../fonts/freigsanprobookit.svg#freightsans_probook_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_prolight';
  src: url("../fonts/freigsanprolig.eot");
  src: url("../fonts/freigsanprolig.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanprolig.woff2") format("woff2"), url("../fonts/freigsanprolig.woff") format("woff"), url("../fonts/freigsanprolig.ttf") format("truetype"), url("../fonts/freigsanprolig.svg#freightsans_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_prolight_italic';
  src: url("../fonts/freigsanproligit.eot");
  src: url("../fonts/freigsanproligit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanproligit.woff2") format("woff2"), url("../fonts/freigsanproligit.woff") format("woff"), url("../fonts/freigsanproligit.ttf") format("truetype"), url("../fonts/freigsanproligit.svg#freightsans_prolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_promedium';
  src: url("../fonts/freigsanpromed.eot");
  src: url("../fonts/freigsanpromed.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanpromed.woff2") format("woff2"), url("../fonts/freigsanpromed.woff") format("woff"), url("../fonts/freigsanpromed.ttf") format("truetype"), url("../fonts/freigsanpromed.svg#freightsans_promedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_promedium_italic';
  src: url("../fonts/freigsanpromedit.eot");
  src: url("../fonts/freigsanpromedit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanpromedit.woff2") format("woff2"), url("../fonts/freigsanpromedit.woff") format("woff"), url("../fonts/freigsanpromedit.ttf") format("truetype"), url("../fonts/freigsanpromedit.svg#freightsans_promedium_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_prosemibold';
  src: url("../fonts/freigsanprosem.eot");
  src: url("../fonts/freigsanprosem.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanprosem.woff2") format("woff2"), url("../fonts/freigsanprosem.woff") format("woff"), url("../fonts/freigsanprosem.ttf") format("truetype"), url("../fonts/freigsanprosem.svg#freightsans_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightsans_proSBdIt';
  src: url("../fonts/freigsanprosemit.eot");
  src: url("../fonts/freigsanprosemit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigsanprosemit.woff2") format("woff2"), url("../fonts/freigsanprosemit.woff") format("woff"), url("../fonts/freigsanprosemit.ttf") format("truetype"), url("../fonts/freigsanprosemit.svg#freightsans_proSBdIt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_problack';
  src: url("../fonts/freigmicproblk.eot");
  src: url("../fonts/freigmicproblk.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicproblk.woff2") format("woff2"), url("../fonts/freigmicproblk.woff") format("woff"), url("../fonts/freigmicproblk.ttf") format("truetype"), url("../fonts/freigmicproblk.svg#freightmicro_problack") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_probold_italic';
  src: url("../fonts/freigmicproboldit.eot");
  src: url("../fonts/freigmicproboldit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicproboldit.woff2") format("woff2"), url("../fonts/freigmicproboldit.woff") format("woff"), url("../fonts/freigmicproboldit.ttf") format("truetype"), url("../fonts/freigmicproboldit.svg#freightmicro_probold_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_probold';
  src: url("../fonts/freigmicprobold.eot");
  src: url("../fonts/freigmicprobold.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicprobold.woff2") format("woff2"), url("../fonts/freigmicprobold.woff") format("woff"), url("../fonts/freigmicprobold.ttf") format("truetype"), url("../fonts/freigmicprobold.svg#freightmicro_probold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_problack_italic';
  src: url("../fonts/freigmicproblkit.eot");
  src: url("../fonts/freigmicproblkit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicproblkit.woff2") format("woff2"), url("../fonts/freigmicproblkit.woff") format("woff"), url("../fonts/freigmicproblkit.ttf") format("truetype"), url("../fonts/freigmicproblkit.svg#freightmicro_problack_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_probook_italic';
  src: url("../fonts/freigmicprobookit.eot");
  src: url("../fonts/freigmicprobookit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicprobookit.woff2") format("woff2"), url("../fonts/freigmicprobookit.woff") format("woff"), url("../fonts/freigmicprobookit.ttf") format("truetype"), url("../fonts/freigmicprobookit.svg#freightmicro_probook_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_probook';
  src: url("../fonts/freigmicprobook.eot");
  src: url("../fonts/freigmicprobook.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicprobook.woff2") format("woff2"), url("../fonts/freigmicprobook.woff") format("woff"), url("../fonts/freigmicprobook.ttf") format("truetype"), url("../fonts/freigmicprobook.svg#freightmicro_probook") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_prolight';
  src: url("../fonts/freigmicprolig.eot");
  src: url("../fonts/freigmicprolig.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicprolig.woff2") format("woff2"), url("../fonts/freigmicprolig.woff") format("woff"), url("../fonts/freigmicprolig.ttf") format("truetype"), url("../fonts/freigmicprolig.svg#freightmicro_prolight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_prolight_italic';
  src: url("../fonts/freigmicproligit.eot");
  src: url("../fonts/freigmicproligit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicproligit.woff2") format("woff2"), url("../fonts/freigmicproligit.woff") format("woff"), url("../fonts/freigmicproligit.ttf") format("truetype"), url("../fonts/freigmicproligit.svg#freightmicro_prolight_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_promedium_italic';
  src: url("../fonts/freigmicpromedit.eot");
  src: url("../fonts/freigmicpromedit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicpromedit.woff2") format("woff2"), url("../fonts/freigmicpromedit.woff") format("woff"), url("../fonts/freigmicpromedit.ttf") format("truetype"), url("../fonts/freigmicpromedit.svg#freightmicro_promedium_italic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_promedium';
  src: url("../fonts/freigmicpromed.eot");
  src: url("../fonts/freigmicpromed.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicpromed.woff2") format("woff2"), url("../fonts/freigmicpromed.woff") format("woff"), url("../fonts/freigmicpromed.ttf") format("truetype"), url("../fonts/freigmicpromed.svg#freightmicro_promedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_prosemibold';
  src: url("../fonts/freigmicprosem.eot");
  src: url("../fonts/freigmicprosem.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicprosem.woff2") format("woff2"), url("../fonts/freigmicprosem.woff") format("woff"), url("../fonts/freigmicprosem.ttf") format("truetype"), url("../fonts/freigmicprosem.svg#freightmicro_prosemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'freightmicro_proSBdIt';
  src: url("../fonts/freigmicprosemit.eot");
  src: url("../fonts/freigmicprosemit.eot?#iefix") format("embedded-opentype"), url("../fonts/freigmicprosemit.woff2") format("woff2"), url("../fonts/freigmicprosemit.woff") format("woff"), url("../fonts/freigmicprosemit.ttf") format("truetype"), url("../fonts/freigmicprosemit.svg#freightmicro_proSBdIt") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*Responsive breakpoint*/
/* Import Sass mixins, variables, Compass modules, etc. */
/* Base HTML element rules */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass */
/* =============================================================================
   Normalize.css is intended to be used as an alternative to CSS resets.

   It's suggested that you read the normalize.scss file and customise it to meet
   your needs, rather then including the file in your project and overriding the
   defaults later in your CSS.
   @see http://nicolasgallagher.com/about-normalize-css/

   Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
         @see http://snook.ca/archives/html_and_css/no_css_reset/
   ========================================================================== */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 34, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 44, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 66, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/* Instead of relying on the fonts that are available on a user's computer, you
   can use web fonts which, like images, are resources downloaded to the user's
   browser. Because of the bandwidth and rendering resources required, web fonts
   should be used with care.

   Numerous resources for web fonts can be found on Google. Here are a few
   websites where you can find Open Source fonts to download:
   - http://www.fontsquirrel.com/fontface
   - http://www.theleagueofmoveabletype.com

   In order to use these fonts, you will need to convert them into formats
   suitable for web fonts. We recommend the free-to-use Font Squirrel's
   Font-Face Generator:
     http://www.fontsquirrel.com/fontface/generator

   The following is an example @font-face declaration. This font can then be
   used in any ruleset using a property like this:  font-family: Example, serif;

   Since we're using Sass, you'll need to declare your font faces here, then you
   can add them to the font variables in the _base.scss partial.
*/
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 117, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 87.5%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.21429em;
}

/**
 * Remove default margin.
 */
/* line 144, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 175, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 184, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography

   To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
   so that the line height of our base font becomes the basic unit of vertical
   measurement. We use multiples of that unit to set the top and bottom margins
   for our block level elements and to set the line heights of any fonts.
   For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
   ========================================================================== */
/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
/* line 203, ../sass/_normalize.scss */
p,
pre {
  margin: 1.21429em 0;
}

/* line 207, ../sass/_normalize.scss */
blockquote {
  /* Set 1 unit of vertical rhythm on the top and bottom margin. */
  margin: 1.21429em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 217, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.21429em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.60714em;
  margin-bottom: 0.60714em;
}

/* line 226, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.61905em;
  margin-top: 0.80952em;
  margin-bottom: 0.80952em;
}

/* line 232, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 2.0757em;
  margin-top: 1.03785em;
  margin-bottom: 1.03785em;
}

/* line 238, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 2.42857em;
  margin-top: 1.21429em;
  margin-bottom: 1.21429em;
}

/* line 244, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.46299em;
  margin-top: 1.46299em;
  margin-bottom: 1.46299em;
}

/* line 250, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 1.81237em;
  margin-top: 1.81237em;
  margin-bottom: 1.81237em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 260, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 269, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 277, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 285, ../sass/_normalize.scss */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.21429em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 297, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 311, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 2.42857em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 323, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 338, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 346, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 362, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 366, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
/* line 381, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1.21429em 0;
}

/* line 388, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
  /* Turn off margins on nested lists. */
}

/* line 393, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/**
 * Address paddings set differently in IE 6/7.
 */
/* line 403, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 427, ../sass/_normalize.scss */
img {
  border: 0;
  /* vertical-align: bottom; */
  /* Suppress the space beneath the baseline */
  /* Responsive images */
  /* @todo Look into adding responsive embedded video. */
  max-width: 100%;
  height: auto;
  width: auto;
  /* Correct IE 8 not scaling image height when resized. */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 449, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 461, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 483, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-style: solid;
  border-top-width: 0.07143em;
  padding-top: 0.35357em;
  border-bottom-style: solid;
  border-bottom-width: 0.07143em;
  padding-bottom: 0.71786em;
  border-left-style: solid;
  border-left-width: 0.07143em;
  padding-left: 0.71786em;
  border-right-style: solid;
  border-right-width: 0.07143em;
  padding-right: 0.71786em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 499, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 518, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 536, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 548, ../sass/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 565, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 578, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 590, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 616, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 625, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 635, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* line 640, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 653, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  /* width: 100%; */
  /* Prevent cramped-looking tables */
  /* Add vertical rhythm margins. */
  margin-top: 1.21429em;
  margin-bottom: 1.21429em;
}

/* Layout rules */
/**
 * @file
 * Positioning for responsive layout .
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/*
 * Center the page.
 */
/* line 35, ../sass/layouts/_responsive.scss */
.not-front #main-wrapper,
#hp-news-events-section,
#block-cnr-social-feeds-cnr-social-feeds-twitter-bar,
.region-bottom,
#block-panels-mini-footer, #header .header-wrapper-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1192px;
}

/*#page,*/
/* line 46, ../sass/layouts/_responsive.scss */
.not-front #main-wrapper,
#hp-news-events-section,
#block-cnr-social-feeds-cnr-social-feeds-twitter-bar,
.region-bottom,
#block-panels-mini-footer {
  /* For screen sizes larger than 1200px, prevent excessively long lines of text
     by setting a max-width. */
}

/*
 * Apply the shared properties of grid items in a single, efficient ruleset.
 */
/* line 62, ../sass/layouts/_responsive.scss */
#header,
.not-front #content,
#navigation,
.region-sidebar-first,
.region-sidebar-second,
#footer {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
/* jb: 161018 - buggy space fail
  word-wrap: break-word;
:jb */
word-wrap: normal !important;
}

/*
 * Containers for grid items and flow items.
 */
/* line 52, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 56, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* line 76, ../sass/layouts/_responsive.scss */
#header {
  padding-left: 0;
  padding-right: 0;
}

/*
 * Navigation bar
 */
@media all and (min-width: 480px) {
  /* line 86, ../sass/layouts/_responsive.scss */
  #main {
    position: relative;
  }

  /* line 90, ../sass/layouts/_responsive.scss */
  .not-front #main {
    padding-top: 3em;
    /* Move all the children of #main down to make room. */
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * http://drupal.org/node/1707736
 */
/* =============================================================================
   Wireframes
   ========================================================================== */
/* line 23, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/* =============================================================================
   Accessibility features
   ========================================================================== */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 40, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block--title,
#navigation .block-menu-block .block--title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  /* Turns off the element-invisible effect. */
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 63, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 67, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/* =============================================================================
   Branding header
   ========================================================================== */
/* line 81, ../sass/components/_misc.scss */
.header--logo {
  /* Wrapping link for logo */
  float: left;
  /* LTR */
  margin: 0;
  padding: 0;
}

/* line 87, ../sass/components/_misc.scss */
.header--logo-image {
  /* Logo image */
  vertical-align: bottom;

max-width: 320px;
padding-bottom: 0 !important;
display: inline !important;
vertical-align: bottom !important;
height: auto !important;
outline: none !important;
text-decoration: none !important;
-ms-interpolation-mode: bicubic !important;
width: 100% !important;
border: 0 !important;
}

/* line 91, ../sass/components/_misc.scss */
.header--name-and-slogan {
  /* Wrapper for website name and slogan */
  float: left;
}

/* line 95, ../sass/components/_misc.scss */
.header--site-name {
  /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* line 101, ../sass/components/_misc.scss */
.header--site-link {
  /* The link around the name of the website */
}
/* line 103, ../sass/components/_misc.scss */
.header--site-link:link, .header--site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 109, ../sass/components/_misc.scss */
.header--site-link:hover, .header--site-link:focus {
  text-decoration: underline;
}

/* line 114, ../sass/components/_misc.scss */
.header--site-slogan {
  /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

/* line 119, ../sass/components/_misc.scss */
.header--secondary-menu {
  float: right;
  /* LTR */
}

/* =============================================================================
   Navigation bar
   ========================================================================== */
/* line 127, ../sass/components/_misc.scss */
#navigation {
  /* overflow: hidden; */
  /* Sometimes you want to prevent overlapping with main div. */
}
/* line 130, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 140, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  /* Menu block links */
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 145, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/* =============================================================================
   Breadcrumb navigation
   ========================================================================== */
/* line 158, ../sass/components/_misc.scss */
.breadcrumb {
  /* The path to the current page in the form of a list of links */
}
/* line 159, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
/* line 163, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* =============================================================================
   Titles
   ========================================================================== */
/* line 180, ../sass/components/_misc.scss */
.page--title,
.node--title,
.block--title,
.comments--title,
.comments--form-title,
.comment--title {
  /* Comment title */
  margin: 0;
}

/* =============================================================================
   Messages
   ========================================================================== */
/* line 188, ../sass/components/_misc.scss */
.messages, .messages-status, .messages-warning, .messages-error {
  margin: 1.21429em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 205, ../sass/components/_misc.scss */
.messages-warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 215, ../sass/components/_misc.scss */
.messages-error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}
/* line 224, ../sass/components/_misc.scss */
.messages-error p.error {
  /* Core/module installation error messages. */
  color: #333;
}

/* line 229, ../sass/components/_misc.scss */
.messages--list {
  margin: 0;
}

/* line 232, ../sass/components/_misc.scss */
.messages--item {
  list-style-image: none;
}

/*
 * System status report
 */
/* line 241, ../sass/components/_misc.scss */
.ok,
.messages-status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 247, ../sass/components/_misc.scss */
.warning,
.messages-warning {
  background-color: #fffce5;
  color: #840;
}

/* line 253, ../sass/components/_misc.scss */
.error,
.messages-error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/* =============================================================================
   Tabs
   ========================================================================== */
/*
 * Basic positioning styles shared by primary and secondary tabs.
 */
/* line 266, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, transparent));
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: -o-linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  background-image: linear-gradient(bottom, #bbbbbb 1px, transparent 1px);
  border-bottom: 1px solid #bbbbbb \0/ie;
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
/* 151116: jb- was:
  margin: 1.21429em 0;
*/
  margin: 1.21429em 0 !important;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 276, ../sass/components/_misc.scss */
.tabs-primary--tab, .tabs-primary--tab-active, .tabs-secondary--tab,
.tabs-secondary--tab-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 281, ../sass/components/_misc.scss */
a.tabs-primary--tab-link, a.tabs-primary--tab-link-active, a.tabs-secondary--tab-link, a.tabs-secondary--tab-link-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.21429em;
  text-decoration: none;
}

/*
 * Primary tabs
 */
/* line 298, ../sass/components/_misc.scss */
.tabs-primary--tab, .tabs-primary--tab-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 white;
  border: 1px solid #bbbbbb;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  /* IE 9 and earlier don't understand gradients. */
}

/* line 307, ../sass/components/_misc.scss */
.tabs-primary--tab-active {
  border-bottom-color: white;
}

/* line 313, ../sass/components/_misc.scss */
a.tabs-primary--tab-link, a.tabs-primary--tab-link-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 324, ../sass/components/_misc.scss */
a.tabs-primary--tab-link:hover, a.tabs-primary--tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 329, ../sass/components/_misc.scss */
a.tabs-primary--tab-link:active, a.tabs-primary--tab-link-active {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -o-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/*
 * Secondary tabs
 */
/* line 357, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  margin-top: -1.21429em;
  /* Collapse bottom margin of ul.primary. */
}

/* line 364, ../sass/components/_misc.scss */
.tabs-secondary--tab,
.tabs-secondary--tab-active {
  margin: 0.60714em 3px;
}

/* line 370, ../sass/components/_misc.scss */
a.tabs-secondary--tab-link, a.tabs-secondary--tab-link-active {
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  border-radius: 0.75em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 white;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 380, ../sass/components/_misc.scss */
a.tabs-secondary--tab-link:hover, a.tabs-secondary--tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 386, ../sass/components/_misc.scss */
a.tabs-secondary--tab-link:active, a.tabs-secondary--tab-link-active {
  text-shadow: 1px 1px 0 #333333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/* =============================================================================
   Inline styles
   ========================================================================== */
/* line 414, ../sass/components/_misc.scss */
.inline {
  /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
/* line 418, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* line 425, ../sass/components/_misc.scss */
span.field-label {
  /* The inline field label used by the Fences module */
  padding: 0 1em 0 0;
  /* LTR */
}

/* =============================================================================
   "More" links
   ========================================================================== */
/* line 433, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 437, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 440, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/* =============================================================================
   Pager
   ========================================================================== */
/* line 454, ../sass/components/_misc.scss */
.pager {
  /* A list of page numbers when more than 1 page of content is available. */
  clear: both;
  padding: 0;
  /*text-align: center;*/
}

/* line 460, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.3em;
  list-style-type: none;
  background-image: none;
  font-size: 16px;
}

/* line 473, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis */
}

/* line 477, ../sass/components/_misc.scss */
.pager-current {
  /* The current page's list item. */
  color: #999999;
}

/* =============================================================================
   Blocks
   ========================================================================== */
/* line 486, ../sass/components/_misc.scss */
.block {
  /* Block wrapper */
  margin-bottom: 1.5em;
}

/* =============================================================================
   Menus
   ========================================================================== */
/* line 494, ../sass/components/_misc.scss */
.menu--expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 501, ../sass/components/_misc.scss */
.menu--collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* line 508, ../sass/components/_misc.scss */
.menu--leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 515, ../sass/components/_misc.scss */
.menu a.active {
  /* The active item in a Drupal menu */
  color: #000;
}

/* =============================================================================
   Nodes
   ========================================================================== */
/* line 524, ../sass/components/_misc.scss */
.new,
.update {
  /* The "new" or "updated" marker. */
  color: #c00;
  background-color: transparent;
  /* Remove background highlighting from <mark> in normalize. */
}

/* =============================================================================
   Unpublished note
   ========================================================================== */
/* line 533, ../sass/components/_misc.scss */
.Not.published,
.unpublished {
  /* The word "Unpublished" displayed underneath the content. */
  height: 0 !important;
  overflow: visible !important;
  background-color: transparent !important;
  /* Remove background highlighting from <mark> in normalize. */
  color: #d8d8d8 !important;
  font-size: 75px !important;
  line-height: 1 !important;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-align: center !important;
  word-wrap: break-word !important;
  /* A very nice CSS3 property */
}

article.node-news.node- mark,
.Published {
display: none !important;
}

/* =============================================================================
   Comments
   ========================================================================== */
/* line 557, ../sass/components/_misc.scss */
.comments {
  /* Wrapper for the list of comments and its title */
  margin: 1.5em 0;
}

/* line 561, ../sass/components/_misc.scss */
.comment-preview {
  /* Preview of the comment before submitting new or updated comment */
  background-color: #ffffea;
  /* Drupal core will use a #ffffea background. See #1110842 */
}

/* line 565, ../sass/components/_misc.scss */
.comment {
  /* Wrapper for a single comment */
}
/* line 567, ../sass/components/_misc.scss */
.comment .permalink {
  /* Comment's permalink wrapper */
  text-transform: uppercase;
  font-size: 75%;
}

/* line 573, ../sass/components/_misc.scss */
.indented {
  /* Nested comments are indented */
  margin-left: 30px;
  /* Drupal core uses a 25px left margin */
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 581, ../sass/components/_misc.scss */
.form-item {
  /* Wrapper for a form element (or group of form elements) and its label */
  margin: 1.5em 0;
}
/* line 585, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Pack groups of checkboxes and radio buttons closer together */
  margin: 0;
  /* Drupal core uses "0.4em 0" */
}
/* line 590, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  /* Form items in a table. */
  margin: 0;
}
/* line 596, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  /* Highlight the form elements that caused a form submission error */
  border: 1px solid #c00;
}
/* line 600, ../sass/components/_misc.scss */
.form-item .description {
  /* The descriptive help text (separate from the label) */
  font-size: 0.85em;
}

/* line 607, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* line 612, ../sass/components/_misc.scss */
.form-required {
  /* The part of the label that indicates a required field */
  color: #c00;
}

/* line 616, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* line 621, ../sass/components/_misc.scss */
a.button {
  /* Buttons used by contrib modules like Media */
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

a.button {
	font-weight: 300;
	background: #eeefef;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	padding: 8px 13px 9px;
	display: inline-block;
	line-height: 1em;
	color: #003262;
	text-decoration: none
}

/* line 626, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  /* Password confirmation */
  margin: 0;
}

/* line 630, ../sass/components/_misc.scss */
#user-login-form {
  /* Drupal's default login form block */
  text-align: left;
  /* LTR */
}

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* line 641, ../sass/components/_misc.scss */
.openid-links {
  /* OpenID creates a new ul above the login form's links. */
  margin-bottom: 0;
  /* Position OpenID's ul next to the rest of the links. */
}

/* line 646, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  /* The "Cancel OpenID login" link. */
  margin-top: 1.5em;
}

/* line 651, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  margin-left: -20px;
  /* LTR */
  /* Un-do some of the padding on the ul list. */
}

/* line 655, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/*
 * Drupal admin tables
 */
/* line 664, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 670, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 674, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 680, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 686, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* line 700, ../sass/components/_misc.scss */
td.active {
  /* Markup generated by theme_tablesort_indicator(). */
  background-color: #ddd;
}

/* line 705, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/*
 * Drupal core wrongly puts this in system.menus.css. Since we override that, add it back.
 */
/* line 713, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* line 723, ../sass/components/_misc.scss */
#autocomplete .selected {
  /* Suggestion list */
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 735, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 744, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 752, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 765, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 769, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 773, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 783, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 793, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 796, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 803, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('data:image/gif;base64,R0lGODlhFAAoAOYAAGi46me36ma26WW16GS05mOz5WGx5GCw4l6u4V2t31ur3WCo1Fqp3GCo1V+n01+n1Fio2l6m0l6m012l0lam2V2l0Vyk0VWl11yk0Fujz1Oj1lmhzlKi1FmhzVGh01igzFigzVCg0laey1aeyk+f0VWcyFubxFqbw1qbxE6e0FWcyVmbw1mawlObx1ObyFiZwViawleZwVGZxVaXwFeXwFGZxlCYxVCYxFWWvlSWvlSVvU6Ww06WwlOVvU2VwVKTu02VwlGSulCSukuTwEuTv0qSvkqSv0+QuE6QuEmRvUmRvk6Ot0iQvE2Ot0ePvEePu0yNtUaOu0uNtUaOukqLtEmKskiKskeIsEaIsEaHr0WHr0WFrkSFrkOErEKDq0GDq0GCqkGBqkCBqkCCqv4BAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFAABkACwAAAAAFAAoAAAH/4ANCw2CCwsoJiiIJoyJDQALDg8PDpUrJyuXJ5uYDwGSEhIRozAsMKUsqaYSAhGiExWxMS8xsy+3tBMDFbATGL8zNDPBNMXCFgQYFsoWGRk5ODnQONTRGQXO2RkdPTo93Trh3hsGHRvm5x0/6+ztIAcfIPHyHx9BQkJB+vpCIggjIgAGHDFCCBIkRxImRKIiQQkVDyGWKIGwyZKLF5u4UNDCRUePLVpYbAKlZEkpNRjIqLGSpQwZUqBIkUKlZk0bEG7Y0Lnzxg2bNasItbKDAo8dR5Hy4GGlipWmVa5cwQLkgg8gV7H68IFlalepWbQM0UBkSFmzRIhoCbs2i1suRv84FDEyl26RIly2cMm7pe8WJR6SKBE8OEmSLogTKw7BpLHjxl+8fInspbJkJk+cZNb85MkYMGM+gxkN2gmJKFOioJ4yRUwYMa7DyH4dJcWUzZ09gxZNeozpzI+ZRJ5sufIXJowbFz6suDlgwYLv4tXL1y9cuXSNGEm7Vktbt2HHlj1LhKtXqeipWsUKRGvTp0LjEzWKdIdSHkDz49TJ0+fPmSadlNJKLb0EExQWYbSERhx55AJIIi2o0EINPRTRRBQdcdA+9/gDkEAEFXRPPu7AIw8I9HzQzjrh9ECOOeh0IGM334hjDTbaZAONNNXgMAMyyjDzCwbBDGNMMbrwwgsiLLLQYgsuMbQiSiijRFDKKaqkAoMEkkhCiSWYaMLJCp4EAgAh+QQFAABkACwAAAAAFAAoAAAH/4AAZIOECwuEiGQmKImDDg6NgycrZAGJERGRZCwwZAKJFRWaLzFkA4kYGJo0M2QEiRkZmjg5ZAWJHR2aOj1kBokfH5o/P2QHjSOaQUJkCMiaR0hkCY0lJZFLTWQKjS0tkVBSZAyNMjKRVFRkEI03N5FVVmQUjTw8kVdYZBeNPj6RWbSQ0dCICJFIW7iQ4dCoSJFIXbqQ8dAoSRJNX8iEaMSEiSYvZEg0evJEE5gxKRpNmaIpjJhIJE2OCZmo48eMGxFZ1BRxYiKHmhIuTGRQU8CBifxpyrcvkT1N8ea105Ru3VRw4sglModNG7dE3iJFm1btWqNlzZAla0TMWKNgkSV4+WqUKxItW41iRWLlqlGqSKRMNQqlqdOnS5kisajU6JGmSYEAACH5BAUAAGQALAAAAAAUACgAAAfogA0AZISFZAuGiSgBiYQOjYUrD5ARkIQwEgKNFZZkMRMDjRidMxYEjRmdORkFjR2dPRsGjR+dPyAHjSOdQiIIjSWdSCoJnZBNLgqQLZZSNQyQMpZUNhCQN5ZWOxSQPJZYQBeQPpZaQxqQRJZcRhyQRZZdSh6QSZZfTCGQTJZjTiSQnnSKkgLSlE5iADYS2M/Jvk749CWyF29eI3jr2jVSV+5cI3LfwjXylm1bI2zTqjWS1uyZsUbIlDViBmlYMWCWev3SZelWLlqWYs1yZWlVK1SWSp0SZelTqE2WMGlqVAmSJEaNHlkKBAAh+QQFAABkACwAAAAAFAAoAAAH6oAoDQBkhYZkC4eKDwGKhQ6OhisCkRGRhTASkRWXZDETA44YnTMWBI4ZnTkZBY4dnT0bBo4fnT8gB44jnUIiCI4lnUgqCY4tnU0uCp2RUjUMkTKXVDYQkTeXVjsUkTyXWEAXkT6XWkMakUSXXEYckUWXXUoekUmXX0whkUyXY04kkZ5cEhMlRaQpnf4F7DRGnyN+9yAqshdvniN469o5UlfunCNy38I58pZtmyNs06o5knbJGTRFxy4lW8ZM0bBiwC71+qXr0q1ctC7FmuXq0qpWqC6VOiXq0qdQjjhFykTJkaVIKxhFghQpEAAh+QQFAABkACwAAAAAFAAoAAAH7IBkKA0AZIaHZAuIiCsPAYuGDpCHEgKTEZOGMAOTFZlkMROTGJ8zFgSQGZ85GQWQHZ89GwaQH58/IAeQI59CIgiQJZ9IKgmQLZ9NLgqQMp9SNQyfk1Q2EJM3mVY7FJM8mVhAF5M+mVpDGpNEmVxGHJNFmV1KHpNJmV9MIZNMmWNOJCY9ySQmSopJU/wBFPhJH79PX+pBuidPCbxP7d4tWmcOHaRy4MRB+qaNG6RsmapdW+QsEzRpi5BlUsZskbBMxIxNW+QL2K5MuHTVyiSL1qtMrFylymQKFSRSk0JxguRpEoxKlzI1egRJEqRAACH5BAUAAGQALAAAAAAUACgAAAfvgGRkKA0AgoeCC4iIKw8Bi4IOkIIwEgKTEZOCEwOTFZpkMQSTGKAzFpMZoDkZBZAdoD0bBpAfoD8gB5AjoEIiCJAloEgqCZAtoE0uCpAyoFI1DJA3oFQ2EKCTVjsUkzyaWEAXkz6aWkMak0SaXEYck0WaXUoek0maX0whk0yaY04kJj3RJCZKiklT/AEUiE8fP1D07IHq8g5SPHZG1IE6l25ROXDiIH3TtK3bImqarGFb5EwTNGmLkGlSxmyRME3EjC3ipckXsGyLcOmqpUkWrVeaWLmCpGrSqVGQSk2KwcmTpkqXIGWa1OgRJEmLAgEAIfkEBQAAZAAsAAAAABQAKAAAB++AZIIoDQCCh4ILiIgrDwGLgg6QgjASApMRk2QxEwOTFZpkFgSTGKEzBZMZoTmrkB2hPRsGkB+hPyAHkCOhQiIIkCWhSCoJkC2hTS4KkDKhUjUMkDehVDYQkDyhVjsUoZNYQBeTPppaQxqTRJpcRhyTRZpdSh6TSZpfTCGTTJpjTiQmPdEkJkqKSVP8ARSITx8/efTshXIHLxSXdJDWmRtCLlS4cYu0aeLmbRE1TdawLXKmCZq0Rcg0KWO2SJgmYsYW8dLkC9giW5pw6fq2SBatV5papYLkCtKMUaU0cfIECdSkSpcgZZrU6BEkSYgCAQAh+QQFAABkACwAAAAAFAAoAAAH64BkgmQoDQCDiAuIiCsPAYuCDpCCMBICkxGTZDETA5MVmjMWBJMYoRkFkxmaZDkGkx2sPRuTH6w/IAeQI6xCIgiQJaxIKgmQLaxNLgqQMqxSNQyQN6xUNhCQPKxWOxSQPqxYQBesk1pDGpNEmlxGHJNFml1KHpNJml9MIZNMmmNOJCY90SQmSopJU/wBFIhPHz959OyxcwePFTp1rLSQ+xYOyCRtmrh5W0RNkzVsi5xpgiZtETJNypgtEqaJmLFFvDT5ArbIliZcuhbF0jTrVblFOVCpCjWqlCZOniCBmlTpEqRMkxo9giRpUCAAIfkEBQAAZAAsAAAAABQAKAAAB/CAZIKCKA0Ag4gLiIgrDwGLgg6QgjASApMRk2QxEwOTFZozFgSTGJo5GQWTGacbBpMdmmQ9B5Mfsj8gkyOyQiIIkCWySCoJkC2yTS4KkDKyUjUMkDeyVDYQkDyyVjsUkD6yWEAXkESyWkMaspNcRhyTRZpdSh6TSZpfTCGTTJpjTiQmPdEkJkqKSVP8ARSITx8/efTsaWr3DlK8SejUlZM1bhI4TVi8Zdu2YxI1TdawLXKmCZq0Rcg0KWO2SJgmYsYW8dLkC9iiW5py1VoUS1MPV5BYnUq1DpIoUpBMTeLkCRKoSZUuQco0qdEjSJIEBQIAIfkEBQAAZAAsAAAAABQAKAAAB+6AZIKDKA0Ag4gLiIgrDwGLgg6QgjASApMRk2QxEwOTFZozFgSTGJo5GQWTGZo9GwaTHa0gB5MfmmQ/CJMjuEIikyW4SCoJkC24TS4KkDK4UjUMkDe4VDYQkDy4VjsUkD64WEAXkES4WkMakEW4XEYcuJNdSh6TSZpfTCGTTJpjTiQmPdEkJkqKSVP8ARSITx8/TfPqQbo3yR28dZrQqSunSRy5b7i6TdKmyQq2adVsTHKmCZq0Rcg0KWO2SJgmYsYW9dL0a9eiW5p+0IIkq9UrSKxOpYJkKtSoeJA4eYIEalKlS5AyTWr0CJIkMoEAACH5BAUAAGQALAAAAAAUACgAAAfogGSCg2QoDQCEgwuJgysPAYxkDpFkMBICkRGUMRMDkRWUMxYEkRiUORkFkRmUPRsGkR2UPyAHkR+zIgiRI5RkQgmRJb5IKpEtvk0uCowyvlI1DIw3vlQ2EIw8vlY7FIw+vlhAF4xEvlpDGoxFvlxGHIxJvl1KHr6RX0whkUyUY04kIj2hJCZKikhT/AEUSCnfPkb9ItGzF4+SO3jrKKFTV46SOHLfKHHzls3XtUjUKFGR1uxZjWPJljEaRqlYsES9KAnRxQjXrFqMZLV6xYjVqVSMTIUaxQjUpk73GFnCxEhTJEeQGE0KBAAh+QQFAABkACwAAAAAFAAoAAAH54BkgoOCKA0AhIMLiYMrDwGMZA6RZDASApERlDETA5EVlDMWBJEYlDkZBZEZlD0bBpEdlD8gB5EflEIiCJEjuSoJkSWUZEgKkS3ETS6RMsRSNQyMN8RUNhCMPMRWOxSMPsRYQBeMRMRaQxqMRcRcRhyMScRdSh6MTMRfTCHEkWNOJCI9oSQmSopIUyj9C8hoYCR9/O5RomcvHiV38NZRQqeuHCVx5L5R4uYtGyVr2KYRi9bs2TFGySgtE0YMCTBGvnLtYoRrVi1Gslq9YsTqVCpGpkKNYgRqUydGmihZwtQvkSNIjBwEAgAh+QQFAABkACwAAAAAFAAoAAAH6YBkgoODKA0AhIMLiYMrDwGMZA6RZDASApERlDETA5EVlDMWBJEYlDkZBZEZlD0bBpEdlD8gB5EflEIiCJEjlEgqCZElvy4KkS2UZE0MkTLKUjWRN8pUNhCMPMpWOxSMPspYQBeMRMpaQxqMRcpcRhyMScpdSh6MTMpfTCGMT8pjTkgoiyQmSopIUygBFNiPkj5+9yjRsxePkjt46yihU1eOkjhy3yhx85aNkjVsjKhFitaM0TNKxpApayKMEbFfKnop08UrEa5ZtRjJavWKEatTqRiZCjWKEahNnRhpomQJU6JJlBxBYhQIACH5BAUAAGQALAAAAAAUACgAAAfngAtkg4SEKA0AhYqLZCsPAYwOjGQwEgKMEZMxEwOMFZMzFgSMGJM5GQWMGZM9GwaMHZM/IAeMH5NCIgiMI5NIKgmMJZNNLgqMLcQ1DIwyk2RSEIw3z1Q2jDzPVjsUiz7PWEAXi0TPWkMai0XPXEYci0nPXUoei0zPX0whi0/PY04kFk15JiZKimeM/gXkNynfPnuT5tWDN6ndO3WTzqUjNyncOG+TtnVblI2RNWmLqDGSsqwZMWPIngET9gzJrkW9cImw9WxWLUWxWLlatMoUqkWlQIla9EkTp0WZJlW6pEjSJEeQFAUCACH5BAUAAGQALAAAAAAUACgAAAflgGQLZISFhSgNAIaEDouGKw8BjpOFMBICkxGUMRMDkxWUMxYEkxiUORkFkxmUPRsGkx2UPyAHkx+UQiIIkyOUSCoJkyWUTS4Kky2UUjUMkzLLNhCTN5RkVBSTPNZWO5M+1lhAF45E1lpDGo5F1lxGHI5J1l1KHo5M1l9MIY5P1mNOSDiaYk1MlBT9/gW0Nkkfv3uU6NmLR8kdvHWU0KkrR0kcOUfgJnXL5mjbJCrSqC1r9qzYsWS/gg2ztquXNSG2HOGaBSKWNVewFrE6lcqRqVCjHIHa1MmRJkqWMC1qRAmSJEOBAAAh+QQFAABkACwAAAAAFAAoAAAH4oBkZAuChYYoDQCGgg6LhisPAY4RjoUwEgKVmmQxEwOVFZozFgSVGJo5GQWVGZo9GwaVHZo/IAeVH5pCIgiVI5pIKgmVJZpNLgqVLZpSNQyVMppUNhCVN5s7FJU8m1YXlT6bWECVRJtaQxqORZtcRhyOSZtdSh6OTJtfTCGOT5tjTkg4mrJJTJQU/f4FvJdv36ZK9OzF0+QO3jpN6NQ5Mldp3DdH4SpZybZNGjVrzJxBM4ZMGTBhxHTx8rXJFq5NP2I5muVqA6tNqVYtOiWKlKNQmjp9WkRJ06VMixppgiSpUCAAIfkEBQAAZAAsAAAAABQAKAAAB96AZIILgoWGKA0AhoIOi4YrDwGOEY6FMBICjhWVgjETA5ycMxYElRicORkFlRmcPRsGlR2cPyAHlR+cQiIIlSOcSCoJlSWcTS4KlS2cUjUMlTKcVDYQlTecVjsUlTyhQBeVPqFYGpVEoVpDlUWhXEYcjkmhXUoejkyhX0whjk+hY05IOJoSSkyUFP3+BbyXb1+8efVCVXIHzxG7SunKOTpXCcu3cNi0cZNGzRozZ9CMIVMGTBgxXbx80bKFKxQsWaF6rHLUClXPRadEkdIUyhOoRZQ4Xcq0qBEnSJIEBQIAIfkEBQAAZAAsAAAAABQAKAAAB96AZIJkC4OGgigNAIdkDoyDKw8BjBGPgjASAowVlmQxEwOMGJ0zFgSdjzkZBY8Zlj0bBo8dlj8gB48flkIiCI8jlkgqCY8llk0uCo8tllI1DI8yllQ2EI83llY7FI88llhAF48+nUMaj0SdWhyPRZ1cRo9JnV1KHoxMnV9MIYxPnWOckGA0pZOYKCn8ARSITx8/RvMs1bt3yJ0leOxQHdJiDt23cOOybes2rdq1Zs+iHUu2LNiwYrt6/ap1K9erWLM6rWrVKccpUaQsPOJk6VOoQ5UsYdJ0yJGlSJPIBAIAIfkEBQAAZAAsAAAAABQAKAAAB/GAZIKCC4OGgigNAIdkDoyDKw8BjBGPgjASAowVlmQxEwOMGJ0zFgSMGZ05GQWdjz0bBo8dlj8gB48flkIiCI8jlkgqCY8llk0uCo8tllI1DI8yllQ2EI83llY7FI88llhAF48+llpDGo9EnUYcj0WdXB6PSZ1dSo9MnV9MIYxPnWOckGA0pZOYKCn8ARTIKJ+lff0O0bNkT96hd5a4sGOkrtw5V4zAiWNE7pE2boy8PaJmjRG2R86gMZL2CJkyRsweCSPGyNgjXr4YAXtkCxcjXa9izbK0qhWqTqYejbI0I9SmTp8eVbKESdMhR5YiTQoEACH5BAUAAGQALAAAAAAUACgAAAfsgGSCgwuDhoIoDQCHZA6MgysPAYwRj4IwEgKMFZZkMRMDjBidMxYEjBmdORkFjB2dPRsGnY8/IAePH5ZCIgiPI5ZIKgmPJZZNLgqPLZZSNQyPMpZUNhCPN5ZWOxSPPJZYQBePPpZaQxqPRJZcRhyPRZ1KHo9JnV0hj0ydX/qMT51jnJBgNKWTmCgp/AEUyKjfI374DtWz1EUeI3jr2jFSV+4cI3LfwtFipI0bI2+PqFljhO2RM2iMpD1CpowRs0fCiDEy9oiXL0bAat3KZSnWLFeWVrVCZanUKVGdQD3iZCmGJkqdMD1yZClSgEAAOw==');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
@media print {
  /* line 11, ../sass/_print.scss */
  a:link,
  a:visited {
    /* underline all links */
    text-decoration: underline !important;
  }
  /* line 14, ../sass/_print.scss */
  #site-name a:link, #site-name
  a:visited {
    /* Don't underline header */
    text-decoration: none !important;
  }

  /* line 20, ../sass/_print.scss */
  #content a[href]:after {
    /* Add visible URL after links. */
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
  }
  /* line 27, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    /* Only display useful links. */
    content: "";
  }
  /* line 31, ../sass/_print.scss */
  #content abbr[title]:after {
    /* Add visible title after abbreviations. */
    content: " (" attr(title) ")";
  }

  /* line 36, ../sass/_print.scss */
  #content {
    /* Un-float the content */
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* line 46, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    /* Turn off any background colors or images */
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* line 65, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    /* Hide sidebars and nav elements */
    visibility: hidden;
    display: none;
  }
}
/* End @media print */
/* Theme rules for pages*/
/* Theme rules for content areas */
/* line 1, ../sass/_content.scss */
a {
  color: #003262;
}

/* Content Areas */
/* line 9, ../sass/_content.scss */
article,
.cke_editable,
.view--news-page-template {
  font-weight: 300;
}
/* line 12, ../sass/_content.scss */
article a,
.cke_editable a,
.view--news-page-template a {
  color: #276bad;
  text-decoration: none;
}
/* line 16, ../sass/_content.scss */
article a:hover, article a:focus,
.cke_editable a:hover,
.cke_editable a:focus,
.view--news-page-template a:hover,
.view--news-page-template a:focus {
  color: #276bad;
  text-decoration: underline;
}
/* line 22, ../sass/_content.scss */
article h1, article h2, article h3, article h4, article h5, article h6,
.cke_editable h1,
.cke_editable h2,
.cke_editable h3,
.cke_editable h4,
.cke_editable h5,
.cke_editable h6,
.view--news-page-template h1,
.view--news-page-template h2,
.view--news-page-template h3,
.view--news-page-template h4,
.view--news-page-template h5,
.view--news-page-template h6 {
  font-weight: 300;
}
/* line 26, ../sass/_content.scss */
article h2, article h3,
.cke_editable h2,
.cke_editable h3,
.view--news-page-template h2,
.view--news-page-template h3 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #333333;
}
/* line 33, ../sass/_content.scss */
article h4,
.cke_editable h4,
.view--news-page-template h4 {
  font-size: 18px;
  line-height: 18px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #888888;
}
/* line 40, ../sass/_content.scss */
article h4 strong, article h4 b,
.cke_editable h4 strong,
.cke_editable h4 b,
.view--news-page-template h4 strong,
.view--news-page-template h4 b {
  font-weight: 400;
}
/* jb: 160322 - creates conflict in the node render, was: line 44, ../sass/_content.scss
article p, article ul li, article ol li,
.cke_editable p,
.cke_editable ul li,
.cke_editable ol li,
.view--news-page-template p,
.view--news-page-template ul li,
.view--news-page-template ol li {
  font-size: 18px;
  color: #000000;
} :jb 160322 */
/* line 49, ../sass/_content.scss */
article blockquote,
.cke_editable blockquote,
.view--news-page-template blockquote {
  margin: 10px 0px;
  font-size: 30px;
  line-height: 30px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #333333;
}
/* line 56, ../sass/_content.scss */
article blockquote p,
.cke_editable blockquote p,
.view--news-page-template blockquote p {
  font-size: 30px;
  line-height: 30px;
  margin: 0px;
  margin-bottom: 10px;
  color: #333333;
}
/* line 64, ../sass/_content.scss */
article .quote-attribution,
.cke_editable .quote-attribution,
.view--news-page-template .quote-attribution {
  font-size: 18px;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #888888;
  font-style: italic;
}
/* line 73, ../sass/_content.scss */
article hr,
.cke_editable hr,
.view--news-page-template hr {
  border-bottom: 1px dotted #ccc;
  border-top: 0px;
}
/* line 77, ../sass/_content.scss */
article ul,
.cke_editable ul,
.view--news-page-template ul {
  float: none;
/* jb:160304  padding: 0px; */
}
/* line 80, ../sass/_content.scss */
article ul li,
.cke_editable ul li,
.view--news-page-template ul li {
/* jb: 160315
  list-style: url("../images/bullet.png") inside;
  padding-left: 20px;

//jb: 160322
  list-style: url("../images/bullet.png");
:jb */
}
/* line 87, ../sass/_content.scss */
article ul.no-bullets li,
.cke_editable ul.no-bullets li,
.view--news-page-template ul.no-bullets li {
  background: none;
/* jb: 160315
  padding-left: 0px;
:jb */
}
/* line 94, ../sass/_content.scss */
article .section-image-pull-left li,
.cke_editable .section-image-pull-left li,
.view--news-page-template .section-image-pull-left li {
  padding-left: 12px;
}
/* line 99, ../sass/_content.scss */
article .contact-box,
.cke_editable .contact-box,
.view--news-page-template .contact-box {
  font-size: 18px;
  font-weight: 300;
  color: black;
  border-bottom: 1px solid #eeeeee;
  padding: 0.5em 0 2em;
  font-style: normal;
}
/* line 107, ../sass/_content.scss */
article .contact-box h2,
.cke_editable .contact-box h2,
.view--news-page-template .contact-box h2 {
  margin: 0;
  font-weight: 300;
  font-size: 32px;
  color: #999999;
  padding: 0;
  line-height: 120%;
}
/* line 116, ../sass/_content.scss */
article .contact-box p,
.cke_editable .contact-box p,
.view--news-page-template .contact-box p {
  margin: 0;
  line-height: 120%;
}
/* line 125, ../sass/_content.scss */
article p.contact-phone, article p.contact-address, article p.contact-mail,
.cke_editable p.contact-phone,
.cke_editable p.contact-address,
.cke_editable p.contact-mail,
.view--news-page-template p.contact-phone,
.view--news-page-template p.contact-address,
.view--news-page-template p.contact-mail {
  line-height: 141%;
  padding-left: 22px;
  position: relative;
}
/* line 130, ../sass/_content.scss */
article p.contact-phone:before, article p.contact-address:before, article p.contact-mail:before,
.cke_editable p.contact-phone:before,
.cke_editable p.contact-address:before,
.cke_editable p.contact-mail:before,
.view--news-page-template p.contact-phone:before,
.view--news-page-template p.contact-address:before,
.view--news-page-template p.contact-mail:before {
  background: url('../images/news-people-icons.png?1406292217') no-repeat;
  content: "";
  position: absolute;
  height: 17px;
}
/* line 138, ../sass/_content.scss */
article p.contact-phone:before,
.cke_editable p.contact-phone:before,
.view--news-page-template p.contact-phone:before {
  top: 6px;
  left: 2px;
  background-position: -4px -26px;
  width: 12px;
}
/* line 145, ../sass/_content.scss */
article p.contact-address:before,
.cke_editable p.contact-address:before,
.view--news-page-template p.contact-address:before {
  width: 12px;
  top: 6px;
  left: 2px;
  background-position: -4px -51px;
}
/* line 152, ../sass/_content.scss */
article p.contact-mail:before,
.cke_editable p.contact-mail:before,
.view--news-page-template p.contact-mail:before {
  width: 16px;
  background-position: -1px 0;
  left: 0;
  top: 4px;
}
/* line 160, ../sass/_content.scss */
article p.rss-icon, article p.mail-icon,
.cke_editable p.rss-icon,
.cke_editable p.mail-icon,
.view--news-page-template p.rss-icon,
.view--news-page-template p.mail-icon {
  position: relative;
  padding-left: 26px;
  margin: 8px 0 !important;
}
/* line 165, ../sass/_content.scss */
article p.rss-icon:before, article p.mail-icon:before,
.cke_editable p.rss-icon:before,
.cke_editable p.mail-icon:before,
.view--news-page-template p.rss-icon:before,
.view--news-page-template p.mail-icon:before {
  background: url('../images/icons.png?1406292217') no-repeat;
  content: "";
  position: absolute;
  height: 17px;
}
/* line 173, ../sass/_content.scss */
article p.rss-icon:before,
.cke_editable p.rss-icon:before,
.view--news-page-template p.rss-icon:before {
  width: 16px;
  background-position: 0 0;
  left: 0;
  top: 2px;
}
/* line 180, ../sass/_content.scss */
article p.mail-icon:before,
.cke_editable p.mail-icon:before,
.view--news-page-template p.mail-icon:before {
  width: 16px;
  background-position: 0 -17px;
  left: 0;
  top: 2px;
}

/* line 189, ../sass/_content.scss */
.col-md-12.media-container {
  width: 100%;
  float: none;
  padding: 0px;
  text-align: center;
}

/* line 195, ../sass/_content.scss */
.row {
  margin-left: 0px;
  margin-right: 0px;
}

/* line 200, ../sass/_content.scss */
.image-pull-left,
.image-pull-right {
  padding-bottom: 15px;
  text-align: center;
}

@media all and (min-width: 990px) {
  /* line 206, ../sass/_content.scss */
  .image-pull-left {
    float: left;
    padding-left: 0px;
  }

  /* line 210, ../sass/_content.scss */
  .image-pull-right {
    float: right;
    padding-right: 0px;
  }
}
/* line 216, ../sass/_content.scss */
.media-element-container {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
/* line 220, ../sass/_content.scss */
.media-element-container .field-name-field-file-image-description {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: left;
}
/* line 225, ../sass/_content.scss */
.media-element-container .field-name-field-file-image-description .field-items {
  background: url('../images/caption-toggler-bg.png?1405327411') repeat 0px 0px;
  padding: 5px 30px 5px 12px;
  min-height: 30px;
  font-size: 12px;
}
/* line 230, ../sass/_content.scss */
.media-element-container .field-name-field-file-image-description .field-items p {
  font-size: 12px;
  margin-top: 0px;
  margin-bottom: 4px;
}
/* line 236, ../sass/_content.scss */
.media-element-container .field-name-field-file-image-description .file-info-toggler {
  cursor: pointer;
  background: url('../images/caption-toggler-trigger-bg.png?1405327975') repeat 0px 0px;
  color: white;
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 30px;
  width: 30px;
}
/* line 245, ../sass/_content.scss */
.media-element-container .field-name-field-file-image-description .file-info-toggler i {
  background: url('../images/caption-toggler-closed.png?1405327323') no-repeat 12px 7px;
  width: 30px;
  height: 30px;
  display: block;
}
/* line 252, ../sass/_content.scss */
.media-element-container .field-name-field-file-image-description .file-info-toggler:hover {
  background: white;
}
/* line 254, ../sass/_content.scss */
.media-element-container .field-name-field-file-image-description .file-info-toggler:hover i {
  background: url('../images/caption-toggler-hover.png?1405327365') no-repeat 12px 7px;
}
/* line 262, ../sass/_content.scss */
.media-element-container.caption-open .field-name-field-file-image-description .field-items {
  display: block !important;
}
/* line 266, ../sass/_content.scss */
.media-element-container.caption-open .field-name-field-file-image-description .file-info-toggler {
  background: white;
  -webkit-box-shadow: -1px 0px 5px 0px #333333;
  -moz-box-shadow: -1px 0px 5px 0px #333333;
  box-shadow: -1px 0px 5px 0px #333333;
}
/* line 269, ../sass/_content.scss */
.media-element-container.caption-open .field-name-field-file-image-description .file-info-toggler i {
  background: url('../images/caption-toggler-x.png?1405327341') no-repeat 9px 11px;
  width: 30px;
  height: 30px;
  display: block;
}

/* Theme rules */
/* DRUPAL ADMIN */
/* line 4, ../sass/_general.scss */
#admin-menu {
  font-size: 12px;
}

/*hoz navs */
/* line 24, ../sass/_general.scss */
body {
  font-family: "freightsans_promedium", "Source Sans Pro", sans-serif;
}

/* line 29, ../sass/_general.scss */
ul li {
/* jb: 160315
  list-style: inside;
:jb */
}

/* line 35, ../sass/_general.scss */
#header,
#main {
  background: white;
}

/* line 39, ../sass/_general.scss */
#page {
  position: relative;
  top: 95px;
}

@media all and (min-width: 1180px) {
  /* line 43, ../sass/_general.scss */
  .header--region {
    float: right;
  }
}

/* line 48, ../sass/_general.scss */
.region-social-footer {
  background: #E8E8EE;
  float: left;
  width: 100%;
  word-wrap: break-word;
}
@media all and (max-width: 1180px) {
  /* line 55, ../sass/_general.scss */
  .region-social-footer .block {
    font-size: 16px !important;
  }
}
/* line 60, ../sass/_general.scss */
.region-social-footer .block {
  color: #555555;
  font-size: 20px;
  margin-bottom: 0px;
}
/* line 65, ../sass/_general.scss */
.region-social-footer .block .view-twitter-graph {
  width: 100% !important;
height: 124px !important;
}
/* line 69, ../sass/_general.scss */
.region-social-footer .block .views-row {
  padding: 20px 30px;
  float: left;
  width: 100% !important;
}
/* line 74, ../sass/_general.scss */
.region-social-footer .block .twitter-user {
  display: none;
}
.region-social-footer .block .social-text-username {
font-size: 16px;
}

.region-social-footer .block .social-text-timeago {
display: none;
}
/* line 77, ../sass/_general.scss */
.region-social-footer .block .social-profile-info {
  width: 150px;
  float: left;
  font-weight: 100;
  position: relative;
}
/* line 83, ../sass/_general.scss */
.region-social-footer .block .social-profile-info .tweetybird {
  background: url('../images/twitter-bird.png?1405078452') no-repeat top left;
  display: block;
  width: 23px;
  height: 18px;
  position: absolute;
  left: -30px;
  top: 5px;
}
/* line 94, ../sass/_general.scss */
.region-social-footer .block .social-text {
  padding-left: 150px;
}
/* line 97, ../sass/_general.scss */
.region-social-footer .block a {
  color: #276bad;
}
/* line 100, ../sass/_general.scss */
.region-social-footer .block p {
  margin: 0px;
}

/* line 105, ../sass/_general.scss */
#footer {
  position: relative;
  color: #cccccc;
  font-size: 13px;
  padding-top: 18px;
  padding-bottom: 9px;
  background: #003262;
  clear: both;
}
@media all and (max-width: 1179px) {
  /* line 105, ../sass/_general.scss */
  #footer {
    text-align: center;
  }
}
/* line 123, ../sass/_general.scss */
#footer p {
  margin: 0;
}
/* line 127, ../sass/_general.scss */
#footer a {
  color: #ffffff;
}
/* line 131, ../sass/_general.scss */
#footer .block-panels-mini {
  clear: both;
}
/* line 134, ../sass/_general.scss */
#footer .block-panels-mini .inside {
  margin: 0 !important;
}
/* line 138, ../sass/_general.scss */
#footer .block-panels-mini .panel-col-first {
  float: left;
  width: auto;
}
/* line 143, ../sass/_general.scss */
#footer .block-panels-mini .panel-col-last {
  float: right;
  width: auto;
}
@media all and (min-width: 1180px) {
  /* line 148, ../sass/_general.scss */
  #footer .block-panels-mini .pane-block-1 {
    float: left;
  }
}
/* line 154, ../sass/_general.scss */
#footer .block-panels-mini .pane-block-2 {
  margin: 1px 6px 0 11px;
}
@media all and (min-width: 1180px) {
  /* line 154, ../sass/_general.scss */
  #footer .block-panels-mini .pane-block-2 {
    float: left;
  }
}
/* line 161, ../sass/_general.scss */
#footer .block-panels-mini .pane-block-2 .col {
  float: left;
  line-height: 0;
}
/* line 165, ../sass/_general.scss */
#footer .block-panels-mini .pane-block-2 .col a {
  height: 15px;
  display: inline-block;
  line-height: 0;
  padding-left: 8px;
  padding-right: 12px;
  outline: none;
}

#footer .block-panels-mini .pane-block-2 .col a:hover {
  color: #00B5E2;
}

/* line 174, ../sass/_general.scss */
#footer .block-panels-mini .pane-block-2 .col a.facebook {
  width: 9px;
}
/* line 178, ../sass/_general.scss */
#footer .block-panels-mini .pane-block-2 .col a.twitter {
  width: 14px;
  background-position: -9px 0;
}
/* line 183, ../sass/_general.scss */
#footer .block-panels-mini .pane-block-2 .col a.pinterest {
  width: 12px;
  background-position: -23px 0;
}
/* line 188, ../sass/_general.scss */
#footer .block-panels-mini .pane-block-2 .col a.linkedin {
  width: 14px;
  background-position: -35px 0;
}
/* line 193, ../sass/_general.scss */
#footer .block-panels-mini .pane-block-2 .col a.rss {
  display: none;
}
/* line 200, ../sass/_general.scss */
#footer .block-panels-mini .pane-menu-menu-footer-menu {
  font-size: 15px;
  padding-top: 1px;
}
@media all and (min-width: 1180px) {
  /* line 200, ../sass/_general.scss */
  #footer .block-panels-mini .pane-menu-menu-footer-menu {
    float: left;
  }
}
/* line 208, ../sass/_general.scss */
#footer .block-panels-mini .pane-menu-menu-footer-menu ul.menu {
  padding-left: 0;
  margin: 0;
}
@media all and (max-width: 1179px) {
  /* line 208, ../sass/_general.scss */
  #footer .block-panels-mini .pane-menu-menu-footer-menu ul.menu {
    margin-top: 7px;
  }
}
/* line 216, ../sass/_general.scss */
#footer .block-panels-mini .pane-menu-menu-footer-menu ul.menu li {
  padding: 0 10px;
  list-style: none;
  border-right: 1px solid #303ca7;
  line-height: 1em;
}
@media all and (min-width: 1180px) {
  /* line 216, ../sass/_general.scss */
  #footer .block-panels-mini .pane-menu-menu-footer-menu ul.menu li {
    float: left;
  }
}
@media all and (max-width: 1179px) {
  /* line 216, ../sass/_general.scss */
  #footer .block-panels-mini .pane-menu-menu-footer-menu ul.menu li {
    display: inline-block;
    padding-left: 13px;
  }
}

/* JC - centers social media icons in footer for mobile */
@media (max-width: 1179px) {

  #footer .block-panels-mini .pane-block-2 {
    padding-top: 10px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* line 237, ../sass/_general.scss */
.region-before-header {
  float: right;
}

/* line 241, ../sass/_general.scss */
#block-menu-menu-portal-menu {
  float: left;
  margin-bottom: 0;
}
@media all and (max-width: 1060px) {
  /* line 241, ../sass/_general.scss */
  #block-menu-menu-portal-menu {
    display: none;
  }
}
/* line 249, ../sass/_general.scss */
#block-menu-menu-portal-menu ul.menu {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  background: #e6e6ef;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 0px;
  height: 39px;
}
/* line 259, ../sass/_general.scss */
#block-menu-menu-portal-menu ul.menu li {
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
}
/* line 265, ../sass/_general.scss */
#block-menu-menu-portal-menu ul.menu li a {
  color: #003262;
  margin: 0px;
  text-decoration: none;
  padding: 15px 15px;
  line-height: 42px;
  font-weight: 100;
}
/* line 272, ../sass/_general.scss */
#block-menu-menu-portal-menu ul.menu li a:hover {
  background: #003262;
  color: #fff;
}
/* line 278, ../sass/_general.scss */
#block-menu-menu-portal-menu ul.menu li.last {
  padding-right: 3px;
}
/* line 281, ../sass/_general.scss */
#block-menu-menu-portal-menu ul.menu li.last a {
  margin-right: 0;
}

/* line 289, ../sass/_general.scss */
.region-header {
  clear: both;
}

/* line 293, ../sass/_general.scss */
#navigation {
  padding-right: 0;
}
/* line 296, ../sass/_general.scss */
#navigation .block-search {
  float: left;
}
/* line 299, ../sass/_general.scss */
#navigation .region-before-header {
  background: #e6e6ef;
  height: 39px;
}
/* line 303, ../sass/_general.scss */
#navigation form.google-cse {
  background: #e6e6ef;
  height: 39px;
  padding-right: 0px;
  position: relative;
  min-width: 40px;
  margin-right: 10px;
}
/* line 310, ../sass/_general.scss */
#navigation form.google-cse .form-item {
  float: right;
  margin: 0px;
  z-index: 1;
  position: relative;
  width: 0px;
}
@media all and (max-width: 1179px) {
  /* line 310, ../sass/_general.scss */
  #navigation form.google-cse .form-item {
    display: block !important;
  }
}
@media all and (min-width: 1180px) {
  /* line 310, ../sass/_general.scss */
  #navigation form.google-cse .form-item {
    display: none;
    width: 0px;
  }
}
/* line 326, ../sass/_general.scss */
#navigation form.google-cse .form-item input {
  background: #fff !important;
  color: black;
  font-size: 13px;
  font-weight: 300;
  height: 32px;
  float: left;
  margin: 3px 0px;
  width: 170px;
  padding: 10px !important;
  outline: none;
  border: none !important;
}
/* line 341, ../sass/_general.scss */
#navigation form.google-cse .form-actions {
  display: none;
}
/* line 343, ../sass/_general.scss */
#navigation form.google-cse .form-actions .form-submit {
  position: absolute;
  top: 3px;
  z-index: 1;
  right: -5px;
  height: 32px;
  border: 0;
  padding: 0;
  background: url("../images/search.png?1406292217") no-repeat top 8px center;
  text-indent: -9999px;
  width: 40px;
  outline: none;
}
/* line 358, ../sass/_general.scss */
#navigation form.google-cse h2 {
  float: right;
  position: relative !important;
  margin: 0px -10px 0px 0px;
  cursor: pointer;
  height: 39px;
  border: 0;
  padding: 0;
  background: #e6e6ef url('../images/search.png?1406292217') no-repeat top 11px center;
  text-indent: -9999px;
  width: 50px;
}

/* line 376, ../sass/_general.scss */
#block-system-main-menu {
  margin-bottom: 0;
  float: right;
  clear: both;
}
/* line 385, ../sass/_general.scss */
#block-system-main-menu ul.menu {
  padding-left: 0;
  margin: 3px 0 0 0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  overflow: hidden;
}
/* line 393, ../sass/_general.scss */
#block-system-main-menu ul.menu li {
  list-style: none;
}
@media all and (min-width: 1180px) {
  /* line 393, ../sass/_general.scss */
  #block-system-main-menu ul.menu li {
    float: left;
    padding: 0px;
  }
  /* line 401, ../sass/_general.scss */
  #block-system-main-menu ul.menu li:hover a {
    color: #fff;
    background: #003262;
  }
  /* line 407, ../sass/_general.scss */
  #block-system-main-menu ul.menu li.last {
    padding-right: 0px;
  }
  /* line 410, ../sass/_general.scss */
  #block-system-main-menu ul.menu li ul {
    padding-top: 0 !important;
    border: 1px solid #181d57 !important;
    border-top: 0 !important;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
    margin-left: 0px;
    max-width: 250px !important;
  }
  /* line 418, ../sass/_general.scss */
  #block-system-main-menu ul.menu li ul li {
    padding: 0;
  }
  /* line 421, ../sass/_general.scss */
  #block-system-main-menu ul.menu li ul li a {
    font-size: 20px !important;
    color: #b8b8b8 !important;
    text-transform: none;
    font-weight: 300 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.75em;
  }
  /* line 430, ../sass/_general.scss */
  #block-system-main-menu ul.menu li ul li a:hover {
    color: #003262 !important;
    background: rgba(238, 238, 238, 0.7) !important;
  }
}
/* line 441, ../sass/_general.scss */
#block-system-main-menu ul.menu li a {
  color: #191f56;
  line-height: 2.2em;
  display: block;
  padding: 0px 22px 4px;
  font-weight: 300;
}
/* line 447, ../sass/_general.scss */
#block-system-main-menu ul.menu li a.active {
  border-bottom: 4px solid #003262;
  padding-bottom: 0;
}
/* line 453, ../sass/_general.scss */
#block-system-main-menu ul.menu li a:hover, #block-system-main-menu ul.menu li a:focus {
  text-decoration: none;
border-bottom: 4px solid #003262;
}
/* line 457, ../sass/_general.scss */
#block-system-main-menu ul.menu li ul {
  position: absolute;
  background: #003262;
  z-index: 100;
  padding: 10px 0px;
  display: none;
}
/* line 463, ../sass/_general.scss */
#block-system-main-menu ul.menu li ul li {
  margin: 0px;
  height: auto;
  width: 100%;
}
/* line 467, ../sass/_general.scss */
#block-system-main-menu ul.menu li ul li a, #block-system-main-menu ul.menu li ul li a:link {
  color: #afafaf;
  padding: 6px 20px 6px 12px;
  display: block;
  font-size: 12px;
  border-bottom: 0px;
  margin: 0px;
}
/* line 474, ../sass/_general.scss */
#block-system-main-menu ul.menu li ul li a:hover, #block-system-main-menu ul.menu li ul li a:link:hover {
  background-color: #1b1f23;
  color: #afafaf;
}
/* line 484, ../sass/_general.scss */
#block-system-main-menu ul.menu li:hover {
  /*
   &.expanded:after{
       border-bottom: #2E363F 10px solid;
       content: " ";
       display: block;
       position: absolute;
       width: 0;
       height: 0;
       left: 40%;
       bottom: 2px;
       border-left: 10px solid transparent;
       border-right: 10px solid transparent;
   }
   */
}
/* line 499, ../sass/_general.scss */
#block-system-main-menu ul.menu li:hover ul {
  display: block;
}

/* line 507, ../sass/_general.scss */
.node-type-panel #content > h1#page-title {
  display: none;
}

/* [News] Main news river */
/* line 515, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row {
  clear: both;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  margin: 0 0 24px;
  padding: 0 0 2em;
  font-weight: 300;
}
/* line 523, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row.views-row-first {
  padding-top: 0px;
}
/* line 529, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row a:hover, .view--news-main-news-river .view-content .views-row a:focus {
  text-decoration: none;
}
/* line 534, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row .views-field-field-image {
  padding-left: 0;
}
@media all and (max-width: 1179px) {
  /* line 534, ../sass/_general.scss */
  .view--news-main-news-river .view-content .views-row .views-field-field-image {
    text-align: center;
  }
}
/* line 542, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row h2.views-field-title {
  font-size: 2.15em;
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 0.37em;
  font-weight: 300;
}
/* line 550, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row .author-and-date {
  font-size: 1.15em;
  color: #868686;
}
/* line 554, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row .author-and-date > span:not(:first-child):before, .view--news-main-news-river .view-content .views-row .author-and-date > a:not(:first-child):before {
  content: ' | ';
}
/* line 560, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row .views-field-body {
  margin-top: 0.33em;
  padding-right: 3.5em;
  font-size: 1.29em;
  line-height: 1.2em;
  color: #666666;
}
/* line 567, ../sass/_general.scss */
.view--news-main-news-river .view-content .views-row .views-field-body p {
  margin-top: 0;
}

/* line 576, ../sass/_general.scss */
.event-snippet .views-field-field-image a {
  text-decoration: none;
}
/* line 578, ../sass/_general.scss */
.event-snippet .views-field-field-image a:hover {
  text-decoration: none;
}

/* line 586, ../sass/_general.scss */
.image-exists .event-display-date {
  position: absolute;
  bottom: -1px;
  right: 15px;
  width: 50px;
  background: #003262;
  color: #fff;
  text-align: center;
  height: 50px;
  opacity: .9;
}
/* line 596, ../sass/_general.scss */
.image-exists .event-display-date .month {
  line-height: 100%;
  padding-top: 6px;
}
/* line 600, ../sass/_general.scss */
.image-exists .event-display-date .day {
  font-size: 25px;
  line-height: 100%;
}

/* line 607, ../sass/_general.scss */
.no-image .event-display-date {
  background: #003262;
  color: #fff;
  text-align: center;
  width: 100%;
  height: auto;
  padding: 15px;
  opacity: .9;
}
/* line 615, ../sass/_general.scss */
.no-image .event-display-date .month {
  font-size: 25px;
  line-height: 100%;
}
/* line 619, ../sass/_general.scss */
.no-image .event-display-date .day {
  font-size: 50px;
  line-height: 50px;
}

/* line 626, ../sass/_general.scss */
.view--events-main-events-river .views-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #EEEEEE;
  padding: 20px 0px;
}
/* line 631, ../sass/_general.scss */
.view--events-main-events-river .views-row.views-row-first {
  padding-top: 0px;
}
/* line 634, ../sass/_general.scss */
.view--events-main-events-river .views-row h2 {
  margin: 0px;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 4px;
}
/* line 641, ../sass/_general.scss */
.view--events-main-events-river .views-row .author-and-date {
  font-size: 16px;
  color: #868686;
  font-weight: 300;
  margin-bottom: 10px;
}
/* line 647, ../sass/_general.scss */
.view--events-main-events-river .views-row .views-field-field-image {
  padding-left: 0px;
}

/* line 655, ../sass/_general.scss */
.view--news-and-events-breakthroughs .views-row .views-field-body {
  font-size: 14px;
  color: #333333;
  font-weight: 200;
  line-height: 100%;
}
/* line 660, ../sass/_general.scss */
.view--news-and-events-breakthroughs .views-row .views-field-body p {
  font-size: 14px;
  color: #333333;
  font-weight: 200;
  line-height: 100%;
}
/* line 667, ../sass/_general.scss */
.view--news-and-events-breakthroughs .views-row .views-field-body ul li {
  font-size: 14px;
}

/* line 675, ../sass/_general.scss */
#content {
  margin-bottom: 30px;
}

/* line 679, ../sass/_general.scss */
.sidebar-first #content {
  float: right;
}
@media all and (max-width: 800px) {
  /* line 685, ../sass/_general.scss */
  .sidebar-first .region-sidebar-first {
    width: 100%;
  }
  /* line 689, ../sass/_general.scss */
  .sidebar-first #content {
    float: none;
    width: 100%;
  }
}
@media all and (min-width: 800px) {
  /* line 697, ../sass/_general.scss */
  .sidebar-first .region-sidebar-first {
    max-width: 225px;
  }
  /* line 700, ../sass/_general.scss */
  .sidebar-first #content {
    max-width: 955px;
  }
}
@media all and (min-width: 1200px) {
  /* line 705, ../sass/_general.scss */
  .sidebar-first .region-sidebar-first {
    width: 225px;
  }
}

/* line 711, ../sass/_general.scss */
.sidebar .block {
  float: left;
  width: 100%;
}
/* line 716, ../sass/_general.scss */
.sidebar form.google-cse .container-inline {
  position: relative;
  width: 100%;
}
/* line 720, ../sass/_general.scss */
.sidebar form.google-cse .container-inline input.form-text {
  width: 100%;
  border: 1px solid #efeff0;
  font-size: 1.43em;
  font-weight: 300;
  color: #b9b9b9;
  line-height: 1.2em;
  font-style: italic;
  padding: 4px 0 5px 0.5em;
  background: white !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 733, ../sass/_general.scss */
.sidebar form.google-cse .container-inline .form-submit {
  background: url('../images/search.png?1406292217') no-repeat center center;
  width: 33px;
  height: 100%;
  text-indent: -9999px;
  border: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}

@media all and (max-width: 1180px) {
  /* line 750, ../sass/_general.scss */
  #click-to-anchor-container {
    display: none;
  }
}
/*Homepage panels section*/
/* line 756, ../sass/_general.scss */
#hp-news-events-section {
  margin-top: 2em;
  padding-top: 2px;
  margin-bottom: 2.7em;
  position: relative;
  /*
    p {
      font-weight:300px;
      @include views-news-river-body();
    }
  */
}
/* line 762, ../sass/_general.scss */
#hp-news-events-section #click-to-anchor-container {
  position: absolute;
  top: -70px;
  z-index: 99;
  text-align: center;
  width: 100%;
}
/* line 768, ../sass/_general.scss */
#hp-news-events-section #click-to-anchor-container .click-to-anchor {
  background: url('../images/anchor-button-bg.png?1405075912') repeat top left;
  position: relative;
  display: inline-block;
  height: 45px;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 900;
  outline: none;
}
/* line 778, ../sass/_general.scss */
#hp-news-events-section #click-to-anchor-container .click-to-anchor:before {
  content: ' ';
  background: url('../images/anchor-button-bg-side.png?1405075937') no-repeat 0px 0px;
  display: block;
  width: 37px;
  height: 64px;
  position: absolute;
  left: -19px;
  top: 0px;
}
/* line 796, ../sass/_general.scss */
#hp-news-events-section h2.pane-title {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #666666;
  font-weight: 300;
  border-bottom: 1px solid #003262;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
/* line 801, ../sass/_general.scss */
#hp-news-events-section h3.views-field-title,
#hp-news-events-section #hp-campaign-box h3 {
  font-size: 1.43em;
  margin: 0.8em 0 0.35em;
  font-weight: 600;
  line-height: 1.01em;
  color: #003262;
}
/* line 244, ../sass/_init.scss */
#hp-news-events-section h3.views-field-title a,
#hp-news-events-section #hp-campaign-box h3 a {
  color: #003262;
}

/* line 807, ../sass/_general.scss */
.view--homepage-featured-event,
.view--homepage-featured-page {
	margin-top: 19px;
	margin-bottom: 20px;
}
.view--homepage-featured-news-main {
	margin-top: 19px;
	margin-bottom: 18px;
	color: #000;
	line-height: 20px !important;
}
.not-front .view--homepage-featured-news-main {
	max-height:400px;
}

/* line 809, ../sass/_general.scss */
.view--homepage-featured-event .more-link,
.view--homepage-featured-news-main .more-link {
  text-align: left;
}
/* line 221, ../sass/_init.scss */
.view--homepage-featured-event .more-link a,
.view--homepage-featured-news-main .more-link a {
  font-weight: 300;
  background: #eeefef;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 8px 13px 9px;
  display: inline-block;
  line-height: 1em;
  color: #003262;
  text-decoration: none;
}
/* line 230, ../sass/_init.scss */
.view--homepage-featured-event .more-link a:hover,
.view--homepage-featured-news-main .more-link a:hover {
  background: #003262;
  color: #fff;
}

/* line 816, ../sass/_general.scss */
.view--homepage-featured-news-main .view-header > h3 {
  text-transform: uppercase;
  font-size: 1.22em;
  font-weight: 300;
  line-height: 1.2em;
  color: #666666;
  margin: 0 0 0.77em;
  padding-left: 1.94em;
}
/* line 826, ../sass/_general.scss */
.view--homepage-featured-news-main .view-header .views-row {
  padding-left: 0;
}
@media all and (max-width: 991px) {
  /* line 832, ../sass/_general.scss */
  .view--homepage-featured-news-main .view-content .item-list {
    padding: 0px;
  }
}
/* line 838, ../sass/_general.scss */
.view--homepage-featured-news-main .view-content .item-list ul {
  margin: 0 0 0 1.3em;
  padding: 0;
}
/* line 842, ../sass/_general.scss */
.view--homepage-featured-news-main .view-content .item-list ul li {
  list-style: url('../images/list-style.png?1405019571');
}
/* line 845, ../sass/_general.scss */
.view--homepage-featured-news-main .view-content .item-list ul li h4 {
  font-size: 1.08em;
  line-height: 1.2em;
  font-weight: 600;
  color: #003262;
  margin: 0 0 1.1em;
}
/* line 852, ../sass/_general.scss */
.view--homepage-featured-news-main .view-content .item-list ul li h4 a {
  color: #003262;
font-family: 'freightsans_prosemibold';
font-weight: 400 !important;
}
/* line 861, ../sass/_general.scss */
.view--homepage-featured-news-main .more-link {
  float: right;
}
/* line 865, ../sass/_general.scss */
.view--homepage-featured-news-main .more-link a {
  margin: 0.5em 0 0 1.3em;
}

/* line 871, ../sass/_general.scss */
.view--people-contextually-filtered {
  padding: 20px;
  background: #F5F5F5;
  clear: both;
  border-bottom: 1px solid #EEEEEE;
}
/* line 876, ../sass/_general.scss */
.view--people-contextually-filtered:before {
  content: ' ';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../images/featured-box-flap.jpg") 0px 0px no-repeat;
  width: 16px;
  height: 17px;
}
/* line 886, ../sass/_general.scss */
.view--people-contextually-filtered .views-row, .view--people-contextually-filtered .media {
  border-bottom: 1px solid #efefef;
  padding: 15px 0;
  margin: 0px;
  font-weight: 300;
}
/* line 890, ../sass/_general.scss */
.view--people-contextually-filtered .views-row.views-row-first, .view--people-contextually-filtered .media.views-row-first {
  border-top: none;
}
/* line 893, ../sass/_general.scss */
.view--people-contextually-filtered .views-row.views-row-last, .view--people-contextually-filtered .media.views-row-last {
  border-bottom: none;
}
/* line 896, ../sass/_general.scss */
.view--people-contextually-filtered .views-row .user-picture, .view--people-contextually-filtered .media .user-picture {
  padding-top: 5px;
}
/* line 900, ../sass/_general.scss */
.view--people-contextually-filtered .views-row h2, .view--people-contextually-filtered .media h2 {
  font-weight: 300;
  font-size: 1.5em;
  margin: 0;
}
/* line 905, ../sass/_general.scss */
.view--people-contextually-filtered .views-row .info-top, .view--people-contextually-filtered .media .info-top {
  color: #8a8a8a;
  font-size: 1.125em;
  font-style: italic;
}
/* line 910, ../sass/_general.scss */
.view--people-contextually-filtered .views-row .info-bottom, .view--people-contextually-filtered .media .info-bottom {
  color: #4f4e70;
  font-size: 1.125em;
}
/* line 915, ../sass/_general.scss */
.view--people-contextually-filtered .views-row .contact .mail, .view--people-contextually-filtered .media .contact .mail {
  margin-top: 0px;
}
/* line 918, ../sass/_general.scss */
.view--people-contextually-filtered .views-row .contact .mail, .view--people-contextually-filtered .views-row .contact .phone, .view--people-contextually-filtered .media .contact .mail, .view--people-contextually-filtered .media .contact .phone {
  font-size: 1.125em;
  background: url(../images/news-people-icons.png) no-repeat 100% 4px;
  padding-right: 25px;
  height: 1.5em;
  overflow: hidden;
  text-align: right;
}
/* line 926, ../sass/_general.scss */
.view--people-contextually-filtered .views-row .contact .phone, .view--people-contextually-filtered .media .contact .phone {
  background-position: 100% -21px;
}

/* line 932, ../sass/_general.scss */
.view--news-people {
  clear: both;
}
/* line 934, ../sass/_general.scss */
.view--news-people .views-row, .view--news-people .media {
  border-top: 1px solid #efefef;
  padding: 15px 0;
  font-weight: 300;
}
/* line 938, ../sass/_general.scss */
.view--news-people .views-row .user-picture, .view--news-people .media .user-picture {
  padding-top: 5px;
}
/* line 942, ../sass/_general.scss */
.view--news-people .views-row h2, .view--news-people .media h2 {
  font-weight: 300;
  font-size: 1.5em;
  margin: 0;
}
/* line 947, ../sass/_general.scss */
.view--news-people .views-row .info-top, .view--news-people .media .info-top {
  color: #8a8a8a;
  font-size: 1.125em;
  font-style: italic;
}
/* line 952, ../sass/_general.scss */
.view--news-people .views-row .info-bottom, .view--news-people .media .info-bottom {
  color: #4f4e70;
  font-size: 1.125em;
}
/* line 957, ../sass/_general.scss */
.view--news-people .views-row .contact .mail, .view--news-people .media .contact .mail {
  margin-top: 2em;
}
/* line 960, ../sass/_general.scss */
.view--news-people .views-row .contact .mail, .view--news-people .views-row .contact .phone, .view--news-people .media .contact .mail, .view--news-people .media .contact .phone {
  font-size: 1.125em;
  background: url(../images/news-people-icons.png) no-repeat 100% 4px;
  padding-right: 25px;
  height: 1.5em;
  overflow: hidden;
  text-align: right;
}
/* line 968, ../sass/_general.scss */
.view--news-people .views-row .contact .phone, .view--news-people .media .contact .phone {
  background-position: 100% -21px;
}

/* line 976, ../sass/_general.scss */
#page-people-profile {
  clear: both;
}
/* line 979, ../sass/_general.scss */
#page-people-profile .name {
  font-size: 2.5em;
  color: #525252;
}
/* line 984, ../sass/_general.scss */
#page-people-profile .views-label {
  color: #999999;
  font-size: 2em;
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 20px;
  display: block;
  font-weight: 300;
}
/* line 993, ../sass/_general.scss */
#page-people-profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 998, ../sass/_general.scss */
#page-people-profile .field-content {
  font-size: 1.125em;
  font-weight: 300;
}
/* line 1002, ../sass/_general.scss */
#page-people-profile .field-content p:first-child {
  margin-top: 0;
}
/* line 1008, ../sass/_general.scss */
#page-people-profile .views-field-field-profile-research-group-aff li {
  color: #003262;
}
/* line 1013, ../sass/_general.scss */
#page-people-profile .contact-details {
  background: #f5f5f5;
  padding-bottom: 30px;
}
/* line 1017, ../sass/_general.scss */
#page-people-profile .contact-details .view-content {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 1021, ../sass/_general.scss */
#page-people-profile .contact-details h3.title {
  font-size: 28px;
  color: #535353;
  font-weight: 300;
}
/* line 1026, ../sass/_general.scss */
#page-people-profile .contact-details h3.title, #page-people-profile .contact-details .views-field {
  margin: 0 15px;
}
/* line 1029, ../sass/_general.scss */
#page-people-profile .contact-details .views-label {
  color: #868686;
  font-size: 1.125em;
  border: none;
  padding: 0;
}
/* line 1035, ../sass/_general.scss */
#page-people-profile .contact-details .views-label-mail {
  margin-top: 0;
}
/* line 1039, ../sass/_general.scss */
#page-people-profile .contact-details .views-field-field-profile-office-hours p {
  margin: 0;
}

/* line 1046, ../sass/_general.scss */
#press-room {
  margin-left: -15px;
  margin-right: -15px;
}
/* line 1050, ../sass/_general.scss */
#press-room .pane-title {
  font-size: 2.4em;
  margin: 0;
  font-weight: 300;
  line-height: 0.8em;
}
/* line 1056, ../sass/_general.scss */
#press-room .subtitle {
  font-size: 1.25em;
  color: #888;
  font-style: italic;
  margin: 0 0 1em 0;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1em;
}
/* line 1064, ../sass/_general.scss */
#press-room p, #press-room ul {
  font-size: 1.25em;
  font-weight: 300;
}
/* line 1068, ../sass/_general.scss */
#press-room .contact-details {
  background: #f5f5f5;
  padding: 15px;
}
/* line 1071, ../sass/_general.scss */
#press-room .contact-details .pane-title {
  font-size: 2.2em;
  color: #525252;
  margin: 0.5em 0 0 0;
}
/* line 1077, ../sass/_general.scss */
#press-room .mid-title {
  font-size: 1.24em;
  font-weight: 300;
}
/* line 1081, ../sass/_general.scss */
#press-room .role {
  color: #555555;
  font-style: italic;
  font-size: 1.25em;
}
/* line 1086, ../sass/_general.scss */
#press-room .name {
  font-size: 1.6em;
}
/* line 1089, ../sass/_general.scss */
#press-room .contact {
  font-size: 1.25em;
  font-weight: 300;
  margin: 0.5em 0;
}
/* line 1096, ../sass/_general.scss */
#press-room .panel-col-last .pane-2 .narrow, #press-room .panel-col-last .pane-3 .narrow {
  padding-right: 15px;
}
/* line 1102, ../sass/_general.scss */
#press-room .pane-3 .item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

/* PAGE NEWS AND EVENTS */
/* line 1111, ../sass/_general.scss */
.panel-pane.news-and-events-lead {
  font-size: 18px;
  font-weight: 300;
  line-height: 141%;
}

/* line 1117, ../sass/_general.scss */
.pane-news-and-events-events-river-panel-pane-1 {
  padding-left: 0px;
}

/* line 1120, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 {
  padding-right: 0px;
}
/* line 1123, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 .view-id-_news_and_events_news_river.view-display-id-panel_pane_1 > .view-content {
  padding-left: 0px;
}
/* line 1128, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 .view-id-_news_and_events_news_river.view-display-id-panel_pane_1 .view-footer {
  padding-right: 0px;
}

/* line 1138, ../sass/_general.scss */
.view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .view-header > h3 {
  text-transform: uppercase;
  font-size: 1.22em;
  font-weight: 300;
  line-height: 1.2em;
  color: #666666;
  margin: 0px 0px 10px 0px;
  padding-left: 18px;
}
/* line 1148, ../sass/_general.scss */
.view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .view-header .views-row {
  padding-left: 0;
}
/* line 1155, ../sass/_general.scss */
.view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .view-content .item-list ul {
  margin: 0 0 0 1.3em;
  padding: 0;
}
/* line 1159, ../sass/_general.scss */
.view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .view-content .item-list ul li {
  list-style: url('../images/list-style.png?1405019571');
}
/* line 1162, ../sass/_general.scss */
.view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .view-content .item-list ul li h4 {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  color: #003262;
  margin-bottom: 4px;
}
/* line 1169, ../sass/_general.scss */
.view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .view-content .item-list ul li h4 a {
  color: #003262;
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 600;
  color: #003262;
}
/* line 1182, ../sass/_general.scss */
.view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .more-link {
  float: right;
}
/* line 1186, ../sass/_general.scss */
.view-id-_news_and_events_news_river.view-display-id-panel_pane_2 .more-link a {
  margin: 0.5em 0 0 1.3em;
}

/* line 1192, ../sass/_general.scss */
.pane-news-and-events-featured-page-panel-pane-1 {
  padding-left: 0px;
}

/* line 1195, ../sass/_general.scss */
.pane-news-and-events-breakthroughs-panel-pane-1 {
  padding-right: 0px;
}

/* line 1202, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1,
.pane-news-and-events-events-river-panel-pane-1,
.pane-news-and-events-featured-page-panel-pane-1,
.pane-news-and-events-breakthroughs-panel-pane-1 {
  margin-bottom: 20px;
}
@media all and (max-width: 991px) {
  /* line 1202, ../sass/_general.scss */
  .pane-news-and-events-news-river-panel-pane-1,
  .pane-news-and-events-events-river-panel-pane-1,
  .pane-news-and-events-featured-page-panel-pane-1,
  .pane-news-and-events-breakthroughs-panel-pane-1 {
    padding: 0px;
  }
  /* line 1206, ../sass/_general.scss */
  .pane-news-and-events-news-river-panel-pane-1 .view-footer,
  .pane-news-and-events-events-river-panel-pane-1 .view-footer,
  .pane-news-and-events-featured-page-panel-pane-1 .view-footer,
  .pane-news-and-events-breakthroughs-panel-pane-1 .view-footer,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .view-footer {
    margin: 20px 0px;
    padding: 0px !important;
  }
}
/* line 1213, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 h2.pane-title,
.pane-news-and-events-events-river-panel-pane-1 h2.pane-title,
.pane-news-and-events-featured-page-panel-pane-1 h2.pane-title,
.pane-news-and-events-breakthroughs-panel-pane-1 h2.pane-title,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main h2.pane-title {
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #666666;
  font-weight: 300;
  border-bottom: 1px solid #003262;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 5px;
}
/* line 1217, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 .view-content,
.pane-news-and-events-events-river-panel-pane-1 .view-content,
.pane-news-and-events-featured-page-panel-pane-1 .view-content,
.pane-news-and-events-breakthroughs-panel-pane-1 .view-content {
  zoverflow: hidden;
}


.front .view--homepage-featured-news-main .view-content {
/* 160330 jb: */
  zoverflow: hidden;
}


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main.view-display-id-panel_pane_2 .more-link {
position: relative;
top: -95px;
}


/* 160330 jb:*/
.not-front .view-id-_homepage_featured_news_main.view-display-id-panel_pane_2 .view-content {
/* 160330 jb:
  overflow: hidden;
:jb */
}
@media all and (min-width: 1180px) {
  /* line 1223, ../sass/_general.scss */
  .pane-news-and-events-news-river-panel-pane-1 .views-row.views-row-first,
  .pane-news-and-events-events-river-panel-pane-1 .views-row.views-row-first,
  .pane-news-and-events-featured-page-panel-pane-1 .views-row.views-row-first,
  .pane-news-and-events-breakthroughs-panel-pane-1 .views-row.views-row-first,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .views-row.views-row-first {
    padding-left: 0;
  }
  /* line 1227, ../sass/_general.scss */
  .pane-news-and-events-news-river-panel-pane-1 .views-row.views-row-last,
  .pane-news-and-events-events-river-panel-pane-1 .views-row.views-row-last,
  .pane-news-and-events-featured-page-panel-pane-1 .views-row.views-row-last,
  .pane-news-and-events-breakthroughs-panel-pane-1 .views-row.views-row-last,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .views-row.views-row-last {
    padding-right: 0;
  }
}
/* line 1232, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 .views-row .views-field-field-image,
.pane-news-and-events-events-river-panel-pane-1 .views-row .views-field-field-image,
.pane-news-and-events-featured-page-panel-pane-1 .views-row .views-field-field-image,
.pane-news-and-events-breakthroughs-panel-pane-1 .views-row .views-field-field-image,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .views-row .views-field-field-image {
  text-align: center;
}
@media all and (min-width: 1180px) {
  /* line 1236, ../sass/_general.scss */
  .pane-news-and-events-news-river-panel-pane-1 .views-row .views-field-field-image img,
  .pane-news-and-events-events-river-panel-pane-1 .views-row .views-field-field-image img,
  .pane-news-and-events-featured-page-panel-pane-1 .views-row .views-field-field-image img,
  .pane-news-and-events-breakthroughs-panel-pane-1 .views-row .views-field-field-image img,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .views-row .views-field-field-image img {
    width: 100%;
    height: auto;
  }
}
/* line 1243, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 .views-row h3.views-field-title,
.pane-news-and-events-events-river-panel-pane-1 .views-row h3.views-field-title,
.pane-news-and-events-featured-page-panel-pane-1 .views-row h3.views-field-title,
.pane-news-and-events-breakthroughs-panel-pane-1 .views-row h3.views-field-title,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .views-row h3.views-field-title {
/* 160330 jb:
  font-size: 1.43em !important;
:jb */
  font-size: 1.43em !important;
  margin: 0.8em 0 0.35em !important;
  font-weight: 600 !important;
  line-height: 1.01em !important;
  color: #f00 !important;
}
/* line 244, ../sass/_init.scss */
.pane-news-and-events-news-river-panel-pane-1 .views-row h3.views-field-title a,
.pane-news-and-events-events-river-panel-pane-1 .views-row h3.views-field-title a,
.pane-news-and-events-featured-page-panel-pane-1 .views-row h3.views-field-title a,
.pane-news-and-events-breakthroughs-panel-pane-1 .views-row h3.views-field-title a,


/* 160330 jb: xyz*/
.not-front .view--homepage-featured-news-main .views-row h3.views-field-title a {
  color: #003262;
  font-weight: 400 !important;
/*
font-weight: normal;
-webkit-font-smoothing: antialiased;

font-family: 'freightsans_probold';
z-webkit-font-smoothing: antialiased;
zletter-spacing: -0.0625em !important;
*/
font-family: 'freightsans_prosemibold';
}
/* line 1247, ../sass/_general.scss */
.front .pane-news-and-events-news-river-panel-pane-1 .views-row p,
.front .pane-news-and-events-events-river-panel-pane-1 .views-row p,
.front .pane-news-and-events-featured-page-panel-pane-1 .views-row p,
.front pane-news-and-events-breakthroughs-panel-pane-1 .views-row p {
  font-weight: 600;
  color: #777777;
  line-height: 1.5em;
  margin-top: 0;
}


/* 160330 jb: xyz*/
.not-front .pane-news-and-events-news-river-panel-pane-1 .views-row p,
.not-front .pane-news-and-events-events-river-panel-pane-1 .views-row p,
.not-front .pane-news-and-events-featured-page-panel-pane-1 .views-row p,
.not-front .pane-news-and-events-breakthroughs-panel-pane-1 .views-row p,
.not-front .view--homepage-featured-news-main .views-row p {
/* 160330 jb:
  font-weight: 600;
  color: #777777;
:jb */
/* 160330 jb: */
font-size: 14px !important;
/* :jb */

  line-height: 1.5em;
  margin-top: 0;
}

/* 160330 jb: */
.view--homepage-featured-news-main,
.pane-news-and-events-news-river-panel-pane-1,
.pane-news-and-events-events-river-panel-pane-1 {
font-weight: normal !important;
font-size: 14px !important;

  line-height: 1.5em;
color: #000;
  margin-top: 0;
}

.pane-news-and-events-news-river-panel-pane-1 h4,
.pane-news-and-events-events-river-panel-pane-1 h4,


/* 160330 jb: xyz*/
.not-front .view--homepage-featured-news-main h4 {
font-size: 1.08em !important;
font-family: 'freightsans_prosemibold';
font-weight: 400 !important;
}

.view--homepage-featured-news-main h3 a,
.view--homepage-featured-news-main h4 a {
font-size: 1.08em !important;
color: #003262 !important;
z-webkit-font-smoothing: antialiased;
zletter-spacing: -0.0625em !important;
}

/* :jb */

/* line 1250, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 .views-row a,
.pane-news-and-events-events-river-panel-pane-1 .views-row a,
.pane-news-and-events-featured-page-panel-pane-1 .views-row a,
.pane-news-and-events-breakthroughs-panel-pane-1 .views-row a,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .views-row a {
  color: #003262;
}
/* line 1255, ../sass/_general.scss */
.pane-news-and-events-news-river-panel-pane-1 .more-link,
.pane-news-and-events-events-river-panel-pane-1 .more-link,
.pane-news-and-events-featured-page-panel-pane-1 .more-link,
.pane-news-and-events-breakthroughs-panel-pane-1 .more-link,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .more-link {
  clear: both;
  margin-top: 10px;
  text-align: left;
}
/* line 221, ../sass/_init.scss */
.pane-news-and-events-news-river-panel-pane-1 .more-link a,
.pane-news-and-events-events-river-panel-pane-1 .more-link a,
.pane-news-and-events-featured-page-panel-pane-1 .more-link a,
.pane-news-and-events-breakthroughs-panel-pane-1 .more-link a,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .more-link a {
  font-weight: 300;
  background: #eeefef;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 8px 13px 9px;
  display: inline-block;
  line-height: 1em;
  color: #003262;
  text-decoration: none;
}
/* line 230, ../sass/_init.scss */
.pane-news-and-events-news-river-panel-pane-1 .more-link a:hover,
.pane-news-and-events-events-river-panel-pane-1 .more-link a:hover,
.pane-news-and-events-featured-page-panel-pane-1 .more-link a:hover,
.pane-news-and-events-breakthroughs-panel-pane-1 .more-link a:hover,


/* 160330 jb:*/
.not-front .view--homepage-featured-news-main .more-link a:hover {
  background: #003262;
  color: #fff;
}

/* line 1266, ../sass/_general.scss */
.btn-link {
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  background: #003262;
  display: block;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 14px 0 15px;
  margin-top: 25px;
}
/* line 267, ../sass/_init.scss */
.btn-link:hover {
  color: white;
  background: #003262;
}

/* line 1274, ../sass/_general.scss */
#block-block-8 {
  float: left;
}
/* line 1277, ../sass/_general.scss */
#block-block-8 > p {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
}
/* line 1284, ../sass/_general.scss */
#block-block-8 > p > a {
  background: #fdb515;
  color: #003262;
  display: inline-block;
  padding: 7px 28px 8px 25px;
  text-decoration: none;
}
/* line 1290, ../sass/_general.scss */
#block-block-8 > p > a:hover {
  background: #003262;
  color: #fff;
}

/* line 1300, ../sass/_general.scss */
.form-field-name-field-section-header-item .field-group-fieldset.group-fields, #field-section-header-item-values .field-group-fieldset.group-fields {
  display: none;
}

/* line 1306, ../sass/_general.scss */
#storefront-social {
  margin: 25px 0px;
  float: left;
  width: 100%;
}
@media all and (max-width: 800px) {
  /* line 1306, ../sass/_general.scss */
  #storefront-social {
    display: none;
  }
}
/* line 1313, ../sass/_general.scss */
#storefront-social .view-social-feeds-block {
  color: #555555;
  font-size: 20px;
  margin-bottom: 0px;
  background: #f5f5f5;
  height: 100px;
}
/* line 1320, ../sass/_general.scss */
#storefront-social .view-social-feeds-block .view-twitter-graph {
  width: 100% !important;
height: 84px !important;
}
/* line 1324, ../sass/_general.scss */
#storefront-social .view-social-feeds-block .views-row {
  padding: 20px 10px;
  float: left;
  width: 100% !important;
  margin: 0px 20px;
  font-size: 16px;
}
/* line 1331, ../sass/_general.scss */
#storefront-social .view-social-feeds-block .twitter-user {
  display: none;
}
/* line 1334, ../sass/_general.scss */
#storefront-social .view-social-feeds-block .social-text-timeago {
  float: left;
  width: 60px;
  font-size: 18px;
  line-height: 100%;
}
/* line 1340, ../sass/_general.scss */
#storefront-social .view-social-feeds-block .social-profile-info {
  width: 150px;
  float: left;
  font-weight: 100;
  position: relative;
  margin: 13px 6px;
}
/* line 1346, ../sass/_general.scss */
#storefront-social .view-social-feeds-block .social-profile-info .tweetybird {
  background: url('../images/twitter-bird.png?1405078452') no-repeat top left;
  display: block;
  width: 23px;
  height: 18px;
  position: relative;
  float: left;
  margin: 0px 10px 0px 0px;
}
/* line 1357, ../sass/_general.scss */
#storefront-social .view-social-feeds-block .social-text {
  padding-left: 235px;
  padding-right: 25px;
  font-size: 16px;
}
/* line 1362, ../sass/_general.scss */
#storefront-social .view-social-feeds-block .social-text-username {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  padding: 5px;
}
/* line 1368, ../sass/_general.scss */
#storefront-social .view-social-feeds-block a {
  color: #276bad;
}
/* line 1371, ../sass/_general.scss */
#storefront-social .view-social-feeds-block p {
  margin: 0px;
  font-size: 16px;
}
/* line 1376, ../sass/_general.scss */
#storefront-social .view-social-icons {
  background: #EEEEEE;
  height: 100px;
  padding: 38px 10px;
}
/* line 1381, ../sass/_general.scss */
#storefront-social .view-social-icons .col {
  float: left;
  min-height: 20px;
  width: 25%;
  text-align: center;
}
/* line 1387, ../sass/_general.scss */
#storefront-social .view-social-icons a {
  background: url(../images/social-icons.png) no-repeat top left;
  display: block;
  width: 20px;
  heigth: 20px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 auto;
}
/* line 1396, ../sass/_general.scss */
#storefront-social .view-social-icons a:hover {
  background-position: bottom left;
}
/* line 1399, ../sass/_general.scss */
#storefront-social .view-social-icons a.twitter {
  background-position: -20px 0;
}
/* line 1402, ../sass/_general.scss */
#storefront-social .view-social-icons a.twitter:hover {
  background-position: -20px -20px;
}
/* line 1405, ../sass/_general.scss */
#storefront-social .view-social-icons a.pinterest {
  background-position: -40px 0;
}
/* line 1408, ../sass/_general.scss */
#storefront-social .view-social-icons a.pinterest:hover {
  background-position: -40px -20px;
}
/* line 1411, ../sass/_general.scss */
#storefront-social .view-social-icons a.linkedin {
  background-position: -60px 0;
}
/* line 1414, ../sass/_general.scss */
#storefront-social .view-social-icons a.linkedin:hover {
  background-position: -60px -20px;
}
/* line 1417, ../sass/_general.scss */
#storefront-social .view-social-icons a.rss {
  background-position: -80px 0;
}
/* line 1420, ../sass/_general.scss */
#storefront-social .view-social-icons a.rss:hover {
  background-position: -80px -20px;
}

/* line 1431, ../sass/_general.scss */
.gsc-control-cse .gsc-tabHeader {
  overflow: hidden;
  padding: 0px;
}
/* line 1437, ../sass/_general.scss */
.gsc-control-cse .gsc-refinementsArea, .gsc-control-cse .gsc-above-wrapper-area {
  border: none;
  padding: 0px;
  margin: -1px;
}
/* line 1442, ../sass/_general.scss */
.gsc-control-cse .gsc-selected-option-container {
  min-width: 100px !important;
}
/* line 1449, ../sass/_general.scss */
.gsc-control-cse table {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: white !important;
}
/* line 1454, ../sass/_general.scss */
.gsc-control-cse table:hover {
  background: white !important;
}
/* line 1457, ../sass/_general.scss */
.gsc-control-cse table tr, .gsc-control-cse table td {
  background: white !important;
}
/* line 1459, ../sass/_general.scss */
.gsc-control-cse table tr:hover, .gsc-control-cse table td:hover {
  background: white !important;
}

/* @import "theme-B"; */
@-webkit-keyframes animation {
  /* line 59, ../sass/_animations.scss */
  0% {
    left: 0px;
    bottom: -25px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  /* line 65, ../sass/_animations.scss */
  100% {
    left: 0px;
    bottom: 0px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-moz-keyframes animation {
  /* line 59, ../sass/_animations.scss */
  0% {
    left: 0px;
    bottom: -25px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  /* line 65, ../sass/_animations.scss */
  100% {
    left: 0px;
    bottom: 0px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@-o-keyframes animation {
  /* line 59, ../sass/_animations.scss */
  0% {
    left: 0px;
    bottom: -25px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  /* line 65, ../sass/_animations.scss */
  100% {
    left: 0px;
    bottom: 0px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

@keyframes animation {
  /* line 59, ../sass/_animations.scss */
  0% {
    left: 0px;
    bottom: -25px;
    opacity: 0;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }

  /* line 65, ../sass/_animations.scss */
  100% {
    left: 0px;
    bottom: 0px;
    opacity: 1;
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}

/* line 91, ../sass/_animations.scss */
.animateEl {
  animation-iteration-count: 1;
  -webkit-animation: animation 250ms linear both;
  -moz-animation: animation 250ms linear both;
  -o-animation: animation 250ms linear both;
  animation: animation 250ms linear both;
}

/* line 109, ../sass/_animations.scss */
.error {
  animation-iteration-count: 1;
  -webkit-animation: wiggle 0.2s ease both;
  -moz-animation: wiggle 0.2s ease both;
  -o-animation: wiggle 0.2s ease both;
  animation: wiggle 0.2s ease both;
}

@-webkit-keyframes wiggle {
  /* line 104, ../sass/_animations.scss */
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  /* line 105, ../sass/_animations.scss */
  50% {
    -webkit-transform: rotateZ(-1deg);
    -moz-transform: rotateZ(-1deg);
    -ms-transform: rotateZ(-1deg);
    -o-transform: rotateZ(-1deg);
    transform: rotateZ(-1deg);
  }

  /* line 106, ../sass/_animations.scss */
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@-moz-keyframes wiggle {
  /* line 104, ../sass/_animations.scss */
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  /* line 105, ../sass/_animations.scss */
  50% {
    -webkit-transform: rotateZ(-1deg);
    -moz-transform: rotateZ(-1deg);
    -ms-transform: rotateZ(-1deg);
    -o-transform: rotateZ(-1deg);
    transform: rotateZ(-1deg);
  }

  /* line 106, ../sass/_animations.scss */
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@-o-keyframes wiggle {
  /* line 104, ../sass/_animations.scss */
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  /* line 105, ../sass/_animations.scss */
  50% {
    -webkit-transform: rotateZ(-1deg);
    -moz-transform: rotateZ(-1deg);
    -ms-transform: rotateZ(-1deg);
    -o-transform: rotateZ(-1deg);
    transform: rotateZ(-1deg);
  }

  /* line 106, ../sass/_animations.scss */
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

@keyframes wiggle {
  /* line 104, ../sass/_animations.scss */
  0% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }

  /* line 105, ../sass/_animations.scss */
  50% {
    -webkit-transform: rotateZ(-1deg);
    -moz-transform: rotateZ(-1deg);
    -ms-transform: rotateZ(-1deg);
    -o-transform: rotateZ(-1deg);
    transform: rotateZ(-1deg);
  }

  /* line 106, ../sass/_animations.scss */
  100% {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
}

/* line 13, ../sass/_sidebar.scss */
#block-block-5 {
  background: whitesmoke;
  font-size: 18px;
  font-weight: 300;
  padding: 21px 18px 20px 14px;
}
/* line 19, ../sass/_sidebar.scss */
#block-block-5 h2.block-title {
  /*
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: $color_13;
  margin-bottom: 3px;
  */
  background: #fdb515;
  color: white;
  text-align: left;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 30, ../sass/_sidebar.scss */
#block-block-5 p {
  margin: 0;
  line-height: 141%;
  color: #121959;
}

/* line 37, ../sass/_sidebar.scss */
#block-block-6 {
  font-size: 18px;
  font-weight: 300;
  color: black;
  padding-left: 14px;
}
/* line 43, ../sass/_sidebar.scss */
#block-block-6 h2.block-title {
  /*
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: $color_13;
  */
  background: #fdb515;
  color: white;
  text-align: left;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 53, ../sass/_sidebar.scss */
#block-block-6 a {
  line-height: 120%;
}
/* line 57, ../sass/_sidebar.scss */
#block-block-6 p {
  margin: 0;
  line-height: 141%;
}

/* line 64, ../sass/_sidebar.scss */
#block-block-3,
#block-block-4 {
  border-top: 2px dotted #eaeaea;
  font-weight: 300;
  font-size: 18px;
  color: black;
}
/* line 70, ../sass/_sidebar.scss */
#block-block-3 h2.block-title,
#block-block-4 h2.block-title {
  /*
  font-weight: 300;
  font-size: 24px;
  color: $color_13;
  margin-bottom: 4px;
  */
  background: #fdb515;
  color: white;
  text-align: left;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 80, ../sass/_sidebar.scss */
#block-block-3 > ul,
#block-block-4 > ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
}
/* line 85, ../sass/_sidebar.scss */
#block-block-3 > ul li,
#block-block-4 > ul li {
  line-height: 131%;
}
/* line 94, ../sass/_sidebar.scss */
#block-block-3 p,
#block-block-4 p {
  margin: 0;
}
/* line 97, ../sass/_sidebar.scss */
#block-block-3 p.contact-mail,
#block-block-4 p.contact-mail {
  line-height: 151%;
}

/* line 104, ../sass/_sidebar.scss */
#block-block-4 h2.block-title {
  padding-right: 50px;
}

/* Social links */
/* line 112, ../sass/_sidebar.scss */
#block-block-2 .pane-title,
#block-block-2 .block-title {
  /*
  background: $color_24;
  color: $color_2;
  text-align: center;
  padding: 7px 0 5px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  */
  background: #fdb515;
  color: white;
  text-align: left;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 126, ../sass/_sidebar.scss */
#block-block-2 .content {
  margin: 0;
  background: #eeeeee;
  height: 50px;
  padding: 15px 20px;
}
/* line 131, ../sass/_sidebar.scss */
#block-block-2 .content .col {
  float: left;
  min-height: 20px;
  width: 25%;
  text-align: center;
}
/* line 137, ../sass/_sidebar.scss */
#block-block-2 .content a {
  background: url(../images/social-icons.png) no-repeat top left;
  display: block;
  width: 20px;
  heigth: 20px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 auto;
}
/* line 146, ../sass/_sidebar.scss */
#block-block-2 .content a:hover {
  background-position: bottom left;
}
/* line 149, ../sass/_sidebar.scss */
#block-block-2 .content a.twitter {
  background-position: -20px 0;
}
/* line 152, ../sass/_sidebar.scss */
#block-block-2 .content a.twitter:hover {
  background-position: -20px -20px;
}
/* line 155, ../sass/_sidebar.scss */
#block-block-2 .content a.pinterest {
  background-position: -40px 0;
}
/* line 158, ../sass/_sidebar.scss */
#block-block-2 .content a.pinterest:hover {
  background-position: -40px -20px;
}
/* line 161, ../sass/_sidebar.scss */
#block-block-2 .content a.linkedin {
  background-position: -60px 0;
}
/* line 164, ../sass/_sidebar.scss */
#block-block-2 .content a.linkedin:hover {
  background-position: -60px -20px;
}
/* line 167, ../sass/_sidebar.scss */
#block-block-2 .content a.rss {
  background-position: -80px 0;
}
/* line 170, ../sass/_sidebar.scss */
#block-block-2 .content a.rss:hover {
  background-position: -80px -20px;
}

/* line 179, ../sass/_sidebar.scss */
.sidebar #block-views-exp-news-people-panel-pane-1 h2.block__title, .sidebar #block-views-exp-news-people-panel-pane-1 h2.block-title {
  padding-bottom: 0px;
}
/* line 184, ../sass/_sidebar.scss */
.sidebar .views-exposed-form {
  position: relative;
  width: 100%;
  padding: 15px 10px;
  background: #eee;
}
/* line 190, ../sass/_sidebar.scss */
.sidebar .views-exposed-form label {
  font-weight: bold;
  margin: 0px;
}
/* line 194, ../sass/_sidebar.scss */
.sidebar .views-exposed-form .views-exposed-widget {
  float: left;
  padding: 0px 0px 10px;
  width: 100%;
}
/* line 199, ../sass/_sidebar.scss */
.sidebar .views-exposed-form input, .sidebar .views-exposed-form select {
  width: 100%;
}
/* line 202, ../sass/_sidebar.scss */
.sidebar .views-exposed-form .views-submit-button, .sidebar .views-exposed-form .views-reset-button {
  margin: 0px 0px 0px 5px;
  padding: 0px;
  width: auto;
  float: right;
}
/* line 207, ../sass/_sidebar.scss */
.sidebar .views-exposed-form .views-submit-button input, .sidebar .views-exposed-form .views-reset-button input {
  background: #003262;
  color: #fff;
  width: auto;
  border: none;
  padding: 5px;
  margin: 0px;
  float: right;
}
/* line 224, ../sass/_sidebar.scss */
.sidebar .block-menu-block ul {
  margin: 0px;
  padding: 0px;
}
/* line 228, ../sass/_sidebar.scss */
.sidebar .block-menu-block ul li {
  list-style: none;
  padding: 0px;
  margin: 4px 0px 6px;
  font-size: 18px;
  line-height: 1em;
  padding: 0px;
}
.sidebar .menu-block-wrapper > ul > li {
	margin-top: 14px !important;
}
/* line 235, ../sass/_sidebar.scss */
.sidebar .block-menu-block ul li a {
  color: #121959;
  font-family: "freightsans_promedium", "Source Sans Pro", sans-serif;
  font-size: 22px;
}
/* line 240, ../sass/_sidebar.scss */
.sidebar .block-menu-block ul li img.file-icon {
  margin-top: -10px;
}
/* line 244, ../sass/_sidebar.scss */
.sidebar .block-menu-block ul li ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 248, ../sass/_sidebar.scss */
.sidebar .block-menu-block ul li ul li {
  list-style: url("../images/list-style.png") inside;
}
/* line 252, ../sass/_sidebar.scss */
.sidebar .block-menu-block ul li ul li a {
  font-size: 18px;
}
/* line 255, ../sass/_sidebar.scss */
.sidebar .block-menu-block ul li ul li img.file-icon {
  margin-top: -6px;
}

/* line 265, ../sass/_sidebar.scss */
#block-views-node-related-links-block-1, #block-views-node-related-files-block-1, #block-views-exp-news-people-panel-pane-1 {
  padding-bottom: 12px;
  margin-bottom: 1.6em;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 271, ../sass/_sidebar.scss */
#block-views-node-related-links-block-1 .pane-title,
#block-views-node-related-links-block-1 .block-title, #block-views-node-related-files-block-1 .pane-title,
#block-views-node-related-files-block-1 .block-title, #block-views-exp-news-people-panel-pane-1 .pane-title,
#block-views-exp-news-people-panel-pane-1 .block-title {
  background: #EEEEEE;
  text-align: left;
  padding: 10px 10px;
  margin: 0;
  font-weight: 300;
  line-height: 100%;
  color: #333333;
  font-size: 24px;
}
/* line 282, ../sass/_sidebar.scss */
#block-views-node-related-links-block-1 .view-content, #block-views-node-related-files-block-1 .view-content, #block-views-exp-news-people-panel-pane-1 .view-content {
  margin-top: 8px;
}
/* line 284, ../sass/_sidebar.scss */
#block-views-node-related-links-block-1 .view-content ul, #block-views-node-related-files-block-1 .view-content ul, #block-views-exp-news-people-panel-pane-1 .view-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 288, ../sass/_sidebar.scss */
#block-views-node-related-links-block-1 .view-content ul li, #block-views-node-related-files-block-1 .view-content ul li, #block-views-exp-news-people-panel-pane-1 .view-content ul li {
  list-style: url("../images/list-style.png") inside;
  font-size: 18px;
  line-height: 1em;
  padding: 6px 8px;
}
/* line 294, ../sass/_sidebar.scss */
#block-views-node-related-links-block-1 .view-content ul li a, #block-views-node-related-files-block-1 .view-content ul li a, #block-views-exp-news-people-panel-pane-1 .view-content ul li a {
  color: #121959;
  font-family: "freightsans_promedium", "Source Sans Pro", sans-serif;
}
/* line 298, ../sass/_sidebar.scss */
#block-views-node-related-links-block-1 .view-content ul li img.file-icon, #block-views-node-related-files-block-1 .view-content ul li img.file-icon, #block-views-exp-news-people-panel-pane-1 .view-content ul li img.file-icon {
  margin-top: -6px;
}

/* line 306, ../sass/_sidebar.scss */
#block-block-7 {
  background: #eeeeee;
  padding-bottom: 12px;
  margin-bottom: 1.6em;
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
}
/* line 317, ../sass/_sidebar.scss */
#block-block-7 .pane-title,
#block-block-7 .block-title {
  /*
  background: $color_24;
  color: $color_2;
  text-align: center;
  padding: 7px 0 5px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  */
  background: #fdb515;
  color: white;
  text-align: left;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 331, ../sass/_sidebar.scss */
#block-block-7 .content {
  margin: 0;
  background: #eeeeee;
  height: 50px;
  padding: 15px 20px;
}
/* line 338, ../sass/_sidebar.scss */
#block-block-7 p {
  margin: 15px 15px 0px 16px;
}
/* line 343, ../sass/_sidebar.scss */
#block-block-7 .rss-icon a:before {
  content: '';
  background: url(../images/social-icons.png) no-repeat -80px 0px;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: -999px;
  margin: -1px 5px 0px 0px;
  float: left;
}
/* line 357, ../sass/_sidebar.scss */
#block-block-7 .rss-icon a:hover:before {
  background-position: -80px -20px;
}

/* line 366, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block,
#block-views-events-upcoming-events-block-1,
#block-views-events-upcoming-events-block-2 {
  background: #eeeeee;
  padding-bottom: 12px;
  margin-bottom: 1.6em;
}
/* line 372, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .pane-title,
#block-views-events-upcoming-events-block .block-title,
#block-views-events-upcoming-events-block-1 .pane-title,
#block-views-events-upcoming-events-block-1 .block-title,
#block-views-events-upcoming-events-block-2 .pane-title,
#block-views-events-upcoming-events-block-2 .block-title {
  /*
  background: $color_24;
  color: $color_2;
  text-align: center;
  padding: 7px 0 5px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  */
  background: #fdb515;
  color: white;
  text-align: left;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 387, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .view-content .views-row,
#block-views-events-upcoming-events-block-1 .view-content .views-row,
#block-views-events-upcoming-events-block-2 .view-content .views-row {
  border-bottom: 2px dotted #cccccc;
  padding: 17px 14px 19px;
}
/* line 391, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .view-content .views-row .views-field-title,
#block-views-events-upcoming-events-block-1 .view-content .views-row .views-field-title,
#block-views-events-upcoming-events-block-2 .view-content .views-row .views-field-title {
  font-size: 18px;
  line-height: 1em;
}
/* line 395, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .view-content .views-row .views-field-title a,
#block-views-events-upcoming-events-block-1 .view-content .views-row .views-field-title a,
#block-views-events-upcoming-events-block-2 .view-content .views-row .views-field-title a {
  color: #131d58;
}
/* line 401, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .view-content .views-row .views-field-field-date-1,
#block-views-events-upcoming-events-block .view-content .views-row .views-field-field-location,
#block-views-events-upcoming-events-block-1 .view-content .views-row .views-field-field-date-1,
#block-views-events-upcoming-events-block-1 .view-content .views-row .views-field-field-location,
#block-views-events-upcoming-events-block-2 .view-content .views-row .views-field-field-date-1,
#block-views-events-upcoming-events-block-2 .view-content .views-row .views-field-field-location {
  line-height: 120%;
}
/* line 405, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .view-content .views-row .views-field-field-date-1,
#block-views-events-upcoming-events-block-1 .view-content .views-row .views-field-field-date-1,
#block-views-events-upcoming-events-block-2 .view-content .views-row .views-field-field-date-1 {
  color: black;
  margin-top: 7px;
}
/* line 410, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .view-content .views-row .views-field-field-location,
#block-views-events-upcoming-events-block-1 .view-content .views-row .views-field-field-location,
#block-views-events-upcoming-events-block-2 .view-content .views-row .views-field-field-location {
  color: #777777;
  margin-top: 2px;
}
/* line 417, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .more-link,
#block-views-events-upcoming-events-block-1 .more-link,
#block-views-events-upcoming-events-block-2 .more-link {
  text-align: left;
  margin: 9px 16px 0px;
  font-size: 16px;
}
/* line 422, ../sass/_sidebar.scss */
#block-views-events-upcoming-events-block .more-link a,
#block-views-events-upcoming-events-block-1 .more-link a,
#block-views-events-upcoming-events-block-2 .more-link a {
  /*
  @include btn-link();
  line-height: 101%;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  padding: 7px 10px 9px;
  */
}

/*Section header*/
/* line 3, ../sass/_banners.scss */
#contextualheader .block-title {
  display: none;
}

/* line 9, ../sass/_banners.scss */
.banner-container.banner-container-limited .view-id-_node_banner {
  max-height: 180px;
}
/* line 11, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container.banner-container-limited .slide-overlay-content,
.banner-container.banner-container-limited .view-id-_node_banner .slide-overlay-content {
  display: none;
}

/* line 17, ../sass/_banners.scss */
.banner-container {
  background: white;
  width: 100%;
  text-align: center;
  position: relative;
}
/* line 22, ../sass/_banners.scss */
.banner-container .block {
  margin-bottom: 0;
}
/* line 26, ../sass/_banners.scss */
.banner-container .content {
  position: relative;
}
/* line 30, ../sass/_banners.scss */
.banner-container img {
/* 160316 jb: playing w/ retina SH images...
  width: 100%;
  min-width: 1440px;



  max-width: 1440px !important;
:jb */
  width: 100%;
  min-width: 1440px;
}
/* line 34, ../sass/_banners.scss */
.banner-container .field-name-field-image {
  text-align: center;
}
/* line 38, ../sass/_banners.scss */
.banner-container .wrapper {
  position: relative;
  max-width: 1192px;
  margin: 0px auto;
  height: 100%;
}
/* line 50, ../sass/_banners.scss */
.banner-container .page-title {
  position: absolute;
  z-index: 100;
  bottom: -4px;
  right: 0px;
  line-height: 100%;
  padding: 10px 15px 0px 10px;
  color: #545454;
  background: white;
  font-size: 50px;
  font-weight: 300;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 64, ../sass/_banners.scss */
.banner-container .page-title h1 {
  font-size: 50px;
  font-weight: 300;
/* 160311 jb:
  margin: 0px 0px -5px;
:jb */
margin: 0 0 10px 0;
  padding: 0px;
  line-height: 100%;
}
/* line 71, ../sass/_banners.scss */
.banner-container .page-title:before {
  width: 0;
  height: 0;
  border-bottom: 66px solid white;
  border-left: 30px solid transparent;
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
}
/* line 83, ../sass/_banners.scss */
.banner-container .page-title p {
  margin: 0;
}
/* line 87, ../sass/_banners.scss */
.banner-container .page-title.title-text-long h1 {
  font-size: 25px;
}
/* line 93, ../sass/_banners.scss */
.banner-container .views-slideshow-cycle-main-frame {
  width: 100% !important;
}
/* line 96, ../sass/_banners.scss */
.banner-container .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
}
/* line 100, ../sass/_banners.scss */
.banner-container .view-id-_node_banner {
  max-height: 415px;
  overflow: hidden;
  width: 100%;
}
/* line 108, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views_slideshow_cycle_slide,
.banner-container .view-id-_node_banner .views_slideshow_cycle_slide {
  height: 415px;
  width: 100%;
}
/* line 117, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.visible-overlay-overlay-caption .slide-overlay-content.headline-overlay,
.banner-container .view-id-_node_banner .views-row.visible-overlay-overlay-caption .slide-overlay-content.headline-overlay {
  display: none;
}
/* line 122, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.visible-overlay-overlay-headline .slide-overlay-content.caption-overlay,
.banner-container .view-id-_node_banner .views-row.visible-overlay-overlay-headline .slide-overlay-content.caption-overlay {
  display: none;
}
/* line 128, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-width-long .overlay-inner,
.banner-container .view-id-_node_banner .views-row.headline-style-width-long .overlay-inner {
  max-width: 775px;
}
/* line 133, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-width-short .overlay-inner,
.banner-container .view-id-_node_banner .views-row.headline-style-width-short .overlay-inner {
  max-width: 400px !important;
}
/* line 138, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-position-topleft,
.banner-container .view-id-_node_banner .views-row.headline-style-position-topleft {
  top: 0px;
}
/* line 142, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-position-bottomleft .overlay-inner,
.banner-container .view-id-_node_banner .views-row.headline-style-position-bottomleft .overlay-inner {
  top: auto !important;
  bottom: 0px;
}
/* line 149, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-color-normal .views-field-field-headline-text,
.banner-container .view-id-_node_banner .views-row.headline-style-color-normal .views-field-field-headline-text {
  background: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  padding: 15px 20px;
  color: #171E57;
  line-height: 28px;
}
/* line 156, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-color-normal .views-field-field-headline-text a:hover,
.banner-container .view-id-_node_banner .views-row.headline-style-color-normal .views-field-field-headline-text a:hover {
  color: #171E57;
  text-decoration: underline;
}
/* line 162, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-color-normal .views-field-field-headline-long-text,
.banner-container .view-id-_node_banner .views-row.headline-style-color-normal .views-field-field-headline-long-text {
  background: rgba(238, 238, 238, 0.9);
  font-size: 16px;
  color: #525252;
  padding: 12px 20px;
}
/* line 170, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-color-reverse .views-field-field-headline-text,
.banner-container .view-id-_node_banner .views-row.headline-style-color-reverse .views-field-field-headline-text {
  background: rgba(19, 29, 88, 0.9);
  color: #fff;
}
/* line 173, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-color-reverse .views-field-field-headline-text a,
.banner-container .view-id-_node_banner .views-row.headline-style-color-reverse .views-field-field-headline-text a {
  color: #fff;
}
/* line 175, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-row.headline-style-color-reverse .views-field-field-headline-text a:hover,
.banner-container .view-id-_node_banner .views-row.headline-style-color-reverse .views-field-field-headline-text a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 186, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-field-field-headline-text,
.banner-container .view-id-_node_banner .views-field-field-headline-text {
  font-family: "freightmicro_prosemibold", "Source Sans Pro", sans-serif;
  background: rgba(255, 255, 255, 0.9);
  font-size: 28px;
  padding: 15px 20px;
  color: #171E57;
  line-height: 28px;
}
/* line 194, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-field-field-headline-text a:hover,
.banner-container .view-id-_node_banner .views-field-field-headline-text a:hover {
  color: #171E57;
  text-decoration: underline;
}
/* line 200, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-field-field-headline-long-text,
.banner-container .view-id-_node_banner .views-field-field-headline-long-text {
  background: rgba(238, 238, 238, 0.9);
  font-size: 16px;
  color: #525252;
  padding: 12px 20px;
}
/* line 207, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .slide-overlay-content.headline-overlay,
.banner-container .view-id-_node_banner .slide-overlay-content.headline-overlay {
  top: 35px;
  text-align: left;
}
/* line 210, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .slide-overlay-content.headline-overlay .overlay-inner,
.banner-container .view-id-_node_banner .slide-overlay-content.headline-overlay .overlay-inner {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 800px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  color: #666666;
}
@media all and (min-width: 1180px) {
  /* line 228, ../sass/_banners.scss */
  .banner-container .view-id-_node_banner .slide-overlay-content {
    position: relative;
    bottom: 0px;
    top: 0px;
  }
}
/* line 238, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .caption-style-color-reverse .toggler,
.banner-container .view-id-_node_banner .caption-style-color-reverse .toggler {
  background: rgba(102, 102, 102, 0.8);
}
/* line 240, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .caption-style-color-reverse .toggler i,
.banner-container .view-id-_node_banner .caption-style-color-reverse .toggler i {
  background: url('../images/caption-toggler-closed.png?1405327323') no-repeat center center;
}
/* line 245, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .caption-style-color-reverse .toggler:hover,
.banner-container .view-id-_node_banner .caption-style-color-reverse .toggler:hover {
  background: #666666;
}
/* line 247, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .caption-style-color-reverse .toggler:hover i,
.banner-container .view-id-_node_banner .caption-style-color-reverse .toggler:hover i {
  background: url('../images/caption-toggler-closed.png?1405327323') no-repeat center center;
}
/* line 253, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .caption-style-color-reverse .views-field-field-description.caption-open .toggler,
.banner-container .view-id-_node_banner .caption-style-color-reverse .views-field-field-description.caption-open .toggler {
  background: #666666 !important;
}
/* line 255, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .caption-style-color-reverse .views-field-field-description.caption-open .toggler i,
.banner-container .view-id-_node_banner .caption-style-color-reverse .views-field-field-description.caption-open .toggler i {
  background: url('../images/caption-toggler-x-white.png?1410794067') no-repeat center center;
}
/* line 259, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .caption-style-color-reverse .views-field-field-description.caption-open .field-content,
.banner-container .view-id-_node_banner .caption-style-color-reverse .views-field-field-description.caption-open .field-content {
  background: #131D58;
  color: #fff;
}
/* line 266, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .toggler,
.banner-container .view-id-_node_banner .toggler {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  z-index: 1000 !important;
  background: url('../images/caption-toggler-trigger-bg.png?1405327975');
  position: absolute;
  bottom: 16px;
  left: 0px;
  cursor: pointer;
}
/* line 279, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .toggler i,
.banner-container .view-id-_node_banner .toggler i {
  background: url('../images/caption-toggler-closed.png?1405327323') no-repeat center center;
  width: 34px;
  height: 34px;
  display: block;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
}
/* line 287, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .toggler:hover,
.banner-container .view-id-_node_banner .toggler:hover {
  background: white;
}
/* line 290, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .toggler:hover i,
.banner-container .view-id-_node_banner .toggler:hover i {
  background: url('../images/caption-toggler-hover.png?1405327365') no-repeat center center;
}
/* line 299, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-field-field-description.caption-open .field-content,
.banner-container .view-id-_node_banner .views-field-field-description.caption-open .field-content {
  display: block !important;
}
/* line 302, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-field-field-description.caption-open .toggler,
.banner-container .view-id-_node_banner .views-field-field-description.caption-open .toggler {
  background: white;
  -webkit-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -1px 4px rgba(0, 0, 0, 0.2);
}
/* line 306, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-field-field-description.caption-open .toggler i,
.banner-container .view-id-_node_banner .views-field-field-description.caption-open .toggler i {
  background: url('../images/caption-toggler-x.png?1405327341') no-repeat center center;
}
/* line 313, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .slide-overlay-content,
.banner-container .view-id-_node_banner .slide-overlay-content {
  position: absolute;
  bottom: 15px;
  z-index: 100;
  width: 100%;
  color: #fff;
  left: 25px;
}
/* line 321, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .slide-overlay-content .views-field-field-description,
.banner-container .view-id-_node_banner .slide-overlay-content .views-field-field-description {
  top: 0;
  text-align: left;
}
/* line 325, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .slide-overlay-content .views-field-field-description .field-content,
.banner-container .view-id-_node_banner .slide-overlay-content .views-field-field-description .field-content {
  position: absolute;
  z-index: 1;
  bottom: 32px;
  left: -4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(238, 238, 238, 0.9);
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
  color: #666666;
  padding: 12px 28px 11px;
  width: 478px;
}
@media all and (max-width: 478px) {
  /* line 325, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .view-id-_node_banner .slide-overlay-content .views-field-field-description .field-content,
.banner-container .view-id-_node_banner .slide-overlay-content .views-field-field-description .field-content {
    max-width: 100%;
    left: 0px;
  }
}
/* line 343, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .slide-overlay-content .views-field-field-description .field-content a,
.banner-container .view-id-_node_banner .slide-overlay-content .views-field-field-description .field-content a {
  font-style: italic;
}
/* line 347, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .slide-overlay-content .views-field-field-description .field-content p,
.banner-container .view-id-_node_banner .slide-overlay-content .views-field-field-description .field-content p {
  margin: 0;
}
/* line 357, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-slideshow-controls-bottom,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
  display: none;
}
/* line 362, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-slideshow-controls-bottom .views-slideshow-controls-text-previous,
.banner-container .views-slideshow-controls-bottom .views-slideshow-controls-text-next,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-controls-text-previous,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
  position: absolute;
  z-index: 99;
  width: 36px;
  height: 56px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -28px;
}
/* line 372, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-slideshow-controls-bottom .views-slideshow-controls-text-previous,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-controls-text-previous {
  left: 35px;
  background: url('../images/prev-slide.png?1405019571');
}
/* line 377, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-slideshow-controls-bottom .views-slideshow-controls-text-next,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
  right: 36px;
  background: url('../images/next-slide.png?1405019571');
}
/* line 382, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-slideshow-controls-bottom .views-slideshow-pager-fields,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-pager-fields {
  position: absolute;
  left: 95px;
  z-index: 98;
  top: 50%;
  margin-top: 169.5px;
}
/* line 389, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  margin-left: 3px;
  float: left;
  cursor: pointer;
}
/* line 394, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-field-counter,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-field-counter {
  text-indent: -9999px;
  background: #555555;
  width: 19px;
  height: 5px;
  display: block;
  line-height: 0;
}
/* line 404, ../sass/_banners.scss */
/* 160316: jb- scaling section header patches, pt.2 :jb */
.banner-container .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active .views-field-counter,
.banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active .views-field-counter {
  background: white;
}

@media all and (max-width: 660px) {
  /* line 430, ../sass/_banners.scss */
  .banner-container .page-title {
    background: #fff;
    font-size: 30px;
    width: 100%;
    opacity: .8;
    right: 0px !important;
    position: relative;
    background: #ccc;
	top: -21px;
/*
    box-shadow: 0px -5px 6px 0px #333;
*/
    color: #000;
    padding: 0px;
  }
  /* line 443, ../sass/_banners.scss */
  .banner-container .page-title h1 {
    font-size: 30px !important;
	margin-top: 20px !important;
    padding: 10px !important;
    line-height: 30px !important;
  }
  /* line 455, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row,
  .banner-container .view-id-_node_banner #views_slideshow_cycle_main__node_banner-default .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
    width: 100% !important;
    height: auto !important;
  }
  /* line 460, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .slide-overlay-content,
  .banner-container .view-id-_node_banner #views_slideshow_cycle_main__node_banner-default .slide-overlay-content {
    left: 0px !important;
    width: 100%;
    position: relative;
    top: 0px !important;
  }
  /* line 465, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .slide-overlay-content .overlay-inner,
  .banner-container .view-id-_node_banner #views_slideshow_cycle_main__node_banner-default .slide-overlay-content .overlay-inner {
    width: 100% !important;
    position: relative !important;
    max-width: 100% !important;
  }
  /* line 475, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .overlay-inner,
  .banner-container .overlay-wrapper,
  .banner-container .views-field-field-description .toggler,
  .banner-container .view-id-_node_banner #views_slideshow_cycle_main__node_banner-default .views-field-field-description .toggler {
    display: none;
  }
  /* line 478, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .views-field-field-description .field-content,
  .banner-container .view-id-_node_banner #views_slideshow_cycle_main__node_banner-default .views-field-field-description .field-content {
    position: relative !important;
    top: 0px;
    display: block !important;
    font-size: 12px !important;
  }
  /* line 486, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .view-id-_node_banner .views_slideshow_cycle_slide,
  .banner-container .view-id-_node_banner #views_slideshow_cycle_main__node_banner-default .view-id-_node_banner .views_slideshow_cycle_slide {
    height: auto;
  }
  /* line 490, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .view-id-_node_banner .views-field-field-image img,
  .banner-container .view-id-_node_banner #views_slideshow_cycle_main__node_banner-default .views-field-field-image img {
    width: 100%;
    min-width: 100%;
  }
  /* line 498, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .views-slideshow-controls-text-previous,
  .banner-container .views-slideshow-controls-text-next,
  .banner-container .view-id-_node_banner .views-slideshow-controls-text-previous,
  .banner-container .view-id-_node_banner .views-slideshow-controls-text-next {
    display: none;
  }
  /* line 501, ../sass/_banners.scss */
/* 160313: jb- scaling section header patch, pt.1 :jb */
  .banner-container .views-slideshow-controls-bottom .views-slideshow-pager-fields,
  .banner-container .view-id-_node_banner .views-slideshow-controls-bottom .views-slideshow-pager-fields {
    position: absolute;
    right: 5px;
    z-index: 98;
    top: auto;
    margin-top: 0px;
    bottom: 0px;
  }
}
/* Home slideshow */
/* line 2, ../sass/_homepage_slideshow.scss */
.views_slideshow_main {
  overflow: hidden;
  position: relative;
}

/* line 8, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow {
  position: relative;
}
/* line 15, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame {
  width: 100% !important;
}
/* line 18, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row {
  width: 100% !important;
}
/* line 21, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-field-image {
  text-align: center;
  /*
  &:before {
    content: '';
    position: absolute;
    height: 6px;
    width: 100%;
    background: rgba($color_2, .71);
    bottom: 0;
    left: 0;
  }
  */
}
/* line 39, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .views-field-field-image img {
  width: 100%;
}
@media all and (min-width: 1180px) {
  /* line 45, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content {
    position: absolute;
    right: 0;
/* jb: 170816 */
    top: 15%;
    width: 528px;
    height: 431px;
    background: url('../images/slideshow-bg.png?1411561941');
  }
  /* line 54, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content .slide-overlay-text-wrapper {
    position: absolute;
    bottom: 53px;
    left: -49px;
    max-width: 482px;
  }
  /* line 60, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content .slide-overlay-text-wrapper .slide-overlay-text {
    background: white;
    margin-bottom: 9px;
  }
  /* line 64, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content .slide-overlay-text-wrapper .slide-overlay-text .views-field-field-title {
    font-size: 3.58em;
    line-height: 1.01em;
    color: #131d58;
    font-weight: 600;
    padding: 0.36em 0.5em 0.4em;
  }
  /* line 72, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content .slide-overlay-text-wrapper .slide-overlay-text .views-field-field-description {
    font-size: 17px;
    line-height: 1.23em;
    font-weight: 300;
    color: #545454;
    background: #f8f8f8;
    padding: 0.65em 40px 1em 25px;
  }
  /* line 82, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content .slide-overlay-text-wrapper .views-field-field-link {
    font-size: 17px;
    font-weight: 500;
  }
  /* line 86, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content .slide-overlay-text-wrapper .views-field-field-link a {
    display: block;
    line-height: 1.2;
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    background: #003262;
    padding: 11px 1em;
  }
  /* line 95, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content .slide-overlay-text-wrapper .views-field-field-link a:hover, .view--homepage-slideshow .view-content .views-slideshow-cycle-main-frame .views-slideshow-cycle-main-frame-row .slide-overlay-content .slide-overlay-text-wrapper .views-field-field-link a:focus {
    text-decoration: none;
  }
/*
.banner-container .view-id-_node_banner {
max-height: 100px !important;
}
.banner-container .wrapper {
  position: relative;
top: 10px;
}
*/
}
/* line 107, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
  display: none;
}
/* line 112, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-previous,
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
  position: absolute;
  z-index: 99;
  width: 36px;
  height: 56px;
  text-indent: -9999px;
  top: 50%;
  margin-top: -28px;
}
/* line 122, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-previous {
  left: 35px;
  background: url('../images/prev-slide.png?1405019571');
}
/* line 127, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
  right: 36px;
  background: url('../images/next-slide.png?1405019571');
}
/* line 132, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-pager-fields {
  position: absolute;
  right: 95px;
  z-index: 98;
  top: 50%;
  margin-top: 177.5px;
}
/* line 139, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item {
  margin-left: 3px;
  float: left;
  cursor: pointer;
}
/* line 144, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item .views-field-counter {
  text-indent: -9999px;
  background: white;
  width: 19px;
  height: 5px;
  display: block;
  line-height: 0;
}
/* line 154, ../sass/_homepage_slideshow.scss */
.view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-pager-fields .views-slideshow-pager-field-item.active .views-field-counter {
  background: #555555;
}
@media all and (max-width: 1180px) {
  /* line 165, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-controls-text-previous,
  .view--homepage-slideshow .view-content .views-slideshow-controls-text-next {
    display: none;
  }
  /* line 168, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .view-content .views-slideshow-controls-bottom .views-slideshow-pager-fields {
    position: absolute;
    right: 5px;
    z-index: 100;
    top: 5px;
    margin-top: 0px;
    bottom: 0px;
  }
}
@media all and (max-width: 1180px) {
  /* line 180, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .views_slideshow_main {
    overflow: hidden;
    position: relative;
    height: auto !important;
    padding-bottom: 10px;
  }
  /* line 189, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .slide-overlay-content {
    position: relative;
    width: 100%;
    background: #999;
    padding: 0px;
    float: left;
    top: 0px !important;
    -webkit-box-shadow: 0px 0px 8px 0px #333333;
    -moz-box-shadow: 0px 0px 8px 0px #333333;
    box-shadow: 0px 0px 8px 0px #333333;
    margin-bottom: 15px;
  }
  /* line 201, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .slide-overlay-content .slide-overlay-text-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0px auto;
  }
  /* line 206, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .slide-overlay-content .slide-overlay-text-wrapper .slide-overlay-text {
    background-color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0px;
  }
  /* line 211, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .slide-overlay-content .slide-overlay-text-wrapper .slide-overlay-text .views-field-field-title {
    font-size: 20px;
    line-height: 18px;
    color: #131d58;
    font-weight: 600;
    padding: 10px 25px 10px 25px;
  }
  /* line 219, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .slide-overlay-content .slide-overlay-text-wrapper .slide-overlay-text .views-field-field-description {
    font-size: 17px;
    line-height: 1.23em;
    font-weight: 300;
    color: #545454;
    background: #f8f8f8;
    padding: 0.65em 40px 1em 25px;
  }
  /* line 229, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .slide-overlay-content .slide-overlay-text-wrapper .views-field-field-link {
    font-size: 17px;
    font-weight: 600;
    display: none;
  }
  /* line 233, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .slide-overlay-content .slide-overlay-text-wrapper .views-field-field-link a {
    display: block;
    line-height: 1.2;
    color: white;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
    background: #141d58;
    padding: 8px 1em 11px;
  }
  /* line 242, ../sass/_homepage_slideshow.scss */
  .view--homepage-slideshow .slide-overlay-content .slide-overlay-text-wrapper .views-field-field-link a:hover, .view--homepage-slideshow .slide-overlay-content .slide-overlay-text-wrapper .views-field-field-link a:focus {
    text-decoration: none;
  }
}

/*Admin menu fixed header*/
/* line 7, ../sass/_responsive_header.scss */
body.admin-menu .header-wrapper-bg {
  margin-top: 29px;
}

/* line 12, ../sass/_responsive_header.scss */
#header {
  position: relative;
  z-index: 101;
}
/* line 16, ../sass/_responsive_header.scss */
#header .header-wrapper-bg {
  height: 95px;
  border-bottom: 1px solid #003262;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 2;
  top: 0px;
}
/* line 27, ../sass/_responsive_header.scss */
#header .header-wrapper-wrapper {
  position: relative;
}
/* line 31, ../sass/_responsive_header.scss */
#header .header-wrapper-fixed {
  z-index: 5;
  position: absolute;
}
/* line 36, ../sass/_responsive_header.scss */
#header .header-wrapper-nav {
  position: absolute;
  top: 0;
  /* Move the navbar up inside #main's padding. */
  z-index: 4;
  right: 0px;
  height: 95px;
  width: 100%;
}
/* line 43, ../sass/_responsive_header.scss */
#header .header-wrapper-nav .region-header {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
/* line 51, ../sass/_responsive_header.scss */
#header #logo {
  margin: 15px 0 0 10px;
}

/* line 56, ../sass/_responsive_header.scss */
#header.stickyShrunken .header-wrapper-bg {
  height: 66px;
}
/* line 59, ../sass/_responsive_header.scss */
#header.stickyShrunken .header-wrapper-fixed {
  height: 66px;
}
/* line 61, ../sass/_responsive_header.scss */
#header.stickyShrunken .header-wrapper-fixed #logo {
  margin: 15px 0 0 10px;
  max-width: 225px;
}
/* line 66, ../sass/_responsive_header.scss */
#header.stickyShrunken .header-wrapper-nav {
  height: 66px;
}
/* line 69, ../sass/_responsive_header.scss */
#header.stickyShrunken .region-before-header {
  display: none;
}

/* line 75, ../sass/_responsive_header.scss */
#mobileMenuWrapper, #mobileMenuClose {
  display: none;
}

@media all and (max-width: 1180px) {
  /* line 81, ../sass/_responsive_header.scss */
  #page {
    position: relative;
    top: 0px;
  }

  /**
   * Nav Animation
   */
  /* line 89, ../sass/_responsive_header.scss */
  body {
    position: relative;
    right: 0px;
    -webkit-transition: all 0.1s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
  }

  /* line 95, ../sass/_responsive_header.scss */
  body.active {
    position: relative;
    right: 300px;
    -webkit-transition: all 0.1s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.1s ease 0s;
    -o-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
  }
  /* line 100, ../sass/_responsive_header.scss */
  body.active #page {
    position: fixed;
    width: 100%;
  }

  /* line 108, ../sass/_responsive_header.scss */
  #header .header-wrapper-bg {
    height: 66px;
  }
  /* line 111, ../sass/_responsive_header.scss */
  #header .header-wrapper-fixed {
    height: 66px;
    width: 100%;
  }
  /* line 114, ../sass/_responsive_header.scss */
  #header .header-wrapper-fixed #logo {
    margin: 15px 0 0 20px;
    max-width: 225px;
  }
  /* line 119, ../sass/_responsive_header.scss */
  #header .header-wrapper-bg {
    position: relative;
  }
  /* line 122, ../sass/_responsive_header.scss */
  #header .header-wrapper-nav {
    height: auto;
  }
  /* line 124, ../sass/_responsive_header.scss */
  #header .header-wrapper-nav .region-header {
    position: relative;
  }
  /* line 130, ../sass/_responsive_header.scss */
  #header #navigation.js {
    width: 0px;
    overflow: hidden;
    display: block !important;
    -webkit-transition: all 0s linear;
    -webkit-transition-delay: 0.1s;
    -moz-transition: all 0s linear 0.1s;
    -o-transition: all 0s linear 0.1s;
    transition: all 0s linear 0.1s;
    background: #fff;
    right: 0px;
  }
  /* line 142, ../sass/_responsive_header.scss */
  #header #navigation.js.open {
    overflow: visible;
    width: 300px;
    right: -300px;
    -webkit-transition: all 0s linear;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0s linear 0s;
    -o-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
  }

  /**
   * Header
   */
  /* line 158, ../sass/_responsive_header.scss */
  #header #navigation {
    height: auto;
    padding: 14px 0;
    position: absolute;
    top: 0px;
    width: 300px;
    z-index: 2;
    top: -20px;
  }
  /* line 166, ../sass/_responsive_header.scss */
  #header #navigation:before {
    content: ' ';
    height: 100%;
    width: 10px;
    display: block;
    position: absolute;
    text-indent: -999999px;
    -webkit-box-shadow: 6px -1px 7px -5px black inset;
    -moz-box-shadow: 6px -1px 7px -5px black inset;
    box-shadow: 6px -1px 7px -5px black inset;
    z-index: 10000;
    background: none;
    left: 0px;
  }
  /* line 178, ../sass/_responsive_header.scss */
  #header #navigation .region-before-header {
    height: auto !important;
    background: none !important;
    display: block !important;
  }
  /* line 185, ../sass/_responsive_header.scss */
  #header #navigation .region-before-header #mobileMenuClose {
    background: white url("../images/close-nav.png") center center no-repeat;
    /*
    border-left: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    */
    -webkit-box-shadow: -1px 1px 6px 1px #eeeeee;
    -moz-box-shadow: -1px 1px 6px 1px #eeeeee;
    box-shadow: -1px 1px 6px 1px #eeeeee;
    height: 35px;
    text-indent: -99999px;
    cursor: pointer;
    display: block;
    padding: 0px;
    position: relative;
    text-align: right;
    width: 35px;
    float: right;
    color: transparent;
    margin: 6px 0px 0px 0px;
  }
  /* line 203, ../sass/_responsive_header.scss */
  #header #navigation .region-before-header #mobileMenuClose:hover {
    background-color: #EEEEEE;
  }
  /* line 212, ../sass/_responsive_header.scss */
  #header #navigation #block-block-8 {
    position: absolute;
    bottom: 0px;
    width: 100%;
  }
  /* line 216, ../sass/_responsive_header.scss */
  #header #navigation #block-block-8 a {
    width: 100%;
  }
  /* line 220, ../sass/_responsive_header.scss */
  #header #navigation #block-search-form {
    display: none;
  }
  /* line 223, ../sass/_responsive_header.scss */
  #header #navigation #block-menu-menu-portal-menu ul.menu {
    height: auto;
  }
  /* line 226, ../sass/_responsive_header.scss */
  #header #navigation #block-system-main-menu {
    margin-bottom: 25px;
  }
  /* line 229, ../sass/_responsive_header.scss */
  #header #navigation .block-menu, #header #navigation .header--region {
    display: block;
  }
  /* line 232, ../sass/_responsive_header.scss */
  #header #navigation .block-menu a, #header #navigation .header--region a {
    display: block;
    height: auto;
    padding: 0;
    top: 0;
    border: 0;
    padding: 8px 8px 8px 18px;
    margin: 0px;
    color: #191f56;
  }
  /* line 241, ../sass/_responsive_header.scss */
  #header #navigation .block-menu a:hover, #header #navigation .header--region a:hover {
    background: #E8E8EE;
    text-decoration: none;
  }
  /* line 248, ../sass/_responsive_header.scss */
  #header #navigation .block-menu ul, #header #navigation .header--region ul {
    background: none;
    position: relative;
    padding: 0px;
  }
  /* line 252, ../sass/_responsive_header.scss */
  #header #navigation .block-menu ul li, #header #navigation .header--region ul li {
    display: block;
    width: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    border-bottom: 1px solid #EEEEEE;
  }
  /* line 259, ../sass/_responsive_header.scss */
  #header #navigation .block-menu ul li a, #header #navigation .header--region ul li a {
    line-height: 35px;
  }
  /* line 262, ../sass/_responsive_header.scss */
  #header #navigation .block-menu ul li ul, #header #navigation .header--region ul li ul {
    display: block;
    width: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    position: relative;
  }
  /* line 269, ../sass/_responsive_header.scss */
  #header #navigation .block-menu ul li ul li, #header #navigation .header--region ul li ul li {
    display: block;
    width: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    border-bottom: none;
  }
  /* line 276, ../sass/_responsive_header.scss */
  #header #navigation .block-menu ul li ul li a, #header #navigation .header--region ul li ul li a {
    padding: 3px 8px 4px 25px;
  }

  /* line 290, ../sass/_responsive_header.scss */
  #mobileMenuWrapper {
    display: block;
    position: absolute;
    right: 0px;
  }
  /* line 294, ../sass/_responsive_header.scss */
  #mobileMenuWrapper #mobileMenu {
    background: url("../images/hamburger.png") no-repeat top left;
    color: #000;
    height: 20px;
    width: 30px;
    cursor: pointer;
    display: block;
    font-size: 20px;
    position: absolute;
    right: 1px;
    text-transform: uppercase;
    top: 24px;
    right: 10px;
    z-index: 3;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
  }
  /* line 311, ../sass/_responsive_header.scss */
  #mobileMenuWrapper #mobileMenu:after {
    position: relative;
    top: 5px;
    padding: 0 0 0 8px;
    font-size: 32px;
  }
}
/* line 4, ../sass/_news_type.scss */
.view--news-page-template .view-content .views-row .views-field-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  color: #555555;
  margin: 0;
}
/* line 12, ../sass/_news_type.scss */
.view--news-page-template .view-content .views-row .views-field-field-subtitle {
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: #999999;
  margin: 0;
}
/* line 20, ../sass/_news_type.scss */
.view--news-page-template .view-content .views-row .group-section {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 120%;
  color: #868686;
  font-weight: 300;
  padding: 18px 0 15px;
  margin: 19px 0 33px;
  float: left;
  width: 100%;
}
/* line 31, ../sass/_news_type.scss */
.view--news-page-template .view-content .views-row .group-section .node-sharing {
  float: right;
}
/* line 36, ../sass/_news_type.scss */
.view--news-page-template .view-content .views-row .group-section .author-and-date.views-fieldset > span:not(:first-child):before {
  content: ' | ';
}
/* line 43, ../sass/_news_type.scss */
.view--news-page-template .view-content .views-row .views-field-body {
  color: black;
  font-size: 18px;
  line-height: 141%;
  font-weight: 300;
}
/* line 49, ../sass/_news_type.scss */
.view--news-page-template .view-content .views-row .views-field-body strong {
  font-weight: normal;
}

/* line 4, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .views-field-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 120%;
  color: #555555;
  margin: 0;
}
/* line 12, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .views-field-field-subtitle {
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  color: #999999;
  margin: 0;
}
/* line 20, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .group-section {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 120%;
  color: #868686;
  font-weight: 300;
  padding: 18px 0 15px;
  margin: 19px 0 33px;
  float: left;
  width: 100%;
}
/* line 31, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .group-section .node-sharing {
  float: right;
}
/* line 36, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .left-column-group {
  padding-left: 0;
  line-height: 0;
}
/* line 41, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .left-column-group,
.view--event-page-template .view-content .views-row .right-column-group {
  padding-bottom: 31px;
}
/* line 45, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .right-column-group {
  padding-right: 0;
  font-size: 18px;
  line-height: 120%;
  color: black;
  font-weight: 300;
  padding-top: 0.5em;
}
/* line 53, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .right-column-group .views-field {
  margin-bottom: 0.8em;
}
/* line 56, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .right-column-group .views-field:last-child {
  margin-bottom: 0;
}
/* line 60, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .right-column-group .views-field .views-label {
  color: #878787;
}
/* line 64, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .right-column-group .views-field .field-content {
  line-height: 141%;
}
/* line 70, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .views-field-body {
  clear: both;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  font-size: 18px;
  line-height: 141%;
  color: black;
  font-weight: 300;
}
/* line 79, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .views-field-body .views-label {
  font-size: 32px;
  line-height: 120%;
  color: #999999;
  font-weight: 300;
}
/* line 86, ../sass/_event_type.scss */
.view--event-page-template .view-content .views-row .views-field-body .views-label + p {
  margin-top: -2px;
}











/* jb */
.section-people-grouping * article div {
display: none !important;
}

#adBlock {
display: none !important;
}

.page-node-webform * .form-builder-palette-element {
overflow: hidden;
white-space: nowrap;
}


/* jb: clean up edit mode form label display */

.form-item label {
font-size: 21px !important;
font-weight: normal !important;
}

.page-user * #edit-field-people-grouping,
.page-user * #edit-field-zzz9,
.page-user * #edit-field-taxonomy-flags,
.page-user * #edit-account,
.page-user * #edit-account,
.page-user * #edit-account {
display: none !important;
}

/* jb: clean up webform table display */


/* jb: kill table row hovers */
.webform-grid * tr:hover td,
.webform-grid * tr.even:hover td.active,
.webform-grid * tr.odd:hover td.active {
	background: none !important;
}

.webform-grid, .webform-grid * {
border-top: none !important;
}

.webform-grid * td {
vertical-align: middle !important;
}

.webform-grid * .checkbox {
display: table-cell !important;
}


/* jb: 'microsites' sidebar menu styling... */
/*
.menu-name-menu-microsites ul.menu li,
.menu-name-menu-microsites .last,
*/
.menu-name-menu-microsites * li.last {
margin: 4px 0px 32px !important;
}

.menu-name-menu-microsites > ul > li.last {
margin: 25px 0px 32px !important;
}

.menu-name-menu-mircosites > ul > li {
display: block !important;
padding-top: 15px !important;
}


/* jb: 'IEP' sidebar menu styling... */
/*
.menu-name-menu-iep-menu ul.menu li,
.menu-name-menu-iep-menu .last,
*/

.menu-name-menu-iep-menu * li.last {
margin: 4px 0px 32px !important;
}

/*
jb: sets the top-level (parent) menu items in sidebar larger than children
*/

.menu-name-menu-iep-menu > ul > li {
margin: 25px 0px 32px !important;
}

.menu-name-menu-iep-menu > ul > li:first {
	font-size: 22px !important;
}

.menu-name-menu-iep-menu * li.menu-mlid-3235:before {
    content: "Current Programs";
	display: block;
    clear: both;
    margin-bottom: 10px;
	font-family: "freightsans_promedium","Source Sans Pro",sans-serif;
	font-size: 22px;
	border-bottom: 1px dotted #333;
}

.menu-name-menu-iep-menu * li.menu-mlid-3243:before {
    content: "Past Programs";
	display: block;
    clear: both;
    margin-bottom: 10px;
	font-family: "freightsans_promedium","Source Sans Pro",sans-serif;
	font-size: 22px;
	border-bottom: 1px dotted #333;
}

/* jb: 'IEP v2' sidebar menu styling... */
/*
.menu-name-menu-iep-menu ul.menu li,
.menu-name-menu-iep-menu .last,
*/
.menu-name-menu-iep-menu-v2- * li.last {
margin: 4px 0px 32px !important;
}

/*
jb: sets the top-level (parent) menu items in sidebar larger than children
*/

.menu-name-menu-iep-menu-v2- > ul > li {
margin: 25px 0px 32px !important;
}

.menu-name-menu-iep-menu-v2- > ul > li:first {
	font-size: 22px !important;
}

.menu-name-menu-iep-menu-v2- * li.menu-mlid-5309:before {
    content: "Upcoming Events";
	display: block;
    clear: both;
    margin-bottom: 10px;
	font-family: "freightsans_promedium","Source Sans Pro",sans-serif;
	font-size: 22px;
	border-bottom: 1px dotted #333;
}

.menu-name-menu-iep-menu-v2- * li.menu-mlid-4519:before {
    content: "Past Programs";
	display: block;
    clear: both;
    margin-bottom: 10px;
	font-family: "freightsans_promedium","Source Sans Pro",sans-serif;
	font-size: 22px;
	border-bottom: 1px dotted #333;
}

/*
jb: formerly used to select 2 of the 3 IEP items, "make smaller"... going to use :first instead
*//*
.sidebar .block-menu-block ul li.menu-mlid-3235 a,
.sidebar .block-menu-block ul li.menu-mlid-3243 a {
	font-size: 18px !important;
}
*/

.sidebar .block-menu-block ul li a {
	font-size: 18px !important;
}
/*
jb: sets the top-level (parent) menu items in sidebar larger than children
*/
.sidebar > div.block-menu-block > div > ul > li > a {
	font-size: 22px !important;
}

/* jb: 'advising' sidebar menu styling... */
/*
.menu-name-menu-advising ul.menu li,
.menu-name-menu-advising .last,
*/
.menu-name-menu-advising * li.last {
margin: 4px 0px 32px !important;
}
/*
.menu-name-menu-advising > ul > li.last {
xmargin: 25px 0px 32px !important;
}
*/






/* jb: webform clean-up ... gold buttons for UI ? */

fieldset {
margin-bottom: 20px !important;
}

/* jb: webform clean-up ... gold buttons for UI ? */
.edit-submit, .webform-next, .webform-previous, .button-primary, .form-submit, .webform-submit, #edit-actions-submit, #edit-actions-cancel, #edit-cancel {
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(253, 181, 21);
background-image: none;
background-origin: padding-box;
background-size: auto;
box-sizing: border-box;
color: rgb(0, 50, 98);
cursor: auto;
display: inline-block;
font-family: freightsans_promedium, 'Source Sans Pro', sans-serif;
font-size: 20px;
font-weight: 300;
height: 39px;
line-height: 24px;
padding-bottom: 8px;
padding-left: 25px;
padding-right: 28px;
margin-right: 28px;
padding-top: 7px;
text-decoration: none;
text-transform: uppercase;
/*
word-wrap: break-word;
*/
border: none !important;
}

.vbo-views-form * .form-submit,
.views-exposed-form * .form-submit {
font-size: 70%;
font-weight: 900;
/* 160209 jb: removed b/c it is crunching the VBO "select all rows" button in CNR theme
height: 50%;
//... 85* works better! :jb */
height: 85%;
line-height: 50%;
padding-bottom: 8px;
padding-left: 25px;
padding-right: 28px;
margin-right: 28px;
padding-top: 7px;
}

.edit-submit:hover, .webform-next:hover, .webform-previous:hover, .button-primary:hover, .form-submit:hover, .webform-submit:hover, #edit-actions-submit:hover, #edit-actions-cancel:hover, #edit-cancel:hover {
background-color: #002351;
color: #fff;
}



/*jb: FOR DOMAIN ACCESS SUBSITE / IEP (absolute menus) */
/*jbX*/
/* line 376, ../sass/_general.scss */
#block-menu-block-5 {
  margin-bottom: 0;
  float: right;
  clear: both;
}
/* line 385, ../sass/_general.scss */
#block-menu-block-5 ul.menu {
  padding-left: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
  overflow: hidden;
}
/* line 393, ../sass/_general.scss */
#block-menu-block-5 ul.menu li {
  list-style: none;
}
@media all and (min-width: 1180px) {
  /* line 393, ../sass/_general.scss */
  #block-menu-block-5 ul.menu li {
    float: left;
    padding: 0px;
  }
  /* line 401, ../sass/_general.scss */
  #block-menu-block-5 ul.menu li:hover a {
    color: #fff;
    background: #003262;
  }
  /* line 407, ../sass/_general.scss */
  #block-menu-block-5 ul.menu li.last {
    padding-right: 0px;
  }
  /* line 410, ../sass/_general.scss */
  #block-menu-block-5 ul.menu li ul {
    padding-top: 0 !important;
    border: 1px solid #181d57 !important;
    border-top: 0 !important;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.28);
    margin-left: 0px;
    max-width: 250px !important;
  }
  /* line 418, ../sass/_general.scss */
  #block-menu-block-5 ul.menu li ul li {
    padding: 0;
  }
  /* line 421, ../sass/_general.scss */
  #block-menu-block-5 ul.menu li ul li a {
    font-size: 20px !important;
    color: #b8b8b8 !important;
    text-transform: none;
    font-weight: 300 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 1.75em;
  }
  /* line 430, ../sass/_general.scss */
  #block-menu-block-5 ul.menu li ul li a:hover {
    color: #003262 !important;
    background: rgba(238, 238, 238, 0.7) !important;
  }
}
/* line 441, ../sass/_general.scss */
#block-menu-block-5 ul.menu li a {
  color: #191f56;
  line-height: 2.2em;
  display: block;
  padding: 0px 22px 4px;
  font-weight: 300;
}
/* line 447, ../sass/_general.scss */
#block-menu-block-5 ul.menu li a.active {
  border-bottom: 4px solid #003262;
  padding-bottom: 0;
}
/* line 453, ../sass/_general.scss */
#block-menu-block-5 ul.menu li a:hover, #block-menu-block-5 ul.menu li a:focus {
  text-decoration: none;
}
/* line 457, ../sass/_general.scss */
#block-menu-block-5 ul.menu li ul {
  position: absolute;
  background: #003262;
  z-index: 100;
  padding: 10px 0px;
  display: none;
}
/* line 463, ../sass/_general.scss */
#block-menu-block-5 ul.menu li ul li {
  margin: 0px;
  height: auto;
  width: 100%;
}
/* line 467, ../sass/_general.scss */
#block-menu-block-5 ul.menu li ul li a, #block-menu-block-5 ul.menu li ul li a:link {
  color: #afafaf;
  padding: 6px 20px 6px 12px;
  display: block;
  font-size: 12px;
  border-bottom: 0px;
  margin: 0px;
}
/* line 474, ../sass/_general.scss */
#block-menu-block-5 ul.menu li ul li a:hover, #block-menu-block-5 ul.menu li ul li a:link:hover {
  background-color: #1b1f23;
  color: #afafaf;
}
/* line 484, ../sass/_general.scss */
#block-menu-block-5 ul.menu li:hover {
  /*
   &.expanded:after{
       border-bottom: #2E363F 10px solid;
       content: " ";
       display: block;
       position: absolute;
       width: 0;
       height: 0;
       left: 40%;
       bottom: 2px;
       border-left: 10px solid transparent;
       border-right: 10px solid transparent;
   }
   */
}
/* line 499, ../sass/_general.scss */
#block-menu-block-5 ul.menu li:hover ul {
  display: block;
}
/* line 226, ../sass/_responsive_header.scss */
/* buggy-jb
#header #navigation #block-menu-block-5 {
margin-bottom: 25px;
}
*/

/* line 241, ../sass/_general.scss */
#block-menu-block-6 {
  float: left;
  margin-bottom: 0;
}
@media all and (max-width: 1060px) {
  /* line 241, ../sass/_general.scss */
  #block-menu-block-6 {
    display: none;
  }
}
/* line 249, ../sass/_general.scss */
#block-menu-block-6 ul.menu {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  background: #e6e6ef;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 0px;
  height: 39px;
}
/* line 259, ../sass/_general.scss */
#block-menu-block-6 ul.menu li {
  list-style: none;
  float: left;
  margin: 0px;
  padding: 0px;
}
/* line 265, ../sass/_general.scss */
#block-menu-block-6 ul.menu li a {
  color: #003262;
  margin: 0px;
  text-decoration: none;
  padding: 15px 15px;
  line-height: 42px;
  font-weight: 100;
}
/* line 272, ../sass/_general.scss */
#block-menu-block-6 ul.menu li a:hover {
  background: #003262;
  color: #fff;
}
/* line 278, ../sass/_general.scss */
#block-menu-block-6 ul.menu li.last {
  padding-right: 3px;
}
/* line 281, ../sass/_general.scss */
#block-menu-block-6 ul.menu li.last a {
  margin-right: 0;
}
/* line 223, ../sass/_responsive_header.scss */
#header #navigation #block-menu-block-6 ul.menu {
xheight: 30px !important;
}
/*jbX*/


/* jb: suppress tabs from User: Login screen (req passwd etc) */
.page-user.not-logged-in * .tabs-primary {
display: none !important;
}

/* jb: remove URL redirect from User profiles */
.page-user * .redirect-list {
display: none !important;
}

/* jb: added left/right divs to header (e.g. for parksnext100 logo) */
.header-wrapper-wrapper-left, .header-wrapper-wrapper-right {
display: none;
}


/* jb: css changes to make font awesome icons look right in left sidebar / cribbed from jvs: espm site .css */
/* Social links */
#block-block-20 .pane-title,
#block-block-20 .block-title {
  /*
  background: $color_24;
  color: $color_2;
  text-align: center;
  padding: 7px 0 5px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 24px;
  */
  background: #fdb515;
  color: white;
  text-align: left;
  padding: 10px;
  margin: 0;
  font-weight: 300;
  line-height: 120%;
  font-size: 18px;
  font-family: "freightsans_prolight", "Source Sans Pro", sans-serif;
}
/* line 126, ../sass/_sidebar.scss */
#block-block-20 .content {
  margin: 0;
  background: #eeeeee;
  height: 50px;
  padding: 15px 10px;
}
/* line 131, ../sass/_sidebar.scss */
#block-block-20 .content .col {
  float: left;
  min-height: 20px;
  width: 20%;
  text-align: center;
}
/* line 137, ../sass/_sidebar.scss */
#block-block-20 .content a {
  xbackground: url(../images/social-icons.png) no-repeat top left;
  display: block;
  xwidth: 20px;
  heigth: 20px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 auto;
}

#block-block-20 .content a {
    background: none !important;
    text-indent: 0px !important;
    color: #003262 !important;
    width: 30px !important;
}

#block-block-20 .content {
height: 60px !important;
    padding: 15px 15px !important;
}

#block-block-20 .content a:hover {
    background: none !important;
    text-indent: 0px !important;
    color: #00B5E2 !important;
    width: 30px !important;
}

#block-block-20 .content a {
background: none !important;
text-indent: 0px !important;
color: #003262 !important;
width: 30px !important;
}

#block-block-20 .content {
height: 60px !important;
padding: 15px 15px !important;
}

#block-block-20 .content a:hover {
background: none !important;
text-indent: 0px !important;
color: #00B5E2 !important;
width: 30px !important;
}

#block-block-20 .fa-2x {
    font-size: 1.4em;
}

/* jb-160217: canonizing the hp / featured nodequeue youtube styling... */
.front .view-id-_homepage_featured_page iframe {
margin-top: 7px !important;
width: 270px;
height: 169px;
}
/* jb-160310: disabling per non-youtube...
.front .view-id-_homepage_featured_page h3.views-field-title {
display: none !important;
}
*/

.front .view-id-_homepage_featured_page p:first-of-type {
margin-top: 17px !important;
line-height: 20px !important;
color: #000 !important;
font-size: 14px !important;
}
.front .view-id-_homepage_featured_page h3.views-field-title.preserve {
margin-top: 9px !important;
display: block !important;
}

/* :jb-160217 */


li.statistics_counter {
display: none;
}

.in-the-news:first-of-type h3 {
margin-top: 0;
}

.in-the-news h2 {
margin-top: 20px !important;
margin-bottom: 20px !important;
}

.in-the-news h3 {
font-family: freightsans_prosemibold;
font-size: 24px;
margin-bottom: 0;
line-height: 1.1em;
}

.in-the-news .views-field-field-date-of-article {
font-family: freightsans_probook;
font-size: 18px;
margin-top: 0;
}

.in-the-news .field-content.dotted {
    border-bottom: 1px solid #EEE;
/*
border-bottom: 1px dotted #003262;
border-bottom: 2px solid #003262;
*/
	padding-bottom: 20px;
}

.in-the-news.views-row-last .field-content.dotted,
.in-the-news .views-row-last .field-content.dotted {
	border-bottom: none;
	padding-bottom: 0;
}

.in-the-news .more-link a {
    font-weight: 300;
    background: #eeefef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    margin-top: 20px;
    padding: 8px 13px 9px;
    display: block;
    float: left;
    line-height: 1em;
    color: #003262;
    text-decoration: none;
}

.panel-pane.in-the-news h3 {
font-size: 18px !important;
line-height: 1.3em !important;
}

.panel-pane.in-the-news .views-field-field-date-of-article {
font-size: 16px !important;
}

.panel-pane.in-the-news .field-content.dotted {
padding-bottom: 14px !important;
}

/* JP: Front Page Image Column Edit*/

.view--homepage-featured-event, .view--homepage-featured-page {
   margin-top: 0px;
}

/* :JP */

/* jb: - NatGeo-inspired responsive iframe */
.featured-video {
display: block;
clear: both;
padding-bottom: 1em;
}
.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
padding-top: 57.0312%;
}
.featured-video-has-caption .video {
    background: #f2f2f2;
    margin-bottom: 18px;
}
.hentry .featured-image,
.hentry .featured-video,
.hentry .gallery {
    margin-bottom: 20px;
}
.featured-video-has-caption {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
border-color: #fff;
border-width: 0px;
border-style: none;
}
/* :jb - NatGeo-inspired responsive iframe */

@media (max-width: 991px) {

.front .views-field-field-image {
width: 100% !important;
}

@media (max-width: 991px) {

.front .views-field-field-image {
width: 100% !important;
}

.front .panel-3col .panel-col-last .inside {
margin-left: 0 !important;
}

.front .panel-3col .panel-col-last .col-md-6 {
padding-right: 0 !important;
}

}



/* ### */
