/****** FILE: themes/gcsb/css/layout.css *****/
/* The general rule is that the styles from here will not be needed for the CMS editor.
 * Styles related to content editing should go into typography.[s]css files
 */
/*!
 * Bootstrap v3.0.0-wip
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* CSS3 Two Tone borders - IE9+ */
/* Fix for responsive images - use on IMG tag */
/* Mobile icons for retina display */
/**
 * Mixin divides width of parent between children. It requires the parent to
 * have a size class representing the number of children (eg: class="size_3").
 * It will take this and divide the width by that number of elements.
 *
 * Note: In silverstripe templates you can use $Count on a set of items you
 * are about to loop throught to get the total number. EG:
 * <ul class="size_{$Menu.Count}">
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .btn > .caret, .Actions .action > .caret,
  .dropup > .btn > .caret,
  .Actions .dropup > .action > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: white;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #2675bf;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2268aa;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.container:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.row:after {
  clear: both;
}

.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,
.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,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.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 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333%;
}

.col-xs-2 {
  width: 16.666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.333333333%;
}

.col-xs-5 {
  width: 41.666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333%;
}

.col-xs-8 {
  width: 66.666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.333333333%;
}

.col-xs-11 {
  width: 91.666666667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .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 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333%;
  }

  .col-sm-2 {
    width: 16.666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.333333333%;
  }

  .col-sm-5 {
    width: 41.666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333%;
  }

  .col-sm-8 {
    width: 66.666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.333333333%;
  }

  .col-sm-11 {
    width: 91.666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.333333333%;
  }

  .col-sm-push-2 {
    left: 16.666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.333333333%;
  }

  .col-sm-push-5 {
    left: 41.666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333%;
  }

  .col-sm-push-8 {
    left: 66.666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.333333333%;
  }

  .col-sm-push-11 {
    left: 91.666666667%;
  }

  .col-sm-pull-1 {
    right: 8.333333333%;
  }

  .col-sm-pull-2 {
    right: 16.666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.333333333%;
  }

  .col-sm-pull-5 {
    right: 41.666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333%;
  }

  .col-sm-pull-8 {
    right: 66.666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.333333333%;
  }

  .col-sm-pull-11 {
    right: 91.666666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.666666667%;
  }
}
@media (min-width: 960px) {
  .container {
    max-width: 970px;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333%;
  }

  .col-md-2 {
    width: 16.666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.333333333%;
  }

  .col-md-5 {
    width: 41.666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333%;
  }

  .col-md-8 {
    width: 66.666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.333333333%;
  }

  .col-md-11 {
    width: 91.666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333%;
  }

  .col-md-push-2 {
    left: 16.666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.333333333%;
  }

  .col-md-push-5 {
    left: 41.666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333%;
  }

  .col-md-push-8 {
    left: 66.666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.333333333%;
  }

  .col-md-push-11 {
    left: 91.666666667%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333%;
  }

  .col-md-pull-2 {
    right: 16.666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.333333333%;
  }

  .col-md-pull-5 {
    right: 41.666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333%;
  }

  .col-md-pull-8 {
    right: 66.666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.333333333%;
  }

  .col-md-pull-11 {
    right: 91.666666667%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.666666667%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .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 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333%;
  }

  .col-lg-2 {
    width: 16.666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.333333333%;
  }

  .col-lg-5 {
    width: 41.666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333%;
  }

  .col-lg-8 {
    width: 66.666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.333333333%;
  }

  .col-lg-11 {
    width: 91.666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333%;
  }

  .col-lg-push-2 {
    left: 16.666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.333333333%;
  }

  .col-lg-push-5 {
    left: 41.666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333%;
  }

  .col-lg-push-8 {
    left: 66.666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.333333333%;
  }

  .col-lg-push-11 {
    left: 91.666666667%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333%;
  }

  .col-lg-pull-2 {
    right: 16.666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.333333333%;
  }

  .col-lg-pull-5 {
    right: 41.666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333%;
  }

  .col-lg-pull-8 {
    right: 66.666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.333333333%;
  }

  .col-lg-pull-11 {
    right: 91.666666667%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-offset-1 {
    margin-left: 8.333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.666666667%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

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;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder, input.text:-moz-placeholder, input.file:-moz-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input.text::-moz-placeholder, input.file::-moz-placeholder {
  color: #999999;
}
.form-control:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input.text:-ms-input-placeholder, input.file:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input.text::-webkit-input-placeholder, input.file::-webkit-input-placeholder {
  color: #999999;
}

.form-control, textarea, select, input.text, input.file {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus, textarea:focus, select:focus, input.text:focus, input.file: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);
}
.form-control[disabled], textarea[disabled], select[disabled], input[disabled].text, input[disabled].file, .form-control[readonly], textarea[readonly], select[readonly], input[readonly].text, input[readonly].file, fieldset[disabled] .form-control, fieldset[disabled] textarea, fieldset[disabled] select, fieldset[disabled] input.text, fieldset[disabled] input.file {
  cursor: not-allowed;
  background-color: #eeeeee;
}

textarea.form-control, textarea {
  height: auto;
}

.form-group, form div.field {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled], fieldset[disabled]
input[type="checkbox"],
.radio[disabled], fieldset[disabled]
.radio,
.radio-inline[disabled], fieldset[disabled]
.radio-inline,
.checkbox[disabled], fieldset[disabled]
.checkbox,
.checkbox-inline[disabled], fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.input-sm, .input-group-sm > .form-control, .input-group-sm > textarea, .input-group-sm > select, .input-group-sm > input.text, .input-group-sm > input.file,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.Actions .input-group-sm > .input-group-btn > .action {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn,
.Actions .input-group-sm > .input-group-btn > select.action {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
.Actions .input-group-sm > .input-group-btn > textarea.action {
  height: auto;
}

.input-lg, .input-group-lg > .form-control, .input-group-lg > textarea, .input-group-lg > select, .input-group-lg > input.text, .input-group-lg > input.file,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.Actions .input-group-lg > .input-group-btn > .action {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn,
.Actions .input-group-lg > .input-group-btn > select.action {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg, .input-group-lg > textarea,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
.Actions .input-group-lg > .input-group-btn > textarea.action {
  height: auto;
}

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853;
}
.has-warning .form-control, .has-warning textarea, .has-warning select, .has-warning input.text, .has-warning input.file {
  border-color: #c09853;
  -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);
}
.has-warning .form-control:focus, .has-warning textarea:focus, .has-warning select:focus, .has-warning input.text:focus, .has-warning input.file:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}

.has-error .help-block,
.has-error .control-label {
  color: #b94a48;
}
.has-error .form-control, .has-error textarea, .has-error select, .has-error input.text, .has-error input.file {
  border-color: #b94a48;
  -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);
}
.has-error .form-control:focus, .has-error textarea:focus, .has-error select:focus, .has-error input.text:focus, .has-error input.file:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}

.has-success .help-block,
.has-success .control-label {
  color: #468847;
}
.has-success .form-control, .has-success textarea, .has-success select, .has-success input.text, .has-success input.file {
  border-color: #468847;
  -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);
}
.has-success .form-control:focus, .has-success textarea:focus, .has-success select:focus, .has-success input.text:focus, .has-success input.file:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}

.form-control-static {
  margin-bottom: 0;
  padding-top: 7px;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group, .form-inline form div.field, form .form-inline div.field, .navbar-form form div.field, form .navbar-form div.field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control, .form-inline textarea, .navbar-form textarea, .form-inline select, .navbar-form select, .form-inline input.text, .navbar-form input.text, .form-inline input.file, .navbar-form input.file {
    display: inline-block;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .form-group, .form-horizontal form div.field, form .form-horizontal div.field {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal form div.field:before, form .form-horizontal div.field:before, .form-horizontal .form-group:after, .form-horizontal form div.field:after, form .form-horizontal div.field:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.form-horizontal .form-group:after, .form-horizontal form div.field:after, form .form-horizontal div.field:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn, .Actions .action {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus, .Actions .action:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .Actions .action:hover, .btn:focus, .Actions .action:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active, .Actions .action:active, .btn.active, .Actions .active.action {
  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);
}
.btn.disabled, .Actions .disabled.action, .btn[disabled], .Actions [disabled].action, fieldset[disabled] .btn, fieldset[disabled] .Actions .action, .Actions fieldset[disabled] .action {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default, .Actions .action {
  color: #333333;
  background-color: white;
  border-color: #cccccc;
}
.btn-default:hover, .Actions .action:hover, .btn-default:focus, .Actions .action:focus, .btn-default:active, .Actions .action:active, .btn-default.active, .Actions .active.action {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.open .btn-default.dropdown-toggle, .open .Actions .dropdown-toggle.action, .Actions .open .dropdown-toggle.action {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active, .Actions .action:active, .btn-default.active, .Actions .active.action {
  background-image: none;
}
.open .btn-default.dropdown-toggle, .open .Actions .dropdown-toggle.action, .Actions .open .dropdown-toggle.action {
  background-image: none;
}
.btn-default.disabled, .Actions .disabled.action, .btn-default.disabled:hover, .Actions .disabled.action:hover, .btn-default.disabled:focus, .Actions .disabled.action:focus, .btn-default.disabled:active, .Actions .disabled.action:active, .btn-default.disabled.active, .Actions .disabled.active.action, .btn-default[disabled], .Actions [disabled].action, .btn-default[disabled]:hover, .Actions [disabled].action:hover, .btn-default[disabled]:focus, .Actions [disabled].action:focus, .btn-default[disabled]:active, .Actions [disabled].action:active, .btn-default[disabled].active, .Actions [disabled].active.action, fieldset[disabled] .btn-default, fieldset[disabled] .Actions .action, .Actions fieldset[disabled] .action, fieldset[disabled] .btn-default:hover, fieldset[disabled] .Actions .action:hover, .Actions fieldset[disabled] .action:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .Actions .action:focus, .Actions fieldset[disabled] .action:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .Actions .action:active, .Actions fieldset[disabled] .action:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .Actions .active.action, .Actions fieldset[disabled] .active.action {
  background-color: white;
  border-color: #cccccc;
}

.btn-primary, .Actions .action.primary {
  color: white;
  background-color: #003046;
  border-color: #001f2d;
}
.btn-primary:hover, .Actions .action.primary:hover, .btn-primary:focus, .Actions .action.primary:focus, .btn-primary:active, .Actions .action.primary:active, .btn-primary.active, .Actions .active.action.primary {
  color: white;
  background-color: #00141d;
  border-color: black;
}
.open .btn-primary.dropdown-toggle, .open .Actions .dropdown-toggle.action.primary, .Actions .open .dropdown-toggle.action.primary {
  color: white;
  background-color: #00141d;
  border-color: black;
}
.btn-primary:active, .Actions .action.primary:active, .btn-primary.active, .Actions .active.action.primary {
  background-image: none;
}
.open .btn-primary.dropdown-toggle, .open .Actions .dropdown-toggle.action.primary, .Actions .open .dropdown-toggle.action.primary {
  background-image: none;
}
.btn-primary.disabled, .Actions .disabled.action.primary, .btn-primary.disabled:hover, .Actions .disabled.action.primary:hover, .btn-primary.disabled:focus, .Actions .disabled.action.primary:focus, .btn-primary.disabled:active, .Actions .disabled.action.primary:active, .btn-primary.disabled.active, .Actions .disabled.active.action.primary, .btn-primary[disabled], .Actions [disabled].action.primary, .btn-primary[disabled]:hover, .Actions [disabled].action.primary:hover, .btn-primary[disabled]:focus, .Actions [disabled].action.primary:focus, .btn-primary[disabled]:active, .Actions [disabled].action.primary:active, .btn-primary[disabled].active, .Actions [disabled].active.action.primary, fieldset[disabled] .btn-primary, fieldset[disabled] .Actions .action.primary, .Actions fieldset[disabled] .action.primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .Actions .action.primary:hover, .Actions fieldset[disabled] .action.primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .Actions .action.primary:focus, .Actions fieldset[disabled] .action.primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .Actions .action.primary:active, .Actions fieldset[disabled] .action.primary:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .Actions .active.action.primary, .Actions fieldset[disabled] .active.action.primary {
  background-color: #003046;
  border-color: #001f2d;
}

.btn-warning {
  color: white;
  background-color: #ce8e00;
  border-color: #b47c00;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: white;
  background-color: #a57200;
  border-color: #775200;
}
.open .btn-warning.dropdown-toggle {
  color: white;
  background-color: #a57200;
  border-color: #775200;
}
.btn-warning:active, .btn-warning.active {
  background-image: none;
}
.open .btn-warning.dropdown-toggle {
  background-image: none;
}
.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: #ce8e00;
  border-color: #b47c00;
}

.btn-danger {
  color: white;
  background-color: #bd4f19;
  border-color: #a64616;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: white;
  background-color: #994014;
  border-color: #702f0f;
}
.open .btn-danger.dropdown-toggle {
  color: white;
  background-color: #994014;
  border-color: #702f0f;
}
.btn-danger:active, .btn-danger.active {
  background-image: none;
}
.open .btn-danger.dropdown-toggle {
  background-image: none;
}
.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: #bd4f19;
  border-color: #a64616;
}

.btn-success {
  color: white;
  background-color: #729a1e;
  border-color: #62841a;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: white;
  background-color: #597817;
  border-color: #3c5110;
}
.open .btn-success.dropdown-toggle {
  color: white;
  background-color: #597817;
  border-color: #3c5110;
}
.btn-success:active, .btn-success.active {
  background-image: none;
}
.open .btn-success.dropdown-toggle {
  background-image: none;
}
.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: #729a1e;
  border-color: #62841a;
}

.btn-info {
  color: white;
  background-color: #009bbb;
  border-color: #0086a2;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
  color: white;
  background-color: #007992;
  border-color: #005364;
}
.open .btn-info.dropdown-toggle {
  color: white;
  background-color: #007992;
  border-color: #005364;
}
.btn-info:active, .btn-info.active {
  background-image: none;
}
.open .btn-info.dropdown-toggle {
  background-image: none;
}
.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: #009bbb;
  border-color: #0086a2;
}

.btn-link {
  color: #2675bf;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #2268aa;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .Actions .btn-group-lg > .action {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn, .Actions .btn-group-sm > .action,
.btn-xs,
.btn-group-xs > .btn,
.Actions .btn-group-xs > .action {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn, .Actions .btn-group-xs > .action {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group.col {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control, .input-group textarea, .input-group select, .input-group input.text, .input-group input.file {
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group textarea,
.input-group select,
.input-group input.text,
.input-group input.file {
  display: table-cell;
}
.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),
.input-group textarea:not(:first-child):not(:last-child),
.input-group select:not(:first-child):not(:last-child),
.input-group input.text:not(:first-child):not(:last-child),
.input-group input.file:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn,
.Actions .input-group-sm > .input-group-btn > .input-group-addon.action {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn,
.Actions .input-group-lg > .input-group-btn > .input-group-addon.action {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group textarea:first-child, .input-group select:first-child, .input-group input.text:first-child, .input-group input.file:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.Actions .input-group-btn:first-child > .action,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.Actions .input-group-btn:last-child > .action:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group textarea:last-child, .input-group select:last-child, .input-group input.text:last-child, .input-group input.file:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.Actions .input-group-btn:last-child > .action,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.Actions .input-group-btn:first-child > .action:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn, .Actions .input-group-btn > .action {
  position: relative;
}
.input-group-btn > .btn + .btn, .Actions .input-group-btn > .action + .btn, .Actions .input-group-btn > .btn + .action, .Actions .input-group-btn > .action + .action {
  margin-left: -4px;
}
.input-group-btn > .btn:hover, .Actions .input-group-btn > .action:hover, .input-group-btn > .btn:active, .Actions .input-group-btn > .action:active {
  z-index: 2;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid black;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 0 dotted;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.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;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #003046;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: white;
  text-decoration: none;
  outline: 0;
  background-color: #003046;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.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;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid black;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 960px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: white;
  background-color: #003046;
  border-color: #003046;
}
.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #13b5ff;
}

a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: whitesmoke;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: white;
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table {
  border-top: 1px solid #dddddd;
}

.panel-heading {
  border: 1px solid #dddddd;
}
.panel-heading a {
  padding: 7px 15px;
  display: block;
}
.panel-heading a i.open {
  padding-top: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  border-top: 1px solid #dddddd;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.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);
}
.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2675bf;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 5px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: white;
  background-color: #003046;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  border-bottom: 1px solid #dddddd;
  margin-right: 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a {
  border-bottom-color: white;
}

.tabbable:before, .tabbable:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #2675bf;
  border-bottom-color: #2675bf;
}

.nav a:hover .caret {
  border-top-color: #2268aa;
  border-bottom-color: #2268aa;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar:after {
  clear: both;
}
@media (min-width: 960px) {
  .navbar {
    border-radius: 3px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 960px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 960px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 960px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}
@media (min-width: 960px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}
@media (min-width: 960px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  z-index: 1030;
  top: 0;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 960px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 960px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 960px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 960px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.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) {
  .navbar-form .form-group, .navbar-form form div.field, form .navbar-form div.field {
    margin-bottom: 5px;
  }
}
@media (min-width: 960px) {
  .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;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 960px) {
  .navbar-text {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.navbar-default {
  background-color: #003046;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: white;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: white;
}
.navbar-default .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: rgba(255, 255, 255, 0.8);
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: white;
  background-color: #002232;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #001822;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: rgba(255, 255, 255, 0.8);
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #002232;
  color: white;
}
.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: white;
  border-bottom-color: white;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: rgba(255, 255, 255, 0.8);
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: white;
    background-color: #002232;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: white;
}
.navbar-default .navbar-link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.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;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: white;
}
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: white;
  border-bottom-color: white;
}
.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}
.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: white;
  border-bottom-color: white;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .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;
  }
  .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;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}

.btn-default .caret, .Actions .action .caret {
  border-top-color: #333333;
}
.btn-primary .caret, .Actions .action.primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret, .dropup .Actions .action .caret, .Actions .dropup .action .caret {
  border-bottom-color: #333333;
}
.dropup .btn-primary .caret, .dropup .Actions .action.primary .caret, .Actions .dropup .action.primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn, .Actions .btn-group > .action,
.btn-group-vertical > .btn,
.Actions .btn-group-vertical > .action {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .Actions .btn-group > .action:hover, .btn-group > .btn:focus, .Actions .btn-group > .action:focus, .btn-group > .btn:active, .Actions .btn-group > .action:active, .btn-group > .btn.active, .Actions .btn-group > .active.action,
.btn-group-vertical > .btn:hover,
.Actions .btn-group-vertical > .action:hover,
.btn-group-vertical > .btn:focus,
.Actions .btn-group-vertical > .action:focus,
.btn-group-vertical > .btn:active,
.Actions .btn-group-vertical > .action:active,
.btn-group-vertical > .btn.active,
.Actions .btn-group-vertical > .active.action {
  z-index: 2;
}
.btn-group > .btn:focus, .Actions .btn-group > .action:focus,
.btn-group-vertical > .btn:focus,
.Actions .btn-group-vertical > .action:focus {
  outline: none;
}

.btn-group .btn + .btn, .btn-group .Actions .action + .btn, .Actions .btn-group .action + .btn, .btn-group .Actions .btn + .action, .Actions .btn-group .btn + .action, .btn-group .Actions .action + .action, .Actions .btn-group .action + .action,
.btn-group .btn + .btn-group,
.btn-group .Actions .action + .btn-group,
.Actions .btn-group .action + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .Actions .btn-group + .action,
.Actions .btn-group .btn-group + .action,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn, .Actions .btn-toolbar > .action + .btn, .Actions .btn-toolbar > .btn + .action, .Actions .btn-toolbar > .action + .action,
.btn-toolbar > .btn + .btn-group,
.Actions .btn-toolbar > .action + .btn-group,
.btn-toolbar > .btn-group + .btn,
.Actions .btn-toolbar > .btn-group + .action,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .Actions .btn-group > .action:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .Actions .btn-group > .action:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .Actions .btn-group > .action:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .Actions .btn-group > .action:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .Actions .btn-group > .btn-group:not(:first-child):not(:last-child) > .action {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .Actions .btn-group > .btn-group:first-child > .action:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child, .Actions .btn-group > .btn-group:last-child > .action:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .Actions .btn-group > .action + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .Actions .btn-group-lg.btn-group > .action + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.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);
}

.btn .caret, .Actions .action .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .Actions .btn-group-lg > .action .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .Actions .btn-group-lg > .action .caret, .Actions .dropup .btn-group-lg > .action .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .Actions .btn-group-vertical > .action,
.btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn, .Actions .btn-group-vertical > .btn-group > .action {
  float: none;
}
.btn-group-vertical > .btn + .btn, .Actions .btn-group-vertical > .action + .btn, .Actions .btn-group-vertical > .btn + .action, .Actions .btn-group-vertical > .action + .action,
.btn-group-vertical > .btn + .btn-group,
.Actions .btn-group-vertical > .action + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.Actions .btn-group-vertical > .btn-group + .action,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .Actions .btn-group-vertical > .action:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child), .Actions .btn-group-vertical > .action:first-child:not(:last-child) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child), .Actions .btn-group-vertical > .action:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .Actions .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .action {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .Actions .btn-group-vertical > .btn-group:first-child > .action:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child, .Actions .btn-group-vertical > .btn-group:last-child > .action:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified .btn, .btn-group-justified .Actions .action, .Actions .btn-group-justified .action {
  float: none;
  display: table-cell;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], .Actions [data-toggle="buttons"] > .action > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"],
.Actions [data-toggle="buttons"] > .action > input[type="checkbox"] {
  display: none;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #999999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.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: #003046;
  border-color: #003046;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: white;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: white;
  cursor: not-allowed;
}

.modal-open {
  overflow: hidden;
}
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

body.modal-open {
  margin-right: 15px;
}

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -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;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050;
}

.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: none;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: black;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.428571429px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn, .modal-footer .Actions .action + .btn, .Actions .modal-footer .action + .btn, .modal-footer .Actions .btn + .action, .Actions .modal-footer .btn + .action, .modal-footer .Actions .action + .action, .Actions .modal-footer .action + .action {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .Actions .action + .btn, .Actions .modal-footer .btn-group .action + .btn, .modal-footer .btn-group .Actions .btn + .action, .Actions .modal-footer .btn-group .btn + .action, .modal-footer .btn-group .Actions .action + .action, .Actions .modal-footer .btn-group .action + .action {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    left: 50%;
    right: auto;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .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);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  text-decoration: none;
  background-color: black;
  border-radius: 3px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  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;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.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;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.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;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: white;
}
.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);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: white;
}
.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;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: white;
}
.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);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: white;
  bottom: -10px;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #fbeed5;
  color: #c09853;
}
.alert-warning hr {
  border-top-color: #f8e5be;
}
.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger hr {
  border-top-color: #e6c1c7;
}
.alert-danger .alert-link {
  color: #953b39;
}

.thumbnail {
  display: block;
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #2675bf;
}

.thumbnail > img {
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.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;
}
.label[href]:hover, .label[href]:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}

.label-default {
  background-color: #999999;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: gray;
}

.label-primary {
  background-color: #003046;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #000d13;
}

.label-success {
  background-color: #729a1e;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #526f16;
}

.label-info {
  background-color: #009bbb;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #007188;
}

.label-warning {
  background-color: #ce8e00;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #9b6b00;
}

.label-danger {
  background-color: #bd4f19;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #903c13;
}

.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: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}

a.badge:hover, a.badge:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge, .Actions .action .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2675bf;
  background-color: white;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: whitesmoke;
  border-radius: 3px;
  -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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  color: white;
  text-align: center;
  background-color: #003046;
  -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;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #729a1e;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-bar-info {
  background-color: #009bbb;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-bar-warning {
  background-color: #ce8e00;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.progress-bar-danger {
  background-color: #bd4f19;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.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);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-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);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-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);
}
.carousel-control:hover, .carousel-control:focus {
  color: white;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}

.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;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid white;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: white;
}

.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);
}
.carousel-caption .btn, .carousel-caption .Actions .action, .Actions .carousel-caption .action {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.142857144;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs,
td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm,
td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md,
td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg,
td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print,
td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: "open_sansbold";
  src: url(../../../themes/gcsb/font/opensans/open_sansbold.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sansbold.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sansbold.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sansbold.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sansbold.svg#open_sansbold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "open_sansbold_italic";
  src: url(../../../themes/gcsb/font/opensans/open_sansbold_italic.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sansbold_italic.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sansbold_italic.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sansbold_italic.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sansbold_italic.svg#open_sansbold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sansitalic";
  src: url(../../../themes/gcsb/font/opensans/open_sansitalic.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sansitalic.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sansitalic.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sansitalic.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sansitalic.svg#open_sansitalic) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sanslight";
  src: url(../../../themes/gcsb/font/opensans/open_sanslight.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sanslight.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sanslight.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sanslight.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sanslight.svg#open_sanslight) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sanslight_italic";
  src: url(../../../themes/gcsb/font/opensans/open_sanslight_italic.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sanslight_italic.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sanslight_italic.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sanslight_italic.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sanslight_italic.svg#open_sanslight_italic) format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "open_sansregular";
  src: url(../../../themes/gcsb/font/opensans/open_sansregular.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sansregular.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sansregular.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sansregular.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sansregular.svg#open_sansregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sanssemibold";
  src: url(../../../themes/gcsb/font/opensans/open_sanssemibold.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sanssemibold.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sanssemibold.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sanssemibold.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sanssemibold.svg#open_sanssemibold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "open_sanssemibold_italic";
  src: url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.svg#open_sanssemibold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}

/*
*	Styling for form related components
*	Userforms module styling includes a little more than custom forms
*	so that they look finished without needing to modify any code.
*	Extend this style to apply userforms styling to your custom forms,
*	or modify it to change the look of your userforms
*/
/*	General 	*/
form div.field {
  margin-bottom: 10px;
}
form div.field:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
*:first-child form div.field {
  zoom: 1;
}
form#Form_Form .req-indicator-message {
  color: #b94a48;
  position: relative;
  font-weight: normal;
  padding-top: 5px;
  line-height: 30px;
  padding-right: 10px;
  display: inline-block;
}
form#Form_Form .req-indicator-message:after {
  content: "*";
  position: absolute;
  right: 0px;
  text-indent: 0%;
}

