@charset "UTF-8";
/*!
 * –––––––––
 * BOOTSTRAP.CSS | Sass Bootstrap v3.0.16 | Copyright 2013 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 by @mdo and @fat. | Sass -ified by Aaron Lademann @alademann
 * ––––––––– */
/*********************************/
/*!
 * Normalize 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, .peopleSearchHide h2 {
  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, sans-serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

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

small {
  font-size: 81.25%;
  /* 13px */ }

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

/*********************************/
/*!
 * Shared */
/*********************************/
/**
 * Business School Primary Branding colours
 *----------------------------------------------------------------------------
 */
/**
 * Business School Secondary colour palette
 *----------------------------------------------------------------------------
 */
/**
 * Business School Faculty Branding colours
 *----------------------------------------------------------------------------
 */
/**
 *Font stack variables
 *----------------------------------------------------------------------------
 *
 * Note: DON'T USE THESE variables directly in your SASS files - they are merely helper variables
 * To implement font-families you need to @extend a font object from /site/core/_fonts.scss
 * e.g. @extend %arial-bold;
 */
/*
 * End DON'T USE
 */
/* !default !important ? override .content-wrapper a*/
/*!
 * Mixins */
/*------------------------------------*\
    $FONT SIZE / LINE HEIGHT
\*------------------------------------*/
/*!
 * Typography */
body {
  font-size: 16px;
  line-height: 1.6875;
  color: #666666; }

p {
  margin-top: 13.5px;
  margin-bottom: 16px !important; }

.lead {
  padding-bottom: 16px;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  color: #333;
  font-weight: 200;
  line-height: 1.313; }
  @media (min-width: 48em) {
    .lead {
      font-size: 21px; } }
  .lead + * {
    margin-top: 0; }

strong {
  font-weight: bold !important;
  font-family: arial-bold, sans-serif !important; }

xsmall, .xsmall {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.2727272727;
  font-family: arial; }

small, .small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  font-family: arial; }

.large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  font-family: arial; }

@media (min-width: 48em) {
  small, .small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    font-family: arial; }

  xsmall, .xsmall {
    font-size: 11.5px;
    font-size: 0.71875rem;
    line-height: 1.3913043478;
    font-family: arial; } }
h1 + small, .peopleSearchHide h2 + small {
  /*margin-top: $base-spacing-unit;*/
  display: inline-block; }

cite {
  font-style: normal; }