input,
textarea,
select,
.uneditable-input {
  height: 1.385em;
}

/* Styling for messages */
.message {
  padding: 5px;
  margin-right: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: block;
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  color: #333333;
}
.message.error, label.required, .message.bad, .message.required {
  padding: 5px;
  margin-right: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: block;
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fcf6f6;
  border: 1px solid #f6e3e6;
  color: #b94a48;
}
.message.good, .message.success {
  padding: 5px;
  margin-right: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: block;
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #468847;
}
.message.warning {
  padding: 5px;
  margin-right: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: block;
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fcf8e3;
  border: 1px solid #fbeed5;
  color: #c09853;
}
.message.info {
  padding: 5px;
  margin-right: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  display: block;
  clear: both;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #d9edf7;
  border: 1px solid #bce8f1;
  color: #3a87ad;
}

.required {
  color: #b94a48;
  border-color: #b94a48;
}
.required:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}

/* Label formatting */
label.left {
  font-weight: bold;
}
label.extra {
  font-style: italic;
}
label.required {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  float: none;
  width: 100%;
  max-width: 490px;
}
.textarea label.required {
  width: 100%;
  max-width: 100%;
}

span.extra {
  font-style: italic;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 10px;
}

.requiredField label .req-indicator, .requiredField legend .req-indicator {
  position: relative;
  color: #b94a48;
  overflow: hidden;
  text-indent: -999px;
  display: inline-block;
  width: 6px;
  height: 16px;
}
.requiredField label .req-indicator:after, .requiredField legend .req-indicator:after {
  content: "*";
  position: absolute;
  left: 0;
  text-indent: 0%;
}

legend {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  font-weight: bold;
  border-bottom: 0;
  margin-bottom: 5px;
}

/* Form fields formatting */
textarea {
  width: 100%;
  height: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

select, input.text, input.file {
  width: 100%;
  max-width: 490px;
  height: 2.31em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select.date, input.text.date, input.file.date {
  width: 110px;
  max-width: 100%;
}
#IE7 select.date, #IE7 input.text.date, #IE7 input.file.date {
  width: 100px;
}
#IE7 select, #IE7 input.text, #IE7 input.file {
  height: 20px;
  width: 490px;
  line-height: 20px;
}

input.file {
  border: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding-left: 0;
  line-height: 0.5;
}

/* Checkboxes and radio buttons */
form .optionset {
  list-style: none;
  margin-left: 0;
}
form .optionset input.checkbox {
  display: inline;
  height: auto;
  margin-top: -3px;
}
form .optionset input.radio {
  display: inline;
  height: auto;
  margin-top: -3px;
}
form .optionset label {
  font-weight: normal;
}
form .optionset span.extra,
form .optionset label.extra {
  margin-left: 0;
}
form .optionset ul.optionset {
  margin-bottom: 0;
}

div.checkbox {
  padding-left: 0;
  position: relative;
}
div.checkbox input.checkbox {
  min-height: 9px;
  height: auto;
  margin: 3px 5px 0 0;
}
div.checkbox input.checkbox.required {
  margin-bottom: 40px;
}
div.checkbox label.required {
  position: absolute;
  top: 1.3em;
  margin-top: 5px;
}

/*	Date styles	*/
div.date input {
  margin-right: 5px;
}

.ui-datepicker {
  width: 15em !important;
  max-width: 50% !important;
}

.ui-widget {
  font-size: 12px !important;
  line-height: 12px !important;
}

/* Submit button styling */
.Actions {
  border-top: 1px solid gainsboro;
  padding: 15px 0;
}
.Actions:before, .Actions:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.Actions:after {
  clear: both;
}
.Actions .action {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 10px 10px 0;
  height: 2.31em;
}
.Actions #MemberLoginForm_LoginForm_action_dologin {
  float: left;
}
.Actions #ForgotPassword {
  line-height: 2em;
  font-size: 0.9em;
}
.Actions #ForgotPassword a {
  padding-left: 30px;
}

/* Customise search field */
.search-form {
  margin-top: 60px;
}

/*
* 	Customisations to the styling for main top navigation of sidemenu
*/
@media (max-width: 959px) {
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 959px) {
  .navbar-nav > li > a.has-children {
    padding-right: 30px;
  }
  .navbar-nav > li > a.has-children .caret {
    margin-left: 0;
  }
}

.navbar-nav {
  position: relative;
  float: right;
  margin-bottom: -1px;
}
@media (max-width: 959px) and (min-width: 0) {
  .navbar-nav {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    z-index: 10;
  }
}

.navbar-default {
  border: 0 !important;
}
@media (max-width: 959px) and (min-width: 0) {
  .navbar-default {
    background: none;
  }
}

.navbar-nav > li a {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 8px 15px 15px;
  font-size: 16px;
}
@media (max-width: 959px) and (min-width: 0) {
  .navbar-nav > li a {
    width: 100%;
  }
}

.nav-pills {
  padding-top: 15px;
}

.nav-pills > li {
  font-size: 12px;
  padding-right: 10px;
}
.nav-pills > li.last > a:after {
  display: none;
}
.nav-pills > li > a {
  padding: 5px 8px;
  position: relative;
}
.nav-pills > li > a:after {
  position: absolute;
  right: -5px;
  top: 8px;
  content: "";
  display: block;
  width: 5px;
  height: 15px;
  border-right: 1px solid #fff;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background: rgba(0, 0, 0, 0.3);
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background: rgba(0, 0, 0, 0.3);
}

.navbar span.showChildren {
  position: absolute;
  padding-top: 5px;
  width: 30px;
  height: auto;
  top: 0;
  right: 0;
  text-align: center;
}
@media (min-width: 959px) {
  .navbar span.showChildren {
    display: none;
  }
}
.navbar span.showChildren:hover .caret {
  border-top-color: #2268aa;
  border-bottom-color: #2268aa;
}

.navbar .dropdown.open .showChildren .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #2675bf;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 959px) {
  .navbar span.showChildren {
    margin-top: 0;
    right: 23px;
  }
  .navbar .dropdown.open .dropdown-menu {
    width: 100%;
    border: none;
    float: none;
    box-shadow: none;
    position: relative;
  }

  .navbar-responsive-collapse {
    margin-top: 50px;
  }
  .navbar-responsive-collapse .navbar-nav {
    margin-top: 0;
  }
}
/* Side navigation */
.sidebar-nav {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f8f8f8;
  border-radius: 3px;
}
.sidebar-nav .nav li a {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar-nav .nav .nav li {
  /* third level */
}
.sidebar-nav .nav .nav li a {
  padding-left: 30px;
  padding-right: 30px;
}
.sidebar-nav .nav .nav li .nav li {
  /* fourth level */
}
.sidebar-nav .nav .nav li .nav li a {
  padding-left: 45px;
  padding-right: 45px;
}
.sidebar-nav .nav .nav li .nav li .nav li {
  /* fifth level */
}
.sidebar-nav .nav .nav li .nav li .nav li a {
  padding-left: 60px;
  padding-right: 60px;
}
.sidebar-nav .nav .nav li .nav li .nav li .nav li {
  /* sixth level */
}
.sidebar-nav .nav .nav li .nav li .nav li .nav li a {
  padding-left: 75px;
  padding-right: 75px;
}
.sidebar-nav .nav a:hover, .sidebar-nav .nav a.active {
  background-color: #002232;
}
.sidebar-nav .nav .active > a {
  color: white;
}
.sidebar-nav .active > a,
.sidebar-nav .active:hover > a,
.sidebar-nav .active:focus > a,
.sidebar-nav .section > a {
  font-weight: bold;
}

.navbar .btn-navbar {
  float: left;
}
.navbar .btn-navbar .nav-text {
  float: left;
  color: #c7c7c7;
  margin-right: 7px;
  text-shadow: none;
}
.navbar .btn-navbar .nav-right {
  float: right;
  margin-top: 3px;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus {
  border-color: #555555;
  background: #333333;
}
.navbar .btn-navbar:hover .nav-text, .navbar .btn-navbar:focus .nav-text {
  color: white;
}

.nav-stacked > li + li {
  margin-top: 0;
}

@media (max-width: 979px) {
  .no-js .navbar button.btn-navbar {
    display: none;
  }
}
/*
 * Sty,ling iof sidebar components
 */
.sidebar-nav h6,
.sidebar-nav form {
  padding: 0 14px;
}

.sidebar-nav {
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: 40px;
}

#IE6 .sidebar-form {
  padding-bottom: 40px;
}
.sidebar-form div.field .field-note {
  clear: both;
  font-style: italic;
  font-size: 0.9em;
  max-width: 170px;
}
#IE6 .sidebar-form div.field input, #IE6 .sidebar-form div.field select {
  height: 20px;
}
#IE8 .sidebar-form .Actions {
  filter: none;
}
.sidebar-form .message {
  margin: 10px;
}

/*
 * Styles for the main page header
 */
.header {
  background-color: #003046;
  padding: 8px 0 0px;
}
.header .brand a {
  border-bottom: 0;
  display: block;
  float: left;
  font-size: 3em;
  font-weight: bold;
  height: 160px;
  line-height: 1em;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 10px;
  overflow: hidden;
  padding-bottom: 33px;
  position: relative;
  width: 37%;
  z-index: 2;
}
@media (max-width: 959px) and (min-width: 0) {
  .header .brand a {
    width: 80%;
    height: auto;
  }
}
.header .brand a span {
  height: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 0;
  position: absolute;
  top: -200%;
}
.header .brand a:hover img {
  border: 0;
  opacity: 1;
}
.header .brand a:visited {
  color: black;
}
.header #lang {
  float: right;
  margin-top: 10px;
}
.header #lang li {
  display: inline;
  margin-left: 10px;
  list-style: none;
}

/*
 * Styles for the main page footer
 */
.footer {
  color: #fff;
  background-color: #003046;
}
.footer .nav {
  margin-top: 2px;
}
.footer .footer-copyright {
  padding: 5px;
}
.footer .footer-copyright p {
  font-size: 12px;
}
.footer .nav-pills {
  padding-top: 25px;
  padding-bottom: 5px;
}
.footer .footer-logo {
  float: right;
  padding-top: 30px;
  width: 200px;
  margin-bottom: 10px;
}
.footer .footer-logo:before, .footer .footer-logo:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.footer .footer-logo:after {
  clear: both;
}
.footer a {
  color: #fff;
}

/*
 * Slider styles 
 */
.slide-link {
  position: absolute;
  height: 100%;
  width: 100%;
}

ul.slides {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.slides img {
  padding: 0;
  border: 0;
}

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  margin: 30px 0 -40px;
  padding: 0;
  min-height: 240px;
  overflow: hidden;
}
.flexslider p {
  font-size: 16px;
}
.flexslider .slides > li {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  display: none;
  -webkit-backface-visibility: hidden;
  float: left;
  width: 100%;
  height: 240px;
}
@media screen and (max-width: 959px) {
  .flexslider .slides > li {
    height: 300px;
  }
}
.flexslider .slides > li.flex-active-slide {
  display: block;
}
.flexslider .slides img {
  display: block;
  float: right;
  display: inline-block;
  border: 0;
  margin: 0;
  max-width: 100%;
}
.flexslider .slides .image-wrap {
  height: 240px;
  overflow: hidden;
  padding: 0;
  width: 70%;
  float: right;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 959px) {
  .flexslider .slides .image-wrap {
    display: none;
  }
}
.flexslider .slides .has-image .text {
  -webkit-box-shadow: 2px 0 0 -1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 0 -1px rgba(0, 0, 0, 0.2);
  width: 30%;
  z-index: 5;
}
@media screen and (max-width: 959px) {
  .flexslider .slides .has-image .text {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
}
.flexslider .slides .text {
  position: absolute;
  z-index: 5;
  width: 100%;
  max-width: 800px;
  height: 100%;
  float: left;
  padding: 30px;
}
@media screen and (max-width: 959px) {
  .flexslider .slides .text {
    height: 260px;
    overflow: hidden;
    padding-top: 20px;
  }
}
.flexslider .slides .text p, .flexslider .slides .text h2, .flexslider .slides .text h3, .flexslider .slides .text h4, .flexslider .slides .text h5, .flexslider .slides .text h6, .flexslider .slides .text blockquote {
  color: #fff;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .slides {
  display: block;
}

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
}

.flex-viewport {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  max-height: 2000px;
}

.loading .flex-viewport {
  max-height: 300px;
}

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  height: 40px;
  margin: -20px 0 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  top: 50%;
  width: 40px;
  z-index: 10;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-next:hover {
  opacity: 1;
}
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .flex-control-nav {
    bottom: 0px;
  }
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.7);
  width: 12px;
  height: 12px;
  display: block;
  background: #D7D7D7;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
  z-index: 6;
}
.flex-control-paging li a:hover {
  background: #fff;
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: #fff;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.features .content-tile {
  padding: 30px;
}
@media screen and (max-width: 959px) {
  .features .content-tile {
    padding: 15px 30px;
  }
}
.features .content-tile .content-field-body {
  padding-bottom: 40px;
}
.features .content-tile .content-field-body .read-more {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.features .content-tile h2 {
  font-size: 20px;
  color: #003046;
  border-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.features .content-tile h2 a {
  color: #003046;
}
.col-md-3 .content-tile {
  margin-top: 0;
}
.col-md-3 .content-tile h2 {
  margin-top: 0;
}
.content-tile .content-field-body {
  position: relative;
  padding-bottom: 5px;
}

.features {
  margin-left: -30px;
  margin-top: 35px;
}
.features .publications li a, .features .links li a {
  padding: 10px 0;
}

.features .content-tile.intro {
  padding-bottom: 0;
}
.features .content-tile.intro p {
  color: #737373;
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 20px;
}
.features .content-tile.intro hr {
  width: 500px;
}

.layout ul.sitemap {
  border-bottom: 1px solid #dddddd;
}
.no-js .layout ul.sitemap .collapse {
  height: auto;
}
#IE9 .layout ul.sitemap .open .collapse {
  height: auto;
}
#IE9 .layout ul.sitemap .open .collapse .page-toggle {
  display: none;
}
.layout ul.sitemap .page-toggle {
  text-indent: 0;
  left: 0px;
  top: 0px;
  z-index: 5;
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.layout ul.sitemap .page-toggle .button {
  padding-left: 15px;
  display: block;
  height: 40px;
  /* for early i.e. */
}
.layout ul.sitemap .page-toggle .button:hover, .layout ul.sitemap .page-toggle .button:focus {
  text-decoration: none;
}
.layout ul.sitemap .page-toggle .button .linkText {
  height: 0;
  overflow: hidden;
  padding-top: 20px;
  display: block;
  position: absolute;
}
.layout ul.sitemap .page-toggle .button .glyphicon {
  font-size: 12px;
}
.layout ul.sitemap .page-toggle .button.open .glyphicon-plus {
  /* @extend .glyphicon-minus; */
}
.layout ul.sitemap .page-toggle .button.loading .glyphicon {
  background: url(../images/ajax-loader.gif) center bottom no-repeat;
  display: block;
  height: 27px;
  width: 15px;
}
.layout ul.sitemap .page-toggle .button.loading .glyphicon:before {
  display: none;
}
.layout ul.sitemap li {
  background: whitesmoke;
  border-top: 1px solid #dddddd;
  z-index: 0;
  position: relative;
  line-height: 40px;
  margin-bottom: 0;
}
#IE6 .layout ul.sitemap li {
  padding: 8px 0;
}
#IE6 .layout ul.sitemap li .page-toggle {
  display: none;
}
#IE6 .layout ul.sitemap li .collapse {
  height: auto;
}
.layout ul.sitemap li a.sitemap-link {
  padding-left: 30px;
  z-index: 1;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#IE6 .layout ul.sitemap li a.sitemap-link {
  padding: 4px 0;
}
.layout ul.sitemap li a.sitemap-link img {
  border: none;
  margin-top: -3px;
}
.layout ul.sitemap li a.sitemap-link .sitetree-icon {
  margin: 0 10px 0 15px;
}
.layout ul.sitemap li a.sitemap-link:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}
.layout ul.sitemap li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: auto;
}
.layout ul.sitemap li ul li {
  text-indent: 15px;
}
.layout ul.sitemap li ul li .page-toggle {
  padding-left: 20px;
}
.layout ul.sitemap li ul li li {
  background: none;
  border: none;
  text-indent: 25px;
}
.layout ul.sitemap li ul li li.first, .layout ul.sitemap li ul li li.last {
  border: none;
}
.layout ul.sitemap li ul li li .page-toggle {
  padding-left: 30px;
}
.layout ul.sitemap li ul li li li {
  text-indent: 45px;
}
.layout ul.sitemap li ul li li li .page-toggle {
  padding-left: 40px;
}
.layout ul.sitemap li ul li li li li {
  text-indent: 60px;
}
.layout ul.sitemap li ul li li li li .page-toggle {
  padding-left: 50px;
}
.layout ul.sitemap li ul li li li li li {
  text-indent: 75px;
}
.layout ul.sitemap li ul li li li li li .page-toggle {
  padding-left: 60px;
}
.layout ul.sitemap li ul li li li li li li {
  text-indent: 90px;
}
.layout ul.sitemap li ul li li li li li li .page-toggle {
  padding-left: 70px;
}
.layout ul.sitemap li ul li li li li li li li {
  text-indent: 105px;
}
.layout ul.sitemap li ul li li li li li li li .page-toggle {
  padding-left: 80px;
}
.layout ul.sitemap li ul li li li li li li li li {
  text-indent: 120px;
  background-color: rgba(85, 85, 85, 0.2);
}
.layout ul.sitemap li ul li li li li li li li li .page-toggle {
  padding-left: 90px;
}
#IE9 .layout ul.sitemap li ul li li li li li li li li {
  background: none;
}
#IE9 .layout ul.sitemap li ul li li li li li li li li.first, #IE9 .layout ul.sitemap li ul li li li li li li li li.last {
  border: none;
}
.layout ul.sitemap li ul li li li li li li li li.first {
  border-top: #555555;
  border-top: 2px solid rgba(153, 153, 153, 0.5);
}
.layout ul.sitemap li ul li li li li li li li li.last {
  border-bottom: 2px solid rgba(153, 153, 153, 0.5);
}
.layout ul.sitemap li ul li li li li li li li li .in li {
  border: none;
}
.layout ul.sitemap li ul li li li li li li li li li {
  background: none;
  border: none;
}
#IE9 .layout ul.sitemap li ul li li li li li li li li li {
  padding-left: 10px;
}
.layout ul.sitemap li ul li li li li li li li li li.last, .layout ul.sitemap li ul li li li li li li li li li.first {
  border: none;
}
#IE6 .layout ul.sitemap li ul li {
  border: none !important;
}
#IE6 .layout ul.sitemap li ul li.first, #IE6 .layout ul.sitemap li ul li.last {
  border: none;
}
#IE6 .layout ul.sitemap li ul li li {
  border: none;
}
#IE6 .layout ul.sitemap li ul li li.first, #IE6 .layout ul.sitemap li ul li li.last {
  border: none;
}
.layout ul.sitemap li div.collapse {
  display: none;
}
.layout ul.sitemap li div.collapsed {
  display: block;
}
.layout ul.sitemap li div.collapse a,
.layout ul.sitemap li div.collapse .page-toggle a.button {
  display: none;
}