.text-muted {
  color: #666666; }

/* grey #666 */
.text-primary {
  color: #0198c2; }

/* #0198c2 light blue */
.text-warning {
  color: #c09853; }

/* #c09853 */
.text-danger {
  color: #b94a48; }

/* #b94a48 red */
.text-success {
  color: #468847; }

/* #468847 green */
.text-info {
  color: #3a87ad; }

/* #3a87ad */
.text-charcoal {
  color: #231f20; }

.text-yellow {
  color: #ffdc00; }

.btn-post:hover, .text-blue-primary {
  color: #0067a8; }

.text-blue-secondary {
  color: #00568e; }

.text-blue-dark {
  color: #004372; }

.btn-post, .text-blue-darkest {
  color: #002e52; }

.text-lime-green {
  color: #97bf0d; }

.text-white {
  color: #fff; }

.bg-white {
  background-color: #fff; }

.bg-charcoal {
  background-color: #231f20; }

.btn-post, .btn-post:hover, .bg-yellow {
  background-color: #ffdc00; }

.bg-blue-light {
  background-color: #00aced; }

.bg-blue-primary {
  background-color: #0067a8; }

.bg-blue-secondary {
  background-color: #00568e; }

.bg-blue-dark {
  background-color: #004372; }

.bg-blue-darkest {
  background-color: #002e52; }

.bg-lime-green {
  background-color: #97bf0d; }

.bg-light-green {
  background-color: #b4e407; }

.bg-emerald-green {
  background-color: #0ca3b0; }

.bg-orange {
  background-color: #ff9000; }

.bg-grey {
  background-color: #dddddd; }

.bg-pale-grey {
  background-color: #e6e6e6; }

.bg-pale-grey-2 {
  background-color: #f2f2f2; }

.col-indigo {
  color: #3f61c4; }

.col-teal {
  color: #007882; }

.col-red {
  color: #ff635d; }

.col-blue {
  color: #2daae2; }

.col-pink {
  color: #fa91b6; }

.col-green {
  color: #1ac987; }

.col-purple {
  color: #8a68c8; }

.col-orange {
  color: #ff8200; }

.bg-indigo {
  background-color: #3f61c4; }

.bg-teal {
  background-color: #007882; }

.bg-red {
  background-color: #ff635d; }

.bg-blue {
  background-color: #2daae2; }

.bg-pink {
  background-color: #fa91b6; }

.bg-green {
  background-color: #1ac987; }

.bg-purple {
  background-color: #8a68c8; }

.bg-orange {
  background-color: #ff8200; }

.bg-indigo-65 {
  background-color: rgba(63, 97, 196, 0.65); }

.bg-indigo-50 {
  background-color: rgba(63, 97, 196, 0.5); }

.bg-indigo-30 {
  background-color: rgba(63, 97, 196, 0.3); }

.bg-teal-30 {
  background-color: rgba(0, 120, 130, 0.3); }

.bg-red-30 {
  background-color: rgba(255, 99, 93, 0.3); }

.bg-blue-30 {
  background-color: rgba(45, 170, 226, 0.3); }

.bg-pink-30 {
  background-color: rgba(250, 145, 182, 0.3); }

.bg-green-30 {
  background-color: rgba(26, 201, 135, 0.3); }

.bg-purple-30 {
  background-color: rgba(138, 104, 200, 0.3); }

.bg-orange-30 {
  background-color: rgba(255, 130, 0, 0.3); }

.bg-indigo-15 {
  background-color: rgba(63, 97, 196, 0.15); }

.bg-teal-15 {
  background-color: rgba(0, 120, 130, 0.15); }

.bg-red-15 {
  background-color: rgba(255, 99, 93, 0.15); }

.bg-blue-15 {
  background-color: rgba(45, 170, 226, 0.15); }

.bg-pink-15 {
  background-color: rgba(250, 145, 182, 0.15); }

.bg-green-15 {
  background-color: rgba(26, 201, 135, 0.15); }

.bg-purple-15 {
  background-color: rgba(138, 104, 200, 0.15); }

.bg-orange-15 {
  background-color: rgba(255, 130, 0, 0.15); }

.border-grey {
  border-top: 1px solid #999999; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.nav-tabs > li > a, .text-center {
  text-align: center; }

.text--bold {
  font-weight: bold; }

.tight-text {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286; }

/**
 * $TYPOGRAPHY CASE
 */
.nav-tabs > li > a, .navbar-toggle, .text--upper {
  text-transform: uppercase; }

.text--lower {
  text-transform: lowercase; }

.text--capitalise {
  text-transform: capitalize; }

h1, .peopleSearchHide h2, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: arial-regular, sans-serif;
  line-height: 1.1;
  color: #333; }

h1, .peopleSearchHide h2,
h2,
h3 {
  margin-bottom: 0;
  color: #00568e; }

h4,
h5 {
  color: #004372; }

h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 16px; }

h1, .peopleSearchHide h2, .h1 {
  font-size: 32px;
  margin-bottom: 16px; }

/*margin added to create space between next element*/
h2, .h2 {
  font-size: 22px;
  letter-spacing: -0.5px; }

@media (min-width: 48em) {
  h2, .h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.1428571429; } }
@media (min-width: 48em) {
  h1, .peopleSearchHide h2, .h1 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 1.1428571429; } }
@media (min-width: 75em) {
  h1, .peopleSearchHide h2, .h1 {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 1.1363636364; } }
h3, .h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.4285714286;
  letter-spacing: -0.5px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h6, .h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: #4d4d4d;
  text-transform: uppercase; }

h2 + p {
  margin-top: 8px !important; }

.well h3 + ul, .well-alternative h3 + ul {
  margin-top: 8px; }

h3 + p {
  margin-top: 8px; }

p + h3 {
  margin-top: 16px; }

h1 + .filter--wrapper, .peopleSearchHide h2 + .filter--wrapper, p + .filter--wrapper {
  margin-top: 16px; }

h2 + ul {
  margin-top: 16px; }

a + h2 {
  margin-top: 16px; }

h2 + h3 {
  margin-top: 16px; }

ul,
ol {
  margin-top: 13.5px;
  margin-bottom: 0;
  padding-left: 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0;
    padding-left: 0; }

ul {
  margin-top: 0;
  margin-left: 8px;
  list-style: none;
  padding: 0; }

/* ul list default*/
.content-wrapper ul {
  list-style: none;
  padding: 0; }

.content-wrapper li {
  padding-bottom: 8px;
  list-style-image: url(../assets/images/bullet-blue-square.gif);
  list-style-position: outside;
  margin-left: 24px; }
  .content-wrapper li ul li {
    margin-left: 8px; }
    .content-wrapper li ul li:last-child {
      padding-bottom: 4px; }
    .content-wrapper li ul li:first-child {
      padding-top: 8px; }

/* numbered list default*/
.content-wrapper ol li {
  /*list-style-type: decimal !important;*/
  list-style-image: none; }
  .content-wrapper ol li ul li {
    padding-bottom: 16px;
    list-style-image: url(../assets/images/bullet-blue-square.gif);
    list-style-position: outside;
    margin-left: 8px; }
    .content-wrapper ol li ul li:last-child {
      padding-bottom: 4px; }
    .content-wrapper ol li ul li:first-child {
      padding-top: 8px; }

@media (max-width: 47.9375em) {
  .content-wrapper ol {
    padding-left: 8px; }
    .content-wrapper ol li ul li {
      margin-left: 8px; }

  .content-wrapper li ul li {
    margin-left: 16px; } }
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

dd {
  margin-left: 0; }

@media (min-width: 74.9375em) {
  .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 #666666; }

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  margin: 0;
  /*span*/ }
  blockquote .open-quote:before {
    content: '“';
    font-size: 48px;
    font-size: 3rem;
    line-height: 0.5625;
    color: #cccccc;
    float: left;
    position: relative;
    top: 16px;
    margin-right: 16px; }

/*article*/
.news-article blockquote {
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #0067a8; }
  .news-article blockquote p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 8px; }
  .news-article blockquote p:last-child {
    margin-bottom: 0; }
  .news-article blockquote small {
    display: block;
    line-height: 1.6875;
    font-size: 12.0030007502px; }
  .news-article blockquote.pull-right, .news-article .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected blockquote.glyph, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .news-article blockquote.glyph {
    padding-right: 10px;
    padding-left: 10px;
    border-left: 0; }
    .news-article blockquote.pull-right p, .news-article .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected blockquote.glyph p, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .news-article blockquote.glyph p,
    .news-article blockquote.pull-right small,
    .news-article .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected blockquote.glyph small,
    .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .news-article blockquote.glyph small {
      text-align: left; }
    .news-article blockquote.pull-right small:before, .news-article .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected blockquote.glyph small:before, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .news-article blockquote.glyph small:before {
      content: ''; }

@media (min-width: 48em) {
  /*article*/
  .news-article blockquote {
    width: 50%;
    float: right;
    margin: 16px 0 16px 16px;
    border-top: 3px solid #598527;
    border-bottom: 3px solid #598527;
    padding: 8px 0;
    color: #598527; }
    .news-article blockquote p {
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.3333333333;
      letter-spacing: -0.5px;
      margin-bottom: 16px; }
    .news-article blockquote small {
      display: block;
      line-height: 1.6875; }
      .news-article blockquote small:first-of-type {
        font-weight: bold;
        font-family: arial-bold; } }
.news-article {
  /*blockquote*/ }
  .news-article .full-width-quote {
    width: 100% !important; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: ""; }

address {
  display: block;
  margin-bottom: 27px;
  font-style: normal;
  line-height: 1.6875; }

a {
  color: #0067a8;
  text-decoration: none; }
  a:hover, a:focus {
    color: #00385c; }
  a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

a:visited {
  color: #0067a8;
  text-decoration: none; }

/*.content-wrapper {
    a {
      color: $text-color;
      border-bottom: 1px dotted $grey-90;
    }
}*/
.media a, .media-heading a,
.blue-links a {
  color: #0067a8;
  border-bottom: none; }
  .media a:hover, .media-heading a:hover, .media a:focus, .media-heading a:focus,
  .blue-links a:hover,
  .blue-links a:focus {
    color: #004372; }

/*
%yellow-links,
.yellow-links {
    a {
      color: $brand-colour-yellow;
      border-bottom: none;

        &:hover, &:focus {
            border-bottom: 1px solid #fff;;
        }
    }
}
*/
.table-responsive table tbody tr > td a,
.blue-link {
  color: #0067a8 !important;
  border-bottom: none !important; }
  .table-responsive table tbody tr > td a:hover, .table-responsive table tbody tr > td a:focus,
  .blue-link:hover,
  .blue-link:focus {
    color: #004372 !important; }

.note {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  color: gray; }

/*!
 * Buttons */
button:focus {
  outline: none; }

.btn {
  display: inline-block;
  padding: 8px 24px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6875;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus {
    color: #ffdc00;
    text-decoration: none;
    cursor: pointer; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.primary-blue-btn {
  color: white;
  background-color: #0067a8; }
  .primary-blue-btn:hover {
    color: #ffdc00; }

.secondary-blue-btn {
  color: white;
  background-color: #00568e; }
  .secondary-blue-btn:hover {
    color: #ffdc00; }

.dark-blue-btn {
  color: white;
  background-color: #004372; }
  .dark-blue-btn:hover {
    color: #ffdc00; }

.darkest-blue-btn {
  color: white;
  background-color: #002e52; }
  .darkest-blue-btn:hover {
    color: #ffdc00; }

.light-blue-btn {
  color: white;
  background-color: #0098C3; }
  .light-blue-btn:hover {
    color: #ffdc00; }

.yellow-btn {
  color: #231f20;
  background-color: #ffdc00; }
  .yellow-btn:hover {
    color: #0067a8; }

.green-btn {
  color: white;
  background-color: #97bf0d; }
  .green-btn:hover {
    color: #ffdc00; }

.charcoal-btn {
  color: white;
  background-color: #231f20; }
  .charcoal-btn:hover {
    color: #ffdc00; }

.grey-btn {
  color: #231f20;
  background-color: #dddddd; }
  .grey-btn:hover {
    color: #0067a8; }

.btn-default {
  color: #fff;
  background-color: #0067a8;
  border-bottom: none !important; }
  .btn-default:hover {
    color: #ffdc00;
    background-color: #0067a8; }

.btn-primary {
  color: #666666;
  background-color: #e5e6e3;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  margin-top: 8px; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    color: #000;
    background-color: #d1d3cd; }
  .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #d1d3cd; }

.btn-warning {
  color: #fff;
  background-color: #9e0b0f; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #78080b; }
  .btn-warning:active, .btn-warning.active, .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: #78080b; }

.btn-danger {
  color: #fff;
  background-color: #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    color: #000;
    background-color: #d2322d; }
  .btn-danger:active, .btn-danger.active, .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: #d2322d; }

.btn-success {
  color: #fff;
  background-color: #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    color: #000;
    background-color: #47a447; }
  .btn-success:active, .btn-success.active, .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: #47a447; }

.btn-info {
  color: #002e52;
  background-color: #cceef8; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    color: #000;
    background-color: #a8e2f3; }
  .btn-info:active, .btn-info.active, .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: #a8e2f3; }

.btn-post {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  padding: 8px 24px; }

.btn-search, .btn-glyph {
  color: #666666;
  background-color: #dddddd;
  padding: 0;
  width: 32px;
  height: 32px;
  min-width: 32px; }
  .btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active, .open .btn-search.dropdown-toggle,
  .btn-glyph:hover,
  .btn-glyph:focus,
  .btn-glyph:active,
  .btn-glyph.active,
  .open .btn-glyph.dropdown-toggle {
    color: #000;
    background-color: #c8c8c8; }
  .btn-search:active, .btn-search.active, .open .btn-search.dropdown-toggle,
  .btn-glyph:active,
  .btn-glyph.active,
  .open .btn-glyph.dropdown-toggle {
    background-image: none; }
  .btn-search.disabled, .btn-search.disabled:hover, .btn-search.disabled:focus, .btn-search.disabled:active, .btn-search.disabled.active, .btn-search[disabled], .btn-search[disabled]:hover, .btn-search[disabled]:focus, .btn-search[disabled]:active, .btn-search[disabled].active, fieldset[disabled] .btn-search, fieldset[disabled] .btn-search:hover, fieldset[disabled] .btn-search:focus, fieldset[disabled] .btn-search:active, fieldset[disabled] .btn-search.active,
  .btn-glyph.disabled,
  .btn-glyph.disabled:hover,
  .btn-glyph.disabled:focus,
  .btn-glyph.disabled:active,
  .btn-glyph.disabled.active,
  .btn-glyph[disabled],
  .btn-glyph[disabled]:hover,
  .btn-glyph[disabled]:focus,
  .btn-glyph[disabled]:active,
  .btn-glyph[disabled].active,
  fieldset[disabled] .btn-glyph,
  fieldset[disabled] .btn-glyph:hover,
  fieldset[disabled] .btn-glyph:focus,
  fieldset[disabled] .btn-glyph:active,
  fieldset[disabled] .btn-glyph.active {
    background-color: #c8c8c8; }
  .btn-search:hover, .btn-glyph:hover {
    color: #fff !important;
    background-color: #ffdc00; }

.form-group > .btn-search,
.form-group > .btn-glyph {
  border: 1px solid #b3b3b3; }

.input-group-btn > .btn-search,
.input-group-btn > .btn-glyph {
  position: absolute !important;
  top: 1px;
  right: 1px; }

.btn-link {
  color: #0067a8;
  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: #00385c;
    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: #666666;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10.72px 24px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0; }
  @media (min-width: 48em) {
    .btn-lg, .btn-group-lg > .btn {
      padding: 10.72px 32px;
      font-size: 16px;
      line-height: 1.33;
      border-radius: 0; } }
  @media (min-width: 75em) {
    .btn-lg, .btn-group-lg > .btn {
      padding: 12px 48px;
      font-size: 16px;
      line-height: 1.33;
      border-radius: 0; } }

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

.btn-xs, .btn-group-xs > .btn {
  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%; }

input[type="submit"] {
  border: none;
  font-size: 13.12px; }

.jumpTag a {
  color: #ffdc00;
  text-decoration: underline;
  margin-right: 8px; }
  .jumpTag a:hover {
    color: white; }

@media (max-width: 74.9375em) {
  .jumpTag-header {
    color: #231f20; }

  .jumpTag a {
    color: #0067a8; }
    .jumpTag a:hover {
      color: #004372; }

  .pc-btn-group {
    padding-top: 24px; } }
.search-title-wrapper {
  margin-bottom: 32px; }
  .search-title-wrapper .search-title {
    margin-bottom: 8px; }

/*!
 * Scaffolding */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

img {
  vertical-align: middle; }

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

.img-fullwidth {
  width: 100%; }

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

.img-thumbnail, .thumbnail {
  padding: 4px;
  line-height: 1.6875;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -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: 27px;
  margin-bottom: 27px;
  border: 0;
  border-top: 1px solid #1a1a1a; }

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

/*!
 * Helpers */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS.................You’re reading it!
 * INLINE BLOCK.............x-browser inline-block @extend
 * SPRITES..................
 * LIST RESET...............remove default list styling
 * FLOATS...................
 * COMMON ABSOLUTE POSITIONS
 * FONT RENDERING........... Webkit. For sharper rendering of light text on dark backgrounds only
 */
/**
 * $INLINE BLOCK
 * ----------------------------------------------------------------------------
 */
.i {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

/**
 * $SPRITES
 * ----------------------------------------------------------------------------
 */
.i {
  overflow: hidden;
  /* for IE6 */
  vertical-align: middle; }

/**
 * $LIST RESET
 * ----------------------------------------------------------------------------
 */
.list-inline, .nav-tabs, .sidebar-oncanvas-mobile .sidebar-navigation ul, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-1, .breadcrumb {
  margin-top: 0;
  margin-left: 0;
  list-style: none; }
  .list-inline li, .nav-tabs li, .sidebar-oncanvas-mobile .sidebar-navigation ul li, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-1 li, .breadcrumb li {
    padding-bottom: 0;
    list-style-image: none;
    padding-left: 0;
    margin-left: 0; }

/* e.g. ol { @extend %list-reset; } */
/**
 * $FLOATS
 * ----------------------------------------------------------------------------
 */
.float--none {
  float: none !important; }

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

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

/*
 * $COMMON ABSOLUTE POSITIONS
 * ----------------------------------------------------------------------------
 */
.pos-abs-t-l {
  position: absolute;
  top: 0;
  left: 0; }

.pos-abs-t-r {
  position: absolute;
  top: 0;
  right: 0; }

.pos-abs-b-l {
  position: absolute;
  bottom: 0;
  left: 0; }

.pos-abs-b-r {
  position: absolute;
  bottom: 0;
  right: 0; }

/**
 * $FONT RENDERING
 * ----------------------------------------------------------------------------
 */
/**
 * Render fonts more sharply in Chrome (lose the fuzzy sausage type).
 * Only apply to light text on dark backgrounds
 */
.btn-default, .btn-post, .sommet-bold, .sommet-regular, h1, .peopleSearchHide h2, .h1, .sommet-light, .dropdown-menu, .sidebar-oncanvas-mobile .sidebar-navigation, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-4, .navbar-toggle, .breadcrumb a, .breadcrumb a:visited {
  -webkit-font-smoothing: antialiased; }

/*!
 * Mixins */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS.................You’re reading it!
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 */
/**
 * Bleed to viewport edges on mobiles / tablets
 * NOTE: for a complete bleed on desktop remove the element from a div class=container
 * ----------------------------------------------------------------------------
 */
/*!
 * Fonts */
/**
 * Font declarations
 *
 * Includes SVG to fix rubbish (aliased) font rendering in Windows Chrome:
 * http://stackoverflow.com/questions/10627209/font-face-for-custom-fonts-fonts-not-smooth-in-chrome
 * ----------------------------------------------------------------------------
 */
@font-face {
  font-family: 'sommet-bold';
  src: url("../assets/fonts/sommetbold-webfont.eot");
  src: url("../assets/fonts/sommetbold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/sommetbold-webfont.svg") format("svg"), url("../assets/fonts/sommetbold-webfont.woff") format("woff"); }
@font-face {
  font-family: 'sommet-regular';
  src: url("../assets/fonts/sommetregular-webfont.eot");
  src: url("../assets/fonts/sommetregular-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/sommetregular-webfont.svg") format("svg"), url("../assets/fonts/sommetregular-webfont.woff") format("woff"); }
@font-face {
  font-family: 'sommet-light';
  src: url("../assets/fonts/sommetlight-webfont.eot");
  src: url("../assets/fonts/sommetlight-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/sommetlight-webfont.svg") format("svg"), url("../assets/fonts/sommetlight-webfont.woff") format("woff"); }
@font-face {
  font-family: 'arial-bold';
  src: url("../assets/fonts/arialmtstd-bold-webfont.eot");
  src: url("../assets/fonts/arialmtstd-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/arialmtstd-bold-webfont.svg") format("svg"), url("../assets/fonts/arialmtstd-bold-webfont.woff") format("woff"); }
@font-face {
  font-family: 'arial-bold-italic';
  src: url("../assets/fonts/arialmtstd-bolditalic-webfont.eot");
  src: url("../assets/fonts/arialmtstd-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/arialmtstd-bolditalic-webfont.svg") format("svg"), url("../assets/fonts/arialmtstd-bolditalic-webfont.woff") format("woff"); }
@font-face {
  font-family: 'arial'; }
@font-face {
  font-family: 'arial-regular-italic';
  src: url("../assets/fonts/arialmtstd-italic-webfont.eot");
  src: url("../assets/fonts/arialmtstd-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/arialmtstd-italic-webfont.svg") format("svg"), url("../assets/fonts/arialmtstd-italic-webfont.woff") format("woff"); }
/**
 * Convenient extend objects for typography
 * ----------------------------------------------------------------------------
 */
.sommet-bold {
  font-family: sommet-bold, sans-serif;
  font-weight: normal; }

.sommet-regular {
  font-family: sommet-regular, sans-serif;
  font-weight: normal !important; }

h1, .peopleSearchHide h2, .h1, .sommet-light {
  font-family: sommet-light, sans-serif;
  font-weight: normal !important; }

b, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-1 li .selected, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-4 li .selected, .arial-bold {
  font-family: arial-bold, sans-serif;
  font-weight: normal; }

.arial-bold-italic {
  font-family: arial-bold-italic, sans-serif;
  font-weight: normal;
  font-style: normal; }

body, h2, .h2, .arial-regular {
  font-family: arial, sans-serif;
  font-weight: normal !important; }

i, .arial-regular-italic {
  font-family: arial-regular-italic, sans-serif;
  font-weight: normal;
  font-style: normal; }

/*!
 * Icon fonts */
/**
 * ENTYPO PICTOGRAM SUITE
 * An icon font set by Daniel Bruce
 *
 * Entypo downloaded from http://fontello.com/
 *
 * WARNING! DO NOT download the font set from entypo.com as it's totally buggy...
 * refer here: https://github.com/danielbruce/glyph/issues/8
 *
 *
 * HOW TO USE
 *
 * Step 1.
 * Get the name of the icon you require.
 * You can search for your icon name below,
 * or go to http://fontello.com/ and hover icon to get icon name
 * (their search feature can be helpful in locating icons)
 *
 * Step 2.
 * You can EITHER:
 * a) Enter the icon directly into your HTML, e.g:
 * <span class="glyph-paper-plane"></span>
 *
 * OR:
 * b) "inject" it via CSS, e.g:
 * <span class="glyph"></span>
 * .glyph { @extend .glyph-paper-plane; }
 *
 * OR:
 * c) another "injection" method
 * <a class='close'></a>
 * .close {
 *      @extend %glyph;
 *      @extend .glyph-cancel-squared;
 *  }
 *
 */
@font-face {
  font-family: 'glyph';
  src: url("../assets/fonts/entypo.eot");
  src: url("../assets/fonts/entypo.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/entypo.woff") format("woff"), url("../assets/fonts/entypo.ttf") format("truetype"), url("../assets/fonts/entypo.svg#glyph") format("svg");
  font-weight: normal;
  font-style: normal; }
*[class^="glyph"] {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "glyph";
  font-style: normal;
  font-weight: normal;
  speak: none;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em; }

.glyph-note:before {
  content: '\e800'; }

/* '' */
.glyph-logo-db:before {
  content: '\e91b'; }

/* '' */
.glyph-music:before {
  content: '\e802'; }

/* '' */
.glyph-search:before {
  content: '\e803'; }

/* '' */
.glyph-flashlight:before {
  content: '\e804'; }

/* '' */
.glyph-mail:before {
  content: '\e805'; }

/* '' */
.glyph-heart:before {
  content: '\e806'; }

/* '' */
.glyph-heart-empty:before {
  content: '\e807'; }

/* '' */
.glyph-star:before {
  content: '\e808'; }

/* '' */
.glyph-star-empty:before {
  content: '\e809'; }

/* '' */
.glyph-user:before {
  content: '\e80a'; }

/* '' */
.glyph-users:before {
  content: '\e80b'; }

/* '' */
.glyph-user-add:before {
  content: '\e80c'; }

/* '' */
.glyph-video:before {
  content: '\e80d'; }

/* '' */
.glyph-picture:before {
  content: '\e80e'; }

/* '' */
.glyph-camera:before {
  content: '\e80f'; }

/* '' */
.glyph-layout:before {
  content: '\e810'; }

/* '' */
.glyph-menu:before {
  content: '\e811'; }

/* '' */
.glyph-check:before {
  content: '\e812'; }

/* '' */
.glyph-cancel:before {
  content: '\e813'; }

/* '' */
.glyph-cancel-circled:before {
  content: '\e814'; }

/* '' */
.glyph-cancel-squared:before {
  content: '\e815'; }

/* '' */
.glyph-plus:before {
  content: '\e816'; }

/* '' */
.glyph-plus-circled:before {
  content: '\e817'; }

/* '' */
.glyph-plus-squared:before {
  content: '\e818'; }

/* '' */
.glyph-minus:before {
  content: '\e819'; }

/* '' */
.glyph-minus-circled:before {
  content: '\e81a'; }

/* '' */
.glyph-minus-squared:before {
  content: '\e81b'; }

/* '' */
.glyph-help:before {
  content: '\e81c'; }

/* '' */
.glyph-help-circled:before {
  content: '\e81d'; }

/* '' */
.glyph-info:before {
  content: '\e81e'; }

/* '' */
.glyph-info-circled:before {
  content: '\e81f'; }

/* '' */
.glyph-back:before {
  content: '\e820'; }

/* '' */
.glyph-home:before {
  content: '\e821'; }

/* '' */
.glyph-link:before {
  content: '\e822'; }

/* '' */
.glyph-attach:before {
  content: '\e823'; }

/* '' */
.glyph-lock:before {
  content: '\e824'; }

/* '' */
.glyph-lock-open:before {
  content: '\e825'; }

/* '' */
.glyph-eye:before {
  content: '\e826'; }

/* '' */
.glyph-tag:before {
  content: '\e827'; }

/* '' */
.glyph-bookmark:before {
  content: '\e828'; }

/* '' */
.glyph-bookmarks:before {
  content: '\e829'; }

/* '' */
.glyph-flag:before {
  content: '\e82a'; }

/* '' */
.glyph-thumbs-up:before {
  content: '\e82b'; }

/* '' */
.glyph-thumbs-down:before {
  content: '\e82c'; }

/* '' */
.glyph-download:before {
  content: '\e82d'; }

/* '' */
.glyph-upload:before {
  content: '\e82e'; }

/* '' */
.glyph-upload-cloud:before {
  content: '\e82f'; }

/* '' */
.glyph-reply:before {
  content: '\e830'; }

/* '' */
.glyph-reply-all:before {
  content: '\e831'; }

/* '' */
.glyph-forward:before {
  content: '\e832'; }

/* '' */
.glyph-quote:before {
  content: '\e833'; }

/* '' */
.glyph-code:before {
  content: '\e834'; }

/* '' */
.glyph-export:before {
  content: '\e835'; }

/* '' */
.glyph-pencil:before {
  content: '\e836'; }

/* '' */
.glyph-feather:before {
  content: '\e837'; }

/* '' */
.glyph-print:before {
  content: '\e838'; }

/* '' */
.glyph-retweet:before {
  content: '\e839'; }

/* '' */
.glyph-keyboard:before {
  content: '\e83a'; }

/* '' */
.glyph-comment:before {
  content: '\e83b'; }

/* '' */
.glyph-chat:before {
  content: '\e83c'; }

/* '' */
.glyph-bell:before {
  content: '\e83d'; }

/* '' */
.glyph-attention:before {
  content: '\e83e'; }

/* '' */
.glyph-alert:before {
  content: '\e83f'; }

/* '' */
.glyph-vcard:before {
  content: '\e840'; }

/* '' */
.glyph-address:before {
  content: '\e841'; }

/* '' */
.glyph-location:before {
  content: '\e842'; }

/* '' */
.glyph-map:before {
  content: '\e843'; }

/* '' */
.glyph-direction:before {
  content: '\e844'; }

/* '' */
.glyph-compass:before {
  content: '\e845'; }

/* '' */
.glyph-cup:before {
  content: '\e846'; }

/* '' */
.glyph-trash:before {
  content: '\e847'; }

/* '' */
.glyph-doc:before {
  content: '\e848'; }

/* '' */
.glyph-docs:before {
  content: '\e849'; }

/* '' */
.glyph-doc-landscape:before {
  content: '\e84a'; }

/* '' */
.glyph-doc-text:before {
  content: '\e84b'; }

/* '' */
.glyph-doc-text-inv:before {
  content: '\e84c'; }

/* '' */
.glyph-newspaper:before {
  content: '\e84d'; }

/* '' */
.glyph-book-open:before {
  content: '\e84e'; }

/* '' */
.glyph-book:before {
  content: '\e84f'; }

/* '' */
.glyph-folder:before {
  content: '\e850'; }

/* '' */
.glyph-archive:before {
  content: '\e851'; }

/* '' */
.glyph-box:before {
  content: '\e852'; }

/* '' */
.glyph-rss:before {
  content: '\e853'; }

/* '' */
.glyph-phone:before {
  content: '\e854'; }

/* '' */
.glyph-cog:before {
  content: '\e855'; }

/* '' */
.glyph-tools:before {
  content: '\e856'; }

/* '' */
.glyph-share:before {
  content: '\e857'; }

/* '' */
.glyph-shareable:before {
  content: '\e858'; }

/* '' */
.glyph-basket:before {
  content: '\e859'; }

/* '' */
.glyph-bag:before {
  content: '\e85a'; }

/* '' */
.glyph-calendar:before {
  content: '\e85b'; }

/* '' */
.glyph-login:before {
  content: '\e85c'; }

/* '' */
.glyph-logout:before {
  content: '\e85d'; }

/* '' */
.glyph-mic:before {
  content: '\e85e'; }

/* '' */
.glyph-mute:before {
  content: '\e85f'; }

/* '' */
.glyph-sound:before {
  content: '\e860'; }

/* '' */
.glyph-volume:before {
  content: '\e861'; }

/* '' */
.glyph-clock:before {
  content: '\e862'; }

/* '' */
.glyph-hourglass:before {
  content: '\e863'; }

/* '' */
.glyph-lamp:before {
  content: '\e864'; }

/* '' */
.glyph-light-down:before {
  content: '\e865'; }

/* '' */
.glyph-light-up:before {
  content: '\e866'; }

/* '' */
.glyph-adjust:before {
  content: '\e867'; }

/* '' */
.glyph-block:before {
  content: '\e868'; }

/* '' */
.glyph-resize-full:before {
  content: '\e869'; }

/* '' */
.glyph-resize-small:before {
  content: '\e86a'; }

/* '' */
.glyph-popup:before {
  content: '\e86b'; }

/* '' */
.glyph-publish:before {
  content: '\e86c'; }

/* '' */
.glyph-window:before {
  content: '\e86d'; }

/* '' */
.glyph-arrow-combo:before {
  content: '\e86e'; }

/* '' */
.glyph-down-circled:before {
  content: '\e86f'; }

/* '' */
.glyph-left-circled:before {
  content: '\e870'; }

/* '' */
.glyph-right-circled:before {
  content: '\e871'; }

/* '' */
.glyph-up-circled:before {
  content: '\e872'; }

/* '' */
.glyph-down-open:before {
  content: '\e873'; }

/* '' */
.glyph-left-open:before {
  content: '\e874'; }

/* '' */
.glyph-right-open:before {
  content: '\e875'; }

/* '' */
.glyph-up-open:before {
  content: '\e876'; }

/* '' */
.glyph-down-open-mini:before {
  content: '\e877'; }

/* '' */
.glyph-left-open-mini:before {
  content: '\e878'; }

/* '' */
.glyph-right-open-mini:before {
  content: '\e879'; }

/* '' */
.glyph-up-open-mini:before {
  content: '\e87a'; }

/* '' */
.glyph-down-open-big:before, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .glyph:before {
  content: '\e87b'; }

/* '' */
.glyph-left-open-big:before {
  content: '\e87c'; }

/* '' */
.glyph-right-open-big:before {
  content: '\e87d'; }

/* '' */
.glyph-up-open-big:before, .sidebar-oncanvas-mobile.open .sidebar-navigation_level-1 > li > a.selected .glyph:before {
  content: '\e87e'; }

/* '' */
.glyph-down:before {
  content: '\e87f'; }

/* '' */
.glyph-left:before {
  content: '\e880'; }

/* '' */
.glyph-right:before {
  content: '\e881'; }

/* '' */
.glyph-up:before {
  content: '\e882'; }

/* '' */
.glyph-down-dir:before {
  content: '\e883'; }

/* '' */
.glyph-left-dir:before {
  content: '\e884'; }

/* '' */
.glyph-right-dir:before {
  content: '\e885'; }

/* '' */
.glyph-up-dir:before {
  content: '\e886'; }

/* '' */
.glyph-down-bold:before {
  content: '\e887'; }

/* '' */
.glyph-left-bold:before {
  content: '\e888'; }

/* '' */
.glyph-right-bold:before {
  content: '\e889'; }

/* '' */
.glyph-up-bold:before {
  content: '\e88a'; }

/* '' */
.glyph-down-thin:before {
  content: '\e88b'; }

/* '' */
.glyph-left-thin:before {
  content: '\e88c'; }

/* '' */
.glyph-right-thin:before {
  content: '\e88d'; }

/* '' */
.glyph-note-beamed:before {
  content: '\e801'; }

/* '' */
.glyph-ccw:before {
  content: '\e88f'; }

/* '' */
.glyph-cw:before {
  content: '\e890'; }

/* '' */
.glyph-arrows-ccw:before {
  content: '\e891'; }

/* '' */
.glyph-level-down:before {
  content: '\e892'; }

/* '' */
.glyph-level-up:before {
  content: '\e893'; }

/* '' */
.glyph-shuffle:before {
  content: '\e894'; }

/* '' */
.glyph-loop:before {
  content: '\e895'; }

/* '' */
.glyph-switch:before {
  content: '\e896'; }

/* '' */
.glyph-play:before {
  content: '\e897'; }

/* '' */
.glyph-stop:before {
  content: '\e898'; }

/* '' */
.glyph-pause:before {
  content: '\e899'; }

/* '' */
.glyph-record:before {
  content: '\e89a'; }

/* '' */
.glyph-to-end:before {
  content: '\e89b'; }

/* '' */
.glyph-to-start:before {
  content: '\e89c'; }

/* '' */
.glyph-fast-forward:before {
  content: '\e89d'; }

/* '' */
.glyph-fast-backward:before {
  content: '\e89e'; }

/* '' */
.glyph-progress-0:before {
  content: '\e89f'; }

/* '' */
.glyph-progress-1:before {
  content: '\e8a0'; }

/* '' */
.glyph-progress-2:before {
  content: '\e8a1'; }

/* '' */
.glyph-progress-3:before {
  content: '\e8a2'; }

/* '' */
.glyph-target:before {
  content: '\e8a3'; }

/* '' */
.glyph-palette:before {
  content: '\e8a4'; }

/* '' */
.glyph-list:before {
  content: '\e8a5'; }

/* '' */
.glyph-list-add:before {
  content: '\e8a6'; }

/* '' */
.glyph-signal:before {
  content: '\e8a7'; }

/* '' */
.glyph-trophy:before {
  content: '\e8a8'; }

/* '' */
.glyph-battery:before {
  content: '\e8a9'; }

/* '' */
.glyph-back-in-time:before {
  content: '\e8aa'; }

/* '' */
.glyph-monitor:before {
  content: '\e8ab'; }

/* '' */
.glyph-mobile:before {
  content: '\e8ac'; }

/* '' */
.glyph-network:before {
  content: '\e8ad'; }

/* '' */
.glyph-cd:before {
  content: '\e8ae'; }

/* '' */
.glyph-inbox:before {
  content: '\e8af'; }

/* '' */
.glyph-install:before {
  content: '\e8b0'; }

/* '' */
.glyph-globe:before {
  content: '\e8b1'; }

/* '' */
.glyph-cloud:before {
  content: '\e8b2'; }

/* '' */
.glyph-cloud-thunder:before {
  content: '\e8b3'; }

/* '' */
.glyph-flash:before {
  content: '\e8b4'; }

/* '' */
.glyph-moon:before {
  content: '\e8b5'; }

/* '' */
.glyph-flight:before {
  content: '\e8b6'; }

/* '' */
.glyph-paper-plane:before {
  content: '\e8b7'; }

/* '' */
.glyph-leaf:before {
  content: '\e8b8'; }

/* '' */
.glyph-lifebuoy:before {
  content: '\e8b9'; }

/* '' */
.glyph-mouse:before {
  content: '\e8ba'; }

/* '' */
.glyph-briefcase:before {
  content: '\e8bb'; }

/* '' */
.glyph-suitcase:before {
  content: '\e8bc'; }

/* '' */
.glyph-dot:before {
  content: '\e8bd'; }

/* '' */
.glyph-dot-2:before {
  content: '\e8be'; }

/* '' */
.glyph-dot-3:before {
  content: '\e8bf'; }

/* '' */
.glyph-brush:before {
  content: '\e8c0'; }

/* '' */
.glyph-magnet:before {
  content: '\e8c1'; }

/* '' */
.glyph-infinity:before {
  content: '\e8c2'; }

/* '' */
.glyph-erase:before {
  content: '\e8c3'; }

/* '' */
.glyph-chart-pie:before {
  content: '\e8c4'; }

/* '' */
.glyph-chart-line:before {
  content: '\e8c5'; }

/* '' */
.glyph-chart-bar:before {
  content: '\e8c6'; }

/* '' */
.glyph-chart-area:before {
  content: '\e8c7'; }

/* '' */
.glyph-tape:before {
  content: '\e8c8'; }

/* '' */
.glyph-graduation-cap:before {
  content: '\e8c9'; }

/* '' */
.glyph-language:before {
  content: '\e8ca'; }

/* '' */
.glyph-ticket:before {
  content: '\e8cb'; }

/* '' */
.glyph-water:before {
  content: '\e8cc'; }

/* '' */
.glyph-droplet:before {
  content: '\e8cd'; }

/* '' */
.glyph-air:before {
  content: '\e8ce'; }

/* '' */
.glyph-credit-card:before {
  content: '\e8cf'; }

/* '' */
.glyph-floppy:before {
  content: '\e8d0'; }

/* '' */
.glyph-clipboard:before {
  content: '\e8d1'; }

/* '' */
.glyph-megaphone:before {
  content: '\e8d2'; }

/* '' */
.glyph-database:before {
  content: '\e8d3'; }

/* '' */
.glyph-drive:before {
  content: '\e8d4'; }

/* '' */
.glyph-bucket:before {
  content: '\e8d5'; }

/* '' */
.glyph-thermometer:before {
  content: '\e8d6'; }

/* '' */
.glyph-key:before {
  content: '\e8d7'; }

/* '' */
.glyph-flow-cascade:before {
  content: '\e8d8'; }

/* '' */
.glyph-flow-branch:before {
  content: '\e8d9'; }

/* '' */
.glyph-flow-tree:before {
  content: '\e8da'; }

/* '' */
.glyph-flow-line:before {
  content: '\e8db'; }

/* '' */
.glyph-flow-parallel:before {
  content: '\e8dc'; }

/* '' */
.glyph-rocket:before {
  content: '\e8dd'; }

/* '' */
.glyph-gauge:before {
  content: '\e8de'; }

/* '' */
.glyph-traffic-cone:before {
  content: '\e8df'; }

/* '' */
.glyph-cc:before {
  content: '\e8e0'; }

/* '' */
.glyph-cc-by:before {
  content: '\e8e1'; }

/* '' */
.glyph-cc-nc:before {
  content: '\e8e2'; }

/* '' */
.glyph-cc-nc-eu:before {
  content: '\e8e3'; }

/* '' */
.glyph-cc-nc-jp:before {
  content: '\e8e4'; }

/* '' */
.glyph-cc-sa:before {
  content: '\e8e5'; }

/* '' */
.glyph-cc-nd:before {
  content: '\e8e6'; }

/* '' */
.glyph-cc-pd:before {
  content: '\e8e7'; }

/* '' */
.glyph-cc-zero:before {
  content: '\e8e8'; }

/* '' */
.glyph-cc-share:before {
  content: '\e8e9'; }

/* '' */
.glyph-cc-remix:before {
  content: '\e8ea'; }

/* '' */
.glyph-github:before {
  content: '\e8eb'; }

/* '' */
.glyph-github-circled:before {
  content: '\e8ec'; }

/* '' */
.glyph-flickr:before {
  content: '\e8ed'; }

/* '' */
.glyph-flickr-circled:before {
  content: '\e8ee'; }

/* '' */
.glyph-vimeo:before {
  content: '\e8ef'; }

/* '' */
.glyph-vimeo-circled:before {
  content: '\e8f0'; }

/* '' */
.glyph-twitter:before {
  content: '\e8f1'; }

/* '' */
.glyph-twitter-circled:before {
  content: '\e8f2'; }

/* '' */
.glyph-facebook:before {
  content: '\e8f3'; }

/* '' */
.glyph-facebook-circled:before {
  content: '\e8f4'; }

/* '' */
.glyph-facebook-squared:before {
  content: '\e8f5'; }

/* '' */
.glyph-gplus:before {
  content: '\e8f6'; }

/* '' */
.glyph-gplus-circled:before {
  content: '\e8f7'; }

/* '' */
.glyph-pinterest:before {
  content: '\e8f8'; }

/* '' */
.glyph-pinterest-circled:before {
  content: '\e8f9'; }

/* '' */
.glyph-tumblr:before {
  content: '\e8fa'; }

/* '' */
.glyph-tumblr-circled:before {
  content: '\e8fb'; }

/* '' */
.glyph-linkedin:before {
  content: '\e8fc'; }

/* '' */
.glyph-linkedin-circled:before {
  content: '\e8fd'; }

/* '' */
.glyph-dribbble:before {
  content: '\e8fe'; }

/* '' */
.glyph-dribbble-circled:before {
  content: '\e8ff'; }

/* '' */
.glyph-stumbleupon:before {
  content: '\e900'; }

/* '' */
.glyph-stumbleupon-circled:before {
  content: '\e901'; }

/* '' */
.glyph-lastfm:before {
  content: '\e902'; }

/* '' */
.glyph-lastfm-circled:before {
  content: '\e903'; }

/* '' */
.glyph-rdio:before {
  content: '\e904'; }

/* '' */
.glyph-rdio-circled:before {
  content: '\e905'; }

/* '' */
.glyph-spotify:before {
  content: '\e906'; }

/* '' */
.glyph-spotify-circled:before {
  content: '\e907'; }

/* '' */
.glyph-qq:before {
  content: '\e908'; }

/* '' */
.glyph-instagram:before {
  content: '\e909'; }

/* '' */
.glyph-dropbox:before {
  content: '\e90a'; }

/* '' */
.glyph-evernote:before {
  content: '\e90b'; }

/* '' */
.glyph-flattr:before {
  content: '\e90c'; }

/* '' */
.glyph-skype:before {
  content: '\e90d'; }

/* '' */
.glyph-skype-circled:before {
  content: '\e90e'; }

/* '' */
.glyph-renren:before {
  content: '\e90f'; }

/* '' */
.glyph-sina-weibo:before {
  content: '\e910'; }

/* '' */
.glyph-paypal:before {
  content: '\e911'; }

/* '' */
.glyph-picasa:before {
  content: '\e912'; }

/* '' */
.glyph-soundcloud:before {
  content: '\e913'; }

/* '' */
.glyph-mixi:before {
  content: '\e914'; }

/* '' */
.glyph-behance:before {
  content: '\e915'; }

/* '' */
.glyph-google-circles:before {
  content: '\e916'; }

/* '' */
.glyph-vkontakte:before {
  content: '\e917'; }

/* '' */
.glyph-smashing:before {
  content: '\e918'; }

/* '' */
.glyph-sweden:before {
  content: '\e919'; }

/* '' */
.glyph-db-shape:before {
  content: '\e91a'; }

/* '' */
.glyph-up-thin:before {
  content: '\e88e'; }

/* '' */
/*********************************/
/*!
 * Code (inline and blocK) */
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: 4px; }

pre {
  display: block;
  padding: 13px;
  margin: 0 0 13.5px;
  font-size: 15px;
  line-height: 1.6875;
  word-break: break-all;
  word-wrap: break-word;
  color: #cccccc;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre.prettyprint {
    margin-bottom: 27px; }
  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; }

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

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

.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-one-quarter,
.col-sm-one-third,
.col-sm-one-half,
.col-sm-two-thirds,
.col-sm-three-quarters,
.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-md-one-quarter,
.col-md-one-third,
.col-md-one-half,
.col-md-two-thirds,
.col-md-three-quarters,
.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,
.col-lg-13,
.col-lg-14,
.col-lg-15,
.col-lg-16,
.col-lg-17,
.col-lg-18,
.col-lg-19,
.col-lg-20,
.col-lg-one-quarter,
.col-lg-one-third,
.col-lg-one-half,
.col-lg-two-thirds,
.col-lg-three-quarters {
  position: relative;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px; }

@media (min-width: 18.75em) {
  .container {
    max-width: 1010px; }

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-one-quarter,
  .col-sm-one-third,
  .col-sm-one-half,
  .col-sm-two-thirds,
  .col-sm-three-quarters {
    float: left; }

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

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

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

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

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

  .col-sm-one-quarter {
    width: 25%; }

  .col-sm-one-third {
    width: 33.33%; }

  .col-sm-one-half {
    width: 50%; }

  .col-sm-two-thirds {
    width: 66.66%; }

  .col-sm-three-quarters {
    width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-4 {
    margin-left: 80%; } }
@media (min-width: 48em) {
  .container {
    max-width: 1284px; }

  .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-one-quarter,
  .col-md-one-third,
  .col-md-one-half,
  .col-md-two-thirds,
  .col-md-three-quarters {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-one-quarter {
    width: 25%; }

  .col-md-one-third {
    width: 33.33%; }

  .col-md-one-half {
    width: 50%; }

  .col-md-two-thirds {
    width: 66.66%; }

  .col-md-three-quarters {
    width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 75em) {
  .container {
    max-width: 1316px; }

  .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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-one-quarter,
  .col-lg-one-third,
  .col-lg-one-half,
  .col-lg-two-thirds,
  .col-lg-three-quarters {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-13 {
    width: 65%; }

  .col-lg-14 {
    width: 70%; }

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

  .col-lg-16 {
    width: 80%; }

  .col-lg-17 {
    width: 85%; }

  .col-lg-18 {
    width: 90%; }

  .col-lg-19 {
    width: 95%; }

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

  .col-lg-one-quarter {
    width: 25%; }

  .col-lg-one-third {
    width: 33.33%; }

  .col-lg-one-half {
    width: 50%; }

  .col-lg-two-thirds {
    width: 66.66%; }

  .col-lg-three-quarters {
    width: 75%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-push-12 {
    left: 60%; }

  .col-lg-push-13 {
    left: 65%; }

  .col-lg-push-14 {
    left: 70%; }

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

  .col-lg-push-16 {
    left: 80%; }

  .col-lg-push-17 {
    left: 85%; }

  .col-lg-push-18 {
    left: 90%; }

  .col-lg-push-19 {
    left: 95%; }

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-pull-12 {
    right: 60%; }

  .col-lg-pull-13 {
    right: 65%; }

  .col-lg-pull-14 {
    right: 70%; }

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

  .col-lg-pull-16 {
    right: 80%; }

  .col-lg-pull-17 {
    right: 85%; }

  .col-lg-pull-18 {
    right: 90%; }

  .col-lg-pull-19 {
    right: 95%; }

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-11 {
    margin-left: 55%; }

  .col-lg-offset-12 {
    margin-left: 60%; }

  .col-lg-offset-13 {
    margin-left: 65%; }

  .col-lg-offset-14 {
    margin-left: 70%; }

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

  .col-lg-offset-16 {
    margin-left: 80%; }

  .col-lg-offset-17 {
    margin-left: 85%; }

  .col-lg-offset-18 {
    margin-left: 90%; }

  .col-lg-offset-19 {
    margin-left: 95%; } }
/*!
 * Tables */
table {
  max-width: 100%;
  background-color: transparent; }

th {
  text-align: left; }

.table-responsive {
  overflow-y: hidden;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 16px; }
  .table-responsive table {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.2857142857; }
    .table-responsive table thead {
      background-color: #cccccc;
      color: #00568e; }
      .table-responsive table thead tr > td {
        padding: 16px;
        vertical-align: middle; }
        .table-responsive table thead tr > td p {
          margin: 0 !important; }
    .table-responsive table tbody {
      border-bottom: 3px solid #cccccc; }
      .table-responsive table tbody tr > td {
        padding: 16px;
        vertical-align: middle; }
        .table-responsive table tbody tr > td p {
          margin: 0 !important; }
  .table-responsive .survey-table {
    text-align: center; }
    .table-responsive .survey-table thead tr td:first-child, .table-responsive .survey-table tbody tr td:first-child {
      text-align: left; }

.table {
  width: 100%;
  margin-bottom: 27px; }
  .table thead > tr > th,
  .table thead > tr > td,
  .table tbody > tr > th,
  .table tbody > tr > td,
  .table tfoot > tr > th,
  .table tfoot > tr > td {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table caption + thead tr:first-child th, .table caption + thead tr:first-child td,
  .table colgroup + thead tr:first-child th,
  .table colgroup + thead tr:first-child td,
  .table thead:first-child tr:first-child th,
  .table thead:first-child tr:first-child td {
    border-top: 0; }
  .table tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed thead > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > th,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > th,
.table-condensed tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

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 > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
  border-color: #c9e2b3; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
  border-color: #e6c1c7; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
  border-color: #f8e5be; }

@media (max-width: 30em) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px; }
    .table-responsive > .table {
      margin-bottom: 0;
      background-color: #fff; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > thead > tr:last-child > th,
      .table-responsive > .table-bordered > thead > tr:last-child > td,
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }
/*!
 * Forms */
fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 24px;
  line-height: inherit;
  color: #cccccc;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  font-weight: bold;
  line-height: inherit;
  vertical-align: middle; }

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.6875;
  color: #666666;
  vertical-align: middle; }

.form-control:-moz-placeholder {
  color: #666666; }
.form-control::-moz-placeholder {
  color: #666666; }
.form-control:-ms-input-placeholder {
  color: #666666; }
.form-control::-webkit-input-placeholder {
  color: #666666; }

input {
  line-height: 1.2; }

.safari form input[type="text"] {
  line-height: normal; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 0 16px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2.2857142857;
  color: #666666;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b3b3b3;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }
  .form-control:focus {
    border-color: #aae2f3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(170, 226, 243, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(170, 226, 243, 0.6); }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #1a1a1a; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-top: 16px; }

.radio,
.checkbox {
  display: block;
  min-height: 27px;
  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 {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm {
  height: 33px;
  line-height: 33px; }

textarea.input-sm {
  height: auto; }

.input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }

select.input-lg {
  height: 48px;
  line-height: 48px; }

textarea.input-lg {
  height: auto; }

.has-warning .help-block,
.has-warning .control-label {
  color: #c09853; }
.has-warning .form-control {
  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 {
    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 {
  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 {
    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 {
  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 {
    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: #a6a6a6; }

@media (min-width: 30em) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    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 {
  margin-left: -8px;
  margin-right: -8px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 30em) {
  .form-horizontal .control-label {
    text-align: right; } }

/*********************************/
/*!
 * Component animations */
.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; }

/*!
 * Colour palette */
/*div*/
.colour-palette span {
  position: relative;
  width: 60px;
  height: 60px;
  margin-right: 108px;
  margin-bottom: 16px;
  border: 1px solid #000;
  display: inline-block;
  border-radius: 100%; }
  .colour-palette span:before {
    position: absolute;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.9285714286;
    height: 100%;
    width: 160%;
    top: 0;
    left: 108%;
    line-height: 1.42857142857143; }

/**
 * Greys
 *----------------------------------------------------------------------------
 */
.palette-white {
  background-color: #fff; }

.palette-black {
  background-color: #000; }

.palette-grey-0 {
  background-color: #fff; }

.palette-grey-10 {
  background-color: #e6e6e6; }

.palette-grey-13 {
  background-color: #dddddd; }

.palette-grey-20 {
  background-color: #cccccc; }

.palette-grey-30 {
  background-color: #b3b3b3; }

.palette-grey-40 {
  background-color: #999999; }

.palette-grey-50 {
  background-color: gray; }

.palette-grey-60 {
  background-color: #666666; }

.palette-grey-70 {
  background-color: #4d4d4d; }

.palette-grey-80 {
  background-color: #333333; }

.palette-grey-82 {
  background-color: #2d2d2d; }

.palette-grey-90 {
  background-color: #1a1a1a; }

.palette-grey-100 {
  background-color: #000; }

/**
 * ASB Primary Branding colours
 *----------------------------------------------------------------------------
 */
.palette-brand-colour-yellow {
  background-color: #ffdc00; }

.palette-brand-colour-charcoal {
  background-color: #231f20; }

.palette-brand-colour-blue {
  background-color: #0067a8; }

.palette-brand-colour-blue-medium {
  background-color: #004372; }

.palette-dark-green {
  background-color: #598527; }

.palette-lime-green {
  background-color: #97bf0d; }

.palette-aqua-blue {
  background-color: #cceef8; }

.palette-dark-blue {
  background-color: #0a3152; }

.palette-light-grey {
  background-color: #eef3f9; }

.palette-charcoal {
  background-color: #343132; }

.palette-bright-blue {
  background-color: #00aced; }

/**
 * ASB Faculty Branding colours
 *----------------------------------------------------------------------------
 */
.palette-brand-colour-faculty-blue-light {
  background-color: #00568e; }

.palette-brand-colour-faculty-blue-medium {
  background-color: #004372; }

.palette-brand-colour-faculty-blue-dark {
  background-color: #002631; }

.palette-brand-colour-faculty-blue-darkest {
  background-color: #002e52; }

/**
 * ASB Secondary colour palette
 *----------------------------------------------------------------------------
 */
.palette-brand-colour-secondary-grey {
  background-color: #8B8D8E; }

.palette-brand-colour-secondary-blue-lightest {
  background-color: #5BC6E8; }

.palette-brand-colour-secondary-blue-light {
  background-color: #0098C3; }

.palette-brand-colour-secondary-blue-medium {
  background-color: #0067a8; }

.palette-brand-colour-secondary-blue-dark {
  background-color: #363534; }

.palette-brand-primary {
  background-color: #0198c2; }

.palette-brand-success {
  background-color: #5cb85c; }

.palette-brand-warning {
  background-color: #9e0b0f; }

.palette-brand-danger {
  background-color: #d9534f; }

.palette-brand-info {
  background-color: #5bc0de; }

.palette-body-bg {
  background-color: #fff; }

.palette-text-color {
  background-color: #666666; }

.palette-text-color-headings {
  background-color: #333; }

.palette-filter-color {
  background-color: #e3edf4; }

.palette-link-color {
  background-color: #0067a8; }

.palette-link-hover-color {
  background-color: #00385c; }

/*!
 * Dropdown menus */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px solid #000;
  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-left: 0;
  margin-top: 0;
  list-style: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.9285714286;
  background-color: #231f20;
  -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, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .dropdown-menu.glyph {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 12.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 4px 32px 4px 16px;
    clear: both;
    font-weight: normal;
    line-height: 1.6875;
    color: #fff !important;
    white-space: nowrap; }

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

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

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImage-transform@mixin Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.6875;
  color: #666666; }

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

.pull-right > .dropdown-menu, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .glyph > .dropdown-menu {
  right: 0;
  left: auto; }

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

@media (min-width: 74.9375em) {
  .navbar-right .dropdown-menu {
    float: right; } }
/*!
 * Button groups */
.btn-default .caret {
  border-top-color: #fff; }
.btn-primary .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff; }

.dropup .btn-default .caret {
  border-bottom-color: #fff; }
.dropup .btn-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,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:focus,
    .btn-group-vertical > .btn:focus {
      outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.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,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px; }

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

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn: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),
.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 {
  border-radius: 0; }

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

.btn-group > .btn-group:last-child > .btn: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 {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .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 {
  margin-left: 0; }

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

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

.btn-group-vertical > .btn,
.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 {
  float: none; }
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

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

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

.btn-group-vertical > .btn-group:first-child > .btn: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 {
  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 {
    float: none;
    display: table-cell;
    width: 1%; }

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

/*!
 * Input groups */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-lg > .form-control .input-lg,
.input-group-lg > .input-group-addon .input-lg,
.input-group-lg > .input-group-btn > .btn .input-lg {
  height: 48px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px; }
.input-group-lg > .form-control select.input-lg,
.input-group-lg > .input-group-addon select.input-lg,
.input-group-lg > .input-group-btn > .btn select.input-lg {
  height: 48px;
  line-height: 48px; }
.input-group-lg > .form-control textarea.input-lg,
.input-group-lg > .input-group-addon textarea.input-lg,
.input-group-lg > .input-group-btn > .btn textarea.input-lg {
  height: auto; }

.input-group-sm > .form-control .input-sm,
.input-group-sm > .input-group-addon .input-sm,
.input-group-sm > .input-group-btn > .btn .input-sm {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px; }
.input-group-sm > .form-control select.input-sm,
.input-group-sm > .input-group-addon select.input-sm,
.input-group-sm > .input-group-btn > .btn select.input-sm {
  height: 33px;
  line-height: 33px; }
.input-group-sm > .form-control textarea.input-sm,
.input-group-sm > .input-group-addon textarea.input-sm,
.input-group-sm > .input-group-btn > .btn textarea.input-sm {
  height: auto; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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) {
    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: 16px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #1a1a1a;
  border: 1px solid #b3b3b3;
  border-radius: 4px; }
  .input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 3px; }
  .input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 20px;
    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-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn: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-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn: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;
  position: absolute;
  top: 0;
  right: 0; }

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

input[type=text],
input[type=date] {
  height: 34px;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; }

/*!
 * Navs */
.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: inline-block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none; }
    .nav > li.disabled > a {
      color: #666666; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #666666;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .nav-divider {
    height: 1px;
    margin: 12.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

/*.nav-tabs {
  border-bottom: 1px solid $nav-tabs-border-color;
  > li {
    float: left;
    // Make the list-items overlay the bottom border
    margin-bottom: -1px;

    // Actual tabs (as links)
    > a {
      margin-right: 2px;
      line-height: $line-height-base;
      border: 1px solid transparent;
      border-radius: $border-radius-base $border-radius-base 0 0;
      &:hover {
        border-color: $nav-tabs-link-hover-border-color $nav-tabs-link-hover-border-color $nav-tabs-border-color;
      }
    }

    // Active state, and it's :hover to override normal :hover
    &.active > a {
      &,
      &:hover,
      &:focus {
        color: $nav-tabs-active-link-hover-color;
        background-color: $nav-tabs-active-link-hover-bg;
        border: 1px solid $nav-tabs-active-link-hover-border-color;
        border-bottom-color: transparent;
        cursor: default;
      }
    }
  }
  // pulling this in mainly for less shorthand
  &.nav-justified {
    @extend .nav-justified;
    @extend .nav-tabs-justified;
  }
}*/
@media (max-width: 74.9375em) {
  .tabs--spacer {
    margin-top: 32px !important; } }
.nav-tabs > li {
  width: 50%; }
  .nav-tabs > li > a {
    color: #fff;
    margin-right: 0;
    line-height: 1.6875;
    background-color: #004372; }
    .nav-tabs > li > a hr {
      height: 4px;
      background-color: #004372;
      margin-bottom: 0;
      margin-top: -4px;
      border: 0;
      position: relative;
      top: 10px; }
    .nav-tabs > li > a:hover {
      background-color: #0a3152; }
      .nav-tabs > li > a:hover hr {
        background-color: #97bf0d; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #0a3152;
    border-bottom-color: transparent;
    cursor: default; }
    .nav-tabs > li.active > a hr, .nav-tabs > li.active > a:hover hr, .nav-tabs > li.active > a:focus hr {
      background-color: #97bf0d; }

@media (min-width: 48em) {
  .nav-tabs > li {
    min-width: 230px;
    width: auto; } }
.tabs-bottom-border {
  height: 10px;
  width: 100%;
  background-color: #0a3152; }

.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: #fff;
    background-color: #0198c2; }

.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;
      margin-bottom: 5px; }
  @media (min-width: 30em) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 30em) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.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: inherit;
  border-bottom-color: inherit; }

.nav a:hover .caret {
  border-top-color: inherit;
  border-bottom-color: inherit; }

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

/*********************************
 *
 *  sidebar & on-canvas navigation
 *
 *********************************/
@media (max-width: 74.9375em) {
  /*div*/
  .sidebar-oncanvas-desktop {
    display: none; } }
@media (min-width: 75em) {
  /*div*/
  .sidebar-oncanvas-mobile {
    display: none; } }
.sidebar-oncanvas-mobile {
  /*div*/
  /*ul*/
  /*ul*/
  /*ul*/
  /*ul*/
  /*ul*/ }
  .sidebar-oncanvas-mobile .contact-feature-box {
    display: none; }
  .sidebar-oncanvas-mobile .sidebar-navigation ul {
    padding-left: 0;
    /* potentially include in %list-reset _helpers.scss */ }
  .sidebar-oncanvas-mobile .sidebar-navigation a {
    padding: 12px 16px 9px;
    display: block;
    background-color: #004372;
    border-bottom: 1px solid #0a3152;
    color: #fff; }
    .sidebar-oncanvas-mobile .sidebar-navigation a:hover, .sidebar-oncanvas-mobile .sidebar-navigation a:focus {
      color: #96cff0;
      background-color: #0a3152; }
  .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a {
    text-transform: uppercase;
    display: none; }
    .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected {
      display: block;
      background-color: #01568f;
      /*span*/ }
      .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .glyph {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5; }
  .sidebar-oncanvas-mobile .sidebar-navigation_level-2 {
    display: none; }
    .sidebar-oncanvas-mobile .sidebar-navigation_level-2 > li > a {
      text-transform: uppercase; }
  .sidebar-oncanvas-mobile.open .contact-feature-box {
    display: block; }
  .sidebar-oncanvas-mobile.open .sidebar-navigation_level-1 > li > a.selected {
    /*span*/ }
  .sidebar-oncanvas-mobile .sidebar-navigation_level-3 a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.0769230769;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #0a3152;
    border-color: #152532; }
    .sidebar-oncanvas-mobile .sidebar-navigation_level-3 a:hover, .sidebar-oncanvas-mobile .sidebar-navigation_level-3 a:focus {
      background-color: #152532 !important; }
  .sidebar-oncanvas-mobile .sidebar-navigation_level-4 a {
    background-color: #062c45;
    padding-left: 40px;
    border-bottom: 0; }
    .sidebar-oncanvas-mobile .sidebar-navigation_level-4 a.selected {
      color: #abdfff; }
  .sidebar-oncanvas-mobile .sidebar-navigation_level-5 a {
    padding-left: 60px;
    border-bottom: 0; }

.sidebar-oncanvas-desktop {
  /*div*/ }
  .sidebar-oncanvas-desktop .sidebar-navigation {
    /*ul*/
    /*ul*/
    /*ul*/
    /*ul*/
    /*ul*/ }
    .sidebar-oncanvas-desktop .sidebar-navigation li ul li:first-child {
      padding-top: 0; }
    .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-1 li:last-child {
      border-bottom: 1px solid #cccccc; }
    .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-1 li .selected {
      color: #333333;
      border-bottom: 0; }
    .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-1 li a {
      display: block;
      border-top: 1px solid #cccccc;
      border-bottom: none;
      padding-top: 8px;
      padding-bottom: 8px;
      color: #0067a8; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-1 li a:hover, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-1 li a:focus {
        color: #333333; }
    .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-2 {
      background-color: #e3edf4;
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.2;
      margin-left: 0; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-2:before, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-2 ul:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 10px solid #fff;
        right: 32px; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-2 li > a {
        border: none;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-2 li:last-child {
        border-bottom: 0; }
    .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-3 {
      background-color: #c0d3e8;
      margin-left: 0; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-3:before {
        border-top-color: #e3edf4 !important; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-3 li > a {
        padding-left: 24px; }
    .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-4 {
      background-color: #0067a8;
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: 1.2307692308;
      margin-left: 0; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-4:before {
        border-top-color: #c0d3e8 !important; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-4 li .selected {
        color: #abdfff; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-4 li a {
        padding-left: 32px;
        color: #fff; }
        .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-4 li a:hover, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-4 li a:focus {
          color: #abdfff; }
    .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-5 {
      margin-left: 0; }
      .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-5:before, .sidebar-oncanvas-desktop .sidebar-navigation .sidebar-navigation_level-5 ul:before {
        border-left: 0;
        border-right: 0;
        border-top: 0; }

/*!
 * Navbars */
.navbar {
  position: relative;
  z-index: 1000;
  min-height: 45px; }
  .navbar:before, .navbar:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .navbar:after {
    clear: both; }
  @media (max-width: 74.9375em) {
    .navbar ul {
      display: none; } }

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

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  -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: 75em) {
    .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: -8px; }
      .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -8px; }
      .navbar-collapse .navbar-text:last-child {
        margin-right: 0; } }

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

.navbar-static-top {
  border-width: 0 0 1px; }
  @media (min-width: 74.9375em) {
    .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: 74.9375em) {
    .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: 9px 8px;
  font-size: 20px;
  line-height: 27px;
  max-height: 45px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  @media (min-width: 74.9375em) {
    .navbar > .container .navbar-brand {
      margin-left: -8px; } }

/*button*/
.navbar-toggle {
  position: relative;
  float: right;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2.8125;
  color: #fff;
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  border-left: 1px solid #4d4d4d !important; }
  .navbar-toggle.toggle-menu {
    margin-right: -16px; }
  .navbar-toggle:hover {
    background-color: #333333; }
  @media (min-width: 75em) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: -3.5px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 27px; }
  @media (max-width: 29.9375em) {
    .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: 27px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 74.9375em) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 9px;
          padding-bottom: 9px; } }

@media (min-width: 74.9375em) {
  .navbar-left {
    float: left; }

  .navbar-right {
    float: right; } }
.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  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: 2px;
  margin-bottom: 2px; }
  @media (max-width: 29.9375em) {
    .navbar-form .form-group {
      margin-bottom: 5px; } }
  @media (min-width: 74.9375em) {
    .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, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .navbar-nav.glyph > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right,
.sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .navbar-nav > li > .dropdown-menu.glyph {
  left: auto;
  right: 0; }

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

.navbar-text {
  float: left;
  margin-top: 9px;
  margin-bottom: 9px; }
  @media (min-width: 74.9375em) {
    .navbar-text {
      margin-left: 8px;
      margin-right: 8px; } }

.navbar-default .navbar-brand {
  color: #777; }
  .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent; }
.navbar-default .navbar-text {
  color: #777; }
.navbar-default .navbar-nav > li > a {
  color: #777; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #1a1a1a;
    background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #1a1a1a;
  border-bottom-color: #1a1a1a; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555; }
  .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: #555;
    border-bottom-color: #555; }
.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777; }
@media (max-width: 29.9375em) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
      color: #1a1a1a;
      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: #555; }
  .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: #ccc;
    background-color: transparent; } }
.navbar-default .navbar-link {
  color: #777; }
  .navbar-default .navbar-link:hover {
    color: #1a1a1a; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #666666; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #666666; }
  .navbar-inverse .navbar-nav > li > a {
    color: #666666; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .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: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff; }
  .navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #666666;
    border-bottom-color: #666666; }
  .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: #fff;
    border-bottom-color: #fff; }
  @media (max-width: 29.9375em) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #666666; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        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: #fff;
      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: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #666666; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }

/*!
 * Breadcrumbs */
/*ol*/
.breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5384615385; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/\00a0";
      padding: 0 5px;
      color: #fff !important; }
  .breadcrumb a, .breadcrumb a:visited {
    color: #fff;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: none; }
    .breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:visited:hover, .breadcrumb a:visited:focus {
      text-decoration: underline;
      color: #fff !important; }
  .breadcrumb > .active {
    color: #fff; }

/*!
 * Pagination (multiple pages) */
.pagination-center {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.ms-srch-result .pagination-center #Paging {
  margin-top: 0;
  margin-bottom: 8px; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline;
    margin-left: 0 !important; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative !important;
      float: left;
      padding: 6px 12px !important;
      line-height: 1.6875;
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #fff;
      margin-left: -1px;
      color: #0067a8 !important;
      font-weight: normal !important; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    background-color: #cceef8; }
  .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: #002e52;
    background-color: #cceef8;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #666666;
    background-color: #fff;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px; }
.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: 14px; }
.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 pagination */
.pager {
  padding-left: 0;
  margin: 27px 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: #fff;
      border: 1px solid #ddd;
      border-radius: 16px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #cceef8; }
  .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: #666666;
    background-color: #fff;
    cursor: not-allowed; }

/*!
 * Labels */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }
  .label:empty {
    display: none; }

.label-default {
  background-color: #666666; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #4d4d4d; }

.label-primary {
  background-color: #0198c2; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #01708f; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #9e0b0f; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #6e080a; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

/*!
 * Badges */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #666666;
  border-radius: 10px; }
  .badge:empty {
    display: none; }

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

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #0067a8;
  background-color: #fff; }

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

/*!
 * Jumbotron */
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.53125;
  color: inherit;
  background-color: #1a1a1a; }
  .jumbotron h1, .jumbotron .peopleSearchHide h2, .peopleSearchHide .jumbotron h2 {
    line-height: 1;
    color: inherit; }
  .jumbotron p {
    line-height: 1.4; }
  .container .jumbotron {
    border-radius: 6px; }
  @media screen and (min-width: 30em) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1, .jumbotron .peopleSearchHide h2, .peopleSearchHide .jumbotron h2 {
        font-size: 72px; } }

/*!
 * Thumbnails */
.thumbnail {
  display: block;
  margin-bottom: 27px; }
  .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto; }

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0067a8; }

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

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

/*!
 * Progress bars */
@-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: 27px;
  margin-bottom: 27px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #0198c2;
  -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: #5cb85c; }
  .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: #5bc0de; }
  .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: #9e0b0f; }
  .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: #d9534f; }
  .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); }

/*!
 * Media objects */
.media-float {
  float: right; }

.media-float--left {
  float: left; }

@media (max-width: 47.9375em) {
  .media-float, .media-float--left {
    float: none; } }
.media,
.media-body {
  overflow: hidden;
  zoom: 1; }

.media:first-child {
  margin-top: 8px; }

.media-object {
  display: block; }

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

.media > .pull-left, .nav-tabs.media > li {
  margin-right: 16px; }
.media > .pull-right, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .media > .glyph {
  margin-left: 16px; }

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

/*!
 * List groups */
.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }
  .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: #fff;
    background-color: #0198c2;
    border-color: #0198c2; }
    .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: #91e7fe; }

a.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5; }

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

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

/*!
 * Panels */
.panel {
  margin-bottom: 27px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

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

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }

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

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

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

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #cccccc;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #ddd; }
  .panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #0198c2; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #0198c2;
    border-color: #0198c2; }
    .panel-primary > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #0198c2; }
  .panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #0198c2; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #d6e9c6; }
  .panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }
  .panel-warning > .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5; }
    .panel-warning > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #fbeed5; }
  .panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }
  .panel-danger > .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }
    .panel-danger > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #eed3d7; }
  .panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse .panel-body {
      border-top-color: #bce8f1; }
  .panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #bce8f1; }

/*!
 * Wells */
.well, .well-alternative {
  min-height: 20px;
  padding: 16px;
  background-color: #f2f2f2;
  border: 0; }
  .well blockquote, .well-alternative blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }
  .well .generic-list, .well-alternative .generic-list {
    color: #231f20; }
  @media (min-width: 48em) {
    .well .generic-list, .well-alternative .generic-list {
      margin-left: 0; } }
  .well > *, .well-alternative > * {
    margin-top: 0; }

.well_border-top, .well-alternative {
  border-top: 5px solid #dbdbdb; }

.well-lg, .well-alternative {
  padding: 32px; }

.well-sm {
  padding: 9px; }

.well + h2, .well-alternative + h2 {
  margin-top: 16px; }

.well_suffix-box {
  margin-bottom: 0;
  background-color: #cceef8;
  text-align: center;
  color: #0069A0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857; }
  .well_suffix-box a {
    color: #0069A0; }
    .well_suffix-box a:hover {
      text-decoration: underline; }

.well_suffix-box-hr {
  height: 4px;
  border: 0;
  background-color: #cceef8;
  margin: 0; }

.well-alternative {
  margin-top: 40px; }

@media (max-width: 74.9375em) {
  .well-alternative {
    margin-top: 0; } }
@media (max-width: 47.9375em) {
  .well-alternative, .well-lg, .well-alternative {
    padding: 16px; } }
/*!
 * Close icons */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    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; }

/*********************************/
/*!
 * Alerts */
.alert {
  padding: 15px;
  margin-bottom: 27px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .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; }

/*!
 * Modals */
.modal-open {
  overflow: hidden; }

/*
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0;
}
*/
.modal {
  display: none;
  overflow: auto;
  /*overflow-y: scroll;*/
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040; }
  .modal.fade .modal-dialog {
    -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-dialog {
  margin-left: auto;
  margin-right: auto;
  width: auto;
  padding: 10px;
  z-index: 1050; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  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: #000; }
  .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.6875px; }

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

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

.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 {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

@media screen and (min-width: 30em) {
  .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); } }
/*!
 * Tooltips */
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 14px;
  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: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px; }

.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: #000; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

/*!
 * Popovers */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  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: 16px;
  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: #999;
  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: #fff; }
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  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: #fff; }
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  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: #fff; }
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

/*!
 * Carousel */
.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: #fff;
  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(gradientType=1, startColorstr='#80000000', endColorstr='#00000000'); }
  .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(gradientType=1, startColorstr='#00000000', endColorstr='#80000000'); }
  .carousel-control:hover, .carousel-control:focus {
    color: #fff;
    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: sans-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 #fff;
    border-radius: 10px;
    cursor: pointer; }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

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

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

  .carousel-indicators {
    bottom: 20px; } }
/*********************************/
/*!
 * Utility classes */
a {
  outline: none; }

a:focus {
  outline: thin dotted; }

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

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

.pull-right, .sidebar-oncanvas-mobile .sidebar-navigation_level-1 > li > a.selected .glyph {
  float: right !important; }

.pull-left, .nav-tabs > li {
  float: left !important; }

.show-border {
  border: 1px solid #e6e6e6; }

.hide-border {
  border: none; }

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

.white_text {
  color: #fff; }

.red_text, .alert-msg, .alert-msg a {
  color: #d9534f; }

@media (min-width: 75em) {
  .desktop-hidden {
    display: none; } }
.mobile-tablet-hidden {
  display: none; }

@media (min-width: 75em) {
  .mobile-tablet-hidden {
    display: block; } }
.mobile--hidden {
  display: none; }

@media (min-width: 48em) {
  .mobile--hidden {
    display: inline-block; } }
.hide--mobile {
  display: block; }

@media (max-width: 47.9375em) {
  .hide--mobile {
    display: none; } }
.hide--tablet-desktop {
  display: none; }

@media (max-width: 47.9375em) {
  .hide--tablet-desktop {
    display: block; } }
.m-0 {
  margin: 0; }

.m-xs {
  margin: 4px; }

.m-sm {
  margin: 8px; }

.m-md {
  margin: 16px; }

.m-lg {
  margin: 24px; }

.m-xl {
  margin: 32px; }

.m-xxl {
  margin: 48px; }

.m-x-0 {
  margin-right: 0;
  margin-left: 0; }

.m-x-xs {
  margin-right: 4px;
  margin-left: 4px; }

.m-x-sm {
  margin-right: 8px;
  margin-left: 8px; }

.m-x-md {
  margin-right: 16px;
  margin-left: 16px; }

.m-x-lg {
  margin-right: 24px;
  margin-left: 24px; }

.m-x-xl {
  margin-right: 32px;
  margin-left: 32px; }

.m-x-xxl {
  margin-right: 48px;
  margin-left: 48px; }

.m-y-0 {
  margin-top: 0;
  margin-bottom: 0; }

.m-y-xs {
  margin-top: 4px;
  margin-bottom: 4px; }

.m-y-sm {
  margin-top: 8px;
  margin-bottom: 8px; }

.m-y-md {
  margin-top: 16px;
  margin-bottom: 16px; }

.m-y-lg {
  margin-top: 24px;
  margin-bottom: 24px; }

.m-y-xl {
  margin-top: 32px;
  margin-bottom: 32px; }

.m-y-xxl {
  margin-top: 48px;
  margin-bottom: 48px; }

/**
  * margin top
  */
.m-t-1 {
  margin-top: -1px; }

.m-t-0 {
  margin-top: 0; }

/*  0px */
.m-t-xs {
  margin-top: 4px; }

/*  4px */
.m-t-sm {
  margin-top: 8px; }

/*  8px */
.m-t-md {
  margin-top: 16px; }

/* 16px */
.m-t-lg {
  margin-top: 24px; }

/* 24px */
.m-t-xl {
  margin-top: 32px; }

/* 32px */
/**
* margin bottom
*/
.m-b-0 {
  margin-bottom: 0; }

/*  0px */
.m-b-xs {
  margin-bottom: 4px; }

/*  4px */
.m-b-sm {
  margin-bottom: 8px; }

/*  8px */
.m-b-md {
  margin-bottom: 16px; }

/* 16px */
.m-b-lg {
  margin-bottom: 24px; }

/* 24px */
.m-b-xl, .sidebar-oncanvas-desktop .sidebar-navigation {
  margin-bottom: 32px; }

/* 32px */
.m-b-xxl {
  margin-bottom: 48px; }

/* 48px */
/**
* margin right
*/
.m-r-0 {
  margin-right: 0; }

/*  0px */
.m-r-xs {
  margin-right: 4px; }

/*  4px */
.m-r-sm {
  margin-right: 8px; }

/*  8px */
.m-r-md {
  margin-right: 16px; }

/* 16px */
.m-r-lg {
  margin-right: 24px; }

/* 24px */
.m-r-xl {
  margin-right: 32px; }

/* 32px */
.m-r-xxl {
  margin-right: 48px; }

/* 48px */
/**
* margin left
*/
.m-l-0 {
  margin-left: 0; }

/*  0px */
.m-l-xs {
  margin-left: 4px; }

/*  4px */
.m-l-sm {
  margin-left: 8px; }

/*  8px */
.m-l-md {
  margin-left: 16px; }

/* 16px */
.m-l-lg {
  margin-left: 24px; }

/* 24px */
.m-l-xl {
  margin-left: 32px; }

/* 32px */
.m-l-xxl {
  margin-left: 48px; }

/* 48px */
.p-0 {
  padding: 0; }

/*  0px */
.p-xs {
  padding: 4px; }

/*  4px */
.p-sm {
  padding: 8px; }

/*  8px */
.p-md {
  padding: 16px; }

/*  16px */
.p-lg {
  padding: 24px; }

/*  24px */
.p-xl {
  padding: 32px; }

/*  32px */
.p-xxl {
  padding: 48px; }

/*  48px */
.p-x-0 {
  padding-right: 0;
  padding-left: 0; }

.p-x-xs {
  padding-right: 4px;
  padding-left: 4px; }

.p-x-sm {
  padding-right: 8px;
  padding-left: 8px; }

.p-x-md {
  padding-right: 16px;
  padding-left: 16px; }

.p-x-lg {
  padding-right: 24px;
  padding-left: 24px; }

.p-x-xl {
  padding-right: 32px;
  padding-left: 32px; }

.p-x-xxl {
  padding-right: 48px;
  padding-left: 48px; }

.p-y-0 {
  padding-top: 0;
  padding-bottom: 0; }

.p-y-xs {
  padding-top: 4px;
  padding-bottom: 4px; }

.p-y-sm {
  padding-top: 8px;
  padding-bottom: 8px; }

.p-y-md {
  padding-top: 16px;
  padding-bottom: 16px; }

.p-y-lg {
  padding-top: 24px;
  padding-bottom: 24px; }

.p-y-xl {
  padding-top: 32px;
  padding-bottom: 32px; }

.p-y-xxl {
  padding-top: 48px;
  padding-bottom: 48px; }

/**
* padding top
*/
.p-t-0 {
  padding-top: 0; }

/*  0px */
.p-t-xs {
  padding-top: 4px; }

/*  4px */
.p-t-sm {
  padding-top: 8px; }

/*  8px */
.p-t-md {
  padding-top: 16px; }

/* 16px */
.p-t-lg {
  padding-top: 24px; }

/* 24px */
.p-t-xl {
  padding-top: 32px; }

/* 32px */
.p-t-xxl {
  padding-top: 48px; }

/* 48px */
/**
* padding bottom
*/
.p-b-0 {
  padding-bottom: 0; }

/*  0px */
.p-b-xs {
  padding-bottom: 4px; }

/*  4px */
.p-b-sm {
  padding-bottom: 8px; }

/*  8px */
.p-b-md {
  padding-bottom: 16px; }

/* 16px */
.p-b-lg {
  padding-bottom: 24px; }

/* 24px */
.p-b-xl {
  padding-bottom: 32px; }

/* 32px */
.p-b-xxl {
  padding-bottom: 48px; }

/* 48px */
/**
* padding right
*/
.p-r-0 {
  padding-right: 0; }

/*  0px */
.p-r-xs {
  padding-right: 4px; }

/*  4px */
.p-r-sm {
  padding-right: 8px; }

/*  8px */
.p-r-md {
  padding-right: 16px; }

/* 16px */
.p-r-lg {
  padding-right: 24px; }

/* 24px */
.p-r-xl {
  padding-right: 32px; }

/* 32px */
.p-r-xxl {
  padding-right: 48px; }

/* 48px */
/**
* padding left
*/
.p-l-0 {
  padding-left: 0; }

/*  0px */
.p-l-xs {
  padding-left: 4px; }

/*  4px */
.p-l-sm {
  padding-left: 8px; }

/*  8px */
.p-l-md {
  padding-left: 16px; }

/* 16px */
.p-l-lg {
  padding-left: 24px; }

/* 24px */
.p-l-xl {
  padding-left: 32px; }

/* 32px */
.p-l-xxl {
  padding-left: 48px; }

/* 48px */
@media (max-width: 47.9375em) {
  .m-0 {
    margin: 0; }

  .m-xs {
    margin: 4px; }

  .m-sm {
    margin: 8px; }

  .m-md {
    margin: 16px; }

  .m-lg {
    margin: 24px; }

  .m-xl {
    margin: 32px; }

  .m-xxl {
    margin: 48px; }

  .m-x-0 {
    margin-right: 0;
    margin-left: 0; }

  .m-x-xs {
    margin-right: 4px;
    margin-left: 4px; }

  .m-x-sm {
    margin-right: 8px;
    margin-left: 8px; }

  .m-x-md {
    margin-right: 16px;
    margin-left: 16px; }

  .m-x-lg {
    margin-right: 24px;
    margin-left: 24px; }

  .m-x-xl {
    margin-right: 32px;
    margin-left: 32px; }

  .m-x-xxl {
    margin-right: 48px;
    margin-left: 48px; }

  .m-y-0 {
    margin-top: 0;
    margin-bottom: 0; }

  .m-y-xs {
    margin-top: 4px;
    margin-bottom: 4px; }

  .m-y-sm {
    margin-top: 8px;
    margin-bottom: 8px; }

  .m-y-md {
    margin-top: 16px;
    margin-bottom: 16px; }

  .m-y-lg {
    margin-top: 24px;
    margin-bottom: 24px; }

  .m-y-xl {
    margin-top: 32px;
    margin-bottom: 32px; }

  .m-y-xxl {
    margin-top: 48px;
    margin-bottom: 48px; }

  /**
    * margin top
    */
  .m-t-1 {
    margin-top: -1px; }

  .m-t-0-mobile {
    margin-top: 0; }

  /*  0px */
  .m-t-xs-mobile {
    margin-top: 4px; }

  /*  4px */
  .m-t-sm-mobile {
    margin-top: 8px; }

  /*  8px */
  .m-t-md-mobile {
    margin-top: 16px; }

  /* 16px */
  .m-t-lg-mobile {
    margin-top: 24px; }

  /* 24px */
  .m-t-xl-mobile {
    margin-top: 32px; }

  /* 32px */
  /**
  * margin bottom
  */
  .m-b-0-mobile {
    margin-bottom: 0; }

  /*  0px */
  .m-b-xs-mobile {
    margin-bottom: 4px; }

  /*  4px */
  .m-b-sm-mobile {
    margin-bottom: 8px; }

  /*  8px */
  .m-b-md-mobile {
    margin-bottom: 16px; }

  /* 16px */
  .m-b-lg-mobile {
    margin-bottom: 24px; }

  /* 24px */
  .m-b-xl-mobile {
    margin-bottom: 32px; }

  /* 32px */
  .m-b-xxl-mobile {
    margin-bottom: 48px; }

  /* 48px */
  /**
  * margin right
  */
  .m-r-0-mobile {
    margin-right: 0; }

  /*  0px */
  .m-r-xs-mobile {
    margin-right: 4px; }

  /*  4px */
  .m-r-sm-mobile {
    margin-right: 8px; }

  /*  8px */
  .m-r-md-mobile {
    margin-right: 16px; }

  /* 16px */
  .m-r-lg-mobile {
    margin-right: 24px; }

  /* 24px */
  .m-r-xl-mobile {
    margin-right: 32px; }

  /* 32px */
  .m-r-xxl-mobile {
    margin-right: 48px; }

  /* 48px */
  /**
  * margin left
  */
  .m-l-0-mobile {
    margin-left: 0; }

  /*  0px */
  .m-l-xs-mobile {
    margin-left: 4px; }

  /*  4px */
  .m-l-sm-mobile {
    margin-left: 8px; }

  /*  8px */
  .m-l-md-mobile {
    margin-left: 16px; }

  /* 16px */
  .m-l-lg-mobile {
    margin-left: 24px; }

  /* 24px */
  .m-l-xl-mobile {
    margin-left: 32px; }

  /* 32px */
  .m-l-xxl-mobile {
    margin-left: 48px; }

  /* 48px */
  .p-0 {
    padding: 0; }

  /*  0px */
  .p-xs {
    padding: 4px; }

  /*  4px */
  .p-sm {
    padding: 8px; }

  /*  8px */
  .p-md {
    padding: 16px; }

  /*  16px */
  .p-lg {
    padding: 24px; }

  /*  24px */
  .p-xl {
    padding: 32px; }

  /*  32px */
  .p-xxl {
    padding: 48px; }

  /*  48px */
  .p-x-0 {
    padding-right: 0;
    padding-left: 0; }

  .p-x-xs {
    padding-right: 4px;
    padding-left: 4px; }

  .p-x-sm {
    padding-right: 8px;
    padding-left: 8px; }

  .p-x-md {
    padding-right: 16px;
    padding-left: 16px; }

  .p-x-lg {
    padding-right: 24px;
    padding-left: 24px; }

  .p-x-xl {
    padding-right: 32px;
    padding-left: 32px; }

  .p-x-xxl {
    padding-right: 48px;
    padding-left: 48px; }

  .p-y-0 {
    padding-top: 0;
    padding-bottom: 0; }

  .p-y-xs {
    padding-top: 4px;
    padding-bottom: 4px; }

  .p-y-sm {
    padding-top: 8px;
    padding-bottom: 8px; }

  .p-y-md {
    padding-top: 16px;
    padding-bottom: 16px; }

  .p-y-lg {
    padding-top: 24px;
    padding-bottom: 24px; }

  .p-y-xl {
    padding-top: 32px;
    padding-bottom: 32px; }

  .p-y-xxl {
    padding-top: 48px;
    padding-bottom: 48px; }

  /**
  * padding top
  */
  .p-t-0-mobile {
    padding-top: 0; }

  /*  0px */
  .p-t-xs-mobile {
    padding-top: 4px; }

  /*  4px */
  .p-t-sm-mobile {
    padding-top: 8px; }

  /*  8px */
  .p-t-md-mobile {
    padding-top: 16px; }

  /* 16px */
  .p-t-lg-mobile {
    padding-top: 24px; }

  /* 24px */
  .p-t-xl-mobile {
    padding-top: 32px; }

  /* 32px */
  .p-t-xxl-mobile {
    padding-top: 48px; }

  /* 48px */
  /**
  * padding bottom
  */
  .p-b-0-mobile {
    padding-bottom: 0; }

  /*  0px */
  .p-b-xs-mobile {
    padding-bottom: 4px; }

  /*  4px */
  .p-b-sm-mobile {
    padding-bottom: 8px; }

  /*  8px */
  .p-b-md-mobile {
    padding-bottom: 16px; }

  /* 16px */
  .p-b-lg-mobile {
    padding-bottom: 24px; }

  /* 24px */
  .p-b-xl-mobile {
    padding-bottom: 32px; }

  /* 32px */
  .p-b-xxl-mobile {
    padding-bottom: 48px; }

  /* 48px */
  /**
  * padding right
  */
  .p-r-0-mobile {
    padding-right: 0; }

  /*  0px */
  .p-r-xs-mobile {
    padding-right: 4px; }

  /*  4px */
  .p-r-sm-mobile {
    padding-right: 8px; }

  /*  8px */
  .p-r-md-mobile {
    padding-right: 16px; }

  /* 16px */
  .p-r-lg-mobile {
    padding-right: 24px; }

  /* 24px */
  .p-r-xl-mobile {
    padding-right: 32px; }

  /* 32px */
  .p-r-xxl-mobile {
    padding-right: 48px; }

  /* 48px */
  /**
  * padding left
  */
  .p-l-0-mobile {
    padding-left: 0; }

  /*  0px */
  .p-l-xs-mobile {
    padding-left: 4px; }

  /*  4px */
  .p-l-sm-mobile {
    padding-left: 8px; }

  /*  8px */
  .p-l-md-mobile {
    padding-left: 16px; }

  /* 16px */
  .p-l-lg-mobile {
    padding-left: 24px; }

  /* 24px */
  .p-l-xl-mobile {
    padding-left: 32px; }

  /* 32px */
  .p-l-xxl-mobile {
    padding-left: 48px; }

  /* 48px */ }
@media (min-width: 48em) {
  .m-0 {
    margin: 0; }

  .m-xs {
    margin: 4px; }

  .m-sm {
    margin: 8px; }

  .m-md {
    margin: 16px; }

  .m-lg {
    margin: 24px; }

  .m-xl {
    margin: 32px; }

  .m-xxl {
    margin: 48px; }

  .m-x-0 {
    margin-right: 0;
    margin-left: 0; }

  .m-x-xs {
    margin-right: 4px;
    margin-left: 4px; }

  .m-x-sm {
    margin-right: 8px;
    margin-left: 8px; }

  .m-x-md {
    margin-right: 16px;
    margin-left: 16px; }

  .m-x-lg {
    margin-right: 24px;
    margin-left: 24px; }

  .m-x-xl {
    margin-right: 32px;
    margin-left: 32px; }

  .m-x-xxl {
    margin-right: 48px;
    margin-left: 48px; }

  .m-y-0 {
    margin-top: 0;
    margin-bottom: 0; }

  .m-y-xs {
    margin-top: 4px;
    margin-bottom: 4px; }

  .m-y-sm {
    margin-top: 8px;
    margin-bottom: 8px; }

  .m-y-md {
    margin-top: 16px;
    margin-bottom: 16px; }

  .m-y-lg {
    margin-top: 24px;
    margin-bottom: 24px; }

  .m-y-xl {
    margin-top: 32px;
    margin-bottom: 32px; }

  .m-y-xxl {
    margin-top: 48px;
    margin-bottom: 48px; }

  /**
    * margin top
    */
  .m-t-1 {
    margin-top: -1px; }

  .m-t-0-tablet {
    margin-top: 0; }

  /*  0px */
  .m-t-xs-tablet {
    margin-top: 4px; }

  /*  4px */
  .m-t-sm-tablet {
    margin-top: 8px; }

  /*  8px */
  .m-t-md-tablet {
    margin-top: 16px; }

  /* 16px */
  .m-t-lg-tablet {
    margin-top: 24px; }

  /* 24px */
  .m-t-xl-tablet {
    margin-top: 32px; }

  /* 32px */
  /**
  * margin bottom
  */
  .m-b-0-tablet {
    margin-bottom: 0; }

  /*  0px */
  .m-b-xs-tablet {
    margin-bottom: 4px; }

  /*  4px */
  .m-b-sm-tablet {
    margin-bottom: 8px; }

  /*  8px */
  .m-b-md-tablet {
    margin-bottom: 16px; }

  /* 16px */
  .m-b-lg-tablet {
    margin-bottom: 24px; }

  /* 24px */
  .m-b-xl-tablet {
    margin-bottom: 32px; }

  /* 32px */
  .m-b-xxl-tablet {
    margin-bottom: 48px; }

  /* 48px */
  /**
  * margin right
  */
  .m-r-0-tablet {
    margin-right: 0; }

  /*  0px */
  .m-r-xs-tablet {
    margin-right: 4px; }

  /*  4px */
  .m-r-sm-tablet {
    margin-right: 8px; }

  /*  8px */
  .m-r-md-tablet {
    margin-right: 16px; }

  /* 16px */
  .m-r-lg-tablet {
    margin-right: 24px; }

  /* 24px */
  .m-r-xl-tablet {
    margin-right: 32px; }

  /* 32px */
  .m-r-xxl-tablet {
    margin-right: 48px; }

  /* 48px */
  /**
  * margin left
  */
  .m-l-0-tablet {
    margin-left: 0; }

  /*  0px */
  .m-l-xs-tablet {
    margin-left: 4px; }

  /*  4px */
  .m-l-sm-tablet {
    margin-left: 8px; }

  /*  8px */
  .m-l-md-tablet {
    margin-left: 16px; }

  /* 16px */
  .m-l-lg-tablet {
    margin-left: 24px; }

  /* 24px */
  .m-l-xl-tablet {
    margin-left: 32px; }

  /* 32px */
  .m-l-xxl-tablet {
    margin-left: 48px; }

  /* 48px */
  .p-0 {
    padding: 0; }

  /*  0px */
  .p-xs {
    padding: 4px; }

  /*  4px */
  .p-sm {
    padding: 8px; }

  /*  8px */
  .p-md {
    padding: 16px; }

  /*  16px */
  .p-lg {
    padding: 24px; }

  /*  24px */
  .p-xl {
    padding: 32px; }

  /*  32px */
  .p-xxl {
    padding: 48px; }

  /*  48px */
  .p-x-0 {
    padding-right: 0;
    padding-left: 0; }

  .p-x-xs {
    padding-right: 4px;
    padding-left: 4px; }

  .p-x-sm {
    padding-right: 8px;
    padding-left: 8px; }

  .p-x-md {
    padding-right: 16px;
    padding-left: 16px; }

  .p-x-lg {
    padding-right: 24px;
    padding-left: 24px; }

  .p-x-xl {
    padding-right: 32px;
    padding-left: 32px; }

  .p-x-xxl {
    padding-right: 48px;
    padding-left: 48px; }

  .p-y-0 {
    padding-top: 0;
    padding-bottom: 0; }

  .p-y-xs {
    padding-top: 4px;
    padding-bottom: 4px; }

  .p-y-sm {
    padding-top: 8px;
    padding-bottom: 8px; }

  .p-y-md {
    padding-top: 16px;
    padding-bottom: 16px; }

  .p-y-lg {
    padding-top: 24px;
    padding-bottom: 24px; }

  .p-y-xl {
    padding-top: 32px;
    padding-bottom: 32px; }

  .p-y-xxl {
    padding-top: 48px;
    padding-bottom: 48px; }

  /**
  * padding top
  */
  .p-t-0-tablet {
    padding-top: 0; }

  /*  0px */
  .p-t-xs-tablet {
    padding-top: 4px; }

  /*  4px */
  .p-t-sm-tablet {
    padding-top: 8px; }

  /*  8px */
  .p-t-md-tablet {
    padding-top: 16px; }

  /* 16px */
  .p-t-lg-tablet {
    padding-top: 24px; }

  /* 24px */
  .p-t-xl-tablet {
    padding-top: 32px; }

  /* 32px */
  .p-t-xxl-tablet {
    padding-top: 48px; }

  /* 48px */
  /**
  * padding bottom
  */
  .p-b-0-tablet {
    padding-bottom: 0; }

  /*  0px */
  .p-b-xs-tablet {
    padding-bottom: 4px; }

  /*  4px */
  .p-b-sm-tablet {
    padding-bottom: 8px; }

  /*  8px */
  .p-b-md-tablet {
    padding-bottom: 16px; }

  /* 16px */
  .p-b-lg-tablet {
    padding-bottom: 24px; }

  /* 24px */
  .p-b-xl-tablet {
    padding-bottom: 32px; }

  /* 32px */
  .p-b-xxl-tablet {
    padding-bottom: 48px; }

  /* 48px */
  /**
  * padding right
  */
  .p-r-0-tablet {
    padding-right: 0; }

  /*  0px */
  .p-r-xs-tablet {
    padding-right: 4px; }

  /*  4px */
  .p-r-sm-tablet {
    padding-right: 8px; }

  /*  8px */
  .p-r-md-tablet {
    padding-right: 16px; }

  /* 16px */
  .p-r-lg-tablet {
    padding-right: 24px; }

  /* 24px */
  .p-r-xl-tablet {
    padding-right: 32px; }

  /* 32px */
  .p-r-xxl-tablet {
    padding-right: 48px; }

  /* 48px */
  /**
  * padding left
  */
  .p-l-0-tablet {
    padding-left: 0; }

  /*  0px */
  .p-l-xs-tablet {
    padding-left: 4px; }

  /*  4px */
  .p-l-sm-tablet {
    padding-left: 8px; }

  /*  8px */
  .p-l-md-tablet {
    padding-left: 16px; }

  /* 16px */
  .p-l-lg-tablet {
    padding-left: 24px; }

  /* 24px */
  .p-l-xl-tablet {
    padding-left: 32px; }

  /* 32px */
  .p-l-xxl-tablet {
    padding-left: 48px; }

  /* 48px */ }
@media (min-width: 75em) {
  .m-0 {
    margin: 0; }

  .m-xs {
    margin: 4px; }

  .m-sm {
    margin: 8px; }

  .m-md {
    margin: 16px; }

  .m-lg {
    margin: 24px; }

  .m-xl {
    margin: 32px; }

  .m-xxl {
    margin: 48px; }

  .m-x-0 {
    margin-right: 0;
    margin-left: 0; }

  .m-x-xs {
    margin-right: 4px;
    margin-left: 4px; }

  .m-x-sm {
    margin-right: 8px;
    margin-left: 8px; }

  .m-x-md {
    margin-right: 16px;
    margin-left: 16px; }

  .m-x-lg {
    margin-right: 24px;
    margin-left: 24px; }

  .m-x-xl {
    margin-right: 32px;
    margin-left: 32px; }

  .m-x-xxl {
    margin-right: 48px;
    margin-left: 48px; }

  .m-y-0 {
    margin-top: 0;
    margin-bottom: 0; }

  .m-y-xs {
    margin-top: 4px;
    margin-bottom: 4px; }

  .m-y-sm {
    margin-top: 8px;
    margin-bottom: 8px; }

  .m-y-md {
    margin-top: 16px;
    margin-bottom: 16px; }

  .m-y-lg {
    margin-top: 24px;
    margin-bottom: 24px; }

  .m-y-xl {
    margin-top: 32px;
    margin-bottom: 32px; }

  .m-y-xxl {
    margin-top: 48px;
    margin-bottom: 48px; }

  /**
    * margin top
    */
  .m-t-1 {
    margin-top: -1px; }

  .m-t-0-desktop {
    margin-top: 0; }

  /*  0px */
  .m-t-xs-desktop {
    margin-top: 4px; }

  /*  4px */
  .m-t-sm-desktop {
    margin-top: 8px; }

  /*  8px */
  .m-t-md-desktop {
    margin-top: 16px; }

  /* 16px */
  .m-t-lg-desktop {
    margin-top: 24px; }

  /* 24px */
  .m-t-xl-desktop {
    margin-top: 32px; }

  /* 32px */
  /**
  * margin bottom
  */
  .m-b-0-desktop {
    margin-bottom: 0; }

  /*  0px */
  .m-b-xs-desktop {
    margin-bottom: 4px; }

  /*  4px */
  .m-b-sm-desktop {
    margin-bottom: 8px; }

  /*  8px */
  .m-b-md-desktop {
    margin-bottom: 16px; }

  /* 16px */
  .m-b-lg-desktop {
    margin-bottom: 24px; }

  /* 24px */
  .m-b-xl-desktop {
    margin-bottom: 32px; }

  /* 32px */
  .m-b-xxl-desktop {
    margin-bottom: 48px; }

  /* 48px */
  /**
  * margin right
  */
  .m-r-0-desktop {
    margin-right: 0; }

  /*  0px */
  .m-r-xs-desktop {
    margin-right: 4px; }

  /*  4px */
  .m-r-sm-desktop {
    margin-right: 8px; }

  /*  8px */
  .m-r-md-desktop {
    margin-right: 16px; }

  /* 16px */
  .m-r-lg-desktop {
    margin-right: 24px; }

  /* 24px */
  .m-r-xl-desktop {
    margin-right: 32px; }

  /* 32px */
  .m-r-xxl-desktop {
    margin-right: 48px; }

  /* 48px */
  /**
  * margin left
  */
  .m-l-0-desktop {
    margin-left: 0; }

  /*  0px */
  .m-l-xs-desktop {
    margin-left: 4px; }

  /*  4px */
  .m-l-sm-desktop {
    margin-left: 8px; }

  /*  8px */
  .m-l-md-desktop {
    margin-left: 16px; }

  /* 16px */
  .m-l-lg-desktop {
    margin-left: 24px; }

  /* 24px */
  .m-l-xl-desktop {
    margin-left: 32px; }

  /* 32px */
  .m-l-xxl-desktop {
    margin-left: 48px; }

  /* 48px */
  .p-0 {
    padding: 0; }

  /*  0px */
  .p-xs {
    padding: 4px; }

  /*  4px */
  .p-sm {
    padding: 8px; }

  /*  8px */
  .p-md {
    padding: 16px; }

  /*  16px */
  .p-lg {
    padding: 24px; }

  /*  24px */
  .p-xl {
    padding: 32px; }

  /*  32px */
  .p-xxl {
    padding: 48px; }

  /*  48px */
  .p-x-0 {
    padding-right: 0;
    padding-left: 0; }

  .p-x-xs {
    padding-right: 4px;
    padding-left: 4px; }

  .p-x-sm {
    padding-right: 8px;
    padding-left: 8px; }

  .p-x-md {
    padding-right: 16px;
    padding-left: 16px; }

  .p-x-lg {
    padding-right: 24px;
    padding-left: 24px; }

  .p-x-xl {
    padding-right: 32px;
    padding-left: 32px; }

  .p-x-xxl {
    padding-right: 48px;
    padding-left: 48px; }

  .p-y-0 {
    padding-top: 0;
    padding-bottom: 0; }

  .p-y-xs {
    padding-top: 4px;
    padding-bottom: 4px; }

  .p-y-sm {
    padding-top: 8px;
    padding-bottom: 8px; }

  .p-y-md {
    padding-top: 16px;
    padding-bottom: 16px; }

  .p-y-lg {
    padding-top: 24px;
    padding-bottom: 24px; }

  .p-y-xl {
    padding-top: 32px;
    padding-bottom: 32px; }

  .p-y-xxl {
    padding-top: 48px;
    padding-bottom: 48px; }

  /**
  * padding top
  */
  .p-t-0-desktop {
    padding-top: 0; }

  /*  0px */
  .p-t-xs-desktop {
    padding-top: 4px; }

  /*  4px */
  .p-t-sm-desktop {
    padding-top: 8px; }

  /*  8px */
  .p-t-md-desktop {
    padding-top: 16px; }

  /* 16px */
  .p-t-lg-desktop {
    padding-top: 24px; }

  /* 24px */
  .p-t-xl-desktop {
    padding-top: 32px; }

  /* 32px */
  .p-t-xxl-desktop {
    padding-top: 48px; }

  /* 48px */
  /**
  * padding bottom
  */
  .p-b-0-desktop {
    padding-bottom: 0; }

  /*  0px */
  .p-b-xs-desktop {
    padding-bottom: 4px; }

  /*  4px */
  .p-b-sm-desktop {
    padding-bottom: 8px; }

  /*  8px */
  .p-b-md-desktop {
    padding-bottom: 16px; }

  /* 16px */
  .p-b-lg-desktop {
    padding-bottom: 24px; }

  /* 24px */
  .p-b-xl-desktop {
    padding-bottom: 32px; }

  /* 32px */
  .p-b-xxl-desktop {
    padding-bottom: 48px; }

  /* 48px */
  /**
  * padding right
  */
  .p-r-0-desktop {
    padding-right: 0; }

  /*  0px */
  .p-r-xs-desktop {
    padding-right: 4px; }

  /*  4px */
  .p-r-sm-desktop {
    padding-right: 8px; }

  /*  8px */
  .p-r-md-desktop {
    padding-right: 16px; }

  /* 16px */
  .p-r-lg-desktop {
    padding-right: 24px; }

  /* 24px */
  .p-r-xl-desktop {
    padding-right: 32px; }

  /* 32px */
  .p-r-xxl-desktop {
    padding-right: 48px; }

  /* 48px */
  /**
  * padding left
  */
  .p-l-0-desktop {
    padding-left: 0; }

  /*  0px */
  .p-l-xs-desktop {
    padding-left: 4px; }

  /*  4px */
  .p-l-sm-desktop {
    padding-left: 8px; }

  /*  8px */
  .p-l-md-desktop {
    padding-left: 16px; }

  /* 16px */
  .p-l-lg-desktop {
    padding-left: 24px; }

  /* 24px */
  .p-l-xl-desktop {
    padding-left: 32px; }

  /* 32px */
  .p-l-xxl-desktop {
    padding-left: 48px; }

  /* 48px */ }
/*
 * generates:
 *
 * .m-t-0-mobile { margin-top: 0; }
 * .m-t-xs-mobile { margin-top: 4px; }
 * .m-t-sm-mobile { margin-top: 8px; }
 * .m-t-md-mobile { margin-top: 16px; }
 * ...
 *
 * @media (min-width: 48em) {
 *     .m-t-0-tablet { margin-top: 0; }
 *     .m-t-xs-tablet { margin-top: 4px; }
 *     ...
 * }
 *
 * etc...
 *
 */
/* Has to be last to override when necessary */
/*!
 * Responsive: Utility classes */
/*
 * the following @-ms-viewport fixes for Internet Explorer 10 in Windows 8 and Windows Phone 8
 * appear to be outdated ( http://timkadlec.com/2013/01/windows-phone-8-and-device-width/ )
 * this code appears to be invalid according to http://csslint.net/
 * ("Parsing Errors  Unknown @ rule: @-ms-viewport")
 * perhaps we should implement the (newer?) fix suggested here: http://getbootstrap.com/getting-started/
 * (search for "Internet Explorer 10 in Windows 8 and Windows Phone 8")
 */
.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: 29.9375em) {
  .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: 30em) and (max-width: 47.9375em) {
  .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: 48em) and (max-width: 74.9375em) {
  .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: 75em) {
  .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: 29.9375em) {
  .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: 30em) and (max-width: 47.9375em) {
  .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: 48em) and (max-width: 74.9375em) {
  .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: 75em) {
  .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: 29.9375em) {
  .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: 30em) and (max-width: 47.9375em) {
  .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: 48em) and (max-width: 74.9375em) {
  .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: 75em) {
  .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: 29.9375em) {
  .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: 30em) and (max-width: 47.9375em) {
  .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: 48em) and (max-width: 74.9375em) {
  .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: 75em) {
  .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: 29.9375em) {
  .hidden-xs {
    display: none !important; }

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

  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 30em) and (max-width: 47.9375em) {
  .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: 48em) and (max-width: 74.9375em) {
  .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: 75em) {
  .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: 29.9375em) {
  .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: 30em) and (max-width: 47.9375em) {
  .hidden-sm {
    display: none !important; }

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

  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 48em) and (max-width: 74.9375em) {
  .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: 75em) {
  .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: 29.9375em) {
  .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: 30em) and (max-width: 47.9375em) {
  .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: 48em) and (max-width: 74.9375em) {
  .hidden-md {
    display: none !important; }

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

  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 75em) {
  .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: 29.9375em) {
  .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: 30em) and (max-width: 47.9375em) {
  .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: 48em) and (max-width: 74.9375em) {
  .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: 75em) {
  .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; } }

/*# sourceMappingURL=bootstrap.css.map */