/* 
* Styling for results and pagination. 
* Can be used on search results, news listings, etc 
*/
#SearchResults {
  list-style: none;
  margin-left: 0;
}

.results-list.no-indent article {
  margin-left: -10px;
}
.results-list article {
  padding: 30px 15px;
  border-bottom: 1px solid #eeeeee;
}
.results-list article:before, .results-list article:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.results-list article:after {
  clear: both;
}
.results-list article:first-child {
  padding-top: 0;
}
.results-list article.even {
  background: #fbfbfb;
}
.results-list article p {
  max-width: 790px;
  margin: 0;
  padding: 5px 0;
}
.results-list article h3 {
  margin-top: 0px;
}
.results-list article figure {
  margin-right: 13px;
  float: right;
}
.results-list article header {
  padding: 0;
}
.results-list article time {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -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);
  border: 1px solid #e3e3e3;
  background-color: #F5F5F5;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 55px;
  text-align: center;
  width: 100%;
  max-width: 70px;
}
.results-list article time em {
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  font-family: "open_sansbold", arial, sans-serif;
  line-height: 2em;
}
@media screen and (max-width: 959px) {
  .results-list article time {
    margin-right: 20px;
  }
}

.pagination {
  margin-top: 20px;
  position: relative;
  float: right;
  left: -50%;
  text-align: left;
}
.pagination:before, .pagination:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pagination:after {
  clear: both;
}
.pagination #PageNumbers {
  line-height: 18px;
  list-style: none;
  position: relative;
  left: 50%;
}

.ssendless.pagination {
  float: none;
  left: 0;
  position: static;
  width: 100%;
}
.ssendless.pagination ul.pagination {
  display: none !important;
}
.ssendless.pagination .ss-pagination {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  left: 0;
  position: relative;
  width: 100%;
}
#IE7 .ssendless.pagination .ss-pagination {
  margin: 0 auto;
  width: 95%;
}
.ssendless.pagination .ss-pagination a {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #004160;
  border: 1px solid #001f2d;
  color: #fff;
  display: block;
  line-height: 30px;
  padding-top: 4px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
#IE7 .ssendless.pagination .ss-pagination a {
  margin: 0 auto;
  display: block;
}
.ssendless.pagination .ss-pagination a span {
  margin-left: -15px;
  padding: 15px;
}
.ssendless.pagination .ss-pagination.loading a span {
  background-image: url("../../../themes/nzic/images/icons/spinner.gif");
  background-position: 50% 13px;
  background-repeat: no-repeat;
}
.ssendless.pagination .ss-pagination:hover a {
  background-color: #006493;
}

.pagination {
  float: right;
  left: -50%;
  margin-top: 20px;
  position: relative;
  text-align: left;
}
.pagination:before, .pagination:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pagination:after {
  clear: both;
}
.pagination #PageNumbers {
  left: 50%;
  line-height: 18px;
  list-style: none;
  position: relative;
}

.typography .page-content .pagination-wrap ul {
  -webkit-box-shadow: none;
  box-shadow: none;
  list-style: none;
}
.typography .page-content .pagination-wrap ul li {
  color: #2675bf;
  display: inline;
}
.typography .page-content .pagination-wrap ul li:first-child a, .typography .page-content .pagination-wrap ul li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.typography .page-content .pagination-wrap ul li:before {
  display: none;
}
.typography .page-content .pagination-wrap ul li.active a.disabled {
  background-color: #003a55;
  color: #fff;
}
.typography .page-content .pagination-wrap ul li a {
  border: 1px solid #003046;
  line-height: 25px;
  margin-left: 5px;
  padding-left: 18px;
  padding-right: 9px;
  text-align: center;
}
.typography .page-content .pagination-wrap ul li a.disabled {
  color: #2675bf;
}

/*
 * Contains the colour scheme and texture elements of the GCSB brand
 *
 */
.branding.textures {
  background-repeat: repeat;
  background-position: left -30px;
}
.default .branding.textures.stripe {
  background-color: #816e2c;
  background-image: url(../../../themes/gcsb/images/textures/default.png);
  height: 20px;
  border: 0;
}
.branding.textures.default {
  background-color: #816e2c;
  background-image: url(../../../themes/gcsb/images/textures/default.png);
}
.branding.textures.default .text {
  text-shadow: 0px -1px 0px #50441b;
}
.sky .branding.textures.stripe {
  background-color: #009bbb;
  background-image: url(../../../themes/gcsb/images/textures/sky.png);
  height: 20px;
  border: 0;
}
.branding.textures.sky {
  background-color: #009bbb;
  background-image: url(../../../themes/gcsb/images/textures/sky.png);
}
.branding.textures.sky .text {
  text-shadow: 0px -1px 0px #006479;
}
.sea .branding.textures.stripe {
  background-color: #007a87;
  background-image: url(../../../themes/gcsb/images/textures/sea.png);
  height: 20px;
  border: 0;
}
.branding.textures.sea {
  background-color: #007a87;
  background-image: url(../../../themes/gcsb/images/textures/sea.png);
}
.branding.textures.sea .text {
  text-shadow: 0px -1px 0px #003e45;
}
.technology .branding.textures.stripe {
  background-color: #bd4f19;
  background-image: url(../../../themes/gcsb/images/textures/technology.png);
  height: 20px;
  border: 0;
}
.branding.textures.technology {
  background-color: #bd4f19;
  background-image: url(../../../themes/gcsb/images/textures/technology.png);
}
.branding.textures.technology .text {
  text-shadow: 0px -1px 0px #823711;
}
.people .branding.textures.stripe {
  background-color: #b47c00;
  background-image: url(../../../themes/gcsb/images/textures/people.png);
  height: 20px;
  border: 0;
}
.branding.textures.people {
  background-color: #b47c00;
  background-image: url(../../../themes/gcsb/images/textures/people.png);
}
.branding.textures.people .text {
  text-shadow: 0px -1px 0px #724f00;
}
.earth .branding.textures.stripe {
  background-color: #6a7029;
  background-image: url(../../../themes/gcsb/images/textures/earth.png);
  height: 20px;
  border: 0;
}
.branding.textures.earth {
  background-color: #6a7029;
  background-image: url(../../../themes/gcsb/images/textures/earth.png);
}
.branding.textures.earth .text {
  text-shadow: 0px -1px 0px #3c3f17;
}
.branding.has-image.default {
  background-color: #816e2c;
}
.branding.has-image.default .text {
  text-shadow: 0px -1px 0px #50441b;
}
.branding.has-image.sky {
  background-color: #009bbb;
}
.branding.has-image.sky .text {
  text-shadow: 0px -1px 0px #006479;
}
.branding.has-image.sea {
  background-color: #007a87;
}
.branding.has-image.sea .text {
  text-shadow: 0px -1px 0px #003e45;
}
.branding.has-image.technology {
  background-color: #bd4f19;
}
.branding.has-image.technology .text {
  text-shadow: 0px -1px 0px #823711;
}
.branding.has-image.people {
  background-color: #b47c00;
}
.branding.has-image.people .text {
  text-shadow: 0px -1px 0px #724f00;
}
.branding.has-image.earth {
  background-color: #6a7029;
}
.branding.has-image.earth .text {
  text-shadow: 0px -1px 0px #3c3f17;
}

.default h2, .default h3, .default h4 {
  color: #816e2c;
}
.default .panel-heading {
  background: whitesmoke;
}
.default .panel-heading a, .default .panel-heading a:visited {
  border-top: 1px solid #fff;
  color: #816e2c;
  text-shadow: 1px -1px 0px rgba(255, 255, 255, 0.9);
}
.default .active .panel-heading, .default .panel-heading:hover {
  background-color: #816e2c;
  border-color: #635422;
}
.default .active .panel-heading a, .default .active .panel-heading a:visited, .default .panel-heading:hover a, .default .panel-heading:hover a:visited {
  border-top: 1px solid #9f8836;
  color: #fff;
  text-shadow: 1px -1px 0px #635422;
  text-decoration: none;
}
.default .active .panel-heading:hover {
  background-color: #6e5e26;
  border-color: #5b4e1f;
}
.default .active .panel-heading:hover a, .default .active .panel-heading:hover a:visited {
  border-top: 1px solid #8c7830;
}
.default .results-list time {
  color: #6e5e26;
  text-shadow: 0px 0px 0px #50441b;
}
.default .results-list time em {
  background-color: #816e2c;
  color: #fff;
}
.default .brand a {
  position: relative;
}
.default .brand a:hover:after, .default .brand a.current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #816e2c;
}
@media (max-width: 959px) and (min-width: 0) {
  .default .brand a:hover:after, .default .brand a.current:after {
    display: none;
  }
}
.default .navbar-default .navbar-nav > li > a {
  position: relative;
}
.default .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.default .navbar-default .navbar-nav > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #816e2c;
}
.default .navbar-default .navbar-nav > .active > a,
.default .navbar-default .navbar-nav > .active > a:hover,
.default .navbar-default .navbar-nav > .active > a:focus {
  background-color: #816e2c;
  text-shadow: 1px -1px 0px #6e5e26;
}
@media (max-width: 959px) and (min-width: 0) {
  .default .navbar-default .navbar-nav > .active > a,
  .default .navbar-default .navbar-nav > .active > a:hover,
  .default .navbar-default .navbar-nav > .active > a:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
.default .navbar-default .navbar-toggle {
  background-color: #816e2c;
  border-color: #816e2c;
  position: relative;
  z-index: 10;
}
.default .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.default .navbar-default .navbar-toggle:hover,
.default .navbar-default .navbar-toggle:focus {
  opacity: 0.8;
}
.default .branding.stripe {
  border-bottom: 10px solid #816e2c;
}
.default .branding.sidebar-nav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #816e2c;
}
#IE8 .default .branding.sidebar-nav, #IE7 .default .branding.sidebar-nav {
  border: 1px solid #6e5e26;
}
.default .branding.sidebar-nav li h2 {
  color: #f1ead5;
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #6e5e26;
}
.default .branding.sidebar-nav li a {
  border-top: 1px solid #947e32;
  border-bottom: 1px solid #6e5e26;
  color: #fff;
  text-shadow: 1px -1px 0px #635422;
}
.default .branding.sidebar-nav li a:visited {
  color: #fff;
}
.default .branding.sidebar-nav li a:hover, .default .branding.sidebar-nav li a.active {
  border-top: 1px solid #635422;
  background-color: #6e5e26;
  font-weight: normal;
}
.default .branding.sidebar-nav li ul li.last a {
  border-bottom: 1px solid #6e5e26;
}
.default .branding.sidebar-nav li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.default .branding.sidebar-nav li.last li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.sky h2, .sky h3, .sky h4 {
  color: #009bbb;
}
.sky .panel-heading {
  background: whitesmoke;
}
.sky .panel-heading a, .sky .panel-heading a:visited {
  border-top: 1px solid #fff;
  color: #009bbb;
  text-shadow: 1px -1px 0px rgba(255, 255, 255, 0.9);
}
.sky .active .panel-heading, .sky .panel-heading:hover {
  background-color: #009bbb;
  border-color: #007992;
}
.sky .active .panel-heading a, .sky .active .panel-heading a:visited, .sky .panel-heading:hover a, .sky .panel-heading:hover a:visited {
  border-top: 1px solid #00bde4;
  color: #fff;
  text-shadow: 1px -1px 0px #007992;
  text-decoration: none;
}
.sky .active .panel-heading:hover {
  background-color: #0086a2;
  border-color: #007188;
}
.sky .active .panel-heading:hover a, .sky .active .panel-heading:hover a:visited {
  border-top: 1px solid #00a8ca;
}
.sky .results-list time {
  color: #0086a2;
  text-shadow: 0px 0px 0px #006479;
}
.sky .results-list time em {
  background-color: #009bbb;
  color: #fff;
}
.sky .brand a {
  position: relative;
}
.sky .brand a:hover:after, .sky .brand a.current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #009bbb;
}
@media (max-width: 959px) and (min-width: 0) {
  .sky .brand a:hover:after, .sky .brand a.current:after {
    display: none;
  }
}
.sky .navbar-default .navbar-nav > li > a {
  position: relative;
}
.sky .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.sky .navbar-default .navbar-nav > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #009bbb;
}
.sky .navbar-default .navbar-nav > .active > a,
.sky .navbar-default .navbar-nav > .active > a:hover,
.sky .navbar-default .navbar-nav > .active > a:focus {
  background-color: #009bbb;
  text-shadow: 1px -1px 0px #0086a2;
}
@media (max-width: 959px) and (min-width: 0) {
  .sky .navbar-default .navbar-nav > .active > a,
  .sky .navbar-default .navbar-nav > .active > a:hover,
  .sky .navbar-default .navbar-nav > .active > a:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
.sky .navbar-default .navbar-toggle {
  background-color: #009bbb;
  border-color: #009bbb;
  position: relative;
  z-index: 10;
}
.sky .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.sky .navbar-default .navbar-toggle:hover,
.sky .navbar-default .navbar-toggle:focus {
  opacity: 0.8;
}
.sky .branding.stripe {
  border-bottom: 10px solid #009bbb;
}
.sky .branding.sidebar-nav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #009bbb;
}
#IE8 .sky .branding.sidebar-nav, #IE7 .sky .branding.sidebar-nav {
  border: 1px solid #0086a2;
}
.sky .branding.sidebar-nav li h2 {
  color: #d4f8ff;
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #0086a2;
}
.sky .branding.sidebar-nav li a {
  border-top: 1px solid #00b0d4;
  border-bottom: 1px solid #0086a2;
  color: #fff;
  text-shadow: 1px -1px 0px #007992;
}
.sky .branding.sidebar-nav li a:visited {
  color: #fff;
}
.sky .branding.sidebar-nav li a:hover, .sky .branding.sidebar-nav li a.active {
  border-top: 1px solid #007992;
  background-color: #0086a2;
  font-weight: normal;
}
.sky .branding.sidebar-nav li ul li.last a {
  border-bottom: 1px solid #0086a2;
}
.sky .branding.sidebar-nav li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.sky .branding.sidebar-nav li.last li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.sea h2, .sea h3, .sea h4 {
  color: #007a87;
}
.sea .panel-heading {
  background: whitesmoke;
}
.sea .panel-heading a, .sea .panel-heading a:visited {
  border-top: 1px solid #fff;
  color: #007a87;
  text-shadow: 1px -1px 0px rgba(255, 255, 255, 0.9);
}
.sea .active .panel-heading, .sea .panel-heading:hover {
  background-color: #007a87;
  border-color: #00555e;
}
.sea .active .panel-heading a, .sea .active .panel-heading a:visited, .sea .panel-heading:hover a, .sea .panel-heading:hover a:visited {
  border-top: 1px solid #009fb0;
  color: #fff;
  text-shadow: 1px -1px 0px #00555e;
  text-decoration: none;
}
.sea .active .panel-heading:hover {
  background-color: #00636e;
  border-color: #004c54;
}
.sea .active .panel-heading:hover a, .sea .active .panel-heading:hover a:visited {
  border-top: 1px solid #008896;
}
.sea .results-list time {
  color: #00636e;
  text-shadow: 0px 0px 0px #003e45;
}
.sea .results-list time em {
  background-color: #007a87;
  color: #fff;
}
.sea .brand a {
  position: relative;
}
.sea .brand a:hover:after, .sea .brand a.current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #007a87;
}
@media (max-width: 959px) and (min-width: 0) {
  .sea .brand a:hover:after, .sea .brand a.current:after {
    display: none;
  }
}
.sea .navbar-default .navbar-nav > li > a {
  position: relative;
}
.sea .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.sea .navbar-default .navbar-nav > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #007a87;
}
.sea .navbar-default .navbar-nav > .active > a,
.sea .navbar-default .navbar-nav > .active > a:hover,
.sea .navbar-default .navbar-nav > .active > a:focus {
  background-color: #007a87;
  text-shadow: 1px -1px 0px #00636e;
}
@media (max-width: 959px) and (min-width: 0) {
  .sea .navbar-default .navbar-nav > .active > a,
  .sea .navbar-default .navbar-nav > .active > a:hover,
  .sea .navbar-default .navbar-nav > .active > a:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
.sea .navbar-default .navbar-toggle {
  background-color: #007a87;
  border-color: #007a87;
  position: relative;
  z-index: 10;
}
.sea .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.sea .navbar-default .navbar-toggle:hover,
.sea .navbar-default .navbar-toggle:focus {
  opacity: 0.8;
}
.sea .branding.stripe {
  border-bottom: 10px solid #007a87;
}
.sea .branding.sidebar-nav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #007a87;
}
#IE8 .sea .branding.sidebar-nav, #IE7 .sea .branding.sidebar-nav {
  border: 1px solid #00636e;
}
.sea .branding.sidebar-nav li h2 {
  color: #a1f6ff;
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #00636e;
}
.sea .branding.sidebar-nav li a {
  border-top: 1px solid #0091a1;
  border-bottom: 1px solid #00636e;
  color: #fff;
  text-shadow: 1px -1px 0px #00555e;
}
.sea .branding.sidebar-nav li a:visited {
  color: #fff;
}
.sea .branding.sidebar-nav li a:hover, .sea .branding.sidebar-nav li a.active {
  border-top: 1px solid #00555e;
  background-color: #00636e;
  font-weight: normal;
}
.sea .branding.sidebar-nav li ul li.last a {
  border-bottom: 1px solid #00636e;
}
.sea .branding.sidebar-nav li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.sea .branding.sidebar-nav li.last li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.technology h2, .technology h3, .technology h4 {
  color: #bd4f19;
}
.technology .panel-heading {
  background: whitesmoke;
}
.technology .panel-heading a, .technology .panel-heading a:visited {
  border-top: 1px solid #fff;
  color: #bd4f19;
  text-shadow: 1px -1px 0px rgba(255, 255, 255, 0.9);
}
.technology .active .panel-heading, .technology .panel-heading:hover {
  background-color: #bd4f19;
  border-color: #994014;
}
.technology .active .panel-heading a, .technology .active .panel-heading a:visited, .technology .panel-heading:hover a, .technology .panel-heading:hover a:visited {
  border-top: 1px solid #e15e1e;
  color: #fff;
  text-shadow: 1px -1px 0px #994014;
  text-decoration: none;
}
.technology .active .panel-heading:hover {
  background-color: #a64616;
  border-color: #903c13;
}
.technology .active .panel-heading:hover a, .technology .active .panel-heading:hover a:visited {
  border-top: 1px solid #cb551b;
}
.technology .results-list time {
  color: #a64616;
  text-shadow: 0px 0px 0px #823711;
}
.technology .results-list time em {
  background-color: #bd4f19;
  color: #fff;
}
.technology .brand a {
  position: relative;
}
.technology .brand a:hover:after, .technology .brand a.current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #bd4f19;
}
@media (max-width: 959px) and (min-width: 0) {
  .technology .brand a:hover:after, .technology .brand a.current:after {
    display: none;
  }
}
.technology .navbar-default .navbar-nav > li > a {
  position: relative;
}
.technology .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.technology .navbar-default .navbar-nav > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #bd4f19;
}
.technology .navbar-default .navbar-nav > .active > a,
.technology .navbar-default .navbar-nav > .active > a:hover,
.technology .navbar-default .navbar-nav > .active > a:focus {
  background-color: #bd4f19;
  text-shadow: 1px -1px 0px #a64616;
}
@media (max-width: 959px) and (min-width: 0) {
  .technology .navbar-default .navbar-nav > .active > a,
  .technology .navbar-default .navbar-nav > .active > a:hover,
  .technology .navbar-default .navbar-nav > .active > a:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
.technology .navbar-default .navbar-toggle {
  background-color: #bd4f19;
  border-color: #bd4f19;
  position: relative;
  z-index: 10;
}
.technology .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.technology .navbar-default .navbar-toggle:hover,
.technology .navbar-default .navbar-toggle:focus {
  opacity: 0.8;
}
.technology .branding.stripe {
  border-bottom: 10px solid #bd4f19;
}
.technology .branding.sidebar-nav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #bd4f19;
}
#IE8 .technology .branding.sidebar-nav, #IE7 .technology .branding.sidebar-nav {
  border: 1px solid #a64616;
}
.technology .branding.sidebar-nav li h2 {
  color: #fdf5f1;
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #a64616;
}
.technology .branding.sidebar-nav li a {
  border-top: 1px solid #d4581c;
  border-bottom: 1px solid #a64616;
  color: #fff;
  text-shadow: 1px -1px 0px #994014;
}
.technology .branding.sidebar-nav li a:visited {
  color: #fff;
}
.technology .branding.sidebar-nav li a:hover, .technology .branding.sidebar-nav li a.active {
  border-top: 1px solid #994014;
  background-color: #a64616;
  font-weight: normal;
}
.technology .branding.sidebar-nav li ul li.last a {
  border-bottom: 1px solid #a64616;
}
.technology .branding.sidebar-nav li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.technology .branding.sidebar-nav li.last li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.people h2, .people h3, .people h4 {
  color: #b47c00;
  color: #9b6b00;
}
.people .panel-heading {
  background: whitesmoke;
}
.people .panel-heading a, .people .panel-heading a:visited {
  border-top: 1px solid #fff;
  color: #b47c00;
  text-shadow: 1px -1px 0px rgba(255, 255, 255, 0.9);
  color: #9b6b00;
}
.people .active .panel-heading, .people .panel-heading:hover {
  background-color: #b47c00;
  border-color: #8c6000;
}
.people .active .panel-heading a, .people .active .panel-heading a:visited, .people .panel-heading:hover a, .people .panel-heading:hover a:visited {
  border-top: 1px solid #dd9900;
  color: #fff;
  text-shadow: 1px -1px 0px #8c6000;
  text-decoration: none;
}
.people .active .panel-heading:hover {
  background-color: #9b6b00;
  border-color: #825900;
}
.people .active .panel-heading:hover a, .people .active .panel-heading:hover a:visited {
  border-top: 1px solid #c48700;
}
.people .results-list time {
  color: #9b6b00;
  text-shadow: 0px 0px 0px #724f00;
  color: #9b6b00;
}
.people .results-list time em {
  background-color: #b47c00;
  color: #fff;
  background-color: #af7900;
}
.people .brand a {
  position: relative;
}
.people .brand a:hover:after, .people .brand a.current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #b47c00;
}
@media (max-width: 959px) and (min-width: 0) {
  .people .brand a:hover:after, .people .brand a.current:after {
    display: none;
  }
}
.people .navbar-default .navbar-nav > li > a {
  position: relative;
}
.people .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.people .navbar-default .navbar-nav > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #b47c00;
}
.people .navbar-default .navbar-nav > .active > a,
.people .navbar-default .navbar-nav > .active > a:hover,
.people .navbar-default .navbar-nav > .active > a:focus {
  background-color: #b47c00;
  text-shadow: 1px -1px 0px #9b6b00;
}
@media (max-width: 959px) and (min-width: 0) {
  .people .navbar-default .navbar-nav > .active > a,
  .people .navbar-default .navbar-nav > .active > a:hover,
  .people .navbar-default .navbar-nav > .active > a:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
.people .navbar-default .navbar-toggle {
  background-color: #b47c00;
  border-color: #b47c00;
  position: relative;
  z-index: 10;
}
.people .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.people .navbar-default .navbar-toggle:hover,
.people .navbar-default .navbar-toggle:focus {
  opacity: 0.8;
}
.people .branding.stripe {
  border-bottom: 10px solid #b47c00;
}
.people .branding.sidebar-nav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #b47c00;
}
#IE8 .people .branding.sidebar-nav, #IE7 .people .branding.sidebar-nav {
  border: 1px solid #9b6b00;
}
.people .branding.sidebar-nav li h2 {
  color: #fff0ce;
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #9b6b00;
}
.people .branding.sidebar-nav li a {
  border-top: 1px solid #ce8e00;
  border-bottom: 1px solid #9b6b00;
  color: #fff;
  text-shadow: 1px -1px 0px #8c6000;
}
.people .branding.sidebar-nav li a:visited {
  color: #fff;
}
.people .branding.sidebar-nav li a:hover, .people .branding.sidebar-nav li a.active {
  border-top: 1px solid #8c6000;
  background-color: #9b6b00;
  font-weight: normal;
}
.people .branding.sidebar-nav li ul li.last a {
  border-bottom: 1px solid #9b6b00;
}
.people .branding.sidebar-nav li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.people .branding.sidebar-nav li.last li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.earth h2, .earth h3, .earth h4 {
  color: #6a7029;
}
.earth .panel-heading {
  background: whitesmoke;
}
.earth .panel-heading a, .earth .panel-heading a:visited {
  border-top: 1px solid #fff;
  color: #6a7029;
  text-shadow: 1px -1px 0px rgba(255, 255, 255, 0.9);
}
.earth .active .panel-heading, .earth .panel-heading:hover {
  background-color: #6a7029;
  border-color: #4e521e;
}
.earth .active .panel-heading a, .earth .active .panel-heading a:visited, .earth .panel-heading:hover a, .earth .panel-heading:hover a:visited {
  border-top: 1px solid #868e34;
  color: #fff;
  text-shadow: 1px -1px 0px #4e521e;
  text-decoration: none;
}
.earth .active .panel-heading:hover {
  background-color: #585d22;
  border-color: #474b1b;
}
.earth .active .panel-heading:hover a, .earth .active .panel-heading:hover a:visited {
  border-top: 1px solid #757b2d;
}
.earth .results-list time {
  color: #585d22;
  text-shadow: 0px 0px 0px #3c3f17;
}
.earth .results-list time em {
  background-color: #6a7029;
  color: #fff;
}
.earth .brand a {
  position: relative;
}
.earth .brand a:hover:after, .earth .brand a.current:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #6a7029;
}
@media (max-width: 959px) and (min-width: 0) {
  .earth .brand a:hover:after, .earth .brand a.current:after {
    display: none;
  }
}
.earth .navbar-default .navbar-nav > li > a {
  position: relative;
}
.earth .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
}
.earth .navbar-default .navbar-nav > li > a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #6a7029;
}
.earth .navbar-default .navbar-nav > .active > a,
.earth .navbar-default .navbar-nav > .active > a:hover,
.earth .navbar-default .navbar-nav > .active > a:focus {
  background-color: #6a7029;
  text-shadow: 1px -1px 0px #585d22;
}
@media (max-width: 959px) and (min-width: 0) {
  .earth .navbar-default .navbar-nav > .active > a,
  .earth .navbar-default .navbar-nav > .active > a:hover,
  .earth .navbar-default .navbar-nav > .active > a:focus {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}
.earth .navbar-default .navbar-toggle {
  background-color: #6a7029;
  border-color: #6a7029;
  position: relative;
  z-index: 10;
}
.earth .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.earth .navbar-default .navbar-toggle:hover,
.earth .navbar-default .navbar-toggle:focus {
  opacity: 0.8;
}
.earth .branding.stripe {
  border-bottom: 10px solid #6a7029;
}
.earth .branding.sidebar-nav {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #6a7029;
}
#IE8 .earth .branding.sidebar-nav, #IE7 .earth .branding.sidebar-nav {
  border: 1px solid #585d22;
}
.earth .branding.sidebar-nav li h2 {
  color: #e8ebc7;
  font-size: 16px;
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #585d22;
}
.earth .branding.sidebar-nav li a {
  border-top: 1px solid #7c8330;
  border-bottom: 1px solid #585d22;
  color: #fff;
  text-shadow: 1px -1px 0px #4e521e;
}
.earth .branding.sidebar-nav li a:visited {
  color: #fff;
}
.earth .branding.sidebar-nav li a:hover, .earth .branding.sidebar-nav li a.active {
  border-top: 1px solid #4e521e;
  background-color: #585d22;
  font-weight: normal;
}
.earth .branding.sidebar-nav li ul li.last a {
  border-bottom: 1px solid #585d22;
}
.earth .branding.sidebar-nav li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.earth .branding.sidebar-nav li.last li.last a {
  border-bottom: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.quote-bar {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 35px;
  font-size: 18px;
  color: #fff;
  display: block;
  width: 100%;
  background-color: #004565;
}
@media (max-width: 959px) and (min-width: 0) {
  .quote-bar {
    font-size: 16px;
    line-height: 1.5em;
  }
}
.quote-bar:hover {
  cursor: pointer;
  background-color: #006493;
  color: #fff;
}
.quote-bar:hover .arrow {
  background-color: #004565;
}
.quote-bar:hover .arrow:after {
  border-bottom: 25px solid transparent;
  border-left: 25px solid #004565;
  border-top: 25px solid transparent;
}
.quote-bar .right-text, .quote-bar .arrow {
  padding: 5px 30px;
  position: relative;
  display: block;
}
.quote-bar .right-text {
  text-align: right;
}
@media (max-width: 959px) and (min-width: 0) {
  .quote-bar .right-text {
    text-align: center;
  }
}
.quote-bar .arrow {
  float: left;
  position: relative;
  display: block;
  background-color: #003046;
  width: 70%;
}
@media (max-width: 959px) and (min-width: 0) {
  .quote-bar .arrow {
    width: 100%;
    text-align: center;
  }
}
.quote-bar .arrow:after {
  border-bottom: 25px solid transparent;
  border-left: 25px solid #003046;
  border-top: 25px solid transparent;
  content: "";
  height: 40px;
  position: absolute;
  right: -40px;
  top: -3px;
  width: 40px;
}
@media (max-width: 959px) and (min-width: 0) {
  .quote-bar .arrow:after {
    display: none;
  }
}

/*
 * Styles for list blocks, includingh publication and links lists
 */
.list-block.well {
  padding: 0;
}
.list-block.well h2 {
  font-family: "open_sansbold", arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px 10px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
}
.list-block.well ul li a {
  padding: 5px 15px;
  border-top: 1px solid #fdfdfd;
  border-bottom: 1px solid #e8e8e8;
}
.list-block.well ul li a:hover {
  border-top: 1px solid #e8e8e8;
  background-color: #ededed;
  text-decoration: none;
}
.list-block.well .content-field-body {
  padding: 0;
}

.layout .publications li a, .layout .links li a {
  display: block;
}

.layout .list-block .publications li a {
  padding-left: 22px;
  background-position: left center;
}
.layout .list-block.well .publications li a {
  padding-left: 40px;
  background-position: 15px center;
}

/* todo: this is a workaround for responsive.css including padding: 20px coming from bootstrap3 */
body {
  padding: 0 !important;
}

/*Helper classes to customise icons*/
.icon-dark {
  color: #333333;
}
.icon-dark:visited {
  color: #333333;
}
.icon-dark:hover {
  color: #2268aa;
  text-decoration: none;
}

.icon-small {
  font-size: 1em;
}

/**
 * EventPage and NewsPage - update information
 */
#IE6 .update-information {
  padding-bottom: 40px;
}
.update-information dl {
  margin: 0;
  padding: 0;
}
.update-information dd {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.update-information ul.update-tags {
  overflow: auto;
  margin: 8px 0;
}
.update-information ul.update-tags li {
  float: left;
  margin: 0 3px 3px 0;
}

/**
 * EventHolder and NewsHolder.
 */
.month-filter h6.year {
  display: block;
  float: left;
  padding: 5px 0;
  margin-right: 10px;
}
.month-filter ol {
  margin: 0;
}

/**
 * Registry page
 */
.resultActions {
  clear: both;
}
.resultActions a {
  display: block;
}

/**
 * Accessibility Skiplinks for screen readers, allow users to bypass 
 * content recurring on every page to access the menu 
 * or the content directly additionally for regular users by using tab
 * - hidden using Bootstrap's .sr-only class.
 */
.skipLinks a:focus, .skipLinks a:active {
  display: inline-block;
  position: static;
  width: auto;
  height: auto;
}

.breadcrumb {
  background-color: transparent;
  font-size: 0.8em;
  padding: 20px 0 0;
}

/*
 * IE6 bootstrap fixes
 */
#IE6 .col-md-12,
#IE6 .col-md-11,
#IE6 .col-md-10,
#IE6 .col-md-9,
#IE6 .col-md-8,
#IE6 .col-md-7,
#IE6 .col-md-6,
#IE6 .col-md-5,
#IE6 .col-md-4,
#IE6 .col-md-3,
#IE6 .col-md-2,
#IE6 .col-md-1 {
  float: left;
  margin-left: 20px;
}
#IE6 .breadcrumb .active {
  background: transparent;
}
#IE6 .nav-list li a {
  display: block;
}
#IE6 .nav-list li.active {
  background-color: transparent;
}
#IE6 .nav-list li.active a {
  background-color: #0464EA;
  color: white;
}
#IE6 .nav-list li.active li a {
  background-color: transparent;
  color: #0464EA;
}
#IE6 .nav-pills li {
  float: left;
}
#IE6 .nav-pills li.current {
  background-color: transparent;
}
#IE6 .nav-pills li a {
  margin: 2px 2px 2px 0;
  padding: 8px 12px;
  line-height: 14px;
  display: block;
  text-decoration: none;
}
#IE6 .nav-pills li a.current {
  background-color: #0464EA;
  color: white;
}

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
/* Landscape phones and down */
@media (max-width: 480px) {
  body {
    padding: 0;
  }

  header, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #SearchGroup {
    width: auto;
  }
  #SearchGroup .navbar-search .search-query {
    line-height: 1.3em;
  }
  #SearchGroup form .field {
    margin: 0;
  }
  #SearchGroup form fieldset {
    margin: 0;
  }
  #SearchGroup form input {
    width: auto;
  }
  #SearchGroup form input.action {
    display: none;
  }

  .nav-collapse {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .nav-collapse li .dropdown-menu {
    display: none;
  }
  .nav-collapse li .caret {
    margin-left: 10px;
    border-width: 5px !important;
    border-width-top: 0;
  }
  .nav-collapse li.open {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-collapse li.open li {
    padding-bottom: 5px;
  }
  .nav-collapse li.open li a {
    padding-left: 30px;
  }
  .nav-collapse li.open .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav-collapse li.open .dropdown-menu {
    display: block;
  }

  .hero-unit.nested .span4 {
    width: 100%;
  }
  .hero-unit.nested .row {
    margin: 0;
  }

  .Actions .action {
    width: 100%;
  }

  zoom: 1;
}
/* Opera mobile high-res  */
@media handheld, only screen and (max-device-width: 800px) {
  body {
    padding: 0;
  }

  header, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #SearchGroup {
    width: auto;
  }
  #SearchGroup .navbar-search .search-query {
    line-height: 1.3em;
  }
  #SearchGroup form .field {
    margin: 0;
  }
  #SearchGroup form fieldset {
    margin: 0;
  }
  #SearchGroup form input {
    width: auto;
  }
  #SearchGroup form input.action {
    display: none;
  }

  .nav-collapse {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .nav-collapse li .dropdown-menu {
    display: none;
  }
  .nav-collapse li .caret {
    margin-left: 10px;
    border-width: 5px !important;
    border-width-top: 0;
  }
  .nav-collapse li.open {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-collapse li.open li {
    padding-bottom: 5px;
  }
  .nav-collapse li.open li a {
    padding-left: 30px;
  }
  .nav-collapse li.open .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav-collapse li.open .dropdown-menu {
    display: block;
  }

  .hero-unit.nested .span4 {
    width: 100%;
  }
  .hero-unit.nested .row {
    margin: 0;
  }

  .Actions .action {
    width: 100%;
  }

  zoom: 1;
}
/* Landscape phone to portrait tablet  */
@media (max-width: 600px) {
  body {
    padding: 0;
  }

  header, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #SearchGroup {
    width: auto;
  }
  #SearchGroup .navbar-search .search-query {
    line-height: 1.3em;
  }
  #SearchGroup form .field {
    margin: 0;
  }
  #SearchGroup form fieldset {
    margin: 0;
  }
  #SearchGroup form input {
    width: auto;
  }
  #SearchGroup form input.action {
    display: none;
  }

  .nav-collapse {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .nav-collapse li .dropdown-menu {
    display: none;
  }
  .nav-collapse li .caret {
    margin-left: 10px;
    border-width: 5px !important;
    border-width-top: 0;
  }
  .nav-collapse li.open {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-collapse li.open li {
    padding-bottom: 5px;
  }
  .nav-collapse li.open li a {
    padding-left: 30px;
  }
  .nav-collapse li.open .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav-collapse li.open .dropdown-menu {
    display: block;
  }

  .hero-unit.nested .span4 {
    width: 100%;
  }
  .hero-unit.nested .row {
    margin: 0;
  }

  .Actions .action {
    width: 100%;
  }

  zoom: 1;
}
/* Portrait tablet to landscape and desktop  */
@media (min-width: 500px) and (max-width: 600px) {
  body {
    padding: 0;
  }

  header, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #SearchGroup {
    width: auto;
  }
  #SearchGroup .navbar-search .search-query {
    line-height: 1.3em;
  }
  #SearchGroup form .field {
    margin: 0;
  }
  #SearchGroup form fieldset {
    margin: 0;
  }
  #SearchGroup form input {
    width: auto;
  }
  #SearchGroup form input.action {
    display: none;
  }

  .nav-collapse {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .nav-collapse li .dropdown-menu {
    display: none;
  }
  .nav-collapse li .caret {
    margin-left: 10px;
    border-width: 5px !important;
    border-width-top: 0;
  }
  .nav-collapse li.open {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-collapse li.open li {
    padding-bottom: 5px;
  }
  .nav-collapse li.open li a {
    padding-left: 30px;
  }
  .nav-collapse li.open .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav-collapse li.open .dropdown-menu {
    display: block;
  }

  .hero-unit.nested .span4 {
    width: 100%;
  }
  .hero-unit.nested .row {
    margin: 0;
  }

  .Actions .action {
    width: 100%;
  }

  zoom: 1;
}
/* For ipad  */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    padding: 0;
  }

  header, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #SearchGroup {
    width: auto;
  }
  #SearchGroup .navbar-search .search-query {
    line-height: 1.3em;
  }
  #SearchGroup form .field {
    margin: 0;
  }
  #SearchGroup form fieldset {
    margin: 0;
  }
  #SearchGroup form input {
    width: auto;
  }
  #SearchGroup form input.action {
    display: none;
  }

  .nav-collapse {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .nav-collapse li .dropdown-menu {
    display: none;
  }
  .nav-collapse li .caret {
    margin-left: 10px;
    border-width: 5px !important;
    border-width-top: 0;
  }
  .nav-collapse li.open {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-collapse li.open li {
    padding-bottom: 5px;
  }
  .nav-collapse li.open li a {
    padding-left: 30px;
  }
  .nav-collapse li.open .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav-collapse li.open .dropdown-menu {
    display: block;
  }

  .hero-unit.nested .span4 {
    width: 100%;
  }
  .hero-unit.nested .row {
    margin: 0;
  }

  .Actions .action {
    width: 100%;
  }

  zoom: 1;
}
/* Large mobile */
@media (max-width: 979px) {
  body {
    padding: 0;
  }

  header, .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #SearchGroup {
    width: auto;
  }
  #SearchGroup .navbar-search .search-query {
    line-height: 1.3em;
  }
  #SearchGroup form .field {
    margin: 0;
  }
  #SearchGroup form fieldset {
    margin: 0;
  }
  #SearchGroup form input {
    width: auto;
  }
  #SearchGroup form input.action {
    display: none;
  }

  .nav-collapse {
    font-size: 1.1em;
    line-height: 1.1em;
  }
  .nav-collapse li .dropdown-menu {
    display: none;
  }
  .nav-collapse li .caret {
    margin-left: 10px;
    border-width: 5px !important;
    border-width-top: 0;
  }
  .nav-collapse li.open {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .nav-collapse li.open li {
    padding-bottom: 5px;
  }
  .nav-collapse li.open li a {
    padding-left: 30px;
  }
  .nav-collapse li.open .caret {
    border-top: 0;
    border-bottom: 4px solid black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav-collapse li.open .dropdown-menu {
    display: block;
  }

  .hero-unit.nested .span4 {
    width: 100%;
  }
  .hero-unit.nested .row {
    margin: 0;
  }

  .Actions .action {
    width: 100%;
  }

  zoom: 1;
}
.layout {
  width: 100%;
}

.layout .page-header {
  margin-top: 0;
  padding: 0;
  border-bottom: 0;
  width: 100%;
}

.main-wrap {
  padding-bottom: 100px;
}

.page-footer {
  min-height: 100px;
}

.right-group {
  display: table;
  float: right;
  height: 170px;
  max-width: 62%;
  z-index: 1;
}
@media (max-width: 959px) and (min-width: 0) {
  .right-group {
    height: auto;
    max-width: 100%;
    width: 100%;
    float: none;
    position: relative;
    top: -60px;
    margin-bottom: -40px;
    z-index: 10;
    background: none;
  }
}

.main-nav {
  display: table-cell;
  vertical-align: bottom;
  margin-bottom: 0;
}

.divide-well {
  background: #F5F5F5;
  -webkit-box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.1);
}

.time {
  color: #555555;
}

@media (max-width: 959px) and (min-width: 0) {
  .child-menu {
    display: block;
  }
}

a.read-more {
  color: #816e2c;
  font-family: 'open_sansbold', arial, sans-serif;
  font-weight: bold;
}
a.read-more:hover {
  color: #2675bf;
  text-decoration: none;
}
a.read-more i {
  margin-left: 5px;
  font-size: 0.8em;
}

.listing {
  margin-top: 10px;
  margin-bottom: 40px;
}
.listing.first {
  margin-top: 50px;
}
.listing .logo-wrap {
  padding-top: 30px;
}


/****** FILE: themes/gcsb/css/typography.css *****/
/**
 * Typography related stylesheet.
 *
 * This will be imported into the CMS, so should contain all the styles a content 
 * editor needs. If the style is not typography-related, it needs to
 * go into another file - for example a layout.[s]css stylesheet
 *
 */
/*!
* Bootstrap v3.0.0-wip
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
@font-face {
  font-family: "open_sansbold";
  src: url(../../../themes/gcsb/font/opensans/open_sansbold.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sansbold.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sansbold.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sansbold.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sansbold.svg#open_sansbold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "open_sansbold_italic";
  src: url(../../../themes/gcsb/font/opensans/open_sansbold_italic.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sansbold_italic.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sansbold_italic.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sansbold_italic.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sansbold_italic.svg#open_sansbold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sansitalic";
  src: url(../../../themes/gcsb/font/opensans/open_sansitalic.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sansitalic.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sansitalic.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sansitalic.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sansitalic.svg#open_sansitalic) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sanslight";
  src: url(../../../themes/gcsb/font/opensans/open_sanslight.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sanslight.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sanslight.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sanslight.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sanslight.svg#open_sanslight) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sanslight_italic";
  src: url(../../../themes/gcsb/font/opensans/open_sanslight_italic.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sanslight_italic.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sanslight_italic.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sanslight_italic.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sanslight_italic.svg#open_sanslight_italic) format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "open_sansregular";
  src: url(../../../themes/gcsb/font/opensans/open_sansregular.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sansregular.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sansregular.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sansregular.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sansregular.svg#open_sansregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sanssemibold";
  src: url(../../../themes/gcsb/font/opensans/open_sanssemibold.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sanssemibold.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sanssemibold.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sanssemibold.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sanssemibold.svg#open_sanssemibold) format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "open_sanssemibold_italic";
  src: url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.eot);
  src: local("☺"), url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.eot?#iefix) format("embedded-opentype"), url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.woff) format("woff"), url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.ttf) format("truetype"), url(../../../themes/gcsb/font/opensans/open_sanssemibold_italic.svg#open_sanssemibold_italic) format("svg");
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome
    the iconic font designed for use with Twitter Bootstrap
    -------------------------------------------------------
    The full suite of pictographic icons, examples, and documentation
    can be found at: http://fortawesome.github.com/Font-Awesome/

    License
    -------------------------------------------------------
    The Font Awesome webfont, CSS, and LESS files are licensed under CC BY 3.0:
    http://creativecommons.org/licenses/by/3.0/ A mention of
    'Font Awesome - http://fortawesome.github.com/Font-Awesome' in human-readable
    source code is considered acceptable attribution (most common on the web).
    If human readable source code is not available to the end user, a mention in
    an 'About' or 'Credits' screen is considered acceptable (most common in desktop
    or mobile software).

    Contact
    -------------------------------------------------------
    Email: dave@davegandy.com
    Twitter: http://twitter.com/fortaweso_me
    Work: Lead Product Designer @ http://kyruus.com

    */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../../themes/gcsb/font/fontawesome-webfont.eot");
  src: url("../../../themes/gcsb/font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../../../themes/gcsb/font/fontawesome-webfont.woff") format("woff"), url("../../../themes/gcsb/font/fontawesome-webfont.svg") format("svg"), url("../../../themes/gcsb/font/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
}

a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
  text-decoration: inherit;
}

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: middle;
  font-size: 4/3em;
}

.btn [class^="icon-"],
.btn [class*=" icon-"], .nav-tabs [class^="icon-"],
.nav-tabs [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: .9em;
}

li [class^="icon-"],
li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li .icon-large:before,
li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  width: 1.875em;
}

ul.icons {
  list-style-type: none;
  margin-left: 2em;
  text-indent: -.8em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .8em;
}
ul.icons li .icon-large:before,
ul.icons li .icon-large:before {
  /* 1.5 increased font size for icon-large * 1.25 width */
  vertical-align: initial;
}

/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-user-md:before {
  content: "\f200";
}

#IE7 [class^="icon-"],
#IE7 [class*=" icon-"], #IE7 .icon {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
#IE7 .btn.dropdown-toggle [class^="icon-"],
#IE7 .btn.dropdown-toggle [class*=" icon-"] {
  /* keeps button heights with and without icons the same */
  line-height: 1.4em;
}
#IE7 .icon-large {
  font-size: 1.3333em;
}
#IE7 .icon-glass {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf000;&nbsp;');
}
#IE7 .icon-music {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf001;&nbsp;');
}
#IE7 .icon-search {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf002;&nbsp;');
}
#IE7 .icon-envelope {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf003;&nbsp;');
}
#IE7 .icon-heart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;&nbsp;');
}
#IE7 .icon-star {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;&nbsp;');
}
#IE7 .icon-star-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;&nbsp;');
}
#IE7 .icon-user {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;&nbsp;');
}
#IE7 .icon-film {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf008;&nbsp;');
}
#IE7 .icon-th-large {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf009;&nbsp;');
}
#IE7 .icon-th {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00a;&nbsp;');
}
#IE7 .icon-th-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00b;&nbsp;');
}
#IE7 .icon-ok {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00c;&nbsp;');
}
#IE7 .icon-remove {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00d;&nbsp;');
}
#IE7 .icon-zoom-in {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf00e;&nbsp;');
}
#IE7 .icon-zoom-out {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf010;&nbsp;');
}
#IE7 .icon-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf011;&nbsp;');
}
#IE7 .icon-signal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf012;&nbsp;');
}
#IE7 .icon-cog {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf013;&nbsp;');
}
#IE7 .icon-trash {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf014;&nbsp;');
}
#IE7 .icon-home {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf015;&nbsp;');
}
#IE7 .icon-file {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf016;&nbsp;');
}
#IE7 .icon-time {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf017;&nbsp;');
}
#IE7 .icon-road {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf018;&nbsp;');
}
#IE7 .icon-download-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf019;&nbsp;');
}
#IE7 .icon-download {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01a;&nbsp;');
}
#IE7 .icon-upload {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01b;&nbsp;');
}
#IE7 .icon-inbox {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01c;&nbsp;');
}
#IE7 .icon-play-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01d;&nbsp;');
}
#IE7 .icon-repeat {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf01e;&nbsp;');
}
#IE7 .icon-refresh {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf021;&nbsp;');
}
#IE7 .icon-list-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf022;&nbsp;');
}
#IE7 .icon-lock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf023;&nbsp;');
}
#IE7 .icon-flag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf024;&nbsp;');
}
#IE7 .icon-headphones {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf025;&nbsp;');
}
#IE7 .icon-volume-off {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf026;&nbsp;');
}
#IE7 .icon-volume-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf027;&nbsp;');
}
#IE7 .icon-volume-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf028;&nbsp;');
}
#IE7 .icon-qrcode {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf029;&nbsp;');
}
#IE7 .icon-barcode {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02a;&nbsp;');
}
#IE7 .icon-tag {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02b;&nbsp;');
}
#IE7 .icon-tags {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02c;&nbsp;');
}
#IE7 .icon-book {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02d;&nbsp;');
}
#IE7 .icon-bookmark {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02e;&nbsp;');
}
#IE7 .icon-print {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf02f;&nbsp;');
}
#IE7 .icon-camera {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf030;&nbsp;');
}
#IE7 .icon-font {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf031;&nbsp;');
}
#IE7 .icon-bold {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf032;&nbsp;');
}
#IE7 .icon-italic {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf033;&nbsp;');
}
#IE7 .icon-text-height {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf034;&nbsp;');
}
#IE7 .icon-text-width {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf035;&nbsp;');
}
#IE7 .icon-align-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf036;&nbsp;');
}
#IE7 .icon-align-center {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf037;&nbsp;');
}
#IE7 .icon-align-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf038;&nbsp;');
}
#IE7 .icon-align-justify {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf039;&nbsp;');
}
#IE7 .icon-list {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03a;&nbsp;');
}
#IE7 .icon-indent-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03b;&nbsp;');
}
#IE7 .icon-indent-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03c;&nbsp;');
}
#IE7 .icon-facetime-video {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03d;&nbsp;');
}
#IE7 .icon-picture {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf03e;&nbsp;');
}
#IE7 .icon-pencil {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf040;&nbsp;');
}
#IE7 .icon-map-marker {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf041;&nbsp;');
}
#IE7 .icon-adjust {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf042;&nbsp;');
}
#IE7 .icon-tint {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf043;&nbsp;');
}
#IE7 .icon-edit {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf044;&nbsp;');
}
#IE7 .icon-share {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf045;&nbsp;');
}
#IE7 .icon-check {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf046;&nbsp;');
}
#IE7 .icon-move {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf047;&nbsp;');
}
#IE7 .icon-step-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf048;&nbsp;');
}
#IE7 .icon-fast-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf049;&nbsp;');
}
#IE7 .icon-backward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04a;&nbsp;');
}
#IE7 .icon-play {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04b;&nbsp;');
}
#IE7 .icon-pause {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04c;&nbsp;');
}
#IE7 .icon-stop {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04d;&nbsp;');
}
#IE7 .icon-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf04e;&nbsp;');
}
#IE7 .icon-fast-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf050;&nbsp;');
}
#IE7 .icon-step-forward {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf051;&nbsp;');
}
#IE7 .icon-eject {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf052;&nbsp;');
}
#IE7 .icon-chevron-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf053;&nbsp;');
}
#IE7 .icon-chevron-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf054;&nbsp;');
}
#IE7 .icon-plus-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf055;&nbsp;');
}
#IE7 .icon-minus-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf056;&nbsp;');
}
#IE7 .icon-remove-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf057;&nbsp;');
}
#IE7 .icon-ok-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf058;&nbsp;');
}
#IE7 .icon-question-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf059;&nbsp;');
}
#IE7 .icon-info-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05a;&nbsp;');
}
#IE7 .icon-screenshot {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05b;&nbsp;');
}
#IE7 .icon-remove-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05c;&nbsp;');
}
#IE7 .icon-ok-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05d;&nbsp;');
}
#IE7 .icon-ban-circle {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf05e;&nbsp;');
}
#IE7 .icon-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf060;&nbsp;');
}
#IE7 .icon-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf061;&nbsp;');
}
#IE7 .icon-arrow-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf062;&nbsp;');
}
#IE7 .icon-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf063;&nbsp;');
}
#IE7 .icon-share-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf064;&nbsp;');
}
#IE7 .icon-resize-full {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf065;&nbsp;');
}
#IE7 .icon-resize-small {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf066;&nbsp;');
}
#IE7 .icon-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf067;&nbsp;');
}
#IE7 .icon-minus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf068;&nbsp;');
}
#IE7 .icon-asterisk {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf069;&nbsp;');
}
#IE7 .icon-exclamation-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06a;&nbsp;');
}
#IE7 .icon-gift {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06b;&nbsp;');
}
#IE7 .icon-leaf {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06c;&nbsp;');
}
#IE7 .icon-fire {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06d;&nbsp;');
}
#IE7 .icon-eye-open {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf06e;&nbsp;');
}
#IE7 .icon-eye-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf070;&nbsp;');
}
#IE7 .icon-warning-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf071;&nbsp;');
}
#IE7 .icon-plane {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf072;&nbsp;');
}
#IE7 .icon-calendar {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf073;&nbsp;');
}
#IE7 .icon-random {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf074;&nbsp;');
}
#IE7 .icon-comment {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf075;&nbsp;');
}
#IE7 .icon-magnet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf076;&nbsp;');
}
#IE7 .icon-chevron-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf077;&nbsp;');
}
#IE7 .icon-chevron-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf078;&nbsp;');
}
#IE7 .icon-retweet {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf079;&nbsp;');
}
#IE7 .icon-shopping-cart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07a;&nbsp;');
}
#IE7 .icon-folder-close {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07b;&nbsp;');
}
#IE7 .icon-folder-open {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07c;&nbsp;');
}
#IE7 .icon-resize-vertical {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07d;&nbsp;');
}
#IE7 .icon-resize-horizontal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf07e;&nbsp;');
}
#IE7 .icon-bar-chart {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf080;&nbsp;');
}
#IE7 .icon-twitter-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf081;&nbsp;');
}
#IE7 .icon-facebook-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf082;&nbsp;');
}
#IE7 .icon-camera-retro {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf083;&nbsp;');
}
#IE7 .icon-key {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf084;&nbsp;');
}
#IE7 .icon-cogs {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf085;&nbsp;');
}
#IE7 .icon-comments {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf086;&nbsp;');
}
#IE7 .icon-thumbs-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf087;&nbsp;');
}
#IE7 .icon-thumbs-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf088;&nbsp;');
}
#IE7 .icon-star-half {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf089;&nbsp;');
}
#IE7 .icon-heart-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08a;&nbsp;');
}
#IE7 .icon-signout {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08b;&nbsp;');
}
#IE7 .icon-linkedin-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08c;&nbsp;');
}
#IE7 .icon-pushpin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08d;&nbsp;');
}
#IE7 .icon-external-link {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;&nbsp;');
}
#IE7 .icon-signin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf090;&nbsp;');
}
#IE7 .icon-trophy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf091;&nbsp;');
}
#IE7 .icon-github-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf092;&nbsp;');
}
#IE7 .icon-upload-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf093;&nbsp;');
}
#IE7 .icon-lemon {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf094;&nbsp;');
}
#IE7 .icon-phone {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf095;&nbsp;');
}
#IE7 .icon-check-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf096;&nbsp;');
}
#IE7 .icon-bookmark-empty {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;&nbsp;');
}
#IE7 .icon-phone-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;&nbsp;');
}
#IE7 .icon-twitter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;&nbsp;');
}
#IE7 .icon-facebook {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;&nbsp;');
}
#IE7 .icon-github {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09b;&nbsp;');
}
#IE7 .icon-unlock {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09c;&nbsp;');
}
#IE7 .icon-credit-card {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09d;&nbsp;');
}
#IE7 .icon-rss {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09e;&nbsp;');
}
#IE7 .icon-hdd {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a0;&nbsp;');
}
#IE7 .icon-bullhorn {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a1;&nbsp;');
}
#IE7 .icon-bell {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a2;&nbsp;');
}
#IE7 .icon-certificate {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a3;&nbsp;');
}
#IE7 .icon-hand-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a4;&nbsp;');
}
#IE7 .icon-hand-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a5;&nbsp;');
}
#IE7 .icon-hand-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a6;&nbsp;');
}
#IE7 .icon-hand-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a7;&nbsp;');
}
#IE7 .icon-circle-arrow-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a8;&nbsp;');
}
#IE7 .icon-circle-arrow-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0a9;&nbsp;');
}
#IE7 .icon-circle-arrow-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0aa;&nbsp;');
}
#IE7 .icon-circle-arrow-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ab;&nbsp;');
}
#IE7 .icon-globe {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ac;&nbsp;');
}
#IE7 .icon-wrench {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ad;&nbsp;');
}
#IE7 .icon-tasks {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ae;&nbsp;');
}
#IE7 .icon-filter {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b0;&nbsp;');
}
#IE7 .icon-briefcase {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b1;&nbsp;');
}
#IE7 .icon-fullscreen {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;&nbsp;');
}
#IE7 .icon-group {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c0;&nbsp;');
}
#IE7 .icon-link {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c1;&nbsp;');
}
#IE7 .icon-cloud {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c2;&nbsp;');
}
#IE7 .icon-beaker {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c3;&nbsp;');
}
#IE7 .icon-cut {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c4;&nbsp;');
}
#IE7 .icon-copy {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c5;&nbsp;');
}
#IE7 .icon-paper-clip {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c6;&nbsp;');
}
#IE7 .icon-save {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c7;&nbsp;');
}
#IE7 .icon-sign-blank {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c8;&nbsp;');
}
#IE7 .icon-reorder {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0c9;&nbsp;');
}
#IE7 .icon-list-ul {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ca;&nbsp;');
}
#IE7 .icon-list-ol {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cb;&nbsp;');
}
#IE7 .icon-strikethrough {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cc;&nbsp;');
}
#IE7 .icon-underline {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0cd;&nbsp;');
}
#IE7 .icon-table {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ce;&nbsp;');
}
#IE7 .icon-magic {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d0;&nbsp;');
}
#IE7 .icon-truck {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d1;&nbsp;');
}
#IE7 .icon-pinterest {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;&nbsp;');
}
#IE7 .icon-pinterest-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d3;&nbsp;');
}
#IE7 .icon-google-plus-sign {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d4;&nbsp;');
}
#IE7 .icon-google-plus {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d5;&nbsp;');
}
#IE7 .icon-money {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d6;&nbsp;');
}
#IE7 .icon-caret-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d7;&nbsp;');
}
#IE7 .icon-caret-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d8;&nbsp;');
}
#IE7 .icon-caret-left {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d9;&nbsp;');
}
#IE7 .icon-caret-right {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0da;&nbsp;');
}
#IE7 .icon-columns {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0db;&nbsp;');
}
#IE7 .icon-sort {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dc;&nbsp;');
}
#IE7 .icon-sort-down {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0dd;&nbsp;');
}
#IE7 .icon-sort-up {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0de;&nbsp;');
}
#IE7 .icon-envelope-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e0;&nbsp;');
}
#IE7 .icon-linkedin {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;&nbsp;');
}
#IE7 .icon-undo {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e2;&nbsp;');
}
#IE7 .icon-legal {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e3;&nbsp;');
}
#IE7 .icon-dashboard {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e4;&nbsp;');
}
#IE7 .icon-comment-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e5;&nbsp;');
}
#IE7 .icon-comments-alt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;&nbsp;');
}
#IE7 .icon-bolt {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e7;&nbsp;');
}
#IE7 .icon-sitemap {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e8;&nbsp;');
}
#IE7 .icon-umbrella {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e9;&nbsp;');
}
#IE7 .icon-paste {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0ea;&nbsp;');
}
#IE7 .icon-user-md {
  *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf200;&nbsp;');
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../../../themes/gcsb/font/glyphiconshalflings-regular.eot");
  src: url("../../../themes/gcsb/font/glyphiconshalflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../themes/gcsb/font/glyphiconshalflings-regular.woff") format("woff"), url("../../../themes/gcsb/font/glyphiconshalflings-regular.ttf") format("truetype"), url("../../../themes/gcsb/font/glyphiconshalflings-regular.svg#glyphicons_halflingsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.glyphicon:before {
  font-family: Glyphicons Halflings;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse:before {
  content: "\e159";
}

.glyphicon-collapse-top:before {
  content: "\e160";
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16.1px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #003046;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "open_sanssemibold", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

h1 small, .h1 small {
  font-size: 24px;
}

h2 small, .h2 small {
  font-size: 18px;
}

h3 small, .h3 small,
h4 small, .h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled, .list-inline, .linkSet {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 960px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 3px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: whitesmoke;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table, table {
  width: 100%;
  margin-bottom: 20px;
}
.table thead > tr > th, table thead > tr > th,
.table thead > tr > td,
table thead > tr > td,
.table tbody > tr > th,
table tbody > tr > th,
.table tbody > tr > td,
table tbody > tr > td,
.table tfoot > tr > th,
table tfoot > tr > th,
.table tfoot > tr > td,
table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table thead > tr > th, table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th, table caption + thead tr:first-child th, .table caption + thead tr:first-child td, table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td,
table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody, table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table, table .table, .table table, table table {
  background-color: white;
}

.table-condensed thead > tr > th, table.table-condensed-striped thead > tr > th,
.table-condensed thead > tr > td,
table.table-condensed-striped thead > tr > td,
.table-condensed tbody > tr > th,
table.table-condensed-striped tbody > tr > th,
.table-condensed tbody > tr > td,
table.table-condensed-striped tbody > tr > td,
.table-condensed tfoot > tr > th,
table.table-condensed-striped tfoot > tr > th,
.table-condensed tfoot > tr > td,
table.table-condensed-striped tfoot > tr > td {
  padding: 5px;
}

.table-bordered, table.table-bordered, table.table-bordered-striped {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, table.table-bordered-striped > thead > tr > th,
.table-bordered > thead > tr > td,
table.table-bordered-striped > thead > tr > td,
.table-bordered > tbody > tr > th,
table.table-bordered-striped > tbody > tr > th,
.table-bordered > tbody > tr > td,
table.table-bordered-striped > tbody > tr > td,
.table-bordered > tfoot > tr > th,
table.table-bordered-striped > tfoot > tr > th,
.table-bordered > tfoot > tr > td,
table.table-bordered-striped > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th, table.table-bordered-striped > thead > tr > th,
.table-bordered > thead > tr > td,
table.table-bordered-striped > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, table.table-bordered-striped > tbody > tr:nth-child(odd) > td, table.table-condensed-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th,
table.table-bordered-striped > tbody > tr:nth-child(odd) > th,
table.table-condensed-striped > tbody > tr:nth-child(odd) > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f0f0f0;
}

table col[class*="col-"] {
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, table > thead > tr > td.active,
.table > thead > tr > th.active,
table > thead > tr > th.active, .table > thead > tr.active > td, table > thead > tr.active > td, .table > thead > tr.active > th, table > thead > tr.active > th,
.table > tbody > tr > td.active,
table > tbody > tr > td.active,
.table > tbody > tr > th.active,
table > tbody > tr > th.active,
.table > tbody > tr.active > td,
table > tbody > tr.active > td,
.table > tbody > tr.active > th,
table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f0f0f0;
}

.table > thead > tr > td.success, table > thead > tr > td.success,
.table > thead > tr > th.success,
table > thead > tr > th.success, .table > thead > tr.success > td, table > thead > tr.success > td, .table > thead > tr.success > th, table > thead > tr.success > th,
.table > tbody > tr > td.success,
table > tbody > tr > td.success,
.table > tbody > tr > th.success,
table > tbody > tr > th.success,
.table > tbody > tr.success > td,
table > tbody > tr.success > td,
.table > tbody > tr.success > th,
table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger, table > thead > tr > td.danger,
.table > thead > tr > th.danger,
table > thead > tr > th.danger, .table > thead > tr.danger > td, table > thead > tr.danger > td, .table > thead > tr.danger > th, table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning, table > thead > tr > td.warning,
.table > thead > tr > th.warning,
table > thead > tr > th.warning, .table > thead > tr.warning > td, table > thead > tr.warning > td, .table > thead > tr.warning > th, table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table, .table-responsive > table {
    margin-bottom: 0;
    background-color: #fff;
  }
  .table-responsive > .table > thead > tr > th, .table-responsive > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, .table-responsive > table.table-bordered-striped {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > table.table-bordered-striped > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > table.table-bordered-striped > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > table.table-bordered-striped > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > table.table-bordered-striped > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > table.table-bordered-striped > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > table.table-bordered-striped > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > table.table-bordered-striped > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > table.table-bordered-striped > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > table.table-bordered-striped > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > table.table-bordered-striped > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > table.table-bordered-striped > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > table.table-bordered-striped > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > table.table-bordered-striped > thead > tr:last-child > th,
  .table-responsive > .table-bordered > thead > tr:last-child > td,
  .table-responsive > table.table-bordered-striped > thead > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > table.table-bordered-striped > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > table.table-bordered-striped > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > table.table-bordered-striped > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > table.table-bordered-striped > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.142857144;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1 {
    font-size: 63px;
  }
}

.clearfix:before, p.printShare:before, .clearfix:after, p.printShare:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after, p.printShare:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

/*
 * Typography specific to how silverstripe outputs CMS editable fields
 * to be imported into the CMS
 */
.typography {
  font-family: "open_sansregular", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #003046;
}

h1 {
  font-family: "open_sanssemibold", Arial, sans-serif;
  border-bottom: 1px solid #eee;
  padding: 30px 0;
}

h2 {
  line-height: 1.5em;
  font-size: 26px;
  margin-bottom: 10px;
}
h2.divider {
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

h3 {
  line-height: 1.5em;
  font-size: 21px;
}

strong {
  font-weight: normal;
  font-family: "open_sanssemibold", Arial, sans-serif;
}

em {
  font-style: normal;
  font-family: "open_sansitalic", Arial, sans-serif;
}

p {
  margin-bottom: 1.714285715em;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 100;
}
p.last-edited {
  float: left;
  color: #888;
}
p.last-edited, p.printShare {
  margin: 1.385em 0;
  padding-top: 40px;
}
p.printShare {
  float: right;
}
p.printShare button {
  background: none;
  border: 0;
  color: #2675bf;
  font-size: 1em;
  font-weight: normal;
  height: 1.4em;
  line-height: 1.4em;
  padding: 0;
  vertical-align: baseline;
}
p.printShare button:focus, p.printShare button:hover {
  text-decoration: underline;
  color: #2268aa;
}
p.printShare button:focus {
  outline: 1px dotted black;
}
p.printShare a, p.printShare button {
  margin-left: 18px;
  padding: 2px 4px;
}
p.printShare a:first-child, p.printShare button:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}
p.printShare a.pdf, p.printShare button.pdf {
  background-position: 2px 1px;
  padding-left: 20px;
}
p.printShare a i, p.printShare button i {
  margin-right: 5px;
}

.larger .lead {
  font-size: 30px;
  font-family: "open_sanslight_italic", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  line-height: 45px;
  padding-bottom: 5px;
}
@media (max-width: 959px) and (min-width: 0) {
  .larger .lead {
    font-size: 20px;
    line-height: 1.3em;
  }
}
#IE8 .larger .lead, #IE7 .larger .lead {
  font-size: 30px;
  line-height: 45px;
}

.lead {
  line-height: 1.5em;
  font-size: 16px;
  color: #737373;
}
#IE8 .lead, #IE7 .lead {
  font-size: 16px;
  line-height: 1.4em;
}

ul, ol {
  margin-bottom: 1.714285715em;
}
ul.no-style, ol.no-style {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:focus {
  outline: none;
}
a:hover img, a:focus img {
  opacity: 0.8;
}

.metaInfo {
  margin-bottom: 0.714285715;
  color: #555555;
}

/* Highlighting for search results titles and content snippets. */
span.highlight {
  background: yellow;
}

blockquote {
  font-weight: 100;
}
blockquote p {
  font-weight: 100;
}
blockquote small, blockquote .blockquote-author {
  font-size: 85%;
  color: #999999;
  display: block;
  line-height: 1.428571429;
}
blockquote small:before, blockquote .blockquote-author:before {
  content: '\2014 \00A0';
}

q:before,
q:after {
  content: "";
}

/*** FILE & LINK ICONS ***/
.fileExt {
  font-size: 0.8em;
}

.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a[href$=".docx"],
.typography a[href$=".DOCX"],
.typography .doc {
  padding-left: 22px;
  background: url(../../../themes/gcsb/images/icons/page_word.png) no-repeat left center;
  padding-right: 0;
  /* override external link */
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a[href$=".xlsx"],
.typography a[href$=".XLSX"],
.typography .xls {
  padding-left: 22px;
  background: url(../../../themes/gcsb/images/icons/page_excel.png) no-repeat left center;
  padding-right: 0;
  /* override external link */
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography .archive {
  padding-left: 22px;
  background: url(../../../themes/gcsb/images/icons/page_white_zip.png) no-repeat left center;
  padding-right: 0;
  /* override external link */
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography .application {
  padding-left: 22px;
  background: url(../../../themes/gcsb/images/icons/application.png) no-repeat left center;
  padding-right: 0;
  /* override external link */
}
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography .pdf {
  padding-left: 22px;
  background: url(../../../themes/gcsb/images/icons/page_white_acrobat.png) no-repeat left center;
  padding-right: 0;
  /* override external link */
}

iframe {
  border: 0;
}

/* Media insert formatting  (Youtube embed) */
.media.center {
  margin: 0 auto;
  text-align: center;
}

.media.left {
  float: left;
  clear: left;
  margin: 0 18px 18px 0px;
}

.media.leftAlone {
  margin: 0 18px 18px 0;
  float: none;
  display: block;
  clear: both;
}

.media.right {
  float: right;
  clear: right;
  margin: 0 0 18px 18px;
}

/*** Image formatting ***/
img {
  max-width: 100%;
  height: auto;
}
img.right {
  float: right;
  clear: right;
  margin: 0 0 18px 18px;
}
img.left {
  float: left;
  clear: left;
  margin: 0 18px 18px 0px;
}
img.leftAlone {
  margin: 0 18px 18px 0;
  float: none;
  display: block;
  clear: both;
}
img.center {
  display: block;
  margin: 0 auto 18px auto;
  clear: both;
}

.featured-image {
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #eeeeee;
}
.results-list .featured-image {
  margin: 0;
}

.captionImage {
  width: 100%;
  max-width: 100%;
}
.captionImage.left {
  float: left;
  margin: 0 18px 18px 0px;
}
.captionImage.right {
  float: right;
  margin: 0 0 18px 18px;
}
.captionImage.leftAlone {
  float: none;
  margin: 0 18px 18px 0px;
}
.captionImage.center {
  margin: 0 auto 18px;
}
.captionImage p {
  clear: both;
  margin: 8px 0;
  color: #444;
}
.captionImage img {
  margin: 0 0 5px 0;
}

/**
 * Fix the responsive design's image-with-max-width-disappearing-on-float-right in IE8.
 * http://www.456bereastreet.com/archive/201202/using_max-width_on_images_can_make_them_disappear_in_ie8/
 */
#IE8 .pull-right img {
  max-width: none;
}

figure.featured-image {
  float: right;
}

table.table-condensed, table.table-condensed-striped {
  margin-left: 0;
}
table.table-bordered, table.table-bordered-striped {
  margin-left: 0;
}
table.table-striped, table.table-bordered-striped, table.table-condensed-striped {
  margin-left: 0;
}
table.table-hover {
  margin-left: 0;
}
table.table-striped tbody tr:hover td, table.table-bordered-striped tbody tr:hover td, table.table-condensed-striped tbody tr:hover td, table.table-striped tbody tr:hover th, table.table-bordered-striped tbody tr:hover th, table.table-condensed-striped tbody tr:hover th, table.table-bordered-striped tbody tr:hover td, table.table-bordered-striped tbody tr:hover th {
  background-color: #f0f0f0;
}
table caption {
  text-align: left;
  padding: 4px 0;
}
table thead, table tfoot, table th {
  font-weight: 700;
}

.linkSet {
  border-bottom: 1px solid #eeeeee;
}
.linkSet li a {
  display: block;
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
}

.heroUnit p {
  font-size: 21px;
}


